Trace number 3190881

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) 4800.21 1201.71

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S705365444-036-UNKNOWN.cnf
MD5SUM1cfa78dd8d87f0dbd61a5ae4dd552500
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.3301
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	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-3190881-1304041192/watcher-3190881-1304041192 -o /tmp/evaluation-result-3190881-1304041192/solver-3190881-1304041192 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190881-1304041192.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: 7.42 7.89 7.31 2/173 32489
/proc/meminfo: memFree=20014016/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) R 32487 32489 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0

[startup+0.068901 s]
/proc/loadavg: 7.42 7.89 7.31 2/173 32489
/proc/meminfo: memFree=20014016/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) R 32487 32489 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100895 s]
/proc/loadavg: 7.42 7.89 7.31 2/173 32489
/proc/meminfo: memFree=20014016/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) R 32487 32489 31281 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300861 s]
/proc/loadavg: 7.42 7.89 7.31 2/173 32489
/proc/meminfo: memFree=20014016/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700791 s]
/proc/loadavg: 7.42 7.89 7.31 2/173 32489
/proc/meminfo: memFree=20014016/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 7.42 7.89 7.31 11/188 32505
/proc/meminfo: memFree=19956484/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1852004 CPUtime=1.49 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 3427 0 0 0 149 0 0 0 25 0 1 0 515718960 1896452096 1519 33554432000 4194304 4587354 140736144433264 18446744073709551615 237278576276 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 463001 1519 327 96 0 459563 0
[pid=32491] ppid=32489 vsize=17200 CPUtime=1.49 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 1760 0 0 0 149 0 0 0 25 0 1 0 515718960 17612800 1628 33554432000 4194304 4785740 140737023095840 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 4300 1628 340 145 0 1345 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=0.77 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 77 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=6760 CPUtime=1.49 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 1085 0 0 0 149 0 0 0 25 0 1 0 515718960 6922240 857 33554432000 4194304 4352236 140734874234208 18446744073709551615 4327867 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 1690 857 127 39 0 770 0
[pid=32494] ppid=32489 vsize=12228 CPUtime=0.7 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 3285 0 0 0 70 0 0 0 25 0 1 0 515718960 12521472 1542 33554432000 4194304 4331988 140735238611136 18446744073709551615 4228968 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 3057 1542 172 34 0 1499 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 2363136

[startup+3.10036 s]
/proc/loadavg: 7.70 7.94 7.33 11/188 32505
/proc/meminfo: memFree=19948208/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1851256 CPUtime=3.09 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 7499 0 0 0 308 1 0 0 25 0 1 0 515718960 1895686144 3937 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 462814 3937 337 96 0 459376 0
[pid=32491] ppid=32489 vsize=19232 CPUtime=3.09 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 2271 0 0 0 309 0 0 0 25 0 1 0 515718960 19693568 2139 33554432000 4194304 4785740 140737023095840 18446744073709551615 4549831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 4808 2139 340 145 0 1853 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=1.56 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 156 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=8044 CPUtime=3.09 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 1470 0 0 0 309 0 0 0 25 0 1 0 515718960 8237056 1178 33554432000 4194304 4352236 140734874234208 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 2011 1178 127 39 0 1091 0
[pid=32494] ppid=32489 vsize=12496 CPUtime=1.5 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 3335 0 0 0 150 0 0 0 25 0 1 0 515718960 12795904 1592 33554432000 4194304 4331988 140735238611136 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 3124 1592 172 34 0 1566 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2365972

[startup+6.3008 s]
/proc/loadavg: 7.70 7.94 7.33 11/188 32505
/proc/meminfo: memFree=19922900/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1861200 CPUtime=6.29 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 11894 0 0 0 627 2 0 0 25 0 1 0 515718960 1905868800 6199 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238096 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 465300 6199 337 96 0 461862 0
[pid=32491] ppid=32489 vsize=21928 CPUtime=6.29 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 2926 0 0 0 629 0 0 0 25 0 1 0 515718960 22454272 2794 33554432000 4194304 4785740 140737023095840 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 5482 2794 340 145 0 2527 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=3.15 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 315 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=8300 CPUtime=6.28 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 1630 0 0 0 628 0 0 0 25 0 1 0 515718960 8499200 1274 33554432000 4194304 4352236 140734874234208 18446744073709551615 4271292 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 2075 1274 127 39 0 1155 0
[pid=32494] ppid=32489 vsize=12800 CPUtime=3.1 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 3429 0 0 0 310 0 0 0 25 0 1 0 515718960 13107200 1686 33554432000 4194304 4331988 140735238611136 18446744073709551615 4229611 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 3200 1686 172 34 0 1642 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 2379172

