Trace number 3378068

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.32 1300.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.50/0.84	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.50/0.84	c INFO: solving HOME/instance-3378068-1305456116.cnf
0.50/0.84	c INFO: computing task features
1.20/1.56	c INFO: computed variable-clause graph statistics
1.20/1.59	c INFO: computed clause balance statistics
5.11/5.45	c INFO: computed variable balance statistics
7.90/8.27	c INFO: computed small-clause counts
8.00/8.31	c INFO: computed Horn-clause counts
14.40/14.73	c INFO: computed variable graph statistics
14.40/14.73	c INFO: collected features for HOME/instance-3378068-1305456116.cnf in 13.90 s
14.40/14.74	c INFO: running lingeling-276@0 for 388 with 2386 remaining (b = 0.56)
404.64/403.89	c INFO: running lingeling-276@389 for 97 with 1996 remaining (b = 0.10)
506.26/505.19	c INFO: running lingeling-276@0 for 97 with 1895 remaining (b = 0.32)
606.63/605.50	c INFO: running cryptominisat-2.9.0@0 for 1649 with 1795 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-3378068-1305456116/watcher-3378068-1305456116 -o /tmp/evaluation-result-3378068-1305456116/solver-3378068-1305456116 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378068-1305456116.cnf -seed 1690203816 -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.73 3.95 3.82 4/405 24762
/proc/meminfo: memFree=20481816/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=15772 CPUtime=0 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 926 0 0 0 0 0 0 0 17 0 1 0 657209312 16150528 806 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/24762/statm: 3943 806 356 364 0 430 0

[startup+0.03051 s]
/proc/loadavg: 3.73 3.95 3.82 4/405 24762
/proc/meminfo: memFree=20481816/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=18880 CPUtime=0.01 cores=5,7
/proc/24762/stat : 24762 (python) R 24760 24762 22815 0 -1 4202496 1258 0 0 0 1 0 0 0 17 0 1 0 657209312 19333120 1112 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905729024 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 4720 1112 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100521 s]
/proc/loadavg: 3.73 3.95 3.82 4/405 24762
/proc/meminfo: memFree=20481816/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=96948 CPUtime=0.07 cores=5,7
/proc/24762/stat : 24762 (python) R 24760 24762 22815 0 -1 4202496 2816 0 0 0 5 2 0 0 17 0 1 0 657209312 99274752 2520 33554432000 4194304 5683644 140734297615168 18446744073709551615 4617146 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 24237 2520 790 364 0 1685 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96948

[startup+0.3005 s]
/proc/loadavg: 3.73 3.95 3.82 4/405 24762
/proc/meminfo: memFree=20481816/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=135748 CPUtime=0.2 cores=5,7
/proc/24762/stat : 24762 (python) D 24760 24762 22815 0 -1 4202496 5973 931 1 0 14 6 0 0 17 0 1 0 657209312 139005952 4148 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905726981 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700411 s]
/proc/loadavg: 3.73 3.95 3.82 4/405 24762
/proc/meminfo: memFree=20481816/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=246044 CPUtime=0.44 cores=5,7
/proc/24762/stat : 24762 (python) R 24760 24762 22815 0 -1 4202496 8090 931 1 0 24 20 0 0 16 0 1 0 657209312 251949056 5977 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 61511 5978 1621 364 0 4513 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 246044

[startup+1.50025 s]
/proc/loadavg: 3.75 3.95 3.82 5/413 24790
/proc/meminfo: memFree=20292948/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=323144 CPUtime=1.2 cores=5,7
/proc/24762/stat : 24762 (python) R 24760 24762 22815 0 -1 4202496 26364 931 1 0 95 25 0 0 16 0 1 0 657209312 330899456 18141 33554432000 4194304 5683644 140734297615168 18446744073709551615 47971687491400 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 80786 18141 1796 364 0 16710 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 323144

