Trace number 3262921

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) 254.82 63.8124

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
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 variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6

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-3262921-1304090272/watcher-3262921-1304090272 -o /tmp/evaluation-result-3262921-1304090272/solver-3262921-1304090272 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3262921-1304090272.cnf 

running on 4 cores: 0,2,4,6

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: 9.78 10.10 9.93 7/182 14594
/proc/meminfo: memFree=19920280/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) R 14592 14594 14150 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0

[startup+0.467062 s]
/proc/loadavg: 9.78 10.10 9.93 7/182 14594
/proc/meminfo: memFree=19920280/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) R 14592 14594 14150 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.501056 s]
/proc/loadavg: 9.78 10.10 9.93 7/182 14594
/proc/meminfo: memFree=19920280/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) R 14592 14594 14150 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.601037 s]
/proc/loadavg: 9.78 10.10 9.93 7/182 14594
/proc/meminfo: memFree=19920280/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) R 14592 14594 14150 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701018 s]
/proc/loadavg: 9.78 10.10 9.93 7/182 14594
/proc/meminfo: memFree=19920280/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) R 14592 14594 14150 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50687 s]
/proc/loadavg: 9.78 10.10 9.93 11/188 14600
/proc/meminfo: memFree=19873732/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) S 14592 14594 14150 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 18143235300590092287 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
[pid=14595] ppid=14594 vsize=36508 CPUtime=1.5 cores=0
/proc/14595/stat : 14595 (cryptominisat) R 14594 14594 14150 0 -1 4202496 5108 0 0 0 149 1 0 0 20 0 1 0 520627679 37384192 4124 33554432000 4194304 4587354 140737215124816 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14595/statm: 9127 4124 326 96 0 5689 0
[pid=14596] ppid=14594 vsize=24736 CPUtime=1.49 cores=4
/proc/14596/stat : 14596 (clasp) R 14594 14594 14150 0 -1 4202496 4061 0 0 0 149 0 0 0 20 0 1 0 520627679 25329664 3523 33554432000 4194304 4785740 140735138753296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14596/statm: 6184 3523 340 145 0 3229 0
[pid=14597] ppid=14594 vsize=459420 CPUtime=0.78 cores=6
/proc/14597/stat : 14597 (TNM) R 14594 14594 14150 0 -1 4202496 1802 0 0 0 78 0 0 0 25 0 1 0 520627679 470446080 1698 33554432000 134512640 134534564 4290253408 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14597/statm: 114855 1698 95 6 0 113521 0
[pid=14598] ppid=14594 vsize=9496 CPUtime=1.49 cores=2
/proc/14598/stat : 14598 (lingeling) R 14594 14594 14150 0 -1 4202496 1899 0 0 0 149 0 0 0 25 0 1 0 520627679 9723904 1536 33554432000 4194304 4352236 140736700606224 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14598/statm: 2374 1536 127 39 0 1454 0
[pid=14599] ppid=14594 vsize=16312 CPUtime=0.7 cores=6
/proc/14599/stat : 14599 (march_hi) R 14594 14594 14150 0 -1 4202496 1935 0 0 0 70 0 0 0 25 0 1 0 520627679 16703488 1630 33554432000 4194304 4331988 140736132304768 18446744073709551615 4226237 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14599/statm: 4078 1630 174 34 0 2520 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 564796

[startup+3.10057 s]
/proc/loadavg: 9.78 10.10 9.93 11/188 14600
/proc/meminfo: memFree=19864308/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) S 14592 14594 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 18143235300590092287 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
[pid=14595] ppid=14594 vsize=478900 CPUtime=3.09 cores=0
/proc/14595/stat : 14595 (cryptominisat) R 14594 14594 14150 0 -1 4202496 6255 0 0 0 308 1 0 0 25 0 1 0 520627679 490393600 3994 33554432000 4194304 4587354 140737215124816 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14595/statm: 119725 3994 331 96 0 116287 0
[pid=14596] ppid=14594 vsize=30844 CPUtime=3.08 cores=4
/proc/14596/stat : 14596 (clasp) R 14594 14594 14150 0 -1 4202496 5563 0 0 0 308 0 0 0 25 0 1 0 520627679 31584256 5025 33554432000 4194304 4785740 140735138753296 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14596/statm: 7711 5025 340 145 0 4756 0
[pid=14597] ppid=14594 vsize=459420 CPUtime=1.67 cores=6
/proc/14597/stat : 14597 (TNM) R 14594 14594 14150 0 -1 4202496 1802 0 0 0 167 0 0 0 25 0 1 0 520627679 470446080 1698 33554432000 134512640 134534564 4290253408 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14597/statm: 114855 1698 95 6 0 113521 0
[pid=14598] ppid=14594 vsize=11672 CPUtime=3.08 cores=2
/proc/14598/stat : 14598 (lingeling) R 14594 14594 14150 0 -1 4202496 2443 0 0 0 308 0 0 0 25 0 1 0 520627679 11952128 2080 33554432000 4194304 4352236 140736700606224 18446744073709551615 4207584 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14598/statm: 2918 2080 127 39 0 1998 0
[pid=14599] ppid=14594 vsize=16580 CPUtime=1.4 cores=6
/proc/14599/stat : 14599 (march_hi) R 14594 14594 14150 0 -1 4202496 2002 0 0 0 140 0 0 0 25 0 1 0 520627679 16977920 1697 33554432000 4194304 4331988 140736132304768 18446744073709551615 4246712 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14599/statm: 4145 1697 174 34 0 2587 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1015740

