Trace number 3498467

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.08 4993.46

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.47	c INFO: solving HOME/instance-3498467-1307954768.cnf
0.33/0.47	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.42/0.56	c INFO: computed variable balance statistics
0.52/0.62	c INFO: computed small-clause counts
0.52/0.62	c INFO: computed Horn-clause counts
0.52/0.63	c INFO: computed variable graph statistics
0.52/0.63	c INFO: collected features for HOME/instance-3498467-1307954768.cnf in 0.16 s
0.52/0.65	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
99.72/99.79	c INFO: running lingeling-276@99 for 485 with 4900 remaining (b = 0.41)
585.99/585.37	c INFO: running SApperloT@0 for 97 with 4415 remaining (b = 0.15)
686.20/685.50	c INFO: running cryptominisat-2.9.0@0 for 485 with 4315 remaining (b = 0.41)
1172.52/1171.19	c INFO: running precosat-570@0 for 388 with 3829 remaining (b = 0.29)
1561.52/1559.66	c INFO: running lingeling-276@0 for 582 with 3441 remaining (b = 0.36)
2149.03/2146.36	c INFO: running cryptominisat-2.9.0@0 for 194 with 2854 remaining (b = 0.14)
2349.18/2346.24	c INFO: running lingeling-276@0 for 97 with 2654 remaining (b = 0.06)
2449.34/2446.40	c INFO: running cryptominisat-2.9.0@199 for 291 with 2554 remaining (b = 0.14)
2739.55/2736.13	c INFO: running lingeling-276@100 for 97 with 2264 remaining (b = 0.05)
2836.74/2833.28	c INFO: running cryptominisat-2.9.0@485 for 97 with 2167 remaining (b = 0.05)
2939.59/2935.97	c INFO: running cryptominisat-2.9.0@489 for 97 with 2065 remaining (b = 0.05)
3035.52/3031.77	c INFO: running precosat-570@388 for 194 with 1969 remaining (b = 0.09)
3235.12/3231.04	c INFO: running precosat-570@587 for 194 with 1770 remaining (b = 0.11)
3426.72/3422.31	c INFO: running precosat-570@0 for 194 with 1578 remaining (b = 0.09)
3622.19/3617.59	c INFO: running lingeling-276@584 for 485 with 1383 remaining (b = 0.18)
4110.65/4105.25	c INFO: running lingeling-276@197 for 388 with 895 remaining (b = 0.16)
4496.73/4490.78	c INFO: running precosat-570@195 for 97 with 510 remaining (b = 0.05)
4593.12/4586.92	c INFO: running lingeling-276@0 for 194 with 414 remaining (b = 0.09)
4789.48/4783.16	c INFO: running lingeling-276@1072 for 218 with 218 remaining (b = 0.07)

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-3498467-1307954768/watcher-3498467-1307954768 -o /var/tmp/evaluation-result-3498467-1307954768/solver-3498467-1307954768 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498467-1307954768.cnf -seed 1790461839 -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: 2.00 1.97 1.62 2/184 21727
/proc/meminfo: memFree=14532580/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/21727/stat : 21727 (python) R 21725 21727 21327 0 -1 4202496 808 0 0 0 0 0 0 0 25 0 1 0 985707461 15749120 692 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415391376 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21727/statm: 3845 692 332 364 0 332 0

[startup+0.047251 s]
/proc/loadavg: 2.00 1.97 1.62 2/184 21727
/proc/meminfo: memFree=14532580/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=29784 CPUtime=0.03 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 1414 0 0 0 3 0 0 0 25 0 1 0 985707461 30498816 1256 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21727/statm: 7446 1256 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.100269 s]
/proc/loadavg: 2.00 1.97 1.62 2/184 21727
/proc/meminfo: memFree=14532580/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=104220 CPUtime=0.07 cores=0,2,4,6
/proc/21727/stat : 21727 (python) R 21725 21727 21327 0 -1 4202496 3060 0 0 0 5 2 0 0 17 0 1 0 985707461 106721280 2741 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415389696 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21727/statm: 26055 2741 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300223 s]
/proc/loadavg: 2.00 1.97 1.62 2/184 21727
/proc/meminfo: memFree=14532580/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=170752 CPUtime=0.23 cores=0,2,4,6
/proc/21727/stat : 21727 (python) R 21725 21727 21327 0 -1 4202496 6743 933 1 0 18 5 0 0 17 0 1 0 985707461 174850048 4806 33554432000 4194304 5683644 140737405809024 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21727/statm: 42687 4807 1336 364 0 3452 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.701152 s]
/proc/loadavg: 2.00 1.97 1.62 2/184 21727
/proc/meminfo: memFree=14532580/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289192 CPUtime=0.58 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 9950 933 1 0 49 9 0 0 19 0 2 0 985707461 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72298 7186 1875 364 0 8216 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 289192

