Trace number 3317887

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-industrial? (TO) 4800.4 1207.65

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.65	c INFO: solving HOME/instance-3317887-1304267397.cnf
0.36/0.65	c INFO: computing task features
0.75/1.05	c INFO: computed variable-clause graph statistics
0.75/1.06	c INFO: computed clause balance statistics
2.84/3.18	c INFO: computed variable balance statistics
4.44/4.74	c INFO: computed small-clause counts
4.44/4.75	c INFO: computed Horn-clause counts
7.14/7.44	c INFO: computed variable graph statistics
7.14/7.44	c INFO: collected features for HOME/instance-3317887-1304267397.cnf in 6.77 s
7.14/7.47	c INFO: running lingeling-276@0 for 97 with 4793 remaining (b = 0.34)
7.14/7.49	c INFO: running cryptominisat-2.9.0@0 for 485 with 4793 remaining (b = 0.33)
7.24/7.51	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.48)
7.24/7.54	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.42)
407.04/107.61	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4693 remaining (b = 0.50)
1966.00/497.92	c INFO: running lingeling-276@0 for 97 with 4302 remaining (b = 0.08)
2353.85/595.06	c INFO: running lingeling-276@97 for 97 with 4205 remaining (b = 0.08)
2733.68/690.19	c INFO: running SApperloT@0 for 97 with 4110 remaining (b = 0.12)
3129.83/789.34	c INFO: running precosat-570@0 for 291 with 4011 remaining (b = 0.19)
4297.57/1081.71	c INFO: running precosat-570@291 for 97 with 3718 remaining (b = 0.06)
4701.32/1182.85	c INFO: running cryptominisat-2.9.0@0 for 388 with 3617 remaining (b = 0.18)
4800.40/1207.64	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3593 remaining (b = 0.43)

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.0 (svn: 935)

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-3317887-1304267397/watcher-3317887-1304267397 -o /tmp/evaluation-result-3317887-1304267397/solver-3317887-1304267397 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317887-1304267397.cnf -seed 1544105914 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.17 1.05 0.37 2/177 11217
/proc/meminfo: memFree=30303328/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 733 0 0 0 0 0 0 0 25 0 1 0 538337742 15548416 622 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/11217/statm: 3796 622 322 364 0 283 0

[startup+0.0233339 s]
/proc/loadavg: 3.17 1.05 0.37 2/177 11217
/proc/meminfo: memFree=30303328/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=16396 CPUtime=0 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 1077 0 0 0 0 0 0 0 25 0 1 0 538337742 16789504 948 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11217/statm: 4099 948 383 364 0 586 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16396

[startup+0.101129 s]
/proc/loadavg: 3.17 1.05 0.37 2/177 11217
/proc/meminfo: memFree=30303328/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 2695 0 0 0 4 2 0 0 25 0 1 0 538337742 96215040 2407 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11217/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.301167 s]
/proc/loadavg: 3.17 1.05 0.37 2/177 11217
/proc/meminfo: memFree=30303328/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 5963 937 1 0 13 5 0 0 17 0 1 0 538337742 139005952 4150 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11217/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.705075 s]
/proc/loadavg: 3.17 1.05 0.37 2/177 11217
/proc/meminfo: memFree=30303328/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=283292 CPUtime=0.45 cores=0,2,4,6
/proc/11217/stat : 11217 (python) R 11215 11217 11084 0 -1 4202496 10487 937 1 0 34 11 0 0 16 0 1 0 538337742 290091008 8165 33554432000 4194304 5683644 140737074046304 18446744073709551615 4272792 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11217/statm: 70823 8165 1761 364 0 6747 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 283292

[startup+1.50094 s]
/proc/loadavg: 3.17 1.05 0.37 3/178 11222
/proc/meminfo: memFree=30258304/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=304152 CPUtime=1.24 cores=0,2,4,6
/proc/11217/stat : 11217 (python) R 11215 11217 11084 0 -1 4202496 20233 937 1 0 112 12 0 0 17 0 1 0 538337742 311451648 13423 33554432000 4194304 5683644 140737074046304 18446744073709551615 48001244764131 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11217/statm: 76038 13423 1826 364 0 11962 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 304152

