Trace number 3281946

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.3 1201.71

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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) 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

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-3281946-1304032706/watcher-3281946-1304032706 -o /tmp/evaluation-result-3281946-1304032706/solver-3281946-1304032706 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3281946-1304032706.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.41 7.16 7.34 5/181 31537
/proc/meminfo: memFree=14209796/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) R 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0

[startup+0.0491049 s]
/proc/loadavg: 8.41 7.16 7.34 5/181 31537
/proc/meminfo: memFree=14209796/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) R 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101094 s]
/proc/loadavg: 8.41 7.16 7.34 5/181 31537
/proc/meminfo: memFree=14209796/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) R 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301059 s]
/proc/loadavg: 8.41 7.16 7.34 5/181 31537
/proc/meminfo: memFree=14209796/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700987 s]
/proc/loadavg: 8.41 7.16 7.34 5/181 31537
/proc/meminfo: memFree=14209796/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50084 s]
/proc/loadavg: 8.41 7.16 7.34 10/187 31543
/proc/meminfo: memFree=13908304/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=129464 CPUtime=1.49 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 30975 0 0 0 144 5 0 0 25 0 1 0 514871108 132571136 26608 33554432000 4194304 4587354 140736945728864 18446744073709551615 230808862183 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 32366 26608 317 96 0 28928 0
[pid=31539] ppid=31537 vsize=124252 CPUtime=1.49 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 31174 0 0 0 145 4 0 0 25 0 1 0 514871108 127234048 27788 33554432000 4194304 4785740 140735538615040 18446744073709551615 230808826565 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 31063 27788 319 145 0 28108 0
[pid=31540] ppid=31537 vsize=479320 CPUtime=0.77 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 9664 0 0 0 76 1 0 0 25 0 1 0 514871108 490823680 9560 33554432000 134512640 134534564 4290480832 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 119830 9560 91 6 0 118496 0
[pid=31541] ppid=31537 vsize=43880 CPUtime=1.49 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 15935 0 0 0 147 2 0 0 25 0 1 0 514871108 44933120 10136 33554432000 4194304 4352236 140734142432496 18446744073709551615 4228399 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 10970 10136 125 39 0 10050 0
[pid=31542] ppid=31537 vsize=103468 CPUtime=0.7 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4194304 30623 0 0 0 66 4 0 0 25 0 1 0 514871108 105951232 19933 33554432000 4194304 4331988 140733380694976 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 25867 19933 127 34 0 24309 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 898708

[startup+3.10055 s]
/proc/loadavg: 8.41 7.16 7.34 10/187 31543
/proc/meminfo: memFree=13760000/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=234376 CPUtime=3.09 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 49992 0 0 0 300 9 0 0 25 0 1 0 514871108 240001024 45218 33554432000 4194304 4587354 140736945728864 18446744073709551615 230808826565 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 58594 45218 317 96 0 55156 0
[pid=31539] ppid=31537 vsize=151996 CPUtime=3.08 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 37900 0 0 0 303 5 0 0 25 0 1 0 514871108 155643904 34514 33554432000 4194304 4785740 140735538615040 18446744073709551615 4495380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 37999 34514 319 145 0 35044 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=1.56 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 154 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134529953 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=43880 CPUtime=3.09 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 15935 0 0 0 307 2 0 0 25 0 1 0 514871108 44933120 10136 33554432000 4194304 4352236 140734142432496 18446744073709551615 4228427 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 10970 10136 125 39 0 10050 0
[pid=31542] ppid=31537 vsize=96472 CPUtime=1.51 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 60357 0 0 0 142 9 0 0 25 0 1 0 514871108 98787328 18201 33554432000 4194304 4331988 140733380694976 18446744073709551615 230808823936 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 24118 18201 140 34 0 22560 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1029264

[startup+6.30096 s]
/proc/loadavg: 8.46 7.19 7.35 10/187 31543
/proc/meminfo: memFree=13531336/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=269012 CPUtime=6.28 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 68076 0 0 0 617 11 0 0 25 0 1 0 514871108 275468288 58656 33554432000 4194304 4587354 140736945728864 18446744073709551615 4237620 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 67253 58656 347 96 0 63815 0
[pid=31539] ppid=31537 vsize=169896 CPUtime=6.28 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 44959 0 0 0 622 6 0 0 25 0 1 0 514871108 173973504 38675 33554432000 4194304 4785740 140735538615040 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 42474 38675 340 145 0 39519 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=3.15 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 313 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=93040 CPUtime=6.29 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 28225 0 0 0 626 3 0 0 25 0 1 0 514871108 95272960 22426 33554432000 4194304 4352236 140734142432496 18446744073709551615 4289893 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 23260 22426 125 39 0 22340 0
[pid=31542] ppid=31537 vsize=102964 CPUtime=3.1 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 102460 0 0 0 296 14 0 0 25 0 1 0 514871108 105435136 19806 33554432000 4194304 4331988 140733380694976 18446744073709551615 230808820733 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 25741 19806 144 34 0 24183 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1137452

