Trace number 3498285

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark808.69
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/16.03	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.01/16.03	c INFO: solving HOME/instance-3498285-1307953119.cnf
0.01/16.03	c INFO: computing task features
0.01/17.43	c INFO: computed variable-clause graph statistics
0.01/17.48	c INFO: computed clause balance statistics
14.40/24.34	c INFO: computed variable balance statistics
19.29/29.29	c INFO: computed small-clause counts
19.39/29.39	c INFO: computed Horn-clause counts
46.79/56.71	c INFO: computed variable graph statistics
46.79/56.71	c INFO: collected features for HOME/instance-3498285-1307953119.cnf in 40.61 s
46.79/56.73	c INFO: running lingeling-276@0 for 97 with 4959 remaining (b = 0.49)
146.96/156.87	c INFO: running lingeling-276@100 for 1164 with 4859 remaining (b = 0.52)
1312.49/1321.05	c INFO: running lingeling-276@0 for 97 with 3695 remaining (b = 0.47)
1412.69/1421.18	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3595 remaining (b = 0.60)
3068.71/3072.65	c INFO: running lingeling-276@100 for 194 with 1945 remaining (b = 0.24)
3262.14/3265.85	c INFO: running lingeling-276@0 for 97 with 1752 remaining (b = 0.38)
3362.33/3365.98	c INFO: running cryptominisat-2.9.0@0 for 485 with 1652 remaining (b = 0.30)
3851.38/3854.33	c INFO: running cryptominisat-2.9.0@487 for 97 with 1164 remaining (b = 0.08)
3947.91/3950.75	c INFO: running lingeling-276@293 for 97 with 1068 remaining (b = 0.07)
4045.15/4047.87	c INFO: running precosat-570@0 for 388 with 971 remaining (b = 0.23)
4434.19/4436.34	c INFO: running lingeling-276@100 for 97 with 582 remaining (b = 0.07)
4531.42/4533.47	c INFO: running precosat-570@0 for 194 with 485 remaining (b = 0.25)
4727.95/4729.72	c INFO: running cryptominisat-2.9.0@0 for 97 with 289 remaining (b = 0.13)
4830.59/4832.25	c INFO: running cryptominisat-2.9.0@1649 for 187 with 187 remaining (b = 0.05)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3498285-1307953119/watcher-3498285-1307953119 -o /tmp/evaluation-result-3498285-1307953119/solver-3498285-1307953119 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498285-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 1/172 8841
/proc/meminfo: memFree=28799956/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/8841/stat : 8841 (runsolver) S 8839 8841 8795 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 906911834 12087296 55 33554432000 4194304 5436572 140736443518192 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699109054 0 0 17 0 0 0 0
/proc/8841/statm: 2951 55 36 304 0 2643 0

[startup+0.053838 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 8841
/proc/meminfo: memFree=28799956/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 618 0 0 0 0 0 0 0 20 0 1 0 906911834 15441920 513 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/8841/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100833 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 8841
/proc/meminfo: memFree=28799956/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 618 0 0 0 0 0 0 0 20 0 1 0 906911834 15441920 513 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/8841/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300744 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 8841
/proc/meminfo: memFree=28799956/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 729 0 0 0 0 0 0 0 16 0 1 0 906911834 15548416 617 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/8841/statm: 3796 617 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.70068 s]
/proc/loadavg: 0.00 0.00 0.00 1/172 8841
/proc/meminfo: memFree=28799956/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 929 0 0 0 0 0 0 0 15 0 1 0 906911834 16154624 807 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/8841/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+1.5006 s]
/proc/loadavg: 0.00 0.00 0.00 1/173 8842
/proc/meminfo: memFree=28792996/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 1187 0 0 0 1 0 0 0 16 0 1 0 906911834 16932864 1046 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/8841/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+24.0288 s]
/proc/loadavg: 0.00 0.00 0.00 1/173 8842
/proc/meminfo: memFree=28792996/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=364712 CPUtime=14.12 cores=0,2,4,6
/proc/8841/stat : 8841 (python) R 8839 8841 8795 0 -1 4202496 45686 935 1 0 1215 197 0 0 25 0 1 0 906911834 373465088 28563 33554432000 4194304 5683644 140734026548640 18446744073709551615 47872305710490 0 0 16781312 2 0 0 0 17 4 0 0 63
/proc/8841/statm: 91178 28563 1826 364 0 27102 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 364712
heavy processes:

[startup+24.1068 s]
/proc/loadavg: 1.46 0.34 0.11 2/169 8877
/proc/meminfo: memFree=28690844/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=364712 CPUtime=14.2 cores=0,2,4,6
/proc/8841/stat : 8841 (python) R 8839 8841 8795 0 -1 4202496 45686 935 1 0 1223 197 0 0 25 0 1 0 906911834 373465088 28563 33554432000 4194304 5683644 140734026548640 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 4 0 0 63
/proc/8841/statm: 91178 28563 1826 364 0 27102 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 364712
heavy processes:

[startup+24.2058 s]
/proc/loadavg: 1.46 0.34 0.11 2/169 8877
/proc/meminfo: memFree=28690844/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=364712 CPUtime=14.3 cores=0,2,4,6
/proc/8841/stat : 8841 (python) R 8839 8841 8795 0 -1 4202496 45686 935 1 0 1233 197 0 0 25 0 1 0 906911834 373465088 28563 33554432000 4194304 5683644 140734026548640 18446744073709551615 4500482 0 0 16781312 2 0 0 0 17 4 0 0 63
/proc/8841/statm: 91178 28563 1826 364 0 27102 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 364712
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 1.46 0.34 0.11 2/169 8877
/proc/meminfo: memFree=28690596/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=364712 CPUtime=15.59 cores=0,2,4,6
/proc/8841/stat : 8841 (python) R 8839 8841 8795 0 -1 4202496 45687 935 1 0 1362 197 0 0 25 0 1 0 906911834 373465088 28564 33554432000 4194304 5683644 140734026548640 18446744073709551615 210646805193 0 0 16781312 2 0 0 0 17 4 0 0 63
/proc/8841/statm: 91178 28564 1827 364 0 27102 0
Current children cumulated CPU time (s) 15.59
Current children cumulated vsize (KiB) 364712
heavy processes:

[startup+51.1003 s]
/proc/loadavg: 2.95 0.76 0.26 3/173 8896
/proc/meminfo: memFree=28315288/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=368308 CPUtime=41.19 cores=0,2,4,6
/proc/8841/stat : 8841 (python) R 8839 8841 8795 0 -1 4202496 46592 935 1 0 3922 197 0 0 25 0 1 0 906911834 377147392 29469 33554432000 4194304 5683644 140734026548640 18446744073709551615 47872305559692 0 0 16781312 2 0 0 0 17 4 0 0 63
/proc/8841/statm: 92077 29469 1833 364 0 28001 0
Current children cumulated CPU time (s) 41.19
Current children cumulated vsize (KiB) 368308

[startup+102.301 s]
/proc/loadavg: 2.60 1.02 0.37 3/176 8901
/proc/meminfo: memFree=28252524/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=371528 CPUtime=46.82 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 46958 935 1 0 4485 197 0 0 25 0 2 0 906911834 380444672 27753 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 63
/proc/8841/statm: 92882 27753 1875 364 0 28800 0
[pid=8897] ppid=8841 vsize=361284 CPUtime=0.04 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8841 8841 8795 0 -1 4202560 981 0 0 0 2 2 0 0 18 0 1 0 906917508 369954816 26255 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647166479 0 0 16781312 514 2358478829858554116 0 0 17 4 0 0 0
/proc/8897/statm: 90321 26255 381 364 0 26239 0
[pid=8899] ppid=8897 vsize=59860 CPUtime=45.54 cores=0,2,4,6
/proc/8899/stat : 8899 (lingeling) R 8897 8899 8899 0 -1 4202496 57822 0 0 0 4547 7 0 0 25 0 1 0 906917509 61296640 14135 33554432000 4194304 4352236 140734036833104 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8899/statm: 14965 14135 129 39 0 14045 0
[pid=8841/tid=8898] ppid=8839 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8841/task/8898/stat : 8898 (python) S 8839 8841 8795 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 906917509 380444672 27753 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 92.4
Current children cumulated vsize (KiB) 792672

