Trace number 3498294

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2123.23
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.52/20.09	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.52/20.09	c INFO: solving HOME/instance-3498294-1307953119.cnf
0.52/20.09	c INFO: computing task features
2.32/21.96	c INFO: computed variable-clause graph statistics
2.42/22.03	c INFO: computed clause balance statistics
11.33/30.99	c INFO: computed variable balance statistics
18.13/37.74	c INFO: computed small-clause counts
18.23/37.89	c INFO: computed Horn-clause counts
64.33/83.98	c INFO: computed variable graph statistics
64.33/83.98	c INFO: collected features for HOME/instance-3498294-1307953119.cnf in 63.83 s
64.42/84.00	c INFO: running lingeling-276@0 for 97 with 4936 remaining (b = 0.56)
164.59/184.16	c INFO: running lingeling-276@100 for 1164 with 4836 remaining (b = 0.54)
1330.17/1348.33	c INFO: running lingeling-276@0 for 97 with 3671 remaining (b = 0.55)
1430.39/1448.46	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3571 remaining (b = 0.63)
3083.37/3099.34	c INFO: running lingeling-276@100 for 97 with 1922 remaining (b = 0.16)
3179.61/3195.46	c INFO: running lingeling-276@196 for 97 with 1826 remaining (b = 0.15)
3274.83/3290.57	c INFO: running lingeling-276@0 for 97 with 1730 remaining (b = 0.46)
3375.15/3390.71	c INFO: running lingeling-276@100 for 97 with 1630 remaining (b = 0.10)
3470.39/3485.83	c INFO: running cryptominisat-2.9.0@0 for 97 with 1535 remaining (b = 0.32)
3572.39/3587.76	c INFO: running cryptominisat-2.9.0@101 for 388 with 1434 remaining (b = 0.27)
3960.11/3974.86	c INFO: running precosat-570@0 for 194 with 1047 remaining (b = 0.36)
4156.68/4171.11	c INFO: running cryptominisat-2.9.0@0 for 97 with 851 remaining (b = 0.18)
4259.42/4273.78	c INFO: running cryptominisat-2.9.0@488 for 97 with 749 remaining (b = 0.07)
4359.40/4373.55	c INFO: running precosat-570@196 for 97 with 649 remaining (b = 0.06)
4456.60/4470.68	c INFO: running lingeling-276@195 for 97 with 552 remaining (b = 0.06)
4552.97/4566.81	c INFO: running cryptominisat-2.9.0@102 for 456 with 456 remaining (b = 0.19)

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.31 0.07 0.02 3/176 19435
/proc/meminfo: memFree=5557160/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/19435/stat : 19435 (runsolver) S 19431 19435 19390 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 26057413 12087296 50 33554432000 4194304 5436572 140735847395808 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 6 0 0 0
/proc/19435/statm: 2951 50 31 304 0 2643 0

