Trace number 3498300

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.01 5009.75

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1376.76
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.63/16.82	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.63/16.82	c INFO: solving HOME/instance-3498300-1307953121.cnf
0.63/16.82	c INFO: computing task features
1.32/17.54	c INFO: computed variable-clause graph statistics
1.32/17.56	c INFO: computed clause balance statistics
4.91/21.19	c INFO: computed variable balance statistics
7.71/23.97	c INFO: computed small-clause counts
7.81/24.00	c INFO: computed Horn-clause counts
13.51/29.75	c INFO: computed variable graph statistics
13.51/29.75	c INFO: collected features for HOME/instance-3498300-1307953121.cnf in 12.90 s
13.51/29.77	c INFO: running lingeling-276@0 for 97 with 4987 remaining (b = 0.35)
113.79/129.90	c INFO: running cryptominisat-2.9.0@0 for 485 with 4886 remaining (b = 0.32)
602.26/617.80	c INFO: running lingeling-276@100 for 97 with 4399 remaining (b = 0.13)
699.49/714.93	c INFO: running lingeling-276@0 for 97 with 4302 remaining (b = 0.20)
799.67/815.06	c INFO: running lingeling-276@197 for 97 with 4202 remaining (b = 0.10)
896.89/912.18	c INFO: running cryptominisat-2.9.0@487 for 97 with 4104 remaining (b = 0.08)
994.24/1009.31	c INFO: running lingeling-276@100 for 97 with 4007 remaining (b = 0.08)
1091.47/1106.44	c INFO: running precosat-570@0 for 97 with 3910 remaining (b = 0.15)
1191.68/1206.58	c INFO: running lingeling-276@197 for 97 with 3810 remaining (b = 0.08)
1289.01/1303.71	c INFO: running precosat-570@100 for 194 with 3713 remaining (b = 0.12)
1482.48/1496.96	c INFO: running lingeling-276@0 for 97 with 3520 remaining (b = 0.14)
1582.68/1597.09	c INFO: running lingeling-276@294 for 291 with 3420 remaining (b = 0.12)
1872.47/1886.41	c INFO: running lingeling-276@100 for 97 with 3130 remaining (b = 0.05)
1969.69/1983.54	c INFO: running cryptominisat-2.9.0@0 for 485 with 3033 remaining (b = 0.24)
2456.94/2470.19	c INFO: running precosat-570@0 for 97 with 2547 remaining (b = 0.08)
2557.26/2570.33	c INFO: running cryptominisat-2.9.0@486 for 97 with 2446 remaining (b = 0.04)
2654.50/2667.47	c INFO: running precosat-570@293 for 97 with 2349 remaining (b = 0.04)
2751.84/2764.60	c INFO: running lingeling-276@583 for 679 with 2252 remaining (b = 0.21)
3432.57/3444.40	c INFO: running lingeling-276@294 for 194 with 1572 remaining (b = 0.08)
3626.03/3637.64	c INFO: running cryptominisat-2.9.0@584 for 1379 with 1379 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-3498300-1307953121/watcher-3498300-1307953121 -o /var/tmp/evaluation-result-3498300-1307953121/solver-3498300-1307953121 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498300-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.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/23080/stat : 23080 (runsolver) S 23076 23080 23037 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 906911798 12087296 51 33554432000 4194304 5436572 140735377253568 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699977015 0 0 17 3 0 0 0
/proc/23080/statm: 2951 51 31 304 0 2643 0

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

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

