Trace number 3291284

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) 3898.58 1300.01

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.06	This is pico-portfolio, a naive parallel portfolio
0.00/0.06	Copyright (C) 2011 Olivier Roussel
0.00/0.06	Using 4 processing units
0.00/0.06	This portfolio uses the following solvers:
0.00/0.06	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.06	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.06	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.06	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.06	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.06	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.06	Starting clasp 1.3.6 on core(s) 4
0.00/0.06	Starting TNM 2009 on core(s) 6
0.00/0.06	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.06	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-3291284-1304092348/watcher-3291284-1304092348 -o /tmp/evaluation-result-3291284-1304092348/solver-3291284-1304092348 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3291284-1304092348.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: 8.84 9.13 9.09 7/182 1630
/proc/meminfo: memFree=31077168/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=8428 CPUtime=0 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4194304 102 0 0 0 0 0 0 0 25 0 1 0 520833589 8630272 54 33554432000 4194304 4287625 140734798076416 18446744073709551615 235589942919 0 2147483391 4096 0 18446744071699215550 0 0 17 2 0 0 0
/proc/1630/statm: 2107 54 41 23 0 44 0

[startup+0.0681861 s]
/proc/loadavg: 8.84 9.13 9.09 7/182 1630
/proc/meminfo: memFree=31077168/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) R 1628 1630 32278 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520833589 18763776 389 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/1630/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.268062 s]
/proc/loadavg: 8.84 9.13 9.09 7/182 1630
/proc/meminfo: memFree=31077168/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 520833589 18763776 389 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 11899697829804769279 0 0 17 2 0 0 0
/proc/1630/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301057 s]
/proc/loadavg: 8.84 9.13 9.09 7/182 1630
/proc/meminfo: memFree=31077168/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 520833589 18763776 389 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 11899697829804769279 0 0 17 2 0 0 0
/proc/1630/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700986 s]
/proc/loadavg: 8.84 9.13 9.09 7/182 1630
/proc/meminfo: memFree=31077168/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 520833589 18763776 389 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 11899697829804769279 0 0 17 2 0 0 0
/proc/1630/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50085 s]
/proc/loadavg: 9.01 9.16 9.10 11/188 1636
/proc/meminfo: memFree=31034720/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520833589 18763776 389 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 11899697829804769279 0 0 17 2 0 0 0
/proc/1630/statm: 4581 389 341 23 0 91 0
[pid=1631] ppid=1630 vsize=1881244 CPUtime=1.48 cores=0
/proc/1631/stat : 1631 (cryptominisat) R 1630 1630 32278 0 -1 4202496 3965 0 0 0 148 0 0 0 25 0 1 0 520833590 1926393856 2771 33554432000 4194304 4587354 140733447563552 18446744073709551615 4234945 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1631/statm: 470311 2771 338 96 0 466873 0
[pid=1632] ppid=1630 vsize=22608 CPUtime=1.48 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 3314 0 0 0 148 0 0 0 25 0 1 0 520833590 23150592 3001 33554432000 4194304 4785740 140734175929360 18446744073709551615 235594527429 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 5652 3001 340 145 0 2697 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=0.77 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 77 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=9556 CPUtime=1.49 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 2101 0 0 0 149 0 0 0 25 0 1 0 520833590 9785344 1557 33554432000 4194304 4352236 140735071401504 18446744073709551615 4231232 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 2389 1557 127 39 0 1469 0
[pid=1636] ppid=1630 vsize=19108 CPUtime=0.7 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 6303 0 0 0 70 0 0 0 25 0 1 0 520833590 19566592 1884 33554432000 4194304 4331988 140733713309584 18446744073709551615 4316688 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 4777 1884 175 34 0 3219 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 2405212

