Trace number 3291330

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 parUNSAT 651.906 163.208

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
651.83/163.20	s UNSATISFIABLE
651.83/163.20	solver [1] cryptominisat 2.7.1 answered
651.83/163.20	Done

Verifier Data

No possible verification on an UNSAT instance

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

running on 4 cores: 1,3,5,7

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: 8.69 9.09 9.08 5/181 1662
/proc/meminfo: memFree=31375368/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 2826088480822 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0

[startup+0.222592 s]
/proc/loadavg: 8.69 9.09 9.08 5/181 1662
/proc/meminfo: memFree=31375368/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300579 s]
/proc/loadavg: 8.69 9.09 9.08 5/181 1662
/proc/meminfo: memFree=31375368/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400564 s]
/proc/loadavg: 8.69 9.09 9.08 5/181 1662
/proc/meminfo: memFree=31375368/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700509 s]
/proc/loadavg: 8.69 9.09 9.08 5/181 1662
/proc/meminfo: memFree=31375368/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50037 s]
/proc/loadavg: 8.69 9.09 9.08 10/187 1668
/proc/meminfo: memFree=31300316/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=35724 CPUtime=1.48 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 4874 0 0 0 148 0 0 0 25 0 1 0 520835201 36581376 3907 33554432000 4194304 4587354 140734131909120 18446744073709551615 4237674 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 8931 3907 332 96 0 5493 0
[pid=1664] ppid=1662 vsize=19420 CPUtime=1.49 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 2837 0 0 0 149 0 0 0 25 0 1 0 520835201 19886080 2177 33554432000 4194304 4785740 140733597983488 18446744073709551615 4536814 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 4855 2177 341 145 0 1900 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=0.78 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 78 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134530832 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=10652 CPUtime=1.49 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 2477 0 0 0 149 0 0 0 25 0 1 0 520835201 10907648 1766 33554432000 4194304 4352236 140735860337120 18446744073709551615 4230400 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 2663 1766 125 39 0 1743 0
[pid=1667] ppid=1662 vsize=45448 CPUtime=0.69 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 18434 0 0 0 68 1 0 0 25 0 1 0 520835201 46538752 9337 33554432000 4194304 4331988 140735428622416 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 11362 9337 151 34 0 9804 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 590280

[startup+3.10109 s]
/proc/loadavg: 8.69 9.09 9.08 10/187 1668
/proc/meminfo: memFree=31308500/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1151348 CPUtime=3.08 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 5573 0 0 0 308 0 0 0 25 0 1 0 520835201 1178980352 3573 33554432000 4194304 4587354 140734131909120 18446744073709551615 4238712 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 287837 3573 332 96 0 284399 0
[pid=1664] ppid=1662 vsize=20656 CPUtime=3.08 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 3145 0 0 0 308 0 0 0 25 0 1 0 520835201 21151744 2485 33554432000 4194304 4785740 140733597983488 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 5164 2485 341 145 0 2209 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=1.57 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 157 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=9236 CPUtime=3.09 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 2700 0 0 0 309 0 0 0 25 0 1 0 520835201 9457664 1477 33554432000 4194304 4352236 140735860337120 18446744073709551615 4328546 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 2309 1477 127 39 0 1389 0
[pid=1667] ppid=1662 vsize=103572 CPUtime=1.49 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 30616 0 0 0 146 3 0 0 25 0 1 0 520835201 106057728 17017 33554432000 4194304 4331988 140735428622416 18446744073709551615 235594261734 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 25893 17017 162 34 0 24335 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 1763848

[startup+6.30053 s]
/proc/loadavg: 8.71 9.09 9.08 10/187 1668
/proc/meminfo: memFree=31249388/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=41688 CPUtime=6.28 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 7755 0 0 0 627 1 0 0 25 0 1 0 520835201 42688512 4619 33554432000 4194304 4587354 140734131909120 18446744073709551615 4243680 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 10422 4619 338 96 0 6984 0
[pid=1664] ppid=1662 vsize=23324 CPUtime=6.28 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 3814 0 0 0 628 0 0 0 25 0 1 0 520835201 23883776 3154 33554432000 4194304 4785740 140733597983488 18446744073709551615 4290592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 5831 3154 341 145 0 2876 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=3.15 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 315 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=9340 CPUtime=6.29 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 2895 0 0 0 629 0 0 0 25 0 1 0 520835201 9564160 1503 33554432000 4194304 4352236 140735860337120 18446744073709551615 4213189 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 2335 1503 127 39 0 1415 0
[pid=1667] ppid=1662 vsize=98176 CPUtime=3.09 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 40018 0 0 0 305 4 0 0 25 0 1 0 520835201 100532224 17822 33554432000 4194304 4331988 140735428622416 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 24544 17822 175 34 0 22986 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 651564