[startup+0.0959801 s]
/proc/loadavg: 0.31 0.07 0.02 3/176 19435
/proc/meminfo: memFree=5557160/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=1964 CPUtime=0 cores=0,2,4,6
/proc/19435/stat : 19435 (python) D 19431 19435 19390 0 -1 4194304 75 0 1 0 0 0 0 0 21 0 1 0 26057413 2011136 28 33554432000 4194304 5683644 140734329372208 18446744073709551615 232119157776 0 0 4096 0 18446744071562234166 0 0 17 6 0 0 4
/proc/19435/statm: 491 28 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.100968 s]
/proc/loadavg: 0.31 0.07 0.02 3/176 19435
/proc/meminfo: memFree=5557160/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=1964 CPUtime=0 cores=0,2,4,6
/proc/19435/stat : 19435 (python) D 19431 19435 19390 0 -1 4194304 75 0 1 0 0 0 0 0 21 0 1 0 26057413 2011136 28 33554432000 4194304 5683644 140734329372208 18446744073709551615 232119157776 0 0 4096 0 18446744071562234166 0 0 17 6 0 0 4
/proc/19435/statm: 491 28 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.300939 s]
/proc/loadavg: 0.31 0.07 0.02 3/176 19435
/proc/meminfo: memFree=5557160/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/19435/stat : 19435 (python) D 19431 19435 19390 0 -1 4202496 611 0 5 0 0 0 0 0 16 0 1 0 26057413 15441920 512 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124078080 0 0 16781312 2 0 0 0 17 4 0 0 10
/proc/19435/statm: 3770 512 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.700864 s]
/proc/loadavg: 0.31 0.07 0.02 3/176 19435
/proc/meminfo: memFree=5557160/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/19435/stat : 19435 (python) D 19431 19435 19390 0 -1 4202496 806 0 5 0 0 0 0 0 16 0 1 0 26057413 15749120 696 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124078080 0 0 16781312 2 0 0 0 17 4 0 0 13
/proc/19435/statm: 3845 696 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+1.50072 s]
/proc/loadavg: 0.31 0.07 0.02 2/178 19437
/proc/meminfo: memFree=5552316/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 930 0 5 0 0 0 0 0 15 0 1 0 26057413 16150528 813 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 33
/proc/19435/statm: 3943 813 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+3.10038 s]
/proc/loadavg: 0.31 0.07 0.02 2/178 19437
/proc/meminfo: memFree=5550152/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/19435/stat : 19435 (python) D 19431 19435 19390 0 -1 4202496 1116 0 5 0 1 0 0 0 15 0 1 0 26057413 16789504 988 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124079872 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 42
/proc/19435/statm: 4099 988 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396
heavy processes:

[startup+6.30094 s]
/proc/loadavg: 0.28 0.06 0.02 2/178 19437
/proc/meminfo: memFree=5546900/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=29784 CPUtime=0.04 cores=0,2,4,6
/proc/19435/stat : 19435 (python) D 19431 19435 19390 0 -1 4202496 1445 0 10 0 3 1 0 0 16 0 1 0 26057413 30498816 1295 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124075877 0 0 16781312 2 0 0 0 17 4 0 0 60
/proc/19435/statm: 7446 1295 443 364 0 816 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29784
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.34 0.08 0.03 2/178 19437
/proc/meminfo: memFree=5529512/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=119072 CPUtime=0.14 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 3873 0 38 0 9 5 0 0 15 0 1 0 26057413 121929728 3541 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124078080 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 98
/proc/19435/statm: 29768 3541 940 364 0 2652 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 119072
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 0.56 0.14 0.05 4/178 19445
/proc/meminfo: memFree=5296620/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=399140 CPUtime=5.92 cores=0,2,4,6
/proc/19435/stat : 19435 (python) R 19431 19435 19390 0 -1 4202496 52907 924 113 9 566 26 0 0 25 0 1 0 26057413 408719360 37170 33554432000 4194304 5683644 140734329372208 18446744073709551615 4619584 0 0 16781312 2 0 0 0 17 4 0 0 172
/proc/19435/statm: 99785 37170 1826 364 0 35709 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 399140
heavy processes:

[startup+51.101 s]
/proc/loadavg: 1.05 0.29 0.10 4/181 19449
/proc/meminfo: memFree=5278028/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=399140 CPUtime=31.53 cores=0,2,4,6
/proc/19435/stat : 19435 (python) R 19431 19435 19390 0 -1 4202496 52914 924 113 9 3126 27 0 0 25 0 1 0 26057413 408719360 37177 33554432000 4194304 5683644 140734329372208 18446744073709551615 47140548487308 0 0 16781312 2 0 0 0 17 4 0 0 172
/proc/19435/statm: 99785 37177 1833 364 0 35709 0
Current children cumulated CPU time (s) 31.53
Current children cumulated vsize (KiB) 399140
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.59 0.55 0.19 4/184 19453
/proc/meminfo: memFree=5114516/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=400240 CPUtime=64.43 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 53278 924 113 9 6416 27 0 0 25 0 2 0 26057413 409845760 34931 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 172
/proc/19435/statm: 100060 34931 1875 364 0 35978 0
[pid=19451] ppid=19435 vsize=389996 CPUtime=0.01 cores=0,2,4,6
/proc/19451/stat : 19451 (python) S 19435 19435 19390 0 -1 4202560 960 0 0 0 0 1 0 0 18 0 1 0 26065814 399355904 33433 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124100111 0 0 16781312 514 13879020928207126788 0 0 17 6 0 0 0
/proc/19451/statm: 97499 33433 381 364 0 33417 0
[pid=19453] ppid=19451 vsize=68528 CPUtime=18.26 cores=0,2,4,6
/proc/19453/stat : 19453 (lingeling) R 19451 19453 19453 0 -1 4202496 27985 0 0 0 1822 4 0 0 25 0 1 0 26065814 70172672 16302 33554432000 4194304 4352236 140735018878672 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19453/statm: 17132 16302 129 39 0 16212 0
[pid=19435/tid=19452] ppid=19431 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19452/stat : 19452 (python) S 19431 19435 19390 0 -1 4202560 28 924 0 9 0 0 0 0 25 0 2 0 26065814 409845760 34931 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 82.7
Current children cumulated vsize (KiB) 858764

