Trace number 3263229

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? (MO) 404.6 101.318

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
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 variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 4 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.01	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.01	Starting clasp 1.3.6 on core(s) 5
0.00/0.01	Starting TNM 2009 on core(s) 7
0.00/0.01	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.01	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-3263229-1304090839/watcher-3263229-1304090839 -o /tmp/evaluation-result-3263229-1304090839/solver-3263229-1304090839 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3263229-1304090839.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: 10.27 10.18 10.02 6/182 14675
/proc/meminfo: memFree=22719416/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (runsolver) R 14673 14675 14150 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 520684377 12083200 52 33554432000 4194304 5434984 140735111766672 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/14675/statm: 2950 52 31 303 0 2644 0

[startup+0.21638 s]
/proc/loadavg: 10.27 10.18 10.02 6/182 14675
/proc/meminfo: memFree=22719416/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) R 14673 14675 14150 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300363 s]
/proc/loadavg: 10.27 10.18 10.02 6/182 14675
/proc/meminfo: memFree=22719416/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) R 14673 14675 14150 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400344 s]
/proc/loadavg: 10.27 10.18 10.02 6/182 14675
/proc/meminfo: memFree=22719416/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) R 14673 14675 14150 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700291 s]
/proc/loadavg: 10.27 10.18 10.02 6/182 14675
/proc/meminfo: memFree=22719416/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) R 14673 14675 14150 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50114 s]
/proc/loadavg: 10.27 10.18 10.02 12/188 14681
/proc/meminfo: memFree=22686624/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=233704 CPUtime=1.48 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 4284 0 0 0 148 0 0 0 20 0 1 0 520684378 239312896 2499 33554432000 4194304 4587354 140734591264432 18446744073709551615 4238452 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 58426 2499 331 96 0 54988 0
[pid=14678] ppid=14675 vsize=22676 CPUtime=1.48 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 3289 0 0 0 148 0 0 0 25 0 1 0 520684378 23220224 3007 33554432000 4194304 4785740 140733493607616 18446744073709551615 244446606021 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 5669 3007 340 145 0 2714 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=0.78 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 78 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=10376 CPUtime=1.48 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 2089 0 0 0 148 0 0 0 25 0 1 0 520684378 10625024 1755 33554432000 4194304 4352236 140735698334144 18446744073709551615 4207615 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 2594 1755 127 39 0 1674 0
[pid=14681] ppid=14675 vsize=12828 CPUtime=0.7 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 1291 0 0 0 70 0 0 0 25 0 1 0 520684378 13135872 1064 33554432000 4194304 4331988 140736238260112 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 3207 1064 174 34 0 1649 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 752016

[startup+3.10084 s]
/proc/loadavg: 10.25 10.18 10.02 11/188 14681
/proc/meminfo: memFree=22686500/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=233704 CPUtime=3.08 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 7392 0 0 0 308 0 0 0 25 0 1 0 520684378 239312896 4987 33554432000 4194304 4587354 140734591264432 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 58426 4987 337 96 0 54988 0
[pid=14678] ppid=14675 vsize=27564 CPUtime=3.08 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 4482 0 0 0 307 1 0 0 25 0 1 0 520684378 28225536 4200 33554432000 4194304 4785740 140733493607616 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 6891 4200 340 145 0 3936 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=1.57 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 157 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=11656 CPUtime=3.08 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 2452 0 0 0 308 0 0 0 25 0 1 0 520684378 11935744 2075 33554432000 4194304 4352236 140735698334144 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 2914 2075 127 39 0 1994 0
[pid=14681] ppid=14675 vsize=12828 CPUtime=1.5 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 1310 0 0 0 150 0 0 0 25 0 1 0 520684378 13135872 1083 33554432000 4194304 4331988 140736238260112 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 3207 1083 174 34 0 1649 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 758184

[startup+6.30125 s]
/proc/loadavg: 10.25 10.18 10.02 11/188 14681
/proc/meminfo: memFree=22667236/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=249304 CPUtime=6.28 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 11665 0 0 0 627 1 0 0 25 0 1 0 520684378 255287296 7826 33554432000 4194304 4587354 140734591264432 18446744073709551615 4365356 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 62326 7826 337 96 0 58888 0
[pid=14678] ppid=14675 vsize=33540 CPUtime=6.28 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 5901 0 0 0 627 1 0 0 25 0 1 0 520684378 34344960 5619 33554432000 4194304 4785740 140733493607616 18446744073709551615 4548952 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 8385 5619 340 145 0 5430 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=3.15 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 315 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=13960 CPUtime=6.28 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 3734 0 0 0 628 0 0 0 25 0 1 0 520684378 14295040 2651 33554432000 4194304 4352236 140735698334144 18446744073709551615 4328285 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 3490 2651 127 39 0 2570 0
[pid=14681] ppid=14675 vsize=13040 CPUtime=3.1 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 1328 0 0 0 310 0 0 0 25 0 1 0 520684378 13352960 1101 33554432000 4194304 4331988 140736238260112 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 3260 1101 174 34 0 1702 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 782276

