Trace number 3498302

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) 5000.1 5010.05

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.4984
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.46/16.82	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.46/16.82	c INFO: solving HOME/instance-3498302-1307953121.cnf
0.46/16.82	c INFO: computing task features
0.64/17.09	c INFO: computed variable-clause graph statistics
0.73/17.10	c INFO: computed clause balance statistics
2.13/18.57	c INFO: computed variable balance statistics
3.23/19.68	c INFO: computed small-clause counts
3.23/19.69	c INFO: computed Horn-clause counts
4.54/20.95	c INFO: computed variable graph statistics
4.54/20.95	c INFO: collected features for HOME/instance-3498302-1307953121.cnf in 4.11 s
4.54/20.98	c INFO: running lingeling-276@0 for 97 with 4995 remaining (b = 0.32)
104.83/121.11	c INFO: running cryptominisat-2.9.0@0 for 485 with 4895 remaining (b = 0.33)
594.30/610.09	c INFO: running lingeling-276@100 for 97 with 4406 remaining (b = 0.13)
691.63/707.21	c INFO: running SApperloT@0 for 97 with 4309 remaining (b = 0.12)
791.82/807.34	c INFO: running lingeling-276@197 for 388 with 4209 remaining (b = 0.30)
1177.68/1192.75	c INFO: running lingeling-276@0 for 194 with 3824 remaining (b = 0.23)
1374.10/1388.98	c INFO: running lingeling-276@196 for 97 with 3628 remaining (b = 0.09)
1469.31/1484.10	c INFO: running cryptominisat-2.9.0@488 for 97 with 3532 remaining (b = 0.09)
1566.44/1581.02	c INFO: running precosat-570@0 for 291 with 3436 remaining (b = 0.21)
1859.13/1873.39	c INFO: running lingeling-276@0 for 194 with 3143 remaining (b = 0.12)
2055.66/2069.65	c INFO: running lingeling-276@291 for 291 with 2947 remaining (b = 0.12)
2351.48/2365.01	c INFO: running precosat-570@292 for 97 with 2652 remaining (b = 0.05)
2448.72/2462.15	c INFO: running lingeling-276@582 for 582 with 2554 remaining (b = 0.18)
3033.18/3045.84	c INFO: running cryptominisat-2.9.0@0 for 1971 with 1971 remaining (b = 0.51)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498302-1307953121/watcher-3498302-1307953121 -o /var/tmp/evaluation-result-3498302-1307953121/solver-3498302-1307953121 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498302-1307953121.cnf -seed 477717481 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/23082/stat : 23082 (runsolver) S 23078 23082 23037 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 906911798 12087296 51 33554432000 4194304 5436572 140734431145840 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699977015 0 0 17 6 0 0 0
/proc/23082/statm: 2951 51 31 304 0 2643 0