[startup+162.3 s]
/proc/loadavg: 1.85 0.81 0.30 4/188 19459
/proc/meminfo: memFree=5020584/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=400240 CPUtime=64.43 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 53278 924 113 9 6416 27 0 0 25 0 2 0 26057413 409845760 34931 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 172
/proc/19435/statm: 100060 34931 1875 364 0 35978 0
[pid=19451] ppid=19435 vsize=389996 CPUtime=0.08 cores=0,2,4,6
/proc/19451/stat : 19451 (python) S 19435 19435 19390 0 -1 4202560 991 0 0 0 4 4 0 0 18 0 1 0 26065814 399355904 33433 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124100111 0 0 16781312 514 13879020928207126788 0 0 17 6 0 0 0
/proc/19451/statm: 97499 33433 381 364 0 33417 0
[pid=19453] ppid=19451 vsize=78712 CPUtime=78.26 cores=0,2,4,6
/proc/19453/stat : 19453 (lingeling) R 19451 19453 19453 0 -1 4202496 37180 0 0 0 7820 6 0 0 25 0 1 0 26065814 80601088 18848 33554432000 4194304 4352236 140735018878672 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19453/statm: 19678 18848 129 39 0 18758 0
[pid=19435/tid=19452] ppid=19431 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19452/stat : 19452 (python) S 19431 19435 19390 0 -1 4202560 28 924 0 9 0 0 0 0 25 0 2 0 26065814 409845760 34931 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 142.77
Current children cumulated vsize (KiB) 868948

[startup+222.301 s]
/proc/loadavg: 1.94 1.03 0.41 4/189 19462
/proc/meminfo: memFree=5008608/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=400240 CPUtime=64.45 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 53751 924 113 9 6418 27 0 0 18 0 2 0 26057413 409845760 34932 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 172
/proc/19435/statm: 100060 34932 1876 364 0 35978 0
[pid=19451] ppid=19435 vsize=400240 CPUtime=0.15 cores=0,2,4,6
/proc/19451/stat : 19451 (python) S 19435 19435 19390 0 -1 4202560 1171 0 0 0 8 7 0 0 18 0 2 0 26065814 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124100166 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19451/statm: 100060 33472 415 364 0 35978 0
[pid=19453] ppid=19451 vsize=93104 CPUtime=138.23 cores=0,2,4,6
/proc/19453/stat : 19453 (lingeling) R 19451 19453 19453 0 -1 4202496 38731 0 0 0 13817 6 0 0 25 0 1 0 26065814 95338496 20399 33554432000 4194304 4352236 140735018878672 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19453/statm: 23276 20399 129 39 0 22356 0
[pid=19451/tid=19460] ppid=19435 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19451/task/19460/stat : 19460 (python) S 19435 19435 19390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 26075827 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453985336000 0 0 -1 0 0 0 0
[pid=19435/tid=19452] ppid=19431 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19452/stat : 19452 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 2 0 26065814 409845760 34932 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.83
Current children cumulated vsize (KiB) 893584

