Trace number 3498406

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000.06 4994.15

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2133.18
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.48	c INFO: solving HOME/instance-3498406-1308501005.cnf
0.30/0.48	c INFO: computing task features
1.88/2.00	c INFO: computed variable-clause graph statistics
1.88/2.06	c INFO: computed clause balance statistics
9.18/9.32	c INFO: computed variable balance statistics
14.68/14.85	c INFO: computed small-clause counts
14.78/14.95	c INFO: computed Horn-clause counts
45.58/45.79	c INFO: computed variable graph statistics
45.58/45.80	c INFO: collected features for HOME/instance-3498406-1308501005.cnf in 45.26 s
45.68/45.82	c INFO: running lingeling-276@0 for 97 with 4954 remaining (b = 0.51)
145.86/145.95	c INFO: running lingeling-276@100 for 1164 with 4854 remaining (b = 0.53)
1311.45/1310.12	c INFO: running lingeling-276@0 for 97 with 3690 remaining (b = 0.49)
1411.65/1410.26	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3590 remaining (b = 0.61)
3068.57/3065.06	c INFO: running lingeling-276@100 for 194 with 1936 remaining (b = 0.24)
3262.05/3258.27	c INFO: running lingeling-276@0 for 97 with 1743 remaining (b = 0.40)
3362.23/3358.39	c INFO: running lingeling-276@100 for 97 with 1643 remaining (b = 0.09)
3457.44/3453.49	c INFO: running lingeling-276@195 for 97 with 1548 remaining (b = 0.09)
3558.77/3554.60	c INFO: running cryptominisat-2.9.0@0 for 485 with 1447 remaining (b = 0.50)
4045.70/4040.95	c INFO: running precosat-570@0 for 194 with 961 remaining (b = 0.36)
4242.13/4237.17	c INFO: running lingeling-276@0 for 97 with 764 remaining (b = 0.18)
4342.33/4337.29	c INFO: running cryptominisat-2.9.0@486 for 97 with 664 remaining (b = 0.06)
4443.77/4438.52	c INFO: running precosat-570@196 for 97 with 563 remaining (b = 0.05)
4540.98/4535.63	c INFO: running precosat-570@293 for 97 with 466 remaining (b = 0.05)
4636.19/4630.73	c INFO: running cryptominisat-2.9.0@1653 for 371 with 371 remaining (b = 0.13)

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 /tmp/evaluation-result-3498406-1308501005/watcher-3498406-1308501005 -o /tmp/evaluation-result-3498406-1308501005/solver-3498406-1308501005 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498406-1308501005.cnf -seed 1510581091 -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: 1.99 1.85 1.58 2/180 24960
/proc/meminfo: memFree=26958388/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 694291850 15753216 681 33554432000 4194304 5683644 140735004455312 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 3846 681 322 364 0 333 0

[startup+0.085614 s]
/proc/loadavg: 1.99 1.85 1.58 2/180 24960
/proc/meminfo: memFree=26958388/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=89768 CPUtime=0.05 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 2674 0 0 0 4 1 0 0 17 0 1 0 694291850 91922432 2388 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660658100 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.100603 s]
/proc/loadavg: 1.99 1.85 1.58 2/180 24960
/proc/meminfo: memFree=26958388/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=102012 CPUtime=0.07 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 3029 0 0 0 5 2 0 0 17 0 1 0 694291850 104460288 2718 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660660224 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 25503 2718 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.300872 s]
/proc/loadavg: 1.99 1.85 1.58 2/180 24960
/proc/meminfo: memFree=26958388/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=157380 CPUtime=0.22 cores=1,3,5,7
/proc/24960/stat : 24960 (python) S 24958 24960 24229 0 -1 4202496 6601 934 1 0 16 6 0 0 17 0 1 0 694291850 161157120 4696 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/24960/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157380

[startup+0.70044 s]
/proc/loadavg: 1.99 1.85 1.58 2/180 24960
/proc/meminfo: memFree=26958388/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=300092 CPUtime=0.58 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 14759 934 1 0 49 9 0 0 17 0 1 0 694291850 307294208 12315 33554432000 4194304 5683644 140735004455312 18446744073709551615 47478709216573 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/24960/statm: 75023 12315 1761 364 0 10947 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 300092

