Trace number 3378080

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) 1300.56 1300.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.67/1.11	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.67/1.11	c INFO: solving HOME/instance-3378080-1305456790.cnf
0.67/1.11	c INFO: computing task features
0.67/1.11	c INFO: computed variable-clause graph statistics
0.67/1.11	c INFO: computed clause balance statistics
0.76/1.28	c INFO: computed variable balance statistics
0.86/1.39	c INFO: computed small-clause counts
0.86/1.39	c INFO: computed Horn-clause counts
0.96/1.40	c INFO: computed variable graph statistics
0.96/1.40	c INFO: collected features for HOME/instance-3378080-1305456790.cnf in 0.33 s
0.96/1.41	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
588.55/588.73	c INFO: running lingeling-276@586 for 291 with 1813 remaining (b = 0.17)
882.24/882.38	c INFO: running lingeling-276@0 for 194 with 1520 remaining (b = 0.35)
1078.79/1078.86	c INFO: running cryptominisat-2.9.0@0 for 485 with 1324 remaining (b = 0.41)

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

running on 2 cores: 0,2

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: 2.54 3.15 3.47 7/304 17190
/proc/meminfo: memFree=15909296/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=15776 CPUtime=0 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 894 0 0 0 0 0 0 0 21 0 1 0 657281812 16154624 776 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/17190/statm: 3944 776 343 364 0 431 0

[startup+0.0284511 s]
/proc/loadavg: 2.54 3.15 3.47 7/304 17190
/proc/meminfo: memFree=15909296/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=16396 CPUtime=0.01 cores=0,2
/proc/17190/stat : 17190 (python) D 17188 17190 15311 0 -1 4202496 1120 0 0 0 1 0 0 0 18 0 1 0 657281812 16789504 988 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17190/statm: 4099 988 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100446 s]
/proc/loadavg: 2.54 3.15 3.47 7/304 17190
/proc/meminfo: memFree=15909296/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=36512 CPUtime=0.07 cores=0,2
/proc/17190/stat : 17190 (python) R 17188 17190 15311 0 -1 4202496 1619 0 0 0 4 3 0 0 17 0 1 0 657281812 37388288 1450 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370953061 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17190/statm: 9128 1450 452 364 0 945 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36512

[startup+0.300407 s]
/proc/loadavg: 2.54 3.15 3.47 7/304 17190
/proc/meminfo: memFree=15909296/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=121648 CPUtime=0.19 cores=0,2
/proc/17190/stat : 17190 (python) R 17188 17190 15311 0 -1 4202496 4123 0 1 0 8 11 0 0 17 0 1 0 657281812 124567552 3741 33554432000 4194304 5683644 140737004346288 18446744073709551615 4539772 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17190/statm: 30412 3741 986 364 0 2742 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 121648

[startup+0.700338 s]
/proc/loadavg: 2.54 3.15 3.47 7/304 17190
/proc/meminfo: memFree=15909296/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=135752 CPUtime=0.4 cores=0,2
/proc/17190/stat : 17190 (python) D 17188 17190 15311 0 -1 4202496 6013 933 1 0 16 24 0 0 16 0 1 0 657281812 139010048 4169 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370953221 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17190/statm: 33938 4169 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 135752

[startup+1.50014 s]
/proc/loadavg: 2.54 3.15 3.47 6/312 17214
/proc/meminfo: memFree=15829988/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 289888

[startup+3.1009 s]
/proc/loadavg: 2.66 3.16 3.47 7/324 17226
/proc/meminfo: memFree=15798884/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 657281954 286355456 5849 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 3636592107088510975 0 0 17 0 0 0 0
/proc/17224/statm: 69911 5849 354 364 0 5829 0
[pid=17226] ppid=17224 vsize=6260 CPUtime=1.67 cores=0,2
/proc/17226/stat : 17226 (lingeling) R 17224 17226 17226 0 -1 4202496 1083 0 0 0 167 0 0 0 24 0 1 0 657281954 6410240 765 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17226/statm: 1565 765 128 39 0 645 0
[pid=17190/tid=17225] ppid=17188 vsize=289888 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 657281954 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 575792

