Trace number 3378023

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
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1301.63 1300.04

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
Bench CategoryAPPLICATION (applications 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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

Solver Data

0.37/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.70	c INFO: solving HOME/instance-3378023-1305457156.cnf
0.37/0.70	c INFO: computing task features
0.78/1.14	c INFO: computed variable-clause graph statistics
0.78/1.16	c INFO: computed clause balance statistics
2.98/3.35	c INFO: computed variable balance statistics
4.47/4.82	c INFO: computed small-clause counts
4.47/4.83	c INFO: computed Horn-clause counts
5.57/5.91	c INFO: computed variable graph statistics
5.57/5.91	c INFO: collected features for HOME/instance-3378023-1305457156.cnf in 5.21 s
5.57/5.93	c INFO: running lingeling-276@0 for 582 with 2394 remaining (b = 0.56)
593.75/593.20	c INFO: running lingeling-276@0 for 97 with 1808 remaining (b = 0.27)
694.07/693.44	c INFO: running cryptominisat-2.9.0@0 for 1707 with 1707 remaining (b = 0.53)

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: 961)

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-3378023-1305457156/watcher-3378023-1305457156 -o /tmp/evaluation-result-3378023-1305457156/solver-3378023-1305457156 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378023-1305457156.cnf -seed 2006619171 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.37 2.19 2/323 30830
/proc/meminfo: memFree=13220040/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=15380 CPUtime=0 cores=1,3
/proc/30830/stat : 30830 (python) R 30828 30830 29010 0 -1 4202496 809 0 0 0 0 0 0 0 18 0 1 0 735946307 15749120 696 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895488512 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/30830/statm: 3845 696 334 364 0 332 0

[startup+0.0164399 s]
/proc/loadavg: 1.01 1.37 2.19 2/323 30830
/proc/meminfo: memFree=13220040/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=15780 CPUtime=0 cores=1,3
/proc/30830/stat : 30830 (python) R 30828 30830 29010 0 -1 4202496 902 0 0 0 0 0 0 0 17 0 1 0 735946307 16158720 784 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895490304 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30830/statm: 3945 790 346 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+0.100477 s]
/proc/loadavg: 1.01 1.37 2.19 2/323 30830
/proc/meminfo: memFree=13220040/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=84604 CPUtime=0.04 cores=1,3
/proc/30830/stat : 30830 (python) R 30828 30830 29010 0 -1 4202496 2408 0 0 0 3 1 0 0 17 0 1 0 735946307 86634496 2136 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895488512 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30830/statm: 21151 2136 707 364 0 1368 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84604

[startup+0.300368 s]
/proc/loadavg: 1.01 1.37 2.19 2/323 30830
/proc/meminfo: memFree=13220040/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=135748 CPUtime=0.16 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 5968 931 1 0 12 4 0 0 17 0 1 0 735946307 139005952 4148 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895486469 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/30830/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.700367 s]
/proc/loadavg: 1.01 1.37 2.19 2/323 30830
/proc/meminfo: memFree=13220040/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=278120 CPUtime=0.37 cores=1,3
/proc/30830/stat : 30830 (python) R 30828 30830 29010 0 -1 4202496 9106 931 1 0 28 9 0 0 15 0 1 0 735946307 284794880 6803 33554432000 4194304 5683644 140736266618592 18446744073709551615 4531878 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30830/statm: 69530 6803 1744 364 0 5454 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 278120

[startup+1.5002 s]
/proc/loadavg: 1.01 1.37 2.19 2/324 30835
/proc/meminfo: memFree=13177624/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=306344 CPUtime=1.16 cores=1,3
/proc/30830/stat : 30830 (python) R 30828 30830 29010 0 -1 4202496 19625 931 1 0 106 10 0 0 16 0 1 0 735946307 313696256 13971 33554432000 4194304 5683644 140736266618592 18446744073709551615 47003888481640 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30830/statm: 76586 13971 1826 364 0 12510 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 306344

[startup+3.1009 s]
/proc/loadavg: 1.01 1.37 2.19 2/324 30835
/proc/meminfo: memFree=13169068/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=306344 CPUtime=2.77 cores=1,3
/proc/30830/stat : 30830 (python) R 30828 30830 29010 0 -1 4202496 19625 931 1 0 267 10 0 0 18 0 1 0 735946307 313696256 13971 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895145670 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30830/statm: 76586 13971 1826 364 0 12510 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 306344