[startup+162.301 s]
/proc/loadavg: 2.20 1.21 0.48 3/177 8904
/proc/meminfo: memFree=28247840/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=371528 CPUtime=46.85 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 47452 935 1 0 4488 197 0 0 18 0 2 0 906911834 380444672 27754 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 63
/proc/8841/statm: 92882 27754 1876 364 0 28800 0
[pid=8897] ppid=8841 vsize=371528 CPUtime=0.12 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8841 8841 8795 0 -1 4202560 1170 0 0 0 7 5 0 0 18 0 2 0 906917508 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8897/statm: 92882 26294 415 364 0 28800 0
[pid=8899] ppid=8897 vsize=79636 CPUtime=105.51 cores=0,2,4,6
/proc/8899/stat : 8899 (lingeling) R 8897 8899 8899 0 -1 4202496 75029 0 0 0 10542 9 0 0 25 0 1 0 906917509 81547264 19079 33554432000 4194304 4352236 140734036833104 18446744073709551615 4319499 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8899/statm: 19909 19079 129 39 0 18989 0
[pid=8897/tid=8904] ppid=8841 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8841 8841 8795 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906927519 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453799761728 0 0 -1 4 0 0 0
[pid=8841/tid=8898] ppid=8839 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8841/task/8898/stat : 8898 (python) S 8839 8841 8795 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 906917509 380444672 27754 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 152.48
Current children cumulated vsize (KiB) 822692

[startup+222.3 s]
/proc/loadavg: 2.14 1.36 0.57 3/177 8906
/proc/meminfo: memFree=28245484/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=371528 CPUtime=46.85 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 47452 935 1 0 4488 197 0 0 18 0 2 0 906911834 380444672 27754 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 63
/proc/8841/statm: 92882 27754 1876 364 0 28800 0
[pid=8897] ppid=8841 vsize=371528 CPUtime=0.18 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8841 8841 8795 0 -1 4202560 1189 0 0 0 10 8 0 0 18 0 2 0 906917508 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8897/statm: 92882 26294 415 364 0 28800 0
[pid=8899] ppid=8897 vsize=64520 CPUtime=165.52 cores=0,2,4,6
/proc/8899/stat : 8899 (lingeling) R 8897 8899 8899 0 -1 4202496 79388 0 0 0 16542 10 0 0 25 0 1 0 906917509 66068480 15300 33554432000 4194304 4352236 140734036833104 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8899/statm: 16130 15300 129 39 0 15210 0
[pid=8897/tid=8904] ppid=8841 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8841 8841 8795 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906927519 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453799761728 0 0 -1 4 0 0 0
[pid=8841/tid=8898] ppid=8839 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8841/task/8898/stat : 8898 (python) S 8839 8841 8795 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 906917509 380444672 27754 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 212.55
Current children cumulated vsize (KiB) 807576

[startup+282.301 s]
/proc/loadavg: 2.04 1.48 0.66 3/177 8906
/proc/meminfo: memFree=28246048/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=371528 CPUtime=46.85 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 47452 935 1 0 4488 197 0 0 18 0 2 0 906911834 380444672 27754 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 63
/proc/8841/statm: 92882 27754 1876 364 0 28800 0
[pid=8897] ppid=8841 vsize=371528 CPUtime=0.26 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8841 8841 8795 0 -1 4202560 1200 0 0 0 15 11 0 0 18 0 2 0 906917508 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8897/statm: 92882 26294 415 364 0 28800 0
[pid=8899] ppid=8897 vsize=80872 CPUtime=225.52 cores=0,2,4,6
/proc/8899/stat : 8899 (lingeling) R 8897 8899 8899 0 -1 4202496 89628 0 0 0 22540 12 0 0 25 0 1 0 906917509 82812928 19388 33554432000 4194304 4352236 140734036833104 18446744073709551615 4319485 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8899/statm: 20218 19388 129 39 0 19298 0
[pid=8897/tid=8904] ppid=8841 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8841 8841 8795 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906927519 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453799761728 0 0 -1 4 0 0 0
[pid=8841/tid=8898] ppid=8839 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8841/task/8898/stat : 8898 (python) S 8839 8841 8795 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 2 0 906917509 380444672 27754 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 272.63
Current children cumulated vsize (KiB) 823928

[startup+342.301 s]
/proc/loadavg: 2.02 1.56 0.74 3/177 8908
/proc/meminfo: memFree=28228064/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=371528 CPUtime=46.85 cores=0,2,4,6

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