[startup+6.30098 s]
/proc/loadavg: 9.79 10.10 9.93 11/188 14600
/proc/meminfo: memFree=19830332/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) S 14592 14594 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 18143235300590092287 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
[pid=14595] ppid=14594 vsize=500412 CPUtime=6.29 cores=0
/proc/14595/stat : 14595 (cryptominisat) R 14594 14594 14150 0 -1 4202496 11629 0 0 0 628 1 0 0 25 0 1 0 520627679 512421888 9363 33554432000 4194304 4587354 140737215124816 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14595/statm: 125103 9363 337 96 0 121665 0
[pid=14596] ppid=14594 vsize=37104 CPUtime=6.29 cores=4
/proc/14596/stat : 14596 (clasp) R 14594 14594 14150 0 -1 4202496 7103 0 0 0 628 1 0 0 25 0 1 0 520627679 37994496 6565 33554432000 4194304 4785740 140735138753296 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14596/statm: 9276 6565 340 145 0 6321 0
[pid=14597] ppid=14594 vsize=459420 CPUtime=3.25 cores=6
/proc/14597/stat : 14597 (TNM) R 14594 14594 14150 0 -1 4202496 1802 0 0 0 325 0 0 0 25 0 1 0 520627679 470446080 1698 33554432000 134512640 134534564 4290253408 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14597/statm: 114855 1698 95 6 0 113521 0
[pid=14598] ppid=14594 vsize=15216 CPUtime=6.28 cores=2
/proc/14598/stat : 14598 (lingeling) R 14594 14594 14150 0 -1 4202496 3329 0 0 0 628 0 0 0 25 0 1 0 520627679 15581184 2966 33554432000 4194304 4352236 140736700606224 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14598/statm: 3804 2966 127 39 0 2884 0
[pid=14599] ppid=14594 vsize=16580 CPUtime=3 cores=6
/proc/14599/stat : 14599 (march_hi) R 14594 14594 14150 0 -1 4202496 2014 0 0 0 300 0 0 0 25 0 1 0 520627679 16977920 1709 33554432000 4194304 4331988 140736132304768 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14599/statm: 4145 1709 174 34 0 2587 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1047056

[startup+12.7008 s]
/proc/loadavg: 9.81 10.10 9.93 11/188 14600
/proc/meminfo: memFree=19808172/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) S 14592 14594 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 18143235300590092287 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
[pid=14595] ppid=14594 vsize=515284 CPUtime=12.69 cores=0
/proc/14595/stat : 14595 (cryptominisat) R 14594 14594 14150 0 -1 4202496 14140 0 0 0 1267 2 0 0 25 0 1 0 520627679 527650816 10505 33554432000 4194304 4587354 140737215124816 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14595/statm: 128821 10505 337 96 0 125383 0
[pid=14596] ppid=14594 vsize=45180 CPUtime=12.68 cores=4
/proc/14596/stat : 14596 (clasp) R 14594 14594 14150 0 -1 4202496 9012 0 0 0 1267 1 0 0 25 0 1 0 520627679 46264320 8474 33554432000 4194304 4785740 140735138753296 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14596/statm: 11295 8474 340 145 0 8340 0
[pid=14597] ppid=14594 vsize=459420 CPUtime=6.44 cores=6
/proc/14597/stat : 14597 (TNM) R 14594 14594 14150 0 -1 4202496 1802 0 0 0 644 0 0 0 25 0 1 0 520627679 470446080 1698 33554432000 134512640 134534564 4290253408 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14597/statm: 114855 1698 95 6 0 113521 0
[pid=14598] ppid=14594 vsize=17264 CPUtime=12.68 cores=2
/proc/14598/stat : 14598 (lingeling) R 14594 14594 14150 0 -1 4202496 4353 0 0 0 1268 0 0 0 25 0 1 0 520627679 17678336 3478 33554432000 4194304 4352236 140736700606224 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14598/statm: 4316 3478 127 39 0 3396 0
[pid=14599] ppid=14594 vsize=16824 CPUtime=6.17 cores=6
/proc/14599/stat : 14599 (march_hi) R 14594 14594 14150 0 -1 4202496 2072 0 0 0 617 0 0 0 25 0 1 0 520627679 17227776 1767 33554432000 4194304 4331988 140736132304768 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14599/statm: 4206 1767 174 34 0 2648 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1072296