[startup+3.10057 s]
/proc/loadavg: 9.01 9.16 9.10 11/188 1636
/proc/meminfo: memFree=31011780/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520833589 18763776 389 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 11899697829804769279 0 0 17 2 0 0 0
/proc/1630/statm: 4581 389 341 23 0 91 0
[pid=1631] ppid=1630 vsize=1888980 CPUtime=3.09 cores=0
/proc/1631/stat : 1631 (cryptominisat) R 1630 1630 32278 0 -1 4202496 7178 0 0 0 308 1 0 0 25 0 1 0 520833590 1934315520 5032 33554432000 4194304 4587354 140733447563552 18446744073709551615 4468540 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1631/statm: 472245 5032 338 96 0 468807 0
[pid=1632] ppid=1630 vsize=27160 CPUtime=3.09 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 4429 0 0 0 308 1 0 0 25 0 1 0 520833590 27811840 4116 33554432000 4194304 4785740 140734175929360 18446744073709551615 4562707 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 6790 4116 340 145 0 3835 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=1.56 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 156 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134529036 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=9744 CPUtime=3.09 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 2163 0 0 0 309 0 0 0 25 0 1 0 520833590 9977856 1615 33554432000 4194304 4352236 140735071401504 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 2436 1615 127 39 0 1516 0
[pid=1636] ppid=1630 vsize=19372 CPUtime=1.5 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 6385 0 0 0 150 0 0 0 25 0 1 0 520833590 19836928 1966 33554432000 4194304 4331988 140733713309584 18446744073709551615 4228249 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 4843 1966 175 34 0 3285 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2417952

[startup+6.301 s]
/proc/loadavg: 9.01 9.16 9.10 10/187 1636
/proc/meminfo: memFree=31009528/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195738567704576 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=33396 CPUtime=6.29 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 5977 0 0 0 628 1 0 0 25 0 1 0 520833590 34197504 5664 33554432000 4194304 4785740 140734175929360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 8349 5664 340 145 0 5394 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=3.15 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 315 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=12712 CPUtime=6.29 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 2920 0 0 0 629 0 0 0 25 0 1 0 520833590 13017088 2370 33554432000 4194304 4352236 140735071401504 18446744073709551615 4207615 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 3178 2370 127 39 0 2258 0
[pid=1636] ppid=1630 vsize=20024 CPUtime=3.1 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 6505 0 0 0 310 0 0 0 25 0 1 0 520833590 20504576 2085 33554432000 4194304 4331988 140733713309584 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 5006 2085 175 34 0 3448 0
Current children cumulated CPU time (s) 23.52
Current children cumulated vsize (KiB) 538828

[startup+12.7009 s]
/proc/loadavg: 9.01 9.16 9.10 11/187 1636
/proc/meminfo: memFree=30977056/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=42300 CPUtime=12.68 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 8190 0 0 0 1267 1 0 0 25 0 1 0 520833590 43315200 7877 33554432000 4194304 4785740 140734175929360 18446744073709551615 4286930 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 10575 7877 340 145 0 7620 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=6.34 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 634 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134526314 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=14580 CPUtime=12.69 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 3368 0 0 0 1269 0 0 0 25 0 1 0 520833590 14929920 2813 33554432000 4194304 4352236 140735071401504 18446744073709551615 4328584 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 3645 2813 127 39 0 2725 0
[pid=1636] ppid=1630 vsize=20660 CPUtime=6.27 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 6662 0 0 0 627 0 0 0 25 0 1 0 520833590 21155840 2242 33554432000 4194304 4331988 140733713309584 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 5165 2242 175 34 0 3607 0
Current children cumulated CPU time (s) 42.67
Current children cumulated vsize (KiB) 550236

