Trace number 3191169

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
MD5SUMd71042a4f58355ef8c71c53ec29199cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1231.65
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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-3191169-1304063177/watcher-3191169-1304063177 -o /tmp/evaluation-result-3191169-1304063177/solver-3191169-1304063177 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191169-1304063177.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: 5.35 5.27 6.57 1/171 4052
/proc/meminfo: memFree=18295668/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) R 4050 4052 2759 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0

[startup+0.469118 s]
/proc/loadavg: 5.35 5.27 6.57 1/171 4052
/proc/meminfo: memFree=18295668/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.501109 s]
/proc/loadavg: 5.35 5.27 6.57 1/171 4052
/proc/meminfo: memFree=18295668/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600091 s]
/proc/loadavg: 5.35 5.27 6.57 1/171 4052
/proc/meminfo: memFree=18295668/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701073 s]
/proc/loadavg: 5.35 5.27 6.57 1/171 4052
/proc/meminfo: memFree=18295668/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50693 s]
/proc/loadavg: 5.35 5.27 6.57 6/177 4058
/proc/meminfo: memFree=18285576/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=419544 CPUtime=1.49 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 3547 0 0 0 149 0 0 0 25 0 1 0 517918112 429613056 2416 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 104886 2417 337 96 0 101448 0
[pid=4054] ppid=4052 vsize=14036 CPUtime=1.49 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 970 0 0 0 149 0 0 0 25 0 1 0 517918112 14372864 858 33554432000 4194304 4785740 140735193646704 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 3509 858 340 145 0 554 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=0.78 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 78 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=6460 CPUtime=1.5 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 1035 0 0 0 150 0 0 0 25 0 1 0 517918112 6615040 804 33554432000 4194304 4352236 140733415682752 18446744073709551615 4329333 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 1615 804 127 39 0 695 0
[pid=4057] ppid=4052 vsize=7960 CPUtime=0.71 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 586 0 0 0 71 0 0 0 25 0 1 0 517918112 8151040 479 33554432000 4194304 4331988 140734889305312 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 1990 479 172 34 0 432 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 922156

[startup+3.10064 s]
/proc/loadavg: 5.35 5.27 6.57 6/177 4058
/proc/meminfo: memFree=18278756/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=423012 CPUtime=3.08 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 5334 0 0 0 308 0 0 0 25 0 1 0 517918112 433164288 3370 33554432000 4194304 4587354 140733438746464 18446744073709551615 4244134 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 105753 3370 337 96 0 102315 0
[pid=4054] ppid=4052 vsize=14708 CPUtime=3.09 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 1143 0 0 0 309 0 0 0 25 0 1 0 517918112 15060992 1031 33554432000 4194304 4785740 140735193646704 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 3677 1031 340 145 0 722 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=1.57 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 157 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=6524 CPUtime=3.09 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 1412 0 0 0 309 0 0 0 25 0 1 0 517918112 6680576 829 33554432000 4194304 4352236 140733415682752 18446744073709551615 4207636 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 1631 829 127 39 0 711 0
[pid=4057] ppid=4052 vsize=8128 CPUtime=1.51 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 623 0 0 0 151 0 0 0 25 0 1 0 517918112 8323072 516 33554432000 4194304 4331988 140734889305312 18446744073709551615 230808560674 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 2032 516 173 34 0 474 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 926528

[startup+6.30105 s]
/proc/loadavg: 5.33 5.26 6.56 6/177 4058
/proc/meminfo: memFree=18272016/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=423488 CPUtime=6.29 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 7471 0 0 0 628 1 0 0 25 0 1 0 517918112 433651712 3326 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 105872 3326 337 96 0 102434 0
[pid=4054] ppid=4052 vsize=15648 CPUtime=6.29 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 1377 0 0 0 629 0 0 0 25 0 1 0 517918112 16023552 1265 33554432000 4194304 4785740 140735193646704 18446744073709551615 4552910 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 3912 1265 340 145 0 957 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=3.15 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 315 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134528516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=8004 CPUtime=6.29 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 2470 0 0 0 629 0 0 0 25 0 1 0 517918112 8196096 1199 33554432000 4194304 4352236 140733415682752 18446744073709551615 4328468 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 2001 1199 127 39 0 1081 0
[pid=4057] ppid=4052 vsize=8508 CPUtime=3.11 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 690 0 0 0 311 0 0 0 25 0 1 0 517918112 8712192 583 33554432000 4194304 4331988 140734889305312 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 2127 583 173 34 0 569 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 929804

