Trace number 3498291

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.11 5012.95

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.60/20.43	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.60/20.43	c INFO: solving HOME/instance-3498291-1307953119.cnf
0.60/20.43	c INFO: computing task features
0.98/20.82	c INFO: computed variable-clause graph statistics
0.98/20.84	c INFO: computed clause balance statistics
3.07/22.96	c INFO: computed variable balance statistics
4.67/24.58	c INFO: computed small-clause counts
4.67/24.60	c INFO: computed Horn-clause counts
7.37/27.29	c INFO: computed variable graph statistics
7.37/27.29	c INFO: collected features for HOME/instance-3498291-1307953119.cnf in 6.84 s
7.47/27.33	c INFO: running lingeling-276@0 for 97 with 4993 remaining (b = 0.34)
107.65/127.46	c INFO: running cryptominisat-2.9.0@0 for 485 with 4893 remaining (b = 0.33)
595.96/615.05	c INFO: running lingeling-276@100 for 97 with 4405 remaining (b = 0.13)
693.21/712.18	c INFO: running lingeling-276@0 for 97 with 4308 remaining (b = 0.19)
793.50/812.31	c INFO: running lingeling-276@197 for 97 with 4208 remaining (b = 0.11)
890.71/909.43	c INFO: running lingeling-276@100 for 388 with 4111 remaining (b = 0.24)
1276.57/1294.85	c INFO: running lingeling-276@0 for 97 with 3726 remaining (b = 0.19)
1376.78/1394.99	c INFO: running cryptominisat-2.9.0@487 for 97 with 3625 remaining (b = 0.08)
1475.04/1493.06	c INFO: running precosat-570@0 for 291 with 3527 remaining (b = 0.14)
1771.83/1789.45	c INFO: running lingeling-276@100 for 97 with 3231 remaining (b = 0.05)
1869.07/1886.58	c INFO: running cryptominisat-2.9.0@0 for 97 with 3134 remaining (b = 0.09)
1967.30/1984.64	c INFO: running lingeling-276@485 for 97 with 3036 remaining (b = 0.04)
2064.54/2081.78	c INFO: running cryptominisat-2.9.0@97 for 388 with 2939 remaining (b = 0.15)
2453.02/2469.69	c INFO: running precosat-570@0 for 97 with 2551 remaining (b = 0.08)
2553.35/2569.83	c INFO: running cryptominisat-2.9.0@485 for 97 with 2451 remaining (b = 0.04)
2653.49/2669.82	c INFO: running precosat-570@296 for 97 with 2351 remaining (b = 0.04)
2749.72/2765.96	c INFO: running lingeling-276@582 for 679 with 2255 remaining (b = 0.21)
3430.46/3445.76	c INFO: running lingeling-276@294 for 194 with 1575 remaining (b = 0.08)
3624.05/3639.00	c INFO: running cryptominisat-2.9.0@585 for 1382 with 1382 remaining (b = 0.38)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498291-1307953119/watcher-3498291-1307953119 -o /var/tmp/evaluation-result-3498291-1307953119/solver-3498291-1307953119 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498291-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.00 0.00 0.00 2/174 22898
/proc/meminfo: memFree=3536760/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/22898/stat : 22898 (runsolver) S 22895 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 906912272 12087296 56 33554432000 4194304 5436572 140736354741520 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699215550 0 0 17 6 0 0 0
/proc/22898/statm: 2951 56 36 304 0 2643 0