[startup+3.10064 s]
/proc/loadavg: 3.17 1.05 0.37 3/178 11222
/proc/meminfo: memFree=30255204/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=304152 CPUtime=2.84 cores=0,2,4,6
/proc/11217/stat : 11217 (python) R 11215 11217 11084 0 -1 4202496 20233 937 1 0 272 12 0 0 19 0 1 0 538337742 311451648 13423 33554432000 4194304 5683644 140737074046304 18446744073709551615 4532146 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11217/statm: 76038 13423 1826 364 0 11962 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 304152

[startup+6.30105 s]
/proc/loadavg: 3.08 1.06 0.38 3/178 11223
/proc/meminfo: memFree=30254624/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=305256 CPUtime=6.04 cores=0,2,4,6
/proc/11217/stat : 11217 (python) R 11215 11217 11084 0 -1 4202496 20516 937 1 0 592 12 0 0 25 0 1 0 538337742 312582144 13706 33554432000 4194304 5683644 140737074046304 18446744073709551615 48001241888896 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11217/statm: 76314 13706 1833 364 0 12238 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 305256

[startup+12.7008 s]
/proc/loadavg: 3.23 1.13 0.40 6/190 11235
/proc/meminfo: memFree=30144428/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=344128 CPUtime=7.29 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 23278 937 1 0 715 14 0 0 25 0 5 0 538337742 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11217/statm: 86032 13229 1881 364 0 21941 0
[pid=11224] ppid=11217 vsize=303116 CPUtime=0 cores=0,2,4,6
/proc/11224/stat : 11224 (python) S 11217 11217 11084 0 -1 4202560 988 0 0 0 0 0 0 0 18 0 1 0 538338489 310390784 11713 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734095 0 0 16781312 514 3158787784366326020 0 0 17 2 0 0 0
/proc/11224/statm: 75779 11713 381 364 0 11697 0
[pid=11226] ppid=11224 vsize=19628 CPUtime=5.22 cores=0,2,4,6
/proc/11226/stat : 11226 (lingeling) R 11224 11226 11226 0 -1 4202496 7241 0 0 0 521 1 0 0 25 0 1 0 538338490 20099072 4077 33554432000 4194304 4352236 140736764631344 18446744073709551615 4235702 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11226/statm: 4907 4077 129 39 0 3987 0
[pid=11227] ppid=11217 vsize=313372 CPUtime=0 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11217 11217 11084 0 -1 4202560 907 0 0 0 0 0 0 0 15 0 1 0 538338492 320892928 11706 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 12942329384613675268 0 0 17 6 0 0 0
/proc/11227/statm: 78343 11706 370 364 0 14258 0
[pid=11229] ppid=11227 vsize=87704 CPUtime=5.15 cores=0,2,4,6
/proc/11229/stat : 11229 (cryptominisat-2) R 11227 11229 11229 0 -1 4202496 18651 0 0 0 513 2 0 0 25 0 1 0 538338492 89808896 14356 33554432000 4194304 4677096 140736155240416 18446744073709551615 4319839 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11229/statm: 21926 14356 392 118 0 16885 0
[pid=11230] ppid=11217 vsize=323628 CPUtime=0 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11217 11217 11084 0 -1 4202560 937 0 0 0 0 0 0 0 18 0 1 0 538338494 331395072 11710 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 9948058780627337474 0 0 17 4 0 0 0
/proc/11230/statm: 80907 11710 370 364 0 16819 0
[pid=11232] ppid=11230 vsize=19628 CPUtime=5.16 cores=0,2,4,6
/proc/11232/stat : 11232 (lingeling) R 11230 11232 11232 0 -1 4202496 7245 0 0 0 515 1 0 0 25 0 1 0 538338494 20099072 4077 33554432000 4194304 4352236 140734941771936 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11232/statm: 4907 4077 129 39 0 3987 0
[pid=11233] ppid=11217 vsize=333884 CPUtime=0 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11217 11217 11084 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 538338496 341897216 11713 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2578957578679582977 0 0 17 2 0 0 0
/proc/11233/statm: 83471 11713 369 364 0 19380 0
[pid=11235] ppid=11233 vsize=19628 CPUtime=5.12 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 7086 0 0 0 512 0 0 0 25 0 1 0 538338497 20099072 4077 33554432000 4194304 4352236 140735125883056 18446744073709551615 4331528 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11235/statm: 4907 4077 129 39 0 3987 0
[pid=11217/tid=11225] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (python) S 11215 11217 11084 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 538338489 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 6 0 0 0
[pid=11217/tid=11228] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (python) S 11215 11217 11084 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538338492 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11231] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (python) S 11215 11217 11084 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 538338494 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 4 0 0 0
[pid=11217/tid=11234] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11234/stat : 11234 (python) S 11215 11217 11084 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 5 0 538338497 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 27.94
Current children cumulated vsize (KiB) 1764716