[startup+12.7009 s]
/proc/loadavg: 5.30 5.26 6.55 6/177 4058
/proc/meminfo: memFree=18266188/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=426880 CPUtime=12.69 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 11257 0 0 0 1268 1 0 0 25 0 1 0 517918112 437125120 4267 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 106720 4267 337 96 0 103282 0
[pid=4054] ppid=4052 vsize=17268 CPUtime=12.69 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 1765 0 0 0 1269 0 0 0 25 0 1 0 517918112 17682432 1653 33554432000 4194304 4785740 140735193646704 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 4317 1653 340 145 0 1362 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=6.34 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 634 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=8136 CPUtime=12.69 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 3751 0 0 0 1269 0 0 0 25 0 1 0 517918112 8331264 1232 33554432000 4194304 4352236 140733415682752 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 2034 1232 127 39 0 1114 0
[pid=4057] ppid=4052 vsize=9052 CPUtime=6.28 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 846 0 0 0 628 0 0 0 25 0 1 0 517918112 9269248 739 33554432000 4194304 4331988 140734889305312 18446744073709551615 4226414 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 2263 739 173 34 0 705 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 935492

[startup+25.5005 s]
/proc/loadavg: 5.23 5.24 6.52 6/177 4058
/proc/meminfo: memFree=18256276/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=430740 CPUtime=25.49 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 17599 0 0 0 2546 3 0 0 25 0 1 0 517918112 441077760 5027 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 107685 5027 337 96 0 104247 0
[pid=4054] ppid=4052 vsize=18824 CPUtime=25.49 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 2130 0 0 0 2549 0 0 0 25 0 1 0 517918112 19275776 2018 33554432000 4194304 4785740 140735193646704 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 4706 2018 341 145 0 1751 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=12.74 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 1274 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=10952 CPUtime=25.49 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 7390 0 0 0 2548 1 0 0 25 0 1 0 517918112 11214848 1927 33554432000 4194304 4352236 140733415682752 18446744073709551615 4329011 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 2738 1927 127 39 0 1818 0
[pid=4057] ppid=4052 vsize=10560 CPUtime=12.62 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 1088 0 0 0 1262 0 0 0 25 0 1 0 517918112 10813440 981 33554432000 4194304 4331988 140734889305312 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 2640 981 173 34 0 1082 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 945232

[startup+51.1008 s]
/proc/loadavg: 5.21 5.24 6.49 6/177 4059
/proc/meminfo: memFree=18239388/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=443816 CPUtime=51.08 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 25541 0 0 0 5103 5 0 0 25 0 1 0 517918112 454467584 8503 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 110954 8503 337 96 0 107516 0
[pid=4054] ppid=4052 vsize=21520 CPUtime=51.09 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 2767 0 0 0 5109 0 0 0 25 0 1 0 517918112 22036480 2655 33554432000 4194304 4785740 140735193646704 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 5380 2655 341 145 0 2425 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=25.44 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 2544 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=11440 CPUtime=51.09 cores=3

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

/proc/4057/statm: 20452 15246 173 34 0 18894 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 1103096

[startup+1002.3 s]
/proc/loadavg: 5.11 5.09 5.57 6/177 4093
/proc/meminfo: memFree=18108996/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=472228 CPUtime=1002.31 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 126846 0 0 0 100179 52 0 0 25 0 1 0 517918112 483561472 16125 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 118057 16125 337 96 0 114619 0
[pid=4054] ppid=4052 vsize=38416 CPUtime=1002.32 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 6711 0 0 0 100231 1 0 0 25 0 1 0 517918112 39337984 6599 33554432000 4194304 4785740 140735193646704 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 9604 6599 341 145 0 6649 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=498.47 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 49847 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=36500 CPUtime=1002.31 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 100258 0 0 0 100219 12 0 0 25 0 1 0 517918112 37376000 8323 33554432000 4194304 4352236 140733415682752 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 9125 8323 127 39 0 8205 0
[pid=4057] ppid=4052 vsize=96624 CPUtime=498.42 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 16218 0 0 0 49831 11 0 0 25 0 1 0 517918112 98942976 16111 33554432000 4194304 4331988 140734889305312 18446744073709551615 4229599 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 24156 16111 173 34 0 22598 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 1117924