[startup+282.301 s]
/proc/loadavg: 1.98 1.20 0.50 4/190 19464
/proc/meminfo: memFree=5005948/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=400240 CPUtime=64.45 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 53751 924 113 9 6418 27 0 0 18 0 2 0 26057413 409845760 34932 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 172
/proc/19435/statm: 100060 34932 1876 364 0 35978 0
[pid=19451] ppid=19435 vsize=400240 CPUtime=0.23 cores=0,2,4,6
/proc/19451/stat : 19451 (python) S 19435 19435 19390 0 -1 4202560 1189 0 0 0 12 11 0 0 18 0 2 0 26065814 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124100166 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/19451/statm: 100060 33472 415 364 0 35978 0
[pid=19453] ppid=19451 vsize=93104 CPUtime=198.24 cores=0,2,4,6
/proc/19453/stat : 19453 (lingeling) R 19451 19453 19453 0 -1 4202496 38731 0 0 0 19818 6 0 0 25 0 1 0 26065814 95338496 20399 33554432000 4194304 4352236 140735018878672 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19453/statm: 23276 20399 129 39 0 22356 0
[pid=19451/tid=19460] ppid=19435 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19451/task/19460/stat : 19460 (python) S 19435 19435 19390 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 26075827 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453985336000 0 0 -1 0 0 0 0
[pid=19435/tid=19452] ppid=19431 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19452/stat : 19452 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 2 0 26065814 409845760 34932 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 262.92
Current children cumulated vsize (KiB) 893584

[startup+342.301 s]
/proc/loadavg: 1.99 1.34 0.59 4/190 19465
/proc/meminfo: memFree=5005648/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=400240 CPUtime=64.45 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 53751 924 113 9 6418 27 0 0 18 0 2 0 26057413 409845760 34932 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 172

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

