Trace number 3263317

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 4165.87 1300.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
MD5SUM7ef2b563e57ba91e22d23e55abe69485
Bench CategoryCRAFTED (crafted 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 variables600
Number of clauses46988
Sum of the clauses size94536
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246968
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.83	This is pico-portfolio, a naive parallel portfolio
0.00/0.83	Copyright (C) 2011 Olivier Roussel
0.00/0.83	Using 4 processing units
0.00/0.83	This portfolio uses the following solvers:
0.00/0.83	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.83	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.83	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.83	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.83	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.83	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.83	Starting clasp 1.3.6 on core(s) 4
0.00/0.83	Starting TNM 2009 on core(s) 6
0.00/0.83	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.83	Starting march_hi 2009 on core(s) 6

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-3263317-1304091046/watcher-3263317-1304091046 -o /tmp/evaluation-result-3263317-1304091046/solver-3263317-1304091046 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3263317-1304091046.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.79 9.99 8.71 7/182 1432
/proc/meminfo: memFree=30881836/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (runsolver) R 1430 1432 32278 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 520703368 12083200 51 33554432000 4194304 5434984 140737382098528 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/1432/statm: 2950 51 31 303 0 2644 0

[startup+0.834548 s]
/proc/loadavg: 9.79 9.99 8.71 7/182 1432
/proc/meminfo: memFree=30881836/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900449 s]
/proc/loadavg: 9.79 9.99 8.71 7/182 1432
/proc/meminfo: memFree=30881836/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00043 s]
/proc/loadavg: 9.79 9.99 8.71 7/182 1432
/proc/meminfo: memFree=30881836/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10041 s]
/proc/loadavg: 9.79 9.99 8.71 7/182 1432
/proc/meminfo: memFree=30881836/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 16 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50034 s]
/proc/loadavg: 9.79 9.99 8.71 7/182 1432
/proc/meminfo: memFree=30881836/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10106 s]
/proc/loadavg: 9.79 9.99 8.71 11/188 1438
/proc/meminfo: memFree=30826472/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
[pid=1434] ppid=1432 vsize=808428 CPUtime=3.08 cores=0
/proc/1434/stat : 1434 (cryptominisat) R 1432 1432 32278 0 -1 4202496 8023 0 0 0 307 1 0 0 25 0 1 0 520703369 827830272 5429 33554432000 4194304 4587354 140735939959936 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1434/statm: 202107 5429 337 96 0 198669 0
[pid=1435] ppid=1432 vsize=26544 CPUtime=3.08 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 4307 0 0 0 308 0 0 0 25 0 1 0 520703369 27181056 3931 33554432000 4194304 4785740 140735811710768 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 6636 3931 340 145 0 3681 0
[pid=1436] ppid=1432 vsize=454388 CPUtime=1.99 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1343 0 0 0 199 0 0 0 21 0 1 0 520703369 465293312 1240 33554432000 134512640 134534564 4293896384 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 113597 1240 95 6 0 112263 0
[pid=1437] ppid=1432 vsize=10924 CPUtime=3.08 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 2511 0 0 0 308 0 0 0 25 0 1 0 520703369 11186176 1892 33554432000 4194304 4352236 140735567683280 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 2731 1892 127 39 0 1811 0
[pid=1438] ppid=1432 vsize=13728 CPUtime=1.07 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 3220 0 0 0 107 0 0 0 25 0 1 0 520703369 14057472 1288 33554432000 4194304 4331988 140736826634960 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 3432 1288 174 34 0 1874 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 1332336