[startup+3.10095 s]
/proc/loadavg: 3.75 3.95 3.82 5/413 24790
/proc/meminfo: memFree=20194740/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=330824 CPUtime=2.8 cores=5,7
/proc/24762/stat : 24762 (python) R 24760 24762 22815 0 -1 4202496 28323 931 1 0 255 25 0 0 18 0 1 0 657209312 338763776 20091 33554432000 4194304 5683644 140734297615168 18446744073709551615 4272792 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 82706 20091 1826 364 0 18630 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 330824

[startup+6.30038 s]
/proc/loadavg: 3.75 3.95 3.82 5/416 24793
/proc/meminfo: memFree=20181812/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=330824 CPUtime=6 cores=5,7
/proc/24762/stat : 24762 (python) R 24760 24762 22815 0 -1 4202496 28324 931 1 0 575 25 0 0 25 0 1 0 657209312 338763776 20092 33554432000 4194304 5683644 140734297615168 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 82706 20092 1827 364 0 18630 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 330824

[startup+12.7002 s]
/proc/loadavg: 4.08 4.01 3.84 5/419 24796
/proc/meminfo: memFree=20172864/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=330824 CPUtime=12.4 cores=5,7
/proc/24762/stat : 24762 (python) R 24760 24762 22815 0 -1 4202496 28330 931 1 0 1215 25 0 0 25 0 1 0 657209312 338763776 20098 33554432000 4194304 5683644 140734297615168 18446744073709551615 47971641972864 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24762/statm: 82706 20098 1833 364 0 18630 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 330824

[startup+25.5149 s]
/proc/loadavg: 4.07 4.01 3.84 5/425 24803
/proc/meminfo: memFree=20126080/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=337060 CPUtime=14.44 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 28611 931 1 0 1419 25 0 0 25 0 2 0 657209312 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 84265 19128 1867 364 0 20183 0
[pid=24800] ppid=24762 vsize=326816 CPUtime=0.03 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 891 0 0 0 1 2 0 0 18 0 1 0 657210787 334659584 17633 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751055 0 0 16781312 514 4730011061762097416 0 0 17 7 0 0 0
/proc/24800/statm: 81704 17633 376 364 0 17622 0
[pid=24802] ppid=24800 vsize=27096 CPUtime=10.75 cores=5,7
/proc/24802/stat : 24802 (lingeling) R 24800 24802 24802 0 -1 4202496 11601 0 0 0 1073 2 0 0 25 0 1 0 657210787 27746304 5944 33554432000 4194304 4352236 140733295465376 18446744073709551615 4215274 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24802/statm: 6774 5944 129 39 0 5854 0
[pid=24762/tid=24801] ppid=24760 vsize=337060 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657210787 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 690972

[startup+51.1003 s]
/proc/loadavg: 4.05 4.01 3.85 5/425 24803
/proc/meminfo: memFree=20120468/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=337060 CPUtime=14.44 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 28611 931 1 0 1419 25 0 0 25 0 2 0 657209312 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 84265 19128 1867 364 0 20183 0
[pid=24800] ppid=24762 vsize=326816 CPUtime=0.1 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 902 0 0 0 5 5 0 0 18 0 1 0 657210787 334659584 17633 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751055 0 0 16781312 514 4730011061762097416 0 0 17 7 0 0 0
/proc/24800/statm: 81704 17633 376 364 0 17622 0
[pid=24802] ppid=24800 vsize=27672 CPUtime=36.34 cores=5,7
/proc/24802/stat : 24802 (lingeling) R 24800 24802 24802 0 -1 4202496 11746 0 0 0 3632 2 0 0 25 0 1 0 657210787 28336128 6088 33554432000 4194304 4352236 140733295465376 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24802/statm: 6918 6088 129 39 0 5998 0
[pid=24762/tid=24801] ppid=24760 vsize=337060 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657210787 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 691548