[startup+12.7004 s]
/proc/loadavg: 8.73 9.08 9.08 10/187 1669
/proc/meminfo: memFree=31241824/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1159748 CPUtime=12.68 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 10641 0 0 0 1266 2 0 0 25 0 1 0 520835201 1187581952 5441 33554432000 4194304 4587354 140734131909120 18446744073709551615 4237603 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 289937 5441 338 96 0 286499 0
[pid=1664] ppid=1662 vsize=25984 CPUtime=12.69 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 4479 0 0 0 1268 1 0 0 25 0 1 0 520835201 26607616 3819 33554432000 4194304 4785740 140733597983488 18446744073709551615 235594527429 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 6496 3819 341 145 0 3541 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=6.32 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 632 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=10088 CPUtime=12.69 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 3136 0 0 0 1269 0 0 0 25 0 1 0 520835201 10330112 1690 33554432000 4194304 4352236 140735860337120 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 2522 1690 127 39 0 1602 0
[pid=1667] ppid=1662 vsize=99248 CPUtime=6.29 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 40296 0 0 0 625 4 0 0 25 0 1 0 520835201 101629952 18100 33554432000 4194304 4331988 140735428622416 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 24812 18100 175 34 0 23254 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1774104

[startup+25.5071 s]
/proc/loadavg: 8.79 9.08 9.08 10/187 1669
/proc/meminfo: memFree=31209064/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1162748 CPUtime=25.5 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 16966 0 0 0 2545 5 0 0 25 0 1 0 520835201 1190653952 9184 33554432000 4194304 4587354 140734131909120 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 290687 9184 338 96 0 287249 0
[pid=1664] ppid=1662 vsize=31256 CPUtime=25.49 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 5779 0 0 0 2548 1 0 0 25 0 1 0 520835201 32006144 5119 33554432000 4194304 4785740 140733597983488 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 7814 5119 341 145 0 4859 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=12.7 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 1270 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=14324 CPUtime=25.49 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 4760 0 0 0 2549 0 0 0 25 0 1 0 520835201 14667776 2749 33554432000 4194304 4352236 140735860337120 18446744073709551615 4328032 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 3581 2749 127 39 0 2661 0
[pid=1667] ppid=1662 vsize=101396 CPUtime=12.64 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 40854 0 0 0 1260 4 0 0 25 0 1 0 520835201 103829504 18658 33554432000 4194304 4331988 140735428622416 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 25349 18658 175 34 0 23791 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1788760

[startup+51.1007 s]
/proc/loadavg: 8.92 9.09 9.08 10/187 1669
/proc/meminfo: memFree=31189000/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1169480 CPUtime=51.08 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 25917 0 0 0 5100 8 0 0 25 0 1 0 520835201 1197547520 9557 33554432000 4194304 4587354 140734131909120 18446744073709551615 4235101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 292370 9557 338 96 0 288932 0
[pid=1664] ppid=1662 vsize=38160 CPUtime=51.07 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 7501 0 0 0 5106 1 0 0 25 0 1 0 520835201 39075840 6841 33554432000 4194304 4785740 140733597983488 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 9540 6841 341 145 0 6585 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=25.41 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 2541 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=14900 CPUtime=51.09 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 6012 0 0 0 5109 0 0 0 25 0 1 0 520835201 15257600 2893 33554432000 4194304 4352236 140735860337120 18446744073709551615 4231009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 3725 2893 127 39 0 2805 0
[pid=1667] ppid=1662 vsize=103860 CPUtime=25.38 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 41466 0 0 0 2534 4 0 0 25 0 1 0 520835201 106352640 19263 33554432000 4194304 4331988 140735428622416 18446744073709551615 4287447 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 25965 19263 175 34 0 24407 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 1805436

[startup+102.301 s]
/proc/loadavg: 9.07 9.10 9.08 10/187 1671
/proc/meminfo: memFree=31143936/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1188520 CPUtime=102.28 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 42568 0 0 0 10213 15 0 0 25 0 1 0 520835201 1217044480 10668 33554432000 4194304 4587354 140734131909120 18446744073709551615 4237600 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 297130 10668 338 96 0 293692 0
[pid=1664] ppid=1662 vsize=48536 CPUtime=102.28 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 10057 0 0 0 10225 3 0 0 25 0 1 0 520835201 49700864 9397 33554432000 4194304 4785740 140733597983488 18446744073709551615 4546305 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 12134 9397 341 145 0 9179 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=50.9 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 5090 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=16688 CPUtime=102.29 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 6460 0 0 0 10229 0 0 0 25 0 1 0 520835201 17088512 3340 33554432000 4194304 4352236 140735860337120 18446744073709551615 4276703 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 4172 3340 127 39 0 3252 0
[pid=1667] ppid=1662 vsize=107448 CPUtime=50.82 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 42307 0 0 0 5078 4 0 0 25 0 1 0 520835201 110026752 20097 33554432000 4194304 4331988 140735428622416 18446744073709551615 4228432 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 26862 20097 175 34 0 25304 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 1840228