[startup+6.3065 s]
/proc/loadavg: 9.80 9.99 8.72 11/188 1438
/proc/meminfo: memFree=30806876/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
[pid=1434] ppid=1432 vsize=826092 CPUtime=6.29 cores=0
/proc/1434/stat : 1434 (cryptominisat) R 1432 1432 32278 0 -1 4202496 11511 0 0 0 627 2 0 0 25 0 1 0 520703369 845918208 7220 33554432000 4194304 4587354 140735939959936 18446744073709551615 4239215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1434/statm: 206523 7220 337 96 0 203085 0
[pid=1435] ppid=1432 vsize=31192 CPUtime=6.29 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 5397 0 0 0 629 0 0 0 25 0 1 0 520703369 31940608 5021 33554432000 4194304 4785740 140735811710768 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 7798 5021 340 145 0 4843 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=3.59 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 359 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=14508 CPUtime=6.28 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 3919 0 0 0 628 0 0 0 25 0 1 0 520703369 14856192 2788 33554432000 4194304 4352236 140735567683280 18446744073709551615 4231307 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 3627 2788 127 39 0 2707 0
[pid=1438] ppid=1432 vsize=13996 CPUtime=2.66 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 3263 0 0 0 266 0 0 0 25 0 1 0 520703369 14331904 1331 33554432000 4194304 4331988 140736826634960 18446744073709551615 4246677 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 3499 1331 174 34 0 1941 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1362336

[startup+12.7004 s]
/proc/loadavg: 9.90 10.01 8.73 11/188 1438
/proc/meminfo: memFree=30785956/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
[pid=1434] ppid=1432 vsize=823780 CPUtime=12.68 cores=0
/proc/1434/stat : 1434 (cryptominisat) R 1432 1432 32278 0 -1 4202496 17059 0 0 0 1265 3 0 0 25 0 1 0 520703369 843550720 9625 33554432000 4194304 4587354 140735939959936 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1434/statm: 205945 9625 337 96 0 202507 0
[pid=1435] ppid=1432 vsize=40504 CPUtime=12.68 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 7577 0 0 0 1268 0 0 0 25 0 1 0 520703369 41476096 7201 33554432000 4194304 4785740 140735811710768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 10126 7201 340 145 0 7171 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=6.79 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 679 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134529896 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=19888 CPUtime=12.68 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 5776 0 0 0 1267 1 0 0 25 0 1 0 520703369 20365312 4133 33554432000 4194304 4352236 140735567683280 18446744073709551615 4333598 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 4972 4133 127 39 0 4052 0
[pid=1438] ppid=1432 vsize=14368 CPUtime=5.82 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 3308 0 0 0 582 0 0 0 25 0 1 0 520703369 14712832 1376 33554432000 4194304 4331988 140736826634960 18446744073709551615 4239489 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 3592 1376 174 34 0 2034 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 1375088

[startup+25.5011 s]
/proc/loadavg: 9.99 10.02 8.76 11/188 1439
/proc/meminfo: memFree=30785928/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
[pid=1434] ppid=1432 vsize=850656 CPUtime=25.48 cores=0
/proc/1434/stat : 1434 (cryptominisat) R 1432 1432 32278 0 -1 4202496 25510 0 0 0 2544 4 0 0 25 0 1 0 520703369 871071744 11337 33554432000 4194304 4587354 140735939959936 18446744073709551615 4236549 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1434/statm: 212664 11337 337 96 0 209226 0
[pid=1435] ppid=1432 vsize=48104 CPUtime=25.49 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 9369 0 0 0 2548 1 0 0 25 0 1 0 520703369 49258496 8993 33554432000 4194304 4785740 140735811710768 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 12026 8993 340 145 0 9071 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=13.13 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 1313 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=22960 CPUtime=25.48 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 7568 0 0 0 2547 1 0 0 25 0 1 0 520703369 23511040 4901 33554432000 4194304 4352236 140735567683280 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 5740 4901 127 39 0 4820 0
[pid=1438] ppid=1432 vsize=15392 CPUtime=12.21 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 3564 0 0 0 1221 0 0 0 25 0 1 0 520703369 15761408 1632 33554432000 4194304 4331988 140736826634960 18446744073709551615 4316042 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 3848 1632 175 34 0 2290 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 1413660