[startup+1.50099 s]
/proc/loadavg: 2.00 1.97 1.62 3/188 21735
/proc/meminfo: memFree=14504672/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289192 CPUtime=0.58 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 9950 933 1 0 49 9 0 0 19 0 2 0 985707461 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72298 7186 1875 364 0 8216 0
[pid=21733] ppid=21727 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 785 0 0 0 0 0 0 0 18 0 1 0 985707526 285642752 5659 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411727 0 0 16781312 514 4194228395690688511 0 0 17 6 0 0 0
/proc/21733/statm: 69737 5659 352 364 0 5655 0
[pid=21735] ppid=21733 vsize=5500 CPUtime=0.84 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 854 0 0 0 84 0 0 0 21 0 1 0 985707527 5632000 543 33554432000 4194304 4352236 140737186585296 18446744073709551615 4277689 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 1375 543 128 39 0 455 0
[pid=21727/tid=21734] ppid=21725 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 985707527 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 573640

[startup+3.10067 s]
/proc/loadavg: 2.00 1.97 1.62 3/188 21735
/proc/meminfo: memFree=14501200/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289192 CPUtime=0.58 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 9950 933 1 0 49 9 0 0 19 0 2 0 985707461 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72298 7186 1875 364 0 8216 0
[pid=21733] ppid=21727 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 985707526 285642752 5666 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411727 0 0 16781312 514 4194228395690656003 0 0 17 6 0 0 0
/proc/21733/statm: 69737 5666 359 364 0 5655 0
[pid=21735] ppid=21733 vsize=6404 CPUtime=2.44 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 1208 0 0 0 244 0 0 0 25 0 1 0 985707527 6557696 801 33554432000 4194304 4352236 140737186585296 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 1601 801 128 39 0 681 0
[pid=21727/tid=21734] ppid=21725 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 985707527 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 574544

[startup+6.30108 s]
/proc/loadavg: 2.00 1.97 1.63 3/188 21735
/proc/meminfo: memFree=14533524/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289192 CPUtime=0.58 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 9950 933 1 0 49 9 0 0 19 0 2 0 985707461 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72298 7186 1875 364 0 8216 0
[pid=21733] ppid=21727 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 957 0 0 0 0 0 0 0 18 0 1 0 985707526 285642752 5688 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411727 0 0 16781312 514 4194228395690656003 0 0 17 6 0 0 0
/proc/21733/statm: 69737 5688 381 364 0 5655 0
[pid=21735] ppid=21733 vsize=6408 CPUtime=5.64 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 1434 0 0 0 564 0 0 0 25 0 1 0 985707527 6561792 803 33554432000 4194304 4352236 140737186585296 18446744073709551615 4328854 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 1602 803 128 39 0 682 0
[pid=21727/tid=21734] ppid=21725 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 985707527 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 574548

[startup+12.7009 s]
/proc/loadavg: 2.00 1.97 1.63 3/188 21735
/proc/meminfo: memFree=14515808/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289192 CPUtime=0.58 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 9950 933 1 0 49 9 0 0 19 0 2 0 985707461 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72298 7186 1875 364 0 8216 0
[pid=21733] ppid=21727 vsize=278948 CPUtime=0.01 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 963 0 0 0 1 0 0 0 18 0 1 0 985707526 285642752 5689 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411727 0 0 16781312 514 4194228395690656003 0 0 17 6 0 0 0
/proc/21733/statm: 69737 5689 382 364 0 5655 0
[pid=21735] ppid=21733 vsize=7056 CPUtime=12.04 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 1820 0 0 0 1204 0 0 0 25 0 1 0 985707527 7225344 933 33554432000 4194304 4352236 140737186585296 18446744073709551615 4327857 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 1764 933 128 39 0 844 0
[pid=21727/tid=21734] ppid=21725 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 985707527 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 575196

