Trace number 3261865

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio parUNSAT 798.381 199.866

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-5_528.cnf
MD5SUM7c7070bd15b57ddd9a06dd3709baef54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.607
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of clauses12692
Sum of the clauses size38748
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 312356
Number of clauses of size 40
Number of clauses of size 5336
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
798.06/199.86	s UNSATISFIABLE
798.06/199.86	solver [2] clasp 1.3.6 answered
798.06/199.86	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3261865-1304086117/watcher-3261865-1304086117 -o /tmp/evaluation-result-3261865-1304086117/solver-3261865-1304086117 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3261865-1304086117.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.04 5.24 6.25 2/171 24085
/proc/meminfo: memFree=12758316/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) R 24083 24085 23232 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0

[startup+0.920347 s]
/proc/loadavg: 5.04 5.24 6.25 2/171 24085
/proc/meminfo: memFree=12758316/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) R 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00034 s]
/proc/loadavg: 5.04 5.24 6.25 2/171 24085
/proc/meminfo: memFree=12758316/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) R 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10032 s]
/proc/loadavg: 5.04 5.24 6.25 2/171 24085
/proc/meminfo: memFree=12758316/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.2003 s]
/proc/loadavg: 5.04 5.24 6.25 2/171 24085
/proc/meminfo: memFree=12758316/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 17 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50025 s]
/proc/loadavg: 5.04 5.24 6.25 2/171 24085
/proc/meminfo: memFree=12758316/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10697 s]
/proc/loadavg: 5.12 5.25 6.25 6/177 24091
/proc/meminfo: memFree=12730452/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1513820 CPUtime=3.09 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 6144 0 0 0 309 0 0 0 25 0 1 0 598842344 1550151680 3092 33554432000 4194304 4587354 140735371444240 18446744073709551615 4243616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 378455 3092 338 96 0 375017 0
[pid=24087] ppid=24085 vsize=17116 CPUtime=3.09 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 1738 0 0 0 309 0 0 0 25 0 1 0 598842344 17526784 1605 33554432000 4194304 4785740 140735549091840 18446744073709551615 4286949 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 4279 1605 340 145 0 1324 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=2.01 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 201 0 0 0 21 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=9224 CPUtime=3.1 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 1715 0 0 0 310 0 0 0 25 0 1 0 598842344 9445376 1467 33554432000 4194304 4352236 140734014140064 18446744073709551615 4327946 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 2306 1467 126 39 0 1386 0
[pid=24090] ppid=24085 vsize=9568 CPUtime=1.07 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1049 0 0 0 107 0 0 0 25 0 1 0 598842344 9797632 773 33554432000 4194304 4331988 140733833058144 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2392 773 175 34 0 834 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 2024804

[startup+6.30041 s]
/proc/loadavg: 5.11 5.24 6.24 6/177 24091
/proc/meminfo: memFree=12726856/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1511120 CPUtime=6.29 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 8428 0 0 0 628 1 0 0 25 0 1 0 598842344 1547386880 3187 33554432000 4194304 4587354 140735371444240 18446744073709551615 216734875159 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 377780 3187 338 96 0 374342 0
[pid=24087] ppid=24085 vsize=18616 CPUtime=6.29 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 2057 0 0 0 629 0 0 0 25 0 1 0 598842344 19062784 1924 33554432000 4194304 4785740 140735549091840 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 4654 1924 340 145 0 1699 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=3.71 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 371 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=11472 CPUtime=6.29 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 2277 0 0 0 629 0 0 0 25 0 1 0 598842344 11747328 2029 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 2868 2029 126 39 0 1948 0
[pid=24090] ppid=24085 vsize=9704 CPUtime=2.55 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1054 0 0 0 255 0 0 0 25 0 1 0 598842344 9936896 778 33554432000 4194304 4331988 140733833058144 18446744073709551615 4239986 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2426 778 175 34 0 868 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 2025988

[startup+12.7013 s]
/proc/loadavg: 5.10 5.24 6.24 6/177 24091
/proc/meminfo: memFree=12721176/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1516604 CPUtime=12.69 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 12527 0 0 0 1267 2 0 0 25 0 1 0 598842344 1553002496 3809 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 379151 3809 338 96 0 375713 0
[pid=24087] ppid=24085 vsize=20408 CPUtime=12.69 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 2481 0 0 0 1269 0 0 0 25 0 1 0 598842344 20897792 2348 33554432000 4194304 4785740 140735549091840 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 5102 2348 340 145 0 2147 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=6.91 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 691 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=13064 CPUtime=12.69 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 3187 0 0 0 1269 0 0 0 25 0 1 0 598842344 13377536 2427 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328901 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 3266 2427 126 39 0 2346 0
[pid=24090] ppid=24085 vsize=9704 CPUtime=5.72 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1068 0 0 0 572 0 0 0 25 0 1 0 598842344 9936896 792 33554432000 4194304 4331988 140733833058144 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2426 792 175 34 0 868 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 2034856

