Trace number 3309061
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | SAT03/industrial/kukula/addm_bench/ am_7_7.shuffled-as.sat03-363.cnf |
MD5SUM | c7f51e1ee7556440ab29e1c4bfe29538 |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 4264 |
Number of clauses | 14751 |
Sum of the clauses size | 40035 |
Maximum clause length | 3 |
Minimum clause length | 1 |
Number of clauses of size 1 | 2 |
Number of clauses of size 2 | 4214 |
Number of clauses of size 3 | 10535 |
Number of clauses of size 4 | 0 |
Number of clauses of size 5 | 0 |
Number of clauses of size over 5 | 0 |
Solver Data
0.00/0.00 c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00 c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria. All rights reserved.
0.00/0.00 c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00 c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00 c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00 c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00 c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00 c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00 c
0.00/0.00 c reading HOME/instance-3309061-1303985946.cnf
0.00/0.00 c found header 'p cnf 4264 14751'
0.00/0.00 c finished parsing
0.00/0.00 c
0.00/0.00 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00 c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00 c
0.00/0.00 c sizeof vars[0] = 16 alignment = 0 0 MB
0.00/0.00 c sizeof orgs[0] = 8 alignment = 0 0 MB
0.00/0.00 c sizeof occs[0] = 8 alignment = 0 0 MB
0.00/0.00 c sizeof iirfs[0..1] = 8 alignment = 0 0 MB
0.00/0.00 c
0.00/0.00 c starting search after 0.0 seconds
0.00/0.00 c no decision limit
0.00/0.00 c
0.00/0.00 c original/binary fixed eliminated learned agility
0.00/0.00 c seconds variables equivalent conflicts height MB
0.00/0.00 c
0.00/0.00 c * 0.0 14746 4262 2 0 0 0 0 0.0 0 1
0.00/0.06 c s 0.1 3638 709 3165 129 261 0 0 0.0 0 1
0.00/0.06 c l 0.1 3638 709 3165 129 261 0 2502 0.0 0 1
0.00/0.06 c R 0.1 3707 709 3165 129 261 100 93 31.4 14 1
0.00/0.06 c R 0.1 3758 709 3165 129 261 200 191 26.8 22 1
0.07/0.08 c N 0.1 3796 709 3165 129 261 802 789 37.4 32 1
0.07/0.09 c B 0.1 3800 709 3165 129 261 1000 987 38.2 29 1
0.09/0.13 c s 0.1 3801 709 3165 129 261 1902 1889 39.1 36 1
0.09/0.13 c B 0.1 3808 709 3165 129 261 2000 1987 38.2 32 1
0.09/0.14 c N 0.1 3816 709 3165 129 261 2410 2396 38.3 31 1
0.09/0.15 c + 0.1 3817 709 3165 129 261 2502 2752 38.2 29 1
0.09/0.17 c + 0.2 3819 709 3165 129 261 3125 3027 38.0 37 1
0.19/0.21 c + 0.2 3820 709 3165 129 261 3906 3329 37.9 38 1
0.19/0.25 c s 0.2 3820 709 3165 129 261 4609 3400 37.5 35 1
0.19/0.25 c + 0.3 3852 709 3165 129 261 4881 3661 35.8 29 1
0.29/0.31 c + 0.3 3853 709 3165 129 261 6101 4027 33.8 32 2
0.29/0.33 c N 0.3 3853 709 3165 129 261 6425 4036 33.4 34 2
0.29/0.39 c + 0.4 3853 709 3165 129 261 7627 4429 32.2 31 2
0.39/0.40 c s 0.4 3853 709 3165 129 261 7732 4176 32.2 33 1
0.39/0.41 c
0.39/0.41 c original/binary fixed eliminated learned agility
0.39/0.41 c seconds variables equivalent conflicts height MB
0.39/0.41 c
0.39/0.41 c B 0.4 3862 709 3165 129 261 8006 4433 31.9 29 2
0.39/0.47 c + 0.5 3886 708 3166 129 261 9530 4871 35.8 34 2
0.49/0.55 c s 0.6 3864 708 3166 129 261 11355 4875 37.8 38 2
0.49/0.55 c - 0.6 3864 708 3166 129 261 11355 4677 37.8 38 2
0.49/0.56 c + 0.6 3865 708 3166 129 261 11435 5144 38.0 31 2
0.59/0.69 c + 0.7 3910 708 3166 129 261 14290 5658 38.5 41 2
0.69/0.76 c s 0.8 3911 708 3166 129 261 15926 5732 38.2 34 2
0.78/0.82 c + 0.8 3911 708 3166 129 261 17863 6223 37.4 32 2
0.88/0.99 c + 1.0 3911 708 3166 129 261 22325 6845 35.6 30 2
0.99/1.04 c s 1.0 3913 708 3166 129 261 23464 7774 36.3 41 2
0.99/1.07 c B 1.1 3918 708 3166 129 261 24009 6878 36.3 26 2
0.99/1.07 c N 1.1 3919 708 3166 129 261 24168 6885 36.4 28 2
1.19/1.22 c + 1.2 3926 708 3166 129 261 27905 7529 36.6 37 2
1.29/1.31 c s 1.3 3926 708 3166 129 261 29815 7573 36.5 35 2
1.49/1.56 c s 1.6 3952 708 3166 129 261 34724 7542 36.6 26 2
1.49/1.57 c + 1.6 3952 708 3166 129 261 34880 8281 36.5 30 2
1.79/1.89 c s 1.9 3953 708 3166 129 261 40705 8343 35.4 32 2
1.99/2.04 c + 2.0 3953 708 3166 129 261 43601 9109 35.9 32 3
2.19/2.25 c N 2.3 3953 708 3166 129 261 46610 9175 35.9 44 3
2.79/2.81 c
2.79/2.81 c original/binary fixed eliminated learned agility
2.79/2.81 c seconds variables equivalent conflicts height MB
2.79/2.81 c
2.79/2.81 c s 2.8 3961 708 3166 129 261 54044 6865 36.3 37 2
2.79/2.83 c + 2.8 3961 708 3166 129 261 54500 10019 36.3 34 2
3.09/3.10 c s 3.1 3962 708 3166 129 261 59598 10062 35.6 38 3
3.29/3.35 c B 3.4 3962 708 3166 129 261 64020 10085 36.3 39 3
3.49/3.53 c + 3.5 3962 708 3166 129 261 68126 11020 36.6 35 3
4.49/4.55 c s 4.5 3959 705 3166 129 264 80963 8338 38.7 40 3
4.69/4.75 c + 4.8 3959 705 3166 129 264 85155 12122 37.9 32 3
4.79/4.88 c s 4.9 3960 705 3166 129 264 87250 12168 37.6 36 3
5.49/5.51 c s 5.5 3961 705 3166 129 264 97230 16839 39.9 32 4
5.98/6.06 c + 6.1 3954 703 3168 129 264 106441 13334 39.5 33 3
6.08/6.15 c s 6.1 3954 703 3168 129 264 108489 12642 39.5 33 3
6.48/6.60 c s 6.6 3965 703 3168 129 264 115952 13397 40.2 39 3
6.98/7.06 c s 7.1 3969 703 3168 129 264 125482 13377 39.3 33 3
7.48/7.52 c s 7.5 3980 703 3168 129 264 131722 13382 38.8 32 3
7.58/7.60 c + 7.6 3980 703 3168 129 264 133050 14667 38.7 35 4
8.48/8.54 c s 8.5 3990 703 3168 129 264 146169 11071 38.0 44 3
8.88/8.91 c s 8.9 3883 697 3168 129 270 153744 12117 38.1 36 3
9.18/9.22 c B 9.2 3883 697 3168 129 270 160042 14700 38.3 26 3
9.28/9.37 c s 9.4 3887 697 3168 129 270 162331 14729 38.4 28 3
9.48/9.54 c
9.48/9.54 c original/binary fixed eliminated learned agility
9.48/9.54 c seconds variables equivalent conflicts height MB
9.48/9.54 c
9.48/9.54 c + 9.5 3887 697 3168 129 270 166310 16133 38.7 31 3
10.88/10.96 c N 11.0 3887 697 3168 129 270 187083 16187 39.7 28 5
11.98/12.06 c s 12.1 3889 697 3168 129 270 198668 12142 40.1 31 3
12.68/12.72 c + 12.7 3889 697 3168 129 270 207885 17746 39.9 38 4
16.68/16.75 c s 16.7 3890 697 3168 129 270 252916 13773 39.3 33 3
17.08/17.10 c + 17.1 3903 697 3168 129 270 259855 19520 39.7 29 4
17.18/17.23 c s 17.2 3914 697 3168 129 270 261496 19434 39.8 31 4
17.88/17.94 c s 17.9 3915 697 3168 129 270 274191 19644 39.9 36 4
18.58/18.69 c s 18.7 3935 697 3168 129 270 283415 19990 40.1 35 5
20.58/20.62 c N 20.6 3935 697 3168 129 270 302488 29125 39.7 34 8
20.68/20.70 c s 20.7 3936 697 3168 129 270 302686 14680 39.7 36 4
21.18/21.23 c s 21.2 3938 697 3168 129 270 312224 19565 39.6 30 5
22.08/22.19 c + 22.2 3938 697 3168 129 270 324816 21472 39.5 38 6
27.39/27.49 c B 27.5 3938 697 3168 129 270 384081 21553 38.4 36 5
28.88/28.90 c s 28.9 3939 697 3168 129 270 399112 21506 38.4 37 6
29.38/29.42 c + 29.4 3948 697 3168 129 270 406021 23619 38.3 38 6
29.69/29.79 c s 29.8 3949 697 3168 129 270 410856 23648 38.2 31 6
30.69/30.79 c s 30.8 3953 697 3168 129 270 422169 23694 38.4 37 6
31.58/31.60 c s 31.6 3959 697 3168 129 270 434420 23686 38.6 33 6
32.48/32.55 c
32.48/32.55 c original/binary fixed eliminated learned agility
32.48/32.55 c seconds variables equivalent conflicts height MB
32.48/32.55 c
32.48/32.55 c s 32.5 3967 697 3168 129 270 448097 23696 39.0 32 5
33.58/33.65 c s 33.6 3968 697 3168 129 270 462567 23698 39.0 37 5
34.68/34.78 c s 34.8 3969 697 3168 129 270 479088 23682 38.9 33 5
35.58/35.66 c s 35.7 3988 697 3168 129 270 490911 23715 38.7 38 5
36.48/36.54 c s 36.5 3997 697 3168 129 270 503286 23758 38.5 34 5
36.68/36.72 c + 36.7 3997 697 3168 129 270 507526 25980 38.4 32 5
40.08/40.11 c N 40.1 3997 697 3168 129 270 558883 26027 38.1 35 7
47.18/47.22 c + 47.2 3997 697 3168 129 270 634407 28578 37.4 41 8
51.37/51.42 c s 51.4 3998 697 3168 129 270 671567 21509 37.3 32 5
52.17/52.28 c s 52.3 3992 696 3169 129 270 684590 26481 37.0 34 6
62.07/62.15 c s 62.1 3993 696 3169 129 270 774792 28598 36.2 31 6
63.57/63.65 c + 63.6 3993 696 3169 129 270 793005 31435 36.2 32 7
72.37/72.42 c B 72.4 3993 696 3169 129 270 896172 31478 36.0 34 8
81.07/81.16 c + 81.2 3993 696 3169 129 270 991256 34578 35.9 31 8
85.87/85.90 c s 85.9 3994 696 3169 129 270 1045461 34592 35.9 33 6
88.98/89.03 c s 89.0 3995 696 3169 129 270 1079655 27859 36.1 27 7
104.58/104.60 c + 104.6 3995 696 3169 129 270 1239071 38035 35.2 29 8
121.98/122.10 c s 122.1 3996 696 3169 129 270 1387992 31081 34.5 37 6
123.28/123.36 c s 123.3 4006 696 3169 129 270 1403476 38091 34.3 30 8
124.88/124.99 c
124.88/124.99 c original/binary fixed eliminated learned agility
124.88/124.99 c seconds variables equivalent conflicts height MB
124.88/124.99 c
124.88/124.99 c s 125.0 4016 696 3169 129 270 1419480 38066 34.3 31 8
126.68/126.70 c s 126.7 4019 696 3169 129 270 1443889 38119 34.1 35 7
137.68/137.74 c + 137.7 4019 696 3169 129 270 1548835 41838 34.1 32 12
155.28/155.31 c N 155.3 4019 696 3169 129 270 1708395 47588 34.0 32 13
179.48/179.60 c + 179.6 4019 696 3169 129 270 1936040 46021 33.9 35 12
193.59/193.67 c B 193.7 4019 696 3169 129 270 2048358 46042 33.9 33 11
203.98/204.03 c s 204.0 4020 696 3169 129 270 2141641 34583 34.1 39 9
206.58/206.67 c s 206.7 4022 696 3169 129 270 2172661 46056 34.3 25 9
212.48/212.54 c s 212.5 3978 693 3170 129 272 2240577 34542 34.3 39 6
229.38/229.46 c s 229.5 3979 693 3170 129 272 2365576 46037 34.8 31 10
231.38/231.44 c s 231.4 3980 693 3170 129 272 2388442 46104 34.7 36 10
234.98/235.05 c + 235.0 3980 693 3170 129 272 2420050 50623 34.8 34 12
294.78/294.80 c s 294.8 3981 693 3170 129 272 2870978 50631 34.0 23 6
297.28/297.34 c s 297.3 3982 693 3170 129 272 2903749 39920 34.0 29 9
301.68/301.78 c N 301.8 3982 693 3170 129 272 2938756 69213 34.1 42 19
310.78/310.89 c + 310.9 3982 693 3170 129 272 3025060 55685 34.0 35 13
350.78/350.82 c s 350.8 3985 693 3170 129 272 3322829 55735 33.9 25 10
405.27/405.39 c s 405.4 3986 693 3170 129 272 3739938 41829 34.1 41 11
408.67/408.73 c + 408.7 3986 693 3170 129 272 3781325 61253 34.2 40 14
500.48/500.56 c
500.48/500.56 c original/binary fixed eliminated learned agility
500.48/500.56 c seconds variables equivalent conflicts height MB
500.48/500.56 c
500.48/500.56 c s 500.6 3989 693 3170 129 272 4377375 89449 34.2 25 20
517.67/517.76 c s 517.8 3993 693 3170 129 272 4482035 45984 34.2 35 10
533.17/533.28 c B 533.3 3993 693 3170 129 272 4608741 55492 34.6 27 13
548.88/548.96 c + 548.9 3993 693 3170 129 272 4726657 67378 34.8 27 16
679.88/679.94 c N 679.9 3993 693 3170 129 272 5604248 55922 34.5 36 15
728.09/728.20 c + 728.2 3993 693 3170 129 272 5908320 74115 34.3 33 14
831.28/831.31 c s 831.3 3994 693 3170 129 272 6481857 56507 34.3 37 14
982.69/982.77 c + 982.8 3994 693 3170 129 272 7385400 81526 34.1 32 19
1044.49/1044.54 c s 1044.5 3995 693 3170 129 272 7728501 61226 34.2 42 15
1189.10/1189.18 c s 1189.2 3996 693 3170 129 272 8538123 76628 33.9 32 18
1297.90/1297.95 c + 1298.0 3996 693 3170 129 272 9231751 89678 33.8 33 25
1300.00/1300.00 c
1300.00/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.00/1300.00 c
1300.00/1300.00 c 9243895 conflicts, 10814433 decisions, 1 random
1300.00/1300.00 c 3 iterations, 44 restarts, 15401 skipped
1300.00/1300.00 c 38 enlarged, 211 shrunken, 90339 rescored, 2040 rebiased
1300.00/1300.00 c 61 simplifications, 82 reductions
1300.00/1300.00 c
1300.00/1300.00 c vars: 3170 fixed, 129 equiv, 272 elim, 206 merged
1300.00/1300.00 c elim: 58609 resolutions, 5 phases, 5 rounds
1300.00/1300.00 c sbst: 96% substituted, 0.4% nots, 92.7% ands, 6.5% xors, 0.4% ites
1300.00/1300.00 c arty: 2.00 and 2.00 xor average arity
1300.00/1300.00 c prbe: 196621 probed, 134 phases, 139 rounds
1300.00/1300.00 c prbe: 166 failed, 1512 lifted, 4 merged
1300.00/1300.00 c sccs: 3 non trivial, 0 fixed, 3 merged
1300.00/1300.00 c hash: 1 units, 199 merged
1300.00/1300.00 c mins: 418128336 learned, 37% deleted, 1067 strong, 65 depth
1300.00/1300.00 c subs: 270 forward, 445 backward, 1985 doms
1300.00/1300.00 c strs: 35 forward, 77 backward
1300.00/1300.00 c doms: 4455 dominators, 87 high, 3 low
1300.00/1300.00 c prps: 866262240 propagations, 0.67 megaprops
1300.00/1300.00 c
1300.00/1300.00 c 1300.0 seconds, 39 MB max, 1791 MB recycled
1300.00/1300.00 c
1300.00/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.00/1300.00 c
Verifier Data
ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.0 (svn: 935)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309061-1303985946/watcher-3309061-1303985946 -o /tmp/evaluation-result-3309061-1303985946/solver-3309061-1303985946 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3309061-1303985946.cnf
running on 2 cores: 4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 1.24 2.43 2.96 2/178 23560
/proc/meminfo: memFree=24607916/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=1924 CPUtime=0 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 382 0 0 0 0 0 0 0 22 0 1 0 510192378 1970176 338 33554432000 134512640 135151029 4288027840 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 481 338 65 156 0 324 0
[startup+0.0736009 s]
/proc/loadavg: 1.24 2.43 2.96 2/178 23560
/proc/meminfo: memFree=24607916/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=2848 CPUtime=0.07 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 713 0 0 0 7 0 0 0 22 0 1 0 510192378 2916352 613 33554432000 134512640 135151029 4288027840 18446744073709551615 134542959 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 712 613 80 156 0 555 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2848
[startup+0.100595 s]
/proc/loadavg: 1.24 2.43 2.96 2/178 23560
/proc/meminfo: memFree=24607916/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=2848 CPUtime=0.09 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 713 0 0 0 9 0 0 0 22 0 1 0 510192378 2916352 613 33554432000 134512640 135151029 4288027840 18446744073709551615 134554671 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 712 613 80 156 0 555 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2848
[startup+0.300528 s]
/proc/loadavg: 1.24 2.43 2.96 2/178 23560
/proc/meminfo: memFree=24607916/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=2848 CPUtime=0.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 713 0 0 0 29 0 0 0 23 0 1 0 510192378 2916352 613 33554432000 134512640 135151029 4288027840 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 712 613 80 156 0 555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2848
[startup+0.70049 s]
/proc/loadavg: 1.24 2.43 2.96 2/178 23560
/proc/meminfo: memFree=24607916/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=2848 CPUtime=0.69 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 713 0 0 0 69 0 0 0 25 0 1 0 510192378 2916352 613 33554432000 134512640 135151029 4288027840 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 712 613 80 156 0 555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2848
[startup+1.50035 s]
/proc/loadavg: 1.24 2.43 2.96 5/187 23577
/proc/meminfo: memFree=24538656/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=3532 CPUtime=1.49 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 852 0 0 0 148 1 0 0 25 0 1 0 510192378 3616768 752 33554432000 134512640 135151029 4288027840 18446744073709551615 134578336 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 883 752 80 156 0 726 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3532
[startup+3.10108 s]
/proc/loadavg: 1.24 2.43 2.96 5/187 23577
/proc/meminfo: memFree=24511484/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=5812 CPUtime=3.09 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 1419 0 0 0 307 2 0 0 25 0 1 0 510192378 5951488 1319 33554432000 134512640 135151029 4288027840 18446744073709551615 134521753 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 1453 1319 80 156 0 1296 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5812
[startup+6.30049 s]
/proc/loadavg: 1.70 2.51 2.98 5/190 23584
/proc/meminfo: memFree=24316108/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=6464 CPUtime=6.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 1630 0 0 0 625 3 0 0 25 0 1 0 510192378 6619136 1512 33554432000 134512640 135151029 4288027840 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 1616 1512 80 156 0 1459 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6464
[startup+12.7003 s]
/proc/loadavg: 1.89 2.53 2.99 5/190 23584
/proc/meminfo: memFree=24153124/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=8728 CPUtime=12.68 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 2182 0 0 0 1265 3 0 0 25 0 1 0 510192378 8937472 2046 33554432000 134512640 135151029 4288027840 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 2182 2046 80 156 0 2025 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8728
[startup+25.501 s]
/proc/loadavg: 2.43 2.62 3.01 5/190 23584
/proc/meminfo: memFree=24030112/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=11368 CPUtime=25.48 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 2822 0 0 0 2544 4 0 0 25 0 1 0 510192378 11640832 2686 33554432000 134512640 135151029 4288027840 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 2842 2686 80 156 0 2685 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11368
[startup+51.1003 s]
/proc/loadavg: 2.96 2.73 3.03 5/190 23585
/proc/meminfo: memFree=24019672/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=15092 CPUtime=51.07 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 3742 0 0 0 5103 4 0 0 25 0 1 0 510192378 15454208 3606 33554432000 134512640 135151029 4288027840 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 3773 3606 80 156 0 3616 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15092
[startup+102.307 s]
/proc/loadavg: 3.55 2.92 3.08 5/190 23586
/proc/meminfo: memFree=23914548/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=18688 CPUtime=102.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 4687 0 0 0 10224 5 0 0 25 0 1 0 510192378 19136512 4491 33554432000 134512640 135151029 4288027840 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 4672 4491 80 156 0 4515 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 18688
[startup+162.301 s]
/proc/loadavg: 3.90 3.13 3.14 5/190 23588
/proc/meminfo: memFree=23807804/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=20168 CPUtime=162.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 5096 0 0 0 16223 5 0 0 25 0 1 0 510192378 20652032 4900 33554432000 134512640 135151029 4288027840 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 5042 4900 80 156 0 4885 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 20168
[startup+222.301 s]
/proc/loadavg: 3.96 3.29 3.19 5/190 23589
/proc/meminfo: memFree=23770900/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=23876 CPUtime=222.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 6201 0 0 0 22223 5 0 0 25 0 1 0 510192378 24449024 5857 33554432000 134512640 135151029 4288027840 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 5969 5857 80 156 0 5812 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 23876
[startup+282.3 s]
/proc/loadavg: 3.98 3.41 3.24 5/190 23591
/proc/meminfo: memFree=23724736/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=24796 CPUtime=282.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 7006 0 0 0 28223 5 0 0 25 0 1 0 510192378 25391104 6095 33554432000 134512640 135151029 4288027840 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 6199 6095 80 156 0 6042 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 24796
[startup+342.3 s]
/proc/loadavg: 3.99 3.52 3.29 5/190 23593
/proc/meminfo: memFree=23705588/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=24988 CPUtime=342.27 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 7729 0 0 0 34222 5 0 0 25 0 1 0 510192378 25587712 6139 33554432000 134512640 135151029 4288027840 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 6247 6139 80 156 0 6090 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 24988
[startup+402.3 s]
/proc/loadavg: 3.99 3.60 3.33 5/190 23594
/proc/meminfo: memFree=23601812/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=27624 CPUtime=402.27 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 8459 0 0 0 40222 5 0 0 25 0 1 0 510192378 28286976 6784 33554432000 134512640 135151029 4288027840 18446744073709551615 134551482 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 6906 6784 80 156 0 6749 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 27624
[startup+462.3 s]
/proc/loadavg: 3.99 3.67 3.37 5/190 23596
/proc/meminfo: memFree=23554324/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=29236 CPUtime=462.27 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 8848 0 0 0 46222 5 0 0 25 0 1 0 510192378 29937664 7173 33554432000 134512640 135151029 4288027840 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 7309 7173 80 156 0 7152 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 29236
[startup+522.3 s]
/proc/loadavg: 4.07 3.75 3.41 5/190 23597
/proc/meminfo: memFree=23545864/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=29288 CPUtime=522.27 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 9251 0 0 0 52222 5 0 0 25 0 1 0 510192378 29990912 7196 33554432000 134512640 135151029 4288027840 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 7322 7196 80 156 0 7165 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 29288
[startup+582.3 s]
/proc/loadavg: 4.10 3.81 3.45 5/190 23599
/proc/meminfo: memFree=23503424/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=35184 CPUtime=582.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 10623 0 0 0 58222 6 0 0 25 0 1 0 510192378 36028416 8480 33554432000 134512640 135151029 4288027840 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 8796 8480 80 156 0 8639 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 35184
[startup+642.301 s]
/proc/loadavg: 4.04 3.84 3.48 5/190 23601
/proc/meminfo: memFree=23456412/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=35184 CPUtime=642.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 10705 0 0 0 64223 6 0 0 25 0 1 0 510192378 36028416 8562 33554432000 134512640 135151029 4288027840 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 8796 8562 80 156 0 8639 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 35184
[startup+702.301 s]
/proc/loadavg: 4.01 3.86 3.51 5/190 23602
/proc/meminfo: memFree=23399352/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=35528 CPUtime=702.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 11144 0 0 0 70222 6 0 0 25 0 1 0 510192378 36380672 8736 33554432000 134512640 135151029 4288027840 18446744073709551615 134554640 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 8882 8736 80 156 0 8725 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 35528
[startup+762.307 s]
/proc/loadavg: 4.00 3.89 3.54 5/190 23604
/proc/meminfo: memFree=23414708/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=36824 CPUtime=762.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 11469 0 0 0 76223 6 0 0 25 0 1 0 510192378 37707776 9061 33554432000 134512640 135151029 4288027840 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 9206 9061 80 156 0 9049 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 36824
[startup+822.301 s]
/proc/loadavg: 4.00 3.90 3.56 5/190 23605
/proc/meminfo: memFree=23366448/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=38828 CPUtime=822.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 12167 0 0 0 82222 6 0 0 25 0 1 0 510192378 39759872 9541 33554432000 134512640 135151029 4288027840 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 9707 9541 80 156 0 9550 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 38828
[startup+882.301 s]
/proc/loadavg: 4.00 3.92 3.59 5/190 23607
/proc/meminfo: memFree=23225408/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=38560 CPUtime=882.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 12722 0 0 0 88222 6 0 0 25 0 1 0 510192378 39485440 9539 33554432000 134512640 135151029 4288027840 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 9640 9539 80 156 0 9483 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 38560
[startup+942.301 s]
/proc/loadavg: 4.00 3.93 3.61 5/190 23608
/proc/meminfo: memFree=23058960/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=38528 CPUtime=942.28 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 13442 0 0 0 94222 6 0 0 25 0 1 0 510192378 39452672 9532 33554432000 134512640 135151029 4288027840 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 9632 9532 80 156 0 9475 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 38528
[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.63 5/190 23610
/proc/meminfo: memFree=22980052/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=41624 CPUtime=1002.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 14181 0 0 0 100222 7 0 0 25 0 1 0 510192378 42622976 10271 33554432000 134512640 135151029 4288027840 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 10406 10271 80 156 0 10249 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 41624
[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 23612
/proc/meminfo: memFree=22979788/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=41624 CPUtime=1062.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 14204 0 0 0 106222 7 0 0 25 0 1 0 510192378 42622976 10294 33554432000 134512640 135151029 4288027840 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 10406 10294 80 156 0 10249 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 41624
[startup+1122.3 s]
/proc/loadavg: 4.04 3.97 3.67 5/190 23613
/proc/meminfo: memFree=22979492/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=41980 CPUtime=1122.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 14448 0 0 0 112222 7 0 0 25 0 1 0 510192378 42987520 10338 33554432000 134512640 135151029 4288027840 18446744073709551615 134554766 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 10495 10338 80 156 0 10338 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 41980
[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.69 5/190 23615
/proc/meminfo: memFree=22979712/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=41724 CPUtime=1182.29 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 14680 0 0 0 118222 7 0 0 25 0 1 0 510192378 42725376 10333 33554432000 134512640 135151029 4288027840 18446744073709551615 134574633 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 10431 10333 80 156 0 10274 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 41724
[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 23617
/proc/meminfo: memFree=22979056/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=41852 CPUtime=1242.3 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 14854 0 0 0 124223 7 0 0 25 0 1 0 510192378 42856448 10350 33554432000 134512640 135151029 4288027840 18446744073709551615 134552184 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 10463 10350 80 156 0 10306 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 41852
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.73 5/190 23618
/proc/meminfo: memFree=22978920/32951124 swapFree=67111524/67111528
[pid=23560] ppid=23558 vsize=41852 CPUtime=1300 cores=4,6
/proc/23560/stat : 23560 (precosat) R 23558 23560 23129 0 -1 4202496 14854 0 0 0 129993 7 0 0 25 0 1 0 510192378 42856448 10350 33554432000 134512640 135151029 4288027840 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/23560/statm: 10463 10350 80 156 0 10306 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 41852
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.94
CPU system time (s): 0.081987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 43196
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2708
runsolver used 2.24066 second user time and 4.86726 second system time
The end
Launcher Data
Begin job on node139 at 2011-04-28 12:19:06
IDJOB=3309061
IDBENCH=84237
IDSOLVER=1690
FILE ID=node139/3309061-1303985946
RUNJOBID= node139-1303985946-23541
PBS_JOBID= 13168687
Free space on /tmp= 72552 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309061-1303985946/watcher-3309061-1303985946 -o /tmp/evaluation-result-3309061-1303985946/solver-3309061-1303985946 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3309061-1303985946.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=410007611
node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5333.70
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.74
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5321.49
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.852
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.74
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 24608196 kB
Buffers: 1997908 kB
Cached: 5760724 kB
SwapCached: 4 kB
Active: 564528 kB
Inactive: 7261936 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 24608196 kB
SwapTotal: 67111528 kB
SwapFree: 67111524 kB
Dirty: 1616 kB
Writeback: 0 kB
AnonPages: 67300 kB
Mapped: 14500 kB
Slab: 451916 kB
PageTables: 5528 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 197716 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
Free space on /tmp at the end= 72484 MiB
End job on node139 at 2011-04-28 12:40:48