[startup+25.5004 s]
/proc/loadavg: 2.00 1.97 1.63 3/188 21735
/proc/meminfo: memFree=14533668/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289192 CPUtime=0.58 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 9950 933 1 0 49 9 0 0 19 0 2 0 985707461 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72298 7186 1875 364 0 8216 0
[pid=21733] ppid=21727 vsize=278948 CPUtime=0.02 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 966 0 0 0 1 1 0 0 18 0 1 0 985707526 285642752 5689 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411727 0 0 16781312 514 12853889063026917635 0 0 17 6 0 0 0
/proc/21733/statm: 69737 5689 382 364 0 5655 0
[pid=21735] ppid=21733 vsize=8340 CPUtime=24.84 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 3005 0 0 0 2484 0 0 0 25 0 1 0 985707527 8540160 1286 33554432000 4194304 4352236 140737186585296 18446744073709551615 4231352 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 2085 1286 128 39 0 1165 0
[pid=21727/tid=21734] ppid=21725 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 985707527 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 576480

[startup+51.1005 s]
/proc/loadavg: 2.00 1.97 1.64 3/188 21736
/proc/meminfo: memFree=14522404/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289192 CPUtime=0.58 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 9950 933 1 0 49 9 0 0 19 0 2 0 985707461 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72298 7186 1875 364 0 8216 0
[pid=21733] ppid=21727 vsize=278948 CPUtime=0.05 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 975 0 0 0 3 2 0 0 18 0 1 0 985707526 285642752 5689 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411727 0 0 16781312 514 12853889063026917635 0 0 17 0 0 0 0
/proc/21733/statm: 69737 5689 382 364 0 5655 0
[pid=21735] ppid=21733 vsize=10264 CPUtime=50.44 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 4670 0 0 0 5044 0 0 0 25 0 1 0 985707527 10510336 1767 33554432000 4194304 4352236 140737186585296 18446744073709551615 4231009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 2566 1767 128 39 0 1646 0
[pid=21727/tid=21734] ppid=21725 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 28 933 0 0 0 0 0 0 19 0 2 0 985707527 296132608 7186 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 578404

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.66 3/189 21739
/proc/meminfo: memFree=14499296/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289436 CPUtime=0.6 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 10427 933 1 0 51 9 0 0 18 0 2 0 985707461 296382464 7231 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72359 7231 1876 364 0 8277 0
[pid=21733] ppid=21727 vsize=289192 CPUtime=0.11 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 1148 0 0 0 7 4 0 0 18 0 2 0 985707526 296132608 5728 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411782 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21733/statm: 72298 5728 416 364 0 8216 0
[pid=21735] ppid=21733 vsize=13216 CPUtime=101.61 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 9120 0 0 0 10161 0 0 0 25 0 1 0 985707527 13533184 2505 33554432000 4194304 4352236 140737186585296 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 3304 2505 128 39 0 2384 0
[pid=21733/tid=21738] ppid=21727 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21733/task/21738/stat : 21738 (python) S 21727 21727 21327 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985717438 296132608 5728 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453889238144 0 0 -1 0 0 0 0
[pid=21727/tid=21734] ppid=21725 vsize=289436 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 2 0 985707527 296382464 7231 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 591844

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.67 3/189 21740
/proc/meminfo: memFree=14457444/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=289436 CPUtime=0.6 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 10427 933 1 0 51 9 0 0 18 0 2 0 985707461 296382464 7231 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21727/statm: 72359 7231 1876 364 0 8277 0
[pid=21733] ppid=21727 vsize=289192 CPUtime=0.2 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 1173 0 0 0 12 8 0 0 18 0 2 0 985707526 296132608 5728 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411782 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21733/statm: 72298 5728 416 364 0 8216 0
[pid=21735] ppid=21733 vsize=13984 CPUtime=161.62 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 12480 0 0 0 16161 1 0 0 25 0 1 0 985707527 14319616 2697 33554432000 4194304 4352236 140737186585296 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21735/statm: 3496 2697 128 39 0 2576 0
[pid=21733/tid=21738] ppid=21727 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21733/task/21738/stat : 21738 (python) S 21727 21727 21327 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 985717438 296132608 5728 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453889238144 0 0 -1 0 0 0 0
[pid=21727/tid=21734] ppid=21725 vsize=289436 CPUtime=0 cores=0,2,4,6

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

