Trace number 3378043

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) 1299.97 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.80/2.37	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.80/2.37	c INFO: solving HOME/instance-3378043-1305453224.cnf
0.80/2.37	c INFO: computing task features
1.15/2.76	c INFO: computed variable-clause graph statistics
1.15/2.78	c INFO: computed clause balance statistics
3.25/4.80	c INFO: computed variable balance statistics
4.75/6.34	c INFO: computed small-clause counts
4.75/6.35	c INFO: computed Horn-clause counts
7.45/9.04	c INFO: computed variable graph statistics
7.45/9.04	c INFO: collected features for HOME/instance-3378043-1305453224.cnf in 6.65 s
7.45/9.05	c INFO: running lingeling-276@0 for 582 with 2393 remaining (b = 0.59)
592.71/593.18	c INFO: running lingeling-276@0 for 97 with 1809 remaining (b = 0.30)
693.10/693.38	c INFO: running cryptominisat-2.9.0@0 for 1709 with 1709 remaining (b = 0.54)

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

running on 2 cores: 5,7

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: 3.45 3.86 3.52 5/270 5876
/proc/meminfo: memFree=20636664/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=11796 CPUtime=0 cores=5,7
/proc/5876/stat : 5876 (runsolver) R 5874 5876 4476 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 656922204 12079104 52 33554432000 4194304 5432360 140733998984912 18446744073709551615 5055511 0 0 4096 24578 0 0 0 17 7 0 0 0
/proc/5876/statm: 2949 52 33 303 0 2643 0

[startup+0.058781 s]
/proc/loadavg: 3.45 3.86 3.52 5/270 5876
/proc/meminfo: memFree=20636664/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=15904 CPUtime=0 cores=5,7
/proc/5876/stat : 5876 (python) R 5874 5876 4476 0 -1 4202496 951 0 6 0 0 0 0 0 17 0 1 0 656922204 16285696 833 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/5876/statm: 3976 833 357 364 0 463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15904

[startup+0.100779 s]
/proc/loadavg: 3.45 3.86 3.52 5/270 5876
/proc/meminfo: memFree=20636664/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=16392 CPUtime=0.02 cores=5,7
/proc/5876/stat : 5876 (python) R 5874 5876 4476 0 -1 4202496 1158 0 6 0 1 1 0 0 17 0 1 0 656922204 16785408 1029 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/5876/statm: 4098 1029 414 364 0 585 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16392

[startup+0.300712 s]
/proc/loadavg: 3.45 3.86 3.52 5/270 5876
/proc/meminfo: memFree=20636664/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=38900 CPUtime=0.09 cores=5,7
/proc/5876/stat : 5876 (python) D 5874 5876 4476 0 -1 4202496 1643 0 14 0 3 6 0 0 17 0 1 0 656922204 39833600 1485 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 5 0 0 2
/proc/5876/statm: 9725 1485 455 364 0 1025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38900

[startup+0.700661 s]
/proc/loadavg: 3.45 3.86 3.52 5/270 5876
/proc/meminfo: memFree=20636664/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=107292 CPUtime=0.22 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 3331 0 27 0 6 16 0 0 16 0 1 0 656922204 109867008 3018 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 6
/proc/5876/statm: 26823 3018 871 364 0 2054 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 107292

[startup+1.5005 s]
/proc/loadavg: 3.45 3.86 3.52 1/293 5900
/proc/meminfo: memFree=20568560/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=135892 CPUtime=0.56 cores=5,7
/proc/5876/stat : 5876 (python) D 5874 5876 4476 0 -1 4202496 6051 923 30 9 16 40 0 0 17 0 1 0 656922204 139153408 4200 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 5 0 0 10
/proc/5876/statm: 33973 4200 1032 364 0 3159 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 135892

