Trace number 3317880

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.41 1203.66

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3317880-1304267490.cnf
0.36/0.67	c INFO: computing task features
0.44/0.74	c INFO: computed variable-clause graph statistics
0.44/0.74	c INFO: computed clause balance statistics
0.84/1.15	c INFO: computed variable balance statistics
1.13/1.45	c INFO: computed small-clause counts
1.13/1.45	c INFO: computed Horn-clause counts
1.23/1.58	c INFO: computed variable graph statistics
1.23/1.58	c INFO: collected features for HOME/instance-3317880-1304267490.cnf in 0.90 s
1.34/1.60	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
1.34/1.62	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.34)
1.34/1.64	c INFO: running lingeling-276@0 for 1067 with 4799 remaining (b = 0.49)
1.34/1.67	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.46)
401.02/101.75	c INFO: running cryptominisat-2.9.0@0 for 485 with 4698 remaining (b = 0.25)
1959.57/491.99	c INFO: running lingeling-276@0 for 1164 with 4308 remaining (b = 0.36)
2355.39/591.08	c INFO: running SApperloT@0 for 97 with 4209 remaining (b = 0.13)
2755.57/691.23	c INFO: running precosat-570@0 for 388 with 4109 remaining (b = 0.26)
4271.63/1070.99	c INFO: running lingeling-276@0 for 97 with 3729 remaining (b = 0.07)
4330.63/1085.72	c INFO: running precosat-570@1068 for 97 with 3714 remaining (b = 0.08)
4670.89/1171.14	c INFO: running cryptominisat-2.9.0@486 for 97 with 3629 remaining (b = 0.06)
4709.54/1180.87	c INFO: running lingeling-276@393 for 194 with 3619 remaining (b = 0.09)
4800.41/1203.63	c INFO: running precosat-570@0 for 194 with 3597 remaining (b = 0.13)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317880-1304267490/watcher-3317880-1304267490 -o /tmp/evaluation-result-3317880-1304267490/solver-3317880-1304267490 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317880-1304267490.cnf -seed 778475972 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.03 2.25 0.83 5/189 11164
/proc/meminfo: memFree=30240620/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/11164/stat : 11164 (python) R 11162 11164 11061 0 -1 4202496 732 0 0 0 0 0 0 0 25 0 1 0 538351802 15548416 620 33554432000 4194304 5683644 140735615809504 18446744073709551615 218371000455 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11164/statm: 3796 622 322 364 0 283 0

[startup+0.0212441 s]
/proc/loadavg: 6.03 2.25 0.83 5/189 11164
/proc/meminfo: memFree=30240620/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/11164/stat : 11164 (python) R 11162 11164 11061 0 -1 4202496 1051 0 0 0 0 0 0 0 25 0 1 0 538351802 16629760 922 33554432000 4194304 5683644 140735615809504 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11164/statm: 4060 922 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100195 s]
/proc/loadavg: 6.03 2.25 0.83 5/189 11164
/proc/meminfo: memFree=30240620/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/11164/stat : 11164 (python) S 11162 11164 11061 0 -1 4202496 2631 0 0 0 4 2 0 0 17 0 1 0 538351802 87674880 2348 33554432000 4194304 5683644 140735615809504 18446744073709551615 218366033543 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/11164/statm: 21926 2351 714 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300177 s]
/proc/loadavg: 6.03 2.25 0.83 5/189 11164
/proc/meminfo: memFree=30240620/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/11164/stat : 11164 (python) S 11162 11164 11061 0 -1 4202496 5962 935 1 0 13 5 0 0 17 0 1 0 538351802 139005952 4150 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370953221 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/11164/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701107 s]
/proc/loadavg: 6.03 2.25 0.83 5/189 11164
/proc/meminfo: memFree=30240620/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=280540 CPUtime=0.44 cores=1,3,5,7
/proc/11164/stat : 11164 (python) R 11162 11164 11061 0 -1 4202496 9774 935 1 0 33 11 0 0 15 0 1 0 538351802 287272960 7453 33554432000 4194304 5683644 140735615809504 18446744073709551615 47244903721868 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11164/statm: 70135 7453 1761 364 0 6059 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280540

