Trace number 3498299

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.06 5012.76

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
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 variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.57/19.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.57/19.67	c INFO: solving HOME/instance-3498299-1307953121.cnf
0.57/19.67	c INFO: computing task features
1.20/20.38	c INFO: computed variable-clause graph statistics
1.30/20.40	c INFO: computed clause balance statistics
4.81/23.93	c INFO: computed variable balance statistics
7.50/26.60	c INFO: computed small-clause counts
7.50/26.63	c INFO: computed Horn-clause counts
13.21/32.37	c INFO: computed variable graph statistics
13.21/32.37	c INFO: collected features for HOME/instance-3498299-1307953121.cnf in 12.68 s
13.21/32.40	c INFO: running lingeling-276@0 for 97 with 4987 remaining (b = 0.35)
112.49/131.53	c INFO: running cryptominisat-2.9.0@0 for 485 with 4888 remaining (b = 0.32)
600.90/619.36	c INFO: running lingeling-276@99 for 97 with 4400 remaining (b = 0.13)
698.11/716.48	c INFO: running lingeling-276@0 for 97 with 4303 remaining (b = 0.20)
798.40/816.62	c INFO: running lingeling-276@196 for 97 with 4203 remaining (b = 0.10)
895.62/913.74	c INFO: running cryptominisat-2.9.0@487 for 97 with 4106 remaining (b = 0.08)
991.66/1009.63	c INFO: running lingeling-276@100 for 97 with 4010 remaining (b = 0.08)
1088.87/1106.76	c INFO: running precosat-570@0 for 97 with 3913 remaining (b = 0.15)
1189.07/1206.89	c INFO: running lingeling-276@197 for 97 with 3813 remaining (b = 0.08)
1286.41/1304.02	c INFO: running precosat-570@100 for 194 with 3715 remaining (b = 0.12)
1478.87/1496.25	c INFO: running lingeling-276@0 for 97 with 3523 remaining (b = 0.14)
1579.06/1596.39	c INFO: running lingeling-276@293 for 291 with 3423 remaining (b = 0.12)
1868.82/1885.70	c INFO: running lingeling-276@100 for 97 with 3134 remaining (b = 0.05)
1966.05/1982.82	c INFO: running cryptominisat-2.9.0@0 for 485 with 3037 remaining (b = 0.24)
2455.79/2471.97	c INFO: running precosat-570@0 for 97 with 2548 remaining (b = 0.08)
2556.10/2572.11	c INFO: running cryptominisat-2.9.0@488 for 97 with 2448 remaining (b = 0.04)
2652.64/2668.58	c INFO: running precosat-570@292 for 97 with 2351 remaining (b = 0.04)
2749.97/2765.72	c INFO: running lingeling-276@582 for 679 with 2254 remaining (b = 0.21)
3430.70/3445.52	c INFO: running lingeling-276@294 for 194 with 1574 remaining (b = 0.08)
3624.15/3638.76	c INFO: running cryptominisat-2.9.0@583 for 1381 with 1381 remaining (b = 0.38)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 20207
/proc/meminfo: memFree=16809928/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/20207/stat : 20207 (runsolver) S 20203 20207 20162 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 906912501 12087296 50 33554432000 4194304 5436572 140733248441616 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/20207/statm: 2951 50 31 304 0 2643 0

[startup+0.028917 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 20207
/proc/meminfo: memFree=16809928/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/20207/stat : 20207 (runsolver) S 20203 20207 20162 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 906912501 12087296 55 33554432000 4194304 5436572 140733248441616 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 3 0 0 0
/proc/20207/statm: 2951 55 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100904 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 20207
/proc/meminfo: memFree=16809928/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=1964 CPUtime=0 cores=1,3,5,7
/proc/20207/stat : 20207 (python) D 20203 20207 20162 0 -1 4194304 77 0 1 0 0 0 0 0 17 0 1 0 906912501 2011136 29 33554432000 4194304 5683644 140735600039296 18446744073709551615 237273957392 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 3
/proc/20207/statm: 491 29 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.300868 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 20207
/proc/meminfo: memFree=16809928/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=14252 CPUtime=0 cores=1,3,5,7
/proc/20207/stat : 20207 (python) D 20203 20207 20162 0 -1 4194304 196 0 3 0 0 0 0 0 17 0 1 0 906912501 14594048 133 33554432000 4194304 5683644 140735600039296 18446744073709551615 5051632 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 10
/proc/20207/statm: 3563 133 105 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.700797 s]
/proc/loadavg: 0.31 0.07 0.02 2/176 20207
/proc/meminfo: memFree=16809928/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 719 0 7 0 0 0 0 0 16 0 1 0 906912501 15548416 615 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 24
/proc/20207/statm: 3796 615 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+1.50065 s]
/proc/loadavg: 0.31 0.07 0.02 2/178 20209
/proc/meminfo: memFree=16805244/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=15764 CPUtime=0 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 840 0 7 0 0 0 0 0 16 0 1 0 906912501 16142336 728 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278875572 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 32
/proc/20207/statm: 3941 728 334 364 0 428 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15764