[startup+1062.3 s]
/proc/loadavg: 5.16 5.10 5.54 6/177 4097
/proc/meminfo: memFree=18090864/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=483168 CPUtime=1062.31 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 134613 0 0 0 106177 54 0 0 25 0 1 0 517918112 494764032 20047 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 120792 20047 337 96 0 117354 0
[pid=4054] ppid=4052 vsize=38756 CPUtime=1062.32 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 6769 0 0 0 106231 1 0 0 25 0 1 0 517918112 39686144 6657 33554432000 4194304 4785740 140735193646704 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 9689 6657 341 145 0 6734 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=528.34 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 52834 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=33812 CPUtime=1062.32 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 102338 0 0 0 106219 13 0 0 25 0 1 0 517918112 34623488 7651 33554432000 4194304 4352236 140733415682752 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 8453 7651 127 39 0 7533 0
[pid=4057] ppid=4052 vsize=96624 CPUtime=528.23 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 17045 0 0 0 52811 12 0 0 25 0 1 0 517918112 98942976 16938 33554432000 4194304 4331988 140734889305312 18446744073709551615 4226304 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 24156 16938 173 34 0 22598 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 1126516

[startup+1122.3 s]
/proc/loadavg: 5.11 5.09 5.51 6/177 4100
/proc/meminfo: memFree=18077444/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=498352 CPUtime=1122.32 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 137812 0 0 0 112177 55 0 0 25 0 1 0 517918112 510312448 23173 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 124588 23173 337 96 0 121150 0
[pid=4054] ppid=4052 vsize=38924 CPUtime=1122.32 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 6816 0 0 0 112231 1 0 0 25 0 1 0 517918112 39858176 6704 33554432000 4194304 4785740 140735193646704 18446744073709551615 4546113 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 9731 6704 341 145 0 6776 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=558.16 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 55816 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=31764 CPUtime=1122.32 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 106818 0 0 0 112219 13 0 0 25 0 1 0 517918112 32526336 7139 33554432000 4194304 4352236 140733415682752 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 7941 7139 127 39 0 7021 0
[pid=4057] ppid=4052 vsize=96624 CPUtime=558.08 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 17898 0 0 0 55796 12 0 0 25 0 1 0 517918112 98942976 17791 33554432000 4194304 4331988 140734889305312 18446744073709551615 4292808 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 24156 17791 173 34 0 22598 0
Current children cumulated CPU time (s) 4483.2
Current children cumulated vsize (KiB) 1139820