[startup+25.5006 s]
/proc/loadavg: 8.71 9.09 9.08 10/187 1668
/proc/meminfo: memFree=31248764/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=51508 CPUtime=25.49 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 10449 0 0 0 2547 2 0 0 25 0 1 0 520833590 52744192 10136 33554432000 4194304 4785740 140734175929360 18446744073709551615 4549003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 12877 10136 340 145 0 9922 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=12.74 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 1274 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=13816 CPUtime=25.48 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 5003 0 0 0 2548 0 0 0 25 0 1 0 520833590 14147584 2654 33554432000 4194304 4352236 140735071401504 18446744073709551615 4241597 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 3454 2654 127 39 0 2534 0
[pid=1636] ppid=1630 vsize=21752 CPUtime=12.6 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 6847 0 0 0 1260 0 0 0 25 0 1 0 520833590 22274048 2427 33554432000 4194304 4331988 140733713309584 18446744073709551615 4212287 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 5438 2427 175 34 0 3880 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 559772

[startup+51.1011 s]
/proc/loadavg: 8.89 9.10 9.08 10/187 1669
/proc/meminfo: memFree=31201528/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=58940 CPUtime=51.09 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 12217 0 0 0 5107 2 0 0 25 0 1 0 520833590 60354560 11904 33554432000 4194304 4785740 140734175929360 18446744073709551615 4287587 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 14735 11904 340 145 0 11780 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=25.44 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 2544 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=19948 CPUtime=51.09 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 9440 0 0 0 5108 1 0 0 25 0 1 0 520833590 20426752 4187 33554432000 4194304 4352236 140735071401504 18446744073709551615 4278614 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 4987 4187 127 39 0 4067 0
[pid=1636] ppid=1630 vsize=23044 CPUtime=25.37 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 7116 0 0 0 2537 0 0 0 25 0 1 0 520833590 23597056 2696 33554432000 4194304 4331988 140733713309584 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 5761 2696 175 34 0 4203 0
Current children cumulated CPU time (s) 157.68
Current children cumulated vsize (KiB) 574628

[startup+102.301 s]
/proc/loadavg: 9.09 9.11 9.09 10/187 1670
/proc/meminfo: memFree=31148172/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6

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


[startup+1002.3 s]
/proc/loadavg: 4.09 4.40 6.12 5/176 1723
/proc/meminfo: memFree=31157740/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=213760 CPUtime=1002.3 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 49931 0 0 0 100219 11 0 0 25 0 1 0 520833590 218890240 49339 33554432000 4194304 4785740 140734175929360 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 53440 49339 341 145 0 50485 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=498.8 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 49880 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134530897 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=37884 CPUtime=1002.31 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 140376 0 0 0 100213 18 0 0 25 0 1 0 520833590 38793216 8639 33554432000 4194304 4352236 140735071401504 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 9471 8639 127 39 0 8551 0
[pid=1636] ppid=1630 vsize=74632 CPUtime=498.72 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 16520 0 0 0 49868 4 0 0 25 0 1 0 520833590 76423168 12100 33554432000 4194304 4331988 140733713309584 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 18658 12100 175 34 0 17100 0
Current children cumulated CPU time (s) 3006.82
Current children cumulated vsize (KiB) 798972

[startup+1062.3 s]
/proc/loadavg: 4.03 4.32 5.98 5/176 1725
/proc/meminfo: memFree=31140068/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=225284 CPUtime=1062.31 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 52771 0 0 0 106219 12 0 0 25 0 1 0 520833590 230690816 52179 33554432000 4194304 4785740 140734175929360 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 56321 52179 341 145 0 53366 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=528.66 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 52866 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=41980 CPUtime=1062.31 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 145176 0 0 0 106213 18 0 0 25 0 1 0 520833590 42987520 9663 33554432000 4194304 4352236 140735071401504 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 10495 9663 127 39 0 9575 0
[pid=1636] ppid=1630 vsize=74632 CPUtime=528.59 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 17152 0 0 0 52854 5 0 0 25 0 1 0 520833590 76423168 12732 33554432000 4194304 4331988 140733713309584 18446744073709551615 4313674 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 18658 12732 175 34 0 17100 0
Current children cumulated CPU time (s) 3186.56
Current children cumulated vsize (KiB) 814592