[startup+3.10037 s]
/proc/loadavg: 0.31 0.07 0.02 2/178 20209
/proc/meminfo: memFree=16804160/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=16396 CPUtime=0.02 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 1112 0 7 0 1 1 0 0 15 0 1 0 906912501 16789504 985 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278875493 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 53
/proc/20207/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16396
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 0.36 0.08 0.03 2/178 20209
/proc/meminfo: memFree=16800616/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=27372 CPUtime=0.03 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 1342 0 11 0 2 1 0 0 16 0 1 0 906912501 28028928 1197 33554432000 4194304 5683644 140735600039296 18446744073709551615 237273955975 0 2147483391 16781312 2 18446744071699945619 0 0 17 7 0 0 65
/proc/20207/statm: 6843 1197 440 364 0 730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27372
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.41 0.10 0.03 2/178 20209
/proc/meminfo: memFree=16772904/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=135580 CPUtime=0.27 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 5860 928 43 9 12 15 0 0 16 0 1 0 906912501 138833920 4131 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 130
/proc/20207/statm: 33895 4131 1031 364 0 3081 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 135580
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 0.55 0.14 0.05 4/181 20221
/proc/meminfo: memFree=16662240/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=327284 CPUtime=6.41 cores=1,3,5,7
/proc/20207/stat : 20207 (python) R 20203 20207 20162 0 -1 4202496 26937 928 115 9 609 32 0 0 25 0 1 0 906912501 335138816 19207 33554432000 4194304 5683644 140735600039296 18446744073709551615 4623632 0 0 16781312 2 0 0 0 17 1 0 0 231
/proc/20207/statm: 81821 19207 1827 364 0 17745 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 327284
heavy processes:

[startup+51.1008 s]
/proc/loadavg: 1.05 0.29 0.10 4/184 20224
/proc/meminfo: memFree=16632868/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=333792 CPUtime=13.3 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 27323 928 115 9 1298 32 0 0 25 0 2 0 906912501 341803008 18319 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 231
/proc/20207/statm: 83448 18319 1875 364 0 19366 0
[pid=20222] ppid=20207 vsize=323548 CPUtime=0.02 cores=1,3,5,7
/proc/20222/stat : 20222 (python) S 20207 20207 20162 0 -1 4202560 979 0 0 0 1 1 0 0 18 0 1 0 906915741 331313152 16821 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278899727 0 0 16781312 514 289708119779410184 0 0 17 7 0 0 0
/proc/20222/statm: 80887 16821 381 364 0 16805 0
[pid=20224] ppid=20222 vsize=32780 CPUtime=18.68 cores=1,3,5,7
/proc/20224/stat : 20224 (lingeling) R 20222 20224 20224 0 -1 4202496 11221 0 0 0 1867 1 0 0 25 0 1 0 906915742 33566720 7365 33554432000 4194304 4352236 140733575689312 18446744073709551615 4278618 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20224/statm: 8195 7365 129 39 0 7275 0
[pid=20207/tid=20223] ppid=20203 vsize=333792 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20223/stat : 20223 (python) S 20203 20207 20162 0 -1 4202560 31 928 0 9 0 0 0 0 25 0 2 0 906915742 341803008 18319 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 690120
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.63 0.57 0.20 3/181 20269
/proc/meminfo: memFree=15401964/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=333792 CPUtime=13.3 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 27323 928 115 9 1298 32 0 0 25 0 2 0 906912501 341803008 18319 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 231
/proc/20207/statm: 83448 18319 1875 364 0 19366 0
[pid=20222] ppid=20207 vsize=323548 CPUtime=0.07 cores=1,3,5,7
/proc/20222/stat : 20222 (python) S 20207 20207 20162 0 -1 4202560 1004 0 0 0 4 3 0 0 18 0 1 0 906915741 331313152 16821 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278899727 0 0 16781312 514 289708119779410184 0 0 17 7 0 0 0
/proc/20222/statm: 80887 16821 381 364 0 16805 0
[pid=20224] ppid=20222 vsize=32780 CPUtime=69.89 cores=1,3,5,7
/proc/20224/stat : 20224 (lingeling) R 20222 20224 20224 0 -1 4202496 11221 0 0 0 6986 3 0 0 25 0 1 0 906915742 33566720 7365 33554432000 4194304 4352236 140733575689312 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20224/statm: 8195 7365 129 39 0 7275 0
[pid=20207/tid=20223] ppid=20203 vsize=333792 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20223/stat : 20223 (python) S 20203 20207 20162 0 -1 4202560 31 928 0 9 0 0 0 0 25 0 2 0 906915742 341803008 18319 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 83.26
Current children cumulated vsize (KiB) 690120

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 3/185 20274
/proc/meminfo: memFree=14470052/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=344048 CPUtime=13.34 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 28091 928 115 9 1301 33 0 0 20 0 3 0 906912501 352305152 18326 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 231
/proc/20207/statm: 86012 18326 1878 364 0 21927 0
[pid=20222] ppid=20207 vsize=333792 CPUtime=0.11 cores=1,3,5,7
/proc/20222/stat : 20222 (python) S 20207 20207 20162 0 -1 4202560 1172 0 0 0 6 5 0 0 19 0 2 0 906915741 341803008 16859 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20222/statm: 83448 16859 414 364 0 19366 0
[pid=20224] ppid=20222 vsize=32780 CPUtime=99.1 cores=1,3,5,7
/proc/20224/stat : 20224 (lingeling) T 20222 20224 20224 0 -1 4202496 11221 0 0 0 9907 3 0 0 25 0 1 0 906915742 33566720 7365 33554432000 4194304 4352236 140733575689312 18446744073709551615 4278664 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/20224/statm: 8195 7365 129 39 0 7275 0
[pid=20222/tid=20271] ppid=20207 vsize=333792 CPUtime=0 cores=1,3,5,7
/proc/20222/task/20271/stat : 20271 (python) S 20207 20207 20162 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906925653 341803008 16859 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471149741248 0 0 -1 1 0 0 0
[pid=20272] ppid=20207 vsize=333804 CPUtime=0.03 cores=1,3,5,7
/proc/20272/stat : 20272 (python) S 20207 20207 20162 0 -1 4202560 897 0 0 0 2 1 0 0 15 0 1 0 906925655 341815296 16814 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278899782 0 0 16781312 514 5631465465298518280 0 0 17 3 0 0 0
/proc/20272/statm: 83451 16814 370 364 0 19366 0
[pid=20274] ppid=20272 vsize=118172 CPUtime=30.75 cores=1,3,5,7
/proc/20274/stat : 20274 (cryptominisat-2) R 20272 20274 20274 0 -1 4202496 26395 0 1 0 3071 4 0 0 25 0 1 0 906925655 121008128 21553 33554432000 4194304 4677096 140736356566352 18446744073709551615 4336280 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20274/statm: 29543 21553 393 118 0 24502 0
[pid=20207/tid=20223] ppid=20203 vsize=344048 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20223/stat : 20223 (python) S 20203 20207 20162 0 -1 4202560 31 928 0 9 0 0 0 0 25 0 3 0 906915742 352305152 18326 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
[pid=20207/tid=20273] ppid=20203 vsize=344048 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20273/stat : 20273 (python) S 20203 20207 20162 0 -1 4202560 24 928 0 9 0 0 0 0 20 0 3 0 906925655 352305152 18326 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 143.33
Current children cumulated vsize (KiB) 1162596