[startup+1182.3 s]
/proc/loadavg: 5.14 5.10 5.48 6/177 4101
/proc/meminfo: memFree=18081280/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=482884 CPUtime=1182.32 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 138863 0 0 0 118176 56 0 0 25 0 1 0 517918112 494473216 20370 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 120721 20370 337 96 0 117283 0
[pid=4054] ppid=4052 vsize=39244 CPUtime=1182.32 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 6888 0 0 0 118231 1 0 0 25 0 1 0 517918112 40185856 6776 33554432000 4194304 4785740 140735193646704 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 9811 6776 341 145 0 6856 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=588 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 58800 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=35348 CPUtime=1182.33 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 109410 0 0 0 118219 14 0 0 25 0 1 0 517918112 36196352 8035 33554432000 4194304 4352236 140733415682752 18446744073709551615 4327867 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 8837 8035 127 39 0 7917 0
[pid=4057] ppid=4052 vsize=96624 CPUtime=587.91 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 18762 0 0 0 58778 13 0 0 25 0 1 0 517918112 98942976 18655 33554432000 4194304 4331988 140734889305312 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 24156 18655 173 34 0 22598 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 1128256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.10 5.10 5.47 6/177 4102
/proc/meminfo: memFree=18082888/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=482884 CPUtime=1201.72 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 138946 0 0 0 120116 56 0 0 25 0 1 0 517918112 494473216 20420 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 120721 20420 337 96 0 117283 0
[pid=4054] ppid=4052 vsize=39384 CPUtime=1201.73 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 6927 0 0 0 120172 1 0 0 25 0 1 0 517918112 40329216 6815 33554432000 4194304 4785740 140735193646704 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 9846 6815 341 145 0 6891 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=597.65 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 59765 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 4962710 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=31764 CPUtime=1201.73 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 110082 0 0 0 120159 14 0 0 25 0 1 0 517918112 32526336 7139 33554432000 4194304 4352236 140733415682752 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 7941 7139 127 39 0 7021 0
[pid=4057] ppid=4052 vsize=96624 CPUtime=597.55 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 19032 0 0 0 59742 13 0 0 25 0 1 0 517918112 98942976 18925 33554432000 4194304 4331988 140734889305312 18446744073709551615 4246264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 24156 18925 173 34 0 22598 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1124812

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: 5.10 5.10 5.47 6/177 4102
/proc/meminfo: memFree=18082888/32951124 swapFree=67111528/67111528
[pid=4052] ppid=4050 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/4052/stat : 4052 (ppfolio) S 4050 4052 2759 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 517918112 18763776 389 33554432000 4194304 4287625 140733526158192 18446744073709551615 230809185807 0 0 4096 65536 16208323534122909695 0 0 17 1 0 0 0
/proc/4052/statm: 4581 389 341 23 0 91 0
[pid=4053] ppid=4052 vsize=482884 CPUtime=1201.72 cores=1
/proc/4053/stat : 4053 (cryptominisat) R 4052 4052 2759 0 -1 4202496 138946 0 0 0 120116 56 0 0 25 0 1 0 517918112 494473216 20420 33554432000 4194304 4587354 140733438746464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/4053/statm: 120721 20420 337 96 0 117283 0
[pid=4054] ppid=4052 vsize=39384 CPUtime=1201.73 cores=5
/proc/4054/stat : 4054 (clasp) R 4052 4052 2759 0 -1 4202496 6927 0 0 0 120172 1 0 0 25 0 1 0 517918112 40329216 6815 33554432000 4194304 4785740 140735193646704 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4054/statm: 9846 6815 341 145 0 6891 0
[pid=4055] ppid=4052 vsize=455832 CPUtime=597.65 cores=7
/proc/4055/stat : 4055 (TNM) R 4052 4052 2759 0 -1 4202496 336 0 0 0 59765 0 0 0 25 0 1 0 517918112 466771968 233 33554432000 134512640 134534564 4294800864 18446744073709551615 4962710 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4055/statm: 113958 233 95 6 0 112624 0
[pid=4056] ppid=4052 vsize=31764 CPUtime=1201.73 cores=3
/proc/4056/stat : 4056 (lingeling) R 4052 4052 2759 0 -1 4202496 110082 0 0 0 120159 14 0 0 25 0 1 0 517918112 32526336 7139 33554432000 4194304 4352236 140733415682752 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/4056/statm: 7941 7139 127 39 0 7021 0
[pid=4057] ppid=4052 vsize=96624 CPUtime=597.55 cores=7
/proc/4057/stat : 4057 (march_hi) R 4052 4052 2759 0 -1 4202496 19032 0 0 0 59742 13 0 0 25 0 1 0 517918112 98942976 18925 33554432000 4194304 4331988 140734889305312 18446744073709551615 4246264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4057/statm: 24156 18925 173 34 0 22598 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1124812

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4052 and gives
#  childrusage.ru_utime.tv_sec=2403
#  childrusage.ru_utime.tv_usec=324639
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 2403.5
# while last known CPU time is 4800.38
#
# 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.38
CPU user time (s): 4799.54
CPU system time (s): 0.84
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 1411620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2403.32
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117545
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= 575
involuntary context switches= 3355

runsolver used 1.84372 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 09:46:17
IDJOB=3191169
IDBENCH=82900
IDSOLVER=1612
FILE ID=node104/3191169-1304063177
RUNJOBID= node104-1304057377-2782
PBS_JOBID= 13170438
Free space on /tmp= 71548 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191169-1304063177/watcher-3191169-1304063177 -o /tmp/evaluation-result-3191169-1304063177/solver-3191169-1304063177 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191169-1304063177.cnf

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

MD5SUM BENCH= d71042a4f58355ef8c71c53ec29199cb
RANDOM SEED=1478899773

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:      18295948 kB
Buffers:       2197580 kB
Cached:       11808064 kB
SwapCached:          0 kB
Active:        2361144 kB
Inactive:     11708756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18295948 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10476 kB
Writeback:           0 kB
AnonPages:       63736 kB
Mapped:          14768 kB
Slab:           523792 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189612 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= 71540 MiB
End job on node104 at 2011-04-29 10:06:20