[startup+25.5011 s]
/proc/loadavg: 5.08 5.23 6.22 6/177 24091
/proc/meminfo: memFree=12718128/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1508432 CPUtime=25.49 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 18991 0 0 0 2545 4 0 0 25 0 1 0 598842344 1544634368 2985 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 377108 2985 340 96 0 373670 0
[pid=24087] ppid=24085 vsize=22272 CPUtime=25.49 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 2943 0 0 0 2549 0 0 0 25 0 1 0 598842344 22806528 2810 33554432000 4194304 4785740 140735549091840 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 5568 2810 340 145 0 2613 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=13.3 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 1330 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=18440 CPUtime=25.49 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 5555 0 0 0 2548 1 0 0 25 0 1 0 598842344 18882560 3771 33554432000 4194304 4352236 140734014140064 18446744073709551615 4329300 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 4610 3771 126 39 0 3690 0
[pid=24090] ppid=24085 vsize=9892 CPUtime=12.05 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1095 0 0 0 1205 0 0 0 25 0 1 0 598842344 10129408 819 33554432000 4194304 4331988 140733833058144 18446744073709551615 4226618 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2473 819 175 34 0 915 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 2034112

[startup+51.1006 s]
/proc/loadavg: 5.05 5.21 6.19 6/177 24092
/proc/meminfo: memFree=12696972/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1525172 CPUtime=51.09 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 31566 0 0 0 5102 7 0 0 25 0 1 0 598842344 1561776128 6923 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 381293 6923 340 96 0 377855 0
[pid=24087] ppid=24085 vsize=24980 CPUtime=51.09 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 3548 0 0 0 5109 0 0 0 25 0 1 0 598842344 25579520 3415 33554432000 4194304 4785740 140735549091840 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 6245 3415 340 145 0 3290 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=26.02 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 2602 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134530736 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=20500 CPUtime=51.09 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 10870 0 0 0 5108 1 0 0 25 0 1 0 598842344 20992000 4286 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 5125 4286 126 39 0 4205 0
[pid=24090] ppid=24085 vsize=9892 CPUtime=24.79 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1122 0 0 0 2479 0 0 0 25 0 1 0 598842344 10129408 846 33554432000 4194304 4331988 140733833058144 18446744073709551615 4298853 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2473 846 175 34 0 915 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 2055620

[startup+102.301 s]
/proc/loadavg: 5.06 5.19 6.12 6/177 24093
/proc/meminfo: memFree=12688652/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1527636 CPUtime=102.29 cores=1

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


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

[startup+180.001 s]
/proc/loadavg: 5.07 5.17 6.04 6/177 24095
/proc/meminfo: memFree=12686036/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1529908 CPUtime=179.99 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 65673 0 0 0 17981 18 0 0 25 0 1 0 598842344 1566625792 7674 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 382477 7674 340 96 0 379039 0
[pid=24087] ppid=24085 vsize=31116 CPUtime=179.98 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 4939 0 0 0 17998 0 0 0 25 0 1 0 598842344 31862784 4806 33554432000 4194304 4785740 140735549091840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 7779 4806 340 145 0 4824 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=90.13 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 9013 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=31256 CPUtime=179.99 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 27959 0 0 0 17996 3 0 0 25 0 1 0 598842344 32006144 6975 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 7814 6975 126 39 0 6894 0
[pid=24090] ppid=24085 vsize=10592 CPUtime=88.88 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1280 0 0 0 8888 0 0 0 25 0 1 0 598842344 10846208 1004 33554432000 4194304 4331988 140733833058144 18446744073709551615 4246712 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2648 1004 175 34 0 1090 0
Current children cumulated CPU time (s) 718.97
Current children cumulated vsize (KiB) 2077948

[startup+192.801 s]
/proc/loadavg: 5.13 5.18 6.03 6/177 24096
/proc/meminfo: memFree=12682436/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1527960 CPUtime=192.79 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 67994 0 0 0 19261 18 0 0 25 0 1 0 598842344 1564631040 8212 33554432000 4194304 4587354 140735371444240 18446744073709551615 4241312 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 381990 8212 340 96 0 378552 0
[pid=24087] ppid=24085 vsize=31692 CPUtime=192.78 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 5068 0 0 0 19278 0 0 0 25 0 1 0 598842344 32452608 4935 33554432000 4194304 4785740 140735549091840 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 7923 4935 340 145 0 4968 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=96.49 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 9649 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=24600 CPUtime=192.79 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 28855 0 0 0 19276 3 0 0 25 0 1 0 598842344 25190400 5311 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 6150 5311 126 39 0 5230 0
[pid=24090] ppid=24085 vsize=10592 CPUtime=95.25 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1289 0 0 0 9525 0 0 0 25 0 1 0 598842344 10846208 1013 33554432000 4194304 4331988 140733833058144 18446744073709551615 4226324 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2648 1013 175 34 0 1090 0
Current children cumulated CPU time (s) 770.1
Current children cumulated vsize (KiB) 2069920