[pid=19451] ppid=19435 vsize=400240 CPUtime=1.47 cores=0,2,4,6
/proc/19451/stat : 19451 (python) S 19435 19435 19390 0 -1 4202560 1202 0 0 0 84 63 0 0 18 0 2 0 26065814 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19451/statm: 100060 33472 415 364 0 35978 0
[pid=19453] ppid=19451 vsize=97180 CPUtime=1264.28 cores=0,2,4,6
/proc/19453/stat : 19453 (lingeling) T 19451 19453 19453 0 -1 4202496 41802 0 0 0 126420 8 0 0 25 0 1 0 26065814 99512320 23465 33554432000 4194304 4352236 140735018878672 18446744073709551615 4241440 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19453/statm: 24295 23465 129 39 0 23375 0
[pid=19451/tid=19460] ppid=19435 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19451/task/19460/stat : 19460 (python) S 19435 19435 19390 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 26075827 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453985336000 0 0 -1 0 0 0 0
[pid=19494] ppid=19435 vsize=400252 CPUtime=0.35 cores=0,2,4,6
/proc/19494/stat : 19494 (python) S 19435 19435 19390 0 -1 4202560 1142 0 0 0 18 17 0 0 18 0 2 0 26192246 409858048 33456 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19494/statm: 100063 33456 399 364 0 35978 0
[pid=19496] ppid=19494 vsize=89004 CPUtime=291.32 cores=0,2,4,6
/proc/19496/stat : 19496 (lingeling) T 19494 19496 19496 0 -1 4202496 37717 0 0 0 29126 6 0 0 25 0 1 0 26192247 91140096 21422 33554432000 4194304 4352236 140735733480848 18446744073709551615 4328039 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19496/statm: 22251 21422 129 39 0 21331 0
[pid=19494/tid=19502] ppid=19435 vsize=400252 CPUtime=0 cores=0,2,4,6
/proc/19494/task/19502/stat : 19502 (python) S 19435 19435 19390 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 26202258 409858048 33456 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453940489152 0 0 -1 0 0 0 0
[pid=19503] ppid=19435 vsize=410508 CPUtime=2.08 cores=0,2,4,6
/proc/19503/stat : 19503 (python) S 19435 19435 19390 0 -1 4202560 1154 0 0 0 113 95 0 0 16 0 2 0 26202260 420360192 33460 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19503/statm: 102627 33460 399 364 0 38539 0
[pid=19505] ppid=19503 vsize=2044668 CPUtime=1650.89 cores=0,2,4,6
/proc/19505/stat : 19505 (cryptominisat-2) T 19503 19505 19505 0 -1 4202496 662792 0 0 0 164971 118 0 0 25 0 1 0 26202260 2093740032 410299 33554432000 4194304 4677096 140736900228640 18446744073709551615 4319818 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/19505/statm: 511167 410299 392 118 0 506126 0
[pid=19503/tid=19566] ppid=19435 vsize=410508 CPUtime=0 cores=0,2,4,6
/proc/19503/task/19566/stat : 19566 (python) S 19435 19435 19390 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 26367347 420360192 33460 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453961329728 0 0 -1 2 0 0 0
[pid=19573] ppid=19435 vsize=420764 CPUtime=0.39 cores=0,2,4,6
/proc/19573/stat : 19573 (python) S 19435 19435 19390 0 -1 4202560 1149 0 0 0 23 16 0 0 18 0 2 0 26386471 430862336 33464 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19573/statm: 105191 33464 399 364 0 41100 0
[pid=19575] ppid=19573 vsize=93104 CPUtime=291.35 cores=0,2,4,6
/proc/19575/stat : 19575 (lingeling) T 19573 19575 19575 0 -1 4202496 36242 0 0 0 29130 5 0 0 25 0 1 0 26386472 95338496 20399 33554432000 4194304 4352236 140737465034576 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19575/statm: 23276 20399 129 39 0 22356 0
[pid=19573/tid=19582] ppid=19435 vsize=420764 CPUtime=0 cores=0,2,4,6
/proc/19573/task/19582/stat : 19582 (python) S 19435 19435 19390 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 26396483 430862336 33464 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453929294848 0 0 -1 6 0 0 0
[pid=19585] ppid=19435 vsize=431020 CPUtime=0.93 cores=0,2,4,6
/proc/19585/stat : 19585 (python) S 19435 19435 19390 0 -1 4202560 1163 0 0 0 53 40 0 0 15 0 2 0 26405996 441364480 33468 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19585/statm: 107755 33468 399 364 0 43661 0
[pid=19587] ppid=19585 vsize=1957004 CPUtime=588.76 cores=0,2,4,6
/proc/19587/stat : 19587 (cryptominisat-2) T 19585 19587 19587 0 -1 4202496 483936 0 0 0 58803 73 0 0 25 0 1 0 26405997 2003972096 368030 33554432000 4194304 4677096 140734561386880 18446744073709551615 4320199 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/19587/statm: 489251 368030 392 118 0 484210 0
[pid=19585/tid=19592] ppid=19435 vsize=431020 CPUtime=0 cores=0,2,4,6
/proc/19585/task/19592/stat : 19592 (python) S 19435 19435 19390 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 26416189 441364480 33468 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453964400576 0 0 -1 0 0 0 0
[pid=19604] ppid=19435 vsize=441276 CPUtime=0.4 cores=0,2,4,6
/proc/19604/stat : 19604 (python) S 19435 19435 19390 0 -1 4202560 1138 0 0 0 24 16 0 0 18 0 2 0 26454900 451866624 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19604/statm: 110319 33472 399 364 0 46222 0
[pid=19606] ppid=19604 vsize=376260 CPUtime=293.35 cores=0,2,4,6
/proc/19606/stat : 19606 (precosat) T 19604 19606 19606 0 -1 4202496 121354 0 0 0 29319 16 0 0 25 0 1 0 26454901 385290240 92689 33554432000 4194304 4890832 140735580642128 18446744073709551615 4238338 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/19606/statm: 94065 92689 86 171 0 93892 0
[pid=19604/tid=19615] ppid=19435 vsize=441276 CPUtime=0 cores=0,2,4,6
/proc/19604/task/19615/stat : 19615 (python) S 19435 19435 19390 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 26474524 451866624 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453924512704 0 0 -1 4 0 0 0
[pid=19616] ppid=19435 vsize=451532 CPUtime=0.9 cores=0,2,4,6
/proc/19616/stat : 19616 (python) S 19435 19435 19390 0 -1 4202560 1162 0 0 0 49 41 0 0 15 0 2 0 26474525 462368768 33477 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124100166 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19616/statm: 112883 33477 400 364 0 48783 0
[pid=19618] ppid=19616 vsize=1834704 CPUtime=548.92 cores=0,2,4,6
/proc/19618/stat : 19618 (cryptominisat-2) R 19616 19618 19618 0 -1 4202496 466408 0 0 0 54817 75 0 0 25 0 1 0 26474526 1878736896 358527 33554432000 4194304 4677096 140735416011232 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19618/statm: 458676 358527 392 118 0 453635 0
[pid=19616/tid=19622] ppid=19435 vsize=451532 CPUtime=0 cores=0,2,4,6
/proc/19616/task/19622/stat : 19622 (python) S 19435 19435 19390 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 26484791 462368768 33477 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453929339072 0 0 -1 0 0 0 0
[pid=19435/tid=19452] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19452/stat : 19452 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 8 0 26065814 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
[pid=19435/tid=19495] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19495/stat : 19495 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 8 0 26192247 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
[pid=19435/tid=19504] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19504/stat : 19504 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 8 0 26202260 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
[pid=19435/tid=19574] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19574/stat : 19574 (python) S 19431 19435 19390 0 -1 4202560 32 924 0 9 0 0 0 0 18 0 8 0 26386471 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 0 0 0 0
[pid=19435/tid=19586] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19586/stat : 19586 (python) S 19431 19435 19390 0 -1 4202560 36 924 0 9 0 0 0 0 18 0 8 0 26405997 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 0 0 0 0
[pid=19435/tid=19605] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19605/stat : 19605 (python) S 19431 19435 19390 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 8 0 26454900 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 2 0 0 0
[pid=19435/tid=19617] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19617/stat : 19617 (python) S 19431 19435 19390 0 -1 4202560 27 924 0 9 0 0 0 0 18 0 8 0 26474526 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 9909292

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

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