[startup+102.301 s]
/proc/loadavg: 4.06 4.02 3.86 5/425 24805
/proc/meminfo: memFree=20103464/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=337060 CPUtime=14.44 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 28611 931 1 0 1419 25 0 0 25 0 2 0 657209312 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 84265 19128 1867 364 0 20183 0
[pid=24800] ppid=24762 vsize=326816 CPUtime=0.25 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 924 0 0 0 13 12 0 0 18 0 1 0 657210787 334659584 17633 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751055 0 0 16781312 514 4730011061762097416 0 0 17 7 0 0 0
/proc/24800/statm: 81704 17633 376 364 0 17622 0
[pid=24802] ppid=24800 vsize=29744 CPUtime=87.54 cores=5,7
/proc/24802/stat : 24802 (lingeling) R 24800 24802 24802 0 -1 4202496 12265 0 0 0 8752 2 0 0 25 0 1 0 657210787 30457856 6606 33554432000 4194304 4352236 140733295465376 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24802/statm: 7436 6606 129 39 0 6516 0
[pid=24762/tid=24801] ppid=24760 vsize=337060 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657210787 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 693620

[startup+162.301 s]
/proc/loadavg: 4.08 4.03 3.87 5/425 24806
/proc/meminfo: memFree=20091164/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=337060 CPUtime=14.44 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 28611 931 1 0 1419 25 0 0 25 0 2 0 657209312 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 84265 19128 1867 364 0 20183 0
[pid=24800] ppid=24762 vsize=326816 CPUtime=0.42 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 942 0 0 0 22 20 0 0 18 0 1 0 657210787 334659584 17633 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751055 0 0 16781312 514 4730011061762097416 0 0 17 7 0 0 0
/proc/24800/statm: 81704 17633 376 364 0 17622 0
[pid=24802] ppid=24800 vsize=31616 CPUtime=147.54 cores=5,7
/proc/24802/stat : 24802 (lingeling) R 24800 24802 24802 0 -1 4202496 12734 0 0 0 14752 2 0 0 25 0 1 0 657210787 32374784 7074 33554432000 4194304 4352236 140733295465376 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24802/statm: 7904 7074 129 39 0 6984 0
[pid=24762/tid=24801] ppid=24760 vsize=337060 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657210787 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 695492

[startup+222.3 s]
/proc/loadavg: 4.03 4.02 3.87 5/425 24808
/proc/meminfo: memFree=20082452/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=337060 CPUtime=14.44 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 28611 931 1 0 1419 25 0 0 25 0 2 0 657209312 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 84265 19128 1867 364 0 20183 0
[pid=24800] ppid=24762 vsize=326816 CPUtime=0.61 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 963 0 0 0 32 29 0 0 18 0 1 0 657210787 334659584 17633 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751055 0 0 16781312 514 4730011061762097416 0 0 17 7 0 0 0
/proc/24800/statm: 81704 17633 376 364 0 17622 0
[pid=24802] ppid=24800 vsize=33940 CPUtime=207.55 cores=5,7
/proc/24802/stat : 24802 (lingeling) R 24800 24802 24802 0 -1 4202496 13315 0 0 0 20753 2 0 0 25 0 1 0 657210787 34754560 7655 33554432000 4194304 4352236 140733295465376 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24802/statm: 8485 7655 129 39 0 7565 0
[pid=24762/tid=24801] ppid=24760 vsize=337060 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657210787 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.6
Current children cumulated vsize (KiB) 697816