[startup+51.1006 s]
/proc/loadavg: 10.07 10.03 8.79 11/188 1439
/proc/meminfo: memFree=30734216/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
[pid=1434] ppid=1432 vsize=831068 CPUtime=51.09 cores=0
/proc/1434/stat : 1434 (cryptominisat) R 1432 1432 32278 0 -1 4202496 44941 0 0 0 5101 8 0 0 25 0 1 0 520703369 851013632 12094 33554432000 4194304 4587354 140735939959936 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1434/statm: 207767 12094 337 96 0 204329 0
[pid=1435] ppid=1432 vsize=59660 CPUtime=51.08 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 12098 0 0 0 5107 1 0 0 25 0 1 0 520703369 61091840 11722 33554432000 4194304 4785740 140735811710768 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 14915 11722 340 145 0 11960 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=25.89 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 2589 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134529765 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=27576 CPUtime=51.08 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 12690 0 0 0 5106 2 0 0 25 0 1 0 520703369 28237824 6055 33554432000 4194304 4352236 140735567683280 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 6894 6055 127 39 0 5974 0
[pid=1438] ppid=1432 vsize=17820 CPUtime=24.91 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 3958 0 0 0 2491 0 0 0 25 0 1 0 520703369 18247680 2026 33554432000 4194304 4331988 140736826634960 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 4455 2026 175 34 0 2897 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 1412672

[startup+102.301 s]
/proc/loadavg: 9.99 10.01 8.85 11/188 1474
/proc/meminfo: memFree=31171368/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520703368 18763776 390 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 4577452178435735551 0 0 17 2 0 0 0
/proc/1432/statm: 4581 390 341 23 0 91 0
[pid=1434] ppid=1432 vsize=857220 CPUtime=102.29 cores=0

################
# More data... #
################


[startup+942.301 s]
/proc/loadavg: 9.21 9.30 9.12 10/187 1496
/proc/meminfo: memFree=31009880/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=272.93 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 521 83439 0 0 0 0 27279 14 15 0 1 0 520703368 18763776 391 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/1432/statm: 4581 391 342 23 0 91 0
[pid=1435] ppid=1432 vsize=121180 CPUtime=942.31 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 26431 0 0 0 94227 4 0 0 25 0 1 0 520703369 124088320 26055 33554432000 4194304 4785740 140735811710768 18446744073709551615 235594564234 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 30295 26055 340 145 0 27340 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=469.02 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 46902 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=60636 CPUtime=942.29 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 201176 0 0 0 94204 25 0 0 25 0 1 0 520703369 62091264 14352 33554432000 4194304 4352236 140735567683280 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 15159 14352 127 39 0 14239 0
[pid=1438] ppid=1432 vsize=117296 CPUtime=468.14 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 23627 0 0 0 46805 9 0 0 25 0 1 0 520703369 120111104 21695 33554432000 4194304 4331988 140736826634960 18446744073709551615 4228299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 29324 21695 175 34 0 27766 0
Current children cumulated CPU time (s) 3094.69
Current children cumulated vsize (KiB) 775660

[startup+1002.3 s]
/proc/loadavg: 9.19 9.27 9.11 10/187 1498
/proc/meminfo: memFree=30980316/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=272.93 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 521 83439 0 0 0 0 27279 14 15 0 1 0 520703368 18763776 391 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/1432/statm: 4581 391 342 23 0 91 0
[pid=1435] ppid=1432 vsize=121468 CPUtime=1002.31 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 26548 0 0 0 100227 4 0 0 25 0 1 0 520703369 124383232 26172 33554432000 4194304 4785740 140735811710768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 30367 26172 340 145 0 27412 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=498.9 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 49890 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=72156 CPUtime=1002.29 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 211832 0 0 0 100203 26 0 0 25 0 1 0 520703369 73887744 17232 33554432000 4194304 4352236 140735567683280 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 18039 17232 127 39 0 17119 0
[pid=1438] ppid=1432 vsize=117296 CPUtime=497.94 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 25151 0 0 0 49784 10 0 0 25 0 1 0 520703369 120111104 23219 33554432000 4194304 4331988 140736826634960 18446744073709551615 4228288 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 29324 23219 175 34 0 27766 0
Current children cumulated CPU time (s) 3274.37
Current children cumulated vsize (KiB) 787468