[startup+25.5004 s]
/proc/loadavg: 9.85 10.09 9.93 11/188 14600
/proc/meminfo: memFree=19766096/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) S 14592 14594 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 18143235300590092287 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
[pid=14595] ppid=14594 vsize=531016 CPUtime=25.49 cores=0
/proc/14595/stat : 14595 (cryptominisat) R 14594 14594 14150 0 -1 4202496 18006 0 0 0 2547 2 0 0 25 0 1 0 520627679 543760384 14358 33554432000 4194304 4587354 140737215124816 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14595/statm: 132754 14358 337 96 0 129316 0
[pid=14596] ppid=14594 vsize=53008 CPUtime=25.48 cores=4
/proc/14596/stat : 14596 (clasp) R 14594 14594 14150 0 -1 4202496 10797 0 0 0 2547 1 0 0 25 0 1 0 520627679 54280192 10259 33554432000 4194304 4785740 140735138753296 18446744073709551615 4416798 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14596/statm: 13252 10259 340 145 0 10297 0
[pid=14597] ppid=14594 vsize=459420 CPUtime=12.84 cores=6
/proc/14597/stat : 14597 (TNM) R 14594 14594 14150 0 -1 4202496 1802 0 0 0 1284 0 0 0 25 0 1 0 520627679 470446080 1698 33554432000 134512640 134534564 4290253408 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14597/statm: 114855 1698 95 6 0 113521 0
[pid=14598] ppid=14594 vsize=22392 CPUtime=25.49 cores=2
/proc/14598/stat : 14598 (lingeling) R 14594 14594 14150 0 -1 4202496 7171 0 0 0 2548 1 0 0 25 0 1 0 520627679 22929408 4760 33554432000 4194304 4352236 140736700606224 18446744073709551615 4328671 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14598/statm: 5598 4760 127 39 0 4678 0
[pid=14599] ppid=14594 vsize=17932 CPUtime=12.51 cores=6
/proc/14599/stat : 14599 (march_hi) R 14594 14594 14150 0 -1 4202496 2264 0 0 0 1251 0 0 0 25 0 1 0 520627679 18362368 1959 33554432000 4194304 4331988 140736132304768 18446744073709551615 4226530 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14599/statm: 4483 1959 174 34 0 2925 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1102092