[startup+0.039253 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 22898
/proc/meminfo: memFree=3536760/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/22898/stat : 22898 (runsolver) D 22895 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 906912272 12087296 56 33554432000 4194304 5436572 140736354741520 18446744073709551615 5057063 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22898/statm: 2951 56 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100243 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 22898
/proc/meminfo: memFree=3536760/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/22898/stat : 22898 (runsolver) D 22895 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 906912272 12087296 56 33554432000 4194304 5436572 140736354741520 18446744073709551615 5057063 0 0 4096 24578 18446744071562234166 0 0 17 6 0 0 0
/proc/22898/statm: 2951 56 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.300207 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 22898
/proc/meminfo: memFree=3536760/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=15084 CPUtime=0 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 646 0 6 0 0 0 0 0 19 0 1 0 906912272 15446016 546 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473963444 0 2147483391 16781312 2 18446744071699962003 0 0 17 4 0 0 4
/proc/22898/statm: 3771 546 312 364 0 258 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15084

[startup+0.700195 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 22898
/proc/meminfo: memFree=3536760/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/22898/stat : 22898 (python) D 22895 22898 22855 0 -1 4202496 790 0 6 0 0 0 0 0 15 0 1 0 906912272 15753216 681 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473967360 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 6
/proc/22898/statm: 3846 681 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+1.50105 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 22902
/proc/meminfo: memFree=3531340/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=15904 CPUtime=0 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 953 0 6 0 0 0 0 0 15 0 1 0 906912272 16285696 833 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 20
/proc/22898/statm: 3976 833 357 364 0 463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15904

[startup+3.10088 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 22903
/proc/meminfo: memFree=3527148/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=16392 CPUtime=0.02 cores=0,2,4,6
/proc/22898/stat : 22898 (python) D 22895 22898 22855 0 -1 4202496 1117 0 6 0 1 1 0 0 16 0 1 0 906912272 16785408 988 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 6 0 0 29
/proc/22898/statm: 4098 988 413 364 0 585 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16392
heavy processes:

[startup+6.30024 s]
/proc/loadavg: 0.00 0.00 0.00 1/178 22903
/proc/meminfo: memFree=3526124/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=29788 CPUtime=0.05 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 1446 0 11 0 3 2 0 0 16 0 1 0 906912272 30502912 1296 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 49
/proc/22898/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29788
heavy processes:

[startup+12.701 s]
/proc/loadavg: 0.07 0.02 0.00 1/178 22903
/proc/meminfo: memFree=3509028/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=119072 CPUtime=0.22 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 3877 0 37 0 9 13 0 0 16 0 1 0 906912272 121929728 3543 33554432000 4194304 5683644 140734315469440 18446744073709551615 274469043780 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 84
/proc/22898/statm: 29768 3543 940 364 0 2652 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 119072
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 0.29 0.06 0.02 3/178 22911
/proc/meminfo: memFree=3377672/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=305260 CPUtime=5.67 cores=0,2,4,6
/proc/22898/stat : 22898 (python) R 22895 22898 22855 0 -1 4202496 20414 924 113 8 537 30 0 0 25 0 1 0 906912272 312586240 13707 33554432000 4194304 5683644 140734315469440 18446744073709551615 47746614020224 0 0 16781312 2 0 0 0 17 2 0 0 187
/proc/22898/statm: 76315 13707 1833 364 0 12239 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 305260
heavy processes:

[startup+51.1003 s]
/proc/loadavg: 0.97 0.25 0.08 3/184 22918
/proc/meminfo: memFree=3330352/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=313364 CPUtime=7.5 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 20789 924 113 8 719 31 0 0 25 0 2 0 906912272 320884736 13212 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 187
/proc/22898/statm: 78341 13212 1875 364 0 14259 0
[pid=22912] ppid=22898 vsize=303120 CPUtime=0.02 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22898 22898 22855 0 -1 4202560 975 0 0 0 1 1 0 0 18 0 1 0 906915005 310394880 11714 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473987599 0 0 16781312 514 15919749693731471620 0 0 17 2 0 0 0
/proc/22912/statm: 75780 11714 381 364 0 11698 0
[pid=22914] ppid=22912 vsize=23128 CPUtime=23.75 cores=0,2,4,6
/proc/22914/stat : 22914 (lingeling) R 22912 22914 22914 0 -1 4202496 8715 0 0 0 2374 1 0 0 25 0 1 0 906915005 23683072 4951 33554432000 4194304 4352236 140735064924544 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22914/statm: 5782 4951 129 39 0 4862 0
[pid=22898/tid=22913] ppid=22895 vsize=313364 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22913/stat : 22913 (python) S 22895 22898 22855 0 -1 4202560 28 924 0 8 0 0 0 0 25 0 2 0 906915005 320884736 13212 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 31.27
Current children cumulated vsize (KiB) 639612
heavy processes:

[startup+102.306 s]
/proc/loadavg: 1.55 0.52 0.18 3/184 22919
/proc/meminfo: memFree=3317068/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=313364 CPUtime=7.5 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 20789 924 113 8 719 31 0 0 25 0 2 0 906912272 320884736 13212 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 187
/proc/22898/statm: 78341 13212 1875 364 0 14259 0
[pid=22912] ppid=22898 vsize=303120 CPUtime=0.07 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22898 22898 22855 0 -1 4202560 994 0 0 0 4 3 0 0 18 0 1 0 906915005 310394880 11714 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473987599 0 0 16781312 514 15919749693731471620 0 0 17 2 0 0 0
/proc/22912/statm: 75780 11714 381 364 0 11698 0
[pid=22914] ppid=22912 vsize=25060 CPUtime=74.96 cores=0,2,4,6
/proc/22914/stat : 22914 (lingeling) R 22912 22914 22914 0 -1 4202496 9198 0 0 0 7495 1 0 0 25 0 1 0 906915005 25661440 5434 33554432000 4194304 4352236 140735064924544 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/22914/statm: 6265 5434 129 39 0 5345 0
[pid=22898/tid=22913] ppid=22895 vsize=313364 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22913/stat : 22913 (python) S 22895 22898 22855 0 -1 4202560 28 924 0 8 0 0 0 0 25 0 2 0 906915005 320884736 13212 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 82.53
Current children cumulated vsize (KiB) 641544

[startup+162.301 s]
/proc/loadavg: 1.83 0.78 0.29 3/192 22929
/proc/meminfo: memFree=2651748/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=323620 CPUtime=7.53 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 21556 924 113 8 722 31 0 0 20 0 3 0 906912272 331386880 13219 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 187
/proc/22898/statm: 80905 13219 1878 364 0 16820 0
[pid=22912] ppid=22898 vsize=313364 CPUtime=0.11 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22898 22898 22855 0 -1 4202560 1164 0 0 0 7 4 0 0 19 0 2 0 906915005 320884736 11752 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22912/statm: 78341 11752 414 364 0 14259 0
[pid=22914] ppid=22912 vsize=26592 CPUtime=100.09 cores=0,2,4,6
/proc/22914/stat : 22914 (lingeling) T 22912 22914 22914 0 -1 4202496 9581 0 0 0 10008 1 0 0 25 0 1 0 906915005 27230208 5817 33554432000 4194304 4352236 140735064924544 18446744073709551615 4213243 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/22914/statm: 6648 5817 129 39 0 5728 0
[pid=22912/tid=22921] ppid=22898 vsize=313364 CPUtime=0 cores=0,2,4,6
/proc/22912/task/22921/stat : 22921 (python) S 22898 22898 22855 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 906925015 320884736 11752 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604440278547456 0 0 -1 4 0 0 0
[pid=22922] ppid=22898 vsize=313376 CPUtime=0.05 cores=0,2,4,6
/proc/22922/stat : 22922 (python) S 22898 22898 22855 0 -1 4202560 917 0 0 0 3 2 0 0 15 0 1 0 906925018 320897024 11707 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473987654 0 0 16781312 514 291313411050930436 0 0 17 0 0 0 0
/proc/22922/statm: 78344 11707 370 364 0 14259 0
[pid=22924] ppid=22922 vsize=115024 CPUtime=34.81 cores=0,2,4,6
/proc/22924/stat : 22924 (cryptominisat-2) R 22922 22924 22924 0 -1 4202496 36676 0 1 0 3477 4 0 0 25 0 1 0 906925018 117784576 21472 33554432000 4194304 4677096 140734370916608 18446744073709551615 4336237 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22924/statm: 28756 21472 392 118 0 23715 0
[pid=22898/tid=22913] ppid=22895 vsize=323620 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22913/stat : 22913 (python) S 22895 22898 22855 0 -1 4202560 28 924 0 8 0 0 0 0 25 0 3 0 906915005 331386880 13219 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
[pid=22898/tid=22923] ppid=22895 vsize=323620 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22923/stat : 22923 (python) S 22895 22898 22855 0 -1 4202560 22 924 0 8 0 0 0 0 20 0 3 0 906925018 331386880 13219 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 142.59
Current children cumulated vsize (KiB) 1091976

[startup+222.301 s]
/proc/loadavg: 1.94 1.00 0.39 3/192 22930
/proc/meminfo: memFree=2552852/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=323620 CPUtime=7.53 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 21556 924 113 8 722 31 0 0 20 0 3 0 906912272 331386880 13219 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 187
/proc/22898/statm: 80905 13219 1878 364 0 16820 0
[pid=22912] ppid=22898 vsize=313364 CPUtime=0.11 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22898 22898 22855 0 -1 4202560 1164 0 0 0 7 4 0 0 19 0 2 0 906915005 320884736 11752 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22912/statm: 78341 11752 414 364 0 14259 0
[pid=22914] ppid=22912 vsize=26592 CPUtime=100.09 cores=0,2,4,6
/proc/22914/stat : 22914 (lingeling) T 22912 22914 22914 0 -1 4202496 9581 0 0 0 10008 1 0 0 25 0 1 0 906915005 27230208 5817 33554432000 4194304 4352236 140735064924544 18446744073709551615 4213243 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/22914/statm: 6648 5817 129 39 0 5728 0
[pid=22912/tid=22921] ppid=22898 vsize=313364 CPUtime=0 cores=0,2,4,6
/proc/22912/task/22921/stat : 22921 (python) S 22898 22898 22855 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 906925015 320884736 11752 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604440278547456 0 0 -1 4 0 0 0
[pid=22922] ppid=22898 vsize=313376 CPUtime=0.15 cores=0,2,4,6
/proc/22922/stat : 22922 (python) S 22898 22898 22855 0 -1 4202560 947 0 0 0 8 7 0 0 15 0 1 0 906925018 320897024 11708 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473987654 0 0 16781312 514 291313411050930436 0 0 17 0 0 0 0
/proc/22922/statm: 78344 11708 371 364 0 14259 0
[pid=22924] ppid=22922 vsize=124468 CPUtime=94.82 cores=0,2,4,6
/proc/22924/stat : 22924 (cryptominisat-2) R 22922 22924 22924 0 -1 4202496 60145 0 1 0 9473 9 0 0 25 0 1 0 906925018 127455232 23020 33554432000 4194304 4677096 140734370916608 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22924/statm: 31117 23020 392 118 0 26076 0
[pid=22898/tid=22913] ppid=22895 vsize=323620 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22913/stat : 22913 (python) S 22895 22898 22855 0 -1 4202560 28 924 0 8 0 0 0 0 25 0 3 0 906915005 331386880 13219 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
[pid=22898/tid=22923] ppid=22895 vsize=323620 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22923/stat : 22923 (python) S 22895 22898 22855 0 -1 4202560 22 924 0 8 0 0 0 0 20 0 3 0 906925018 331386880 13219 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.7

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

[pid=22912] ppid=22898 vsize=313364 CPUtime=0.61 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22898 22898 22855 0 -1 4202560 1223 0 0 0 34 27 0 0 18 0 2 0 906915005 320884736 11753 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22912/statm: 78341 11753 415 364 0 14259 0
[pid=22914] ppid=22912 vsize=43484 CPUtime=487.54 cores=0,2,4,6
/proc/22914/stat : 22914 (lingeling) T 22912 22914 22914 0 -1 4202496 24044 0 0 0 48751 3 0 0 25 0 1 0 906915005 44527616 10040 33554432000 4194304 4352236 140735064924544 18446744073709551615 4281083 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/22914/statm: 10871 10040 129 39 0 9951 0
[pid=22912/tid=22921] ppid=22898 vsize=313364 CPUtime=0 cores=0,2,4,6
/proc/22912/task/22921/stat : 22921 (python) S 22898 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906925015 320884736 11753 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604440278547456 0 0 -1 4 0 0 0
[pid=22922] ppid=22898 vsize=313376 CPUtime=3.03 cores=0,2,4,6
/proc/22922/stat : 22922 (python) S 22898 22898 22855 0 -1 4202560 1178 0 0 0 166 137 0 0 15 0 2 0 906925018 320897024 11738 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22922/statm: 78344 11738 400 364 0 14259 0
[pid=22924] ppid=22922 vsize=359412 CPUtime=1959.52 cores=0,2,4,6
/proc/22924/stat : 22924 (cryptominisat-2) R 22922 22924 22924 0 -1 4202496 477830 0 1 0 195852 100 0 0 25 0 1 0 906925018 368037888 78406 33554432000 4194304 4677096 140734370916608 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22924/statm: 89853 78406 392 118 0 84812 0
[pid=22922/tid=22942] ppid=22898 vsize=313376 CPUtime=0 cores=0,2,4,6
/proc/22922/task/22942/stat : 22942 (python) S 22898 22898 22855 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906973775 320897024 11738 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453982872000 0 0 -1 0 0 0 0
[pid=22946] ppid=22898 vsize=323632 CPUtime=1.62 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22898 22898 22855 0 -1 4202560 1149 0 0 0 92 70 0 0 18 0 2 0 906983490 331399168 11741 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22946/statm: 80908 11741 399 364 0 16820 0
[pid=22948] ppid=22946 vsize=50580 CPUtime=1262.43 cores=0,2,4,6
/proc/22948/stat : 22948 (lingeling) T 22946 22948 22948 0 -1 4202496 21979 0 0 0 126239 4 0 0 25 0 1 0 906983490 51793920 11815 33554432000 4194304 4352236 140736528437904 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/22948/statm: 12645 11815 129 39 0 11725 0
[pid=22946/tid=22952] ppid=22898 vsize=323632 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22952/stat : 22952 (python) S 22898 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 906993501 331399168 11741 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453558880384 0 0 -1 0 0 0 0
[pid=22973] ppid=22898 vsize=333888 CPUtime=0.26 cores=0,2,4,6
/proc/22973/stat : 22973 (python) S 22898 22898 22855 0 -1 4202560 1140 0 0 0 15 11 0 0 18 0 2 0 907041757 341901312 11745 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22973/statm: 83472 11745 399 364 0 19381 0
[pid=22975] ppid=22973 vsize=31484 CPUtime=197.23 cores=0,2,4,6
/proc/22975/stat : 22975 (lingeling) T 22973 22975 22975 0 -1 4202496 12852 0 0 0 19722 1 0 0 25 0 1 0 907041757 32239616 7041 33554432000 4194304 4352236 140736528228912 18446744073709551615 4327867 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/22975/statm: 7871 7041 129 39 0 6951 0
[pid=22973/tid=22980] ppid=22898 vsize=333888 CPUtime=0 cores=0,2,4,6
/proc/22973/task/22980/stat : 22980 (python) S 22898 22898 22855 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907051769 341901312 11745 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453892856768 0 0 -1 0 0 0 0
[pid=22983] ppid=22898 vsize=344144 CPUtime=0.54 cores=0,2,4,6
/proc/22983/stat : 22983 (python) S 22898 22898 22855 0 -1 4202560 1166 0 0 0 29 25 0 0 18 0 2 0 907061578 352403456 11749 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22983/statm: 86036 11749 399 364 0 21942 0
[pid=22985] ppid=22983 vsize=59848 CPUtime=392.49 cores=0,2,4,6
/proc/22985/stat : 22985 (precosat) T 22983 22985 22985 0 -1 4202496 15449 0 0 0 39247 2 0 0 25 0 1 0 907061578 61284352 14448 33554432000 4194304 4890832 140736868846912 18446744073709551615 4298394 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/22985/statm: 14962 14448 86 171 0 14789 0
[pid=22983/tid=22998] ppid=22898 vsize=344144 CPUtime=0 cores=0,2,4,6
/proc/22983/task/22998/stat : 22998 (python) S 22898 22898 22855 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907091215 352403456 11749 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453860693056 0 0 -1 6 0 0 0
[pid=23005] ppid=22898 vsize=419936 CPUtime=0.89 cores=0,2,4,6
/proc/23005/stat : 23005 (python) S 22898 22898 22855 0 -1 4202560 1180 0 0 0 52 37 0 0 15 0 2 0 907100930 430014464 11756 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23005/statm: 104984 11756 400 364 0 40887 0
[pid=23007] ppid=23005 vsize=189068 CPUtime=585.88 cores=0,2,4,6
/proc/23007/stat : 23007 (cryptominisat-2) T 23005 23007 23007 0 -1 4202496 182974 0 0 0 58550 38 0 0 25 0 1 0 907100931 193605632 38768 33554432000 4194304 4677096 140736791832720 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/23007/statm: 47267 38768 421 118 0 42226 0
[pid=23005/tid=23011] ppid=22898 vsize=419936 CPUtime=0 cores=0,2,4,6
/proc/23005/task/23011/stat : 23011 (python) S 22898 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907110734 430014464 11756 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453847929856 0 0 -1 6 0 0 0
[pid=23029] ppid=22898 vsize=430192 CPUtime=0.12 cores=0,2,4,6
/proc/23029/stat : 23029 (python) S 22898 22898 22855 0 -1 4202560 1121 0 0 0 7 5 0 0 19 0 2 0 907159241 440516608 11759 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23029/statm: 107548 11759 399 364 0 43448 0
[pid=23031] ppid=23029 vsize=49444 CPUtime=100.1 cores=0,2,4,6
/proc/23031/stat : 23031 (precosat) T 23029 23031 23031 0 -1 4202496 13964 0 0 0 10009 1 0 0 25 0 1 0 907159242 50630656 11846 33554432000 4194304 4890832 140733227924752 18446744073709551615 4234999 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/23031/statm: 12361 11846 86 171 0 12188 0
[pid=23029/tid=23044] ppid=22898 vsize=430192 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (python) S 22898 22898 22855 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907169254 440516608 11759 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453867415360 0 0 -1 4 0 0 0
[pid=22898/tid=22913] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22913/stat : 22913 (python) S 22895 22898 22855 0 -1 4202560 39 924 0 8 0 0 0 0 18 0 8 0 906915005 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
[pid=22898/tid=22923] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22923/stat : 22923 (python) S 22895 22898 22855 0 -1 4202560 32 924 0 8 0 0 0 0 18 0 8 0 906925018 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
[pid=22898/tid=22947] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22947/stat : 22947 (python) S 22895 22898 22855 0 -1 4202560 35 924 0 8 0 0 0 0 18 0 8 0 906983490 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 4 0 0 0
[pid=22898/tid=22974] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22974/stat : 22974 (python) S 22895 22898 22855 0 -1 4202560 33 924 0 8 0 0 0 0 18 0 8 0 907041757 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 4 0 0 0
[pid=22898/tid=22984] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22984/stat : 22984 (python) S 22895 22898 22855 0 -1 4202560 36 924 0 8 0 0 0 0 18 0 8 0 907061578 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 6 0 0 0
[pid=22898/tid=23006] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/23006/stat : 23006 (python) S 22895 22898 22855 0 -1 4202560 33 924 0 8 0 0 0 0 18 0 8 0 907100931 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 0 0 0 0
[pid=22898/tid=23030] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/23030/stat : 23030 (python) S 22895 22898 22855 0 -1 4202560 31 924 0 8 0 0 0 0 20 0 8 0 907159241 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 3702288

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

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

[startup+5012.9 s]
/proc/loadavg: 2.06 2.01 1.96 3/238 23116
/proc/meminfo: memFree=235280/32950928 swapFree=67079488/67111528
[pid=22898] ppid=22895 vsize=440436 CPUtime=7.85 cores=0,2,4,6
/proc/22898/stat : 22898 (python) S 22895 22898 22855 0 -1 4202496 26684 924 113 8 752 33 0 0 18 0 8 0 906912272 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 187
/proc/22898/statm: 110109 13251 1888 364 0 46009 0
[pid=22912] ppid=22898 vsize=313364 CPUtime=0.61 cores=0,2,4,6
/proc/22912/stat : 22912 (python) S 22898 22898 22855 0 -1 4202560 1223 0 0 0 34 27 0 0 18 0 2 0 906915005 320884736 11753 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22912/statm: 78341 11753 415 364 0 14259 0
[pid=22914] ppid=22912 vsize=43484 CPUtime=487.54 cores=0,2,4,6
/proc/22914/stat : 22914 (lingeling) T 22912 22914 22914 0 -1 4202496 24044 0 0 0 48751 3 0 0 25 0 1 0 906915005 44527616 10040 33554432000 4194304 4352236 140735064924544 18446744073709551615 4281083 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/22914/statm: 10871 10040 129 39 0 9951 0
[pid=22912/tid=22921] ppid=22898 vsize=313364 CPUtime=0 cores=0,2,4,6
/proc/22912/task/22921/stat : 22921 (python) S 22898 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 906925015 320884736 11753 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604440278547456 0 0 -1 4 0 0 0
[pid=22922] ppid=22898 vsize=313376 CPUtime=3.03 cores=0,2,4,6
/proc/22922/stat : 22922 (python) S 22898 22898 22855 0 -1 4202560 1178 0 0 0 166 137 0 0 15 0 2 0 906925018 320897024 11738 33554432000 4194304 5683644 140734315469440 18446744073709551615 274473987654 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22922/statm: 78344 11738 400 364 0 14259 0
[pid=22924] ppid=22922 vsize=359412 CPUtime=1959.52 cores=0,2,4,6
/proc/22924/stat : 22924 (cryptominisat-2) R 22922 22924 22924 0 -1 4202496 477830 0 1 0 195852 100 0 0 25 0 1 0 906925018 368037888 78406 33554432000 4194304 4677096 140734370916608 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22924/statm: 89853 78406 392 118 0 84812 0
[pid=22922/tid=22942] ppid=22898 vsize=313376 CPUtime=0 cores=0,2,4,6
/proc/22922/task/22942/stat : 22942 (python) S 22898 22898 22855 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 906973775 320897024 11738 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453982872000 0 0 -1 0 0 0 0
[pid=22946] ppid=22898 vsize=323632 CPUtime=1.62 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22898 22898 22855 0 -1 4202560 1149 0 0 0 92 70 0 0 18 0 2 0 906983490 331399168 11741 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22946/statm: 80908 11741 399 364 0 16820 0
[pid=22948] ppid=22946 vsize=50580 CPUtime=1262.43 cores=0,2,4,6
/proc/22948/stat : 22948 (lingeling) T 22946 22948 22948 0 -1 4202496 21979 0 0 0 126239 4 0 0 25 0 1 0 906983490 51793920 11815 33554432000 4194304 4352236 140736528437904 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/22948/statm: 12645 11815 129 39 0 11725 0
[pid=22946/tid=22952] ppid=22898 vsize=323632 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22952/stat : 22952 (python) S 22898 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 906993501 331399168 11741 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453558880384 0 0 -1 0 0 0 0
[pid=22973] ppid=22898 vsize=333888 CPUtime=0.26 cores=0,2,4,6
/proc/22973/stat : 22973 (python) S 22898 22898 22855 0 -1 4202560 1140 0 0 0 15 11 0 0 18 0 2 0 907041757 341901312 11745 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22973/statm: 83472 11745 399 364 0 19381 0
[pid=22975] ppid=22973 vsize=31484 CPUtime=197.23 cores=0,2,4,6
/proc/22975/stat : 22975 (lingeling) T 22973 22975 22975 0 -1 4202496 12852 0 0 0 19722 1 0 0 25 0 1 0 907041757 32239616 7041 33554432000 4194304 4352236 140736528228912 18446744073709551615 4327867 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/22975/statm: 7871 7041 129 39 0 6951 0
[pid=22973/tid=22980] ppid=22898 vsize=333888 CPUtime=0 cores=0,2,4,6
/proc/22973/task/22980/stat : 22980 (python) S 22898 22898 22855 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907051769 341901312 11745 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453892856768 0 0 -1 0 0 0 0
[pid=22983] ppid=22898 vsize=344144 CPUtime=0.54 cores=0,2,4,6
/proc/22983/stat : 22983 (python) S 22898 22898 22855 0 -1 4202560 1166 0 0 0 29 25 0 0 18 0 2 0 907061578 352403456 11749 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22983/statm: 86036 11749 399 364 0 21942 0
[pid=22985] ppid=22983 vsize=59848 CPUtime=392.49 cores=0,2,4,6
/proc/22985/stat : 22985 (precosat) T 22983 22985 22985 0 -1 4202496 15449 0 0 0 39247 2 0 0 25 0 1 0 907061578 61284352 14448 33554432000 4194304 4890832 140736868846912 18446744073709551615 4298394 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/22985/statm: 14962 14448 86 171 0 14789 0
[pid=22983/tid=22998] ppid=22898 vsize=344144 CPUtime=0 cores=0,2,4,6
/proc/22983/task/22998/stat : 22998 (python) S 22898 22898 22855 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907091215 352403456 11749 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453860693056 0 0 -1 6 0 0 0
[pid=23005] ppid=22898 vsize=419936 CPUtime=0.89 cores=0,2,4,6
/proc/23005/stat : 23005 (python) S 22898 22898 22855 0 -1 4202560 1180 0 0 0 52 37 0 0 15 0 2 0 907100930 430014464 11756 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23005/statm: 104984 11756 400 364 0 40887 0
[pid=23007] ppid=23005 vsize=189068 CPUtime=585.88 cores=0,2,4,6
/proc/23007/stat : 23007 (cryptominisat-2) T 23005 23007 23007 0 -1 4202496 182974 0 0 0 58550 38 0 0 25 0 1 0 907100931 193605632 38768 33554432000 4194304 4677096 140736791832720 18446744073709551615 4320155 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/23007/statm: 47267 38768 421 118 0 42226 0
[pid=23005/tid=23011] ppid=22898 vsize=419936 CPUtime=0 cores=0,2,4,6
/proc/23005/task/23011/stat : 23011 (python) S 22898 22898 22855 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907110734 430014464 11756 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453847929856 0 0 -1 6 0 0 0
[pid=23029] ppid=22898 vsize=430192 CPUtime=0.12 cores=0,2,4,6
/proc/23029/stat : 23029 (python) S 22898 22898 22855 0 -1 4202560 1121 0 0 0 7 5 0 0 19 0 2 0 907159241 440516608 11759 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23029/statm: 107548 11759 399 364 0 43448 0
[pid=23031] ppid=23029 vsize=49444 CPUtime=100.1 cores=0,2,4,6
/proc/23031/stat : 23031 (precosat) T 23029 23031 23031 0 -1 4202496 13964 0 0 0 10009 1 0 0 25 0 1 0 907159242 50630656 11846 33554432000 4194304 4890832 140733227924752 18446744073709551615 4234999 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/23031/statm: 12361 11846 86 171 0 12188 0
[pid=23029/tid=23044] ppid=22898 vsize=430192 CPUtime=0 cores=0,2,4,6
/proc/23029/task/23044/stat : 23044 (python) S 22898 22898 22855 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907169254 440516608 11759 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 514 18446604453867415360 0 0 -1 4 0 0 0
[pid=22898/tid=22913] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22913/stat : 22913 (python) S 22895 22898 22855 0 -1 4202560 39 924 0 8 0 0 0 0 18 0 8 0 906915005 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
[pid=22898/tid=22923] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22923/stat : 22923 (python) S 22895 22898 22855 0 -1 4202560 32 924 0 8 0 0 0 0 18 0 8 0 906925018 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 2 0 0 0
[pid=22898/tid=22947] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22947/stat : 22947 (python) S 22895 22898 22855 0 -1 4202560 35 924 0 8 0 0 0 0 18 0 8 0 906983490 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 4 0 0 0
[pid=22898/tid=22974] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22974/stat : 22974 (python) S 22895 22898 22855 0 -1 4202560 33 924 0 8 0 0 0 0 18 0 8 0 907041757 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 4 0 0 0
[pid=22898/tid=22984] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/22984/stat : 22984 (python) S 22895 22898 22855 0 -1 4202560 36 924 0 8 0 0 0 0 18 0 8 0 907061578 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 6 0 0 0
[pid=22898/tid=23006] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/23006/stat : 23006 (python) S 22895 22898 22855 0 -1 4202560 33 924 0 8 0 0 0 0 18 0 8 0 907100931 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 0 0 0 0
[pid=22898/tid=23030] ppid=22895 vsize=440436 CPUtime=0 cores=0,2,4,6
/proc/22898/task/23030/stat : 23030 (python) S 22895 22898 22855 0 -1 4202560 31 924 0 8 0 0 0 0 20 0 8 0 907159241 451006464 13251 33554432000 4194304 5683644 140734315469440 18446744073709551615 274485791153 0 0 16781312 2 18446604453868164096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 3702288

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5012.95
CPU time (s): 5000.11
CPU user time (s): 4995.17
CPU system time (s): 4.94
CPU usage (%): 99.7438
Max. virtual memory (cumulated for all children) (KiB): 3868008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.52686
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27609
page faults= 121
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22946
involuntary context switches= 41

runsolver used 15.7486 second user time and 29.6435 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-13 10:18:40
IDJOB=3498291
IDBENCH=70791
IDSOLVER=1991
FILE ID=node125/3498291-1307953119
RUNJOBID= node125-1307953119-22873
PBS_JOBID= 13559703
Free space on /var/tmp= 2892 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498291-1307953119/watcher-3498291-1307953119 -o /var/tmp/evaluation-result-3498291-1307953119/solver-3498291-1307953119 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498291-1307953119.cnf -seed 1079452364 -budget 5000

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1079452364

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:       3537180 kB
Buffers:        112004 kB
Cached:       28344840 kB
SwapCached:       3336 kB
Active:       13246596 kB
Inactive:     15246468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3537180 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           70680 kB
Writeback:           0 kB
AnonPages:       34908 kB
Mapped:          13568 kB
Slab:           855484 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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