[startup+0.30085 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 644 0 6 0 0 0 0 0 19 0 1 0 906911798 15441920 545 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699962003 0 0 17 5 0 0 9
/proc/23080/statm: 3770 545 312 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.700779 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 23082
/proc/meminfo: memFree=7879728/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=15904 CPUtime=0 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 938 0 6 0 0 0 0 0 16 0 1 0 906911798 16285696 820 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 12
/proc/23080/statm: 3976 820 357 364 0 463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15904

[startup+1.50064 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 23084
/proc/meminfo: memFree=7874892/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=16532 CPUtime=0.02 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 1178 0 6 0 1 1 0 0 15 0 1 0 906911798 16928768 1045 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 15
/proc/23080/statm: 4133 1045 417 364 0 620 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16532

[startup+3.10036 s]
/proc/loadavg: 0.16 0.03 0.01 1/178 23084
/proc/meminfo: memFree=7873532/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 1243 0 7 0 1 1 0 0 15 0 1 0 906911798 19337216 1104 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 25
/proc/23080/statm: 4721 1104 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884
heavy processes:

[startup+6.30079 s]
/proc/loadavg: 0.23 0.05 0.02 1/178 23084
/proc/meminfo: memFree=7871112/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=34416 CPUtime=0.06 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 1539 0 12 0 3 3 0 0 15 0 1 0 906911798 35241984 1386 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 40
/proc/23080/statm: 8604 1386 448 364 0 942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34416
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.29 0.06 0.02 1/178 23093
/proc/meminfo: memFree=7832324/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=187688 CPUtime=0.42 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 6760 925 70 9 19 23 0 0 16 0 1 0 906911798 192192512 4882 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 100
/proc/23080/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 187688
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 0.53 0.13 0.04 3/181 23096
/proc/meminfo: memFree=7732872/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=327292 CPUtime=9.31 cores=1,3,5,7
/proc/23080/stat : 23080 (python) R 23076 23080 23037 0 -1 4202496 26944 925 113 9 896 35 0 0 25 0 1 0 906911798 335147008 19215 33554432000 4194304 5683644 140734637063680 18446744073709551615 47460731205760 0 0 16781312 2 0 0 0 17 3 0 0 172
/proc/23080/statm: 81823 19215 1833 364 0 17747 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 327292
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 1.03 0.27 0.09 4/184 23100
/proc/meminfo: memFree=7702744/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=333800 CPUtime=13.58 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 27322 925 113 9 1323 35 0 0 25 0 2 0 906911798 341811200 18321 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 172
/proc/23080/statm: 83450 18321 1875 364 0 19368 0
[pid=23097] ppid=23080 vsize=323556 CPUtime=0.01 cores=1,3,5,7
/proc/23097/stat : 23097 (python) S 23080 23080 23037 0 -1 4202560 976 0 0 0 0 1 0 0 18 0 1 0 906914775 331321344 16823 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594886671 0 0 16781312 514 5547519947246108936 0 0 17 3 0 0 0
/proc/23097/statm: 80889 16823 381 364 0 16807 0
[pid=23099] ppid=23097 vsize=33804 CPUtime=21.31 cores=1,3,5,7
/proc/23099/stat : 23099 (lingeling) R 23097 23099 23099 0 -1 4202496 11476 0 0 0 2130 1 0 0 25 0 1 0 906914776 34615296 7621 33554432000 4194304 4352236 140733860548672 18446744073709551615 4281056 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23099/statm: 8451 7621 129 39 0 7531 0
[pid=23080/tid=23098] ppid=23076 vsize=333800 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23098/stat : 23098 (python) S 23076 23080 23037 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 906914775 341811200 18321 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.9
Current children cumulated vsize (KiB) 691160
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.58 0.54 0.19 3/184 23101
/proc/meminfo: memFree=7702576/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=333800 CPUtime=13.58 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 27322 925 113 9 1323 35 0 0 25 0 2 0 906911798 341811200 18321 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 172
/proc/23080/statm: 83450 18321 1875 364 0 19368 0
[pid=23097] ppid=23080 vsize=323556 CPUtime=0.08 cores=1,3,5,7
/proc/23097/stat : 23097 (python) S 23080 23080 23037 0 -1 4202560 998 0 0 0 4 4 0 0 18 0 1 0 906914775 331321344 16823 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594886671 0 0 16781312 514 5547519947246108936 0 0 17 3 0 0 0
/proc/23097/statm: 80889 16823 381 364 0 16807 0
[pid=23099] ppid=23097 vsize=33804 CPUtime=72.51 cores=1,3,5,7
/proc/23099/stat : 23099 (lingeling) R 23097 23099 23099 0 -1 4202496 11476 0 0 0 7250 1 0 0 25 0 1 0 906914776 34615296 7621 33554432000 4194304 4352236 140733860548672 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/23099/statm: 8451 7621 129 39 0 7531 0
[pid=23080/tid=23098] ppid=23076 vsize=333800 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23098/stat : 23098 (python) S 23076 23080 23037 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 2 0 906914775 341811200 18321 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 86.17
Current children cumulated vsize (KiB) 691160

[startup+162.301 s]
/proc/loadavg: 1.84 0.80 0.30 4/192 23111
/proc/meminfo: memFree=7536920/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=344056 CPUtime=13.61 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 28099 925 113 9 1325 36 0 0 20 0 3 0 906911798 352313344 18328 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 172
/proc/23080/statm: 86014 18328 1878 364 0 21929 0
[pid=23097] ppid=23080 vsize=333800 CPUtime=0.11 cores=1,3,5,7
/proc/23097/stat : 23097 (python) S 23080 23080 23037 0 -1 4202560 1172 0 0 0 5 6 0 0 19 0 2 0 906914775 341811200 16861 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23097/statm: 83450 16861 414 364 0 19368 0
[pid=23099] ppid=23097 vsize=33804 CPUtime=100.09 cores=1,3,5,7
/proc/23099/stat : 23099 (lingeling) T 23097 23099 23099 0 -1 4202496 11476 0 0 0 10008 1 0 0 25 0 1 0 906914776 34615296 7621 33554432000 4194304 4352236 140733860548672 18446744073709551615 4281237 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23099/statm: 8451 7621 129 39 0 7531 0
[pid=23097/tid=23107] ppid=23080 vsize=333800 CPUtime=0 cores=1,3,5,7
/proc/23097/task/23107/stat : 23107 (python) S 23080 23080 23037 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906924786 341811200 16861 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471150036864 0 0 -1 5 0 0 0
[pid=23108] ppid=23080 vsize=333812 CPUtime=0.04 cores=1,3,5,7
/proc/23108/stat : 23108 (python) S 23080 23080 23037 0 -1 4202560 925 0 0 0 2 2 0 0 15 0 1 0 906924789 341823488 16816 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594886726 0 0 16781312 514 5547519947246108936 0 0 17 7 0 0 0
/proc/23108/statm: 83453 16816 370 364 0 19368 0
[pid=23110] ppid=23108 vsize=118956 CPUtime=32.37 cores=1,3,5,7
/proc/23110/stat : 23110 (cryptominisat-2) R 23108 23110 23110 0 -1 4202496 26896 0 0 0 3234 3 0 0 25 0 1 0 906924789 121810944 21473 33554432000 4194304 4677096 140737472981232 18446744073709551615 4334573 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23110/statm: 29739 21473 393 118 0 24698 0
[pid=23080/tid=23098] ppid=23076 vsize=344056 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23098/stat : 23098 (python) S 23076 23080 23037 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906914775 352313344 18328 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
[pid=23080/tid=23109] ppid=23076 vsize=344056 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23109/stat : 23109 (python) S 23076 23080 23037 0 -1 4202560 29 925 0 9 0 0 0 0 20 0 3 0 906924789 352313344 18328 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 146.22
Current children cumulated vsize (KiB) 1164428

[startup+222.301 s]
/proc/loadavg: 1.94 1.02 0.40 3/192 23112
/proc/meminfo: memFree=7497824/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=344056 CPUtime=13.61 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 28099 925 113 9 1325 36 0 0 20 0 3 0 906911798 352313344 18328 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 172
/proc/23080/statm: 86014 18328 1878 364 0 21929 0
[pid=23097] ppid=23080 vsize=333800 CPUtime=0.11 cores=1,3,5,7
/proc/23097/stat : 23097 (python) S 23080 23080 23037 0 -1 4202560 1172 0 0 0 5 6 0 0 19 0 2 0 906914775 341811200 16861 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23097/statm: 83450 16861 414 364 0 19368 0
[pid=23099] ppid=23097 vsize=33804 CPUtime=100.09 cores=1,3,5,7
/proc/23099/stat : 23099 (lingeling) T 23097 23099 23099 0 -1 4202496 11476 0 0 0 10008 1 0 0 25 0 1 0 906914776 34615296 7621 33554432000 4194304 4352236 140733860548672 18446744073709551615 4281237 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23099/statm: 8451 7621 129 39 0 7531 0
[pid=23097/tid=23107] ppid=23080 vsize=333800 CPUtime=0 cores=1,3,5,7
/proc/23097/task/23107/stat : 23107 (python) S 23080 23080 23037 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 906924786 341811200 16861 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471150036864 0 0 -1 5 0 0 0
[pid=23108] ppid=23080 vsize=333812 CPUtime=0.11 cores=1,3,5,7
/proc/23108/stat : 23108 (python) S 23080 23080 23037 0 -1 4202560 951 0 0 0 6 5 0 0 15 0 1 0 906924789 341823488 16816 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594886726 0 0 16781312 514 5547519947246108936 0 0 17 7 0 0 0
/proc/23108/statm: 83453 16816 370 364 0 19368 0
[pid=23110] ppid=23108 vsize=140764 CPUtime=92.37 cores=1,3,5,7
/proc/23110/stat : 23110 (cryptominisat-2) R 23108 23110 23110 0 -1 4202496 38926 0 0 0 9232 5 0 0 25 0 1 0 906924789 144142336 27090 33554432000 4194304 4677096 140737472981232 18446744073709551615 4336235 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23110/statm: 35191 27090 393 118 0 30150 0
[pid=23080/tid=23098] ppid=23076 vsize=344056 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23098/stat : 23098 (python) S 23076 23080 23037 0 -1 4202560 29 925 0 9 0 0 0 0 25 0 3 0 906914775 352313344 18328 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
[pid=23080/tid=23109] ppid=23076 vsize=344056 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23109/stat : 23109 (python) S 23076 23080 23037 0 -1 4202560 29 925 0 9 0 0 0 0 20 0 3 0 906924789 352313344 18328 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 206.29

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

[pid=23097] ppid=23080 vsize=333800 CPUtime=1.62 cores=1,3,5,7
/proc/23097/stat : 23097 (python) S 23080 23080 23037 0 -1 4202560 1230 0 0 0 86 76 0 0 18 0 2 0 906914775 341811200 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23097/statm: 83450 16862 415 364 0 19368 0
[pid=23099] ppid=23097 vsize=42288 CPUtime=1263.42 cores=1,3,5,7
/proc/23099/stat : 23099 (lingeling) T 23097 23099 23099 0 -1 4202496 13597 0 0 0 126340 2 0 0 25 0 1 0 906914776 43302912 9742 33554432000 4194304 4352236 140733860548672 18446744073709551615 4280925 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23099/statm: 10572 9742 129 39 0 9652 0
[pid=23097/tid=23107] ppid=23080 vsize=333800 CPUtime=0 cores=1,3,5,7
/proc/23097/task/23107/stat : 23107 (python) S 23080 23080 23037 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906924786 341811200 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471150036864 0 0 -1 5 0 0 0
[pid=23108] ppid=23080 vsize=399348 CPUtime=2.55 cores=1,3,5,7
/proc/23108/stat : 23108 (python) S 23080 23080 23037 0 -1 4202560 1173 0 0 0 132 123 0 0 15 0 2 0 906924789 408932352 16853 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23108/statm: 99837 16853 399 364 0 35752 0
[pid=23110] ppid=23108 vsize=291788 CPUtime=1957.08 cores=1,3,5,7
/proc/23110/stat : 23110 (cryptominisat-2) R 23108 23110 23110 0 -1 4202496 145414 0 0 0 195679 29 0 0 25 0 1 0 906924789 298790912 50430 33554432000 4194304 4677096 140737472981232 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23110/statm: 72947 50430 393 118 0 67906 0
[pid=23108/tid=23125] ppid=23080 vsize=399348 CPUtime=0 cores=1,3,5,7
/proc/23108/task/23125/stat : 23125 (python) S 23080 23080 23037 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 906973576 408932352 16853 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604460665227328 0 0 -1 3 0 0 0
[pid=23131] ppid=23080 vsize=344068 CPUtime=0.62 cores=1,3,5,7
/proc/23131/stat : 23131 (python) S 23080 23080 23037 0 -1 4202560 1152 0 0 0 33 29 0 0 18 0 2 0 906983291 352325632 16850 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23131/statm: 86017 16850 399 364 0 21929 0
[pid=23133] ppid=23131 vsize=37304 CPUtime=487.53 cores=1,3,5,7
/proc/23133/stat : 23133 (lingeling) T 23131 23133 23133 0 -1 4202496 12352 0 0 0 48752 1 0 0 25 0 1 0 906983291 38199296 8497 33554432000 4194304 4352236 140737369489136 18446744073709551615 4281245 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23133/statm: 9326 8497 129 39 0 8406 0
[pid=23131/tid=23138] ppid=23080 vsize=344068 CPUtime=0 cores=1,3,5,7
/proc/23131/task/23138/stat : 23138 (python) S 23080 23080 23037 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 906993302 352325632 16850 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471105288256 0 0 -1 3 0 0 0
[pid=23147] ppid=23080 vsize=354324 CPUtime=0.53 cores=1,3,5,7
/proc/23147/stat : 23147 (python) S 23080 23080 23037 0 -1 4202560 1170 0 0 0 28 25 0 0 18 0 2 0 907022442 362827776 16854 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23147/statm: 88581 16854 399 364 0 24490 0
[pid=23149] ppid=23147 vsize=80676 CPUtime=390.47 cores=1,3,5,7
/proc/23149/stat : 23149 (precosat) T 23147 23149 23149 0 -1 4202496 24165 0 0 0 39044 3 0 0 25 0 1 0 907022442 82612224 19349 33554432000 4194304 4890832 140734294579968 18446744073709551615 4239101 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/23149/statm: 20169 19349 86 171 0 19996 0
[pid=23147/tid=23155] ppid=23080 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/23147/task/23155/stat : 23155 (python) S 23080 23080 23037 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907032454 362827776 16854 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471118903104 0 0 -1 5 0 0 0
[pid=23165] ppid=23080 vsize=364580 CPUtime=0.25 cores=1,3,5,7
/proc/23165/stat : 23165 (python) S 23080 23080 23037 0 -1 4202560 1158 0 0 0 14 11 0 0 18 0 2 0 907061494 373329920 16858 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23165/statm: 91145 16858 399 364 0 27051 0
[pid=23167] ppid=23165 vsize=33804 CPUtime=197.22 cores=1,3,5,7
/proc/23167/stat : 23167 (lingeling) T 23165 23167 23167 0 -1 4202496 11477 0 0 0 19721 1 0 0 25 0 1 0 907061494 34615296 7621 33554432000 4194304 4352236 140735482456368 18446744073709551615 4280969 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23167/statm: 8451 7621 129 39 0 7531 0
[pid=23165/tid=23174] ppid=23080 vsize=364580 CPUtime=0 cores=1,3,5,7
/proc/23165/task/23174/stat : 23174 (python) S 23080 23080 23037 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907071505 373329920 16858 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604462014006528 0 0 -1 3 0 0 0
[pid=23189] ppid=23080 vsize=374836 CPUtime=0.81 cores=1,3,5,7
/proc/23189/stat : 23189 (python) S 23080 23080 23037 0 -1 4202560 1184 0 0 0 41 40 0 0 15 0 2 0 907110152 383832064 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23189/statm: 93709 16862 399 364 0 29612 0
[pid=23191] ppid=23189 vsize=267036 CPUtime=583.73 cores=1,3,5,7
/proc/23191/stat : 23191 (cryptominisat-2) T 23189 23191 23191 0 -1 4202496 78711 0 0 0 58361 12 0 0 25 0 1 0 907110153 273444864 46517 33554432000 4194304 4677096 140734307907936 18446744073709551615 4335815 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/23191/statm: 66759 46517 393 118 0 61718 0
[pid=23189/tid=23206] ppid=23080 vsize=374836 CPUtime=0 cores=1,3,5,7
/proc/23189/task/23206/stat : 23206 (python) S 23080 23080 23037 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907158815 383832064 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471116720256 0 0 -1 5 0 0 0
[pid=23207] ppid=23080 vsize=385092 CPUtime=0.12 cores=1,3,5,7
/proc/23207/stat : 23207 (python) S 23080 23080 23037 0 -1 4202560 1102 0 0 0 7 5 0 0 19 0 2 0 907158817 394334208 16866 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23207/statm: 96273 16866 399 364 0 32173 0
[pid=23209] ppid=23207 vsize=76208 CPUtime=100.11 cores=1,3,5,7
/proc/23209/stat : 23209 (precosat) T 23207 23209 23209 0 -1 4202496 19589 0 0 0 10009 2 0 0 25 0 1 0 907158817 78036992 18239 33554432000 4194304 4890832 140735635785888 18446744073709551615 4238627 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/23209/statm: 19052 18239 86 171 0 18879 0
[pid=23207/tid=23222] ppid=23080 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/23207/task/23222/stat : 23222 (python) S 23080 23080 23037 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907168830 394334208 16866 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471116721152 0 0 -1 3 0 0 0
[pid=23080/tid=23098] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23098/stat : 23098 (python) S 23076 23080 23037 0 -1 4202560 47 925 0 9 0 0 0 0 18 0 8 0 906914775 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
[pid=23080/tid=23109] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23109/stat : 23109 (python) S 23076 23080 23037 0 -1 4202560 34 925 0 9 0 0 0 0 18 0 8 0 906924789 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23132] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23132/stat : 23132 (python) S 23076 23080 23037 0 -1 4202560 38 925 0 9 0 0 0 0 18 0 8 0 906983291 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23148] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23148/stat : 23148 (python) S 23076 23080 23037 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 8 0 907022442 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
[pid=23080/tid=23166] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23166/stat : 23166 (python) S 23076 23080 23037 0 -1 4202560 30 925 0 9 0 0 0 0 18 0 8 0 907061494 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23190] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23190/stat : 23190 (python) S 23076 23080 23037 0 -1 4202560 33 925 0 9 0 0 0 0 18 0 8 0 907110153 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23208] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23208/stat : 23208 (python) S 23076 23080 23037 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 8 0 907158817 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 3780488

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

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