[startup+162.301 s]
/proc/loadavg: 9.08 9.10 9.08 10/187 1672
/proc/meminfo: memFree=31111244/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1202128 CPUtime=162.29 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 59996 0 0 0 16206 23 0 0 25 0 1 0 520835201 1230979072 11033 33554432000 4194304 4587354 140734131909120 18446744073709551615 4243648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 300532 11033 338 96 0 297094 0
[pid=1664] ppid=1662 vsize=55444 CPUtime=162.27 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 11774 0 0 0 16224 3 0 0 25 0 1 0 520835201 56774656 11114 33554432000 4194304 4785740 140733597983488 18446744073709551615 4553013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 13861 11114 341 145 0 10906 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=80.71 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 8071 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=17716 CPUtime=162.29 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 7649 0 0 0 16229 0 0 0 25 0 1 0 520835201 18141184 3597 33554432000 4194304 4352236 140735860337120 18446744073709551615 4278858 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 4429 3597 127 39 0 3509 0
[pid=1667] ppid=1662 vsize=110176 CPUtime=80.68 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 42890 0 0 0 8063 5 0 0 25 0 1 0 520835201 112820224 20680 33554432000 4194304 4331988 140735428622416 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 27544 20680 181 34 0 25986 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 1864500

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

[startup+162.501 s]
/proc/loadavg: 9.08 9.10 9.08 10/187 1672
/proc/meminfo: memFree=31111244/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1202128 CPUtime=162.49 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 60039 0 0 0 16226 23 0 0 25 0 1 0 520835201 1230979072 11074 33554432000 4194304 4587354 140734131909120 18446744073709551615 4238104 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 300532 11074 338 96 0 297094 0
[pid=1664] ppid=1662 vsize=55444 CPUtime=162.47 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 11774 0 0 0 16244 3 0 0 25 0 1 0 520835201 56774656 11114 33554432000 4194304 4785740 140733597983488 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 13861 11114 341 145 0 10906 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=80.81 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 8081 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=17716 CPUtime=162.49 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 7649 0 0 0 16249 0 0 0 25 0 1 0 520835201 18141184 3597 33554432000 4194304 4352236 140735860337120 18446744073709551615 4335779 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 4429 3597 127 39 0 3509 0
[pid=1667] ppid=1662 vsize=110176 CPUtime=80.78 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 42890 0 0 0 8073 5 0 0 25 0 1 0 520835201 112820224 20680 33554432000 4194304 4331988 140735428622416 18446744073709551615 4210922 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 27544 20680 181 34 0 25986 0
Current children cumulated CPU time (s) 649.04
Current children cumulated vsize (KiB) 1864500

[startup+162.901 s]
/proc/loadavg: 9.08 9.10 9.08 10/187 1673
/proc/meminfo: memFree=31110132/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1202128 CPUtime=162.89 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 60112 0 0 0 16266 23 0 0 25 0 1 0 520835201 1230979072 11144 33554432000 4194304 4587354 140734131909120 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 300532 11144 338 96 0 297094 0
[pid=1664] ppid=1662 vsize=55444 CPUtime=162.88 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 11774 0 0 0 16285 3 0 0 25 0 1 0 520835201 56774656 11114 33554432000 4194304 4785740 140733597983488 18446744073709551615 4552662 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 13861 11114 341 145 0 10906 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=81.01 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 8101 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=17716 CPUtime=162.89 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 7649 0 0 0 16289 0 0 0 25 0 1 0 520835201 18141184 3597 33554432000 4194304 4352236 140735860337120 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 4429 3597 127 39 0 3509 0
[pid=1667] ppid=1662 vsize=110176 CPUtime=80.98 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 42891 0 0 0 8093 5 0 0 25 0 1 0 520835201 112820224 20681 33554432000 4194304 4331988 140735428622416 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 27544 20681 181 34 0 25986 0
Current children cumulated CPU time (s) 650.65
Current children cumulated vsize (KiB) 1864500