[startup+282.3 s]
/proc/loadavg: 4.11 4.05 3.89 5/425 24809
/proc/meminfo: memFree=20072860/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=337060 CPUtime=14.44 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 28611 931 1 0 1419 25 0 0 25 0 2 0 657209312 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 84265 19128 1867 364 0 20183 0
[pid=24800] ppid=24762 vsize=326816 CPUtime=0.79 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 975 0 0 0 42 37 0 0 18 0 1 0 657210787 334659584 17633 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751055 0 0 16781312 514 4730011061762097416 0 0 17 7 0 0 0
/proc/24800/statm: 81704 17633 376 364 0 17622 0
[pid=24802] ppid=24800 vsize=42132 CPUtime=267.54 cores=5,7
/proc/24802/stat : 24802 (lingeling) R 24800 24802 24802 0 -1 4202496 15363 0 0 0 26752 2 0 0 25 0 1 0 657210787 43143168 9703 33554432000 4194304 4352236 140733295465376 18446744073709551615 4278806 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24802/statm: 10533 9703 129 39 0 9613 0
[pid=24762/tid=24801] ppid=24760 vsize=337060 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657210787 345149440 19128 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.77

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

[startup+1122.3 s]
/proc/loadavg: 4.10 4.11 4.00 6/453 24860
/proc/meminfo: memFree=17631988/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=357572 CPUtime=14.48 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 30285 931 1 0 1422 26 0 0 20 0 4 0 657209312 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 89393 19141 1872 364 0 25305 0
[pid=24800] ppid=24762 vsize=337060 CPUtime=1.47 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 1208 0 0 0 76 71 0 0 18 0 2 0 657210787 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24800/statm: 84265 17678 416 364 0 20183 0
[pid=24802] ppid=24800 vsize=38024 CPUtime=490.43 cores=5,7
/proc/24802/stat : 24802 (lingeling) T 24800 24802 24802 0 -1 4202496 22528 0 0 0 49040 3 0 0 25 0 1 0 657210787 38936576 8676 33554432000 4194304 4352236 140733295465376 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/24802/statm: 9506 8676 129 39 0 8586 0
[pid=24800/tid=24818] ppid=24762 vsize=337060 CPUtime=0 cores=5,7
/proc/24800/task/24818/stat : 24818 (python) S 24762 24762 22815 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657249701 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604466231936832 0 0 -1 7 0 0 0
[pid=24825] ppid=24762 vsize=337072 CPUtime=0.3 cores=5,7
/proc/24825/stat : 24825 (python) S 24762 24762 22815 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 657259832 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24825/statm: 84268 17661 399 364 0 20183 0
[pid=24827] ppid=24825 vsize=29728 CPUtime=99.96 cores=5,7
/proc/24827/stat : 24827 (lingeling) T 24825 24827 24827 0 -1 4202496 12268 0 0 0 9995 1 0 0 25 0 1 0 657259832 30441472 6602 33554432000 4194304 4352236 140733453321504 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/24827/statm: 7432 6602 129 39 0 6512 0
[pid=24825/tid=24836] ppid=24762 vsize=337072 CPUtime=0 cores=5,7
/proc/24825/task/24836/stat : 24836 (python) S 24762 24762 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657269862 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 7 0 0 0
[pid=24837] ppid=24762 vsize=347328 CPUtime=1.69 cores=5,7
/proc/24837/stat : 24837 (python) S 24762 24762 22815 0 -1 4202560 1001 0 0 0 88 81 0 0 15 0 1 0 657269863 355663872 17635 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751110 0 0 16781312 514 4730011061762097413 0 0 17 5 0 0 0
/proc/24837/statm: 86832 17635 370 364 0 22744 0
[pid=24839] ppid=24837 vsize=944940 CPUtime=515.2 cores=5,7
/proc/24839/stat : 24839 (cryptominisat-2) R 24837 24839 24839 0 -1 4202496 501267 0 0 0 51419 101 0 0 25 0 1 0 657269863 967618560 195813 33554432000 4194304 4677096 140735030414416 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24839/statm: 236235 195813 393 118 0 231194 0
[pid=24762/tid=24801] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 4 0 657210787 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24826] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24826/stat : 24826 (python) S 24760 24762 22815 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657259832 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24838] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24838/stat : 24838 (python) S 24760 24762 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 4 0 657269863 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.53
Current children cumulated vsize (KiB) 2391724