[startup+1.50034 s]
/proc/loadavg: 1.99 1.85 1.58 3/181 24965
/proc/meminfo: memFree=26895840/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=348644 CPUtime=1.37 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 26504 934 1 0 127 10 0 0 18 0 1 0 694291850 357011456 24060 33554432000 4194304 5683644 140735004455312 18446744073709551615 47478538604717 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 87161 24060 1761 364 0 23085 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 348644

[startup+3.10105 s]
/proc/loadavg: 1.99 1.85 1.58 3/181 24965
/proc/meminfo: memFree=26844256/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=369904 CPUtime=2.98 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 48051 934 1 0 285 13 0 0 21 0 1 0 694291850 378781696 29861 33554432000 4194304 5683644 140735004455312 18446744073709551615 4509101 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 92476 29861 1826 364 0 28400 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 369904

[startup+6.30049 s]
/proc/loadavg: 2.07 1.87 1.59 3/185 24969
/proc/meminfo: memFree=26777260/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=369904 CPUtime=6.18 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 48051 934 1 0 605 13 0 0 25 0 1 0 694291850 378781696 29861 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660321701 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 92476 29861 1826 364 0 28400 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 369904

[startup+12.7004 s]
/proc/loadavg: 2.07 1.87 1.59 3/185 24970
/proc/meminfo: memFree=26771272/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=369904 CPUtime=12.58 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 48052 934 1 0 1245 13 0 0 25 0 1 0 694291850 378781696 29862 33554432000 4194304 5683644 140735004455312 18446744073709551615 47478541139588 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 92476 29862 1827 364 0 28400 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 369904

[startup+25.5001 s]
/proc/loadavg: 2.05 1.87 1.59 3/185 24970
/proc/meminfo: memFree=26761948/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=373720 CPUtime=25.38 cores=1,3,5,7
/proc/24960/stat : 24960 (python) R 24958 24960 24229 0 -1 4202496 49012 934 1 0 2525 13 0 0 25 0 1 0 694291850 382689280 30822 33554432000 4194304 5683644 140735004455312 18446744073709551615 47478538365056 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/24960/statm: 93430 30822 1833 364 0 29354 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 373720

[startup+51.1006 s]
/proc/loadavg: 2.03 1.88 1.60 3/188 24974
/proc/meminfo: memFree=26711508/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=376512 CPUtime=45.7 cores=1,3,5,7
/proc/24960/stat : 24960 (python) S 24958 24960 24229 0 -1 4202496 49378 934 1 0 4557 13 0 0 20 0 2 0 694291850 385548288 28999 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24960/statm: 94128 28999 1875 364 0 30046 0
[pid=24971] ppid=24960 vsize=366268 CPUtime=0 cores=1,3,5,7
/proc/24971/stat : 24971 (python) S 24960 24960 24229 0 -1 4202560 960 0 0 0 0 0 0 0 18 0 1 0 694296432 375058432 27501 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660682255 0 0 16781312 514 4346245498957431048 0 0 17 5 0 0 0
/proc/24971/statm: 91567 27501 381 364 0 27485 0
[pid=24973] ppid=24971 vsize=48996 CPUtime=5.25 cores=1,3,5,7
/proc/24973/stat : 24973 (lingeling) R 24971 24973 24973 0 -1 4202496 20927 0 0 0 523 2 0 0 25 0 1 0 694296433 50171904 11162 33554432000 4194304 4352236 140733977705264 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/24973/statm: 12249 11162 127 39 0 11329 0
[pid=24960/tid=24972] ppid=24958 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24960/task/24972/stat : 24972 (python) S 24958 24960 24229 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 2 0 694296433 385548288 28999 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 791776