/proc/21842/stat : 21842 (cryptominisat-2) T 21840 21842 21842 0 -1 4202496 105901 0 0 0 58517 20 0 0 25 0 1 0 985922098 108736512 19137 33554432000 4194304 4677096 140735113394464 18446744073709551615 4320141 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/21842/statm: 26547 19137 392 118 0 21506 0
[pid=21840/tid=21851] ppid=21727 vsize=330472 CPUtime=0 cores=0,2,4,6
/proc/21840/task/21851/stat : 21851 (python) S 21727 21727 21327 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 985942083 338403328 5804 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604450292221120 0 0 -1 2 0 0 0
[pid=21852] ppid=21727 vsize=340712 CPUtime=0.89 cores=0,2,4,6
/proc/21852/stat : 21852 (python) S 21727 21727 21327 0 -1 4202560 1152 0 0 0 50 39 0 0 18 0 2 0 985942085 348889088 5772 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21852/statm: 85178 5772 400 364 0 21078 0
[pid=21854] ppid=21852 vsize=15892 CPUtime=582.63 cores=0,2,4,6
/proc/21854/stat : 21854 (lingeling) T 21852 21854 21854 0 -1 4202496 27579 0 0 0 58260 3 0 0 25 0 1 0 985942085 16273408 3142 33554432000 4194304 4352236 140733261818944 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21854/statm: 3973 3142 128 39 0 3053 0
[pid=21852/tid=21859] ppid=21727 vsize=340712 CPUtime=0 cores=0,2,4,6
/proc/21852/task/21859/stat : 21859 (python) S 21727 21727 21327 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 985952099 348889088 5772 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453860162432 0 0 -1 0 0 0 0
[pid=21889] ppid=21727 vsize=351328 CPUtime=0.43 cores=0,2,4,6
/proc/21889/stat : 21889 (python) S 21727 21727 21327 0 -1 4202560 1205 0 0 0 24 19 0 0 18 0 2 0 986049692 359759872 5872 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21889/statm: 87832 5872 406 364 0 23729 0
[pid=21891] ppid=21889 vsize=27728 CPUtime=291.41 cores=0,2,4,6
/proc/21891/stat : 21891 (precosat) T 21889 21891 21891 0 -1 4202496 7515 0 0 0 29139 2 0 0 25 0 1 0 986049693 28393472 6703 33554432000 4194304 4890832 140736136096464 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/21891/statm: 6932 6703 86 171 0 6759 0
[pid=21889/tid=21897] ppid=21727 vsize=351328 CPUtime=0 cores=0,2,4,6
/proc/21889/task/21897/stat : 21897 (python) S 21727 21727 21327 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 986069220 359759872 5872 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453862807552 0 0 -1 0 0 0 0
[pid=21933] ppid=21727 vsize=361584 CPUtime=0.25 cores=0,2,4,6
/proc/21933/stat : 21933 (python) S 21727 21727 21327 0 -1 4202560 1138 0 0 0 14 11 0 0 19 0 2 0 986166154 370262016 5885 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21933/statm: 90396 5885 400 364 0 26290 0
[pid=21935] ppid=21933 vsize=15804 CPUtime=196.16 cores=0,2,4,6
/proc/21935/stat : 21935 (lingeling) T 21933 21935 21935 0 -1 4202496 14579 0 0 0 19614 2 0 0 25 0 1 0 986166154 16183296 3129 33554432000 4194304 4352236 140733778642592 18446744073709551615 4329176 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21935/statm: 3951 3129 128 39 0 3031 0
[pid=21933/tid=21966] ppid=21727 vsize=361584 CPUtime=0 cores=0,2,4,6
/proc/21933/task/21966/stat : 21966 (python) S 21727 21727 21327 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 986185776 370262016 5885 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453848723840 0 0 -1 4 0 0 0
[pid=21727/tid=21734] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 10 0 985707527 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
[pid=21727/tid=21754] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21754/stat : 21754 (python) S 21725 21727 21327 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 985765998 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 4 0 0 0
[pid=21727/tid=21764] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21764/stat : 21764 (python) S 21725 21727 21327 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 10 0 985776011 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 4 0 0 0
[pid=21727/tid=21795] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21795/stat : 21795 (python) S 21725 21727 21327 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 985824580 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21817] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21817/stat : 21817 (python) S 21725 21727 21327 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 985863428 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21841] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21841/stat : 21841 (python) S 21725 21727 21327 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 985922098 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21853] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21853/stat : 21853 (python) S 21725 21727 21327 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 985942085 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21890] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21890/stat : 21890 (python) S 21725 21727 21327 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 10 0 986049692 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
[pid=21727/tid=21934] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21934/stat : 21934 (python) S 21725 21727 21327 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 986166154 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4968.94
Current children cumulated vsize (KiB) 3625108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.4 s]
/proc/loadavg: 1.00 1.27 1.65 2/208 21972
/proc/meminfo: memFree=14704244/32950928 swapFree=67056212/67111528
[pid=21727] ppid=21725 vsize=371828 CPUtime=0.86 cores=0,2,4,6
/proc/21727/stat : 21727 (python) S 21725 21727 21327 0 -1 4202496 17146 933 1 0 75 11 0 0 18 0 10 0 985707461 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21727/statm: 92957 7380 1892 364 0 28851 0
[pid=21733] ppid=21727 vsize=289192 CPUtime=1.79 cores=0,2,4,6
/proc/21733/stat : 21733 (python) S 21727 21727 21327 0 -1 4202560 1203 0 0 0 101 78 0 0 18 0 2 0 985707526 296132608 5728 33554432000 4194304 5683644 140737405809024 18446744073709551615 256415411782 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21733/statm: 72298 5728 416 364 0 8216 0
[pid=21735] ppid=21733 vsize=22056 CPUtime=1282.59 cores=0,2,4,6
/proc/21735/stat : 21735 (lingeling) R 21733 21735 21735 0 -1 4202496 59587 0 0 0 128253 6 0 0 25 0 1 0 985707527 22585344 4716 33554432000 4194304 4352236 140737186585296 18446744073709551615 4278842 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/21735/statm: 5514 4716 129 39 0 4594 0
[pid=21733/tid=21738] ppid=21727 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/21733/task/21738/stat : 21738 (python) S 21727 21727 21327 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 985717438 296132608 5728 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453889238144 0 0 -1 0 0 0 0
[pid=21753] ppid=21727 vsize=289448 CPUtime=0.12 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21727 21727 21327 0 -1 4202560 1090 0 0 0 7 5 0 0 19 0 2 0 985765998 296394752 5756 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21753/statm: 72362 5756 400 364 0 8277 0
[pid=21755] ppid=21753 vsize=6624 CPUtime=100.09 cores=0,2,4,6
/proc/21755/stat : 21755 (SApperloT-base) T 21753 21755 21755 0 -1 4202496 1664 0 0 0 10009 0 0 0 25 0 1 0 985765998 6782976 1402 33554432000 134512640 135674940 4289935536 18446744073709551615 134564502 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21755/statm: 1656 1402 100 284 0 1370 0
[pid=21753/tid=21762] ppid=21727 vsize=289448 CPUtime=0 cores=0,2,4,6
/proc/21753/task/21762/stat : 21762 (python) S 21727 21727 21327 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985776009 296394752 5756 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453877038016 0 0 -1 2 0 0 0
[pid=21763] ppid=21727 vsize=299704 CPUtime=0.79 cores=0,2,4,6
/proc/21763/stat : 21763 (python) S 21727 21727 21327 0 -1 4202560 1165 0 0 0 46 33 0 0 15 0 2 0 985776011 306896896 5761 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21763/statm: 74926 5761 401 364 0 10838 0
[pid=21765] ppid=21763 vsize=104244 CPUtime=588.35 cores=0,2,4,6
/proc/21765/stat : 21765 (cryptominisat-2) T 21763 21765 21765 0 -1 4202496 107097 0 0 0 58812 23 0 0 25 0 1 0 985776011 106745856 19481 33554432000 4194304 4677096 140736865442112 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/21765/statm: 26061 19481 392 118 0 21020 0
[pid=21763/tid=21793] ppid=21727 vsize=299704 CPUtime=0 cores=0,2,4,6
/proc/21763/task/21793/stat : 21793 (python) S 21727 21727 21327 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 2 0 985824578 306896896 5761 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453985333312 0 0 -1 2 0 0 0
[pid=21794] ppid=21727 vsize=309960 CPUtime=1.09 cores=0,2,4,6
/proc/21794/stat : 21794 (python) S 21727 21727 21327 0 -1 4202560 1152 0 0 0 60 49 0 0 18 0 2 0 985824580 317399040 5779 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21794/statm: 77490 5779 400 364 0 13399 0
[pid=21796] ppid=21794 vsize=39748 CPUtime=778.98 cores=0,2,4,6
/proc/21796/stat : 21796 (precosat) T 21794 21796 21796 0 -1 4202496 12094 0 0 0 77894 4 0 0 25 0 1 0 985824581 40701952 9640 33554432000 4194304 4890832 140735595947248 18446744073709551615 4238683 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/21796/statm: 9937 9640 86 171 0 9764 0
[pid=21794/tid=21815] ppid=21727 vsize=309960 CPUtime=0 cores=0,2,4,6
/proc/21794/task/21815/stat : 21815 (python) S 21727 21727 21327 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 985863425 317399040 5779 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453870109952 0 0 -1 4 0 0 0
[pid=21816] ppid=21727 vsize=320216 CPUtime=0.77 cores=0,2,4,6
/proc/21816/stat : 21816 (python) S 21727 21727 21327 0 -1 4202560 1153 0 0 0 45 32 0 0 19 0 2 0 985863428 327901184 5799 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21816/statm: 80054 5799 400 364 0 15960 0
[pid=21818] ppid=21816 vsize=17900 CPUtime=586.68 cores=0,2,4,6
/proc/21818/stat : 21818 (lingeling) T 21816 21818 21818 0 -1 4202496 27058 0 0 0 58664 4 0 0 25 0 1 0 985863428 18329600 3675 33554432000 4194304 4352236 140736053838432 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21818/statm: 4475 3675 128 39 0 3555 0
[pid=21816/tid=21839] ppid=21727 vsize=320216 CPUtime=0 cores=0,2,4,6
/proc/21816/task/21839/stat : 21839 (python) S 21727 21727 21327 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985922096 327901184 5799 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453864756480 0 0 -1 2 0 0 0
[pid=21840] ppid=21727 vsize=330472 CPUtime=0.83 cores=0,2,4,6
/proc/21840/stat : 21840 (python) S 21727 21727 21327 0 -1 4202560 1171 0 0 0 47 36 0 0 15 0 2 0 985922097 338403328 5804 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21840/statm: 82618 5804 401 364 0 18521 0
[pid=21842] ppid=21840 vsize=106188 CPUtime=585.37 cores=0,2,4,6
/proc/21842/stat : 21842 (cryptominisat-2) T 21840 21842 21842 0 -1 4202496 105901 0 0 0 58517 20 0 0 25 0 1 0 985922098 108736512 19137 33554432000 4194304 4677096 140735113394464 18446744073709551615 4320141 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/21842/statm: 26547 19137 392 118 0 21506 0
[pid=21840/tid=21851] ppid=21727 vsize=330472 CPUtime=0 cores=0,2,4,6
/proc/21840/task/21851/stat : 21851 (python) S 21727 21727 21327 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 985942083 338403328 5804 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604450292221120 0 0 -1 2 0 0 0
[pid=21852] ppid=21727 vsize=340712 CPUtime=0.89 cores=0,2,4,6
/proc/21852/stat : 21852 (python) S 21727 21727 21327 0 -1 4202560 1152 0 0 0 50 39 0 0 18 0 2 0 985942085 348889088 5772 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21852/statm: 85178 5772 400 364 0 21078 0
[pid=21854] ppid=21852 vsize=15892 CPUtime=582.63 cores=0,2,4,6
/proc/21854/stat : 21854 (lingeling) T 21852 21854 21854 0 -1 4202496 27579 0 0 0 58260 3 0 0 25 0 1 0 985942085 16273408 3142 33554432000 4194304 4352236 140733261818944 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21854/statm: 3973 3142 128 39 0 3053 0
[pid=21852/tid=21859] ppid=21727 vsize=340712 CPUtime=0 cores=0,2,4,6
/proc/21852/task/21859/stat : 21859 (python) S 21727 21727 21327 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 985952099 348889088 5772 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453860162432 0 0 -1 0 0 0 0
[pid=21889] ppid=21727 vsize=351328 CPUtime=0.43 cores=0,2,4,6
/proc/21889/stat : 21889 (python) S 21727 21727 21327 0 -1 4202560 1205 0 0 0 24 19 0 0 18 0 2 0 986049692 359759872 5872 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21889/statm: 87832 5872 406 364 0 23729 0
[pid=21891] ppid=21889 vsize=27728 CPUtime=291.41 cores=0,2,4,6
/proc/21891/stat : 21891 (precosat) T 21889 21891 21891 0 -1 4202496 7515 0 0 0 29139 2 0 0 25 0 1 0 986049693 28393472 6703 33554432000 4194304 4890832 140736136096464 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/21891/statm: 6932 6703 86 171 0 6759 0
[pid=21889/tid=21897] ppid=21727 vsize=351328 CPUtime=0 cores=0,2,4,6
/proc/21889/task/21897/stat : 21897 (python) S 21727 21727 21327 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 986069220 359759872 5872 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453862807552 0 0 -1 0 0 0 0
[pid=21933] ppid=21727 vsize=361584 CPUtime=0.25 cores=0,2,4,6
/proc/21933/stat : 21933 (python) S 21727 21727 21327 0 -1 4202560 1138 0 0 0 14 11 0 0 19 0 2 0 986166154 370262016 5885 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21933/statm: 90396 5885 400 364 0 26290 0
[pid=21935] ppid=21933 vsize=15804 CPUtime=196.16 cores=0,2,4,6
/proc/21935/stat : 21935 (lingeling) T 21933 21935 21935 0 -1 4202496 14579 0 0 0 19614 2 0 0 25 0 1 0 986166154 16183296 3129 33554432000 4194304 4352236 140733778642592 18446744073709551615 4329176 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21935/statm: 3951 3129 128 39 0 3031 0
[pid=21933/tid=21966] ppid=21727 vsize=361584 CPUtime=0 cores=0,2,4,6
/proc/21933/task/21966/stat : 21966 (python) S 21727 21727 21327 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 986185776 370262016 5885 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 514 18446604453848723840 0 0 -1 4 0 0 0
[pid=21727/tid=21734] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21734/stat : 21734 (python) S 21725 21727 21327 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 10 0 985707527 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
[pid=21727/tid=21754] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21754/stat : 21754 (python) S 21725 21727 21327 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 985765998 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 4 0 0 0
[pid=21727/tid=21764] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21764/stat : 21764 (python) S 21725 21727 21327 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 10 0 985776011 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 4 0 0 0
[pid=21727/tid=21795] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21795/stat : 21795 (python) S 21725 21727 21327 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 985824580 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21817] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21817/stat : 21817 (python) S 21725 21727 21327 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 985863428 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21841] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21841/stat : 21841 (python) S 21725 21727 21327 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 10 0 985922098 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21853] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21853/stat : 21853 (python) S 21725 21727 21327 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 10 0 985942085 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 0 0 0 0
[pid=21727/tid=21890] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21890/stat : 21890 (python) S 21725 21727 21327 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 10 0 986049692 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
[pid=21727/tid=21934] ppid=21725 vsize=371828 CPUtime=0 cores=0,2,4,6
/proc/21727/task/21934/stat : 21934 (python) S 21725 21727 21327 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 10 0 986166154 380751872 7380 33554432000 4194304 5683644 140737405809024 18446744073709551615 256427215281 0 0 16781312 2 18446604453868857152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 3620628

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

Real time (s): 4993.46
CPU time (s): 5000.08
CPU user time (s): 4996.31
CPU system time (s): 3.77
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 3625876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.760884
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18085
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= 1050
involuntary context switches= 25

runsolver used 16.9334 second user time and 31.5352 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-13 10:46:08
IDJOB=3498467
IDBENCH=83430
IDSOLVER=1991
FILE ID=node115/3498467-1307954768
RUNJOBID= node115-1307953122-21345
PBS_JOBID= 13559713
Free space on /var/tmp= 2852 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_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 /var/tmp/evaluation-result-3498467-1307954768/watcher-3498467-1307954768 -o /var/tmp/evaluation-result-3498467-1307954768/solver-3498467-1307954768 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498467-1307954768.cnf -seed 1790461839 -budget 5000

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1790461839

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14532636 kB
Buffers:        101200 kB
Cached:       17192588 kB
SwapCached:       9240 kB
Active:        2123956 kB
Inactive:     15670864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14532636 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           31696 kB
Writeback:           0 kB
AnonPages:      498172 kB
Mapped:          18844 kB
Slab:           556596 kB
PageTables:       7576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   924244 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= 2852 MiB
End job on node115 at 2011-06-13 12:09:23