Trace number 3264417

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

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
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
4800.34/1201.71	Done

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-3264417-1304093813/watcher-3264417-1304093813 -o /tmp/evaluation-result-3264417-1304093813/solver-3264417-1304093813 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3264417-1304093813.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: 3.33 4.67 5.28 2/175 2442
/proc/meminfo: memFree=30816728/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) R 2440 2442 379 0 -1 4194304 478 0 0 0 0 0 0 0 25 0 1 0 520979238 18763776 387 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550357909 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/2442/statm: 4581 387 339 23 0 91 0

[startup+0.861765 s]
/proc/loadavg: 3.33 4.67 5.28 2/175 2442
/proc/meminfo: memFree=30816728/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 21 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.968746 s]
/proc/loadavg: 3.33 4.67 5.28 2/175 2442
/proc/meminfo: memFree=30816728/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00074 s]
/proc/loadavg: 3.33 4.67 5.28 2/175 2442
/proc/meminfo: memFree=30816728/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10072 s]
/proc/loadavg: 3.33 4.67 5.28 2/175 2442
/proc/meminfo: memFree=30816728/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 3.33 4.67 5.28 2/175 2442
/proc/meminfo: memFree=30816728/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10036 s]
/proc/loadavg: 3.33 4.67 5.28 6/181 2449
/proc/meminfo: memFree=30786188/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=835884 CPUtime=3.09 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 3747 0 0 0 309 0 0 0 25 0 1 0 520979239 855945216 1866 33554432000 4194304 4587354 140736438748624 18446744073709551615 4243968 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 208971 1866 339 96 0 205533 0
[pid=2444] ppid=2442 vsize=15584 CPUtime=3.09 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 1348 0 0 0 309 0 0 0 25 0 1 0 520979239 15958016 1233 33554432000 4194304 4785740 140736420262112 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 3896 1233 340 145 0 941 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=1.96 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 196 0 0 0 21 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=8412 CPUtime=3.09 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 1591 0 0 0 309 0 0 0 25 0 1 0 520979239 8613888 1270 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 2103 1270 127 39 0 1183 0
[pid=2447] ppid=2442 vsize=21764 CPUtime=1.1 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 6048 0 0 0 110 0 0 0 25 0 1 0 520979239 22286336 3878 33554432000 4194304 4331988 140735084586864 18446744073709551615 4226414 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 5441 3878 174 34 0 3883 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1356356

[startup+6.30678 s]
/proc/loadavg: 3.46 4.67 5.28 6/181 2449
/proc/meminfo: memFree=30776168/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=836452 CPUtime=6.3 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 6315 0 0 0 629 1 0 0 25 0 1 0 520979239 856526848 3274 33554432000 4194304 4587354 140736438748624 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 209113 3274 339 96 0 205675 0
[pid=2444] ppid=2442 vsize=16432 CPUtime=6.3 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 1563 0 0 0 630 0 0 0 25 0 1 0 520979239 16826368 1448 33554432000 4194304 4785740 140736420262112 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 4108 1448 340 145 0 1153 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=3.55 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 355 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134528220 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=9688 CPUtime=6.29 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 1911 0 0 0 629 0 0 0 25 0 1 0 520979239 9920512 1589 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328732 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 2422 1589 127 39 0 1502 0
[pid=2447] ppid=2442 vsize=21764 CPUtime=2.7 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 6062 0 0 0 270 0 0 0 25 0 1 0 520979239 22286336 3892 33554432000 4194304 4331988 140735084586864 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 5441 3892 174 34 0 3883 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 1359048

[startup+12.7006 s]
/proc/loadavg: 3.58 4.68 5.27 6/181 2449
/proc/meminfo: memFree=30773448/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=39452 CPUtime=12.69 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 8616 0 0 0 1268 1 0 0 25 0 1 0 520979239 40398848 3654 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 9863 3654 339 96 0 6425 0
[pid=2444] ppid=2442 vsize=17676 CPUtime=12.69 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 1872 0 0 0 1269 0 0 0 25 0 1 0 520979239 18100224 1757 33554432000 4194304 4785740 140736420262112 18446744073709551615 4286985 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 4419 1757 340 145 0 1464 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=6.74 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 674 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=10712 CPUtime=12.69 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 2649 0 0 0 1269 0 0 0 25 0 1 0 520979239 10969088 1876 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 2678 1876 127 39 0 1758 0
[pid=2447] ppid=2442 vsize=21764 CPUtime=5.87 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 6078 0 0 0 587 0 0 0 25 0 1 0 520979239 22286336 3908 33554432000 4194304 4331988 140735084586864 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 5441 3908 174 34 0 3883 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 564316