[startup+222.3 s]
/proc/loadavg: 1.99 1.05 0.42 3/185 20276
/proc/meminfo: memFree=14442448/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=344048 CPUtime=13.34 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 28091 928 115 9 1301 33 0 0 20 0 3 0 906912501 352305152 18326 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 231
/proc/20207/statm: 86012 18326 1878 364 0 21927 0
[pid=20222] ppid=20207 vsize=333792 CPUtime=0.11 cores=1,3,5,7
/proc/20222/stat : 20222 (python) S 20207 20207 20162 0 -1 4202560 1172 0 0 0 6 5 0 0 19 0 2 0 906915741 341803008 16859 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20222/statm: 83448 16859 414 364 0 19366 0
[pid=20224] ppid=20222 vsize=32780 CPUtime=99.1 cores=1,3,5,7
/proc/20224/stat : 20224 (lingeling) T 20222 20224 20224 0 -1 4202496 11221 0 0 0 9907 3 0 0 25 0 1 0 906915742 33566720 7365 33554432000 4194304 4352236 140733575689312 18446744073709551615 4278664 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/20224/statm: 8195 7365 129 39 0 7275 0
[pid=20222/tid=20271] ppid=20207 vsize=333792 CPUtime=0 cores=1,3,5,7
/proc/20222/task/20271/stat : 20271 (python) S 20207 20207 20162 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906925653 341803008 16859 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471149741248 0 0 -1 1 0 0 0
[pid=20272] ppid=20207 vsize=333804 CPUtime=0.11 cores=1,3,5,7
/proc/20272/stat : 20272 (python) S 20207 20207 20162 0 -1 4202560 931 0 0 0 6 5 0 0 15 0 1 0 906925655 341815296 16814 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278899782 0 0 16781312 514 289708119779410184 0 0 17 3 0 0 0
/proc/20272/statm: 83451 16814 370 364 0 19366 0
[pid=20274] ppid=20272 vsize=143128 CPUtime=90.74 cores=1,3,5,7
/proc/20274/stat : 20274 (cryptominisat-2) R 20272 20274 20274 0 -1 4202496 39062 0 1 0 9069 5 0 0 25 0 1 0 906925655 146563072 28322 33554432000 4194304 4677096 140736356566352 18446744073709551615 4319072 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20274/statm: 35782 28322 393 118 0 30741 0
[pid=20207/tid=20223] ppid=20203 vsize=344048 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20223/stat : 20223 (python) S 20203 20207 20162 0 -1 4202560 31 928 0 9 0 0 0 0 25 0 3 0 906915742 352305152 18326 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
[pid=20207/tid=20273] ppid=20203 vsize=344048 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20273/stat : 20273 (python) S 20203 20207 20162 0 -1 4202560 24 928 0 9 0 0 0 0 20 0 3 0 906925655 352305152 18326 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.4

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