[startup+6.30033 s]
/proc/loadavg: 2.66 3.16 3.47 6/318 17262
/proc/meminfo: memFree=15815860/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 657281954 286355456 5872 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 3636592107088478465 0 0 17 0 0 0 0
/proc/17224/statm: 69911 5872 377 364 0 5829 0
[pid=17226] ppid=17224 vsize=6508 CPUtime=4.85 cores=0,2
/proc/17226/stat : 17226 (lingeling) R 17224 17226 17226 0 -1 4202496 1228 0 0 0 485 0 0 0 25 0 1 0 657281954 6664192 814 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17226/statm: 1627 814 128 39 0 707 0
[pid=17190/tid=17225] ppid=17188 vsize=289888 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 657281954 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 576040

[startup+12.7012 s]
/proc/loadavg: 2.92 3.21 3.49 7/324 17296
/proc/meminfo: memFree=15788504/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0.02 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 888 0 0 0 1 1 0 0 18 0 1 0 657281954 286355456 5872 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 5296532228950425857 0 0 17 0 0 0 0
/proc/17224/statm: 69911 5872 377 364 0 5829 0
[pid=17226] ppid=17224 vsize=7984 CPUtime=11.24 cores=0,2
/proc/17226/stat : 17226 (lingeling) R 17224 17226 17226 0 -1 4202496 2026 0 0 0 1124 0 0 0 25 0 1 0 657281954 8175616 1164 33554432000 4194304 4352236 140736291067392 18446744073709551615 4300233 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17226/statm: 1996 1164 128 39 0 1076 0
[pid=17190/tid=17225] ppid=17188 vsize=289888 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 657281954 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 577516

[startup+25.5009 s]
/proc/loadavg: 3.16 3.25 3.49 7/324 17296
/proc/meminfo: memFree=15782168/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0.05 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 894 0 0 0 3 2 0 0 18 0 1 0 657281954 286355456 5872 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 5296532228950425857 0 0 17 0 0 0 0
/proc/17224/statm: 69911 5872 377 364 0 5829 0
[pid=17226] ppid=17224 vsize=9020 CPUtime=24.01 cores=0,2
/proc/17226/stat : 17226 (lingeling) R 17224 17226 17226 0 -1 4202496 2880 0 0 0 2401 0 0 0 25 0 1 0 657281954 9236480 1442 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17226/statm: 2255 1442 128 39 0 1335 0
[pid=17190/tid=17225] ppid=17188 vsize=289888 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 657281954 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 578552

[startup+51.1004 s]
/proc/loadavg: 3.45 3.31 3.50 7/324 17297
/proc/meminfo: memFree=15776512/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0.1 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 904 0 0 0 6 4 0 0 18 0 1 0 657281954 286355456 5872 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 5296532228950425857 0 0 17 0 0 0 0
/proc/17224/statm: 69911 5872 377 364 0 5829 0
[pid=17226] ppid=17224 vsize=9152 CPUtime=49.56 cores=0,2
/proc/17226/stat : 17226 (lingeling) R 17224 17226 17226 0 -1 4202496 4097 0 0 0 4956 0 0 0 25 0 1 0 657281954 9371648 1475 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17226/statm: 2288 1475 128 39 0 1368 0
[pid=17190/tid=17225] ppid=17188 vsize=289888 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 657281954 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 578684

[startup+102.311 s]
/proc/loadavg: 3.78 3.42 3.53 7/324 17298
/proc/meminfo: memFree=15767108/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0.23 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 928 0 0 0 12 11 0 0 18 0 1 0 657281954 286355456 5872 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 5296532228950425857 0 0 17 0 0 0 0
/proc/17224/statm: 69911 5872 377 364 0 5829 0
[pid=17226] ppid=17224 vsize=12436 CPUtime=100.68 cores=0,2
/proc/17226/stat : 17226 (lingeling) R 17224 17226 17226 0 -1 4202496 7332 0 0 0 10067 1 0 0 25 0 1 0 657281954 12734464 2310 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/17226/statm: 3109 2310 129 39 0 2189 0
[pid=17190/tid=17225] ppid=17188 vsize=289888 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 657281954 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 581968