[startup+6.30024 s]
/proc/loadavg: 1.01 1.36 2.19 2/324 30836
/proc/meminfo: memFree=13169528/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 314360

[startup+12.7011 s]
/proc/loadavg: 1.01 1.36 2.18 2/327 30839
/proc/meminfo: memFree=13153472/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
[pid=30837] ppid=30830 vsize=304116 CPUtime=0.01 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 887 0 0 0 1 0 0 0 18 0 1 0 735946900 311414784 11958 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510543 0 0 16781312 514 6481074867633357060 0 0 17 1 0 0 0
/proc/30837/statm: 76029 11958 376 364 0 11947 0
[pid=30839] ppid=30837 vsize=19100 CPUtime=6.74 cores=1,3
/proc/30839/stat : 30839 (lingeling) R 30837 30839 30839 0 -1 4202496 5340 0 0 0 674 0 0 0 25 0 1 0 735946901 19558400 3944 33554432000 4194304 4352236 140736147126176 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30839/statm: 4775 3944 128 39 0 3855 0
[pid=30830/tid=30838] ppid=30828 vsize=314360 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 2 0 735946901 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 637576

[startup+25.5007 s]
/proc/loadavg: 1.00 1.34 2.16 2/327 30839
/proc/meminfo: memFree=13153708/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
[pid=30837] ppid=30830 vsize=304116 CPUtime=0.04 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 893 0 0 0 2 2 0 0 18 0 1 0 735946900 311414784 11958 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510543 0 0 16781312 514 17224843607622516996 0 0 17 1 0 0 0
/proc/30837/statm: 76029 11958 376 364 0 11947 0
[pid=30839] ppid=30837 vsize=19000 CPUtime=19.54 cores=1,3
/proc/30839/stat : 30839 (lingeling) R 30837 30839 30839 0 -1 4202496 5948 0 0 0 1953 1 0 0 25 0 1 0 735946901 19456000 3919 33554432000 4194304 4352236 140736147126176 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30839/statm: 4750 3919 128 39 0 3830 0
[pid=30830/tid=30838] ppid=30828 vsize=314360 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 2 0 735946901 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 637476

[startup+51.1009 s]
/proc/loadavg: 1.00 1.31 2.13 2/327 30840
/proc/meminfo: memFree=13149392/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
[pid=30837] ppid=30830 vsize=304116 CPUtime=0.09 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 904 0 0 0 5 4 0 0 18 0 1 0 735946900 311414784 11958 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510543 0 0 16781312 514 17224843607622516996 0 0 17 1 0 0 0
/proc/30837/statm: 76029 11958 376 364 0 11947 0
[pid=30839] ppid=30837 vsize=23648 CPUtime=45.12 cores=1,3
/proc/30839/stat : 30839 (lingeling) R 30837 30839 30839 0 -1 4202496 7337 0 0 0 4511 1 0 0 25 0 1 0 735946901 24215552 5081 33554432000 4194304 4352236 140736147126176 18446744073709551615 4228427 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30839/statm: 5912 5081 128 39 0 4992 0
[pid=30830/tid=30838] ppid=30828 vsize=314360 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 2 0 735946901 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 642124

[startup+102.312 s]
/proc/loadavg: 1.00 1.26 2.07 2/327 30841
/proc/meminfo: memFree=13147816/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
[pid=30837] ppid=30830 vsize=304116 CPUtime=0.22 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 929 0 0 0 11 11 0 0 18 0 1 0 735946900 311414784 11958 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510543 0 0 16781312 514 17224843607622516996 0 0 17 1 0 0 0
/proc/30837/statm: 76029 11958 376 364 0 11947 0
[pid=30839] ppid=30837 vsize=25632 CPUtime=96.29 cores=1,3
/proc/30839/stat : 30839 (lingeling) R 30837 30839 30839 0 -1 4202496 8266 0 0 0 9628 1 0 0 25 0 1 0 735946901 26247168 5577 33554432000 4194304 4352236 140736147126176 18446744073709551615 4230471 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30839/statm: 6408 5577 128 39 0 5488 0
[pid=30830/tid=30838] ppid=30828 vsize=314360 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 2 0 735946901 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 644108