[startup+12.7007 s]
/proc/loadavg: 8.14 8.03 7.36 11/188 32505
/proc/meminfo: memFree=19888068/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1865584 CPUtime=12.69 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 18492 0 0 0 1266 3 0 0 25 0 1 0 515718960 1910358016 4719 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 466396 4719 337 96 0 462958 0
[pid=32491] ppid=32489 vsize=25260 CPUtime=12.69 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 3760 0 0 0 1269 0 0 0 25 0 1 0 515718960 25866240 3628 33554432000 4194304 4785740 140737023095840 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 6315 3628 340 145 0 3360 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=6.34 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 634 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134528412 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=8300 CPUtime=12.68 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 1758 0 0 0 1268 0 0 0 25 0 1 0 515718960 8499200 1274 33554432000 4194304 4352236 140734874234208 18446744073709551615 4328881 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 2075 1274 127 39 0 1155 0
[pid=32494] ppid=32489 vsize=13180 CPUtime=6.27 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 3518 0 0 0 627 0 0 0 25 0 1 0 515718960 13496320 1774 33554432000 4194304 4331988 140735238611136 18446744073709551615 4288429 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 3295 1774 173 34 0 1737 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2387268

[startup+25.5004 s]
/proc/loadavg: 8.42 8.09 7.39 11/188 32506
/proc/meminfo: memFree=19889380/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1866516 CPUtime=25.49 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 32623 0 0 0 2543 6 0 0 25 0 1 0 515718960 1911312384 5105 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238258 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 466629 5105 337 96 0 463191 0
[pid=32491] ppid=32489 vsize=30676 CPUtime=25.48 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 5114 0 0 0 2548 0 0 0 25 0 1 0 515718960 31412224 4982 33554432000 4194304 4785740 140737023095840 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 7669 4982 340 145 0 4714 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=12.74 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 1274 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=8812 CPUtime=25.48 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 2174 0 0 0 2548 0 0 0 25 0 1 0 515718960 9023488 1402 33554432000 4194304 4352236 140734874234208 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 2203 1402 127 39 0 1283 0
[pid=32494] ppid=32489 vsize=14328 CPUtime=12.6 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 3709 0 0 0 1260 0 0 0 25 0 1 0 515718960 14671872 1965 33554432000 4194304 4331988 140735238611136 18446744073709551615 4316419 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 3582 1965 173 34 0 2024 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 2395276

[startup+51.1008 s]
/proc/loadavg: 8.96 8.24 7.46 11/188 32507
/proc/meminfo: memFree=19856844/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1866628 CPUtime=51.09 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 60621 0 0 0 5099 10 0 0 25 0 1 0 515718960 1911427072 6364 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 466657 6364 337 96 0 463219 0
[pid=32491] ppid=32489 vsize=36200 CPUtime=51.08 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 6427 0 0 0 5108 0 0 0 25 0 1 0 515718960 37068800 6295 33554432000 4194304 4785740 140737023095840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 9050 6295 340 145 0 6095 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=25.44 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 2544 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=9708 CPUtime=51.08 cores=2

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

/proc/32494/statm: 20196 13930 173 34 0 18638 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 2574532

[startup+1002.3 s]
/proc/loadavg: 10.15 10.11 9.19 11/188 32532
/proc/meminfo: memFree=19279788/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1890272 CPUtime=1002.31 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 369743 0 0 0 100105 126 0 0 25 0 1 0 515718960 1935638528 14677 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 472568 14677 337 96 0 469130 0
[pid=32491] ppid=32489 vsize=105696 CPUtime=1002.21 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 22837 0 0 0 100217 4 0 0 25 0 1 0 515718960 108232704 22669 33554432000 4194304 4785740 140737023095840 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 26424 22669 341 145 0 23469 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=498.47 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 49847 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=19632 CPUtime=1002.31 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 80964 0 0 0 100221 10 0 0 25 0 1 0 515718960 20103168 4107 33554432000 4194304 4352236 140734874234208 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 4908 4107 127 39 0 3988 0
[pid=32494] ppid=32489 vsize=80784 CPUtime=498.37 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 16499 0 0 0 49832 5 0 0 25 0 1 0 515718960 82722816 14754 33554432000 4194304 4331988 140735238611136 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 20196 14754 173 34 0 18638 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 2571328