[startup+25.5013 s]
/proc/loadavg: 3.97 4.71 5.27 6/181 2449
/proc/meminfo: memFree=30767000/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=836892 CPUtime=25.48 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 12861 0 0 0 2546 2 0 0 25 0 1 0 520979239 856977408 4087 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 209223 4087 339 96 0 205785 0
[pid=2444] ppid=2442 vsize=18852 CPUtime=25.49 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 2127 0 0 0 2549 0 0 0 25 0 1 0 520979239 19304448 2012 33554432000 4194304 4785740 140736420262112 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 4713 2012 340 145 0 1758 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=13.14 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 1314 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=13660 CPUtime=25.49 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 4763 0 0 0 2549 0 0 0 25 0 1 0 520979239 13987840 2613 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 3415 2613 127 39 0 2495 0
[pid=2447] ppid=2442 vsize=22160 CPUtime=12.2 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 6175 0 0 0 1220 0 0 0 25 0 1 0 520979239 22691840 4005 33554432000 4194304 4331988 140735084586864 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 5540 4005 174 34 0 3982 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1366276

[startup+51.1006 s]
/proc/loadavg: 4.32 4.73 5.27 6/181 2450
/proc/meminfo: memFree=30750224/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=848472 CPUtime=51.09 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 23105 0 0 0 5105 4 0 0 25 0 1 0 520979239 868835328 7105 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 212118 7105 339 96 0 208680 0
[pid=2444] ppid=2442 vsize=20752 CPUtime=51.09 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 2594 0 0 0 5109 0 0 0 25 0 1 0 520979239 21250048 2479 33554432000 4194304 4785740 140736420262112 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 5188 2479 341 145 0 2233 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=25.84 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 2584 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=17640 CPUtime=51.09 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 8574 0 0 0 5108 1 0 0 25 0 1 0 520979239 18063360 3608 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328090 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 4410 3608 127 39 0 3490 0
[pid=2447] ppid=2442 vsize=22616 CPUtime=24.97 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 6239 0 0 0 2497 0 0 0 25 0 1 0 520979239 23158784 4069 33554432000 4194304 4331988 140735084586864 18446744073709551615 271549932560 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 5654 4069 174 34 0 4096 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 1384192

[startup+102.3 s]
/proc/loadavg: 4.75 4.79 5.26 6/181 2451
/proc/meminfo: memFree=30736304/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=845124 CPUtime=102.29 cores=1

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

[pid=2443] ppid=2442 vsize=894740 CPUtime=942.31 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 121903 0 0 0 94190 41 0 0 25 0 1 0 520979239 916213760 17034 33554432000 4194304 4587354 140736438748624 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 223685 17034 339 96 0 220247 0
[pid=2444] ppid=2442 vsize=34548 CPUtime=942.31 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 5773 0 0 0 94231 0 0 0 25 0 1 0 520979239 35377152 5602 33554432000 4194304 4785740 140736420262112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 8637 5602 341 145 0 5682 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=469.05 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 46905 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134528719 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=35552 CPUtime=942.31 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 89980 0 0 0 94220 11 0 0 25 0 1 0 520979239 36405248 8055 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328359 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 8888 8055 127 39 0 7968 0
[pid=2447] ppid=2442 vsize=37792 CPUtime=468.13 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 9951 0 0 0 46811 2 0 0 25 0 1 0 520979239 38699008 7781 33554432000 4194304 4331988 140735084586864 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 9448 7781 174 34 0 7890 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 1477344

[startup+1002.3 s]
/proc/loadavg: 5.11 5.11 5.16 6/181 2475
/proc/meminfo: memFree=30694508/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=860960 CPUtime=1002.32 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 131942 0 0 0 100186 46 0 0 25 0 1 0 520979239 881623040 10623 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 215240 10623 339 96 0 211802 0
[pid=2444] ppid=2442 vsize=35488 CPUtime=1002.31 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 6009 0 0 0 100231 0 0 0 25 0 1 0 520979239 36339712 5790 33554432000 4194304 4785740 140736420262112 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 8872 5790 341 145 0 5917 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=498.87 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 49887 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=28384 CPUtime=1002.32 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 93148 0 0 0 100220 12 0 0 25 0 1 0 520979239 29065216 6263 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 7096 6263 127 39 0 6176 0
[pid=2447] ppid=2442 vsize=37792 CPUtime=497.98 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 10047 0 0 0 49796 2 0 0 25 0 1 0 520979239 38699008 7877 33554432000 4194304 4331988 140735084586864 18446744073709551615 4298753 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 9448 7877 174 34 0 7890 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 1437336