[startup+1.50096 s]
/proc/loadavg: 6.03 2.25 0.83 7/190 11169
/proc/meminfo: memFree=30212744/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=282900 CPUtime=1.23 cores=1,3,5,7
/proc/11164/stat : 11164 (python) R 11162 11164 11061 0 -1 4202496 11136 935 1 0 112 11 0 0 16 0 1 0 538351802 289689600 8117 33554432000 4194304 5683644 140735615809504 18446744073709551615 47244765539197 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11164/statm: 70725 8117 1833 364 0 6649 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 282900

[startup+3.10064 s]
/proc/loadavg: 6.03 2.25 0.83 10/207 11186
/proc/meminfo: memFree=30088980/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=321948 CPUtime=1.4 cores=1,3,5,7
/proc/11164/stat : 11164 (python) S 11162 11164 11061 0 -1 4202496 13840 935 1 0 128 12 0 0 22 0 5 0 538351802 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 80487 7716 1881 364 0 16396 0
[pid=11175] ppid=11164 vsize=280936 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (python) S 11164 11164 11061 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 538351963 287678464 6178 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977295 0 0 16781312 514 15794354520047222783 0 0 17 1 0 0 0
/proc/11175/statm: 70234 6178 359 364 0 6152 0
[pid=11177] ppid=11175 vsize=7128 CPUtime=1.49 cores=1,3,5,7
/proc/11177/stat : 11177 (lingeling) R 11175 11177 11177 0 -1 4202496 1551 0 0 0 149 0 0 0 23 0 1 0 538351963 7299072 985 33554432000 4194304 4352236 140736651034288 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11177/statm: 1782 985 129 39 0 862 0
[pid=11178] ppid=11164 vsize=291192 CPUtime=0 cores=1,3,5,7
/proc/11178/stat : 11178 (python) S 11164 11164 11061 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 538351965 298180608 6171 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 15594325042530320648 0 0 17 5 0 0 0
/proc/11178/statm: 72798 6171 348 364 0 8713 0
[pid=11180] ppid=11178 vsize=39204 CPUtime=1.45 cores=1,3,5,7
/proc/11180/stat : 11180 (cryptominisat-2) R 11178 11180 11180 0 -1 4202496 4078 0 0 0 145 0 0 0 25 0 1 0 538351965 40144896 2901 33554432000 4194304 4677096 140737123126640 18446744073709551615 4317664 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11180/statm: 9801 2901 392 118 0 4760 0
[pid=11181] ppid=11164 vsize=301448 CPUtime=0 cores=1,3,5,7
/proc/11181/stat : 11181 (python) S 11164 11164 11061 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538351967 308682752 6175 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 4465647513931612159 0 0 17 7 0 0 0
/proc/11181/statm: 75362 6175 348 364 0 11274 0
[pid=11183] ppid=11181 vsize=6920 CPUtime=1.44 cores=1,3,5,7
/proc/11183/stat : 11183 (lingeling) R 11181 11183 11183 0 -1 4202496 1469 0 0 0 144 0 0 0 25 0 1 0 538351968 7086080 900 33554432000 4194304 4352236 140735668835312 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11183/statm: 1730 900 129 39 0 810 0
[pid=11184] ppid=11164 vsize=311704 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (python) S 11164 11164 11061 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 538351970 319184896 6179 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 15794358368337919999 0 0 17 5 0 0 0
/proc/11184/statm: 77926 6179 348 364 0 13835 0
[pid=11186] ppid=11184 vsize=7176 CPUtime=1.42 cores=1,3,5,7
/proc/11186/stat : 11186 (lingeling) R 11184 11186 11186 0 -1 4202496 1819 0 0 0 142 0 0 0 25 0 1 0 538351970 7348224 994 33554432000 4194304 4352236 140736166965840 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11186/statm: 1794 994 129 39 0 874 0
[pid=11164/tid=11176] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (python) S 11162 11164 11061 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 5 0 538351963 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11179] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (python) S 11162 11164 11061 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538351965 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11182] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (python) S 11162 11164 11061 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538351967 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 7 0 0 0
[pid=11164/tid=11185] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (python) S 11162 11164 11061 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 538351970 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 1567656