[startup+102.307 s]
/proc/loadavg: 2.01 1.90 1.62 3/188 24975
/proc/meminfo: memFree=26694748/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=376512 CPUtime=45.7 cores=1,3,5,7
/proc/24960/stat : 24960 (python) S 24958 24960 24229 0 -1 4202496 49378 934 1 0 4557 13 0 0 20 0 2 0 694291850 385548288 28999 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24960/statm: 94128 28999 1875 364 0 30046 0
[pid=24971] ppid=24960 vsize=366268 CPUtime=0.05 cores=1,3,5,7
/proc/24971/stat : 24971 (python) S 24960 24960 24229 0 -1 4202560 981 0 0 0 3 2 0 0 18 0 1 0 694296432 375058432 27501 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660682255 0 0 16781312 514 8241710463390286088 0 0 17 5 0 0 0
/proc/24971/statm: 91567 27501 381 364 0 27485 0
[pid=24973] ppid=24971 vsize=31536 CPUtime=56.46 cores=1,3,5,7
/proc/24973/stat : 24973 (lingeling) R 24971 24973 24973 0 -1 4202496 30096 0 0 0 5643 3 0 0 25 0 1 0 694296433 32292864 7054 33554432000 4194304 4352236 140733977705264 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24973/statm: 7884 7054 129 39 0 6964 0
[pid=24960/tid=24972] ppid=24958 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24960/task/24972/stat : 24972 (python) S 24958 24960 24229 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 2 0 694296433 385548288 28999 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 774316

[startup+162.301 s]
/proc/loadavg: 2.00 1.91 1.64 3/189 24978
/proc/meminfo: memFree=26687508/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=376512 CPUtime=45.72 cores=1,3,5,7
/proc/24960/stat : 24960 (python) S 24958 24960 24229 0 -1 4202496 49874 934 1 0 4559 13 0 0 18 0 2 0 694291850 385548288 29000 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24960/statm: 94128 29000 1876 364 0 30046 0
[pid=24971] ppid=24960 vsize=376512 CPUtime=0.13 cores=1,3,5,7
/proc/24971/stat : 24971 (python) S 24960 24960 24229 0 -1 4202560 1165 0 0 0 7 6 0 0 18 0 2 0 694296432 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24971/statm: 94128 27540 415 364 0 30046 0
[pid=24973] ppid=24971 vsize=33080 CPUtime=116.43 cores=1,3,5,7
/proc/24973/stat : 24973 (lingeling) R 24971 24973 24973 0 -1 4202496 31051 0 0 0 11640 3 0 0 25 0 1 0 694296433 33873920 7442 33554432000 4194304 4352236 140733977705264 18446744073709551615 4276580 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24973/statm: 8270 7442 129 39 0 7350 0
[pid=24971/tid=24977] ppid=24960 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24971/task/24977/stat : 24977 (python) S 24960 24960 24229 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 694306443 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471104501568 0 0 -1 5 0 0 0
[pid=24960/tid=24972] ppid=24958 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24960/task/24972/stat : 24972 (python) S 24958 24960 24229 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 694296433 385548288 29000 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 786104

[startup+222.3 s]
/proc/loadavg: 2.00 1.93 1.66 3/189 24979
/proc/meminfo: memFree=26681896/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=376512 CPUtime=45.72 cores=1,3,5,7
/proc/24960/stat : 24960 (python) S 24958 24960 24229 0 -1 4202496 49874 934 1 0 4559 13 0 0 18 0 2 0 694291850 385548288 29000 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24960/statm: 94128 29000 1876 364 0 30046 0
[pid=24971] ppid=24960 vsize=376512 CPUtime=0.2 cores=1,3,5,7
/proc/24971/stat : 24971 (python) S 24960 24960 24229 0 -1 4202560 1182 0 0 0 11 9 0 0 18 0 2 0 694296432 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24971/statm: 94128 27540 415 364 0 30046 0
[pid=24973] ppid=24971 vsize=39400 CPUtime=176.43 cores=1,3,5,7
/proc/24973/stat : 24973 (lingeling) R 24971 24973 24973 0 -1 4202496 33113 0 0 0 17639 4 0 0 25 0 1 0 694296433 40345600 9020 33554432000 4194304 4352236 140733977705264 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24973/statm: 9850 9020 129 39 0 8930 0
[pid=24971/tid=24977] ppid=24960 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24971/task/24977/stat : 24977 (python) S 24960 24960 24229 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 694306443 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471104501568 0 0 -1 5 0 0 0
[pid=24960/tid=24972] ppid=24958 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24960/task/24972/stat : 24972 (python) S 24958 24960 24229 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 694296433 385548288 29000 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 792424