[startup+162.301 s]
/proc/loadavg: 1.00 1.21 2.00 2/327 30852
/proc/meminfo: memFree=13144168/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
[pid=30837] ppid=30830 vsize=304116 CPUtime=0.36 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 948 0 0 0 17 19 0 0 18 0 1 0 735946900 311414784 11958 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510543 0 0 16781312 514 17224843607622516996 0 0 17 1 0 0 0
/proc/30837/statm: 76029 11958 376 364 0 11947 0
[pid=30839] ppid=30837 vsize=28080 CPUtime=156.23 cores=1,3
/proc/30839/stat : 30839 (lingeling) R 30837 30839 30839 0 -1 4202496 9097 0 0 0 15622 1 0 0 25 0 1 0 735946901 28753920 6189 33554432000 4194304 4352236 140736147126176 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30839/statm: 7020 6189 128 39 0 6100 0
[pid=30830/tid=30838] ppid=30828 vsize=314360 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 2 0 735946901 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 646556

[startup+222.301 s]
/proc/loadavg: 1.00 1.17 1.93 2/327 30853
/proc/meminfo: memFree=13143516/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
[pid=30837] ppid=30830 vsize=304116 CPUtime=0.5 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 967 0 0 0 25 25 0 0 18 0 1 0 735946900 311414784 11958 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510543 0 0 16781312 514 17224843607622516996 0 0 17 1 0 0 0
/proc/30837/statm: 76029 11958 376 364 0 11947 0
[pid=30839] ppid=30837 vsize=28772 CPUtime=216.18 cores=1,3
/proc/30839/stat : 30839 (lingeling) R 30837 30839 30839 0 -1 4202496 9494 0 0 0 21617 1 0 0 25 0 1 0 735946901 29462528 6362 33554432000 4194304 4352236 140736147126176 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30839/statm: 7193 6362 128 39 0 6273 0
[pid=30830/tid=30838] ppid=30828 vsize=314360 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 2 0 735946901 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 647248