[startup+0.0928779 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=14252 CPUtime=0 cores=0,2,4,6
/proc/23082/stat : 23082 (python) D 23078 23082 23037 0 -1 4194304 196 0 3 0 0 0 0 0 21 0 1 0 906911798 14594048 133 33554432000 4194304 5683644 140734709274848 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 3
/proc/23082/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.100876 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=14252 CPUtime=0 cores=0,2,4,6
/proc/23082/stat : 23082 (python) D 23078 23082 23037 0 -1 4194304 196 0 3 0 0 0 0 0 21 0 1 0 906911798 14594048 133 33554432000 4194304 5683644 140734709274848 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 3
/proc/23082/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.300841 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 645 0 6 0 0 0 0 0 19 0 1 0 906911798 15441920 545 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 8
/proc/23082/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.70077 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 940 0 6 0 0 0 0 0 16 0 1 0 906911798 16289792 821 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 13
/proc/23082/statm: 3977 821 357 364 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+1.50074 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 23084
/proc/meminfo: memFree=7874892/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 1180 0 6 0 1 0 0 0 16 0 1 0 906911798 16932864 1046 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 18
/proc/23082/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+3.10046 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 23084
/proc/meminfo: memFree=7873532/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=18888 CPUtime=0.03 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 1245 0 7 0 2 1 0 0 16 0 1 0 906911798 19341312 1105 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 23
/proc/23082/statm: 4722 1105 421 364 0 691 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18888
heavy processes:

[startup+6.30091 s]
/proc/loadavg: 0.23 0.05 0.02 2/178 23084
/proc/meminfo: memFree=7871112/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=34420 CPUtime=0.06 cores=0,2,4,6
/proc/23082/stat : 23082 (python) D 23078 23082 23037 0 -1 4202496 1541 0 12 0 4 2 0 0 16 0 1 0 906911798 35246080 1387 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594864640 0 0 16781312 2 0 0 0 17 4 0 0 35
/proc/23082/statm: 8605 1387 448 364 0 943 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34420
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.29 0.06 0.02 2/178 23093
/proc/meminfo: memFree=7832324/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=187688 CPUtime=0.29 cores=0,2,4,6
/proc/23082/stat : 23082 (python) D 23078 23082 23037 0 -1 4202496 6760 926 70 9 20 9 0 0 16 0 1 0 906911798 192192512 4883 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594864640 0 0 16781312 2 0 0 0 17 2 0 0 81
/proc/23082/statm: 46922 4883 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 187688
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 0.53 0.13 0.04 4/181 23096
/proc/meminfo: memFree=7732872/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=296208 CPUtime=4.61 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 17204 926 113 9 445 16 0 0 24 0 2 0 906911798 303316992 8955 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 146
/proc/23082/statm: 74052 8955 1875 364 0 9970 0
[pid=23094] ppid=23082 vsize=286812 CPUtime=0 cores=0,2,4,6
/proc/23094/stat : 23094 (python) S 23082 23082 23037 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 906913896 293695488 7459 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594886671 0 0 16781312 514 15966680152834801924 0 0 17 2 0 0 0
/proc/23094/statm: 71703 7459 382 364 0 7621 0
[pid=23096] ppid=23094 vsize=13396 CPUtime=4.5 cores=0,2,4,6
/proc/23096/stat : 23096 (lingeling) R 23094 23096 23096 0 -1 4202496 4413 0 0 0 450 0 0 0 25 0 1 0 906913896 13717504 2264 33554432000 4194304 4352236 140734039006128 18446744073709551615 4207805 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23096/statm: 3349 2264 129 39 0 2429 0
[pid=23082/tid=23095] ppid=23078 vsize=296208 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23095/stat : 23095 (python) S 23078 23082 23037 0 -1 4202560 29 926 0 9 0 0 0 0 25 0 2 0 906913896 303316992 8955 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.11
Current children cumulated vsize (KiB) 596416
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 1.03 0.27 0.09 4/184 23100
/proc/meminfo: memFree=7702744/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=296208 CPUtime=4.61 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 17204 926 113 9 445 16 0 0 24 0 2 0 906911798 303316992 8955 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 146
/proc/23082/statm: 74052 8955 1875 364 0 9970 0
[pid=23094] ppid=23082 vsize=286812 CPUtime=0.02 cores=0,2,4,6
/proc/23094/stat : 23094 (python) S 23082 23082 23037 0 -1 4202560 974 0 0 0 1 1 0 0 18 0 1 0 906913896 293695488 7460 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594886671 0 0 16781312 514 3794370646989832452 0 0 17 2 0 0 0
/proc/23094/statm: 71703 7460 383 364 0 7621 0
[pid=23096] ppid=23094 vsize=15444 CPUtime=30.1 cores=0,2,4,6
/proc/23096/stat : 23096 (lingeling) R 23094 23096 23096 0 -1 4202496 4925 0 0 0 3010 0 0 0 25 0 1 0 906913896 15814656 2776 33554432000 4194304 4352236 140734039006128 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23096/statm: 3861 2776 129 39 0 2941 0
[pid=23082/tid=23095] ppid=23078 vsize=296208 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23095/stat : 23095 (python) S 23078 23082 23037 0 -1 4202560 29 926 0 9 0 0 0 0 25 0 2 0 906913896 303316992 8955 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.73
Current children cumulated vsize (KiB) 598464
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.58 0.54 0.19 4/184 23101
/proc/meminfo: memFree=7702576/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=296208 CPUtime=4.61 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 17204 926 113 9 445 16 0 0 24 0 2 0 906911798 303316992 8955 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 146
/proc/23082/statm: 74052 8955 1875 364 0 9970 0
[pid=23094] ppid=23082 vsize=286812 CPUtime=0.08 cores=0,2,4,6
/proc/23094/stat : 23094 (python) S 23082 23082 23037 0 -1 4202560 990 0 0 0 4 4 0 0 18 0 1 0 906913896 293695488 7460 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594886671 0 0 16781312 514 3794370646989832452 0 0 17 2 0 0 0
/proc/23094/statm: 71703 7460 383 364 0 7621 0
[pid=23096] ppid=23094 vsize=15444 CPUtime=81.31 cores=0,2,4,6
/proc/23096/stat : 23096 (lingeling) R 23094 23096 23096 0 -1 4202496 5437 0 0 0 8131 0 0 0 25 0 1 0 906913896 15814656 2776 33554432000 4194304 4352236 140734039006128 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23096/statm: 3861 2776 129 39 0 2941 0
[pid=23082/tid=23095] ppid=23078 vsize=296208 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23095/stat : 23095 (python) S 23078 23082 23037 0 -1 4202560 29 926 0 9 0 0 0 0 25 0 2 0 906913896 303316992 8955 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 86
Current children cumulated vsize (KiB) 598464

[startup+162.301 s]
/proc/loadavg: 1.84 0.80 0.30 4/192 23111
/proc/meminfo: memFree=7536920/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=372204 CPUtime=4.64 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 17933 926 113 9 448 16 0 0 19 0 3 0 906911798 381136896 8993 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 146
/proc/23082/statm: 93051 8993 1878 364 0 28966 0
[pid=23094] ppid=23082 vsize=297056 CPUtime=0.12 cores=0,2,4,6
/proc/23094/stat : 23094 (python) S 23082 23082 23037 0 -1 4202560 1158 0 0 0 6 6 0 0 19 0 2 0 906913896 304185344 7497 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23094/statm: 74264 7497 415 364 0 10182 0
[pid=23096] ppid=23094 vsize=15444 CPUtime=100.09 cores=0,2,4,6
/proc/23096/stat : 23096 (lingeling) T 23094 23096 23096 0 -1 4202496 5437 0 0 0 10009 0 0 0 25 0 1 0 906913896 15814656 2776 33554432000 4194304 4352236 140734039006128 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23096/statm: 3861 2776 129 39 0 2941 0
[pid=23094/tid=23103] ppid=23082 vsize=297056 CPUtime=0 cores=0,2,4,6
/proc/23094/task/23103/stat : 23103 (python) S 23082 23082 23037 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906923907 304185344 7497 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=23104] ppid=23082 vsize=297492 CPUtime=0.04 cores=0,2,4,6
/proc/23104/stat : 23104 (python) S 23082 23082 23037 0 -1 4202560 903 0 0 0 2 2 0 0 15 0 1 0 906923909 304631808 7483 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594886726 0 0 16781312 514 3794370646989832450 0 0 17 6 0 0 0
/proc/23104/statm: 74373 7483 372 364 0 10288 0
[pid=23106] ppid=23104 vsize=103140 CPUtime=41.17 cores=0,2,4,6
/proc/23106/stat : 23106 (cryptominisat-2) R 23104 23106 23106 0 -1 4202496 23101 0 1 0 4114 3 0 0 25 0 1 0 906923909 105615360 18734 33554432000 4194304 4677096 140736795107520 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23106/statm: 25785 18734 393 118 0 20744 0
[pid=23082/tid=23095] ppid=23078 vsize=372204 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23095/stat : 23095 (python) S 23078 23082 23037 0 -1 4202560 29 926 0 9 0 0 0 0 25 0 3 0 906913896 381136896 8993 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
[pid=23082/tid=23105] ppid=23078 vsize=372204 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23105/stat : 23105 (python) S 23078 23082 23037 0 -1 4202560 23 926 0 9 0 0 0 0 20 0 3 0 906923909 381136896 8993 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 146.06
Current children cumulated vsize (KiB) 1085336