[startup+282.301 s]
/proc/loadavg: 2.00 1.94 1.68 3/189 24981
/proc/meminfo: memFree=26663120/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=376512 CPUtime=45.72 cores=1,3,5,7
/proc/24960/stat : 24960 (python) S 24958 24960 24229 0 -1 4202496 49874 934 1 0 4559 13 0 0 18 0 2 0 694291850 385548288 29000 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24960/statm: 94128 29000 1876 364 0 30046 0
[pid=24971] ppid=24960 vsize=376512 CPUtime=0.27 cores=1,3,5,7
/proc/24971/stat : 24971 (python) S 24960 24960 24229 0 -1 4202560 1198 0 0 0 15 12 0 0 18 0 2 0 694296432 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24971/statm: 94128 27540 415 364 0 30046 0
[pid=24973] ppid=24971 vsize=50588 CPUtime=236.44 cores=1,3,5,7
/proc/24973/stat : 24973 (lingeling) R 24971 24973 24973 0 -1 4202496 40208 0 0 0 23639 5 0 0 25 0 1 0 694296433 51802112 11817 33554432000 4194304 4352236 140733977705264 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24973/statm: 12647 11817 129 39 0 11727 0
[pid=24971/tid=24977] ppid=24960 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24971/task/24977/stat : 24977 (python) S 24960 24960 24229 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 694306443 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471104501568 0 0 -1 5 0 0 0
[pid=24960/tid=24972] ppid=24958 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24960/task/24972/stat : 24972 (python) S 24958 24960 24229 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 694296433 385548288 29000 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 803612


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