[startup+1062.31 s]
/proc/loadavg: 9.17 9.25 9.11 10/187 1499
/proc/meminfo: memFree=30980880/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=272.93 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 521 83439 0 0 0 0 27279 14 15 0 1 0 520703368 18763776 391 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/1432/statm: 4581 391 342 23 0 91 0
[pid=1435] ppid=1432 vsize=122036 CPUtime=1062.31 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 26671 0 0 0 106227 4 0 0 25 0 1 0 520703369 124964864 26295 33554432000 4194304 4785740 140735811710768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 30509 26295 340 145 0 27554 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=528.71 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 52871 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=60892 CPUtime=1062.3 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 220920 0 0 0 106202 28 0 0 25 0 1 0 520703369 62353408 14416 33554432000 4194304 4352236 140735567683280 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 15223 14416 127 39 0 14303 0
[pid=1438] ppid=1432 vsize=117296 CPUtime=527.81 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 26658 0 0 0 52770 11 0 0 25 0 1 0 520703369 120111104 24726 33554432000 4194304 4331988 140736826634960 18446744073709551615 4237139 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 29324 24726 175 34 0 27766 0
Current children cumulated CPU time (s) 3454.06
Current children cumulated vsize (KiB) 776772

[startup+1122.3 s]
/proc/loadavg: 9.20 9.25 9.12 10/187 1501
/proc/meminfo: memFree=30976508/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=272.93 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 521 83439 0 0 0 0 27279 14 15 0 1 0 520703368 18763776 391 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/1432/statm: 4581 391 342 23 0 91 0
[pid=1435] ppid=1432 vsize=122036 CPUtime=1122.31 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 26749 0 0 0 112227 4 0 0 25 0 1 0 520703369 124964864 26373 33554432000 4194304 4785740 140735811710768 18446744073709551615 235594564190 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 30509 26373 340 145 0 27554 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=558.56 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 55856 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134530717 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=58588 CPUtime=1122.29 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 230648 0 0 0 112200 29 0 0 25 0 1 0 520703369 59994112 13840 33554432000 4194304 4352236 140735567683280 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 14647 13840 127 39 0 13727 0
[pid=1438] ppid=1432 vsize=161496 CPUtime=557.63 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 28128 0 0 0 55751 12 0 0 25 0 1 0 520703369 165371904 26196 33554432000 4194304 4331988 140736826634960 18446744073709551615 4284346 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 40374 26196 175 34 0 38816 0
Current children cumulated CPU time (s) 3633.72
Current children cumulated vsize (KiB) 818668

[startup+1182.3 s]
/proc/loadavg: 9.22 9.24 9.12 10/187 1503
/proc/meminfo: memFree=30960480/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=272.93 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 521 83439 0 0 0 0 27279 14 15 0 1 0 520703368 18763776 391 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/1432/statm: 4581 391 342 23 0 91 0
[pid=1435] ppid=1432 vsize=123612 CPUtime=1182.31 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 27077 0 0 0 118227 4 0 0 25 0 1 0 520703369 126578688 26701 33554432000 4194304 4785740 140735811710768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 30903 26701 340 145 0 27948 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=588.4 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 58840 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=70108 CPUtime=1182.3 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 244792 0 0 0 118199 31 0 0 25 0 1 0 520703369 71790592 16720 33554432000 4194304 4352236 140735567683280 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 17527 16720 127 39 0 16607 0
[pid=1438] ppid=1432 vsize=161496 CPUtime=587.45 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 29746 0 0 0 58733 12 0 0 25 0 1 0 520703369 165371904 27814 33554432000 4194304 4331988 140736826634960 18446744073709551615 4228299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 40374 27814 175 34 0 38816 0
Current children cumulated CPU time (s) 3813.39
Current children cumulated vsize (KiB) 831764

