Trace number 3498290

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.05 5012.96

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.60/20.44	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.60/20.44	c INFO: solving HOME/instance-3498290-1307953119.cnf
0.60/20.44	c INFO: computing task features
0.60/20.48	c INFO: computed variable-clause graph statistics
0.60/20.48	c INFO: computed clause balance statistics
0.76/20.70	c INFO: computed variable balance statistics
0.97/20.85	c INFO: computed small-clause counts
0.97/20.86	c INFO: computed Horn-clause counts
0.97/20.90	c INFO: computed variable graph statistics
0.97/20.90	c INFO: collected features for HOME/instance-3498290-1307953119.cnf in 0.45 s
1.07/21.02	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
101.26/121.15	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
587.34/606.64	c INFO: running SApperloT@0 for 97 with 4413 remaining (b = 0.15)
687.55/706.77	c INFO: running cryptominisat-2.9.0@0 for 485 with 4313 remaining (b = 0.40)
1179.52/1198.06	c INFO: running precosat-570@0 for 388 with 3822 remaining (b = 0.29)
1568.51/1586.53	c INFO: running lingeling-276@0 for 582 with 3434 remaining (b = 0.36)
2156.00/2173.22	c INFO: running lingeling-276@0 for 97 with 2847 remaining (b = 0.08)
2256.21/2273.36	c INFO: running cryptominisat-2.9.0@491 for 97 with 2747 remaining (b = 0.07)
2352.97/2369.99	c INFO: running cryptominisat-2.9.0@0 for 485 with 2650 remaining (b = 0.21)
2841.65/2857.87	c INFO: running lingeling-276@100 for 97 with 2163 remaining (b = 0.05)
2939.00/2955.01	c INFO: running precosat-570@0 for 194 with 2066 remaining (b = 0.08)
3135.46/3151.27	c INFO: running lingeling-276@585 for 485 with 1869 remaining (b = 0.18)
3623.73/3638.84	c INFO: running cryptominisat-2.9.0@587 for 1382 with 1382 remaining (b = 0.39)

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-3498290-1307953119/watcher-3498290-1307953119 -o /var/tmp/evaluation-result-3498290-1307953119/solver-3498290-1307953119 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498290-1307953119.cnf -seed 1079452364 -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 7146
/proc/meminfo: memFree=7532996/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/7146/stat : 7146 (runsolver) S 7142 7146 7101 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 906912284 12087296 50 33554432000 4194304 5436572 140735008558480 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 3 0 0 0
/proc/7146/statm: 2951 50 31 304 0 2643 0