[pid=24971] ppid=24960 vsize=376512 CPUtime=1.47 cores=1,3,5,7
/proc/24971/stat : 24971 (python) S 24960 24960 24229 0 -1 4202560 1199 0 0 0 81 66 0 0 18 0 2 0 694296432 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24971/statm: 94128 27540 415 364 0 30046 0
[pid=24973] ppid=24971 vsize=79172 CPUtime=1264.26 cores=1,3,5,7
/proc/24973/stat : 24973 (lingeling) T 24971 24973 24973 0 -1 4202496 58099 0 0 0 126420 6 0 0 25 0 1 0 694296433 81072128 18963 33554432000 4194304 4352236 140733977705264 18446744073709551615 4328400 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24973/statm: 19793 18963 129 39 0 18873 0
[pid=24971/tid=24977] ppid=24960 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24971/task/24977/stat : 24977 (python) S 24960 24960 24229 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 694306443 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471104501568 0 0 -1 5 0 0 0
[pid=25018] ppid=24960 vsize=376524 CPUtime=0.34 cores=1,3,5,7
/proc/25018/stat : 25018 (python) S 24960 24960 24229 0 -1 4202560 1131 0 0 0 17 17 0 0 18 0 2 0 694422863 385560576 27524 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25018/statm: 94131 27524 399 364 0 30046 0
[pid=25020] ppid=25018 vsize=41288 CPUtime=293.3 cores=1,3,5,7
/proc/25020/stat : 25020 (lingeling) T 25018 25020 25020 0 -1 4202496 41794 0 0 0 29325 5 0 0 25 0 1 0 694422863 42278912 9492 33554432000 4194304 4352236 140735945930240 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/25020/statm: 10322 9492 129 39 0 9402 0
[pid=25018/tid=25024] ppid=24960 vsize=376524 CPUtime=0 cores=1,3,5,7
/proc/25018/task/25024/stat : 25024 (python) S 24960 24960 24229 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 694432874 385560576 27524 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471137240960 0 0 -1 3 0 0 0
[pid=25025] ppid=24960 vsize=386780 CPUtime=2.59 cores=1,3,5,7
/proc/25025/stat : 25025 (python) S 24960 24960 24229 0 -1 4202560 1181 0 0 0 126 133 0 0 15 0 2 0 694432876 396062720 27529 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25025/statm: 96695 27529 400 364 0 32607 0
[pid=25027] ppid=25025 vsize=640588 CPUtime=2018.18 cores=1,3,5,7
/proc/25027/stat : 25027 (cryptominisat-2) R 25025 25027 25027 0 -1 4202496 464318 0 0 0 201708 110 0 0 25 0 1 0 694432877 655962112 148047 33554432000 4194304 4677096 140734936421984 18446744073709551615 4339319 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25027/statm: 160147 148047 393 118 0 155106 0
[pid=25025/tid=25108] ppid=24960 vsize=386780 CPUtime=0 cores=1,3,5,7
/proc/25025/task/25108/stat : 25108 (python) S 24960 24960 24229 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 694598355 396062720 27529 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 5 0 0 0
[pid=25114] ppid=24960 vsize=397036 CPUtime=0.34 cores=1,3,5,7
/proc/25114/stat : 25114 (python) S 24960 24960 24229 0 -1 4202560 1137 0 0 0 18 16 0 0 15 0 2 0 694617677 406564864 27532 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25114/statm: 99259 27532 399 364 0 35168 0
[pid=25116] ppid=25114 vsize=52732 CPUtime=296.3 cores=1,3,5,7
/proc/25116/stat : 25116 (lingeling) T 25114 25116 25116 0 -1 4202496 42820 0 0 0 29625 5 0 0 25 0 1 0 694617678 53997568 12353 33554432000 4194304 4352236 140733725172736 18446744073709551615 4333011 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/25116/statm: 13183 12353 129 39 0 12263 0
[pid=25114/tid=25120] ppid=24960 vsize=397036 CPUtime=0 cores=1,3,5,7
/proc/25114/task/25120/stat : 25120 (python) S 24960 24960 24229 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 694627688 406564864 27532 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471160752192 0 0 -1 1 0 0 0
[pid=25126] ppid=24960 vsize=407292 CPUtime=0.79 cores=1,3,5,7
/proc/25126/stat : 25126 (python) S 24960 24960 24229 0 -1 4202560 1163 0 0 0 44 35 0 0 15 0 2 0 694647310 417067008 27537 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25126/statm: 101823 27537 400 364 0 37729 0
[pid=25128] ppid=25126 vsize=575672 CPUtime=587.56 cores=1,3,5,7
/proc/25128/stat : 25128 (cryptominisat-2) T 25126 25128 25128 0 -1 4202496 202005 0 0 0 58716 40 0 0 25 0 1 0 694647311 589488128 129562 33554432000 4194304 4677096 140734051161920 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/25128/statm: 143918 129562 393 118 0 138877 0
[pid=25126/tid=25142] ppid=24960 vsize=407292 CPUtime=0 cores=1,3,5,7
/proc/25126/task/25142/stat : 25142 (python) S 24960 24960 24229 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 694695945 417067008 27537 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471130861952 0 0 -1 1 0 0 0
[pid=25143] ppid=24960 vsize=417548 CPUtime=0.46 cores=1,3,5,7
/proc/25143/stat : 25143 (python) S 24960 24960 24229 0 -1 4202560 1125 0 0 0 22 24 0 0 15 0 2 0 694695946 427569152 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25143/statm: 104387 27540 399 364 0 40290 0
[pid=25145] ppid=25143 vsize=159740 CPUtime=388.39 cores=1,3,5,7
/proc/25145/stat : 25145 (precosat) T 25143 25145 25145 0 -1 4202496 40739 0 0 0 38833 6 0 0 25 0 1 0 694695946 163573760 37918 33554432000 4194304 4890832 140735807928736 18446744073709551615 4238673 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/25145/statm: 39935 37918 86 171 0 39762 0
[pid=25143/tid=25151] ppid=24960 vsize=417548 CPUtime=0 cores=1,3,5,7
/proc/25143/task/25151/stat : 25151 (python) S 24960 24960 24229 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 694715567 427569152 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604454222989440 0 0 -1 3 0 0 0
[pid=25152] ppid=24960 vsize=427804 CPUtime=0.11 cores=1,3,5,7
/proc/25152/stat : 25152 (python) S 24960 24960 24229 0 -1 4202560 1087 0 0 0 6 5 0 0 16 0 2 0 694715567 438071296 27544 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25152/statm: 106951 27544 399 364 0 42851 0
[pid=25154] ppid=25152 vsize=37928 CPUtime=100.1 cores=1,3,5,7
/proc/25154/stat : 25154 (lingeling) T 25152 25154 25154 0 -1 4202496 32338 0 0 0 10006 4 0 0 25 0 1 0 694715568 38838272 8652 33554432000 4194304 4352236 140737100223744 18446744073709551615 4295528 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/25154/statm: 9482 8652 129 39 0 8562 0
[pid=25152/tid=25158] ppid=24960 vsize=427804 CPUtime=0 cores=1,3,5,7
/proc/25152/task/25158/stat : 25158 (python) S 24960 24960 24229 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 694725579 438071296 27544 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471162312000 0 0 -1 3 0 0 0
[pid=24960/tid=24972] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/24972/stat : 24972 (python) S 24958 24960 24229 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 694296433 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
[pid=24960/tid=25019] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25019/stat : 25019 (python) S 24958 24960 24229 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 694422863 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
[pid=24960/tid=25026] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25026/stat : 25026 (python) S 24958 24960 24229 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 694432876 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 1 0 0 0
[pid=24960/tid=25115] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25115/stat : 25115 (python) S 24958 24960 24229 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 694617677 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 1 0 0 0
[pid=24960/tid=25127] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25127/stat : 25127 (python) S 24958 24960 24229 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 694647311 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 3 0 0 0
[pid=24960/tid=25144] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25144/stat : 25144 (python) S 24958 24960 24229 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 694695946 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 3 0 0 0
[pid=24960/tid=25153] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25153/stat : 25153 (python) S 24958 24960 24229 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 694715568 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 4814664

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

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