[startup+222.301 s]
/proc/loadavg: 1.94 1.02 0.40 4/192 23112
/proc/meminfo: memFree=7497824/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=372204 CPUtime=4.64 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 17933 926 113 9 448 16 0 0 19 0 3 0 906911798 381136896 8993 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 146
/proc/23082/statm: 93051 8993 1878 364 0 28966 0
[pid=23094] ppid=23082 vsize=297056 CPUtime=0.12 cores=0,2,4,6
/proc/23094/stat : 23094 (python) S 23082 23082 23037 0 -1 4202560 1158 0 0 0 6 6 0 0 19 0 2 0 906913896 304185344 7497 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23094/statm: 74264 7497 415 364 0 10182 0
[pid=23096] ppid=23094 vsize=15444 CPUtime=100.09 cores=0,2,4,6
/proc/23096/stat : 23096 (lingeling) T 23094 23096 23096 0 -1 4202496 5437 0 0 0 10009 0 0 0 25 0 1 0 906913896 15814656 2776 33554432000 4194304 4352236 140734039006128 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23096/statm: 3861 2776 129 39 0 2941 0
[pid=23094/tid=23103] ppid=23082 vsize=297056 CPUtime=0 cores=0,2,4,6
/proc/23094/task/23103/stat : 23103 (python) S 23082 23082 23037 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906923907 304185344 7497 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=23104] ppid=23082 vsize=297492 CPUtime=0.13 cores=0,2,4,6
/proc/23104/stat : 23104 (python) S 23082 23082 23037 0 -1 4202560 927 0 0 0 7 6 0 0 15 0 1 0 906923909 304631808 7483 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594886726 0 0 16781312 514 3398704794959839490 0 0 17 6 0 0 0
/proc/23104/statm: 74373 7483 372 364 0 10288 0

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