[startup+3.10014 s]
/proc/loadavg: 3.45 3.86 3.52 5/285 5908
/proc/meminfo: memFree=20526388/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=304156 CPUtime=1.55 cores=5,7
/proc/5876/stat : 5876 (python) R 5874 5876 4476 0 -1 4202496 20169 923 79 9 99 56 0 0 16 0 1 0 656922204 311455744 13424 33554432000 4194304 5683644 140737140052544 18446744073709551615 4620011 0 0 16781312 2 0 0 0 17 5 0 0 28
/proc/5876/statm: 76039 13424 1826 364 0 11963 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 304156
heavy processes:

[startup+6.30057 s]
/proc/loadavg: 3.58 3.87 3.53 5/291 5914
/proc/meminfo: memFree=20421328/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=304156 CPUtime=4.75 cores=5,7
/proc/5876/stat : 5876 (python) R 5874 5876 4476 0 -1 4202496 20170 923 79 9 419 56 0 0 21 0 1 0 656922204 311455744 13425 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278534647 0 0 16781312 2 0 0 0 17 5 0 0 28
/proc/5876/statm: 76039 13425 1827 364 0 11963 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 304156
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 3.61 3.88 3.53 5/294 5918
/proc/meminfo: memFree=20399596/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=313360 CPUtime=7.51 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 20736 923 79 9 695 56 0 0 25 0 2 0 656922204 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 28
/proc/5876/statm: 78340 13203 1867 364 0 14258 0
[pid=5915] ppid=5876 vsize=303116 CPUtime=0 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 656923110 310390784 11685 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899727 0 0 16781312 514 9642527863890477320 0 0 17 7 0 0 0
/proc/5915/statm: 75779 11685 353 364 0 11697 0
[pid=5917] ppid=5915 vsize=19628 CPUtime=3.63 cores=5,7
/proc/5917/stat : 5917 (lingeling) R 5915 5917 5917 0 -1 4202496 7084 0 0 0 363 0 0 0 25 0 1 0 656923110 20099072 4077 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5917/statm: 4907 4077 129 39 0 3987 0
[pid=5876/tid=5916] ppid=5874 vsize=313360 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 2 0 656923110 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 636104

[startup+25.5002 s]
/proc/loadavg: 3.70 3.88 3.54 5/297 5921
/proc/meminfo: memFree=20374744/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=313360 CPUtime=7.51 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 20736 923 79 9 695 56 0 0 25 0 2 0 656922204 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 28
/proc/5876/statm: 78340 13203 1867 364 0 14258 0
[pid=5915] ppid=5876 vsize=303116 CPUtime=0.03 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 904 0 0 0 2 1 0 0 18 0 1 0 656923110 310390784 11708 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899727 0 0 16781312 514 16946975029050966280 0 0 17 7 0 0 0
/proc/5915/statm: 75779 11708 376 364 0 11697 0
[pid=5917] ppid=5915 vsize=22888 CPUtime=16.43 cores=5,7
/proc/5917/stat : 5917 (lingeling) R 5915 5917 5917 0 -1 4202496 8498 0 0 0 1642 1 0 0 25 0 1 0 656923110 23437312 4892 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5917/statm: 5722 4892 129 39 0 4802 0
[pid=5876/tid=5916] ppid=5874 vsize=313360 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 2 0 656923110 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 639364

[startup+51.1006 s]
/proc/loadavg: 3.80 3.89 3.55 5/297 5922
/proc/meminfo: memFree=20373576/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=313360 CPUtime=7.51 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 20736 923 79 9 695 56 0 0 25 0 2 0 656922204 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 28
/proc/5876/statm: 78340 13203 1867 364 0 14258 0
[pid=5915] ppid=5876 vsize=303116 CPUtime=0.07 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 914 0 0 0 4 3 0 0 18 0 1 0 656923110 310390784 11708 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899727 0 0 16781312 514 16946975029050966280 0 0 17 7 0 0 0
/proc/5915/statm: 75779 11708 376 364 0 11697 0
[pid=5917] ppid=5915 vsize=23852 CPUtime=42.03 cores=5,7
/proc/5917/stat : 5917 (lingeling) R 5915 5917 5917 0 -1 4202496 8739 0 0 0 4202 1 0 0 25 0 1 0 656923110 24424448 5133 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5917/statm: 5963 5133 129 39 0 5043 0
[pid=5876/tid=5916] ppid=5874 vsize=313360 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 2 0 656923110 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.61
Current children cumulated vsize (KiB) 640328