[startup+12.7011 s]
/proc/loadavg: 10.35 10.20 10.03 11/188 14681
/proc/meminfo: memFree=22634888/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=259444 CPUtime=12.68 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 16267 0 0 0 1266 2 0 0 25 0 1 0 520684378 265670656 9420 33554432000 4194304 4587354 140734591264432 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 64861 9420 337 96 0 61423 0
[pid=14678] ppid=14675 vsize=38484 CPUtime=12.68 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 7014 0 0 0 1267 1 0 0 25 0 1 0 520684378 39407616 6732 33554432000 4194304 4785740 140733493607616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 9621 6732 340 145 0 6666 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=6.32 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 632 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=15492 CPUtime=12.68 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 6078 0 0 0 1268 0 0 0 25 0 1 0 520684378 15863808 3034 33554432000 4194304 4352236 140735698334144 18446744073709551615 4241424 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 3873 3034 127 39 0 2953 0
[pid=14681] ppid=14675 vsize=13856 CPUtime=6.3 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 1506 0 0 0 630 0 0 0 25 0 1 0 520684378 14188544 1279 33554432000 4194304 4331988 140736238260112 18446744073709551615 4228311 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 3464 1279 174 34 0 1906 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 799708

[startup+25.5067 s]
/proc/loadavg: 10.30 10.20 10.03 11/188 14682
/proc/meminfo: memFree=22607680/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=260608 CPUtime=25.48 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 22908 0 0 0 2545 3 0 0 25 0 1 0 520684378 266862592 10222 33554432000 4194304 4587354 140734591264432 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 65152 10222 337 96 0 61714 0
[pid=14678] ppid=14675 vsize=52164 CPUtime=25.49 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 10328 0 0 0 2547 2 0 0 25 0 1 0 520684378 53415936 10046 33554432000 4194304 4785740 140733493607616 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 13041 10046 340 145 0 10086 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=12.7 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 1270 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=22344 CPUtime=25.49 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 11521 0 0 0 2548 1 0 0 25 0 1 0 520684378 22880256 4779 33554432000 4194304 4352236 140735698334144 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 5586 4779 127 39 0 4666 0
[pid=14681] ppid=14675 vsize=14936 CPUtime=12.65 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 1717 0 0 0 1265 0 0 0 25 0 1 0 520684378 15294464 1490 33554432000 4194304 4331988 140736238260112 18446744073709551615 4315903 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 3734 1490 175 34 0 2176 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 822484

[startup+51.1009 s]
/proc/loadavg: 10.20 10.18 10.03 11/188 14682
/proc/meminfo: memFree=22593136/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=252864 CPUtime=51.08 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 45030 0 0 0 5100 8 0 0 25 0 1 0 520684378 258932736 8575 33554432000 4194304 4587354 140734591264432 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 63216 8575 337 96 0 59778 0
[pid=14678] ppid=14675 vsize=59856 CPUtime=51.08 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 12127 0 0 0 5105 3 0 0 25 0 1 0 520684378 61292544 11845 33554432000 4194304 4785740 140733493607616 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 14964 11845 340 145 0 12009 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=25.41 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 2541 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=26948 CPUtime=51.09 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 21221 0 0 0 5107 2 0 0 25 0 1 0 520684378 27594752 5930 33554432000 4194304 4352236 140735698334144 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 6737 5930 127 39 0 5817 0
[pid=14681] ppid=14675 vsize=16852 CPUtime=25.39 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 2155 0 0 0 2539 0 0 0 25 0 1 0 520684378 17256448 1928 33554432000 4194304 4331988 140736238260112 18446744073709551615 4228288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 4213 1928 175 34 0 2655 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 828952



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+101.301 s]
/proc/loadavg: 10.28 10.21 10.04 11/188 14684
/proc/meminfo: memFree=22549352/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=15464244 CPUtime=101.29 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 70729 0 0 0 10116 13 0 0 25 0 1 0 520684378 15835385856 20214 33554432000 4194304 4587354 140734591264432 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 3866061 20214 337 96 0 3862623 0
[pid=14678] ppid=14675 vsize=71116 CPUtime=101.29 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 14746 0 0 0 10126 3 0 0 25 0 1 0 520684378 72822784 14464 33554432000 4194304 4785740 140733493607616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 17779 14464 340 145 0 14824 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=50.39 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 5039 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=33164 CPUtime=101.29 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 42727 0 0 0 10125 4 0 0 25 0 1 0 520684378 33959936 7484 33554432000 4194304 4352236 140735698334144 18446744073709551615 4328859 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 8291 7484 127 39 0 7371 0
[pid=14681] ppid=14675 vsize=21508 CPUtime=50.34 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 2942 0 0 0 5034 0 0 0 25 0 1 0 520684378 22024192 2715 33554432000 4194304 4331988 140736238260112 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 5377 2715 175 34 0 3819 0
Current children cumulated CPU time (s) 404.6
Current children cumulated vsize (KiB) 16062464

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

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