[pid=23094] ppid=23082 vsize=297056 CPUtime=1.47 cores=0,2,4,6
/proc/23094/stat : 23094 (python) S 23082 23082 23037 0 -1 4202560 1212 0 0 0 83 64 0 0 18 0 2 0 906913896 304185344 7498 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23094/statm: 74264 7498 416 364 0 10182 0
[pid=23096] ppid=23094 vsize=17228 CPUtime=1166.28 cores=0,2,4,6
/proc/23096/stat : 23096 (lingeling) T 23094 23096 23096 0 -1 4202496 12794 0 0 0 116627 1 0 0 25 0 1 0 906913896 17641472 3477 33554432000 4194304 4352236 140734039006128 18446744073709551615 4328403 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23096/statm: 4307 3477 129 39 0 3387 0
[pid=23094/tid=23103] ppid=23082 vsize=297056 CPUtime=0 cores=0,2,4,6
/proc/23094/task/23103/stat : 23103 (python) S 23082 23082 23037 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906923907 304185344 7498 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=23104] ppid=23082 vsize=297492 CPUtime=0.73 cores=0,2,4,6
/proc/23104/stat : 23104 (python) S 23082 23082 23037 0 -1 4202560 1164 0 0 0 41 32 0 0 15 0 2 0 906923909 304631808 7512 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23104/statm: 74373 7512 400 364 0 10288 0
[pid=23106] ppid=23104 vsize=143748 CPUtime=585.85 cores=0,2,4,6
/proc/23106/stat : 23106 (cryptominisat-2) T 23104 23106 23106 0 -1 4202496 61644 0 1 0 58572 13 0 0 25 0 1 0 906923909 147197952 28964 33554432000 4194304 4677096 140736795107520 18446744073709551615 4318914 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/23106/statm: 35937 28964 393 118 0 30896 0
[pid=23104/tid=23123] ppid=23082 vsize=297492 CPUtime=0 cores=0,2,4,6
/proc/23104/task/23123/stat : 23123 (python) S 23082 23082 23037 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 906972804 304631808 7512 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453908044800 0 0 -1 2 0 0 0
[pid=23128] ppid=23082 vsize=373260 CPUtime=0.11 cores=0,2,4,6
/proc/23128/stat : 23128 (python) S 23082 23082 23037 0 -1 4202560 1096 0 0 0 7 4 0 0 19 0 2 0 906982519 382218240 7587 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23128/statm: 93315 7587 400 364 0 29227 0
[pid=23130] ppid=23128 vsize=15204 CPUtime=100.09 cores=0,2,4,6
/proc/23130/stat : 23130 (SApperloT-base) T 23128 23130 23130 0 -1 4202496 3663 0 0 0 10009 0 0 0 25 0 1 0 906982519 15568896 3366 33554432000 134512640 135674940 4286605264 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23130/statm: 3801 3366 99 284 0 3515 0
[pid=23128/tid=23137] ppid=23082 vsize=373260 CPUtime=0 cores=0,2,4,6
/proc/23128/task/23137/stat : 23137 (python) S 23082 23082 23037 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 906992530 382218240 7587 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453984905216 0 0 -1 6 0 0 0
[pid=23152] ppid=23082 vsize=383388 CPUtime=0.73 cores=0,2,4,6
/proc/23152/stat : 23152 (python) S 23082 23082 23037 0 -1 4202560 1168 0 0 0 42 31 0 0 18 0 2 0 907031073 392589312 7675 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23152/statm: 95847 7675 400 364 0 31756 0
[pid=23154] ppid=23152 vsize=13924 CPUtime=586.65 cores=0,2,4,6
/proc/23154/stat : 23154 (lingeling) T 23152 23154 23154 0 -1 4202496 8219 0 0 0 58664 1 0 0 25 0 1 0 907031074 14258176 2651 33554432000 4194304 4352236 140733273008032 18446744073709551615 4328032 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23154/statm: 3481 2651 129 39 0 2561 0
[pid=23152/tid=23161] ppid=23082 vsize=383388 CPUtime=0 cores=0,2,4,6
/proc/23152/task/23161/stat : 23161 (python) S 23082 23082 23037 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907050694 392589312 7675 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453985311552 0 0 -1 0 0 0 0
[pid=23170] ppid=23082 vsize=393544 CPUtime=0.52 cores=0,2,4,6
/proc/23170/stat : 23170 (python) S 23082 23082 23037 0 -1 4202560 1160 0 0 0 30 22 0 0 18 0 2 0 907069900 402989056 7679 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23170/statm: 98386 7679 400 364 0 34292 0
[pid=23172] ppid=23170 vsize=34432 CPUtime=389.46 cores=0,2,4,6
/proc/23172/stat : 23172 (precosat) T 23170 23172 23172 0 -1 4202496 9073 0 0 0 38944 2 0 0 25 0 1 0 907069901 35258368 8311 33554432000 4194304 4890832 140734026162304 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/23172/statm: 8608 8311 86 171 0 8435 0
[pid=23170/tid=23182] ppid=23082 vsize=393544 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (python) S 23082 23082 23037 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 907099135 402989056 7679 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453926574272 0 0 -1 2 0 0 0
[pid=23183] ppid=23082 vsize=404228 CPUtime=0.26 cores=0,2,4,6
/proc/23183/stat : 23183 (python) S 23082 23082 23037 0 -1 4202560 1137 0 0 0 12 14 0 0 19 0 2 0 907099137 413929472 7683 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23183/statm: 101057 7683 400 364 0 36960 0
[pid=23185] ppid=23183 vsize=15464 CPUtime=196.22 cores=0,2,4,6
/proc/23185/stat : 23185 (lingeling) T 23183 23185 23185 0 -1 4202496 6466 0 0 0 19621 1 0 0 25 0 1 0 907099138 15835136 2781 33554432000 4194304 4352236 140734366722704 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23185/statm: 3866 2781 129 39 0 2946 0
[pid=23183/tid=23195] ppid=23082 vsize=404228 CPUtime=0 cores=0,2,4,6
/proc/23183/task/23195/stat : 23195 (python) S 23082 23082 23037 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907118761 413929472 7683 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453895117760 0 0 -1 2 0 0 0
[pid=23239] ppid=23082 vsize=414548 CPUtime=2.59 cores=0,2,4,6
/proc/23239/stat : 23239 (python) S 23082 23082 23037 0 -1 4202560 1007 0 0 0 139 120 0 0 15 0 1 0 907216382 424497152 7708 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594886726 0 0 16781312 514 3794370646989832451 0 0 17 2 0 0 0
/proc/23239/statm: 103637 7708 372 364 0 39537 0
[pid=23241] ppid=23239 vsize=169544 CPUtime=1916.48 cores=0,2,4,6
/proc/23241/stat : 23241 (cryptominisat-2) R 23239 23241 23241 0 -1 4202496 127780 0 0 0 191620 28 0 0 25 0 1 0 907216383 173613056 34986 33554432000 4194304 4677096 140737319580560 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23241/statm: 42386 34986 393 118 0 37345 0
[pid=23082/tid=23095] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23095/stat : 23095 (python) S 23078 23082 23037 0 -1 4202560 42 926 0 9 0 0 0 0 18 0 8 0 906913896 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
[pid=23082/tid=23105] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23105/stat : 23105 (python) S 23078 23082 23037 0 -1 4202560 28 926 0 9 0 0 0 0 18 0 8 0 906923909 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
[pid=23082/tid=23129] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23129/stat : 23129 (python) S 23078 23082 23037 0 -1 4202560 29 926 0 9 0 0 0 0 20 0 8 0 906982519 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 4 0 0 0
[pid=23082/tid=23153] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23153/stat : 23153 (python) S 23078 23082 23037 0 -1 4202560 35 926 0 9 0 0 0 0 18 0 8 0 907031073 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 4 0 0 0
[pid=23082/tid=23171] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23171/stat : 23171 (python) S 23078 23082 23037 0 -1 4202560 33 926 0 9 0 0 0 0 18 0 8 0 907069901 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
[pid=23082/tid=23184] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23184/stat : 23184 (python) S 23078 23082 23037 0 -1 4202560 31 926 0 9 0 0 0 0 20 0 8 0 907099137 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 0 0 0 0
[pid=23082/tid=23240] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23240/stat : 23240 (python) S 23078 23082 23037 0 -1 4202560 30 926 0 9 0 0 0 0 20 0 8 0 907216383 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4952.32
Current children cumulated vsize (KiB) 3397124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010 s]
/proc/loadavg: 2.01 2.02 1.96 2/203 23294
/proc/meminfo: memFree=7444484/32950928 swapFree=67052124/67111528
[pid=23082] ppid=23078 vsize=424064 CPUtime=4.88 cores=0,2,4,6
/proc/23082/stat : 23082 (python) S 23078 23082 23037 0 -1 4202496 22267 926 113 9 470 18 0 0 20 0 8 0 906911798 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 146
/proc/23082/statm: 106016 9227 1888 364 0 41916 0
[pid=23094] ppid=23082 vsize=297056 CPUtime=1.47 cores=0,2,4,6
/proc/23094/stat : 23094 (python) S 23082 23082 23037 0 -1 4202560 1212 0 0 0 83 64 0 0 18 0 2 0 906913896 304185344 7498 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23094/statm: 74264 7498 416 364 0 10182 0
[pid=23096] ppid=23094 vsize=17228 CPUtime=1166.28 cores=0,2,4,6
/proc/23096/stat : 23096 (lingeling) T 23094 23096 23096 0 -1 4202496 12794 0 0 0 116627 1 0 0 25 0 1 0 906913896 17641472 3477 33554432000 4194304 4352236 140734039006128 18446744073709551615 4328403 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23096/statm: 4307 3477 129 39 0 3387 0
[pid=23094/tid=23103] ppid=23082 vsize=297056 CPUtime=0 cores=0,2,4,6
/proc/23094/task/23103/stat : 23103 (python) S 23082 23082 23037 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906923907 304185344 7498 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=23104] ppid=23082 vsize=297492 CPUtime=0.73 cores=0,2,4,6
/proc/23104/stat : 23104 (python) S 23082 23082 23037 0 -1 4202560 1164 0 0 0 41 32 0 0 15 0 2 0 906923909 304631808 7512 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23104/statm: 74373 7512 400 364 0 10288 0
[pid=23106] ppid=23104 vsize=143748 CPUtime=585.85 cores=0,2,4,6
/proc/23106/stat : 23106 (cryptominisat-2) T 23104 23106 23106 0 -1 4202496 61644 0 1 0 58572 13 0 0 25 0 1 0 906923909 147197952 28964 33554432000 4194304 4677096 140736795107520 18446744073709551615 4318914 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/23106/statm: 35937 28964 393 118 0 30896 0
[pid=23104/tid=23123] ppid=23082 vsize=297492 CPUtime=0 cores=0,2,4,6
/proc/23104/task/23123/stat : 23123 (python) S 23082 23082 23037 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 906972804 304631808 7512 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453908044800 0 0 -1 2 0 0 0
[pid=23128] ppid=23082 vsize=373260 CPUtime=0.11 cores=0,2,4,6
/proc/23128/stat : 23128 (python) S 23082 23082 23037 0 -1 4202560 1096 0 0 0 7 4 0 0 19 0 2 0 906982519 382218240 7587 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23128/statm: 93315 7587 400 364 0 29227 0
[pid=23130] ppid=23128 vsize=15204 CPUtime=100.09 cores=0,2,4,6
/proc/23130/stat : 23130 (SApperloT-base) T 23128 23130 23130 0 -1 4202496 3663 0 0 0 10009 0 0 0 25 0 1 0 906982519 15568896 3366 33554432000 134512640 135674940 4286605264 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23130/statm: 3801 3366 99 284 0 3515 0
[pid=23128/tid=23137] ppid=23082 vsize=373260 CPUtime=0 cores=0,2,4,6
/proc/23128/task/23137/stat : 23137 (python) S 23082 23082 23037 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 906992530 382218240 7587 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453984905216 0 0 -1 6 0 0 0
[pid=23152] ppid=23082 vsize=383388 CPUtime=0.73 cores=0,2,4,6
/proc/23152/stat : 23152 (python) S 23082 23082 23037 0 -1 4202560 1168 0 0 0 42 31 0 0 18 0 2 0 907031073 392589312 7675 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23152/statm: 95847 7675 400 364 0 31756 0
[pid=23154] ppid=23152 vsize=13924 CPUtime=586.65 cores=0,2,4,6
/proc/23154/stat : 23154 (lingeling) T 23152 23154 23154 0 -1 4202496 8219 0 0 0 58664 1 0 0 25 0 1 0 907031074 14258176 2651 33554432000 4194304 4352236 140733273008032 18446744073709551615 4328032 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23154/statm: 3481 2651 129 39 0 2561 0
[pid=23152/tid=23161] ppid=23082 vsize=383388 CPUtime=0 cores=0,2,4,6
/proc/23152/task/23161/stat : 23161 (python) S 23082 23082 23037 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907050694 392589312 7675 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453985311552 0 0 -1 0 0 0 0
[pid=23170] ppid=23082 vsize=393544 CPUtime=0.52 cores=0,2,4,6
/proc/23170/stat : 23170 (python) S 23082 23082 23037 0 -1 4202560 1160 0 0 0 30 22 0 0 18 0 2 0 907069900 402989056 7679 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23170/statm: 98386 7679 400 364 0 34292 0
[pid=23172] ppid=23170 vsize=34432 CPUtime=389.46 cores=0,2,4,6
/proc/23172/stat : 23172 (precosat) T 23170 23172 23172 0 -1 4202496 9073 0 0 0 38944 2 0 0 25 0 1 0 907069901 35258368 8311 33554432000 4194304 4890832 140734026162304 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/23172/statm: 8608 8311 86 171 0 8435 0
[pid=23170/tid=23182] ppid=23082 vsize=393544 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (python) S 23082 23082 23037 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 907099135 402989056 7679 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453926574272 0 0 -1 2 0 0 0
[pid=23183] ppid=23082 vsize=404228 CPUtime=0.26 cores=0,2,4,6
/proc/23183/stat : 23183 (python) S 23082 23082 23037 0 -1 4202560 1137 0 0 0 12 14 0 0 19 0 2 0 907099137 413929472 7683 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23183/statm: 101057 7683 400 364 0 36960 0
[pid=23185] ppid=23183 vsize=15464 CPUtime=196.22 cores=0,2,4,6
/proc/23185/stat : 23185 (lingeling) T 23183 23185 23185 0 -1 4202496 6466 0 0 0 19621 1 0 0 25 0 1 0 907099138 15835136 2781 33554432000 4194304 4352236 140734366722704 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/23185/statm: 3866 2781 129 39 0 2946 0
[pid=23183/tid=23195] ppid=23082 vsize=404228 CPUtime=0 cores=0,2,4,6
/proc/23183/task/23195/stat : 23195 (python) S 23082 23082 23037 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907118761 413929472 7683 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 514 18446604453895117760 0 0 -1 2 0 0 0
[pid=23239] ppid=23082 vsize=414548 CPUtime=2.66 cores=0,2,4,6
/proc/23239/stat : 23239 (python) S 23082 23082 23037 0 -1 4202560 1007 0 0 0 143 123 0 0 15 0 1 0 907216382 424497152 7708 33554432000 4194304 5683644 140734709274848 18446744073709551615 235594886726 0 0 16781312 514 3794370646989832451 0 0 17 2 0 0 0
/proc/23239/statm: 103637 7708 372 364 0 39537 0
[pid=23241] ppid=23239 vsize=169628 CPUtime=1964.19 cores=0,2,4,6
/proc/23241/stat : 23241 (cryptominisat-2) R 23239 23241 23241 0 -1 4202496 129686 0 0 0 196391 28 0 0 25 0 1 0 907216383 173699072 34500 33554432000 4194304 4677096 140737319580560 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23241/statm: 42407 34500 393 118 0 37366 0
[pid=23082/tid=23095] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23095/stat : 23095 (python) S 23078 23082 23037 0 -1 4202560 42 926 0 9 0 0 0 0 18 0 8 0 906913896 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
[pid=23082/tid=23105] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23105/stat : 23105 (python) S 23078 23082 23037 0 -1 4202560 28 926 0 9 0 0 0 0 18 0 8 0 906923909 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
[pid=23082/tid=23129] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23129/stat : 23129 (python) S 23078 23082 23037 0 -1 4202560 29 926 0 9 0 0 0 0 20 0 8 0 906982519 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 4 0 0 0
[pid=23082/tid=23153] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23153/stat : 23153 (python) S 23078 23082 23037 0 -1 4202560 35 926 0 9 0 0 0 0 18 0 8 0 907031073 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 4 0 0 0
[pid=23082/tid=23171] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23171/stat : 23171 (python) S 23078 23082 23037 0 -1 4202560 33 926 0 9 0 0 0 0 18 0 8 0 907069901 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 6 0 0 0
[pid=23082/tid=23184] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23184/stat : 23184 (python) S 23078 23082 23037 0 -1 4202560 31 926 0 9 0 0 0 0 20 0 8 0 907099137 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 0 0 0 0
[pid=23082/tid=23240] ppid=23078 vsize=424064 CPUtime=0 cores=0,2,4,6
/proc/23082/task/23240/stat : 23240 (python) S 23078 23082 23037 0 -1 4202560 30 926 0 9 0 0 0 0 20 0 8 0 907216383 434241536 9227 33554432000 4194304 5683644 140734709274848 18446744073709551615 235606690225 0 0 16781312 2 18446604453918989376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 3397208

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 23082 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=701285
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=186971
# CPU time returned by wait4() is 4.88826
# while last known CPU time is 5000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5010.05
CPU time (s): 5000.1
CPU user time (s): 4996.56
CPU system time (s): 3.54
CPU usage (%): 99.8014
Max. virtual memory (cumulated for all children) (KiB): 3451460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.70129
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23197
page faults= 122
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24299
involuntary context switches= 41

runsolver used 15.4996 second user time and 27.3568 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-13 10:18:41
IDJOB=3498302
IDBENCH=70848
IDSOLVER=1991
FILE ID=node120/3498302-1307953121
RUNJOBID= node120-1307953121-23055
PBS_JOBID= 13559708
Free space on /var/tmp= 2888 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.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 /var/tmp/evaluation-result-3498302-1307953121/watcher-3498302-1307953121 -o /var/tmp/evaluation-result-3498302-1307953121/solver-3498302-1307953121 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498302-1307953121.cnf -seed 477717481 -budget 5000

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=477717481

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7880876 kB
Buffers:        103636 kB
Cached:       24147908 kB
SwapCached:      11936 kB
Active:        9050392 kB
Inactive:     15219056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7880876 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:           69316 kB
Writeback:           0 kB
AnonPages:       15756 kB
Mapped:           8660 kB
Slab:           736428 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187588 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 /var/tmp at the end= 2824 MiB
End job on node120 at 2011-06-13 11:42:22