[startup+282.3 s]
/proc/loadavg: 1.04 1.15 1.88 2/327 30855
/proc/meminfo: memFree=13141248/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=314360 CPUtime=5.59 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 19924 931 1 0 549 10 0 0 19 0 2 0 735946307 321904640 13461 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 78590 13461 1875 364 0 14508 0
[pid=30837] ppid=30830 vsize=304116 CPUtime=0.64 cores=1,3

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

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.34 2/335 30885
/proc/meminfo: memFree=12604016/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=334872 CPUtime=5.62 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 21494 931 1 0 551 11 0 0 19 0 4 0 735946307 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 83718 13474 1880 364 0 19630 0
[pid=30837] ppid=30830 vsize=314360 CPUtime=1.36 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 1211 0 0 0 68 68 0 0 19 0 2 0 735946900 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30837/statm: 78590 12002 415 364 0 14508 0
[pid=30839] ppid=30837 vsize=46012 CPUtime=586.79 cores=1,3
/proc/30839/stat : 30839 (lingeling) T 30837 30839 30839 0 -1 4202496 25003 0 0 0 58676 3 0 0 25 0 1 0 735946901 47116288 10672 33554432000 4194304 4352236 140736147126176 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30839/statm: 11503 10672 128 39 0 10583 0
[pid=30837/tid=30864] ppid=30830 vsize=314360 CPUtime=0 cores=1,3
/proc/30837/task/30864/stat : 30864 (python) S 30830 30830 29010 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736005627 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604463011620672 0 0 -1 3 0 0 0
[pid=30865] ppid=30830 vsize=314372 CPUtime=0.23 cores=1,3
/proc/30865/stat : 30865 (python) S 30830 30830 29010 0 -1 4202560 1090 0 0 0 12 11 0 0 19 0 2 0 736005628 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30865/statm: 78593 11986 399 364 0 14508 0
[pid=30867] ppid=30865 vsize=26764 CPUtime=100.13 cores=1,3
/proc/30867/stat : 30867 (lingeling) T 30865 30867 30867 0 -1 4202496 8555 0 0 0 10012 1 0 0 25 0 1 0 736005628 27406336 5860 33554432000 4194304 4352236 140736247962048 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30867/statm: 6691 5860 128 39 0 5771 0
[pid=30865/tid=30871] ppid=30830 vsize=314372 CPUtime=0 cores=1,3
/proc/30865/task/30871/stat : 30871 (python) S 30830 30830 29010 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736015650 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 3 0 0 0
[pid=30872] ppid=30830 vsize=324628 CPUtime=1.05 cores=1,3
/proc/30872/stat : 30872 (python) S 30830 30830 29010 0 -1 4202560 986 0 0 0 52 53 0 0 15 0 1 0 736015651 332419072 11960 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510598 0 0 16781312 514 17224843607622516999 0 0 17 1 0 0 0
/proc/30872/statm: 81157 11960 370 364 0 17069 0
[pid=30874] ppid=30872 vsize=593052 CPUtime=428.45 cores=1,3
/proc/30874/stat : 30874 (cryptominisat-2) R 30872 30874 30874 0 -1 4202496 302456 0 0 0 42799 46 0 0 25 0 1 0 736015652 607285248 123098 33554432000 4194304 4677096 140735123784256 18446744073709551615 4318804 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30874/statm: 148263 123098 393 118 0 143222 0
[pid=30830/tid=30838] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 4 0 735946901 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30866] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30866/stat : 30866 (python) S 30828 30830 29010 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 736005628 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30873] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30873/stat : 30873 (python) S 30828 30830 29010 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 736015651 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.63
Current children cumulated vsize (KiB) 1954060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.31 2/335 30887
/proc/meminfo: memFree=12582280/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=334872 CPUtime=5.62 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 21494 931 1 0 551 11 0 0 19 0 4 0 735946307 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 83718 13474 1880 364 0 19630 0
[pid=30837] ppid=30830 vsize=314360 CPUtime=1.36 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 1211 0 0 0 68 68 0 0 19 0 2 0 735946900 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30837/statm: 78590 12002 415 364 0 14508 0
[pid=30839] ppid=30837 vsize=46012 CPUtime=586.79 cores=1,3
/proc/30839/stat : 30839 (lingeling) T 30837 30839 30839 0 -1 4202496 25003 0 0 0 58676 3 0 0 25 0 1 0 735946901 47116288 10672 33554432000 4194304 4352236 140736147126176 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30839/statm: 11503 10672 128 39 0 10583 0
[pid=30837/tid=30864] ppid=30830 vsize=314360 CPUtime=0 cores=1,3
/proc/30837/task/30864/stat : 30864 (python) S 30830 30830 29010 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736005627 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604463011620672 0 0 -1 3 0 0 0
[pid=30865] ppid=30830 vsize=314372 CPUtime=0.23 cores=1,3
/proc/30865/stat : 30865 (python) S 30830 30830 29010 0 -1 4202560 1090 0 0 0 12 11 0 0 19 0 2 0 736005628 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30865/statm: 78593 11986 399 364 0 14508 0
[pid=30867] ppid=30865 vsize=26764 CPUtime=100.13 cores=1,3
/proc/30867/stat : 30867 (lingeling) T 30865 30867 30867 0 -1 4202496 8555 0 0 0 10012 1 0 0 25 0 1 0 736005628 27406336 5860 33554432000 4194304 4352236 140736247962048 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30867/statm: 6691 5860 128 39 0 5771 0
[pid=30865/tid=30871] ppid=30830 vsize=314372 CPUtime=0 cores=1,3
/proc/30865/task/30871/stat : 30871 (python) S 30830 30830 29010 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736015650 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 3 0 0 0
[pid=30872] ppid=30830 vsize=324628 CPUtime=1.19 cores=1,3
/proc/30872/stat : 30872 (python) S 30830 30830 29010 0 -1 4202560 986 0 0 0 58 61 0 0 15 0 1 0 736015651 332419072 11960 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510598 0 0 16781312 514 17224843607622516999 0 0 17 1 0 0 0
/proc/30872/statm: 81157 11960 370 364 0 17069 0
[pid=30874] ppid=30872 vsize=624476 CPUtime=488.41 cores=1,3
/proc/30874/stat : 30874 (cryptominisat-2) R 30872 30874 30874 0 -1 4202496 331790 0 0 0 48789 52 0 0 25 0 1 0 736015652 639463424 128888 33554432000 4194304 4677096 140735123784256 18446744073709551615 4319878 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30874/statm: 156119 128888 393 118 0 151078 0
[pid=30830/tid=30838] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 4 0 735946901 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30866] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30866/stat : 30866 (python) S 30828 30830 29010 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 736005628 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30873] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30873/stat : 30873 (python) S 30828 30830 29010 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 736015651 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.73
Current children cumulated vsize (KiB) 1985484

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.29 2/335 30888
/proc/meminfo: memFree=12626888/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=334872 CPUtime=5.62 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 21494 931 1 0 551 11 0 0 19 0 4 0 735946307 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 83718 13474 1880 364 0 19630 0
[pid=30837] ppid=30830 vsize=314360 CPUtime=1.36 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 1211 0 0 0 68 68 0 0 19 0 2 0 735946900 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30837/statm: 78590 12002 415 364 0 14508 0
[pid=30839] ppid=30837 vsize=46012 CPUtime=586.79 cores=1,3
/proc/30839/stat : 30839 (lingeling) T 30837 30839 30839 0 -1 4202496 25003 0 0 0 58676 3 0 0 25 0 1 0 735946901 47116288 10672 33554432000 4194304 4352236 140736147126176 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30839/statm: 11503 10672 128 39 0 10583 0
[pid=30837/tid=30864] ppid=30830 vsize=314360 CPUtime=0 cores=1,3
/proc/30837/task/30864/stat : 30864 (python) S 30830 30830 29010 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736005627 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604463011620672 0 0 -1 3 0 0 0
[pid=30865] ppid=30830 vsize=314372 CPUtime=0.23 cores=1,3
/proc/30865/stat : 30865 (python) S 30830 30830 29010 0 -1 4202560 1090 0 0 0 12 11 0 0 19 0 2 0 736005628 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30865/statm: 78593 11986 399 364 0 14508 0
[pid=30867] ppid=30865 vsize=26764 CPUtime=100.13 cores=1,3
/proc/30867/stat : 30867 (lingeling) T 30865 30867 30867 0 -1 4202496 8555 0 0 0 10012 1 0 0 25 0 1 0 736005628 27406336 5860 33554432000 4194304 4352236 140736247962048 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30867/statm: 6691 5860 128 39 0 5771 0
[pid=30865/tid=30871] ppid=30830 vsize=314372 CPUtime=0 cores=1,3
/proc/30865/task/30871/stat : 30871 (python) S 30830 30830 29010 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736015650 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 3 0 0 0
[pid=30872] ppid=30830 vsize=324628 CPUtime=1.33 cores=1,3
/proc/30872/stat : 30872 (python) S 30830 30830 29010 0 -1 4202560 986 0 0 0 66 67 0 0 15 0 1 0 736015651 332419072 11960 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510598 0 0 16781312 514 17224843607622516999 0 0 17 1 0 0 0
/proc/30872/statm: 81157 11960 370 364 0 17069 0
[pid=30874] ppid=30872 vsize=575420 CPUtime=548.36 cores=1,3
/proc/30874/stat : 30874 (cryptominisat-2) R 30872 30874 30874 0 -1 4202496 365115 0 0 0 54778 58 0 0 25 0 1 0 736015652 589230080 117417 33554432000 4194304 4677096 140735123784256 18446744073709551615 231895187211 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30874/statm: 143855 117417 393 118 0 138814 0
[pid=30830/tid=30838] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 4 0 735946901 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30866] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30866/stat : 30866 (python) S 30828 30830 29010 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 736005628 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30873] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30873/stat : 30873 (python) S 30828 30830 29010 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 736015651 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.82
Current children cumulated vsize (KiB) 1936428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.08 1.02 1.27 2/335 30890
/proc/meminfo: memFree=12642360/32950928 swapFree=67085488/67111528
[pid=30830] ppid=30828 vsize=334872 CPUtime=5.62 cores=1,3
/proc/30830/stat : 30830 (python) S 30828 30830 29010 0 -1 4202496 21494 931 1 0 551 11 0 0 19 0 4 0 735946307 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30830/statm: 83718 13474 1880 364 0 19630 0
[pid=30837] ppid=30830 vsize=314360 CPUtime=1.36 cores=1,3
/proc/30837/stat : 30837 (python) S 30830 30830 29010 0 -1 4202560 1211 0 0 0 68 68 0 0 19 0 2 0 735946900 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30837/statm: 78590 12002 415 364 0 14508 0
[pid=30839] ppid=30837 vsize=46012 CPUtime=586.79 cores=1,3
/proc/30839/stat : 30839 (lingeling) T 30837 30839 30839 0 -1 4202496 25003 0 0 0 58676 3 0 0 25 0 1 0 735946901 47116288 10672 33554432000 4194304 4352236 140736147126176 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30839/statm: 11503 10672 128 39 0 10583 0
[pid=30837/tid=30864] ppid=30830 vsize=314360 CPUtime=0 cores=1,3
/proc/30837/task/30864/stat : 30864 (python) S 30830 30830 29010 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736005627 321904640 12002 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604463011620672 0 0 -1 3 0 0 0
[pid=30865] ppid=30830 vsize=314372 CPUtime=0.23 cores=1,3
/proc/30865/stat : 30865 (python) S 30830 30830 29010 0 -1 4202560 1090 0 0 0 12 11 0 0 19 0 2 0 736005628 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30865/statm: 78593 11986 399 364 0 14508 0
[pid=30867] ppid=30865 vsize=26764 CPUtime=100.13 cores=1,3
/proc/30867/stat : 30867 (lingeling) T 30865 30867 30867 0 -1 4202496 8555 0 0 0 10012 1 0 0 25 0 1 0 736005628 27406336 5860 33554432000 4194304 4352236 140736247962048 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/30867/statm: 6691 5860 128 39 0 5771 0
[pid=30865/tid=30871] ppid=30830 vsize=314372 CPUtime=0 cores=1,3
/proc/30865/task/30871/stat : 30871 (python) S 30830 30830 29010 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736015650 321916928 11986 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 514 18446604471133747328 0 0 -1 3 0 0 0
[pid=30872] ppid=30830 vsize=324628 CPUtime=1.48 cores=1,3
/proc/30872/stat : 30872 (python) S 30830 30830 29010 0 -1 4202560 986 0 0 0 73 75 0 0 15 0 1 0 736015651 332419072 11960 33554432000 4194304 5683644 140736266618592 18446744073709551615 231895510598 0 0 16781312 514 17224843607622516999 0 0 17 1 0 0 0
/proc/30872/statm: 81157 11960 370 364 0 17069 0
[pid=30874] ppid=30872 vsize=577640 CPUtime=606.02 cores=1,3
/proc/30874/stat : 30874 (cryptominisat-2) R 30872 30874 30874 0 -1 4202496 395485 0 0 0 60538 64 0 0 25 0 1 0 736015652 591503360 113200 33554432000 4194304 4677096 140735123784256 18446744073709551615 4340173 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/30874/statm: 144410 113200 393 118 0 139369 0
[pid=30830/tid=30838] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30838/stat : 30838 (python) S 30828 30830 29010 0 -1 4202560 31 931 0 0 0 0 0 0 19 0 4 0 735946901 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30866] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30866/stat : 30866 (python) S 30828 30830 29010 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 736005628 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
[pid=30830/tid=30873] ppid=30828 vsize=334872 CPUtime=0 cores=1,3
/proc/30830/task/30873/stat : 30873 (python) S 30828 30830 29010 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 4 0 736015651 342908928 13474 33554432000 4194304 5683644 140736266618592 18446744073709551615 231907314097 0 0 16781312 2 18446604463011619776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.63
Current children cumulated vsize (KiB) 1938648

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 30830 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=515161
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 5.63614
# while last known CPU time is 1301.63
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1301.63
CPU user time (s): 1299.3
CPU system time (s): 2.33
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 1987488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.51516
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22426
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2845
involuntary context switches= 32

runsolver used 3.55746 second user time and 9.77151 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 12:59:16
IDJOB=3378023
IDBENCH=84223
IDSOLVER=1858
FILE ID=node114/3378023-1305457156
RUNJOBID= node114-1305455630-30403
PBS_JOBID= 13324876
Free space on /tmp= 72996 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378023-1305457156/watcher-3378023-1305457156 -o /tmp/evaluation-result-3378023-1305457156/solver-3378023-1305457156 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378023-1305457156.cnf -seed 2006619171 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=2006619171

node114.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.848
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.69
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.848
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.848
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.848
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.73
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.848
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.75
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.848
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.75
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.848
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.848
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:     32950928 kB
MemFree:      13220196 kB
Buffers:        300072 kB
Cached:        6801560 kB
SwapCached:         96 kB
Active:       14024308 kB
Inactive:      5291916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13220196 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           34336 kB
Writeback:           0 kB
AnonPages:    12214348 kB
Mapped:          27552 kB
Slab:           308280 kB
PageTables:      40876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 54301568 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= 72964 MiB
End job on node114 at 2011-05-15 13:20:58