[startup+5013.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/241 19654
/proc/meminfo: memFree=99888/32950928 swapFree=67111364/67111528
[pid=19435] ppid=19431 vsize=461776 CPUtime=64.62 cores=0,2,4,6
/proc/19435/stat : 19435 (python) S 19431 19435 19390 0 -1 4202496 58838 924 113 9 6431 31 0 0 18 0 8 0 26057413 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 172
/proc/19435/statm: 115444 34968 1888 364 0 51344 0
[pid=19451] ppid=19435 vsize=400240 CPUtime=1.47 cores=0,2,4,6
/proc/19451/stat : 19451 (python) S 19435 19435 19390 0 -1 4202560 1202 0 0 0 84 63 0 0 18 0 2 0 26065814 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19451/statm: 100060 33472 415 364 0 35978 0
[pid=19453] ppid=19451 vsize=97180 CPUtime=1264.28 cores=0,2,4,6
/proc/19453/stat : 19453 (lingeling) T 19451 19453 19453 0 -1 4202496 41802 0 0 0 126420 8 0 0 25 0 1 0 26065814 99512320 23465 33554432000 4194304 4352236 140735018878672 18446744073709551615 4241440 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19453/statm: 24295 23465 129 39 0 23375 0
[pid=19451/tid=19460] ppid=19435 vsize=400240 CPUtime=0 cores=0,2,4,6
/proc/19451/task/19460/stat : 19460 (python) S 19435 19435 19390 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 26075827 409845760 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453985336000 0 0 -1 0 0 0 0
[pid=19494] ppid=19435 vsize=400252 CPUtime=0.35 cores=0,2,4,6
/proc/19494/stat : 19494 (python) S 19435 19435 19390 0 -1 4202560 1142 0 0 0 18 17 0 0 18 0 2 0 26192246 409858048 33456 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19494/statm: 100063 33456 399 364 0 35978 0
[pid=19496] ppid=19494 vsize=89004 CPUtime=291.32 cores=0,2,4,6
/proc/19496/stat : 19496 (lingeling) T 19494 19496 19496 0 -1 4202496 37717 0 0 0 29126 6 0 0 25 0 1 0 26192247 91140096 21422 33554432000 4194304 4352236 140735733480848 18446744073709551615 4328039 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19496/statm: 22251 21422 129 39 0 21331 0
[pid=19494/tid=19502] ppid=19435 vsize=400252 CPUtime=0 cores=0,2,4,6
/proc/19494/task/19502/stat : 19502 (python) S 19435 19435 19390 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 26202258 409858048 33456 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453940489152 0 0 -1 0 0 0 0
[pid=19503] ppid=19435 vsize=410508 CPUtime=2.08 cores=0,2,4,6
/proc/19503/stat : 19503 (python) S 19435 19435 19390 0 -1 4202560 1154 0 0 0 113 95 0 0 16 0 2 0 26202260 420360192 33460 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19503/statm: 102627 33460 399 364 0 38539 0
[pid=19505] ppid=19503 vsize=2044668 CPUtime=1650.89 cores=0,2,4,6
/proc/19505/stat : 19505 (cryptominisat-2) T 19503 19505 19505 0 -1 4202496 662792 0 0 0 164971 118 0 0 25 0 1 0 26202260 2093740032 410299 33554432000 4194304 4677096 140736900228640 18446744073709551615 4319818 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/19505/statm: 511167 410299 392 118 0 506126 0
[pid=19503/tid=19566] ppid=19435 vsize=410508 CPUtime=0 cores=0,2,4,6
/proc/19503/task/19566/stat : 19566 (python) S 19435 19435 19390 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 26367347 420360192 33460 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453961329728 0 0 -1 2 0 0 0
[pid=19573] ppid=19435 vsize=420764 CPUtime=0.39 cores=0,2,4,6
/proc/19573/stat : 19573 (python) S 19435 19435 19390 0 -1 4202560 1149 0 0 0 23 16 0 0 18 0 2 0 26386471 430862336 33464 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19573/statm: 105191 33464 399 364 0 41100 0
[pid=19575] ppid=19573 vsize=93104 CPUtime=291.35 cores=0,2,4,6
/proc/19575/stat : 19575 (lingeling) T 19573 19575 19575 0 -1 4202496 36242 0 0 0 29130 5 0 0 25 0 1 0 26386472 95338496 20399 33554432000 4194304 4352236 140737465034576 18446744073709551615 4328109 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/19575/statm: 23276 20399 129 39 0 22356 0
[pid=19573/tid=19582] ppid=19435 vsize=420764 CPUtime=0 cores=0,2,4,6
/proc/19573/task/19582/stat : 19582 (python) S 19435 19435 19390 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 26396483 430862336 33464 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453929294848 0 0 -1 6 0 0 0
[pid=19585] ppid=19435 vsize=431020 CPUtime=0.93 cores=0,2,4,6
/proc/19585/stat : 19585 (python) S 19435 19435 19390 0 -1 4202560 1163 0 0 0 53 40 0 0 15 0 2 0 26405996 441364480 33468 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19585/statm: 107755 33468 399 364 0 43661 0
[pid=19587] ppid=19585 vsize=1957004 CPUtime=588.76 cores=0,2,4,6
/proc/19587/stat : 19587 (cryptominisat-2) T 19585 19587 19587 0 -1 4202496 483936 0 0 0 58803 73 0 0 25 0 1 0 26405997 2003972096 368030 33554432000 4194304 4677096 140734561386880 18446744073709551615 4320199 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/19587/statm: 489251 368030 392 118 0 484210 0
[pid=19585/tid=19592] ppid=19435 vsize=431020 CPUtime=0 cores=0,2,4,6
/proc/19585/task/19592/stat : 19592 (python) S 19435 19435 19390 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 26416189 441364480 33468 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453964400576 0 0 -1 0 0 0 0
[pid=19604] ppid=19435 vsize=441276 CPUtime=0.4 cores=0,2,4,6
/proc/19604/stat : 19604 (python) S 19435 19435 19390 0 -1 4202560 1138 0 0 0 24 16 0 0 18 0 2 0 26454900 451866624 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135906763 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19604/statm: 110319 33472 399 364 0 46222 0
[pid=19606] ppid=19604 vsize=376260 CPUtime=293.35 cores=0,2,4,6
/proc/19606/stat : 19606 (precosat) T 19604 19606 19606 0 -1 4202496 121354 0 0 0 29319 16 0 0 25 0 1 0 26454901 385290240 92689 33554432000 4194304 4890832 140735580642128 18446744073709551615 4238338 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/19606/statm: 94065 92689 86 171 0 93892 0
[pid=19604/tid=19615] ppid=19435 vsize=441276 CPUtime=0 cores=0,2,4,6
/proc/19604/task/19615/stat : 19615 (python) S 19435 19435 19390 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 26474524 451866624 33472 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453924512704 0 0 -1 4 0 0 0
[pid=19616] ppid=19435 vsize=451532 CPUtime=0.9 cores=0,2,4,6
/proc/19616/stat : 19616 (python) S 19435 19435 19390 0 -1 4202560 1162 0 0 0 49 41 0 0 15 0 2 0 26474525 462368768 33477 33554432000 4194304 5683644 140734329372208 18446744073709551615 232124100166 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19616/statm: 112883 33477 400 364 0 48783 0
[pid=19618] ppid=19616 vsize=1834704 CPUtime=548.92 cores=0,2,4,6
/proc/19618/stat : 19618 (cryptominisat-2) R 19616 19618 19618 0 -1 4202496 466408 0 0 0 54817 75 0 0 25 0 1 0 26474526 1878736896 358527 33554432000 4194304 4677096 140735416011232 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19618/statm: 458676 358527 392 118 0 453635 0
[pid=19616/tid=19622] ppid=19435 vsize=451532 CPUtime=0 cores=0,2,4,6
/proc/19616/task/19622/stat : 19622 (python) S 19435 19435 19390 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 26484791 462368768 33477 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 514 18446604453929339072 0 0 -1 0 0 0 0
[pid=19435/tid=19452] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19452/stat : 19452 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 8 0 26065814 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
[pid=19435/tid=19495] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19495/stat : 19495 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 8 0 26192247 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
[pid=19435/tid=19504] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19504/stat : 19504 (python) S 19431 19435 19390 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 8 0 26202260 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 6 0 0 0
[pid=19435/tid=19574] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19574/stat : 19574 (python) S 19431 19435 19390 0 -1 4202560 32 924 0 9 0 0 0 0 18 0 8 0 26386471 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 0 0 0 0
[pid=19435/tid=19586] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19586/stat : 19586 (python) S 19431 19435 19390 0 -1 4202560 36 924 0 9 0 0 0 0 18 0 8 0 26405997 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 0 0 0 0
[pid=19435/tid=19605] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19605/stat : 19605 (python) S 19431 19435 19390 0 -1 4202560 30 924 0 9 0 0 0 0 18 0 8 0 26454900 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 2 0 0 0
[pid=19435/tid=19617] ppid=19431 vsize=461776 CPUtime=0 cores=0,2,4,6
/proc/19435/task/19617/stat : 19617 (python) S 19431 19435 19390 0 -1 4202560 27 924 0 9 0 0 0 0 18 0 8 0 26474526 472858624 34968 33554432000 4194304 5683644 140734329372208 18446744073709551615 232135903665 0 0 16781312 2 18446604453977561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 9909292

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5013.16
CPU time (s): 5000.01
CPU user time (s): 4993.81
CPU system time (s): 6.2
CPU usage (%): 99.7377
Max. virtual memory (cumulated for all children) (KiB): 9961044

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

runsolver used 11.2383 second user time and 23.6634 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-13 10:18:40
IDJOB=3498294
IDBENCH=70808
IDSOLVER=1991
FILE ID=node124/3498294-1307953119
RUNJOBID= node124-1307953119-19408
PBS_JOBID= 13559704
Free space on /tmp= 2076 MiB

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

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1079452364

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5558060 kB
Buffers:        120844 kB
Cached:       26348788 kB
SwapCached:          0 kB
Active:       11495900 kB
Inactive:     15036284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5558060 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           79288 kB
Writeback:           0 kB
AnonPages:       62720 kB
Mapped:          15716 kB
Slab:           796668 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186044 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= 2012 MiB
End job on node124 at 2011-06-13 11:42:21