[startup+1182.3 s]
/proc/loadavg: 4.09 4.10 4.00 5/453 24870
/proc/meminfo: memFree=17560804/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=357572 CPUtime=14.48 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 30285 931 1 0 1422 26 0 0 20 0 4 0 657209312 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 89393 19141 1872 364 0 25305 0
[pid=24800] ppid=24762 vsize=337060 CPUtime=1.47 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 1208 0 0 0 76 71 0 0 18 0 2 0 657210787 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24800/statm: 84265 17678 416 364 0 20183 0
[pid=24802] ppid=24800 vsize=38024 CPUtime=490.43 cores=5,7
/proc/24802/stat : 24802 (lingeling) T 24800 24802 24802 0 -1 4202496 22528 0 0 0 49040 3 0 0 25 0 1 0 657210787 38936576 8676 33554432000 4194304 4352236 140733295465376 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/24802/statm: 9506 8676 129 39 0 8586 0
[pid=24800/tid=24818] ppid=24762 vsize=337060 CPUtime=0 cores=5,7
/proc/24800/task/24818/stat : 24818 (python) S 24762 24762 22815 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657249701 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604466231936832 0 0 -1 7 0 0 0
[pid=24825] ppid=24762 vsize=337072 CPUtime=0.3 cores=5,7
/proc/24825/stat : 24825 (python) S 24762 24762 22815 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 657259832 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24825/statm: 84268 17661 399 364 0 20183 0
[pid=24827] ppid=24825 vsize=29728 CPUtime=99.96 cores=5,7
/proc/24827/stat : 24827 (lingeling) T 24825 24827 24827 0 -1 4202496 12268 0 0 0 9995 1 0 0 25 0 1 0 657259832 30441472 6602 33554432000 4194304 4352236 140733453321504 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/24827/statm: 7432 6602 129 39 0 6512 0
[pid=24825/tid=24836] ppid=24762 vsize=337072 CPUtime=0 cores=5,7
/proc/24825/task/24836/stat : 24836 (python) S 24762 24762 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657269862 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 7 0 0 0
[pid=24837] ppid=24762 vsize=347328 CPUtime=1.9 cores=5,7
/proc/24837/stat : 24837 (python) S 24762 24762 22815 0 -1 4202560 1001 0 0 0 97 93 0 0 15 0 1 0 657269863 355663872 17635 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751110 0 0 16781312 514 4730011061762097413 0 0 17 5 0 0 0
/proc/24837/statm: 86832 17635 370 364 0 22744 0
[pid=24839] ppid=24837 vsize=865264 CPUtime=575.02 cores=5,7
/proc/24839/stat : 24839 (cryptominisat-2) R 24837 24839 24839 0 -1 4202496 546708 0 0 0 57391 111 0 0 25 0 1 0 657269863 886030336 197588 33554432000 4194304 4677096 140735030414416 18446744073709551615 4319074 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/24839/statm: 216316 197588 393 118 0 211275 0
[pid=24762/tid=24801] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 4 0 657210787 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24826] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24826/stat : 24826 (python) S 24760 24762 22815 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657259832 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24838] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24838/stat : 24838 (python) S 24760 24762 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 4 0 657269863 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.56
Current children cumulated vsize (KiB) 2312048