[startup+1122.3 s]
/proc/loadavg: 4.06 4.28 5.86 5/176 1726
/proc/meminfo: memFree=31123512/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=240580 CPUtime=1122.31 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 56554 0 0 0 112218 13 0 0 25 0 1 0 520833590 246353920 55962 33554432000 4194304 4785740 140734175929360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 60145 55962 341 145 0 57190 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=558.56 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 55856 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134528558 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=41980 CPUtime=1122.31 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 153464 0 0 0 112212 19 0 0 25 0 1 0 520833590 42987520 9663 33554432000 4194304 4352236 140735071401504 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 10495 9663 127 39 0 9575 0
[pid=1636] ppid=1630 vsize=74764 CPUtime=558.42 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 17777 0 0 0 55836 6 0 0 25 0 1 0 520833590 76558336 13357 33554432000 4194304 4331988 140733713309584 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 18691 13357 175 34 0 17133 0
Current children cumulated CPU time (s) 3366.29
Current children cumulated vsize (KiB) 830020

[startup+1182.3 s]
/proc/loadavg: 4.06 4.24 5.75 5/176 1728
/proc/meminfo: memFree=31094672/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=248820 CPUtime=1182.31 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 58626 0 0 0 118217 14 0 0 25 0 1 0 520833590 254791680 58034 33554432000 4194304 4785740 140734175929360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 62205 58034 341 145 0 59250 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=588.39 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 58839 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=58876 CPUtime=1182.31 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 161528 0 0 0 118211 20 0 0 25 0 1 0 520833590 60289024 13887 33554432000 4194304 4352236 140735071401504 18446744073709551615 4278833 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 14719 13887 127 39 0 13799 0
[pid=1636] ppid=1630 vsize=74764 CPUtime=588.31 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 18456 0 0 0 58825 6 0 0 25 0 1 0 520833590 76558336 14036 33554432000 4194304 4331988 140733713309584 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 18691 14036 175 34 0 17133 0
Current children cumulated CPU time (s) 3546.01
Current children cumulated vsize (KiB) 855156

[startup+1242.3 s]
/proc/loadavg: 4.02 4.19 5.64 5/176 1730
/proc/meminfo: memFree=31107876/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=248820 CPUtime=1242.32 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 58656 0 0 0 124217 15 0 0 25 0 1 0 520833590 254791680 58064 33554432000 4194304 4785740 140734175929360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 62205 58064 341 145 0 59250 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=618.25 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 61825 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134525956 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=43516 CPUtime=1242.31 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 165432 0 0 0 124211 20 0 0 25 0 1 0 520833590 44560384 10047 33554432000 4194304 4352236 140735071401504 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 10879 10047 127 39 0 9959 0
[pid=1636] ppid=1630 vsize=74764 CPUtime=618.18 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 18978 0 0 0 61811 7 0 0 25 0 1 0 520833590 76558336 14558 33554432000 4194304 4331988 140733713309584 18446744073709551615 4228268 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 18691 14558 175 34 0 17133 0
Current children cumulated CPU time (s) 3725.75
Current children cumulated vsize (KiB) 839796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.17 5.54 5/176 1731
/proc/meminfo: memFree=31104224/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=247084 CPUtime=1300.02 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 58681 0 0 0 129987 15 0 0 25 0 1 0 520833590 253014016 57681 33554432000 4194304 4785740 140734175929360 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 61771 57681 341 145 0 58816 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=646.95 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 64695 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=45564 CPUtime=1300.02 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 173752 0 0 0 129980 22 0 0 25 0 1 0 520833590 46657536 10559 33554432000 4194304 4352236 140735071401504 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 11391 10559 127 39 0 10471 0
[pid=1636] ppid=1630 vsize=74764 CPUtime=646.9 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 19550 0 0 0 64683 7 0 0 25 0 1 0 520833590 76558336 15130 33554432000 4194304 4331988 140733713309584 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 18691 15130 175 34 0 17133 0
Current children cumulated CPU time (s) 3898.58
Current children cumulated vsize (KiB) 840108

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

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