[startup+5009.7 s]
/proc/loadavg: 2.01 2.02 1.96 3/233 23293
/proc/meminfo: memFree=6706196/32950928 swapFree=67052124/67111528
[pid=23080] ppid=23076 vsize=395336 CPUtime=13.95 cores=1,3,5,7
/proc/23080/stat : 23080 (python) S 23076 23080 23037 0 -1 4202496 33091 925 113 9 1357 38 0 0 18 0 8 0 906911798 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 172
/proc/23080/statm: 98834 18358 1888 364 0 34734 0
[pid=23097] ppid=23080 vsize=333800 CPUtime=1.62 cores=1,3,5,7
/proc/23097/stat : 23097 (python) S 23080 23080 23037 0 -1 4202560 1230 0 0 0 86 76 0 0 18 0 2 0 906914775 341811200 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23097/statm: 83450 16862 415 364 0 19368 0
[pid=23099] ppid=23097 vsize=42288 CPUtime=1263.42 cores=1,3,5,7
/proc/23099/stat : 23099 (lingeling) T 23097 23099 23099 0 -1 4202496 13597 0 0 0 126340 2 0 0 25 0 1 0 906914776 43302912 9742 33554432000 4194304 4352236 140733860548672 18446744073709551615 4280925 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23099/statm: 10572 9742 129 39 0 9652 0
[pid=23097/tid=23107] ppid=23080 vsize=333800 CPUtime=0 cores=1,3,5,7
/proc/23097/task/23107/stat : 23107 (python) S 23080 23080 23037 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906924786 341811200 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471150036864 0 0 -1 5 0 0 0
[pid=23108] ppid=23080 vsize=399348 CPUtime=2.55 cores=1,3,5,7
/proc/23108/stat : 23108 (python) S 23080 23080 23037 0 -1 4202560 1173 0 0 0 132 123 0 0 15 0 2 0 906924789 408932352 16853 33554432000 4194304 5683644 140734637063680 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23108/statm: 99837 16853 399 364 0 35752 0
[pid=23110] ppid=23108 vsize=291788 CPUtime=1957.08 cores=1,3,5,7
/proc/23110/stat : 23110 (cryptominisat-2) R 23108 23110 23110 0 -1 4202496 145414 0 0 0 195679 29 0 0 25 0 1 0 906924789 298790912 50430 33554432000 4194304 4677096 140737472981232 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23110/statm: 72947 50430 393 118 0 67906 0
[pid=23108/tid=23125] ppid=23080 vsize=399348 CPUtime=0 cores=1,3,5,7
/proc/23108/task/23125/stat : 23125 (python) S 23080 23080 23037 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 906973576 408932352 16853 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604460665227328 0 0 -1 3 0 0 0
[pid=23131] ppid=23080 vsize=344068 CPUtime=0.62 cores=1,3,5,7
/proc/23131/stat : 23131 (python) S 23080 23080 23037 0 -1 4202560 1152 0 0 0 33 29 0 0 18 0 2 0 906983291 352325632 16850 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23131/statm: 86017 16850 399 364 0 21929 0
[pid=23133] ppid=23131 vsize=37304 CPUtime=487.53 cores=1,3,5,7
/proc/23133/stat : 23133 (lingeling) T 23131 23133 23133 0 -1 4202496 12352 0 0 0 48752 1 0 0 25 0 1 0 906983291 38199296 8497 33554432000 4194304 4352236 140737369489136 18446744073709551615 4281245 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23133/statm: 9326 8497 129 39 0 8406 0
[pid=23131/tid=23138] ppid=23080 vsize=344068 CPUtime=0 cores=1,3,5,7
/proc/23131/task/23138/stat : 23138 (python) S 23080 23080 23037 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 906993302 352325632 16850 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471105288256 0 0 -1 3 0 0 0
[pid=23147] ppid=23080 vsize=354324 CPUtime=0.53 cores=1,3,5,7
/proc/23147/stat : 23147 (python) S 23080 23080 23037 0 -1 4202560 1170 0 0 0 28 25 0 0 18 0 2 0 907022442 362827776 16854 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23147/statm: 88581 16854 399 364 0 24490 0
[pid=23149] ppid=23147 vsize=80676 CPUtime=390.47 cores=1,3,5,7
/proc/23149/stat : 23149 (precosat) T 23147 23149 23149 0 -1 4202496 24165 0 0 0 39044 3 0 0 25 0 1 0 907022442 82612224 19349 33554432000 4194304 4890832 140734294579968 18446744073709551615 4239101 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/23149/statm: 20169 19349 86 171 0 19996 0
[pid=23147/tid=23155] ppid=23080 vsize=354324 CPUtime=0 cores=1,3,5,7
/proc/23147/task/23155/stat : 23155 (python) S 23080 23080 23037 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907032454 362827776 16854 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471118903104 0 0 -1 5 0 0 0
[pid=23165] ppid=23080 vsize=364580 CPUtime=0.25 cores=1,3,5,7
/proc/23165/stat : 23165 (python) S 23080 23080 23037 0 -1 4202560 1158 0 0 0 14 11 0 0 18 0 2 0 907061494 373329920 16858 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23165/statm: 91145 16858 399 364 0 27051 0
[pid=23167] ppid=23165 vsize=33804 CPUtime=197.22 cores=1,3,5,7
/proc/23167/stat : 23167 (lingeling) T 23165 23167 23167 0 -1 4202496 11477 0 0 0 19721 1 0 0 25 0 1 0 907061494 34615296 7621 33554432000 4194304 4352236 140735482456368 18446744073709551615 4280969 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23167/statm: 8451 7621 129 39 0 7531 0
[pid=23165/tid=23174] ppid=23080 vsize=364580 CPUtime=0 cores=1,3,5,7
/proc/23165/task/23174/stat : 23174 (python) S 23080 23080 23037 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907071505 373329920 16858 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604462014006528 0 0 -1 3 0 0 0
[pid=23189] ppid=23080 vsize=374836 CPUtime=0.81 cores=1,3,5,7
/proc/23189/stat : 23189 (python) S 23080 23080 23037 0 -1 4202560 1184 0 0 0 41 40 0 0 15 0 2 0 907110152 383832064 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23189/statm: 93709 16862 399 364 0 29612 0
[pid=23191] ppid=23189 vsize=267036 CPUtime=583.73 cores=1,3,5,7
/proc/23191/stat : 23191 (cryptominisat-2) T 23189 23191 23191 0 -1 4202496 78711 0 0 0 58361 12 0 0 25 0 1 0 907110153 273444864 46517 33554432000 4194304 4677096 140734307907936 18446744073709551615 4335815 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/23191/statm: 66759 46517 393 118 0 61718 0
[pid=23189/tid=23206] ppid=23080 vsize=374836 CPUtime=0 cores=1,3,5,7
/proc/23189/task/23206/stat : 23206 (python) S 23080 23080 23037 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907158815 383832064 16862 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471116720256 0 0 -1 5 0 0 0
[pid=23207] ppid=23080 vsize=385092 CPUtime=0.12 cores=1,3,5,7
/proc/23207/stat : 23207 (python) S 23080 23080 23037 0 -1 4202560 1102 0 0 0 7 5 0 0 19 0 2 0 907158817 394334208 16866 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/23207/statm: 96273 16866 399 364 0 32173 0
[pid=23209] ppid=23207 vsize=76208 CPUtime=100.11 cores=1,3,5,7
/proc/23209/stat : 23209 (precosat) T 23207 23209 23209 0 -1 4202496 19589 0 0 0 10009 2 0 0 25 0 1 0 907158817 78036992 18239 33554432000 4194304 4890832 140735635785888 18446744073709551615 4238627 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/23209/statm: 19052 18239 86 171 0 18879 0
[pid=23207/tid=23222] ppid=23080 vsize=385092 CPUtime=0 cores=1,3,5,7
/proc/23207/task/23222/stat : 23222 (python) S 23080 23080 23037 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907168830 394334208 16866 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 514 18446604471116721152 0 0 -1 3 0 0 0
[pid=23080/tid=23098] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23098/stat : 23098 (python) S 23076 23080 23037 0 -1 4202560 47 925 0 9 0 0 0 0 18 0 8 0 906914775 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
[pid=23080/tid=23109] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23109/stat : 23109 (python) S 23076 23080 23037 0 -1 4202560 34 925 0 9 0 0 0 0 18 0 8 0 906924789 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23132] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23132/stat : 23132 (python) S 23076 23080 23037 0 -1 4202560 38 925 0 9 0 0 0 0 18 0 8 0 906983291 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23148] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23148/stat : 23148 (python) S 23076 23080 23037 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 8 0 907022442 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 3 0 0 0
[pid=23080/tid=23166] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23166/stat : 23166 (python) S 23076 23080 23037 0 -1 4202560 30 925 0 9 0 0 0 0 18 0 8 0 907061494 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23190] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23190/stat : 23190 (python) S 23076 23080 23037 0 -1 4202560 33 925 0 9 0 0 0 0 18 0 8 0 907110153 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
[pid=23080/tid=23208] ppid=23076 vsize=395336 CPUtime=0 cores=1,3,5,7
/proc/23080/task/23208/stat : 23208 (python) S 23076 23080 23037 0 -1 4202560 30 925 0 9 0 0 0 0 20 0 8 0 907158817 404824064 18358 33554432000 4194304 5683644 140734637063680 18446744073709551615 235606690225 0 0 16781312 2 18446604471101857856 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 3780488

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5009.75
CPU time (s): 5000.01
CPU user time (s): 4996.04
CPU system time (s): 3.97
CPU usage (%): 99.8055
Max. virtual memory (cumulated for all children) (KiB): 3780488

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

runsolver used 13.8949 second user time and 28.4097 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=477717481

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7881404 kB
Buffers:        103636 kB
Cached:       24147908 kB
SwapCached:      11936 kB
Active:        9046988 kB
Inactive:     15222080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7881404 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:           69316 kB
Writeback:           0 kB
AnonPages:       15368 kB
Mapped:           8660 kB
Slab:           736428 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2824 MiB
End job on node120 at 2011-06-13 11:42:22