[startup+1062.3 s]
/proc/loadavg: 10.14 10.11 9.25 11/188 32533
/proc/meminfo: memFree=19274328/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1890956 CPUtime=1062.31 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 383286 0 0 0 106097 134 0 0 25 0 1 0 515718960 1936338944 13323 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 472739 13323 337 96 0 469301 0
[pid=32491] ppid=32489 vsize=108460 CPUtime=1062.21 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 23465 0 0 0 106217 4 0 0 25 0 1 0 515718960 111063040 23249 33554432000 4194304 4785740 140737023095840 18446744073709551615 4549079 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 27115 23249 341 145 0 24160 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=528.3 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 52830 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=22448 CPUtime=1062.31 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 82372 0 0 0 106221 10 0 0 25 0 1 0 515718960 22986752 4811 33554432000 4194304 4352236 140734874234208 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 5612 4811 127 39 0 4692 0
[pid=32494] ppid=32489 vsize=80916 CPUtime=528.22 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 17226 0 0 0 52817 5 0 0 25 0 1 0 515718960 82857984 15481 33554432000 4194304 4331988 140735238611136 18446744073709551615 4265283 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 20229 15481 173 34 0 18671 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 2577724

[startup+1122.3 s]
/proc/loadavg: 10.20 10.13 9.31 11/188 32535
/proc/meminfo: memFree=19454476/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1885928 CPUtime=1122.31 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 396397 0 0 0 112091 140 0 0 25 0 1 0 515718960 1931190272 11230 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 471482 11230 337 96 0 468044 0
[pid=32491] ppid=32489 vsize=110672 CPUtime=1122.2 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 23965 0 0 0 112216 4 0 0 25 0 1 0 515718960 113328128 23749 33554432000 4194304 4785740 140737023095840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 27668 23749 341 145 0 24713 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=558.16 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 55816 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=24496 CPUtime=1122.31 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 84612 0 0 0 112220 11 0 0 25 0 1 0 515718960 25083904 5323 33554432000 4194304 4352236 140734874234208 18446744073709551615 4328208 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 6124 5323 127 39 0 5204 0
[pid=32494] ppid=32489 vsize=80916 CPUtime=558.03 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 17946 0 0 0 55797 6 0 0 25 0 1 0 515718960 82857984 16201 33554432000 4194304 4331988 140735238611136 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 20229 16201 173 34 0 18671 0
Current children cumulated CPU time (s) 4483.01
Current children cumulated vsize (KiB) 2576956