[pid=20222] ppid=20207 vsize=333792 CPUtime=1.6 cores=1,3,5,7
/proc/20222/stat : 20222 (python) S 20207 20207 20162 0 -1 4202560 1231 0 0 0 87 73 0 0 18 0 2 0 906915741 341803008 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20222/statm: 83448 16860 415 364 0 19366 0
[pid=20224] ppid=20222 vsize=42588 CPUtime=1262.41 cores=1,3,5,7
/proc/20224/stat : 20224 (lingeling) T 20222 20224 20224 0 -1 4202496 13673 0 0 0 126238 3 0 0 25 0 1 0 906915742 43610112 9817 33554432000 4194304 4352236 140733575689312 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/20224/statm: 10647 9817 129 39 0 9727 0
[pid=20222/tid=20271] ppid=20207 vsize=333792 CPUtime=0 cores=1,3,5,7
/proc/20222/task/20271/stat : 20271 (python) S 20207 20207 20162 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906925653 341803008 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471149741248 0 0 -1 1 0 0 0
[pid=20272] ppid=20207 vsize=333804 CPUtime=2.56 cores=1,3,5,7
/proc/20272/stat : 20272 (python) S 20207 20207 20162 0 -1 4202560 1167 0 0 0 139 117 0 0 15 0 2 0 906925655 341815296 16844 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20272/statm: 83451 16844 399 364 0 19366 0
[pid=20274] ppid=20272 vsize=384940 CPUtime=1957.66 cores=1,3,5,7
/proc/20274/stat : 20274 (cryptominisat-2) R 20272 20274 20274 0 -1 4202496 196585 0 1 0 195733 33 0 0 25 0 1 0 906925655 394178560 72723 33554432000 4194304 4677096 140736356566352 18446744073709551615 4337464 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20274/statm: 96235 72723 393 118 0 91194 0
[pid=20272/tid=20288] ppid=20207 vsize=333804 CPUtime=0 cores=1,3,5,7
/proc/20272/task/20288/stat : 20288 (python) S 20207 20207 20162 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906974436 341815296 16844 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471145427968 0 0 -1 3 0 0 0
[pid=20291] ppid=20207 vsize=344060 CPUtime=0.61 cores=1,3,5,7
/proc/20291/stat : 20291 (python) S 20207 20207 20162 0 -1 4202560 1158 0 0 0 33 28 0 0 15 0 2 0 906984150 352317440 16848 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20291/statm: 86015 16848 399 364 0 21927 0
[pid=20293] ppid=20291 vsize=42300 CPUtime=487.54 cores=1,3,5,7
/proc/20293/stat : 20293 (lingeling) T 20291 20293 20293 0 -1 4202496 13600 0 0 0 48753 1 0 0 25 0 1 0 906984151 43315200 9745 33554432000 4194304 4352236 140734927733824 18446744073709551615 4281245 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20293/statm: 10575 9745 129 39 0 9655 0
[pid=20291/tid=20297] ppid=20207 vsize=344060 CPUtime=0 cores=1,3,5,7
/proc/20291/task/20297/stat : 20297 (python) S 20207 20207 20162 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 906994161 352317440 16848 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604459796580224 0 0 -1 1 0 0 0
[pid=20309] ppid=20207 vsize=354316 CPUtime=0.5 cores=1,3,5,7
/proc/20309/stat : 20309 (python) S 20207 20207 20162 0 -1 4202560 1175 0 0 0 26 24 0 0 18 0 2 0 907023178 362819584 16852 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20309/statm: 88579 16852 399 364 0 24488 0
[pid=20311] ppid=20309 vsize=82452 CPUtime=389.45 cores=1,3,5,7
/proc/20311/stat : 20311 (precosat) T 20309 20311 20311 0 -1 4202496 22880 0 0 0 38942 3 0 0 25 0 1 0 907023178 84430848 19794 33554432000 4194304 4890832 140734472849440 18446744073709551615 4273296 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/20311/statm: 20613 19794 86 171 0 20440 0
[pid=20309/tid=20318] ppid=20207 vsize=354316 CPUtime=0 cores=1,3,5,7
/proc/20309/task/20318/stat : 20318 (python) S 20207 20207 20162 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907033189 362819584 16852 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604454514902144 0 0 -1 7 0 0 0
[pid=20377] ppid=20207 vsize=364572 CPUtime=0.24 cores=1,3,5,7
/proc/20377/stat : 20377 (python) S 20207 20207 20162 0 -1 4202560 1149 0 0 0 14 10 0 0 18 0 2 0 907062127 373321728 16856 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20377/statm: 91143 16856 399 364 0 27049 0
[pid=20379] ppid=20377 vsize=34752 CPUtime=197.2 cores=1,3,5,7
/proc/20379/stat : 20379 (lingeling) T 20377 20379 20379 0 -1 4202496 11714 0 0 0 19718 2 0 0 25 0 1 0 907062128 35586048 7858 33554432000 4194304 4352236 140733616412368 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/20379/statm: 8688 7858 129 39 0 7768 0
[pid=20377/tid=20383] ppid=20207 vsize=364572 CPUtime=0 cores=1,3,5,7
/proc/20377/task/20383/stat : 20383 (python) S 20207 20207 20162 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907072139 373321728 16856 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471125408832 0 0 -1 3 0 0 0
[pid=20395] ppid=20207 vsize=374828 CPUtime=0.78 cores=1,3,5,7
/proc/20395/stat : 20395 (python) S 20207 20207 20162 0 -1 4202560 1178 0 0 0 41 37 0 0 15 0 2 0 907110784 383823872 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20395/statm: 93707 16860 399 364 0 29610 0
[pid=20397] ppid=20395 vsize=280248 CPUtime=585.59 cores=1,3,5,7
/proc/20397/stat : 20397 (cryptominisat-2) T 20395 20397 20397 0 -1 4202496 105332 0 0 0 58542 17 0 0 25 0 1 0 907110784 286973952 50387 33554432000 4194304 4677096 140733823934016 18446744073709551615 4320327 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/20397/statm: 70062 50387 393 118 0 65021 0
[pid=20395/tid=20418] ppid=20207 vsize=374828 CPUtime=0 cores=1,3,5,7
/proc/20395/task/20418/stat : 20418 (python) S 20207 20207 20162 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907159697 383823872 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604461246196416 0 0 -1 5 0 0 0
[pid=20419] ppid=20207 vsize=385084 CPUtime=0.13 cores=1,3,5,7
/proc/20419/stat : 20419 (python) S 20207 20207 20162 0 -1 4202560 1108 0 0 0 7 6 0 0 19 0 2 0 907159699 394326016 16864 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20419/statm: 96271 16864 399 364 0 32171 0
[pid=20421] ppid=20419 vsize=76208 CPUtime=100.11 cores=1,3,5,7
/proc/20421/stat : 20421 (precosat) T 20419 20421 20421 0 -1 4202496 19598 0 0 0 10008 3 0 0 25 0 1 0 907159699 78036992 18243 33554432000 4194304 4890832 140736621385104 18446744073709551615 4273149 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/20421/statm: 19052 18243 86 171 0 18879 0
[pid=20419/tid=20435] ppid=20207 vsize=385084 CPUtime=0 cores=1,3,5,7
/proc/20419/task/20435/stat : 20435 (python) S 20207 20207 20162 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907169711 394326016 16864 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471152374912 0 0 -1 1 0 0 0
[pid=20207/tid=20223] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20223/stat : 20223 (python) S 20203 20207 20162 0 -1 4202560 49 928 0 9 0 0 0 0 18 0 8 0 906915742 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
[pid=20207/tid=20273] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20273/stat : 20273 (python) S 20203 20207 20162 0 -1 4202560 30 928 0 9 0 0 0 0 18 0 8 0 906925655 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
[pid=20207/tid=20292] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20292/stat : 20292 (python) S 20203 20207 20162 0 -1 4202560 36 928 0 9 0 0 0 0 18 0 8 0 906984150 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
[pid=20207/tid=20310] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20310/stat : 20310 (python) S 20203 20207 20162 0 -1 4202560 34 928 0 9 0 0 0 0 18 0 8 0 907023178 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 3 0 0 0
[pid=20207/tid=20378] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20378/stat : 20378 (python) S 20203 20207 20162 0 -1 4202560 31 928 0 9 0 0 0 0 18 0 8 0 907062128 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
[pid=20207/tid=20396] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20396/stat : 20396 (python) S 20203 20207 20162 0 -1 4202560 33 928 0 9 0 0 0 0 18 0 8 0 907110784 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
[pid=20207/tid=20420] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20420/stat : 20420 (python) S 20203 20207 20162 0 -1 4202560 27 928 0 9 0 0 0 0 20 0 8 0 907159699 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 3829272

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5012.71 s]
/proc/loadavg: 2.00 2.01 1.96 3/238 20519
/proc/meminfo: memFree=14350636/32950904 swapFree=67055440/67111528
[pid=20207] ppid=20203 vsize=395328 CPUtime=13.68 cores=1,3,5,7
/proc/20207/stat : 20207 (python) S 20203 20207 20162 0 -1 4202496 33127 928 115 9 1333 35 0 0 18 0 8 0 906912501 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 231
/proc/20207/statm: 98832 18356 1888 364 0 34732 0
[pid=20222] ppid=20207 vsize=333792 CPUtime=1.6 cores=1,3,5,7
/proc/20222/stat : 20222 (python) S 20207 20207 20162 0 -1 4202560 1231 0 0 0 87 73 0 0 18 0 2 0 906915741 341803008 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20222/statm: 83448 16860 415 364 0 19366 0
[pid=20224] ppid=20222 vsize=42588 CPUtime=1262.41 cores=1,3,5,7
/proc/20224/stat : 20224 (lingeling) T 20222 20224 20224 0 -1 4202496 13673 0 0 0 126238 3 0 0 25 0 1 0 906915742 43610112 9817 33554432000 4194304 4352236 140733575689312 18446744073709551615 4328336 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/20224/statm: 10647 9817 129 39 0 9727 0
[pid=20222/tid=20271] ppid=20207 vsize=333792 CPUtime=0 cores=1,3,5,7
/proc/20222/task/20271/stat : 20271 (python) S 20207 20207 20162 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906925653 341803008 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471149741248 0 0 -1 1 0 0 0
[pid=20272] ppid=20207 vsize=333804 CPUtime=2.56 cores=1,3,5,7
/proc/20272/stat : 20272 (python) S 20207 20207 20162 0 -1 4202560 1167 0 0 0 139 117 0 0 15 0 2 0 906925655 341815296 16844 33554432000 4194304 5683644 140735600039296 18446744073709551615 237278899782 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20272/statm: 83451 16844 399 364 0 19366 0
[pid=20274] ppid=20272 vsize=384940 CPUtime=1957.66 cores=1,3,5,7
/proc/20274/stat : 20274 (cryptominisat-2) R 20272 20274 20274 0 -1 4202496 196585 0 1 0 195733 33 0 0 25 0 1 0 906925655 394178560 72723 33554432000 4194304 4677096 140736356566352 18446744073709551615 4337464 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20274/statm: 96235 72723 393 118 0 91194 0
[pid=20272/tid=20288] ppid=20207 vsize=333804 CPUtime=0 cores=1,3,5,7
/proc/20272/task/20288/stat : 20288 (python) S 20207 20207 20162 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906974436 341815296 16844 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471145427968 0 0 -1 3 0 0 0
[pid=20291] ppid=20207 vsize=344060 CPUtime=0.61 cores=1,3,5,7
/proc/20291/stat : 20291 (python) S 20207 20207 20162 0 -1 4202560 1158 0 0 0 33 28 0 0 15 0 2 0 906984150 352317440 16848 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20291/statm: 86015 16848 399 364 0 21927 0
[pid=20293] ppid=20291 vsize=42300 CPUtime=487.54 cores=1,3,5,7
/proc/20293/stat : 20293 (lingeling) T 20291 20293 20293 0 -1 4202496 13600 0 0 0 48753 1 0 0 25 0 1 0 906984151 43315200 9745 33554432000 4194304 4352236 140734927733824 18446744073709551615 4281245 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20293/statm: 10575 9745 129 39 0 9655 0
[pid=20291/tid=20297] ppid=20207 vsize=344060 CPUtime=0 cores=1,3,5,7
/proc/20291/task/20297/stat : 20297 (python) S 20207 20207 20162 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 906994161 352317440 16848 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604459796580224 0 0 -1 1 0 0 0
[pid=20309] ppid=20207 vsize=354316 CPUtime=0.5 cores=1,3,5,7
/proc/20309/stat : 20309 (python) S 20207 20207 20162 0 -1 4202560 1175 0 0 0 26 24 0 0 18 0 2 0 907023178 362819584 16852 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20309/statm: 88579 16852 399 364 0 24488 0
[pid=20311] ppid=20309 vsize=82452 CPUtime=389.45 cores=1,3,5,7
/proc/20311/stat : 20311 (precosat) T 20309 20311 20311 0 -1 4202496 22880 0 0 0 38942 3 0 0 25 0 1 0 907023178 84430848 19794 33554432000 4194304 4890832 140734472849440 18446744073709551615 4273296 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/20311/statm: 20613 19794 86 171 0 20440 0
[pid=20309/tid=20318] ppid=20207 vsize=354316 CPUtime=0 cores=1,3,5,7
/proc/20309/task/20318/stat : 20318 (python) S 20207 20207 20162 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907033189 362819584 16852 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604454514902144 0 0 -1 7 0 0 0
[pid=20377] ppid=20207 vsize=364572 CPUtime=0.24 cores=1,3,5,7
/proc/20377/stat : 20377 (python) S 20207 20207 20162 0 -1 4202560 1149 0 0 0 14 10 0 0 18 0 2 0 907062127 373321728 16856 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20377/statm: 91143 16856 399 364 0 27049 0
[pid=20379] ppid=20377 vsize=34752 CPUtime=197.2 cores=1,3,5,7
/proc/20379/stat : 20379 (lingeling) T 20377 20379 20379 0 -1 4202496 11714 0 0 0 19718 2 0 0 25 0 1 0 907062128 35586048 7858 33554432000 4194304 4352236 140733616412368 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/20379/statm: 8688 7858 129 39 0 7768 0
[pid=20377/tid=20383] ppid=20207 vsize=364572 CPUtime=0 cores=1,3,5,7
/proc/20377/task/20383/stat : 20383 (python) S 20207 20207 20162 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907072139 373321728 16856 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471125408832 0 0 -1 3 0 0 0
[pid=20395] ppid=20207 vsize=374828 CPUtime=0.78 cores=1,3,5,7
/proc/20395/stat : 20395 (python) S 20207 20207 20162 0 -1 4202560 1178 0 0 0 41 37 0 0 15 0 2 0 907110784 383823872 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20395/statm: 93707 16860 399 364 0 29610 0
[pid=20397] ppid=20395 vsize=280248 CPUtime=585.59 cores=1,3,5,7
/proc/20397/stat : 20397 (cryptominisat-2) T 20395 20397 20397 0 -1 4202496 105332 0 0 0 58542 17 0 0 25 0 1 0 907110784 286973952 50387 33554432000 4194304 4677096 140733823934016 18446744073709551615 4320327 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/20397/statm: 70062 50387 393 118 0 65021 0
[pid=20395/tid=20418] ppid=20207 vsize=374828 CPUtime=0 cores=1,3,5,7
/proc/20395/task/20418/stat : 20418 (python) S 20207 20207 20162 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907159697 383823872 16860 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604461246196416 0 0 -1 5 0 0 0
[pid=20419] ppid=20207 vsize=385084 CPUtime=0.13 cores=1,3,5,7
/proc/20419/stat : 20419 (python) S 20207 20207 20162 0 -1 4202560 1108 0 0 0 7 6 0 0 19 0 2 0 907159699 394326016 16864 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20419/statm: 96271 16864 399 364 0 32171 0
[pid=20421] ppid=20419 vsize=76208 CPUtime=100.11 cores=1,3,5,7
/proc/20421/stat : 20421 (precosat) T 20419 20421 20421 0 -1 4202496 19598 0 0 0 10008 3 0 0 25 0 1 0 907159699 78036992 18243 33554432000 4194304 4890832 140736621385104 18446744073709551615 4273149 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/20421/statm: 19052 18243 86 171 0 18879 0
[pid=20419/tid=20435] ppid=20207 vsize=385084 CPUtime=0 cores=1,3,5,7
/proc/20419/task/20435/stat : 20435 (python) S 20207 20207 20162 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907169711 394326016 16864 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 514 18446604471152374912 0 0 -1 1 0 0 0
[pid=20207/tid=20223] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20223/stat : 20223 (python) S 20203 20207 20162 0 -1 4202560 49 928 0 9 0 0 0 0 18 0 8 0 906915742 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
[pid=20207/tid=20273] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20273/stat : 20273 (python) S 20203 20207 20162 0 -1 4202560 30 928 0 9 0 0 0 0 18 0 8 0 906925655 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
[pid=20207/tid=20292] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20292/stat : 20292 (python) S 20203 20207 20162 0 -1 4202560 36 928 0 9 0 0 0 0 18 0 8 0 906984150 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 7 0 0 0
[pid=20207/tid=20310] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20310/stat : 20310 (python) S 20203 20207 20162 0 -1 4202560 34 928 0 9 0 0 0 0 18 0 8 0 907023178 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 3 0 0 0
[pid=20207/tid=20378] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20378/stat : 20378 (python) S 20203 20207 20162 0 -1 4202560 31 928 0 9 0 0 0 0 18 0 8 0 907062128 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
[pid=20207/tid=20396] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20396/stat : 20396 (python) S 20203 20207 20162 0 -1 4202560 33 928 0 9 0 0 0 0 18 0 8 0 907110784 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 1 0 0 0
[pid=20207/tid=20420] ppid=20203 vsize=395328 CPUtime=0 cores=1,3,5,7
/proc/20207/task/20420/stat : 20420 (python) S 20203 20207 20162 0 -1 4202560 27 928 0 9 0 0 0 0 20 0 8 0 907159699 404815872 18356 33554432000 4194304 5683644 140735600039296 18446744073709551615 237290703281 0 0 16781312 2 18446604461246195520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 3829272

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20207 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=336972
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=357945
# CPU time returned by wait4() is 13.6949
# while last known CPU time is 5000.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5012.76
CPU time (s): 5000.06
CPU user time (s): 4996.14
CPU system time (s): 3.92
CPU usage (%): 99.7467
Max. virtual memory (cumulated for all children) (KiB): 3829276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.337
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34056
page faults= 124
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22812
involuntary context switches= 117

runsolver used 10.4064 second user time and 21.2008 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-13 10:18:41
IDJOB=3498299
IDBENCH=70829
IDSOLVER=1991
FILE ID=node121/3498299-1307953121
RUNJOBID= node121-1307953121-20181
PBS_JOBID= 13559707
Free space on /var/tmp= 2888 MiB

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

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=477717481

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      16810704 kB
Buffers:         88568 kB
Cached:       15463776 kB
SwapCached:       9696 kB
Active:         383768 kB
Inactive:     15187952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16810704 kB
SwapTotal:    67111528 kB
SwapFree:     67055440 kB
Dirty:           69652 kB
Writeback:           0 kB
AnonPages:       17280 kB
Mapped:          12456 kB
Slab:           503712 kB
PageTables:       4580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   186280 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= 2820 MiB
End job on node121 at 2011-06-13 11:42:22