[startup+4994.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/200 25175
/proc/meminfo: memFree=27107820/32951124 swapFree=67055716/67111528
[pid=24960] ppid=24958 vsize=438048 CPUtime=45.87 cores=1,3,5,7
/proc/24960/stat : 24960 (python) S 24958 24960 24229 0 -1 4202496 54825 934 1 0 4571 16 0 0 18 0 8 0 694291850 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/24960/statm: 109512 29036 1888 364 0 45412 0
[pid=24971] ppid=24960 vsize=376512 CPUtime=1.47 cores=1,3,5,7
/proc/24971/stat : 24971 (python) S 24960 24960 24229 0 -1 4202560 1199 0 0 0 81 66 0 0 18 0 2 0 694296432 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24971/statm: 94128 27540 415 364 0 30046 0
[pid=24973] ppid=24971 vsize=79172 CPUtime=1264.26 cores=1,3,5,7
/proc/24973/stat : 24973 (lingeling) T 24971 24973 24973 0 -1 4202496 58099 0 0 0 126420 6 0 0 25 0 1 0 694296433 81072128 18963 33554432000 4194304 4352236 140733977705264 18446744073709551615 4328400 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24973/statm: 19793 18963 129 39 0 18873 0
[pid=24971/tid=24977] ppid=24960 vsize=376512 CPUtime=0 cores=1,3,5,7
/proc/24971/task/24977/stat : 24977 (python) S 24960 24960 24229 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 694306443 385548288 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471104501568 0 0 -1 5 0 0 0
[pid=25018] ppid=24960 vsize=376524 CPUtime=0.34 cores=1,3,5,7
/proc/25018/stat : 25018 (python) S 24960 24960 24229 0 -1 4202560 1131 0 0 0 17 17 0 0 18 0 2 0 694422863 385560576 27524 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25018/statm: 94131 27524 399 364 0 30046 0
[pid=25020] ppid=25018 vsize=41288 CPUtime=293.3 cores=1,3,5,7
/proc/25020/stat : 25020 (lingeling) T 25018 25020 25020 0 -1 4202496 41794 0 0 0 29325 5 0 0 25 0 1 0 694422863 42278912 9492 33554432000 4194304 4352236 140735945930240 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/25020/statm: 10322 9492 129 39 0 9402 0
[pid=25018/tid=25024] ppid=24960 vsize=376524 CPUtime=0 cores=1,3,5,7
/proc/25018/task/25024/stat : 25024 (python) S 24960 24960 24229 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 694432874 385560576 27524 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471137240960 0 0 -1 3 0 0 0
[pid=25025] ppid=24960 vsize=386780 CPUtime=2.59 cores=1,3,5,7
/proc/25025/stat : 25025 (python) S 24960 24960 24229 0 -1 4202560 1181 0 0 0 126 133 0 0 15 0 2 0 694432876 396062720 27529 33554432000 4194304 5683644 140735004455312 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25025/statm: 96695 27529 400 364 0 32607 0
[pid=25027] ppid=25025 vsize=640588 CPUtime=2018.18 cores=1,3,5,7
/proc/25027/stat : 25027 (cryptominisat-2) R 25025 25027 25027 0 -1 4202496 464318 0 0 0 201708 110 0 0 25 0 1 0 694432877 655962112 148047 33554432000 4194304 4677096 140734936421984 18446744073709551615 4339319 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25027/statm: 160147 148047 393 118 0 155106 0
[pid=25025/tid=25108] ppid=24960 vsize=386780 CPUtime=0 cores=1,3,5,7
/proc/25025/task/25108/stat : 25108 (python) S 24960 24960 24229 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 694598355 396062720 27529 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 5 0 0 0
[pid=25114] ppid=24960 vsize=397036 CPUtime=0.34 cores=1,3,5,7
/proc/25114/stat : 25114 (python) S 24960 24960 24229 0 -1 4202560 1137 0 0 0 18 16 0 0 15 0 2 0 694617677 406564864 27532 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25114/statm: 99259 27532 399 364 0 35168 0
[pid=25116] ppid=25114 vsize=52732 CPUtime=296.3 cores=1,3,5,7
/proc/25116/stat : 25116 (lingeling) T 25114 25116 25116 0 -1 4202496 42820 0 0 0 29625 5 0 0 25 0 1 0 694617678 53997568 12353 33554432000 4194304 4352236 140733725172736 18446744073709551615 4333011 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/25116/statm: 13183 12353 129 39 0 12263 0
[pid=25114/tid=25120] ppid=24960 vsize=397036 CPUtime=0 cores=1,3,5,7
/proc/25114/task/25120/stat : 25120 (python) S 24960 24960 24229 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 694627688 406564864 27532 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471160752192 0 0 -1 1 0 0 0
[pid=25126] ppid=24960 vsize=407292 CPUtime=0.79 cores=1,3,5,7
/proc/25126/stat : 25126 (python) S 24960 24960 24229 0 -1 4202560 1163 0 0 0 44 35 0 0 15 0 2 0 694647310 417067008 27537 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25126/statm: 101823 27537 400 364 0 37729 0
[pid=25128] ppid=25126 vsize=575672 CPUtime=587.56 cores=1,3,5,7
/proc/25128/stat : 25128 (cryptominisat-2) T 25126 25128 25128 0 -1 4202496 202005 0 0 0 58716 40 0 0 25 0 1 0 694647311 589488128 129562 33554432000 4194304 4677096 140734051161920 18446744073709551615 4320006 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/25128/statm: 143918 129562 393 118 0 138877 0
[pid=25126/tid=25142] ppid=24960 vsize=407292 CPUtime=0 cores=1,3,5,7
/proc/25126/task/25142/stat : 25142 (python) S 24960 24960 24229 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 694695945 417067008 27537 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471130861952 0 0 -1 1 0 0 0
[pid=25143] ppid=24960 vsize=417548 CPUtime=0.46 cores=1,3,5,7
/proc/25143/stat : 25143 (python) S 24960 24960 24229 0 -1 4202560 1125 0 0 0 22 24 0 0 15 0 2 0 694695946 427569152 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25143/statm: 104387 27540 399 364 0 40290 0
[pid=25145] ppid=25143 vsize=159740 CPUtime=388.39 cores=1,3,5,7
/proc/25145/stat : 25145 (precosat) T 25143 25145 25145 0 -1 4202496 40739 0 0 0 38833 6 0 0 25 0 1 0 694695946 163573760 37918 33554432000 4194304 4890832 140735807928736 18446744073709551615 4238673 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/25145/statm: 39935 37918 86 171 0 39762 0
[pid=25143/tid=25151] ppid=24960 vsize=417548 CPUtime=0 cores=1,3,5,7
/proc/25143/task/25151/stat : 25151 (python) S 24960 24960 24229 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 694715567 427569152 27540 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604454222989440 0 0 -1 3 0 0 0
[pid=25152] ppid=24960 vsize=427804 CPUtime=0.11 cores=1,3,5,7
/proc/25152/stat : 25152 (python) S 24960 24960 24229 0 -1 4202560 1087 0 0 0 6 5 0 0 16 0 2 0 694715567 438071296 27544 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25152/statm: 106951 27544 399 364 0 42851 0
[pid=25154] ppid=25152 vsize=37928 CPUtime=100.1 cores=1,3,5,7
/proc/25154/stat : 25154 (lingeling) T 25152 25154 25154 0 -1 4202496 32338 0 0 0 10006 4 0 0 25 0 1 0 694715568 38838272 8652 33554432000 4194304 4352236 140737100223744 18446744073709551615 4295528 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/25154/statm: 9482 8652 129 39 0 8562 0
[pid=25152/tid=25158] ppid=24960 vsize=427804 CPUtime=0 cores=1,3,5,7
/proc/25152/task/25158/stat : 25158 (python) S 24960 24960 24229 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 694725579 438071296 27544 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 514 18446604471162312000 0 0 -1 3 0 0 0
[pid=24960/tid=24972] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/24972/stat : 24972 (python) S 24958 24960 24229 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 694296433 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
[pid=24960/tid=25019] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25019/stat : 25019 (python) S 24958 24960 24229 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 694422863 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 7 0 0 0
[pid=24960/tid=25026] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25026/stat : 25026 (python) S 24958 24960 24229 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 8 0 694432876 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 1 0 0 0
[pid=24960/tid=25115] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25115/stat : 25115 (python) S 24958 24960 24229 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 694617677 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 1 0 0 0
[pid=24960/tid=25127] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25127/stat : 25127 (python) S 24958 24960 24229 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 694647311 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 3 0 0 0
[pid=24960/tid=25144] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25144/stat : 25144 (python) S 24958 24960 24229 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 694695946 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 3 0 0 0
[pid=24960/tid=25153] ppid=24958 vsize=438048 CPUtime=0 cores=1,3,5,7
/proc/24960/task/25153/stat : 25153 (python) S 24958 24960 24229 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 694715568 448561152 29036 33554432000 4194304 5683644 140735004455312 18446744073709551615 268672485809 0 0 16781312 2 18446604471135369344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 4814664

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4994.15
CPU time (s): 5000.06
CPU user time (s): 4995.18
CPU system time (s): 4.88
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 4980040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.7111
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55761
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1037
involuntary context switches= 549

runsolver used 9.27559 second user time and 23.8794 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-19 18:30:06
IDJOB=3498406
IDBENCH=82468
IDSOLVER=1991
FILE ID=node107/3498406-1308501005
RUNJOBID= node107-1308500405-24764
PBS_JOBID= 13608199
Free space on /tmp= 73676 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498406-1308501005/watcher-3498406-1308501005 -o /tmp/evaluation-result-3498406-1308501005/solver-3498406-1308501005 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498406-1308501005.cnf -seed 1510581091 -budget 5000

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1510581091

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26958576 kB
Buffers:        479944 kB
Cached:        3424044 kB
SwapCached:      20424 kB
Active:        2886244 kB
Inactive:      2735080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26958576 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           40384 kB
Writeback:           0 kB
AnonPages:     1714408 kB
Mapped:          18724 kB
Slab:           302124 kB
PageTables:       9816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2446768 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73700 MiB
End job on node107 at 2011-06-19 19:53:22