[startup+163.101 s]
/proc/loadavg: 9.08 9.10 9.08 10/187 1673
/proc/meminfo: memFree=31110132/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1202128 CPUtime=163.09 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 60141 0 0 0 16286 23 0 0 25 0 1 0 520835201 1230979072 11171 33554432000 4194304 4587354 140734131909120 18446744073709551615 4238043 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 300532 11171 338 96 0 297094 0
[pid=1664] ppid=1662 vsize=55444 CPUtime=163.07 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 11774 0 0 0 16304 3 0 0 25 0 1 0 520835201 56774656 11114 33554432000 4194304 4785740 140733597983488 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 13861 11114 341 145 0 10906 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=81.11 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 8111 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=17716 CPUtime=163.09 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 7649 0 0 0 16309 0 0 0 25 0 1 0 520835201 18141184 3597 33554432000 4194304 4352236 140735860337120 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 4429 3597 127 39 0 3509 0
[pid=1667] ppid=1662 vsize=110176 CPUtime=81.08 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 42891 0 0 0 8103 5 0 0 25 0 1 0 520835201 112820224 20681 33554432000 4194304 4331988 140735428622416 18446744073709551615 4242688 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 27544 20681 181 34 0 25986 0
Current children cumulated CPU time (s) 651.44
Current children cumulated vsize (KiB) 1864500

[startup+163.201 s]
/proc/loadavg: 9.08 9.10 9.08 10/187 1673
/proc/meminfo: memFree=31110132/32950928 swapFree=67111404/67111528
[pid=1662] ppid=1660 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1662/stat : 1662 (ppfolio) S 1660 1662 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520835201 18763776 389 33554432000 4194304 4287625 140736497553760 18446744073709551615 235594886671 0 0 4096 65536 8086636447215386623 0 0 17 1 0 0 0
/proc/1662/statm: 4581 389 341 23 0 91 0
[pid=1663] ppid=1662 vsize=1199736 CPUtime=163.19 cores=1
/proc/1663/stat : 1663 (cryptominisat) R 1662 1662 32278 0 -1 4202496 60163 0 0 0 16296 23 0 0 25 0 1 0 520835201 1228529664 10635 33554432000 4194304 4587354 140734131909120 18446744073709551615 235594521953 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1663/statm: 299934 10635 351 96 0 296496 0
[pid=1664] ppid=1662 vsize=55444 CPUtime=163.17 cores=5
/proc/1664/stat : 1664 (clasp) R 1662 1662 32278 0 -1 4202496 11774 0 0 0 16314 3 0 0 25 0 1 0 520835201 56774656 11114 33554432000 4194304 4785740 140733597983488 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1664/statm: 13861 11114 341 145 0 10906 0
[pid=1665] ppid=1662 vsize=460712 CPUtime=81.19 cores=7
/proc/1665/stat : 1665 (TNM) R 1662 1662 32278 0 -1 4202496 2284 0 0 0 8119 0 0 0 25 0 1 0 520835201 471769088 2181 33554432000 134512640 134534564 4293141488 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1665/statm: 115178 2181 95 6 0 113844 0
[pid=1666] ppid=1662 vsize=17716 CPUtime=163.19 cores=3
/proc/1666/stat : 1666 (lingeling) R 1662 1662 32278 0 -1 4202496 7649 0 0 0 16319 0 0 0 25 0 1 0 520835201 18141184 3597 33554432000 4194304 4352236 140735860337120 18446744073709551615 4328559 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1666/statm: 4429 3597 127 39 0 3509 0
[pid=1667] ppid=1662 vsize=110176 CPUtime=81.09 cores=7
/proc/1667/stat : 1667 (march_hi) R 1662 1662 32278 0 -1 4202496 42891 0 0 0 8104 5 0 0 25 0 1 0 520835201 112820224 20681 33554432000 4194304 4331988 140735428622416 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1667/statm: 27544 20681 181 34 0 25986 0
Current children cumulated CPU time (s) 651.83
Current children cumulated vsize (KiB) 1862108

Child status: 0
Real time (s): 163.208
CPU time (s): 651.906
CPU user time (s): 651.557
CPU system time (s): 0.348946
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 15040992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 651.557
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125303
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= 320
involuntary context switches= 5233

runsolver used 0.26096 second user time and 0.634903 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 17:52:44
IDJOB=3291330
IDBENCH=84205
IDSOLVER=1612
FILE ID=node120/3291330-1304092364
RUNJOBID= node120-1304089842-1247
PBS_JOBID= 13170527
Free space on /tmp= 72064 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291330-1304092364/watcher-3291330-1304092364 -o /tmp/evaluation-result-3291330-1304092364/solver-3291330-1304092364 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3291330-1304092364.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1679419600

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:      31375648 kB
Buffers:        474052 kB
Cached:         622768 kB
SwapCached:          8 kB
Active:         474460 kB
Inactive:       740544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31375648 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           21608 kB
Writeback:           0 kB
AnonPages:      118028 kB
Mapped:          16764 kB
Slab:           296604 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   718636 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= 72056 MiB
End job on node120 at 2011-04-29 17:55:28