[startup+1300 s]
/proc/loadavg: 4.04 4.17 5.54 5/176 1731
/proc/meminfo: memFree=31104224/32950928 swapFree=67111404/67111528
[pid=1630] ppid=1628 vsize=18324 CPUtime=4.69 cores=0,2,4,6
/proc/1630/stat : 1630 (ppfolio) S 1628 1630 32278 0 -1 4202496 522 8029 0 0 0 0 468 1 15 0 1 0 520833589 18763776 391 33554432000 4194304 4287625 140734798076416 18446744073709551615 235594886671 0 0 4096 65536 9224195742862639363 0 0 17 2 0 0 0
/proc/1630/statm: 4581 391 342 23 0 91 0
[pid=1632] ppid=1630 vsize=247084 CPUtime=1300.02 cores=4
/proc/1632/stat : 1632 (clasp) R 1630 1630 32278 0 -1 4202496 58681 0 0 0 129987 15 0 0 25 0 1 0 520833590 253014016 57681 33554432000 4194304 4785740 140734175929360 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1632/statm: 61771 57681 341 145 0 58816 0
[pid=1633] ppid=1630 vsize=454372 CPUtime=646.95 cores=6
/proc/1633/stat : 1633 (TNM) R 1630 1630 32278 0 -1 4202496 1371 0 0 0 64695 0 0 0 25 0 1 0 520833590 465276928 1268 33554432000 134512640 134534564 4287574768 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1633/statm: 113593 1268 95 6 0 112259 0
[pid=1634] ppid=1630 vsize=45564 CPUtime=1300.02 cores=2
/proc/1634/stat : 1634 (lingeling) R 1630 1630 32278 0 -1 4202496 173752 0 0 0 129980 22 0 0 25 0 1 0 520833590 46657536 10559 33554432000 4194304 4352236 140735071401504 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1634/statm: 11391 10559 127 39 0 10471 0
[pid=1636] ppid=1630 vsize=74764 CPUtime=646.9 cores=6
/proc/1636/stat : 1636 (march_hi) R 1630 1630 32278 0 -1 4202496 19550 0 0 0 64683 7 0 0 25 0 1 0 520833590 76558336 15130 33554432000 4194304 4331988 140733713309584 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1636/statm: 18691 15130 175 34 0 17133 0
Current children cumulated CPU time (s) 3898.58
Current children cumulated vsize (KiB) 840108

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.01
CPU time (s): 3898.58
CPU user time (s): 3898.13
CPU system time (s): 0.45
CPU usage (%): 299.888
Max. virtual memory (cumulated for all children) (KiB): 2420732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2598.29
system time used= 0.32495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203225
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= 193
involuntary context switches= 28368

runsolver used 2.00769 second user time and 4.15237 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 17:52:28
IDJOB=3291284
IDBENCH=84180
IDSOLVER=1612
FILE ID=node120/3291284-1304092348
RUNJOBID= node120-1304089842-1246
PBS_JOBID= 13170527
Free space on /tmp= 72056 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291284-1304092348/watcher-3291284-1304092348 -o /tmp/evaluation-result-3291284-1304092348/solver-3291284-1304092348 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3291284-1304092348.cnf

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=168131018

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:      31077448 kB
Buffers:        473956 kB
Cached:         631148 kB
SwapCached:          8 kB
Active:         773532 kB
Inactive:       740016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31077448 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           31120 kB
Writeback:           0 kB
AnonPages:      408184 kB
Mapped:          16844 kB
Slab:           296312 kB
PageTables:       6112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1031028 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= 72064 MiB
End job on node120 at 2011-04-29 18:14:10