[startup+6.30107 s]
/proc/loadavg: 6.19 2.34 0.86 10/207 11186
/proc/meminfo: memFree=29983620/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=321948 CPUtime=1.4 cores=1,3,5,7
/proc/11164/stat : 11164 (python) S 11162 11164 11061 0 -1 4202496 13840 935 1 0 128 12 0 0 22 0 5 0 538351802 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 80487 7716 1881 364 0 16396 0
[pid=11175] ppid=11164 vsize=280936 CPUtime=0 cores=1,3,5,7
/proc/11175/stat : 11175 (python) S 11164 11164 11061 0 -1 4202560 971 0 0 0 0 0 0 0 18 0 1 0 538351963 287678464 6200 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977295 0 0 16781312 514 15794354520047190280 0 0 17 1 0 0 0
/proc/11175/statm: 70234 6200 381 364 0 6152 0
[pid=11177] ppid=11175 vsize=9688 CPUtime=4.68 cores=1,3,5,7
/proc/11177/stat : 11177 (lingeling) R 11175 11177 11177 0 -1 4202496 2159 0 0 0 468 0 0 0 25 0 1 0 538351963 9920512 1593 33554432000 4194304 4352236 140736651034288 18446744073709551615 4295626 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11177/statm: 2422 1593 129 39 0 1502 0
[pid=11178] ppid=11164 vsize=291192 CPUtime=0 cores=1,3,5,7
/proc/11178/stat : 11178 (python) S 11164 11164 11061 0 -1 4202560 899 0 0 0 0 0 0 0 15 0 1 0 538351965 298180608 6194 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 15594325042530320648 0 0 17 5 0 0 0
/proc/11178/statm: 72798 6194 371 364 0 8713 0
[pid=11180] ppid=11178 vsize=47960 CPUtime=4.62 cores=1,3,5,7
/proc/11180/stat : 11180 (cryptominisat-2) R 11178 11180 11180 0 -1 4202496 6498 0 0 0 461 1 0 0 25 0 1 0 538351965 49111040 3764 33554432000 4194304 4677096 140737123126640 18446744073709551615 4355205 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11180/statm: 11990 3764 392 118 0 6949 0
[pid=11181] ppid=11164 vsize=301448 CPUtime=0 cores=1,3,5,7
/proc/11181/stat : 11181 (python) S 11164 11164 11061 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 538351967 308682752 6198 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 4465647513931579656 0 0 17 7 0 0 0
/proc/11181/statm: 75362 6198 371 364 0 11274 0
[pid=11183] ppid=11181 vsize=9336 CPUtime=4.63 cores=1,3,5,7
/proc/11183/stat : 11183 (lingeling) R 11181 11183 11183 0 -1 4202496 3097 0 0 0 462 1 0 0 25 0 1 0 538351968 9560064 1504 33554432000 4194304 4352236 140735668835312 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11183/statm: 2334 1504 129 39 0 1414 0
[pid=11184] ppid=11164 vsize=311704 CPUtime=0 cores=1,3,5,7
/proc/11184/stat : 11184 (python) S 11164 11164 11061 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 538351970 319184896 6202 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 15794358368337887492 0 0 17 5 0 0 0
/proc/11184/statm: 77926 6202 371 364 0 13835 0
[pid=11186] ppid=11184 vsize=9728 CPUtime=4.6 cores=1,3,5,7
/proc/11186/stat : 11186 (lingeling) R 11184 11186 11186 0 -1 4202496 3034 0 0 0 460 0 0 0 25 0 1 0 538351970 9961472 1601 33554432000 4194304 4352236 140736166965840 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11186/statm: 2432 1601 129 39 0 1512 0
[pid=11164/tid=11176] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (python) S 11162 11164 11061 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 5 0 538351963 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11179] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (python) S 11162 11164 11061 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538351965 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11182] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (python) S 11162 11164 11061 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538351967 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 7 0 0 0
[pid=11164/tid=11185] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (python) S 11162 11164 11061 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 538351970 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.93
Current children cumulated vsize (KiB) 1583940