[startup+102.31 s]
/proc/loadavg: 3.92 3.91 3.57 5/297 5923
/proc/meminfo: memFree=20365928/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=313360 CPUtime=7.51 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 20736 923 79 9 695 56 0 0 25 0 2 0 656922204 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 28
/proc/5876/statm: 78340 13203 1867 364 0 14258 0
[pid=5915] ppid=5876 vsize=303116 CPUtime=0.18 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 939 0 0 0 10 8 0 0 18 0 1 0 656923110 310390784 11708 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899727 0 0 16781312 514 16946975029050966280 0 0 17 7 0 0 0
/proc/5915/statm: 75779 11708 376 364 0 11697 0
[pid=5917] ppid=5915 vsize=26616 CPUtime=93.25 cores=5,7
/proc/5917/stat : 5917 (lingeling) R 5915 5917 5917 0 -1 4202496 9430 0 0 0 9324 1 0 0 25 0 1 0 656923110 27254784 5824 33554432000 4194304 4352236 140736850149728 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5917/statm: 6654 5824 129 39 0 5734 0
[pid=5876/tid=5916] ppid=5874 vsize=313360 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 2 0 656923110 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 643092

[startup+162.301 s]
/proc/loadavg: 3.97 3.92 3.59 5/297 5925
/proc/meminfo: memFree=20359560/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=313360 CPUtime=7.51 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 20736 923 79 9 695 56 0 0 25 0 2 0 656922204 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 28
/proc/5876/statm: 78340 13203 1867 364 0 14258 0
[pid=5915] ppid=5876 vsize=303116 CPUtime=0.29 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 955 0 0 0 16 13 0 0 18 0 1 0 656923110 310390784 11708 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899727 0 0 16781312 514 16946975029050966280 0 0 17 7 0 0 0
/proc/5915/statm: 75779 11708 376 364 0 11697 0
[pid=5917] ppid=5915 vsize=29860 CPUtime=153.24 cores=5,7
/proc/5917/stat : 5917 (lingeling) R 5915 5917 5917 0 -1 4202496 10241 0 0 0 15323 1 0 0 25 0 1 0 656923110 30576640 6635 33554432000 4194304 4352236 140736850149728 18446744073709551615 4231346 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5917/statm: 7465 6635 129 39 0 6545 0
[pid=5876/tid=5916] ppid=5874 vsize=313360 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 2 0 656923110 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 646336

[startup+222.301 s]
/proc/loadavg: 3.99 3.93 3.62 5/297 5926
/proc/meminfo: memFree=20341940/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=313360 CPUtime=7.51 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 20736 923 79 9 695 56 0 0 25 0 2 0 656922204 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 28
/proc/5876/statm: 78340 13203 1867 364 0 14258 0
[pid=5915] ppid=5876 vsize=303116 CPUtime=0.42 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 969 0 0 0 22 20 0 0 18 0 1 0 656923110 310390784 11708 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899727 0 0 16781312 514 16946975029050966280 0 0 17 7 0 0 0
/proc/5915/statm: 75779 11708 376 364 0 11697 0
[pid=5917] ppid=5915 vsize=34728 CPUtime=213.24 cores=5,7
/proc/5917/stat : 5917 (lingeling) R 5915 5917 5917 0 -1 4202496 14466 0 0 0 21323 1 0 0 25 0 1 0 656923110 35561472 7852 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/5917/statm: 8682 7852 129 39 0 7762 0
[pid=5876/tid=5916] ppid=5874 vsize=313360 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 2 0 656923110 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 651204