[startup+162.301 s]
/proc/loadavg: 3.91 3.52 3.56 7/324 17300
/proc/meminfo: memFree=15762728/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0.37 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 946 0 0 0 19 18 0 0 18 0 1 0 657281954 286355456 5872 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 5296532228950425857 0 0 17 0 0 0 0
/proc/17224/statm: 69911 5872 377 364 0 5829 0
[pid=17226] ppid=17224 vsize=12060 CPUtime=160.58 cores=0,2
/proc/17226/stat : 17226 (lingeling) R 17224 17226 17226 0 -1 4202496 9026 0 0 0 16057 1 0 0 25 0 1 0 657281954 12349440 2184 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/17226/statm: 3015 2184 129 39 0 2095 0
[pid=17190/tid=17225] ppid=17188 vsize=289888 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 657281954 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 581592

[startup+222.301 s]
/proc/loadavg: 3.97 3.61 3.58 7/324 17301
/proc/meminfo: memFree=15756484/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=289888 CPUtime=0.97 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 10045 933 1 0 64 33 0 0 17 0 2 0 657281812 296845312 7366 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 72472 7366 1867 364 0 8390 0
[pid=17224] ppid=17190 vsize=279644 CPUtime=0.51 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 966 0 0 0 27 24 0 0 18 0 1 0 657281954 286355456 5872 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977295 0 0 16781312 514 5296532228950425857 0 0 17 0 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 3.87 7/356 17369
/proc/meminfo: memFree=15495144/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=310400 CPUtime=1 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 11664 933 1 0 66 34 0 0 20 0 4 0 657281812 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 77600 7379 1872 364 0 13512 0
[pid=17224] ppid=17190 vsize=289888 CPUtime=2.1 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 1208 0 0 0 113 97 0 0 18 0 2 0 657281954 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17224/statm: 72472 5917 417 364 0 8390 0
[pid=17226] ppid=17224 vsize=21968 CPUtime=879.25 cores=0,2
/proc/17226/stat : 17226 (lingeling) T 17224 17226 17226 0 -1 4202496 35620 0 0 0 87919 6 0 0 25 0 1 0 657281954 22495232 4693 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328166 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17226/statm: 5492 4693 129 39 0 4572 0
[pid=17224/tid=17323] ppid=17190 vsize=289888 CPUtime=0 cores=0,2
/proc/17224/task/17323/stat : 17323 (python) S 17190 17190 15311 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657340685 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604445169468736 0 0 -1 2 0 0 0
[pid=17342] ppid=17190 vsize=289900 CPUtime=0.49 cores=0,2
/proc/17342/stat : 17342 (python) S 17190 17190 15311 0 -1 4202560 1111 0 0 0 27 22 0 0 19 0 2 0 657370051 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17342/statm: 72475 5900 400 364 0 8390 0
[pid=17344] ppid=17342 vsize=13068 CPUtime=196.02 cores=0,2
/proc/17344/stat : 17344 (lingeling) T 17342 17344 17344 0 -1 4202496 10821 0 0 0 19601 1 0 0 25 0 1 0 657370052 13381632 2467 33554432000 4194304 4352236 140733320653776 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17344/statm: 3267 2467 128 39 0 2347 0
[pid=17342/tid=17361] ppid=17190 vsize=289900 CPUtime=0 cores=0,2
/proc/17342/task/17361/stat : 17361 (python) S 17190 17190 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389698 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604447616669504 0 0 -1 2 0 0 0
[pid=17362] ppid=17190 vsize=300156 CPUtime=0.11 cores=0,2
/proc/17362/stat : 17362 (python) S 17190 17190 15311 0 -1 4202560 929 0 0 0 6 5 0 0 15 0 1 0 657389699 307359744 5874 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977350 0 0 16781312 514 5296532228950425859 0 0 17 2 0 0 0
/proc/17362/statm: 75039 5874 371 364 0 10951 0
[pid=17364] ppid=17362 vsize=81492 CPUtime=43.42 cores=0,2
/proc/17364/stat : 17364 (cryptominisat-2) R 17362 17364 17364 0 -1 4202496 30747 0 0 0 4337 5 0 0 25 0 1 0 657389699 83447808 13559 33554432000 4194304 4677096 140734669973008 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17364/statm: 20373 13559 392 118 0 15332 0
[pid=17190/tid=17225] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 4 0 657281954 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17343] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17343/stat : 17343 (python) S 17188 17190 15311 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 4 0 657370052 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17363] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17363/stat : 17363 (python) S 17188 17190 15311 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 657389699 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 1306872

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.87 7/356 17371
/proc/meminfo: memFree=15447740/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=310400 CPUtime=1 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 11664 933 1 0 66 34 0 0 20 0 4 0 657281812 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 77600 7379 1872 364 0 13512 0
[pid=17224] ppid=17190 vsize=289888 CPUtime=2.1 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 1208 0 0 0 113 97 0 0 18 0 2 0 657281954 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17224/statm: 72472 5917 417 364 0 8390 0
[pid=17226] ppid=17224 vsize=21968 CPUtime=879.25 cores=0,2
/proc/17226/stat : 17226 (lingeling) T 17224 17226 17226 0 -1 4202496 35620 0 0 0 87919 6 0 0 25 0 1 0 657281954 22495232 4693 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328166 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17226/statm: 5492 4693 129 39 0 4572 0
[pid=17224/tid=17323] ppid=17190 vsize=289888 CPUtime=0 cores=0,2
/proc/17224/task/17323/stat : 17323 (python) S 17190 17190 15311 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657340685 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604445169468736 0 0 -1 2 0 0 0
[pid=17342] ppid=17190 vsize=289900 CPUtime=0.49 cores=0,2
/proc/17342/stat : 17342 (python) S 17190 17190 15311 0 -1 4202560 1111 0 0 0 27 22 0 0 19 0 2 0 657370051 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17342/statm: 72475 5900 400 364 0 8390 0
[pid=17344] ppid=17342 vsize=13068 CPUtime=196.02 cores=0,2
/proc/17344/stat : 17344 (lingeling) T 17342 17344 17344 0 -1 4202496 10821 0 0 0 19601 1 0 0 25 0 1 0 657370052 13381632 2467 33554432000 4194304 4352236 140733320653776 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17344/statm: 3267 2467 128 39 0 2347 0
[pid=17342/tid=17361] ppid=17190 vsize=289900 CPUtime=0 cores=0,2
/proc/17342/task/17361/stat : 17361 (python) S 17190 17190 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389698 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604447616669504 0 0 -1 2 0 0 0
[pid=17362] ppid=17190 vsize=300156 CPUtime=0.25 cores=0,2
/proc/17362/stat : 17362 (python) S 17190 17190 15311 0 -1 4202560 953 0 0 0 13 12 0 0 15 0 1 0 657389699 307359744 5874 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977350 0 0 16781312 514 11156872034686828803 0 0 17 2 0 0 0
/proc/17362/statm: 75039 5874 371 364 0 10951 0
[pid=17364] ppid=17362 vsize=88388 CPUtime=103.43 cores=0,2
/proc/17364/stat : 17364 (cryptominisat-2) R 17362 17364 17364 0 -1 4202496 58199 0 0 0 10332 11 0 0 25 0 1 0 657389699 90509312 14643 33554432000 4194304 4677096 140734669973008 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17364/statm: 22097 14643 392 118 0 17056 0
[pid=17190/tid=17225] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 4 0 657281954 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17343] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17343/stat : 17343 (python) S 17188 17190 15311 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 4 0 657370052 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17363] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17363/stat : 17363 (python) S 17188 17190 15311 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 657389699 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.54
Current children cumulated vsize (KiB) 1313768