[startup+1062.31 s]
/proc/loadavg: 5.08 5.10 5.16 6/181 2477
/proc/meminfo: memFree=30682560/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=869124 CPUtime=1062.33 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 140410 0 0 0 106183 50 0 0 25 0 1 0 520979239 889982976 11454 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 217281 11454 339 96 0 213843 0
[pid=2444] ppid=2442 vsize=35776 CPUtime=1062.32 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 6087 0 0 0 106232 0 0 0 25 0 1 0 520979239 36634624 5868 33554432000 4194304 4785740 140736420262112 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 8944 5868 341 145 0 5989 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=528.7 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 52870 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=36064 CPUtime=1062.32 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 98396 0 0 0 106220 12 0 0 25 0 1 0 520979239 36929536 8183 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 9016 8183 127 39 0 8096 0
[pid=2447] ppid=2442 vsize=41672 CPUtime=527.82 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 10149 0 0 0 52780 2 0 0 25 0 1 0 520979239 42672128 7979 33554432000 4194304 4331988 140735084586864 18446744073709551615 4299016 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 10418 7979 174 34 0 8860 0
Current children cumulated CPU time (s) 4243.49
Current children cumulated vsize (KiB) 1457348

[startup+1122.3 s]
/proc/loadavg: 5.11 5.11 5.16 6/181 2478
/proc/meminfo: memFree=30680792/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=867856 CPUtime=1122.32 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 148204 0 0 0 112178 54 0 0 25 0 1 0 520979239 888684544 11806 33554432000 4194304 4587354 140736438748624 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 216964 11806 339 96 0 213526 0
[pid=2444] ppid=2442 vsize=36220 CPUtime=1122.32 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 6149 0 0 0 112232 0 0 0 25 0 1 0 520979239 37089280 5930 33554432000 4194304 4785740 140736420262112 18446744073709551615 4553127 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 9055 5930 341 145 0 6100 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=558.56 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 55856 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=36576 CPUtime=1122.32 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 103708 0 0 0 112219 13 0 0 25 0 1 0 520979239 37453824 8311 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328432 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 9144 8311 127 39 0 8224 0
[pid=2447] ppid=2442 vsize=41672 CPUtime=557.64 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 10243 0 0 0 55762 2 0 0 25 0 1 0 520979239 42672128 8073 33554432000 4194304 4331988 140735084586864 18446744073709551615 4298816 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 10418 8073 174 34 0 8860 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 1457036