[startup+196 s]
/proc/loadavg: 5.13 5.18 6.03 6/177 24096
/proc/meminfo: memFree=12685412/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1527952 CPUtime=195.99 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 69138 0 0 0 19580 19 0 0 25 0 1 0 598842344 1564622848 7563 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 381988 7563 340 96 0 378550 0
[pid=24087] ppid=24085 vsize=31692 CPUtime=195.98 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 5073 0 0 0 19598 0 0 0 25 0 1 0 598842344 32452608 4940 33554432000 4194304 4785740 140735549091840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 7923 4940 340 145 0 4968 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=98.09 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 9809 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=22552 CPUtime=195.99 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 28855 0 0 0 19596 3 0 0 25 0 1 0 598842344 23093248 4799 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 5638 4799 126 39 0 4718 0
[pid=24090] ppid=24085 vsize=10592 CPUtime=96.83 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1291 0 0 0 9683 0 0 0 25 0 1 0 598842344 10846208 1015 33554432000 4194304 4331988 140733833058144 18446744073709551615 4239523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2648 1015 175 34 0 1090 0
Current children cumulated CPU time (s) 782.88
Current children cumulated vsize (KiB) 2067864

[startup+197.601 s]
/proc/loadavg: 5.12 5.17 6.03 6/177 24096
/proc/meminfo: memFree=12685036/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1527952 CPUtime=197.59 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 69346 0 0 0 19740 19 0 0 25 0 1 0 598842344 1564622848 7759 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 381988 7759 340 96 0 378550 0
[pid=24087] ppid=24085 vsize=31500 CPUtime=197.58 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 5075 0 0 0 19758 0 0 0 25 0 1 0 598842344 32256000 4905 33554432000 4194304 4785740 140735549091840 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 7875 4905 340 145 0 4920 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=98.89 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 9889 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=22552 CPUtime=197.59 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 28855 0 0 0 19756 3 0 0 25 0 1 0 598842344 23093248 4799 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 5638 4799 126 39 0 4718 0
[pid=24090] ppid=24085 vsize=10592 CPUtime=97.63 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1292 0 0 0 9763 0 0 0 25 0 1 0 598842344 10846208 1016 33554432000 4194304 4331988 140733833058144 18446744073709551615 4299241 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2648 1016 175 34 0 1090 0
Current children cumulated CPU time (s) 789.28
Current children cumulated vsize (KiB) 2067672

[startup+199.201 s]
/proc/loadavg: 5.12 5.17 6.03 6/177 24096
/proc/meminfo: memFree=12683920/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1527952 CPUtime=199.19 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 69547 0 0 0 19900 19 0 0 25 0 1 0 598842344 1564622848 7954 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 381988 7954 340 96 0 378550 0
[pid=24087] ppid=24085 vsize=31308 CPUtime=199.18 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 5076 0 0 0 19918 0 0 0 25 0 1 0 598842344 32059392 4871 33554432000 4194304 4785740 140735549091840 18446744073709551615 4562722 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 7827 4871 340 145 0 4872 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=99.69 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 9969 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=23064 CPUtime=199.19 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 28983 0 0 0 19916 3 0 0 25 0 1 0 598842344 23617536 4927 33554432000 4194304 4352236 140734014140064 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 5766 4927 126 39 0 4846 0
[pid=24090] ppid=24085 vsize=10592 CPUtime=98.42 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1292 0 0 0 9842 0 0 0 25 0 1 0 598842344 10846208 1016 33554432000 4194304 4331988 140733833058144 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2648 1016 175 34 0 1090 0
Current children cumulated CPU time (s) 795.67
Current children cumulated vsize (KiB) 2067992