[startup+1242.3 s]
/proc/loadavg: 4.06 4.04 3.88 7/356 17373
/proc/meminfo: memFree=15416708/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=310400 CPUtime=1 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 11664 933 1 0 66 34 0 0 20 0 4 0 657281812 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 77600 7379 1872 364 0 13512 0
[pid=17224] ppid=17190 vsize=289888 CPUtime=2.1 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 1208 0 0 0 113 97 0 0 18 0 2 0 657281954 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17224/statm: 72472 5917 417 364 0 8390 0
[pid=17226] ppid=17224 vsize=21968 CPUtime=879.25 cores=0,2
/proc/17226/stat : 17226 (lingeling) T 17224 17226 17226 0 -1 4202496 35620 0 0 0 87919 6 0 0 25 0 1 0 657281954 22495232 4693 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328166 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17226/statm: 5492 4693 129 39 0 4572 0
[pid=17224/tid=17323] ppid=17190 vsize=289888 CPUtime=0 cores=0,2
/proc/17224/task/17323/stat : 17323 (python) S 17190 17190 15311 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657340685 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604445169468736 0 0 -1 2 0 0 0
[pid=17342] ppid=17190 vsize=289900 CPUtime=0.49 cores=0,2
/proc/17342/stat : 17342 (python) S 17190 17190 15311 0 -1 4202560 1111 0 0 0 27 22 0 0 19 0 2 0 657370051 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17342/statm: 72475 5900 400 364 0 8390 0
[pid=17344] ppid=17342 vsize=13068 CPUtime=196.02 cores=0,2
/proc/17344/stat : 17344 (lingeling) T 17342 17344 17344 0 -1 4202496 10821 0 0 0 19601 1 0 0 25 0 1 0 657370052 13381632 2467 33554432000 4194304 4352236 140733320653776 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17344/statm: 3267 2467 128 39 0 2347 0
[pid=17342/tid=17361] ppid=17190 vsize=289900 CPUtime=0 cores=0,2
/proc/17342/task/17361/stat : 17361 (python) S 17190 17190 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389698 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604447616669504 0 0 -1 2 0 0 0
[pid=17362] ppid=17190 vsize=300156 CPUtime=0.41 cores=0,2
/proc/17362/stat : 17362 (python) S 17190 17190 15311 0 -1 4202560 977 0 0 0 22 19 0 0 15 0 1 0 657389699 307359744 5874 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977350 0 0 16781312 514 5296532228950425859 0 0 17 2 0 0 0
/proc/17362/statm: 75039 5874 371 364 0 10951 0
[pid=17364] ppid=17362 vsize=98100 CPUtime=163.43 cores=0,2
/proc/17364/stat : 17364 (cryptominisat-2) R 17362 17364 17364 0 -1 4202496 79710 0 0 0 16327 16 0 0 25 0 1 0 657389699 100454400 17307 33554432000 4194304 4677096 140734669973008 18446744073709551615 218370653844 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17364/statm: 24525 17307 392 118 0 19484 0
[pid=17190/tid=17225] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 4 0 657281954 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17343] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17343/stat : 17343 (python) S 17188 17190 15311 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 4 0 657370052 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17363] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17363/stat : 17363 (python) S 17188 17190 15311 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 657389699 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.7
Current children cumulated vsize (KiB) 1323480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.89 7/356 17374
/proc/meminfo: memFree=15373748/32951124 swapFree=52307768/67111528
[pid=17190] ppid=17188 vsize=310400 CPUtime=1 cores=0,2
/proc/17190/stat : 17190 (python) S 17188 17190 15311 0 -1 4202496 11664 933 1 0 66 34 0 0 20 0 4 0 657281812 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17190/statm: 77600 7379 1872 364 0 13512 0
[pid=17224] ppid=17190 vsize=289888 CPUtime=2.1 cores=0,2
/proc/17224/stat : 17224 (python) S 17190 17190 15311 0 -1 4202560 1208 0 0 0 113 97 0 0 18 0 2 0 657281954 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17224/statm: 72472 5917 417 364 0 8390 0
[pid=17226] ppid=17224 vsize=21968 CPUtime=879.25 cores=0,2
/proc/17226/stat : 17226 (lingeling) T 17224 17226 17226 0 -1 4202496 35620 0 0 0 87919 6 0 0 25 0 1 0 657281954 22495232 4693 33554432000 4194304 4352236 140736291067392 18446744073709551615 4328166 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/17226/statm: 5492 4693 129 39 0 4572 0
[pid=17224/tid=17323] ppid=17190 vsize=289888 CPUtime=0 cores=0,2
/proc/17224/task/17323/stat : 17323 (python) S 17190 17190 15311 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 657340685 296845312 5917 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604445169468736 0 0 -1 2 0 0 0
[pid=17342] ppid=17190 vsize=289900 CPUtime=0.49 cores=0,2
/proc/17342/stat : 17342 (python) S 17190 17190 15311 0 -1 4202560 1111 0 0 0 27 22 0 0 19 0 2 0 657370051 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17342/statm: 72475 5900 400 364 0 8390 0
[pid=17344] ppid=17342 vsize=13068 CPUtime=196.02 cores=0,2
/proc/17344/stat : 17344 (lingeling) T 17342 17344 17344 0 -1 4202496 10821 0 0 0 19601 1 0 0 25 0 1 0 657370052 13381632 2467 33554432000 4194304 4352236 140733320653776 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/17344/statm: 3267 2467 128 39 0 2347 0
[pid=17342/tid=17361] ppid=17190 vsize=289900 CPUtime=0 cores=0,2
/proc/17342/task/17361/stat : 17361 (python) S 17190 17190 15311 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657389698 296857600 5900 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 514 18446604447616669504 0 0 -1 2 0 0 0
[pid=17362] ppid=17190 vsize=300156 CPUtime=0.56 cores=0,2
/proc/17362/stat : 17362 (python) S 17190 17190 15311 0 -1 4202560 992 0 0 0 30 26 0 0 15 0 1 0 657389699 307359744 5874 33554432000 4194304 5683644 140737004346288 18446744073709551615 218370977350 0 0 16781312 514 5296532228950425859 0 0 17 2 0 0 0
/proc/17362/statm: 75039 5874 371 364 0 10951 0
[pid=17364] ppid=17362 vsize=122484 CPUtime=221.14 cores=0,2
/proc/17364/stat : 17364 (cryptominisat-2) R 17362 17364 17364 0 -1 4202496 96474 0 0 0 22095 19 0 0 25 0 1 0 657389699 125423616 22935 33554432000 4194304 4677096 140734669973008 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17364/statm: 30621 22935 392 118 0 25580 0
[pid=17190/tid=17225] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17225/stat : 17225 (python) S 17188 17190 15311 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 4 0 657281954 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17343] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17343/stat : 17343 (python) S 17188 17190 15311 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 4 0 657370052 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
[pid=17190/tid=17363] ppid=17188 vsize=310400 CPUtime=0 cores=0,2
/proc/17190/task/17363/stat : 17363 (python) S 17188 17190 15311 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 4 0 657389699 317849600 7379 33554432000 4194304 5683644 140737004346288 18446744073709551615 218382780849 0 0 16781312 2 18446604469113485504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.56
Current children cumulated vsize (KiB) 1347864

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

Real time (s): 1300.03
CPU time (s): 1300.56
CPU user time (s): 1298.51
CPU system time (s): 2.05
CPU usage (%): 100.04
Max. virtual memory (cumulated for all children) (KiB): 1398444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.670898
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12973
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= 35185
involuntary context switches= 35

runsolver used 4.12937 second user time and 8.85965 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 12:53:10
IDJOB=3378080
IDBENCH=83421
IDSOLVER=1858
FILE ID=node101/3378080-1305456790
RUNJOBID= node101-1305456790-17155
PBS_JOBID= 13324878
Free space on /tmp= 73756 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.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-3378080-1305456790/watcher-3378080-1305456790 -o /tmp/evaluation-result-3378080-1305456790/solver-3378080-1305456790 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378080-1305456790.cnf -seed 1792784160 -budget 2400

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=1792784160

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15910328 kB
Buffers:        340140 kB
Cached:        6298440 kB
SwapCached:      14848 kB
Active:       11546056 kB
Inactive:      5204452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15910328 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:          127528 kB
Writeback:           0 kB
AnonPages:    10109220 kB
Mapped:          16060 kB
Slab:           161956 kB
PageTables:      63480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42481724 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= 73632 MiB
End job on node101 at 2011-05-15 13:14:53