[startup+101.301 s]
/proc/loadavg: 10.28 10.21 10.04 11/188 14684
/proc/meminfo: memFree=22549352/32951124 swapFree=67111524/67111528
[pid=14675] ppid=14673 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/14675/stat : 14675 (ppfolio) S 14673 14675 14150 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 520684377 18763776 389 33554432000 4194304 4287625 140733256129328 18446744073709551615 244446965263 0 0 4096 65536 5583162270222909439 0 0 17 1 0 0 0
/proc/14675/statm: 4581 389 341 23 0 91 0
[pid=14677] ppid=14675 vsize=15464244 CPUtime=101.29 cores=1
/proc/14677/stat : 14677 (cryptominisat) R 14675 14675 14150 0 -1 4202496 70729 0 0 0 10116 13 0 0 25 0 1 0 520684378 15835385856 20214 33554432000 4194304 4587354 140734591264432 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14677/statm: 3866061 20214 337 96 0 3862623 0
[pid=14678] ppid=14675 vsize=71116 CPUtime=101.29 cores=5
/proc/14678/stat : 14678 (clasp) R 14675 14675 14150 0 -1 4202496 14746 0 0 0 10126 3 0 0 25 0 1 0 520684378 72822784 14464 33554432000 4194304 4785740 140733493607616 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14678/statm: 17779 14464 340 145 0 14824 0
[pid=14679] ppid=14675 vsize=454108 CPUtime=50.39 cores=7
/proc/14679/stat : 14679 (TNM) R 14675 14675 14150 0 -1 4202496 1192 0 0 0 5039 0 0 0 25 0 1 0 520684378 465006592 1089 33554432000 134512640 134534564 4288092528 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14679/statm: 113527 1089 95 6 0 112193 0
[pid=14680] ppid=14675 vsize=33164 CPUtime=101.29 cores=3
/proc/14680/stat : 14680 (lingeling) R 14675 14675 14150 0 -1 4202496 42727 0 0 0 10125 4 0 0 25 0 1 0 520684378 33959936 7484 33554432000 4194304 4352236 140735698334144 18446744073709551615 4328859 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/14680/statm: 8291 7484 127 39 0 7371 0
[pid=14681] ppid=14675 vsize=21508 CPUtime=50.34 cores=7
/proc/14681/stat : 14681 (march_hi) R 14675 14675 14150 0 -1 4202496 2942 0 0 0 5034 0 0 0 25 0 1 0 520684378 22024192 2715 33554432000 4194304 4331988 140736238260112 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14681/statm: 5377 2715 175 34 0 3819 0
Current children cumulated CPU time (s) 404.6
Current children cumulated vsize (KiB) 16062464

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14675 and gives
#  childrusage.ru_utime.tv_sec=252
#  childrusage.ru_utime.tv_usec=919550
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=98984
# CPU time returned by wait4() is 253.019
# while last known CPU time is 404.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 101.318
CPU time (s): 404.6
CPU user time (s): 404.4
CPU system time (s): 0.2
CPU usage (%): 399.338
Max. virtual memory (cumulated for all children) (KiB): 16062464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.92
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59201
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= 258
involuntary context switches= 1346

runsolver used 0.164974 second user time and 0.398939 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 17:27:19
IDJOB=3263229
IDBENCH=83945
IDSOLVER=1612
FILE ID=node105/3263229-1304090839
RUNJOBID= node105-1304087809-14169
PBS_JOBID= 13170561
Free space on /tmp= 71928 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263229-1304090839/watcher-3263229-1304090839 -o /tmp/evaluation-result-3263229-1304090839/solver-3263229-1304090839 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263229-1304090839.cnf

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=1112443065

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5410.70
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.825
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.74
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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:      22719696 kB
Buffers:       2155800 kB
Cached:        7082492 kB
SwapCached:          4 kB
Active:         923212 kB
Inactive:      8760964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22719696 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10512 kB
Writeback:           0 kB
AnonPages:      445316 kB
Mapped:          16688 kB
Slab:           483488 kB
PageTables:       5436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1831920 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= 71920 MiB
End job on node105 at 2011-04-29 17:29:03