[startup+51.1006 s]
/proc/loadavg: 9.97 10.10 9.94 11/188 14601
/proc/meminfo: memFree=19680824/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) S 14592 14594 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 18143235300590092287 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
[pid=14595] ppid=14594 vsize=549580 CPUtime=51.08 cores=0
/proc/14595/stat : 14595 (cryptominisat) R 14594 14594 14150 0 -1 4202496 22979 0 0 0 5106 2 0 0 25 0 1 0 520627679 562769920 19327 33554432000 4194304 4587354 140737215124816 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14595/statm: 137395 19327 337 96 0 133957 0
[pid=14596] ppid=14594 vsize=63800 CPUtime=51.08 cores=4
/proc/14596/stat : 14596 (clasp) R 14594 14594 14150 0 -1 4202496 13332 0 0 0 5106 2 0 0 25 0 1 0 520627679 65331200 12794 33554432000 4194304 4785740 140735138753296 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14596/statm: 15950 12794 340 145 0 12995 0
[pid=14597] ppid=14594 vsize=459420 CPUtime=25.54 cores=6
/proc/14597/stat : 14597 (TNM) R 14594 14594 14150 0 -1 4202496 1802 0 0 0 2554 0 0 0 25 0 1 0 520627679 470446080 1698 33554432000 134512640 134534564 4290253408 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14597/statm: 114855 1698 95 6 0 113521 0
[pid=14598] ppid=14594 vsize=28544 CPUtime=51.08 cores=2
/proc/14598/stat : 14598 (lingeling) R 14594 14594 14150 0 -1 4202496 12357 0 0 0 5107 1 0 0 25 0 1 0 520627679 29229056 6298 33554432000 4194304 4352236 140736700606224 18446744073709551615 4328213 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14598/statm: 7136 6298 127 39 0 6216 0
[pid=14599] ppid=14594 vsize=18784 CPUtime=25.26 cores=6
/proc/14599/stat : 14599 (march_hi) R 14594 14594 14150 0 -1 4202496 2501 0 0 0 2526 0 0 0 25 0 1 0 520627679 19234816 2196 33554432000 4194304 4331988 140736132304768 18446744073709551615 4246715 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14599/statm: 4696 2196 175 34 0 3138 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 1138452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+63.8012 s]
/proc/loadavg: 9.97 10.10 9.94 12/188 14602
/proc/meminfo: memFree=19645980/32951124 swapFree=67111524/67111528
[pid=14594] ppid=14592 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14594/stat : 14594 (ppfolio) S 14592 14594 14150 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520627679 18763776 390 33554432000 4194304 4287625 140734874416624 18446744073709551615 244446965263 0 0 4096 65536 18143235300590092287 0 0 17 4 0 0 0
/proc/14594/statm: 4581 390 341 23 0 91 0
[pid=14595] ppid=14594 vsize=15448848 CPUtime=63.79 cores=0
/proc/14595/stat : 14595 (cryptominisat) R 14594 14594 14150 0 -1 4202496 22983 0 0 0 6377 2 0 0 25 0 1 0 520627679 15819620352 19327 33554432000 4194304 4587354 140737215124816 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14595/statm: 3862212 19327 337 96 0 3858774 0
[pid=14596] ppid=14594 vsize=68192 CPUtime=63.79 cores=4
/proc/14596/stat : 14596 (clasp) R 14594 14594 14150 0 -1 4202496 14345 0 0 0 6377 2 0 0 25 0 1 0 520627679 69828608 13807 33554432000 4194304 4785740 140735138753296 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14596/statm: 17048 13807 340 145 0 14093 0
[pid=14597] ppid=14594 vsize=459420 CPUtime=31.94 cores=6
/proc/14597/stat : 14597 (TNM) R 14594 14594 14150 0 -1 4202496 1802 0 0 0 3194 0 0 0 25 0 1 0 520627679 470446080 1698 33554432000 134512640 134534564 4290253408 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14597/statm: 114855 1698 95 6 0 113521 0
[pid=14598] ppid=14594 vsize=30592 CPUtime=63.8 cores=2
/proc/14598/stat : 14598 (lingeling) R 14594 14594 14150 0 -1 4202496 14469 0 0 0 6378 2 0 0 25 0 1 0 520627679 31326208 6810 33554432000 4194304 4352236 140736700606224 18446744073709551615 4241672 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/14598/statm: 7648 6810 127 39 0 6728 0
[pid=14599] ppid=14594 vsize=19548 CPUtime=31.5 cores=6
/proc/14599/stat : 14599 (march_hi) R 14594 14594 14150 0 -1 4202496 2659 0 0 0 3150 0 0 0 25 0 1 0 520627679 20017152 2354 33554432000 4194304 4331988 140736132304768 18446744073709551615 4228299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14599/statm: 4887 2354 175 34 0 3329 0
Current children cumulated CPU time (s) 254.82
Current children cumulated vsize (KiB) 16044924

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14594 and gives
#  childrusage.ru_utime.tv_sec=159
#  childrusage.ru_utime.tv_usec=500752
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=57991
# CPU time returned by wait4() is 159.559
# while last known CPU time is 254.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 63.8124
CPU time (s): 254.82
CPU user time (s): 254.76
CPU system time (s): 0.06
CPU usage (%): 399.327
Max. virtual memory (cumulated for all children) (KiB): 16044924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.501
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31157
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= 186
involuntary context switches= 1114

runsolver used 0.102984 second user time and 0.250961 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 17:17:52
IDJOB=3262921
IDBENCH=83903
IDSOLVER=1612
FILE ID=node105/3262921-1304090272
RUNJOBID= node105-1304087809-14168
PBS_JOBID= 13170561
Free space on /tmp= 71816 MiB

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

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=1265374210

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:      19920576 kB
Buffers:       2155656 kB
Cached:        7196028 kB
SwapCached:          4 kB
Active:        3716092 kB
Inactive:      8761564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19920576 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10528 kB
Writeback:           0 kB
AnonPages:     3125648 kB
Mapped:          16612 kB
Slab:           483504 kB
PageTables:      11132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4104104 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 node105 at 2011-04-29 17:18:58