[startup+12.7009 s]
/proc/loadavg: 6.33 2.44 0.90 10/207 11187
/proc/meminfo: memFree=29878996/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=321948 CPUtime=1.4 cores=1,3,5,7
/proc/11164/stat : 11164 (python) S 11162 11164 11061 0 -1 4202496 13840 935 1 0 128 12 0 0 22 0 5 0 538351802 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 80487 7716 1881 364 0 16396 0
[pid=11175] ppid=11164 vsize=280936 CPUtime=0.01 cores=1,3,5,7
/proc/11175/stat : 11175 (python) S 11164 11164 11061 0 -1 4202560 974 0 0 0 1 0 0 0 18 0 1 0 538351963 287678464 6200 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977295 0 0 16781312 514 1151654867211616520 0 0 17 1 0 0 0
/proc/11175/statm: 70234 6200 381 364 0 6152 0
[pid=11177] ppid=11175 vsize=12520 CPUtime=11.08 cores=1,3,5,7
/proc/11177/stat : 11177 (lingeling) R 11175 11177 11177 0 -1 4202496 4179 0 0 0 1108 0 0 0 25 0 1 0 538351963 12820480 2301 33554432000 4194304 4352236 140736651034288 18446744073709551615 4236057 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11177/statm: 3130 2301 129 39 0 2210 0
[pid=11178] ppid=11164 vsize=291192 CPUtime=0.02 cores=1,3,5,7
/proc/11178/stat : 11178 (python) S 11164 11164 11061 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 538351965 298180608 6194 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 15594325042530320648 0 0 17 5 0 0 0
/proc/11178/statm: 72798 6194 371 364 0 8713 0
[pid=11180] ppid=11178 vsize=52580 CPUtime=10.98 cores=1,3,5,7
/proc/11180/stat : 11180 (cryptominisat-2) R 11178 11180 11180 0 -1 4202496 12830 0 0 0 1096 2 0 0 25 0 1 0 538351965 53841920 6093 33554432000 4194304 4677096 140737123126640 18446744073709551615 4334324 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11180/statm: 13145 6093 392 118 0 8104 0
[pid=11181] ppid=11164 vsize=301448 CPUtime=0 cores=1,3,5,7
/proc/11181/stat : 11181 (python) S 11164 11164 11061 0 -1 4202560 923 0 0 0 0 0 0 0 18 0 1 0 538351967 308682752 6198 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 1151654867211616520 0 0 17 7 0 0 0
/proc/11181/statm: 75362 6198 371 364 0 11274 0
[pid=11183] ppid=11181 vsize=10624 CPUtime=11.02 cores=1,3,5,7
/proc/11183/stat : 11183 (lingeling) R 11181 11183 11183 0 -1 4202496 4219 0 0 0 1101 1 0 0 25 0 1 0 538351968 10878976 1826 33554432000 4194304 4352236 140735668835312 18446744073709551615 4329312 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11183/statm: 2656 1826 129 39 0 1736 0
[pid=11184] ppid=11164 vsize=311704 CPUtime=0.01 cores=1,3,5,7
/proc/11184/stat : 11184 (python) S 11164 11164 11061 0 -1 4202560 907 0 0 0 1 0 0 0 18 0 1 0 538351970 319184896 6202 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 1151654867211616516 0 0 17 5 0 0 0
/proc/11184/statm: 77926 6202 371 364 0 13835 0
[pid=11186] ppid=11184 vsize=12428 CPUtime=10.98 cores=1,3,5,7
/proc/11186/stat : 11186 (lingeling) R 11184 11186 11186 0 -1 4202496 4317 0 0 0 1098 0 0 0 25 0 1 0 538351970 12726272 2308 33554432000 4194304 4352236 140736166965840 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11186/statm: 3107 2308 129 39 0 2187 0
[pid=11164/tid=11176] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (python) S 11162 11164 11061 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 5 0 538351963 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11179] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (python) S 11162 11164 11061 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538351965 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11182] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (python) S 11162 11164 11061 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 5 0 538351967 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 7 0 0 0
[pid=11164/tid=11185] ppid=11162 vsize=321948 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (python) S 11162 11164 11061 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 5 0 538351970 329674752 7716 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.5
Current children cumulated vsize (KiB) 1595380

[startup+25.5007 s]
/proc/loadavg: 6.77 2.72 1.02 10/207 11187
/proc/meminfo: memFree=29657304/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=321948 CPUtime=1.4 cores=1,3,5,7

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