[startup+12.7008 s]
/proc/loadavg: 8.50 7.22 7.36 10/187 31544
/proc/meminfo: memFree=13180672/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=269012 CPUtime=12.69 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 68659 0 0 0 1257 12 0 0 25 0 1 0 514871108 275468288 59233 33554432000 4194304 4587354 140736945728864 18446744073709551615 4237641 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 67253 59233 347 96 0 63815 0
[pid=31539] ppid=31537 vsize=185004 CPUtime=12.68 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 48613 0 0 0 1261 7 0 0 25 0 1 0 514871108 189444096 42329 33554432000 4194304 4785740 140735538615040 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 46251 42329 340 145 0 43296 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=6.34 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 632 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=40904 CPUtime=12.69 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 28451 0 0 0 1266 3 0 0 25 0 1 0 514871108 41885696 9394 33554432000 4194304 4352236 140734142432496 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 10226 9394 127 39 0 9306 0
[pid=31542] ppid=31537 vsize=302424 CPUtime=6.26 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 168383 0 0 0 604 22 0 0 25 0 1 0 514871108 309682176 65915 33554432000 4194304 4331988 140733380694976 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 75606 65915 173 34 0 74048 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1299884

[startup+25.5004 s]
/proc/loadavg: 8.61 7.31 7.38 10/187 31544
/proc/meminfo: memFree=12798412/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=269012 CPUtime=25.49 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 70978 0 0 0 2536 13 0 0 25 0 1 0 514871108 275468288 61530 33554432000 4194304 4587354 140736945728864 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 67253 61530 350 96 0 63815 0
[pid=31539] ppid=31537 vsize=225252 CPUtime=25.48 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 58493 0 0 0 2538 10 0 0 25 0 1 0 514871108 230658048 52209 33554432000 4194304 4785740 140735538615040 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 56313 52209 340 145 0 53358 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=12.74 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 1272 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=54752 CPUtime=25.49 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 39853 0 0 0 2544 5 0 0 25 0 1 0 514871108 56066048 12856 33554432000 4194304 4352236 140734142432496 18446744073709551615 4331642 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 13688 12856 127 39 0 12768 0
[pid=31542] ppid=31537 vsize=340924 CPUtime=12.6 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 177863 0 0 0 1236 24 0 0 25 0 1 0 514871108 349106176 75395 33554432000 4194304 4331988 140733380694976 18446744073709551615 4287206 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 85231 75395 173 34 0 83673 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1392480

[startup+51.1008 s]
/proc/loadavg: 8.81 7.46 7.43 10/187 31545
/proc/meminfo: memFree=12241740/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=863344 CPUtime=51.09 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 120641 0 0 0 5087 22 0 0 25 0 1 0 514871108 884064256 85425 33554432000 4194304 4587354 140736945728864 18446744073709551615 4236508 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 215836 85425 337 96 0 212398 0
[pid=31539] ppid=31537 vsize=253644 CPUtime=51.08 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 65588 0 0 0 5096 12 0 0 25 0 1 0 514871108 259731456 59304 33554432000 4194304 4785740 140735538615040 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 63411 59304 340 145 0 60456 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=25.44 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 2542 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=69216 CPUtime=51.09 cores=3

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

/proc/31542/statm: 86112 76254 173 34 0 84554 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 2306756

[startup+1002.3 s]
/proc/loadavg: 9.09 9.04 8.48 10/187 31570
/proc/meminfo: memFree=1268616/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=1454828 CPUtime=1002.32 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 1180264 0 0 0 99946 286 0 0 25 0 1 0 514871108 1489743872 81220 33554432000 4194304 4587354 140736945728864 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 363707 81220 337 96 0 360269 0
[pid=31539] ppid=31537 vsize=422200 CPUtime=1002.31 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 107351 0 0 0 100205 26 0 0 25 0 1 0 514871108 432332800 101067 33554432000 4194304 4785740 140735538615040 18446744073709551615 4550365 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 105550 101067 340 145 0 102595 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=498.47 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 49845 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=74028 CPUtime=1002.32 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 121799 0 0 0 100217 15 0 0 25 0 1 0 514871108 75804672 17675 33554432000 4194304 4352236 140734142432496 18446744073709551615 4231379 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 18507 17675 127 39 0 17587 0
[pid=31542] ppid=31537 vsize=345472 CPUtime=498.34 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 178734 0 0 0 49810 24 0 0 25 0 1 0 514871108 353763328 76266 33554432000 4194304 4331988 140733380694976 18446744073709551615 4284404 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 86368 76266 173 34 0 84810 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 2799068