[startup+25.5015 s]
/proc/loadavg: 3.62 1.32 0.47 6/190 11235
/proc/meminfo: memFree=30115820/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=344128 CPUtime=7.29 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 23278 937 1 0 715 14 0 0 25 0 5 0 538337742 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11217/statm: 86032 13229 1881 364 0 21941 0
[pid=11224] ppid=11217 vsize=303116 CPUtime=0.02 cores=0,2,4,6
/proc/11224/stat : 11224 (python) S 11217 11217 11084 0 -1 4202560 992 0 0 0 1 1 0 0 18 0 1 0 538338489 310390784 11713 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734095 0 0 16781312 514 2733473867581325572 0 0 17 2 0 0 0
/proc/11224/statm: 75779 11713 381 364 0 11697 0
[pid=11226] ppid=11224 vsize=22884 CPUtime=18.02 cores=0,2,4,6
/proc/11226/stat : 11226 (lingeling) R 11224 11226 11226 0 -1 4202496 8654 0 0 0 1801 1 0 0 25 0 1 0 538338490 23433216 4891 33554432000 4194304 4352236 140736764631344 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11226/statm: 5721 4891 129 39 0 4801 0
[pid=11227] ppid=11217 vsize=313372 CPUtime=0.02 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11217 11217 11084 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 538338492 320892928 11706 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 12942329384613675268 0 0 17 6 0 0 0
/proc/11227/statm: 78343 11706 370 364 0 14258 0
[pid=11229] ppid=11227 vsize=100004 CPUtime=17.86 cores=0,2,4,6
/proc/11229/stat : 11229 (cryptominisat-2) R 11227 11229 11229 0 -1 4202496 25634 0 0 0 1783 3 0 0 25 0 1 0 538338492 102404096 17439 33554432000 4194304 4677096 140736155240416 18446744073709551615 4236403 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11229/statm: 25001 17439 392 118 0 19960 0
[pid=11230] ppid=11217 vsize=323628 CPUtime=0.02 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11217 11217 11084 0 -1 4202560 946 0 0 0 1 1 0 0 18 0 1 0 538338494 331395072 11710 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325570 0 0 17 4 0 0 0
/proc/11230/statm: 80907 11710 370 364 0 16819 0
[pid=11232] ppid=11230 vsize=23568 CPUtime=17.95 cores=0,2,4,6
/proc/11232/stat : 11232 (lingeling) R 11230 11232 11232 0 -1 4202496 8827 0 0 0 1794 1 0 0 25 0 1 0 538338494 24133632 5062 33554432000 4194304 4352236 140734941771936 18446744073709551615 4231321 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11232/statm: 5892 5062 129 39 0 4972 0
[pid=11233] ppid=11217 vsize=333884 CPUtime=0.01 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11217 11217 11084 0 -1 4202560 938 0 0 0 1 0 0 0 18 0 1 0 538338496 341897216 11714 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325569 0 0 17 2 0 0 0
/proc/11233/statm: 83471 11714 370 364 0 19380 0
[pid=11235] ppid=11233 vsize=22700 CPUtime=17.9 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 8453 0 0 0 1790 0 0 0 25 0 1 0 538338497 23244800 4845 33554432000 4194304 4352236 140735125883056 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11235/statm: 5675 4845 129 39 0 4755 0
[pid=11217/tid=11225] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (python) S 11215 11217 11084 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 538338489 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 6 0 0 0
[pid=11217/tid=11228] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (python) S 11215 11217 11084 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538338492 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11231] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (python) S 11215 11217 11084 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 538338494 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 4 0 0 0
[pid=11217/tid=11234] ppid=11215 vsize=344128 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11234/stat : 11234 (python) S 11215 11217 11084 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 5 0 538338497 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 79.09
Current children cumulated vsize (KiB) 1787284