[startup+1182.3 s]
/proc/loadavg: 5.07 5.10 5.15 6/181 2480
/proc/meminfo: memFree=30679760/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=861976 CPUtime=1182.33 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 155388 0 0 0 118175 58 0 0 25 0 1 0 520979239 882663424 11689 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 215494 11689 339 96 0 212056 0
[pid=2444] ppid=2442 vsize=36220 CPUtime=1182.32 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 6153 0 0 0 118232 0 0 0 25 0 1 0 520979239 37089280 5934 33554432000 4194304 4785740 140736420262112 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 9055 5934 341 145 0 6100 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=588.36 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 58836 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=36320 CPUtime=1182.32 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 106812 0 0 0 118219 13 0 0 25 0 1 0 520979239 37191680 8247 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 9080 8247 127 39 0 8160 0
[pid=2447] ppid=2442 vsize=41672 CPUtime=587.52 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 10345 0 0 0 58749 3 0 0 25 0 1 0 520979239 42672128 8175 33554432000 4194304 4331988 140735084586864 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 10418 8175 174 34 0 8860 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 1450900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.19 5.13 5.16 6/181 2480
/proc/meminfo: memFree=30687056/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=869260 CPUtime=1201.73 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 158251 0 0 0 120114 59 0 0 25 0 1 0 520979239 890122240 11030 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 217315 11030 339 96 0 213877 0
[pid=2444] ppid=2442 vsize=36684 CPUtime=1201.72 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 6262 0 0 0 120172 0 0 0 25 0 1 0 520979239 37564416 6043 33554432000 4194304 4785740 140736420262112 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 9171 6043 341 145 0 6216 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=598.05 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 59805 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=31200 CPUtime=1201.72 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 107580 0 0 0 120159 13 0 0 25 0 1 0 520979239 31948800 6967 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 7800 6967 127 39 0 6880 0
[pid=2447] ppid=2442 vsize=41672 CPUtime=597.12 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 10376 0 0 0 59709 3 0 0 25 0 1 0 520979239 42672128 8206 33554432000 4194304 4331988 140735084586864 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 10418 8206 174 34 0 8860 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1453528

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.19 5.13 5.16 6/181 2480
/proc/meminfo: memFree=30687056/32951124 swapFree=67111344/67111528
[pid=2442] ppid=2440 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2442/stat : 2442 (ppfolio) S 2440 2442 379 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 520979238 18763776 389 33554432000 4194304 4287625 140734953991248 18446744073709551615 271550557711 0 0 4096 65536 4104538758311837695 0 0 17 5 0 0 0
/proc/2442/statm: 4581 389 341 23 0 91 0
[pid=2443] ppid=2442 vsize=869260 CPUtime=1201.73 cores=1
/proc/2443/stat : 2443 (cryptominisat) R 2442 2442 379 0 -1 4202496 158251 0 0 0 120114 59 0 0 25 0 1 0 520979239 890122240 11030 33554432000 4194304 4587354 140736438748624 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2443/statm: 217315 11030 339 96 0 213877 0
[pid=2444] ppid=2442 vsize=36684 CPUtime=1201.72 cores=5
/proc/2444/stat : 2444 (clasp) R 2442 2442 379 0 -1 4202496 6262 0 0 0 120172 0 0 0 25 0 1 0 520979239 37564416 6043 33554432000 4194304 4785740 140736420262112 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2444/statm: 9171 6043 341 145 0 6216 0
[pid=2445] ppid=2442 vsize=456388 CPUtime=598.05 cores=7
/proc/2445/stat : 2445 (TNM) R 2442 2442 379 0 -1 4202496 546 0 0 0 59805 0 0 0 25 0 1 0 520979239 467341312 443 33554432000 134512640 134534564 4293173168 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2445/statm: 114097 443 95 6 0 112763 0
[pid=2446] ppid=2442 vsize=31200 CPUtime=1201.72 cores=3
/proc/2446/stat : 2446 (lingeling) R 2442 2442 379 0 -1 4202496 107580 0 0 0 120159 13 0 0 25 0 1 0 520979239 31948800 6967 33554432000 4194304 4352236 140733558620960 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2446/statm: 7800 6967 127 39 0 6880 0
[pid=2447] ppid=2442 vsize=41672 CPUtime=597.12 cores=7
/proc/2447/stat : 2447 (march_hi) R 2442 2442 379 0 -1 4202496 10376 0 0 0 59709 3 0 0 25 0 1 0 520979239 42672128 8206 33554432000 4194304 4331988 140735084586864 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2447/statm: 10418 8206 174 34 0 8860 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1453528

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.41
CPU user time (s): 4799.63
CPU system time (s): 0.780881
CPU usage (%): 399.465
Max. virtual memory (cumulated for all children) (KiB): 2262620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.63
system time used= 0.780881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283568
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= 465
involuntary context switches= 41660

runsolver used 1.74373 second user time and 4.81427 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 18:16:54
IDJOB=3264417
IDBENCH=84608
IDSOLVER=1612
FILE ID=node133/3264417-1304093813
RUNJOBID= node133-1304088977-1975
PBS_JOBID= 13170511
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264417-1304093813/watcher-3264417-1304093813 -o /tmp/evaluation-result-3264417-1304093813/solver-3264417-1304093813 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3264417-1304093813.cnf

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

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=1250873336

node133.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.834
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.66
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.834
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.75
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:     32951124 kB
MemFree:      30817008 kB
Buffers:        750520 kB
Cached:         963556 kB
SwapCached:        124 kB
Active:         602860 kB
Inactive:      1174636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30817008 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10236 kB
Writeback:           0 kB
AnonPages:       63140 kB
Mapped:          14504 kB
Slab:           294060 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187516 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71888 MiB
End job on node133 at 2011-04-29 18:36:55