[startup+1062.3 s]
/proc/loadavg: 9.47 9.14 8.55 11/188 31637
/proc/meminfo: memFree=14772232/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=923776 CPUtime=1062.32 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 1263772 0 0 0 105928 304 0 0 25 0 1 0 514871108 945946624 83513 33554432000 4194304 4587354 140736945728864 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 230944 83513 337 96 0 227506 0
[pid=31539] ppid=31537 vsize=422200 CPUtime=1062.31 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 107368 0 0 0 106205 26 0 0 25 0 1 0 514871108 432332800 101084 33554432000 4194304 4785740 140735538615040 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 105550 101084 340 145 0 102595 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=528.26 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 52824 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=75564 CPUtime=1062.32 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 123207 0 0 0 106217 15 0 0 25 0 1 0 514871108 77377536 18058 33554432000 4194304 4352236 140734142432496 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 18891 18058 127 39 0 17971 0
[pid=31542] ppid=31537 vsize=345472 CPUtime=528.22 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 178744 0 0 0 52798 24 0 0 25 0 1 0 514871108 353763328 76276 33554432000 4194304 4331988 140733380694976 18446744073709551615 4240754 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 86368 76276 173 34 0 84810 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 2269552

[startup+1122.3 s]
/proc/loadavg: 9.92 9.32 8.65 11/188 31638
/proc/meminfo: memFree=14694252/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=877704 CPUtime=1122.33 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 1319005 0 0 0 111909 324 0 0 25 0 1 0 514871108 898768896 82479 33554432000 4194304 4587354 140736945728864 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 219426 82479 337 96 0 215988 0
[pid=31539] ppid=31537 vsize=422200 CPUtime=1122.31 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 107385 0 0 0 112205 26 0 0 25 0 1 0 514871108 432332800 101101 33554432000 4194304 4785740 140735538615040 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 105550 101101 340 145 0 102595 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=558.14 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 55812 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134528380 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=75564 CPUtime=1122.32 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 128327 0 0 0 112216 16 0 0 25 0 1 0 514871108 77377536 18058 33554432000 4194304 4352236 140734142432496 18446744073709551615 4231164 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 18891 18058 127 39 0 17971 0
[pid=31542] ppid=31537 vsize=345472 CPUtime=558.02 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 178756 0 0 0 55778 24 0 0 25 0 1 0 514871108 353763328 76288 33554432000 4194304 4331988 140733380694976 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 86368 76288 173 34 0 84810 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 2223480