[startup+1242.3 s]
/proc/loadavg: 9.20 9.24 9.13 10/187 1504
/proc/meminfo: memFree=30954364/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=272.93 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 521 83439 0 0 0 0 27279 14 15 0 1 0 520703368 18763776 391 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/1432/statm: 4581 391 342 23 0 91 0
[pid=1435] ppid=1432 vsize=124040 CPUtime=1242.31 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 27208 0 0 0 124227 4 0 0 25 0 1 0 520703369 127016960 26832 33554432000 4194304 4785740 140735811710768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 31010 26832 340 145 0 28055 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=618.22 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 61822 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=59868 CPUtime=1242.3 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 257400 0 0 0 124198 32 0 0 25 0 1 0 520703369 61304832 14160 33554432000 4194304 4352236 140735567683280 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 14967 14160 127 39 0 14047 0
[pid=1438] ppid=1432 vsize=161496 CPUtime=617.32 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 31245 0 0 0 61719 13 0 0 25 0 1 0 520703369 165371904 29313 33554432000 4194304 4331988 140736826634960 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 40374 29313 175 34 0 38816 0
Current children cumulated CPU time (s) 3993.08
Current children cumulated vsize (KiB) 821952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 8.84 9.13 9.09 10/187 1603
/proc/meminfo: memFree=30786820/32950928 swapFree=67111404/67111528
[pid=1432] ppid=1430 vsize=18324 CPUtime=272.93 cores=0,2,4,6
/proc/1432/stat : 1432 (ppfolio) S 1430 1432 32278 0 -1 4202496 521 83439 0 0 0 0 27279 14 15 0 1 0 520703368 18763776 391 33554432000 4194304 4287625 140733623414544 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639361 0 0 17 2 0 0 0
/proc/1432/statm: 4581 391 342 23 0 91 0
[pid=1435] ppid=1432 vsize=124752 CPUtime=1300.01 cores=4
/proc/1435/stat : 1435 (clasp) R 1432 1432 32278 0 -1 4202496 27414 0 0 0 129997 4 0 0 25 0 1 0 520703369 127746048 27038 33554432000 4194304 4785740 140735811710768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1435/statm: 31188 27038 340 145 0 28233 0
[pid=1436] ppid=1432 vsize=458224 CPUtime=646.9 cores=6
/proc/1436/stat : 1436 (TNM) R 1432 1432 32278 0 -1 4202496 1344 0 0 0 64690 0 0 0 25 0 1 0 520703369 469221376 1241 33554432000 134512640 134534564 4293896384 18446744073709551615 134529812 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1436/statm: 114556 1241 95 6 0 113222 0
[pid=1437] ppid=1432 vsize=68572 CPUtime=1300.01 cores=2
/proc/1437/stat : 1437 (lingeling) R 1432 1432 32278 0 -1 4202496 270968 0 0 0 129966 35 0 0 25 0 1 0 520703369 70217728 16336 33554432000 4194304 4352236 140735567683280 18446744073709551615 4328016 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1437/statm: 17143 16336 127 39 0 16223 0
[pid=1438] ppid=1432 vsize=161496 CPUtime=646.02 cores=6
/proc/1438/stat : 1438 (march_hi) R 1432 1432 32278 0 -1 4202496 32636 0 0 0 64588 14 0 0 25 0 1 0 520703369 165371904 30704 33554432000 4194304 4331988 140736826634960 18446744073709551615 4246730 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1438/statm: 40374 30704 175 34 0 38816 0
Current children cumulated CPU time (s) 4165.87
Current children cumulated vsize (KiB) 831368

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1432 and gives
#  childrusage.ru_utime.tv_sec=272
#  childrusage.ru_utime.tv_usec=798528
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 272.951
# while last known CPU time is 4165.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 4165.87
CPU user time (s): 4165.2
CPU system time (s): 0.67
CPU usage (%): 320.448
Max. virtual memory (cumulated for all children) (KiB): 15122052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.799
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83960
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= 344
involuntary context switches= 3210

runsolver used 2.18467 second user time and 4.91325 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 17:30:46
IDJOB=3263317
IDBENCH=83952
IDSOLVER=1612
FILE ID=node120/3263317-1304091046
RUNJOBID= node120-1304089842-1246
PBS_JOBID= 13170527
Free space on /tmp= 72064 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_70_1-dir.shuffled-as.sat03-146.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263317-1304091046/watcher-3263317-1304091046 -o /tmp/evaluation-result-3263317-1304091046/solver-3263317-1304091046 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263317-1304091046.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7ef2b563e57ba91e22d23e55abe69485
RANDOM SEED=370824512

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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	: 5332.78
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.809
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.809
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30882240 kB
Buffers:        472376 kB
Cached:         618924 kB
SwapCached:          8 kB
Active:         972024 kB
Inactive:       736296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30882240 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           10524 kB
Writeback:           0 kB
AnonPages:      616940 kB
Mapped:          16920 kB
Slab:           296088 kB
PageTables:       6224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2720952 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= 72044 MiB
End job on node120 at 2011-04-29 17:52:28