[pid=9337] ppid=8841 vsize=392052 CPUtime=0.24 cores=0,2,4,6
/proc/9337/stat : 9337 (python) S 8841 8841 8795 0 -1 4202560 1127 0 0 0 13 11 0 0 18 0 2 0 907238420 401461248 26286 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9337/statm: 98013 26286 399 364 0 33922 0
[pid=9339] ppid=9337 vsize=65952 CPUtime=197.21 cores=0,2,4,6
/proc/9339/stat : 9339 (lingeling) T 9337 9339 9339 0 -1 4202496 77613 0 0 0 19712 9 0 0 25 0 1 0 907238421 67534848 15658 33554432000 4194304 4352236 140734421082608 18446744073709551615 4327845 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9339/statm: 16488 15658 129 39 0 15568 0
[pid=9337/tid=9347] ppid=8841 vsize=392052 CPUtime=0 cores=0,2,4,6
/proc/9337/task/9347/stat : 9347 (python) S 8841 8841 8795 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907248432 401461248 26286 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604440448534400 0 0 -1 2 0 0 0
[pid=9348] ppid=8841 vsize=402308 CPUtime=0.82 cores=0,2,4,6
/proc/9348/stat : 9348 (python) S 8841 8841 8795 0 -1 4202560 1173 0 0 0 45 37 0 0 16 0 2 0 907248433 411963392 26291 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9348/statm: 100577 26291 400 364 0 36483 0
[pid=9350] ppid=9348 vsize=633084 CPUtime=584.73 cores=0,2,4,6
/proc/9350/stat : 9350 (cryptominisat-2) T 9348 9350 9350 0 -1 4202496 388318 0 0 0 58401 72 0 0 25 0 1 0 907248433 648278016 128720 33554432000 4194304 4677096 140736103241904 18446744073709551615 4336322 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/9350/statm: 158271 128720 392 118 0 153230 0
[pid=9348/tid=9368] ppid=8841 vsize=402308 CPUtime=0 cores=0,2,4,6
/proc/9348/task/9368/stat : 9368 (python) S 8841 8841 8795 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907297267 411963392 26291 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453857707200 0 0 -1 2 0 0 0
[pid=9375] ppid=8841 vsize=412564 CPUtime=0.51 cores=0,2,4,6
/proc/9375/stat : 9375 (python) S 8841 8841 8795 0 -1 4202560 1133 0 0 0 27 24 0 0 19 0 2 0 907316622 422465536 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9375/statm: 103141 26294 399 364 0 39044 0
[pid=9377] ppid=9375 vsize=179892 CPUtime=388.46 cores=0,2,4,6
/proc/9377/stat : 9377 (precosat) T 9375 9377 9377 0 -1 4202496 66497 0 0 0 38836 10 0 0 25 0 1 0 907316623 184209408 42385 33554432000 4194304 4890832 140737222065104 18446744073709551615 4297644 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/9377/statm: 44973 42385 86 171 0 44800 0
[pid=9375/tid=9391] ppid=8841 vsize=412564 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (python) S 8841 8841 8795 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907355468 422465536 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453801170944 0 0 -1 4 0 0 0
[pid=9394] ppid=8841 vsize=422820 CPUtime=0.26 cores=0,2,4,6
/proc/9394/stat : 9394 (python) S 8841 8841 8795 0 -1 4202560 1118 0 0 0 13 13 0 0 19 0 2 0 907365182 432967680 26298 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9394/statm: 105705 26298 399 364 0 41605 0
[pid=9396] ppid=9394 vsize=178044 CPUtime=196.22 cores=0,2,4,6
/proc/9396/stat : 9396 (precosat) T 9394 9396 9396 0 -1 4202496 51715 0 0 0 19615 7 0 0 25 0 1 0 907365182 182317056 41904 33554432000 4194304 4890832 140734007388128 18446744073709551615 4297708 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/9396/statm: 44511 41904 86 171 0 44338 0
[pid=9394/tid=9403] ppid=8841 vsize=422820 CPUtime=0 cores=0,2,4,6
/proc/9394/task/9403/stat : 9403 (python) S 8841 8841 8795 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907384806 432967680 26298 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604441201688640 0 0 -1 4 0 0 0
[pid=9404] ppid=8841 vsize=433076 CPUtime=0.16 cores=0,2,4,6
/proc/9404/stat : 9404 (python) S 8841 8841 8795 0 -1 4202560 1157 0 0 0 8 8 0 0 16 0 2 0 907384807 443469824 26308 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9404/statm: 108269 26308 405 364 0 44166 0
[pid=9406] ppid=9404 vsize=565624 CPUtime=102.5 cores=0,2,4,6
/proc/9406/stat : 9406 (cryptominisat-2) T 9404 9406 9406 0 -1 4202496 157221 0 0 0 10228 22 0 0 25 0 1 0 907384807 579198976 118336 33554432000 4194304 4677096 140735218472144 18446744073709551615 4336148 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/9406/statm: 141406 118336 392 118 0 136365 0
[pid=9404/tid=9409] ppid=8841 vsize=433076 CPUtime=0 cores=0,2,4,6
/proc/9404/task/9409/stat : 9409 (python) S 8841 8841 8795 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 907395060 443469824 26308 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453911221184 0 0 -1 4 0 0 0
[pid=8841/tid=8898] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/8898/stat : 8898 (python) S 8839 8841 8795 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 906917509 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9077] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9077/stat : 9077 (python) S 8839 8841 8795 0 -1 4202560 38 935 0 0 0 0 0 0 18 0 9 0 907043940 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9089] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9089/stat : 9089 (python) S 8839 8841 8795 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 907053953 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9338] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9338/stat : 9338 (python) S 8839 8841 8795 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 907238421 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9349] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9349/stat : 9349 (python) S 8839 8841 8795 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 907248433 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9376] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9376/stat : 9376 (python) S 8839 8841 8795 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907316622 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9395] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9395/stat : 9395 (python) S 8839 8841 8795 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 907365182 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9405] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9405/stat : 9405 (python) S 8839 8841 8795 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907384807 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4960.88
Current children cumulated vsize (KiB) 6180380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 9413
/proc/meminfo: memFree=23912616/32951132 swapFree=67061148/67111528
[pid=8841] ppid=8839 vsize=443320 CPUtime=46.99 cores=0,2,4,6
/proc/8841/stat : 8841 (python) S 8839 8841 8795 0 -1 4202496 53298 935 1 0 4498 201 0 0 18 0 9 0 906911834 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 63
/proc/8841/statm: 110830 27796 1890 364 0 46727 0
[pid=8897] ppid=8841 vsize=371528 CPUtime=1.47 cores=0,2,4,6
/proc/8897/stat : 8897 (python) S 8841 8841 8795 0 -1 4202560 1204 0 0 0 82 65 0 0 18 0 2 0 906917508 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/8897/statm: 92882 26294 415 364 0 28800 0
[pid=8899] ppid=8897 vsize=74884 CPUtime=1264.22 cores=0,2,4,6
/proc/8899/stat : 8899 (lingeling) T 8897 8899 8899 0 -1 4202496 143416 0 0 0 126394 28 0 0 25 0 1 0 906917509 76681216 17891 33554432000 4194304 4352236 140734036833104 18446744073709551615 4238648 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/8899/statm: 18721 17891 129 39 0 17801 0
[pid=8897/tid=8904] ppid=8841 vsize=371528 CPUtime=0 cores=0,2,4,6
/proc/8897/task/8904/stat : 8904 (python) S 8841 8841 8795 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 906927519 380444672 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453799761728 0 0 -1 4 0 0 0
[pid=9076] ppid=8841 vsize=371540 CPUtime=0.48 cores=0,2,4,6
/proc/9076/stat : 9076 (python) S 8841 8841 8795 0 -1 4202560 1132 0 0 0 27 21 0 0 18 0 2 0 907043939 380456960 26278 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9076/statm: 92885 26278 399 364 0 28800 0
[pid=9078] ppid=9076 vsize=68352 CPUtime=390.41 cores=0,2,4,6
/proc/9078/stat : 9078 (lingeling) T 9076 9078 9078 0 -1 4202496 91301 0 0 0 39031 10 0 0 25 0 1 0 907043940 69992448 16257 33554432000 4194304 4352236 140733661274320 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9078/statm: 17088 16257 129 39 0 16168 0
[pid=9076/tid=9087] ppid=8841 vsize=371540 CPUtime=0 cores=0,2,4,6
/proc/9076/task/9087/stat : 9087 (python) S 8841 8841 8795 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907053951 380456960 26278 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453983604928 0 0 -1 2 0 0 0
[pid=9088] ppid=8841 vsize=381796 CPUtime=4.75 cores=0,2,4,6
/proc/9088/stat : 9088 (python) S 8841 8841 8795 0 -1 4202560 1176 0 0 0 272 203 0 0 15 0 2 0 907053953 390959104 26283 33554432000 4194304 5683644 140734026548640 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9088/statm: 95449 26283 400 364 0 31361 0
[pid=9090] ppid=9088 vsize=932416 CPUtime=1820.62 cores=0,2,4,6
/proc/9090/stat : 9090 (cryptominisat-2) R 9088 9090 9090 0 -1 4202496 1009605 0 0 0 181865 197 0 0 25 0 1 0 907053953 954793984 193286 33554432000 4194304 4677096 140736585210752 18446744073709551615 4336162 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/9090/statm: 233104 193286 392 118 0 228063 0
[pid=9088/tid=9332] ppid=8841 vsize=381796 CPUtime=0 cores=0,2,4,6
/proc/9088/task/9332/stat : 9332 (python) S 8841 8841 8795 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 907219099 390959104 26283 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604443158656128 0 0 -1 6 0 0 0
[pid=9337] ppid=8841 vsize=392052 CPUtime=0.24 cores=0,2,4,6
/proc/9337/stat : 9337 (python) S 8841 8841 8795 0 -1 4202560 1127 0 0 0 13 11 0 0 18 0 2 0 907238420 401461248 26286 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9337/statm: 98013 26286 399 364 0 33922 0
[pid=9339] ppid=9337 vsize=65952 CPUtime=197.21 cores=0,2,4,6
/proc/9339/stat : 9339 (lingeling) T 9337 9339 9339 0 -1 4202496 77613 0 0 0 19712 9 0 0 25 0 1 0 907238421 67534848 15658 33554432000 4194304 4352236 140734421082608 18446744073709551615 4327845 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9339/statm: 16488 15658 129 39 0 15568 0
[pid=9337/tid=9347] ppid=8841 vsize=392052 CPUtime=0 cores=0,2,4,6
/proc/9337/task/9347/stat : 9347 (python) S 8841 8841 8795 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907248432 401461248 26286 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604440448534400 0 0 -1 2 0 0 0
[pid=9348] ppid=8841 vsize=402308 CPUtime=0.82 cores=0,2,4,6
/proc/9348/stat : 9348 (python) S 8841 8841 8795 0 -1 4202560 1173 0 0 0 45 37 0 0 16 0 2 0 907248433 411963392 26291 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/9348/statm: 100577 26291 400 364 0 36483 0
[pid=9350] ppid=9348 vsize=633084 CPUtime=584.73 cores=0,2,4,6
/proc/9350/stat : 9350 (cryptominisat-2) T 9348 9350 9350 0 -1 4202496 388318 0 0 0 58401 72 0 0 25 0 1 0 907248433 648278016 128720 33554432000 4194304 4677096 140736103241904 18446744073709551615 4336322 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/9350/statm: 158271 128720 392 118 0 153230 0
[pid=9348/tid=9368] ppid=8841 vsize=402308 CPUtime=0 cores=0,2,4,6
/proc/9348/task/9368/stat : 9368 (python) S 8841 8841 8795 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907297267 411963392 26291 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453857707200 0 0 -1 2 0 0 0
[pid=9375] ppid=8841 vsize=412564 CPUtime=0.51 cores=0,2,4,6
/proc/9375/stat : 9375 (python) S 8841 8841 8795 0 -1 4202560 1133 0 0 0 27 24 0 0 19 0 2 0 907316622 422465536 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9375/statm: 103141 26294 399 364 0 39044 0
[pid=9377] ppid=9375 vsize=179892 CPUtime=388.46 cores=0,2,4,6
/proc/9377/stat : 9377 (precosat) T 9375 9377 9377 0 -1 4202496 66497 0 0 0 38836 10 0 0 25 0 1 0 907316623 184209408 42385 33554432000 4194304 4890832 140737222065104 18446744073709551615 4297644 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/9377/statm: 44973 42385 86 171 0 44800 0
[pid=9375/tid=9391] ppid=8841 vsize=412564 CPUtime=0 cores=0,2,4,6
/proc/9375/task/9391/stat : 9391 (python) S 8841 8841 8795 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 907355468 422465536 26294 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453801170944 0 0 -1 4 0 0 0
[pid=9394] ppid=8841 vsize=422820 CPUtime=0.26 cores=0,2,4,6
/proc/9394/stat : 9394 (python) S 8841 8841 8795 0 -1 4202560 1118 0 0 0 13 13 0 0 19 0 2 0 907365182 432967680 26298 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9394/statm: 105705 26298 399 364 0 41605 0
[pid=9396] ppid=9394 vsize=178044 CPUtime=196.22 cores=0,2,4,6
/proc/9396/stat : 9396 (precosat) T 9394 9396 9396 0 -1 4202496 51715 0 0 0 19615 7 0 0 25 0 1 0 907365182 182317056 41904 33554432000 4194304 4890832 140734007388128 18446744073709551615 4297708 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/9396/statm: 44511 41904 86 171 0 44338 0
[pid=9394/tid=9403] ppid=8841 vsize=422820 CPUtime=0 cores=0,2,4,6
/proc/9394/task/9403/stat : 9403 (python) S 8841 8841 8795 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907384806 432967680 26298 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604441201688640 0 0 -1 4 0 0 0
[pid=9404] ppid=8841 vsize=433076 CPUtime=0.16 cores=0,2,4,6
/proc/9404/stat : 9404 (python) S 8841 8841 8795 0 -1 4202560 1157 0 0 0 8 8 0 0 16 0 2 0 907384807 443469824 26308 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9404/statm: 108269 26308 405 364 0 44166 0
[pid=9406] ppid=9404 vsize=565624 CPUtime=102.5 cores=0,2,4,6
/proc/9406/stat : 9406 (cryptominisat-2) T 9404 9406 9406 0 -1 4202496 157221 0 0 0 10228 22 0 0 25 0 1 0 907384807 579198976 118336 33554432000 4194304 4677096 140735218472144 18446744073709551615 4336148 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/9406/statm: 141406 118336 392 118 0 136365 0
[pid=9404/tid=9409] ppid=8841 vsize=433076 CPUtime=0 cores=0,2,4,6
/proc/9404/task/9409/stat : 9409 (python) S 8841 8841 8795 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 907395060 443469824 26308 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 514 18446604453911221184 0 0 -1 4 0 0 0
[pid=8841/tid=8898] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/8898/stat : 8898 (python) S 8839 8841 8795 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 906917509 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9077] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9077/stat : 9077 (python) S 8839 8841 8795 0 -1 4202560 38 935 0 0 0 0 0 0 18 0 9 0 907043940 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9089] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9089/stat : 9089 (python) S 8839 8841 8795 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 907053953 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9338] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9338/stat : 9338 (python) S 8839 8841 8795 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 907238421 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9349] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9349/stat : 9349 (python) S 8839 8841 8795 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 907248433 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9376] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9376/stat : 9376 (python) S 8839 8841 8795 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907316622 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9395] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9395/stat : 9395 (python) S 8839 8841 8795 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 907365182 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
[pid=8841/tid=9405] ppid=8839 vsize=443320 CPUtime=0 cores=0,2,4,6
/proc/8841/task/9405/stat : 9405 (python) S 8839 8841 8795 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907384807 453959680 27796 33554432000 4194304 5683644 140734026548640 18446744073709551615 210658970033 0 0 16781312 2 18446604440448533504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 6329252

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 8841 and gives
#  childrusage.ru_utime.tv_sec=44
#  childrusage.ru_utime.tv_usec=988160
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=19692
# CPU time returned by wait4() is 47.0079
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.46
CPU time (s): 5000.05
CPU user time (s): 4990.67
CPU system time (s): 9.38
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 6361360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.9882
system time used= 2.01969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54238
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= 3994
involuntary context switches= 130

runsolver used 18.8241 second user time and 37.9302 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-13 10:18:39
IDJOB=3498285
IDBENCH=70760
IDSOLVER=1991
FILE ID=node129/3498285-1307953119
RUNJOBID= node129-1307953118-8813
PBS_JOBID= 13559699
Free space on /tmp= 74048 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498285-1307953119/watcher-3498285-1307953119 -o /tmp/evaluation-result-3498285-1307953119/solver-3498285-1307953119 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498285-1307953119.cnf -seed 1079452364 -budget 5000

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=1079452364

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28800508 kB
Buffers:        450212 kB
Cached:        3395820 kB
SwapCached:      13132 kB
Active:        1226160 kB
Inactive:      2637728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28800508 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           71632 kB
Writeback:           0 kB
AnonPages:       15216 kB
Mapped:           8588 kB
Slab:           222332 kB
PageTables:       4156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   155208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73956 MiB
End job on node129 at 2011-06-13 11:42:06