[startup+1242.3 s]
/proc/loadavg: 4.03 4.08 4.00 5/453 24872
/proc/meminfo: memFree=17627980/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=357572 CPUtime=14.48 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 30285 931 1 0 1422 26 0 0 20 0 4 0 657209312 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 89393 19141 1872 364 0 25305 0
[pid=24800] ppid=24762 vsize=337060 CPUtime=1.47 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 1208 0 0 0 76 71 0 0 18 0 2 0 657210787 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24800/statm: 84265 17678 416 364 0 20183 0
[pid=24802] ppid=24800 vsize=38024 CPUtime=490.43 cores=5,7
/proc/24802/stat : 24802 (lingeling) T 24800 24802 24802 0 -1 4202496 22528 0 0 0 49040 3 0 0 25 0 1 0 657210787 38936576 8676 33554432000 4194304 4352236 140733295465376 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/24802/statm: 9506 8676 129 39 0 8586 0
[pid=24800/tid=24818] ppid=24762 vsize=337060 CPUtime=0 cores=5,7
/proc/24800/task/24818/stat : 24818 (python) S 24762 24762 22815 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657249701 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604466231936832 0 0 -1 7 0 0 0
[pid=24825] ppid=24762 vsize=337072 CPUtime=0.3 cores=5,7
/proc/24825/stat : 24825 (python) S 24762 24762 22815 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 657259832 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24825/statm: 84268 17661 399 364 0 20183 0
[pid=24827] ppid=24825 vsize=29728 CPUtime=99.96 cores=5,7
/proc/24827/stat : 24827 (lingeling) T 24825 24827 24827 0 -1 4202496 12268 0 0 0 9995 1 0 0 25 0 1 0 657259832 30441472 6602 33554432000 4194304 4352236 140733453321504 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/24827/statm: 7432 6602 129 39 0 6512 0
[pid=24825/tid=24836] ppid=24762 vsize=337072 CPUtime=0 cores=5,7
/proc/24825/task/24836/stat : 24836 (python) S 24762 24762 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657269862 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 7 0 0 0
[pid=24837] ppid=24762 vsize=347328 CPUtime=2.09 cores=5,7
/proc/24837/stat : 24837 (python) S 24762 24762 22815 0 -1 4202560 1001 0 0 0 106 103 0 0 15 0 1 0 657269863 355663872 17635 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751110 0 0 16781312 514 4730011061762097413 0 0 17 5 0 0 0
/proc/24837/statm: 86832 17635 370 364 0 22744 0
[pid=24839] ppid=24837 vsize=919348 CPUtime=634.85 cores=5,7
/proc/24839/stat : 24839 (cryptominisat-2) R 24837 24839 24839 0 -1 4202496 582600 0 0 0 63367 118 0 0 25 0 1 0 657269863 941412352 186900 33554432000 4194304 4677096 140735030414416 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24839/statm: 229837 186900 393 118 0 224796 0
[pid=24762/tid=24801] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 4 0 657210787 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24826] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24826/stat : 24826 (python) S 24760 24762 22815 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657259832 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24838] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24838/stat : 24838 (python) S 24760 24762 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 4 0 657269863 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.58
Current children cumulated vsize (KiB) 2366132



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.08 4.00 4/443 24875
/proc/meminfo: memFree=17757600/32951124 swapFree=65581052/67111528
[pid=24762] ppid=24760 vsize=357572 CPUtime=14.48 cores=5,7
/proc/24762/stat : 24762 (python) S 24760 24762 22815 0 -1 4202496 30285 931 1 0 1422 26 0 0 20 0 4 0 657209312 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/24762/statm: 89393 19141 1872 364 0 25305 0
[pid=24800] ppid=24762 vsize=337060 CPUtime=1.47 cores=5,7
/proc/24800/stat : 24800 (python) S 24762 24762 22815 0 -1 4202560 1208 0 0 0 76 71 0 0 18 0 2 0 657210787 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/24800/statm: 84265 17678 416 364 0 20183 0
[pid=24802] ppid=24800 vsize=38024 CPUtime=490.43 cores=5,7
/proc/24802/stat : 24802 (lingeling) T 24800 24802 24802 0 -1 4202496 22528 0 0 0 49040 3 0 0 25 0 1 0 657210787 38936576 8676 33554432000 4194304 4352236 140733295465376 18446744073709551615 4328368 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/24802/statm: 9506 8676 129 39 0 8586 0
[pid=24800/tid=24818] ppid=24762 vsize=337060 CPUtime=0 cores=5,7
/proc/24800/task/24818/stat : 24818 (python) S 24762 24762 22815 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657249701 345149440 17678 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604466231936832 0 0 -1 7 0 0 0
[pid=24825] ppid=24762 vsize=337072 CPUtime=0.3 cores=5,7
/proc/24825/stat : 24825 (python) S 24762 24762 22815 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 657259832 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24825/statm: 84268 17661 399 364 0 20183 0
[pid=24827] ppid=24825 vsize=29728 CPUtime=99.96 cores=5,7
/proc/24827/stat : 24827 (lingeling) T 24825 24827 24827 0 -1 4202496 12268 0 0 0 9995 1 0 0 25 0 1 0 657259832 30441472 6602 33554432000 4194304 4352236 140733453321504 18446744073709551615 4278712 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/24827/statm: 7432 6602 129 39 0 6512 0
[pid=24825/tid=24836] ppid=24762 vsize=337072 CPUtime=0 cores=5,7
/proc/24825/task/24836/stat : 24836 (python) S 24762 24762 22815 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657269862 345161728 17661 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 514 18446604461242731392 0 0 -1 7 0 0 0
[pid=24837] ppid=24762 vsize=347328 CPUtime=2.26 cores=5,7
/proc/24837/stat : 24837 (python) S 24762 24762 22815 0 -1 4202560 1001 0 0 0 114 112 0 0 15 0 1 0 657269863 355663872 17635 33554432000 4194304 5683644 140734297615168 18446744073709551615 218905751110 0 0 16781312 514 4730011061762097413 0 0 17 5 0 0 0
/proc/24837/statm: 86832 17635 370 364 0 22744 0
[pid=24839] ppid=24837 vsize=925332 CPUtime=692.42 cores=5,7
/proc/24839/stat : 24839 (cryptominisat-2) R 24837 24839 24839 0 -1 4202496 652560 0 0 0 69113 129 0 0 25 0 1 0 657269863 947539968 195600 33554432000 4194304 4677096 140735030414416 18446744073709551615 218905427723 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24839/statm: 231333 195600 393 118 0 226292 0
[pid=24762/tid=24801] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24801/stat : 24801 (python) S 24760 24762 22815 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 4 0 657210787 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24826] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24826/stat : 24826 (python) S 24760 24762 22815 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 4 0 657259832 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
[pid=24762/tid=24838] ppid=24760 vsize=357572 CPUtime=0 cores=5,7
/proc/24762/task/24838/stat : 24838 (python) S 24760 24762 22815 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 4 0 657269863 366153728 19141 33554432000 4194304 5683644 140734297615168 18446744073709551615 218917554609 0 0 16781312 2 18446604468494568448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.32
Current children cumulated vsize (KiB) 2372116

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 24762 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=222837
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=268959
# CPU time returned by wait4() is 14.4918
# while last known CPU time is 1301.32
#
# 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.32
CPU user time (s): 1297.75
CPU system time (s): 3.57
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 2659400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2228
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31217
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= 21238
involuntary context switches= 53

runsolver used 5.20221 second user time and 12.7611 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 12:41:56
IDJOB=3378068
IDBENCH=83107
IDSOLVER=1858
FILE ID=node137/3378068-1305456116
RUNJOBID= node137-1305456116-24734
PBS_JOBID= 13324880
Free space on /tmp= 73720 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.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-3378068-1305456116/watcher-3378068-1305456116 -o /tmp/evaluation-result-3378068-1305456116/solver-3378068-1305456116 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378068-1305456116.cnf -seed 1690203816 -budget 2400

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1690203816

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20483088 kB
Buffers:        303284 kB
Cached:        3952468 kB
SwapCached:      36328 kB
Active:        2376248 kB
Inactive:      9847356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20483088 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           88236 kB
Writeback:           0 kB
AnonPages:     7941372 kB
Mapped:          25380 kB
Slab:           133404 kB
PageTables:      45840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102389412 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= 73648 MiB
End job on node137 at 2011-05-15 13:03:38