[startup+51.1008 s]
/proc/loadavg: 4.15 1.63 0.60 9/202 11248
/proc/meminfo: memFree=29735372/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=344128 CPUtime=7.29 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 23278 937 1 0 715 14 0 0 25 0 5 0 538337742 352387072 13229 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11217/statm: 86032 13229 1881 364 0 21941 0
[pid=11224] ppid=11217 vsize=303116 CPUtime=0.04 cores=0,2,4,6
/proc/11224/stat : 11224 (python) S 11217 11217 11084 0 -1 4202560 1005 0 0 0 2 2 0 0 18 0 1 0 538338489 310390784 11713 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734095 0 0 16781312 514 2733473867581325572 0 0 17 2 0 0 0
/proc/11224/statm: 75779 11713 381 364 0 11697 0
[pid=11226] ppid=11224 vsize=24352 CPUtime=43.62 cores=0,2,4,6
/proc/11226/stat : 11226 (lingeling) R 11224 11226 11226 0 -1 4202496 9021 0 0 0 4361 1 0 0 25 0 1 0 538338490 24936448 5258 33554432000 4194304 4352236 140736764631344 18446744073709551615 4327916 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11226/statm: 6088 5258 129 39 0 5168 0
[pid=11227] ppid=11217 vsize=313372 CPUtime=0.05 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11217 11217 11084 0 -1 4202560 931 0 0 0 2 3 0 0 15 0 1 0 538338492 320892928 11706 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 12942329384613675268 0 0 17 6 0 0 0
/proc/11227/statm: 78343 11706 370 364 0 14258 0
[pid=11229] ppid=11227 vsize=114600 CPUtime=43.28 cores=0,2,4,6
/proc/11229/stat : 11229 (cryptominisat-2) R 11227 11229 11229 0 -1 4202496 38131 0 0 0 4322 6 0 0 25 0 1 0 538338492 117350400 21013 33554432000 4194304 4677096 140736155240416 18446744073709551615 4336143 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11229/statm: 28650 21013 416 118 0 23609 0
[pid=11230] ppid=11217 vsize=323628 CPUtime=0.04 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11217 11217 11084 0 -1 4202560 956 0 0 0 2 2 0 0 18 0 1 0 538338494 331395072 11710 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325570 0 0 17 4 0 0 0
/proc/11230/statm: 80907 11710 370 364 0 16819 0
[pid=11232] ppid=11230 vsize=24272 CPUtime=43.51 cores=0,2,4,6
/proc/11232/stat : 11232 (lingeling) R 11230 11232 11232 0 -1 4202496 9003 0 0 0 4350 1 0 0 25 0 1 0 538338494 24854528 5238 33554432000 4194304 4352236 140734941771936 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11232/statm: 6068 5238 129 39 0 5148 0
[pid=11233] ppid=11217 vsize=333884 CPUtime=0.04 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11217 11217 11084 0 -1 4202560 947 0 0 0 2 2 0 0 18 0 1 0 538338496 341897216 11714 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325569 0 0 17 2 0 0 0
/proc/11233/statm: 83471 11714 370 364 0 19380 0

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

Current children cumulated vsize (KiB) 3389668