[startup+1182.3 s]
/proc/loadavg: 10.08 9.47 8.74 11/188 31640
/proc/meminfo: memFree=14572556/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=917392 CPUtime=1182.33 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 1361659 0 0 0 117892 341 0 0 25 0 1 0 514871108 939409408 93408 33554432000 4194304 4587354 140736945728864 18446744073709551615 4243904 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 229348 93408 337 96 0 225910 0
[pid=31539] ppid=31537 vsize=422200 CPUtime=1182.32 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 107394 0 0 0 118206 26 0 0 25 0 1 0 514871108 432332800 101110 33554432000 4194304 4785740 140735538615040 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 105550 101110 340 145 0 102595 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=587.95 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 58793 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=87848 CPUtime=1182.32 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 131399 0 0 0 118216 16 0 0 25 0 1 0 514871108 89956352 21129 33554432000 4194304 4352236 140734142432496 18446744073709551615 4327949 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 21962 21129 127 39 0 21042 0
[pid=31542] ppid=31537 vsize=345472 CPUtime=587.88 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 178767 0 0 0 58764 24 0 0 25 0 1 0 514871108 353763328 76299 33554432000 4194304 4331988 140733380694976 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 86368 76299 173 34 0 84810 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 2275452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.14 9.52 8.77 11/188 31640
/proc/meminfo: memFree=14592520/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=12779088 CPUtime=1201.73 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 1384148 0 0 0 119824 349 0 0 25 0 1 0 514871108 13085786112 86806 33554432000 4194304 4587354 140736945728864 18446744073709551615 230808862475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 3194772 86806 337 96 0 3191334 0
[pid=31539] ppid=31537 vsize=422200 CPUtime=1201.72 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 107398 0 0 0 120146 26 0 0 25 0 1 0 514871108 432332800 101114 33554432000 4194304 4785740 140735538615040 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 105550 101114 340 145 0 102595 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=597.61 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 59759 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134530117 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=71464 CPUtime=1201.73 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 131399 0 0 0 120157 16 0 0 25 0 1 0 514871108 73179136 17033 33554432000 4194304 4352236 140734142432496 18446744073709551615 4235610 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 17866 17033 127 39 0 16946 0
[pid=31542] ppid=31537 vsize=345472 CPUtime=597.51 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 178770 0 0 0 59727 24 0 0 25 0 1 0 514871108 353763328 76302 33554432000 4194304 4331988 140733380694976 18446744073709551615 4299847 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 86368 76302 173 34 0 84810 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 14120764

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.14 9.52 8.77 11/188 31640
/proc/meminfo: memFree=14592520/32951124 swapFree=67111528/67111528
[pid=31537] ppid=31535 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/31537/stat : 31537 (ppfolio) S 31535 31537 31124 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 514871107 18763776 390 33554432000 4194304 4287625 140734600615600 18446744073709551615 230809185807 0 0 4096 65536 11858883683303817215 0 0 17 5 0 0 0
/proc/31537/statm: 4581 390 341 23 0 91 0
[pid=31538] ppid=31537 vsize=12779088 CPUtime=1201.73 cores=1
/proc/31538/stat : 31538 (cryptominisat) R 31537 31537 31124 0 -1 4202496 1384148 0 0 0 119824 349 0 0 25 0 1 0 514871108 13085786112 86806 33554432000 4194304 4587354 140736945728864 18446744073709551615 230808862475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/31538/statm: 3194772 86806 337 96 0 3191334 0
[pid=31539] ppid=31537 vsize=422200 CPUtime=1201.72 cores=5
/proc/31539/stat : 31539 (clasp) R 31537 31537 31124 0 -1 4202496 107398 0 0 0 120146 26 0 0 25 0 1 0 514871108 432332800 101114 33554432000 4194304 4785740 140735538615040 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31539/statm: 105550 101114 340 145 0 102595 0
[pid=31540] ppid=31537 vsize=484216 CPUtime=597.61 cores=7
/proc/31540/stat : 31540 (TNM) R 31537 31537 31124 0 -1 4202496 16043 0 0 0 59759 2 0 0 25 0 1 0 514871108 495837184 15939 33554432000 134512640 134534564 4290480832 18446744073709551615 134530117 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31540/statm: 121054 15939 95 6 0 119720 0
[pid=31541] ppid=31537 vsize=71464 CPUtime=1201.73 cores=3
/proc/31541/stat : 31541 (lingeling) R 31537 31537 31124 0 -1 4202496 131399 0 0 0 120157 16 0 0 25 0 1 0 514871108 73179136 17033 33554432000 4194304 4352236 140734142432496 18446744073709551615 4235610 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/31541/statm: 17866 17033 127 39 0 16946 0
[pid=31542] ppid=31537 vsize=345472 CPUtime=597.51 cores=7
/proc/31542/stat : 31542 (march_hi) R 31537 31537 31124 0 -1 4202496 178770 0 0 0 59727 24 0 0 25 0 1 0 514871108 353763328 76302 33554432000 4194304 4331988 140733380694976 18446744073709551615 4299847 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/31542/statm: 86368 76302 173 34 0 84810 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 14120764

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31537 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=574332
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=175973
# CPU time returned by wait4() is 1201.75
# while last known CPU time is 4800.3
#
# 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.3
CPU user time (s): 4796.13
CPU system time (s): 4.17
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 14767376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.57
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131925
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= 227
involuntary context switches= 15304

runsolver used 1.79673 second user time and 4.76727 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 01:18:27
IDJOB=3281946
IDBENCH=70760
IDSOLVER=1612
FILE ID=node104/3281946-1304032706
RUNJOBID= node104-1304032539-31477
PBS_JOBID= 13170348
Free space on /tmp= 71404 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281946-1304032706/watcher-3281946-1304032706 -o /tmp/evaluation-result-3281946-1304032706/solver-3281946-1304032706 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3281946-1304032706.cnf

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=768844319

node104.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.855
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.71
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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14210076 kB
Buffers:       2207584 kB
Cached:       13569024 kB
SwapCached:          0 kB
Active:        6072744 kB
Inactive:     12076260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14210076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17504 kB
Writeback:           0 kB
AnonPages:     2371464 kB
Mapped:          16436 kB
Slab:           523700 kB
PageTables:       9380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2859288 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= 71504 MiB
End job on node104 at 2011-04-29 01:38:30