[startup+1182.3 s]
/proc/loadavg: 10.19 10.14 9.36 11/188 32537
/proc/meminfo: memFree=19502700/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1891312 CPUtime=1182.31 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 430023 0 0 0 118083 148 0 0 25 0 1 0 515718960 1936703488 9952 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 472828 9952 337 96 0 469390 0
[pid=32491] ppid=32489 vsize=111872 CPUtime=1182.2 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 24235 0 0 0 118215 5 0 0 25 0 1 0 515718960 114556928 24019 33554432000 4194304 4785740 140737023095840 18446744073709551615 4552910 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 27968 24019 341 145 0 25013 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=587.95 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 58795 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=24496 CPUtime=1182.31 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 87620 0 0 0 118220 11 0 0 25 0 1 0 515718960 25083904 5323 33554432000 4194304 4352236 140734874234208 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 6124 5323 127 39 0 5204 0
[pid=32494] ppid=32489 vsize=80916 CPUtime=587.91 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 18667 0 0 0 58785 6 0 0 25 0 1 0 515718960 82857984 16922 33554432000 4194304 4331988 140735238611136 18446744073709551615 4263162 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 20229 16922 173 34 0 18671 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 2583540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.19 10.14 9.38 11/188 32537
/proc/meminfo: memFree=19457316/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1891312 CPUtime=1201.72 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 433733 0 0 0 120022 150 0 0 25 0 1 0 515718960 1936703488 13601 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 472828 13601 337 96 0 469390 0
[pid=32491] ppid=32489 vsize=112392 CPUtime=1201.61 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 24349 0 0 0 120156 5 0 0 25 0 1 0 515718960 115089408 24133 33554432000 4194304 4785740 140737023095840 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 28098 24133 341 145 0 25143 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=597.65 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 59765 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=20656 CPUtime=1201.72 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 87620 0 0 0 120161 11 0 0 25 0 1 0 515718960 21151744 4363 33554432000 4194304 4352236 140734874234208 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 5164 4363 127 39 0 4244 0
[pid=32494] ppid=32489 vsize=80916 CPUtime=597.51 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 18906 0 0 0 59745 6 0 0 25 0 1 0 515718960 82857984 17161 33554432000 4194304 4331988 140735238611136 18446744073709551615 4265444 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 20229 17161 173 34 0 18671 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2580220

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.7 s]
/proc/loadavg: 10.19 10.14 9.38 11/188 32537
/proc/meminfo: memFree=19457316/32950904 swapFree=67082284/67111528
[pid=32489] ppid=32487 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32489/stat : 32489 (ppfolio) S 32487 32489 31281 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 515718959 18763776 390 33554432000 4194304 4287625 140736763893184 18446744073709551615 237278899727 0 0 4096 65536 3496729280233078783 0 0 17 4 0 0 0
/proc/32489/statm: 4581 390 341 23 0 91 0
[pid=32490] ppid=32489 vsize=1891312 CPUtime=1201.72 cores=0
/proc/32490/stat : 32490 (cryptominisat) R 32489 32489 31281 0 -1 4202496 433733 0 0 0 120022 150 0 0 25 0 1 0 515718960 1936703488 13601 33554432000 4194304 4587354 140736144433264 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32490/statm: 472828 13601 337 96 0 469390 0
[pid=32491] ppid=32489 vsize=112392 CPUtime=1201.61 cores=4
/proc/32491/stat : 32491 (clasp) R 32489 32489 31281 0 -1 4202496 24349 0 0 0 120156 5 0 0 25 0 1 0 515718960 115089408 24133 33554432000 4194304 4785740 140737023095840 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32491/statm: 28098 24133 341 145 0 25143 0
[pid=32492] ppid=32489 vsize=456620 CPUtime=597.65 cores=6
/proc/32492/stat : 32492 (TNM) R 32489 32489 31281 0 -1 4202496 658 0 0 0 59765 0 0 0 25 0 1 0 515718960 467578880 554 33554432000 134512640 134534564 4293751632 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32492/statm: 114155 554 95 6 0 112821 0
[pid=32493] ppid=32489 vsize=20656 CPUtime=1201.72 cores=2
/proc/32493/stat : 32493 (lingeling) R 32489 32489 31281 0 -1 4202496 87620 0 0 0 120161 11 0 0 25 0 1 0 515718960 21151744 4363 33554432000 4194304 4352236 140734874234208 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32493/statm: 5164 4363 127 39 0 4244 0
[pid=32494] ppid=32489 vsize=80916 CPUtime=597.51 cores=6
/proc/32494/stat : 32494 (march_hi) R 32489 32489 31281 0 -1 4202496 18906 0 0 0 59745 6 0 0 25 0 1 0 515718960 82857984 17161 33554432000 4194304 4331988 140735238611136 18446744073709551615 4265444 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32494/statm: 20229 17161 173 34 0 18671 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2580220

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.71
CPU time (s): 4800.21
CPU user time (s): 4798.49
CPU system time (s): 1.72
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 4363016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.006998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524
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= 342
involuntary context switches= 6

runsolver used 1.9647 second user time and 4.5993 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 03:39:52
IDJOB=3190881
IDBENCH=82612
IDSOLVER=1612
FILE ID=node121/3190881-1304041192
RUNJOBID= node121-1304041192-32474
PBS_JOBID= 13170331
Free space on /tmp= 72656 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S705365444-036-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190881-1304041192/watcher-3190881-1304041192 -o /tmp/evaluation-result-3190881-1304041192/solver-3190881-1304041192 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190881-1304041192.cnf

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

MD5SUM BENCH= 1cfa78dd8d87f0dbd61a5ae4dd552500
RANDOM SEED=1578132895

node121.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.817
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.63
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.817
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.75
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.817
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:     32950904 kB
MemFree:      20015288 kB
Buffers:       2178532 kB
Cached:       10198992 kB
SwapCached:       2776 kB
Active:        9094592 kB
Inactive:      3321692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20015288 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           18664 kB
Writeback:           0 kB
AnonPages:       36288 kB
Mapped:          13440 kB
Slab:           455196 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   185176 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= 72632 MiB
End job on node121 at 2011-04-29 03:59:56