[startup+199.601 s]
/proc/loadavg: 5.12 5.17 6.03 6/177 24096
/proc/meminfo: memFree=12683920/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1527952 CPUtime=199.59 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 69591 0 0 0 19940 19 0 0 25 0 1 0 598842344 1564622848 7994 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 381988 7994 340 96 0 378550 0
[pid=24087] ppid=24085 vsize=31308 CPUtime=199.58 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 5076 0 0 0 19958 0 0 0 25 0 1 0 598842344 32059392 4871 33554432000 4194304 4785740 140735549091840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 7827 4871 340 145 0 4872 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=99.89 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 9989 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=23064 CPUtime=199.59 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 28983 0 0 0 19956 3 0 0 25 0 1 0 598842344 23617536 4927 33554432000 4194304 4352236 140734014140064 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 5766 4927 126 39 0 4846 0
[pid=24090] ppid=24085 vsize=10592 CPUtime=98.62 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1293 0 0 0 9862 0 0 0 25 0 1 0 598842344 10846208 1017 33554432000 4194304 4331988 140733833058144 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2648 1017 175 34 0 1090 0
Current children cumulated CPU time (s) 797.27
Current children cumulated vsize (KiB) 2067992

[startup+199.801 s]
/proc/loadavg: 5.12 5.17 6.03 6/177 24096
/proc/meminfo: memFree=12683920/32951124 swapFree=67102140/67111528
[pid=24085] ppid=24083 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/24085/stat : 24085 (ppfolio) S 24083 24085 23232 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 598842344 18763776 390 33554432000 4194304 4287625 140737381157088 18446744073709551615 216735198735 0 0 4096 65536 4479911615717703679 0 0 17 5 0 0 0
/proc/24085/statm: 4581 390 341 23 0 91 0
[pid=24086] ppid=24085 vsize=1527952 CPUtime=199.79 cores=1
/proc/24086/stat : 24086 (cryptominisat) R 24085 24085 23232 0 -1 4202496 69613 0 0 0 19960 19 0 0 25 0 1 0 598842344 1564622848 8015 33554432000 4194304 4587354 140735371444240 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24086/statm: 381988 8015 340 96 0 378550 0
[pid=24087] ppid=24085 vsize=31116 CPUtime=199.78 cores=5
/proc/24087/stat : 24087 (clasp) R 24085 24085 23232 0 -1 4202496 5076 0 0 0 19978 0 0 0 25 0 1 0 598842344 31862784 4836 33554432000 4194304 4785740 140735549091840 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24087/statm: 7779 4836 340 145 0 4824 0
[pid=24088] ppid=24085 vsize=456752 CPUtime=99.99 cores=7
/proc/24088/stat : 24088 (TNM) R 24085 24085 23232 0 -1 4202496 656 0 0 0 9999 0 0 0 25 0 1 0 598842344 467714048 553 33554432000 134512640 134534564 4288686608 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24088/statm: 114188 553 95 6 0 112854 0
[pid=24089] ppid=24085 vsize=31256 CPUtime=199.79 cores=3
/proc/24089/stat : 24089 (lingeling) R 24085 24085 23232 0 -1 4202496 31031 0 0 0 19975 4 0 0 25 0 1 0 598842344 32006144 6975 33554432000 4194304 4352236 140734014140064 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/24089/statm: 7814 6975 126 39 0 6894 0
[pid=24090] ppid=24085 vsize=10592 CPUtime=98.71 cores=7
/proc/24090/stat : 24090 (march_hi) R 24085 24085 23232 0 -1 4202496 1293 0 0 0 9871 0 0 0 25 0 1 0 598842344 10846208 1017 33554432000 4194304 4331988 140733833058144 18446744073709551615 4212625 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24090/statm: 2648 1017 175 34 0 1090 0
Current children cumulated CPU time (s) 798.06
Current children cumulated vsize (KiB) 2075992

Child status: 0
Real time (s): 199.866
CPU time (s): 798.381
CPU user time (s): 798.121
CPU system time (s): 0.25996
CPU usage (%): 399.459
Max. virtual memory (cumulated for all children) (KiB): 3543416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 798.121
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108238
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= 656
involuntary context switches= 5322

runsolver used 0.281957 second user time and 0.808877 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 16:08:37
IDJOB=3261865
IDBENCH=83256
IDSOLVER=1612
FILE ID=node119/3261865-1304086117
RUNJOBID= node119-1304084913-23938
PBS_JOBID= 13170510
Free space on /tmp= 71816 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-5_528.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261865-1304086117/watcher-3261865-1304086117 -o /tmp/evaluation-result-3261865-1304086117/solver-3261865-1304086117 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3261865-1304086117.cnf

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

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=625131749

node119.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.815
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.63
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.815
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.815
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.74
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.815
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.83
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.815
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.67
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.815
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.815
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12758472 kB
Buffers:       2234460 kB
Cached:       17312460 kB
SwapCached:       5504 kB
Active:        7974768 kB
Inactive:     11633200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12758472 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           10100 kB
Writeback:           0 kB
AnonPages:       58616 kB
Mapped:          14540 kB
Slab:           521428 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189500 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= 71808 MiB
End job on node119 at 2011-04-29 16:11:57