/proc/11183/stat : 11183 (lingeling) T 11181 11183 11183 0 -1 4202496 98883 0 0 0 106828 14 0 0 25 0 1 0 538351968 36601856 8106 33554432000 4194304 4352236 140735668835312 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/11183/statm: 8936 8106 129 39 0 8016 0
[pid=11181/tid=11285] ppid=11164 vsize=301448 CPUtime=0 cores=1,3,5,7
/proc/11181/task/11285/stat : 11285 (python) S 11164 11164 11061 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538458899 308682752 6228 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604471132302016 0 0 -1 7 0 0 0
[pid=11184] ppid=11164 vsize=311704 CPUtime=1.57 cores=1,3,5,7
/proc/11184/stat : 11184 (python) S 11164 11164 11061 0 -1 4202560 970 0 0 0 81 76 0 0 18 0 1 0 538351970 319184896 6202 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 1151654867211616516 0 0 17 5 0 0 0
/proc/11184/statm: 77926 6202 371 364 0 13835 0
[pid=11186] ppid=11184 vsize=34308 CPUtime=1175.9 cores=1,3,5,7
/proc/11186/stat : 11186 (lingeling) R 11184 11186 11186 0 -1 4202496 114787 0 0 0 117575 15 0 0 25 0 1 0 538351970 35131392 7778 33554432000 4194304 4352236 140736166965840 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11186/statm: 8577 7778 129 39 0 7657 0
[pid=11191] ppid=11164 vsize=321960 CPUtime=0.77 cores=1,3,5,7
/proc/11191/stat : 11191 (python) S 11164 11164 11061 0 -1 4202560 1218 0 0 0 42 35 0 0 15 0 2 0 538361977 329687040 6237 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11191/statm: 80490 6237 401 364 0 16396 0
[pid=11193] ppid=11191 vsize=109912 CPUtime=497.9 cores=1,3,5,7
/proc/11193/stat : 11193 (cryptominisat-2) R 11191 11193 11193 0 -1 4202496 139996 0 0 0 49747 43 0 0 25 0 1 0 538361978 112549888 20615 33554432000 4194304 4677096 140735934346912 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11193/statm: 27478 20615 392 118 0 22437 0
[pid=11191/tid=11255] ppid=11164 vsize=321960 CPUtime=0 cores=1,3,5,7
/proc/11191/task/11255/stat : 11255 (python) S 11164 11164 11061 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538410909 329687040 6237 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604455674814720 0 0 -1 5 0 0 0
[pid=11256] ppid=11164 vsize=332216 CPUtime=0.13 cores=1,3,5,7
/proc/11256/stat : 11256 (python) S 11164 11164 11061 0 -1 4202560 1138 0 0 0 6 7 0 0 19 0 2 0 538410911 340189184 6240 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11256/statm: 83054 6240 400 364 0 18957 0
[pid=11258] ppid=11256 vsize=27344 CPUtime=99.83 cores=1,3,5,7
/proc/11258/stat : 11258 (SApperloT-base) T 11256 11258 11258 0 -1 4202496 6405 0 0 0 9982 1 0 0 25 0 1 0 538410911 28000256 6138 33554432000 134512640 135674940 4293427168 18446744073709551615 134561426 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11258/statm: 6836 6138 100 284 0 6550 0
[pid=11256/tid=11270] ppid=11164 vsize=332216 CPUtime=0 cores=1,3,5,7
/proc/11256/task/11270/stat : 11270 (python) S 11164 11164 11061 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538420923 340189184 6240 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604468661660352 0 0 -1 5 0 0 0
[pid=11271] ppid=11164 vsize=342472 CPUtime=0.66 cores=1,3,5,7
/proc/11271/stat : 11271 (python) S 11164 11164 11061 0 -1 4202560 1173 0 0 0 31 35 0 0 18 0 2 0 538420926 350691328 6244 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11271/statm: 85618 6244 400 364 0 21518 0
[pid=11273] ppid=11271 vsize=52664 CPUtime=487.95 cores=1,3,5,7
/proc/11273/stat : 11273 (precosat) T 11271 11273 11273 0 -1 4202496 15710 0 0 0 48790 5 0 0 25 0 1 0 538420926 53927936 12927 33554432000 4194304 4890832 140735333351264 18446744073709551615 4467391 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/11273/statm: 13166 12927 86 171 0 12993 0
[pid=11271/tid=11289] ppid=11164 vsize=342472 CPUtime=0 cores=1,3,5,7
/proc/11271/task/11289/stat : 11289 (python) S 11164 11164 11061 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538460373 350691328 6244 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604468661657664 0 0 -1 7 0 0 0
[pid=11286] ppid=11164 vsize=352728 CPUtime=0.14 cores=1,3,5,7
/proc/11286/stat : 11286 (python) S 11164 11164 11061 0 -1 4202560 1180 0 0 0 7 7 0 0 18 0 2 0 538458902 361193472 6254 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11286/statm: 88182 6254 406 364 0 24079 0
[pid=11288] ppid=11286 vsize=21704 CPUtime=100.14 cores=1,3,5,7
/proc/11288/stat : 11288 (lingeling) R 11286 11288 11288 0 -1 4202496 22707 0 0 0 10010 4 0 0 20 0 1 0 538458902 22224896 4628 33554432000 4194304 4352236 140736746604736 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11288/statm: 5426 4628 129 39 0 4506 0
[pid=11286/tid=11295] ppid=11164 vsize=352728 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (python) S 11164 11164 11061 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538468914 361193472 6254 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604470557414720 0 0 -1 7 0 0 0
[pid=11164/tid=11176] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (python) S 11162 11164 11061 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 538351963 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11179] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (python) S 11162 11164 11061 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 538351965 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11182] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (python) S 11162 11164 11061 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 538351967 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 7 0 0 0
[pid=11164/tid=11185] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (python) S 11162 11164 11061 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 538351970 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11192] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11192/stat : 11192 (python) S 11162 11164 11061 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 538361977 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11257] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11257/stat : 11257 (python) S 11162 11164 11061 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538410911 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11272] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11272/stat : 11272 (python) S 11162 11164 11061 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 9 0 538420926 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11287] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11287/stat : 11287 (python) S 11162 11164 11061 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 538458902 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.52
Current children cumulated vsize (KiB) 3328832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.31 8.07 6.10 9/237 11296
/proc/meminfo: memFree=30028236/32951124 swapFree=67051468/67111528
[pid=11164] ppid=11162 vsize=362972 CPUtime=1.6 cores=1,3,5,7
/proc/11164/stat : 11164 (python) S 11162 11164 11061 0 -1 4202496 17752 935 1 0 146 14 0 0 18 0 9 0 538351802 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11164/statm: 90743 7741 1890 364 0 26640 0
[pid=11175] ppid=11164 vsize=291180 CPUtime=1.08 cores=1,3,5,7
/proc/11175/stat : 11175 (python) S 11164 11164 11061 0 -1 4202560 1203 0 0 0 59 49 0 0 18 0 2 0 538351963 298168320 6240 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11175/statm: 72795 6240 416 364 0 8713 0
[pid=11177] ppid=11175 vsize=26108 CPUtime=811.72 cores=1,3,5,7
/proc/11177/stat : 11177 (lingeling) R 11175 11177 11177 0 -1 4202496 80600 0 0 0 81162 10 0 0 25 0 1 0 538351963 26734592 5698 33554432000 4194304 4352236 140736651034288 18446744073709551615 4328308 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11177/statm: 6527 5698 129 39 0 5607 0
[pid=11175/tid=11190] ppid=11164 vsize=291180 CPUtime=0 cores=1,3,5,7
/proc/11175/task/11190/stat : 11190 (python) S 11164 11164 11061 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538361975 298168320 6240 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604469475004864 0 0 -1 1 0 0 0
[pid=11178] ppid=11164 vsize=291192 CPUtime=0.74 cores=1,3,5,7
/proc/11178/stat : 11178 (python) S 11164 11164 11061 0 -1 4202560 1139 0 0 0 42 32 0 0 16 0 2 0 538351965 298180608 6225 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11178/statm: 72798 6225 401 364 0 8713 0
[pid=11180] ppid=11178 vsize=112408 CPUtime=486.88 cores=1,3,5,7
/proc/11180/stat : 11180 (cryptominisat-2) T 11178 11180 11180 0 -1 4202496 142650 0 0 0 48646 42 0 0 25 0 1 0 538351965 115105792 20797 33554432000 4194304 4677096 140737123126640 18446744073709551615 4320212 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/11180/statm: 28102 20797 392 118 0 23061 0
[pid=11178/tid=11248] ppid=11164 vsize=291192 CPUtime=0 cores=1,3,5,7
/proc/11178/task/11248/stat : 11248 (python) S 11164 11164 11061 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538400999 298180608 6225 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604460151998592 0 0 -1 5 0 0 0
[pid=11181] ppid=11164 vsize=301448 CPUtime=1.44 cores=1,3,5,7
/proc/11181/stat : 11181 (python) S 11164 11164 11061 0 -1 4202560 1150 0 0 0 73 71 0 0 19 0 2 0 538351967 308682752 6228 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11181/statm: 75362 6228 400 364 0 11274 0
[pid=11183] ppid=11181 vsize=35744 CPUtime=1068.42 cores=1,3,5,7
/proc/11183/stat : 11183 (lingeling) T 11181 11183 11183 0 -1 4202496 98883 0 0 0 106828 14 0 0 25 0 1 0 538351968 36601856 8106 33554432000 4194304 4352236 140735668835312 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/11183/statm: 8936 8106 129 39 0 8016 0
[pid=11181/tid=11285] ppid=11164 vsize=301448 CPUtime=0 cores=1,3,5,7
/proc/11181/task/11285/stat : 11285 (python) S 11164 11164 11061 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538458899 308682752 6228 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604471132302016 0 0 -1 7 0 0 0
[pid=11184] ppid=11164 vsize=311704 CPUtime=1.59 cores=1,3,5,7
/proc/11184/stat : 11184 (python) S 11164 11164 11061 0 -1 4202560 970 0 0 0 82 77 0 0 18 0 1 0 538351970 319184896 6202 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 1151654867211616516 0 0 17 5 0 0 0
/proc/11184/statm: 77926 6202 371 364 0 13835 0
[pid=11186] ppid=11184 vsize=35716 CPUtime=1197.17 cores=1,3,5,7
/proc/11186/stat : 11186 (lingeling) R 11184 11186 11186 0 -1 4202496 117091 0 0 0 119702 15 0 0 25 0 1 0 538351970 36573184 8130 33554432000 4194304 4352236 140736166965840 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/11186/statm: 8929 8130 129 39 0 8009 0
[pid=11191] ppid=11164 vsize=321960 CPUtime=0.8 cores=1,3,5,7
/proc/11191/stat : 11191 (python) S 11164 11164 11061 0 -1 4202560 1219 0 0 0 43 37 0 0 15 0 2 0 538361977 329687040 6237 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11191/statm: 80490 6237 401 364 0 16396 0
[pid=11193] ppid=11191 vsize=109912 CPUtime=519.12 cores=1,3,5,7
/proc/11193/stat : 11193 (cryptominisat-2) R 11191 11193 11193 0 -1 4202496 143570 0 0 0 51867 45 0 0 25 0 1 0 538361978 112549888 21693 33554432000 4194304 4677096 140735934346912 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11193/statm: 27478 21693 392 118 0 22437 0
[pid=11191/tid=11255] ppid=11164 vsize=321960 CPUtime=0 cores=1,3,5,7
/proc/11191/task/11255/stat : 11255 (python) S 11164 11164 11061 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538410909 329687040 6237 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604455674814720 0 0 -1 5 0 0 0
[pid=11256] ppid=11164 vsize=332216 CPUtime=0.13 cores=1,3,5,7
/proc/11256/stat : 11256 (python) S 11164 11164 11061 0 -1 4202560 1138 0 0 0 6 7 0 0 19 0 2 0 538410911 340189184 6240 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11256/statm: 83054 6240 400 364 0 18957 0
[pid=11258] ppid=11256 vsize=27344 CPUtime=99.83 cores=1,3,5,7
/proc/11258/stat : 11258 (SApperloT-base) T 11256 11258 11258 0 -1 4202496 6405 0 0 0 9982 1 0 0 25 0 1 0 538410911 28000256 6138 33554432000 134512640 135674940 4293427168 18446744073709551615 134561426 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11258/statm: 6836 6138 100 284 0 6550 0
[pid=11256/tid=11270] ppid=11164 vsize=332216 CPUtime=0 cores=1,3,5,7
/proc/11256/task/11270/stat : 11270 (python) S 11164 11164 11061 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538420923 340189184 6240 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604468661660352 0 0 -1 5 0 0 0
[pid=11271] ppid=11164 vsize=342472 CPUtime=0.66 cores=1,3,5,7
/proc/11271/stat : 11271 (python) S 11164 11164 11061 0 -1 4202560 1173 0 0 0 31 35 0 0 18 0 2 0 538420926 350691328 6244 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11271/statm: 85618 6244 400 364 0 21518 0
[pid=11273] ppid=11271 vsize=52664 CPUtime=487.95 cores=1,3,5,7
/proc/11273/stat : 11273 (precosat) T 11271 11273 11273 0 -1 4202496 15710 0 0 0 48790 5 0 0 25 0 1 0 538420926 53927936 12927 33554432000 4194304 4890832 140735333351264 18446744073709551615 4467391 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/11273/statm: 13166 12927 86 171 0 12993 0
[pid=11271/tid=11289] ppid=11164 vsize=342472 CPUtime=0 cores=1,3,5,7
/proc/11271/task/11289/stat : 11289 (python) S 11164 11164 11061 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538460373 350691328 6244 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604468661657664 0 0 -1 7 0 0 0
[pid=11286] ppid=11164 vsize=352728 CPUtime=0.17 cores=1,3,5,7
/proc/11286/stat : 11286 (python) S 11164 11164 11061 0 -1 4202560 1185 0 0 0 8 9 0 0 18 0 2 0 538458902 361193472 6254 33554432000 4194304 5683644 140735615809504 18446744073709551615 218370977350 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11286/statm: 88182 6254 406 364 0 24079 0
[pid=11288] ppid=11286 vsize=19656 CPUtime=121.11 cores=1,3,5,7
/proc/11288/stat : 11288 (lingeling) R 11286 11288 11288 0 -1 4202496 25331 0 0 0 12107 4 0 0 25 0 1 0 538458902 20127744 4116 33554432000 4194304 4352236 140736746604736 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/11288/statm: 4914 4116 129 39 0 3994 0
[pid=11286/tid=11295] ppid=11164 vsize=352728 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (python) S 11164 11164 11061 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538468914 361193472 6254 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 514 18446604470557414720 0 0 -1 7 0 0 0
[pid=11164/tid=11176] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11176/stat : 11176 (python) S 11162 11164 11061 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 9 0 538351963 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11179] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11179/stat : 11179 (python) S 11162 11164 11061 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 538351965 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 1 0 0 0
[pid=11164/tid=11182] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11182/stat : 11182 (python) S 11162 11164 11061 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 538351967 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 7 0 0 0
[pid=11164/tid=11185] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11185/stat : 11185 (python) S 11162 11164 11061 0 -1 4202560 25 935 0 0 0 0 0 0 22 0 9 0 538351970 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11192] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11192/stat : 11192 (python) S 11162 11164 11061 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 538361977 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11257] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11257/stat : 11257 (python) S 11162 11164 11061 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538410911 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11272] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11272/stat : 11272 (python) S 11162 11164 11061 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 9 0 538420926 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
[pid=11164/tid=11287] ppid=11162 vsize=362972 CPUtime=0 cores=1,3,5,7
/proc/11164/task/11287/stat : 11287 (python) S 11162 11164 11061 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 538458902 371683328 7741 33554432000 4194304 5683644 140735615809504 18446744073709551615 218382780849 0 0 16781312 2 18446604469475007552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 3327424

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 11164 and gives
#  childrusage.ru_utime.tv_sec=2012
#  childrusage.ru_utime.tv_usec=747015
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=729585
# CPU time returned by wait4() is 2015.48
# while last known CPU time is 4800.41
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.66
CPU time (s): 4800.41
CPU user time (s): 4795.74
CPU system time (s): 4.67
CPU usage (%): 398.818
Max. virtual memory (cumulated for all children) (KiB): 3341332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.75
system time used= 2.72959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221858
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= 7031
involuntary context switches= 17791

runsolver used 2.76258 second user time and 5.9381 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-01 18:31:30
IDJOB=3317880
IDBENCH=70810
IDSOLVER=1706
FILE ID=node101/3317880-1304267490
RUNJOBID= node101-1304267295-11080
PBS_JOBID= 13173977
Free space on /tmp= 72220 MiB

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

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=778475972

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30240900 kB
Buffers:        216516 kB
Cached:        1206484 kB
SwapCached:      23360 kB
Active:        1213148 kB
Inactive:      1207140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30240900 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           32232 kB
Writeback:           0 kB
AnonPages:      995072 kB
Mapped:          15748 kB
Slab:           220344 kB
PageTables:      11052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2080852 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72200 MiB
End job on node101 at 2011-05-01 18:51:36