[startup+282.3 s]
/proc/loadavg: 3.99 3.94 3.64 5/297 5928
/proc/meminfo: memFree=20340068/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=313360 CPUtime=7.51 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 20736 923 79 9 695 56 0 0 25 0 2 0 656922204 320880640 13203 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 28

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

[startup+1122.3 s]
/proc/loadavg: 4.08 4.03 3.85 5/329 5994
/proc/meminfo: memFree=19263256/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=333872 CPUtime=7.53 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 22343 923 79 9 696 57 0 0 20 0 4 0 656922204 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 28
/proc/5876/statm: 83468 13216 1872 364 0 19380 0
[pid=5915] ppid=5876 vsize=313360 CPUtime=1.17 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 1201 0 0 0 62 55 0 0 19 0 2 0 656923110 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5915/statm: 78340 11752 415 364 0 14258 0
[pid=5917] ppid=5915 vsize=46952 CPUtime=584.12 cores=5,7
/proc/5917/stat : 5917 (lingeling) T 5915 5917 5917 0 -1 4202496 28146 0 0 0 58409 3 0 0 25 0 1 0 656923110 48078848 10908 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328119 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5917/statm: 11738 10908 129 39 0 10818 0
[pid=5915/tid=5955] ppid=5876 vsize=313360 CPUtime=0 cores=5,7
/proc/5915/task/5955/stat : 5955 (python) S 5876 5876 4476 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656981521 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604468042671104 0 0 -1 5 0 0 0
[pid=5956] ppid=5876 vsize=313372 CPUtime=0.2 cores=5,7
/proc/5956/stat : 5956 (python) S 5876 5876 4476 0 -1 4202560 1106 0 0 0 10 10 0 0 19 0 2 0 656981522 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5956/statm: 78343 11736 399 364 0 14258 0
[pid=5958] ppid=5956 vsize=28680 CPUtime=100.18 cores=5,7
/proc/5958/stat : 5958 (lingeling) T 5956 5958 5958 0 -1 4202496 10103 0 0 0 10018 0 0 0 25 0 1 0 656981522 29368320 6340 33554432000 4194304 4352236 140733959947760 18446744073709551615 4281264 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5958/statm: 7170 6340 129 39 0 6250 0
[pid=5956/tid=5970] ppid=5876 vsize=313372 CPUtime=0 cores=5,7
/proc/5956/task/5970/stat : 5970 (python) S 5876 5876 4476 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656991542 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604471149740352 0 0 -1 7 0 0 0
[pid=5971] ppid=5876 vsize=323628 CPUtime=1.01 cores=5,7
/proc/5971/stat : 5971 (python) S 5876 5876 4476 0 -1 4202560 1015 0 0 0 52 49 0 0 15 0 1 0 656991543 331395072 11710 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899782 0 0 16781312 514 17077460675283878152 0 0 17 5 0 0 0
/proc/5971/statm: 80907 11710 370 364 0 16819 0
[pid=5973] ppid=5971 vsize=193056 CPUtime=428.02 cores=5,7
/proc/5973/stat : 5973 (cryptominisat-2) R 5971 5973 5973 0 -1 4202496 157973 0 0 0 42767 35 0 0 25 0 1 0 656991543 197689344 40588 33554432000 4194304 4677096 140736860945024 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5973/statm: 48264 40588 392 118 0 43223 0
[pid=5876/tid=5916] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 4 0 656923110 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
[pid=5876/tid=5957] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5957/stat : 5957 (python) S 5874 5876 4476 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 4 0 656981522 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
[pid=5876/tid=5972] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5972/stat : 5972 (python) S 5874 5876 4476 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 4 0 656991543 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 1552920

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.86 5/329 5996
/proc/meminfo: memFree=19249584/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=333872 CPUtime=7.53 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 22343 923 79 9 696 57 0 0 20 0 4 0 656922204 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 28
/proc/5876/statm: 83468 13216 1872 364 0 19380 0
[pid=5915] ppid=5876 vsize=313360 CPUtime=1.17 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 1201 0 0 0 62 55 0 0 19 0 2 0 656923110 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5915/statm: 78340 11752 415 364 0 14258 0
[pid=5917] ppid=5915 vsize=46952 CPUtime=584.12 cores=5,7
/proc/5917/stat : 5917 (lingeling) T 5915 5917 5917 0 -1 4202496 28146 0 0 0 58409 3 0 0 25 0 1 0 656923110 48078848 10908 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328119 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5917/statm: 11738 10908 129 39 0 10818 0
[pid=5915/tid=5955] ppid=5876 vsize=313360 CPUtime=0 cores=5,7
/proc/5915/task/5955/stat : 5955 (python) S 5876 5876 4476 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656981521 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604468042671104 0 0 -1 5 0 0 0
[pid=5956] ppid=5876 vsize=313372 CPUtime=0.2 cores=5,7
/proc/5956/stat : 5956 (python) S 5876 5876 4476 0 -1 4202560 1106 0 0 0 10 10 0 0 19 0 2 0 656981522 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5956/statm: 78343 11736 399 364 0 14258 0
[pid=5958] ppid=5956 vsize=28680 CPUtime=100.18 cores=5,7
/proc/5958/stat : 5958 (lingeling) T 5956 5958 5958 0 -1 4202496 10103 0 0 0 10018 0 0 0 25 0 1 0 656981522 29368320 6340 33554432000 4194304 4352236 140733959947760 18446744073709551615 4281264 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5958/statm: 7170 6340 129 39 0 6250 0
[pid=5956/tid=5970] ppid=5876 vsize=313372 CPUtime=0 cores=5,7
/proc/5956/task/5970/stat : 5970 (python) S 5876 5876 4476 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656991542 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604471149740352 0 0 -1 7 0 0 0
[pid=5971] ppid=5876 vsize=323628 CPUtime=1.16 cores=5,7
/proc/5971/stat : 5971 (python) S 5876 5876 4476 0 -1 4202560 1015 0 0 0 60 56 0 0 15 0 1 0 656991543 331395072 11710 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899782 0 0 16781312 514 16946975029050966280 0 0 17 5 0 0 0
/proc/5971/statm: 80907 11710 370 364 0 16819 0
[pid=5973] ppid=5971 vsize=193416 CPUtime=487.89 cores=5,7
/proc/5973/stat : 5973 (cryptominisat-2) R 5971 5973 5973 0 -1 4202496 171493 0 0 0 48750 39 0 0 25 0 1 0 656991543 198057984 40052 33554432000 4194304 4677096 140736860945024 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5973/statm: 48354 40052 392 118 0 43313 0
[pid=5876/tid=5916] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 4 0 656923110 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
[pid=5876/tid=5957] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5957/stat : 5957 (python) S 5874 5876 4476 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 4 0 656981522 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
[pid=5876/tid=5972] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5972/stat : 5972 (python) S 5874 5876 4476 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 4 0 656991543 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 1553280

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.87 5/329 5997
/proc/meminfo: memFree=19242492/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=333872 CPUtime=7.53 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 22343 923 79 9 696 57 0 0 20 0 4 0 656922204 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 28
/proc/5876/statm: 83468 13216 1872 364 0 19380 0
[pid=5915] ppid=5876 vsize=313360 CPUtime=1.17 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 1201 0 0 0 62 55 0 0 19 0 2 0 656923110 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5915/statm: 78340 11752 415 364 0 14258 0
[pid=5917] ppid=5915 vsize=46952 CPUtime=584.12 cores=5,7
/proc/5917/stat : 5917 (lingeling) T 5915 5917 5917 0 -1 4202496 28146 0 0 0 58409 3 0 0 25 0 1 0 656923110 48078848 10908 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328119 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5917/statm: 11738 10908 129 39 0 10818 0
[pid=5915/tid=5955] ppid=5876 vsize=313360 CPUtime=0 cores=5,7
/proc/5915/task/5955/stat : 5955 (python) S 5876 5876 4476 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656981521 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604468042671104 0 0 -1 5 0 0 0
[pid=5956] ppid=5876 vsize=313372 CPUtime=0.2 cores=5,7
/proc/5956/stat : 5956 (python) S 5876 5876 4476 0 -1 4202560 1106 0 0 0 10 10 0 0 19 0 2 0 656981522 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5956/statm: 78343 11736 399 364 0 14258 0
[pid=5958] ppid=5956 vsize=28680 CPUtime=100.18 cores=5,7
/proc/5958/stat : 5958 (lingeling) T 5956 5958 5958 0 -1 4202496 10103 0 0 0 10018 0 0 0 25 0 1 0 656981522 29368320 6340 33554432000 4194304 4352236 140733959947760 18446744073709551615 4281264 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5958/statm: 7170 6340 129 39 0 6250 0
[pid=5956/tid=5970] ppid=5876 vsize=313372 CPUtime=0 cores=5,7
/proc/5956/task/5970/stat : 5970 (python) S 5876 5876 4476 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656991542 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604471149740352 0 0 -1 7 0 0 0
[pid=5971] ppid=5876 vsize=323628 CPUtime=1.3 cores=5,7
/proc/5971/stat : 5971 (python) S 5876 5876 4476 0 -1 4202560 1015 0 0 0 66 64 0 0 15 0 1 0 656991543 331395072 11710 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899782 0 0 16781312 514 17077460675283878152 0 0 17 5 0 0 0
/proc/5971/statm: 80907 11710 370 364 0 16819 0
[pid=5973] ppid=5971 vsize=194428 CPUtime=547.76 cores=5,7
/proc/5973/stat : 5973 (cryptominisat-2) R 5971 5973 5973 0 -1 4202496 185518 0 0 0 54734 42 0 0 25 0 1 0 656991543 199094272 39372 33554432000 4194304 4677096 140736860945024 18446744073709551615 4319839 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5973/statm: 48607 39372 392 118 0 43566 0
[pid=5876/tid=5916] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 4 0 656923110 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
[pid=5876/tid=5957] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5957/stat : 5957 (python) S 5874 5876 4476 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 4 0 656981522 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
[pid=5876/tid=5972] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5972/stat : 5972 (python) S 5874 5876 4476 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 4 0 656991543 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 1554292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.87 5/329 5999
/proc/meminfo: memFree=19197084/32950904 swapFree=67057400/67111528
[pid=5876] ppid=5874 vsize=333872 CPUtime=7.53 cores=5,7
/proc/5876/stat : 5876 (python) S 5874 5876 4476 0 -1 4202496 22343 923 79 9 696 57 0 0 20 0 4 0 656922204 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 28
/proc/5876/statm: 83468 13216 1872 364 0 19380 0
[pid=5915] ppid=5876 vsize=313360 CPUtime=1.17 cores=5,7
/proc/5915/stat : 5915 (python) S 5876 5876 4476 0 -1 4202560 1201 0 0 0 62 55 0 0 19 0 2 0 656923110 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5915/statm: 78340 11752 415 364 0 14258 0
[pid=5917] ppid=5915 vsize=46952 CPUtime=584.12 cores=5,7
/proc/5917/stat : 5917 (lingeling) T 5915 5917 5917 0 -1 4202496 28146 0 0 0 58409 3 0 0 25 0 1 0 656923110 48078848 10908 33554432000 4194304 4352236 140736850149728 18446744073709551615 4328119 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5917/statm: 11738 10908 129 39 0 10818 0
[pid=5915/tid=5955] ppid=5876 vsize=313360 CPUtime=0 cores=5,7
/proc/5915/task/5955/stat : 5955 (python) S 5876 5876 4476 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 656981521 320880640 11752 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604468042671104 0 0 -1 5 0 0 0
[pid=5956] ppid=5876 vsize=313372 CPUtime=0.2 cores=5,7
/proc/5956/stat : 5956 (python) S 5876 5876 4476 0 -1 4202560 1106 0 0 0 10 10 0 0 19 0 2 0 656981522 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/5956/statm: 78343 11736 399 364 0 14258 0
[pid=5958] ppid=5956 vsize=28680 CPUtime=100.18 cores=5,7
/proc/5958/stat : 5958 (lingeling) T 5956 5958 5958 0 -1 4202496 10103 0 0 0 10018 0 0 0 25 0 1 0 656981522 29368320 6340 33554432000 4194304 4352236 140733959947760 18446744073709551615 4281264 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/5958/statm: 7170 6340 129 39 0 6250 0
[pid=5956/tid=5970] ppid=5876 vsize=313372 CPUtime=0 cores=5,7
/proc/5956/task/5970/stat : 5970 (python) S 5876 5876 4476 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656991542 320892928 11736 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 514 18446604471149740352 0 0 -1 7 0 0 0
[pid=5971] ppid=5876 vsize=323628 CPUtime=1.43 cores=5,7
/proc/5971/stat : 5971 (python) S 5876 5876 4476 0 -1 4202560 1015 0 0 0 73 70 0 0 15 0 1 0 656991543 331395072 11710 33554432000 4194304 5683644 140737140052544 18446744073709551615 237278899782 0 0 16781312 514 17077460675283878152 0 0 17 5 0 0 0
/proc/5971/statm: 80907 11710 370 364 0 16819 0
[pid=5973] ppid=5971 vsize=195060 CPUtime=605.34 cores=5,7
/proc/5973/stat : 5973 (cryptominisat-2) R 5971 5973 5973 0 -1 4202496 196765 0 0 0 60490 44 0 0 25 0 1 0 656991543 199741440 40258 33554432000 4194304 4677096 140736860945024 18446744073709551615 4321920 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5973/statm: 48765 40258 392 118 0 43724 0
[pid=5876/tid=5916] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5916/stat : 5916 (python) S 5874 5876 4476 0 -1 4202560 32 923 0 9 0 0 0 0 25 0 4 0 656923110 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 7 0 0 0
[pid=5876/tid=5957] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5957/stat : 5957 (python) S 5874 5876 4476 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 4 0 656981522 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
[pid=5876/tid=5972] ppid=5874 vsize=333872 CPUtime=0 cores=5,7
/proc/5876/task/5972/stat : 5972 (python) S 5874 5876 4476 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 4 0 656991543 341884928 13216 33554432000 4194304 5683644 140737140052544 18446744073709551615 237290703281 0 0 16781312 2 18446604465848896576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 1554924

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 5876 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=968940
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=580911
# CPU time returned by wait4() is 7.54985
# while last known CPU time is 1299.97
#
# 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): 1299.97
CPU user time (s): 1297.58
CPU system time (s): 2.39
CPU usage (%): 99.9948
Max. virtual memory (cumulated for all children) (KiB): 1574468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.96894
system time used= 0.580911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23266
page faults= 88
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58746
involuntary context switches= 61

runsolver used 3.64445 second user time and 8.74267 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 11:53:44
IDJOB=3378043
IDBENCH=70791
IDSOLVER=1858
FILE ID=node121/3378043-1305453224
RUNJOBID= node121-1305453224-5852
PBS_JOBID= 13324845
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.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-3378043-1305453224/watcher-3378043-1305453224 -o /tmp/evaluation-result-3378043-1305453224/solver-3378043-1305453224 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378043-1305453224.cnf -seed 759624000 -budget 2400

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=759624000

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.817
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.75
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.817
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:     32950904 kB
MemFree:      20636820 kB
Buffers:        312024 kB
Cached:        6275084 kB
SwapCached:       7656 kB
Active:        6577872 kB
Inactive:      5378756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20636820 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          132972 kB
Writeback:           0 kB
AnonPages:     5367424 kB
Mapped:          21340 kB
Slab:           269512 kB
PageTables:      24644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30647500 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= 73364 MiB
End job on node121 at 2011-05-15 12:15:27