[startup+0.00981188 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7146
/proc/meminfo: memFree=7532996/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/7146/stat : 7146 (runsolver) D 7142 7146 7101 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 906912284 12087296 55 33554432000 4194304 5436572 140735008558480 18446744073709551615 5057063 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/7146/statm: 2951 55 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100796 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7146
/proc/meminfo: memFree=7532996/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=14252 CPUtime=0 cores=1,3,5,7
/proc/7146/stat : 7146 (python) D 7142 7146 7101 0 -1 4194304 195 0 2 0 0 0 0 0 17 0 1 0 906912284 14594048 131 33554432000 4194304 5683644 140734195604736 18446744073709551615 5398816 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 1
/proc/7146/statm: 3563 131 102 364 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14252

[startup+0.300756 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7146
/proc/meminfo: memFree=7532996/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/7146/stat : 7146 (python) D 7142 7146 7101 0 -1 4202496 707 0 7 0 0 0 0 0 16 0 1 0 906912284 15552512 604 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080232192 0 0 16781312 2 18446744071562234166 0 0 17 5 0 0 10
/proc/7146/statm: 3797 604 319 364 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15188

[startup+0.70068 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7146
/proc/meminfo: memFree=7532996/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=15388 CPUtime=0 cores=1,3,5,7
/proc/7146/stat : 7146 (python) D 7142 7146 7101 0 -1 4202496 790 0 7 0 0 0 0 0 15 0 1 0 906912284 15757312 682 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080232192 0 0 16781312 2 18446744071562234166 0 0 17 5 0 0 15
/proc/7146/statm: 3847 682 322 364 0 334 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15388

[startup+1.50053 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 7148
/proc/meminfo: memFree=7528212/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=15908 CPUtime=0 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 953 0 7 0 0 0 0 0 15 0 1 0 906912284 16289792 834 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 33
/proc/7146/statm: 3977 834 357 364 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+3.10022 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 7148
/proc/meminfo: memFree=7525120/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/7146/stat : 7146 (python) D 7142 7146 7101 0 -1 4202496 1117 0 7 0 1 0 0 0 16 0 1 0 906912284 16789504 989 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 5 0 0 42
/proc/7146/statm: 4099 989 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396
heavy processes:

[startup+6.30061 s]
/proc/loadavg: 0.23 0.05 0.02 2/178 7148
/proc/meminfo: memFree=7522872/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=29792 CPUtime=0.05 cores=1,3,5,7
/proc/7146/stat : 7146 (python) D 7142 7146 7101 0 -1 4202496 1447 0 11 0 3 2 0 0 16 0 1 0 906912284 30507008 1297 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 7 0 0 59
/proc/7146/statm: 7448 1297 443 364 0 818 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29792
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.29 0.06 0.02 2/178 7148
/proc/meminfo: memFree=7505192/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=121292 CPUtime=0.22 cores=1,3,5,7
/proc/7146/stat : 7146 (python) D 7142 7146 7101 0 -1 4202496 3991 0 39 0 10 12 0 0 16 0 1 0 906912284 124203008 3654 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 7 0 0 103
/proc/7146/statm: 30323 3654 986 364 0 2653 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 121292
heavy processes:

[startup+25.501 s]
/proc/loadavg: 0.60 0.14 0.05 4/181 7160
/proc/meminfo: memFree=7403072/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=289932 CPUtime=1.09 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 10424 927 112 8 79 30 0 0 18 0 2 0 906912284 296890368 7378 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 245
/proc/7146/statm: 72483 7378 1867 364 0 8401 0
[pid=7158] ppid=7146 vsize=279688 CPUtime=0 cores=1,3,5,7
/proc/7158/stat : 7158 (python) S 7146 7146 7101 0 -1 4202560 968 0 0 0 0 0 0 0 15 0 1 0 906914386 286400512 5888 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080252431 0 0 16781312 514 4548784336886792456 0 0 17 7 0 0 0
/proc/7158/statm: 69922 5888 381 364 0 5840 0
[pid=7160] ppid=7158 vsize=8200 CPUtime=4.46 cores=1,3,5,7
/proc/7160/stat : 7160 (lingeling) R 7158 7160 7160 0 -1 4202496 2224 0 0 0 446 0 0 0 25 0 1 0 906914387 8396800 1252 33554432000 4194304 4352236 140737475461328 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7160/statm: 2050 1252 129 39 0 1130 0
[pid=7146/tid=7159] ppid=7142 vsize=289932 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (python) S 7142 7146 7101 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 2 0 906914386 296890368 7378 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 577820
heavy processes:

[startup+51.1011 s]
/proc/loadavg: 1.08 0.29 0.10 4/184 7163
/proc/meminfo: memFree=7375076/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=289932 CPUtime=1.09 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 10424 927 112 8 79 30 0 0 18 0 2 0 906912284 296890368 7378 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 245
/proc/7146/statm: 72483 7378 1867 364 0 8401 0
[pid=7158] ppid=7146 vsize=279688 CPUtime=0.02 cores=1,3,5,7
/proc/7158/stat : 7158 (python) S 7146 7146 7101 0 -1 4202560 981 0 0 0 1 1 0 0 15 0 1 0 906914386 286400512 5889 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080252431 0 0 16781312 514 564533250165276936 0 0 17 7 0 0 0
/proc/7158/statm: 69922 5889 382 364 0 5840 0
[pid=7160] ppid=7158 vsize=11064 CPUtime=30.06 cores=1,3,5,7
/proc/7160/stat : 7160 (lingeling) R 7158 7160 7160 0 -1 4202496 5436 0 0 0 3006 0 0 0 25 0 1 0 906914387 11329536 1968 33554432000 4194304 4352236 140737475461328 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7160/statm: 2766 1968 129 39 0 1846 0
[pid=7146/tid=7159] ppid=7142 vsize=289932 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (python) S 7142 7146 7101 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 2 0 906914386 296890368 7378 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.17
Current children cumulated vsize (KiB) 580684
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.60 0.55 0.19 4/184 7165
/proc/meminfo: memFree=7371072/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=289932 CPUtime=1.09 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 10424 927 112 8 79 30 0 0 18 0 2 0 906912284 296890368 7378 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 245
/proc/7146/statm: 72483 7378 1867 364 0 8401 0
[pid=7158] ppid=7146 vsize=279688 CPUtime=0.08 cores=1,3,5,7
/proc/7158/stat : 7158 (python) S 7146 7146 7101 0 -1 4202560 999 0 0 0 5 3 0 0 15 0 1 0 906914386 286400512 5889 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080252431 0 0 16781312 514 564533250165276936 0 0 17 3 0 0 0
/proc/7158/statm: 69922 5889 382 364 0 5840 0
[pid=7160] ppid=7158 vsize=13116 CPUtime=81.27 cores=1,3,5,7
/proc/7160/stat : 7160 (lingeling) R 7158 7160 7160 0 -1 4202496 11581 0 0 0 8126 1 0 0 25 0 1 0 906914387 13430784 2481 33554432000 4194304 4352236 140737475461328 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7160/statm: 3279 2481 129 39 0 2359 0
[pid=7146/tid=7159] ppid=7142 vsize=289932 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (python) S 7142 7146 7101 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 2 0 906914386 296890368 7378 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 82.44
Current children cumulated vsize (KiB) 582736

[startup+162.301 s]
/proc/loadavg: 1.99 0.85 0.31 4/189 7171
/proc/meminfo: memFree=6743748/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=290292 CPUtime=1.11 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 10930 927 112 8 81 30 0 0 18 0 2 0 906912284 297259008 7437 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 245
/proc/7146/statm: 72573 7437 1868 364 0 8491 0
[pid=7158] ppid=7146 vsize=289932 CPUtime=0.16 cores=1,3,5,7
/proc/7158/stat : 7158 (python) S 7146 7146 7101 0 -1 4202560 1187 0 0 0 9 7 0 0 15 0 2 0 906914386 296890368 5928 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7158/statm: 72483 5928 416 364 0 8401 0
[pid=7160] ppid=7158 vsize=14012 CPUtime=141.24 cores=1,3,5,7
/proc/7160/stat : 7160 (lingeling) R 7158 7160 7160 0 -1 4202496 17949 0 0 0 14122 2 0 0 25 0 1 0 906914387 14348288 2705 33554432000 4194304 4352236 140737475461328 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7160/statm: 3503 2705 129 39 0 2583 0
[pid=7158/tid=7166] ppid=7146 vsize=289932 CPUtime=0 cores=1,3,5,7
/proc/7158/task/7166/stat : 7166 (python) S 7146 7146 7101 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 906924397 296890368 5928 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471151658816 0 0 -1 3 0 0 0
[pid=7146/tid=7159] ppid=7142 vsize=290292 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (python) S 7142 7146 7101 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 2 0 906914386 297259008 7437 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 142.51
Current children cumulated vsize (KiB) 594236

[startup+222.3 s]
/proc/loadavg: 2.06 1.07 0.42 4/189 7173
/proc/meminfo: memFree=6708012/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=290292 CPUtime=1.11 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 10930 927 112 8 81 30 0 0 18 0 2 0 906912284 297259008 7437 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 245
/proc/7146/statm: 72573 7437 1868 364 0 8491 0
[pid=7158] ppid=7146 vsize=289932 CPUtime=0.22 cores=1,3,5,7
/proc/7158/stat : 7158 (python) S 7146 7146 7101 0 -1 4202560 1205 0 0 0 12 10 0 0 15 0 2 0 906914386 296890368 5928 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7158/statm: 72483 5928 416 364 0 8401 0
[pid=7160] ppid=7158 vsize=19644 CPUtime=201.25 cores=1,3,5,7
/proc/7160/stat : 7160 (lingeling) R 7158 7160 7160 0 -1 4202496 23485 0 0 0 20122 3 0 0 25 0 1 0 906914387 20115456 4113 33554432000 4194304 4352236 140737475461328 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7160/statm: 4911 4113 129 39 0 3991 0
[pid=7158/tid=7166] ppid=7146 vsize=289932 CPUtime=0 cores=1,3,5,7
/proc/7158/task/7166/stat : 7166 (python) S 7146 7146 7101 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 906924397 296890368 5928 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471151658816 0 0 -1 3 0 0 0
[pid=7146/tid=7159] ppid=7142 vsize=290292 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (python) S 7142 7146 7101 0 -1 4202560 28 927 0 8 0 0 0 0 18 0 2 0 906914386 297259008 7437 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 202.58
Current children cumulated vsize (KiB) 599868

[startup+282.301 s]
/proc/loadavg: 2.02 1.24 0.52 4/189 7175
/proc/meminfo: memFree=6695344/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=290292 CPUtime=1.11 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 10930 927 112 8 81 30 0 0 18 0 2 0 906912284 297259008 7437 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 245
/proc/7146/statm: 72573 7437 1868 364 0 8491 0

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

/proc/7194/stat : 7194 (cryptominisat-2) R 7192 7194 7194 0 -1 4202496 291672 0 0 0 196125 74 0 0 25 0 1 0 906982962 145268736 28982 33554432000 4194304 4677096 140736965643488 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7194/statm: 35466 28982 391 118 0 30425 0
[pid=7192/tid=7212] ppid=7146 vsize=300560 CPUtime=0 cores=1,3,5,7
/proc/7192/task/7212/stat : 7212 (python) S 7146 7146 7101 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907032088 307773440 5975 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471135179008 0 0 -1 3 0 0 0
[pid=7213] ppid=7146 vsize=310816 CPUtime=0.51 cores=1,3,5,7
/proc/7213/stat : 7213 (python) S 7146 7146 7101 0 -1 4202560 1145 0 0 0 28 23 0 0 19 0 2 0 907032090 318275584 5978 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7213/statm: 77704 5978 400 364 0 13613 0
[pid=7215] ppid=7213 vsize=35532 CPUtime=388.43 cores=1,3,5,7
/proc/7215/stat : 7215 (precosat) T 7213 7215 7215 0 -1 4202496 9149 0 0 0 38842 1 0 0 25 0 1 0 907032090 36384768 8678 33554432000 4194304 4890832 140736951661552 18446744073709551615 4291629 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/7215/statm: 8883 8678 86 171 0 8710 0
[pid=7213/tid=7233] ppid=7146 vsize=310816 CPUtime=0 cores=1,3,5,7
/proc/7213/task/7233/stat : 7233 (python) S 7146 7146 7101 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907070935 318275584 5978 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471105681344 0 0 -1 5 0 0 0
[pid=7234] ppid=7146 vsize=321072 CPUtime=0.78 cores=1,3,5,7
/proc/7234/stat : 7234 (python) S 7146 7146 7101 0 -1 4202560 1146 0 0 0 42 36 0 0 19 0 2 0 907070937 328777728 5982 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7234/statm: 80268 5982 400 364 0 16174 0
[pid=7236] ppid=7234 vsize=22716 CPUtime=586.69 cores=1,3,5,7
/proc/7236/stat : 7236 (lingeling) T 7234 7236 7236 0 -1 4202496 43555 0 0 0 58664 5 0 0 25 0 1 0 907070938 23261184 4855 33554432000 4194304 4352236 140735675099808 18446744073709551615 4329333 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/7236/statm: 5679 4855 129 39 0 4759 0
[pid=7234/tid=7258] ppid=7146 vsize=321072 CPUtime=0 cores=1,3,5,7
/proc/7234/task/7258/stat : 7258 (python) S 7146 7146 7101 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907129605 328777728 5982 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 5 0 0 0
[pid=7259] ppid=7146 vsize=331328 CPUtime=0.27 cores=1,3,5,7
/proc/7259/stat : 7259 (python) S 7146 7146 7101 0 -1 4202560 1146 0 0 0 14 13 0 0 18 0 2 0 907129607 339279872 5986 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7259/statm: 82832 5986 400 364 0 18735 0
[pid=7261] ppid=7259 vsize=14956 CPUtime=197.24 cores=1,3,5,7
/proc/7261/stat : 7261 (lingeling) T 7259 7261 7261 0 -1 4202496 20214 0 0 0 19722 2 0 0 25 0 1 0 907129607 15314944 2909 33554432000 4194304 4352236 140734581244896 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7261/statm: 3739 2909 129 39 0 2819 0
[pid=7259/tid=7265] ppid=7146 vsize=331328 CPUtime=0 cores=1,3,5,7
/proc/7259/task/7265/stat : 7265 (python) S 7146 7146 7101 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907139619 339279872 5986 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604456362090624 0 0 -1 1 0 0 0
[pid=7268] ppid=7146 vsize=341584 CPUtime=0.76 cores=1,3,5,7
/proc/7268/stat : 7268 (python) S 7146 7146 7101 0 -1 4202560 1169 0 0 0 42 34 0 0 16 0 2 0 907149283 349782016 6011 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7268/statm: 85396 6011 400 364 0 21296 0
[pid=7270] ppid=7268 vsize=91480 CPUtime=487.87 cores=1,3,5,7
/proc/7270/stat : 7270 (cryptominisat-2) T 7268 7270 7270 0 -1 4202496 112271 0 0 0 48765 22 0 0 25 0 1 0 907149284 93675520 16861 33554432000 4194304 4677096 140735067539728 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/7270/statm: 22870 16861 391 118 0 17829 0
[pid=7268/tid=7299] ppid=7146 vsize=341584 CPUtime=0 cores=1,3,5,7
/proc/7268/task/7299/stat : 7299 (python) S 7146 7146 7101 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907198070 349782016 6011 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604456362091520 0 0 -1 3 0 0 0
[pid=7304] ppid=7146 vsize=351840 CPUtime=0.27 cores=1,3,5,7
/proc/7304/stat : 7304 (python) S 7146 7146 7101 0 -1 4202560 1186 0 0 0 16 11 0 0 19 0 2 0 907207785 360284160 6025 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7304/statm: 87960 6025 406 364 0 23857 0
[pid=7306] ppid=7304 vsize=27836 CPUtime=196.23 cores=1,3,5,7
/proc/7306/stat : 7306 (precosat) T 7304 7306 7306 0 -1 4202496 7141 0 0 0 19622 1 0 0 25 0 1 0 907207785 28504064 6734 33554432000 4194304 4890832 140735747308624 18446744073709551615 4238577 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/7306/statm: 6959 6734 86 171 0 6786 0
[pid=7304/tid=7312] ppid=7146 vsize=351840 CPUtime=0 cores=1,3,5,7
/proc/7304/task/7312/stat : 7312 (python) S 7146 7146 7101 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907227410 360284160 6025 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471143711936 0 0 -1 1 0 0 0
[pid=7146/tid=7159] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (python) S 7142 7146 7101 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 9 0 906914386 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
[pid=7146/tid=7185] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7185/stat : 7185 (python) S 7142 7146 7101 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 906972949 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
[pid=7146/tid=7193] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7193/stat : 7193 (python) S 7142 7146 7101 0 -1 4202560 35 927 0 8 0 0 0 0 18 0 9 0 906982962 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 1 0 0 0
[pid=7146/tid=7214] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7214/stat : 7214 (python) S 7142 7146 7101 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 907032090 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 1 0 0 0
[pid=7146/tid=7235] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7235/stat : 7235 (python) S 7142 7146 7101 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 907070937 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 1 0 0 0
[pid=7146/tid=7260] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7260/stat : 7260 (python) S 7142 7146 7101 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 9 0 907129607 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 5 0 0 0
[pid=7146/tid=7269] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7269/stat : 7269 (python) S 7142 7146 7101 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 907149283 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
[pid=7146/tid=7305] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7305/stat : 7305 (python) S 7142 7146 7101 0 -1 4202560 31 927 0 8 0 0 0 0 20 0 9 0 907207785 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 3268228

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

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

[startup+5012.9 s]
/proc/loadavg: 2.03 2.04 1.97 2/209 7371
/proc/meminfo: memFree=7126924/32950928 swapFree=67055948/67111528
[pid=7146] ppid=7142 vsize=362084 CPUtime=1.31 cores=1,3,5,7
/proc/7146/stat : 7146 (python) S 7142 7146 7101 0 -1 4202496 16881 927 112 8 99 32 0 0 18 0 9 0 906912284 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 245
/proc/7146/statm: 90521 7514 1890 364 0 26418 0
[pid=7158] ppid=7146 vsize=289932 CPUtime=1.33 cores=1,3,5,7
/proc/7158/stat : 7158 (python) S 7146 7146 7101 0 -1 4202560 1207 0 0 0 72 61 0 0 15 0 2 0 906914386 296890368 5928 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7158/statm: 72483 5928 416 364 0 8401 0
[pid=7160] ppid=7158 vsize=23232 CPUtime=1073.17 cores=1,3,5,7
/proc/7160/stat : 7160 (lingeling) T 7158 7160 7160 0 -1 4202496 70910 0 0 0 107309 8 0 0 25 0 1 0 906914387 23789568 4978 33554432000 4194304 4352236 140737475461328 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7160/statm: 5808 4978 129 39 0 4888 0
[pid=7158/tid=7166] ppid=7146 vsize=289932 CPUtime=0 cores=1,3,5,7
/proc/7158/task/7166/stat : 7166 (python) S 7146 7146 7101 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 906924397 296890368 5928 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471151658816 0 0 -1 3 0 0 0
[pid=7184] ppid=7146 vsize=290304 CPUtime=0.11 cores=1,3,5,7
/proc/7184/stat : 7184 (python) S 7146 7146 7101 0 -1 4202560 1092 0 0 0 6 5 0 0 19 0 2 0 906972949 297271296 5970 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7184/statm: 72576 5970 400 364 0 8491 0
[pid=7186] ppid=7184 vsize=11092 CPUtime=100.09 cores=1,3,5,7
/proc/7186/stat : 7186 (SApperloT-base) T 7184 7186 7186 0 -1 4202496 2690 0 0 0 10009 0 0 0 25 0 1 0 906972949 11358208 2429 33554432000 134512640 135674940 4288518736 18446744073709551615 134565273 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7186/statm: 2773 2429 100 284 0 2487 0
[pid=7184/tid=7191] ppid=7146 vsize=290304 CPUtime=0 cores=1,3,5,7
/proc/7184/task/7191/stat : 7191 (python) S 7146 7146 7101 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906982959 297271296 5970 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604466232561728 0 0 -1 5 0 0 0
[pid=7192] ppid=7146 vsize=300560 CPUtime=3 cores=1,3,5,7
/proc/7192/stat : 7192 (python) S 7146 7146 7101 0 -1 4202560 1204 0 0 0 156 144 0 0 15 0 2 0 906982961 307773440 5975 33554432000 4194304 5683644 140734195604736 18446744073709551615 208080252486 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7192/statm: 75140 5975 401 364 0 11052 0
[pid=7194] ppid=7192 vsize=141864 CPUtime=1961.99 cores=1,3,5,7
/proc/7194/stat : 7194 (cryptominisat-2) R 7192 7194 7194 0 -1 4202496 291672 0 0 0 196125 74 0 0 25 0 1 0 906982962 145268736 28982 33554432000 4194304 4677096 140736965643488 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7194/statm: 35466 28982 391 118 0 30425 0
[pid=7192/tid=7212] ppid=7146 vsize=300560 CPUtime=0 cores=1,3,5,7
/proc/7192/task/7212/stat : 7212 (python) S 7146 7146 7101 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 907032088 307773440 5975 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471135179008 0 0 -1 3 0 0 0
[pid=7213] ppid=7146 vsize=310816 CPUtime=0.51 cores=1,3,5,7
/proc/7213/stat : 7213 (python) S 7146 7146 7101 0 -1 4202560 1145 0 0 0 28 23 0 0 19 0 2 0 907032090 318275584 5978 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7213/statm: 77704 5978 400 364 0 13613 0
[pid=7215] ppid=7213 vsize=35532 CPUtime=388.43 cores=1,3,5,7
/proc/7215/stat : 7215 (precosat) T 7213 7215 7215 0 -1 4202496 9149 0 0 0 38842 1 0 0 25 0 1 0 907032090 36384768 8678 33554432000 4194304 4890832 140736951661552 18446744073709551615 4291629 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/7215/statm: 8883 8678 86 171 0 8710 0
[pid=7213/tid=7233] ppid=7146 vsize=310816 CPUtime=0 cores=1,3,5,7
/proc/7213/task/7233/stat : 7233 (python) S 7146 7146 7101 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907070935 318275584 5978 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471105681344 0 0 -1 5 0 0 0
[pid=7234] ppid=7146 vsize=321072 CPUtime=0.78 cores=1,3,5,7
/proc/7234/stat : 7234 (python) S 7146 7146 7101 0 -1 4202560 1146 0 0 0 42 36 0 0 19 0 2 0 907070937 328777728 5982 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7234/statm: 80268 5982 400 364 0 16174 0
[pid=7236] ppid=7234 vsize=22716 CPUtime=586.69 cores=1,3,5,7
/proc/7236/stat : 7236 (lingeling) T 7234 7236 7236 0 -1 4202496 43555 0 0 0 58664 5 0 0 25 0 1 0 907070938 23261184 4855 33554432000 4194304 4352236 140735675099808 18446744073709551615 4329333 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/7236/statm: 5679 4855 129 39 0 4759 0
[pid=7234/tid=7258] ppid=7146 vsize=321072 CPUtime=0 cores=1,3,5,7
/proc/7234/task/7258/stat : 7258 (python) S 7146 7146 7101 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907129605 328777728 5982 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471105679552 0 0 -1 5 0 0 0
[pid=7259] ppid=7146 vsize=331328 CPUtime=0.27 cores=1,3,5,7
/proc/7259/stat : 7259 (python) S 7146 7146 7101 0 -1 4202560 1146 0 0 0 14 13 0 0 18 0 2 0 907129607 339279872 5986 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7259/statm: 82832 5986 400 364 0 18735 0
[pid=7261] ppid=7259 vsize=14956 CPUtime=197.24 cores=1,3,5,7
/proc/7261/stat : 7261 (lingeling) T 7259 7261 7261 0 -1 4202496 20214 0 0 0 19722 2 0 0 25 0 1 0 907129607 15314944 2909 33554432000 4194304 4352236 140734581244896 18446744073709551615 4329328 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/7261/statm: 3739 2909 129 39 0 2819 0
[pid=7259/tid=7265] ppid=7146 vsize=331328 CPUtime=0 cores=1,3,5,7
/proc/7259/task/7265/stat : 7265 (python) S 7146 7146 7101 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907139619 339279872 5986 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604456362090624 0 0 -1 1 0 0 0
[pid=7268] ppid=7146 vsize=341584 CPUtime=0.76 cores=1,3,5,7
/proc/7268/stat : 7268 (python) S 7146 7146 7101 0 -1 4202560 1169 0 0 0 42 34 0 0 16 0 2 0 907149283 349782016 6011 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7268/statm: 85396 6011 400 364 0 21296 0
[pid=7270] ppid=7268 vsize=91480 CPUtime=487.87 cores=1,3,5,7
/proc/7270/stat : 7270 (cryptominisat-2) T 7268 7270 7270 0 -1 4202496 112271 0 0 0 48765 22 0 0 25 0 1 0 907149284 93675520 16861 33554432000 4194304 4677096 140735067539728 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/7270/statm: 22870 16861 391 118 0 17829 0
[pid=7268/tid=7299] ppid=7146 vsize=341584 CPUtime=0 cores=1,3,5,7
/proc/7268/task/7299/stat : 7299 (python) S 7146 7146 7101 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907198070 349782016 6011 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604456362091520 0 0 -1 3 0 0 0
[pid=7304] ppid=7146 vsize=351840 CPUtime=0.27 cores=1,3,5,7
/proc/7304/stat : 7304 (python) S 7146 7146 7101 0 -1 4202560 1186 0 0 0 16 11 0 0 19 0 2 0 907207785 360284160 6025 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7304/statm: 87960 6025 406 364 0 23857 0
[pid=7306] ppid=7304 vsize=27836 CPUtime=196.23 cores=1,3,5,7
/proc/7306/stat : 7306 (precosat) T 7304 7306 7306 0 -1 4202496 7141 0 0 0 19622 1 0 0 25 0 1 0 907207785 28504064 6734 33554432000 4194304 4890832 140735747308624 18446744073709551615 4238577 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/7306/statm: 6959 6734 86 171 0 6786 0
[pid=7304/tid=7312] ppid=7146 vsize=351840 CPUtime=0 cores=1,3,5,7
/proc/7304/task/7312/stat : 7312 (python) S 7146 7146 7101 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907227410 360284160 6025 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 514 18446604471143711936 0 0 -1 1 0 0 0
[pid=7146/tid=7159] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7159/stat : 7159 (python) S 7142 7146 7101 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 9 0 906914386 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
[pid=7146/tid=7185] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7185/stat : 7185 (python) S 7142 7146 7101 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 9 0 906972949 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
[pid=7146/tid=7193] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7193/stat : 7193 (python) S 7142 7146 7101 0 -1 4202560 35 927 0 8 0 0 0 0 18 0 9 0 906982962 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 1 0 0 0
[pid=7146/tid=7214] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7214/stat : 7214 (python) S 7142 7146 7101 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 907032090 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 1 0 0 0
[pid=7146/tid=7235] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7235/stat : 7235 (python) S 7142 7146 7101 0 -1 4202560 28 927 0 8 0 0 0 0 20 0 9 0 907070937 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 1 0 0 0
[pid=7146/tid=7260] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7260/stat : 7260 (python) S 7142 7146 7101 0 -1 4202560 33 927 0 8 0 0 0 0 18 0 9 0 907129607 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 5 0 0 0
[pid=7146/tid=7269] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7269/stat : 7269 (python) S 7142 7146 7101 0 -1 4202560 29 927 0 8 0 0 0 0 20 0 9 0 907149283 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 3 0 0 0
[pid=7146/tid=7305] ppid=7142 vsize=362084 CPUtime=0 cores=1,3,5,7
/proc/7146/task/7305/stat : 7305 (python) S 7142 7146 7101 0 -1 4202560 31 927 0 8 0 0 0 0 20 0 9 0 907207785 370774016 7514 33554432000 4194304 5683644 140734195604736 18446744073709551615 208092055985 0 0 16781312 2 18446604471145003200 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 3268228

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5012.96
CPU time (s): 5000.05
CPU user time (s): 4995.33
CPU system time (s): 4.72
CPU usage (%): 99.7425
Max. virtual memory (cumulated for all children) (KiB): 3351052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.998848
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17811
page faults= 120
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22414
involuntary context switches= 85

runsolver used 13.5649 second user time and 30.9243 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-13 10:18:39
IDJOB=3498290
IDBENCH=70785
IDSOLVER=1991
FILE ID=node127/3498290-1307953119
RUNJOBID= node127-1307953119-7120
PBS_JOBID= 13559701
Free space on /var/tmp= 2892 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.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-3498290-1307953119/watcher-3498290-1307953119 -o /var/tmp/evaluation-result-3498290-1307953119/solver-3498290-1307953119 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498290-1307953119.cnf -seed 1079452364 -budget 5000

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=1079452364

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7533268 kB
Buffers:        106824 kB
Cached:       24476604 kB
SwapCached:       9120 kB
Active:        9087688 kB
Inactive:     15514360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7533268 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           67628 kB
Writeback:           0 kB
AnonPages:       16720 kB
Mapped:          12648 kB
Slab:           751436 kB
PageTables:       4668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187212 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 node127 at 2011-06-13 11:42:21