[startup+1182.3 s]
/proc/loadavg: 8.14 7.98 5.87 10/227 11347
/proc/meminfo: memFree=28524740/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=374896 CPUtime=7.42 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 26395 937 1 0 727 15 0 0 18 0 8 0 538337742 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11217/statm: 93724 13248 1888 364 0 29624 0
[pid=11224] ppid=11217 vsize=313360 CPUtime=0.38 cores=0,2,4,6
/proc/11224/stat : 11224 (python) S 11217 11217 11084 0 -1 4202560 1215 0 0 0 21 17 0 0 18 0 2 0 538338489 320880640 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11224/statm: 78340 11752 415 364 0 14258 0
[pid=11226] ppid=11224 vsize=36708 CPUtime=291.95 cores=0,2,4,6
/proc/11226/stat : 11226 (lingeling) T 11224 11226 11226 0 -1 4202496 16206 0 0 0 29193 2 0 0 25 0 1 0 538338490 37588992 8347 33554432000 4194304 4352236 140736764631344 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11226/statm: 9177 8347 129 39 0 8257 0
[pid=11224/tid=11250] ppid=11217 vsize=313360 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11250/stat : 11250 (python) S 11217 11217 11084 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538348501 320880640 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453648155840 0 0 -1 0 0 0 0
[pid=11227] ppid=11217 vsize=313372 CPUtime=0.72 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11217 11217 11084 0 -1 4202560 1144 0 0 0 40 32 0 0 16 0 2 0 538338492 320892928 11737 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11227/statm: 78343 11737 400 364 0 14258 0
[pid=11229] ppid=11227 vsize=164872 CPUtime=486.91 cores=0,2,4,6
/proc/11229/stat : 11229 (cryptominisat-2) T 11227 11229 11229 0 -1 4202496 153163 0 0 0 48652 39 0 0 25 0 1 0 538338492 168828928 33464 33554432000 4194304 4677096 140736155240416 18446744073709551615 4335852 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/11229/statm: 41218 33464 392 118 0 36177 0
[pid=11227/tid=11313] ppid=11217 vsize=313372 CPUtime=0 cores=0,2,4,6
/proc/11227/task/11313/stat : 11313 (python) S 11217 11217 11084 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538387532 320892928 11737 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453956196224 0 0 -1 6 0 0 0
[pid=11230] ppid=11217 vsize=323628 CPUtime=1.55 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11217 11217 11084 0 -1 4202560 1008 0 0 0 83 72 0 0 18 0 1 0 538338494 331395072 11710 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325570 0 0 17 4 0 0 0
/proc/11230/statm: 80907 11710 370 364 0 16819 0
[pid=11232] ppid=11230 vsize=50668 CPUtime=1173.2 cores=0,2,4,6
/proc/11232/stat : 11232 (lingeling) R 11230 11232 11232 0 -1 4202496 27890 0 0 0 117317 3 0 0 25 0 1 0 538338494 51884032 11837 33554432000 4194304 4352236 140734941771936 18446744073709551615 4231417 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11232/statm: 12667 11837 129 39 0 11747 0
[pid=11233] ppid=11217 vsize=333884 CPUtime=1.55 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11217 11217 11084 0 -1 4202560 1000 0 0 0 83 72 0 0 18 0 1 0 538338496 341897216 11714 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325569 0 0 17 2 0 0 0
/proc/11233/statm: 83471 11714 370 364 0 19380 0
[pid=11235] ppid=11233 vsize=58860 CPUtime=1174.12 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 31189 0 0 0 117407 5 0 0 25 0 1 0 538338497 60272640 13885 33554432000 4194304 4352236 140735125883056 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11235/statm: 14715 13885 129 39 0 13795 0
[pid=11251] ppid=11217 vsize=344140 CPUtime=1.54 cores=0,2,4,6
/proc/11251/stat : 11251 (python) S 11217 11217 11084 0 -1 4202560 1032 0 0 0 82 72 0 0 15 0 1 0 538348503 352399360 11718 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325572 0 0 17 2 0 0 0
/proc/11251/statm: 86035 11718 370 364 0 21941 0
[pid=11253] ppid=11251 vsize=240428 CPUtime=1069.29 cores=0,2,4,6
/proc/11253/stat : 11253 (cryptominisat-2) R 11251 11253 11253 0 -1 4202496 262738 0 0 0 106859 70 0 0 25 0 1 0 538348504 246198272 52620 33554432000 4194304 4677096 140736038798912 18446744073709551615 4319296 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11253/statm: 60107 52620 395 118 0 55066 0
[pid=11319] ppid=11217 vsize=354396 CPUtime=0.13 cores=0,2,4,6
/proc/11319/stat : 11319 (python) S 11217 11217 11084 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 538406761 362901504 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11319/statm: 88599 11752 399 364 0 24502 0
[pid=11321] ppid=11319 vsize=72692 CPUtime=98.72 cores=0,2,4,6
/proc/11321/stat : 11321 (SApperloT-base) T 11319 11321 11321 0 -1 4202496 21059 0 0 0 9867 5 0 0 25 0 1 0 538406762 74436608 16687 33554432000 134512640 135674940 4294256112 18446744073709551615 134552192 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11321/statm: 18173 16687 100 284 0 17887 0
[pid=11319/tid=11325] ppid=11217 vsize=354396 CPUtime=0 cores=0,2,4,6
/proc/11319/task/11325/stat : 11325 (python) S 11217 11217 11084 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538416675 362901504 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453942998272 0 0 -1 2 0 0 0
[pid=11326] ppid=11217 vsize=364652 CPUtime=0.52 cores=0,2,4,6
/proc/11326/stat : 11326 (python) S 11217 11217 11084 0 -1 4202560 1169 0 0 0 27 25 0 0 18 0 2 0 538416677 373403648 11756 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 91163 11756 399 364 0 27063 0
[pid=11328] ppid=11326 vsize=56636 CPUtime=391.32 cores=0,2,4,6
/proc/11328/stat : 11328 (precosat) R 11326 11328 11328 0 -1 4202496 14653 0 0 0 39130 2 0 0 25 0 1 0 538416677 57995264 13646 33554432000 4194304 4890832 140734578393968 18446744073709551615 4236306 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/11328/statm: 14159 13646 86 171 0 13986 0
[pid=11326/tid=11344] ppid=11217 vsize=364652 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (python) S 11217 11217 11084 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538445912 373403648 11756 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453955552256 0 0 -1 2 0 0 0
[pid=11217/tid=11225] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (python) S 11215 11217 11084 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 8 0 538338489 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 6 0 0 0
[pid=11217/tid=11228] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (python) S 11215 11217 11084 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 8 0 538338492 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11231] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (python) S 11215 11217 11084 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 8 0 538338494 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 4 0 0 0
[pid=11217/tid=11234] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11234/stat : 11234 (python) S 11215 11217 11084 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 8 0 538338497 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11252] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11252/stat : 11252 (python) S 11215 11217 11084 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 538348504 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11320] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11320/stat : 11320 (python) S 11215 11217 11084 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 538406762 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11327] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11327/stat : 11327 (python) S 11215 11217 11084 0 -1 4202560 32 937 0 0 0 0 0 0 18 0 8 0 538416677 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4699.32
Current children cumulated vsize (KiB) 3403192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.16 8.00 5.93 10/227 11348
/proc/meminfo: memFree=28527588/32951124 swapFree=67111444/67111528
[pid=11217] ppid=11215 vsize=374896 CPUtime=7.45 cores=0,2,4,6
/proc/11217/stat : 11217 (python) S 11215 11217 11084 0 -1 4202496 26425 937 1 0 730 15 0 0 18 0 8 0 538337742 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11217/statm: 93724 13248 1888 364 0 29624 0
[pid=11224] ppid=11217 vsize=313360 CPUtime=0.38 cores=0,2,4,6
/proc/11224/stat : 11224 (python) S 11217 11217 11084 0 -1 4202560 1215 0 0 0 21 17 0 0 18 0 2 0 538338489 320880640 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11224/statm: 78340 11752 415 364 0 14258 0
[pid=11226] ppid=11224 vsize=36708 CPUtime=291.95 cores=0,2,4,6
/proc/11226/stat : 11226 (lingeling) T 11224 11226 11226 0 -1 4202496 16206 0 0 0 29193 2 0 0 25 0 1 0 538338490 37588992 8347 33554432000 4194304 4352236 140736764631344 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/11226/statm: 9177 8347 129 39 0 8257 0
[pid=11224/tid=11250] ppid=11217 vsize=313360 CPUtime=0 cores=0,2,4,6
/proc/11224/task/11250/stat : 11250 (python) S 11217 11217 11084 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538348501 320880640 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453648155840 0 0 -1 0 0 0 0
[pid=11227] ppid=11217 vsize=313372 CPUtime=0.77 cores=0,2,4,6
/proc/11227/stat : 11227 (python) S 11217 11217 11084 0 -1 4202560 1175 0 0 0 42 35 0 0 15 0 2 0 538338492 320892928 11737 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11227/statm: 78343 11737 400 364 0 14258 0
[pid=11229] ppid=11227 vsize=190688 CPUtime=511.45 cores=0,2,4,6
/proc/11229/stat : 11229 (cryptominisat-2) R 11227 11229 11229 0 -1 4202496 163810 0 0 0 51103 42 0 0 25 0 1 0 538338492 195264512 38651 33554432000 4194304 4677096 140736155240416 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11229/statm: 47672 38651 392 118 0 42631 0
[pid=11227/tid=11313] ppid=11217 vsize=313372 CPUtime=0 cores=0,2,4,6
/proc/11227/task/11313/stat : 11313 (python) S 11217 11217 11084 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538387532 320892928 11737 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453956196224 0 0 -1 6 0 0 0
[pid=11230] ppid=11217 vsize=323628 CPUtime=1.58 cores=0,2,4,6
/proc/11230/stat : 11230 (python) S 11217 11217 11084 0 -1 4202560 1008 0 0 0 85 73 0 0 18 0 1 0 538338494 331395072 11710 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325570 0 0 17 4 0 0 0
/proc/11230/statm: 80907 11710 370 364 0 16819 0
[pid=11232] ppid=11230 vsize=50668 CPUtime=1198.47 cores=0,2,4,6
/proc/11232/stat : 11232 (lingeling) R 11230 11232 11232 0 -1 4202496 27890 0 0 0 119844 3 0 0 25 0 1 0 538338494 51884032 11837 33554432000 4194304 4352236 140734941771936 18446744073709551615 4328166 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11232/statm: 12667 11837 129 39 0 11747 0
[pid=11233] ppid=11217 vsize=333884 CPUtime=1.59 cores=0,2,4,6
/proc/11233/stat : 11233 (python) S 11217 11217 11084 0 -1 4202560 1000 0 0 0 85 74 0 0 18 0 1 0 538338496 341897216 11714 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325569 0 0 17 2 0 0 0
/proc/11233/statm: 83471 11714 370 364 0 19380 0
[pid=11235] ppid=11233 vsize=54764 CPUtime=1199.43 cores=0,2,4,6
/proc/11235/stat : 11235 (lingeling) R 11233 11235 11235 0 -1 4202496 31701 0 0 0 119938 5 0 0 25 0 1 0 538338497 56078336 12861 33554432000 4194304 4352236 140735125883056 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11235/statm: 13691 12861 129 39 0 12771 0
[pid=11251] ppid=11217 vsize=344140 CPUtime=1.58 cores=0,2,4,6
/proc/11251/stat : 11251 (python) S 11217 11217 11084 0 -1 4202560 1039 0 0 0 85 73 0 0 15 0 1 0 538348503 352399360 11719 33554432000 4194304 5683644 140737074046304 18446744073709551615 228122734150 0 0 16781312 514 2733473867581325572 0 0 17 2 0 0 0
/proc/11251/statm: 86035 11719 371 364 0 21941 0
[pid=11253] ppid=11251 vsize=240624 CPUtime=1094.53 cores=0,2,4,6
/proc/11253/stat : 11253 (cryptominisat-2) R 11251 11253 11253 0 -1 4202496 268075 0 0 0 109382 71 0 0 25 0 1 0 538348504 246398976 51651 33554432000 4194304 4677096 140736038798912 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11253/statm: 60156 51651 395 118 0 55115 0
[pid=11319] ppid=11217 vsize=354396 CPUtime=0.13 cores=0,2,4,6
/proc/11319/stat : 11319 (python) S 11217 11217 11084 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 538406761 362901504 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11319/statm: 88599 11752 399 364 0 24502 0
[pid=11321] ppid=11319 vsize=72692 CPUtime=98.72 cores=0,2,4,6
/proc/11321/stat : 11321 (SApperloT-base) T 11319 11321 11321 0 -1 4202496 21059 0 0 0 9867 5 0 0 25 0 1 0 538406762 74436608 16687 33554432000 134512640 135674940 4294256112 18446744073709551615 134552192 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11321/statm: 18173 16687 100 284 0 17887 0
[pid=11319/tid=11325] ppid=11217 vsize=354396 CPUtime=0 cores=0,2,4,6
/proc/11319/task/11325/stat : 11325 (python) S 11217 11217 11084 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538416675 362901504 11752 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453942998272 0 0 -1 2 0 0 0
[pid=11326] ppid=11217 vsize=364652 CPUtime=0.52 cores=0,2,4,6
/proc/11326/stat : 11326 (python) S 11217 11217 11084 0 -1 4202560 1169 0 0 0 27 25 0 0 18 0 2 0 538416677 373403648 11756 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/11326/statm: 91163 11756 399 364 0 27063 0
[pid=11328] ppid=11326 vsize=56636 CPUtime=391.85 cores=0,2,4,6
/proc/11328/stat : 11328 (precosat) T 11326 11328 11328 0 -1 4202496 14653 0 0 0 39183 2 0 0 25 0 1 0 538416677 57995264 13646 33554432000 4194304 4890832 140734578393968 18446744073709551615 4236618 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/11328/statm: 14159 13646 86 171 0 13986 0
[pid=11326/tid=11344] ppid=11217 vsize=364652 CPUtime=0 cores=0,2,4,6
/proc/11326/task/11344/stat : 11344 (python) S 11217 11217 11084 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538445912 373403648 11756 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 514 18446604453955552256 0 0 -1 2 0 0 0
[pid=11217/tid=11225] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11225/stat : 11225 (python) S 11215 11217 11084 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 8 0 538338489 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 6 0 0 0
[pid=11217/tid=11228] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11228/stat : 11228 (python) S 11215 11217 11084 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 8 0 538338492 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11231] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11231/stat : 11231 (python) S 11215 11217 11084 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 8 0 538338494 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 4 0 0 0
[pid=11217/tid=11234] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11234/stat : 11234 (python) S 11215 11217 11084 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 8 0 538338497 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11252] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11252/stat : 11252 (python) S 11215 11217 11084 0 -1 4202560 30 937 0 0 0 0 0 0 20 0 8 0 538348504 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11320] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11320/stat : 11320 (python) S 11215 11217 11084 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 538406762 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
[pid=11217/tid=11327] ppid=11215 vsize=374896 CPUtime=0 cores=0,2,4,6
/proc/11217/task/11327/stat : 11327 (python) S 11215 11217 11084 0 -1 4202560 32 937 0 0 0 0 0 0 18 0 8 0 538416677 383893504 13248 33554432000 4194304 5683644 140737074046304 18446744073709551615 228134537649 0 0 16781312 2 18446604453955394368 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 3425108

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11217 and gives
#  childrusage.ru_utime.tv_sec=1210
#  childrusage.ru_utime.tv_usec=276010
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=289499
# CPU time returned by wait4() is 1213.57
# while last known CPU time is 4800.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1207.65
CPU time (s): 4800.4
CPU user time (s): 4795.92
CPU system time (s): 4.48
CPU usage (%): 397.499
Max. virtual memory (cumulated for all children) (KiB): 3527792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1210.28
system time used= 3.2895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67130
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= 8346
involuntary context switches= 2934

runsolver used 2.10468 second user time and 5.17721 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-01 18:29:57
IDJOB=3317887
IDBENCH=70791
IDSOLVER=1706
FILE ID=node138/3317887-1304267397
RUNJOBID= node138-1304267281-11102
PBS_JOBID= 13173941
Free space on /tmp= 72408 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317887-1304267397/watcher-3317887-1304267397 -o /tmp/evaluation-result-3317887-1304267397/solver-3317887-1304267397 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317887-1304267397.cnf -seed 1544105914 -budget 4800 -cores 4

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1544105914

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.80
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.854
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.854
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.854
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:     32951124 kB
MemFree:      30303492 kB
Buffers:        696368 kB
Cached:        1190500 kB
SwapCached:         84 kB
Active:         651324 kB
Inactive:      1594216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30303492 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:           47264 kB
Writeback:           0 kB
AnonPages:      358596 kB
Mapped:          20528 kB
Slab:           337244 kB
PageTables:       5632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   505664 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= 72400 MiB
End job on node138 at 2011-05-01 18:50:07