Trace number 3378936

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-par-industrial (fixed)? 4782.89 1200.45

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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.46	c INFO: solving HOME/instance-3378936-1305464307.cnf
0.31/0.46	c INFO: computing task features
0.40/0.53	c INFO: computed variable-clause graph statistics
0.40/0.54	c INFO: computed clause balance statistics
0.80/0.93	c INFO: computed variable balance statistics
1.10/1.23	c INFO: computed small-clause counts
1.10/1.24	c INFO: computed Horn-clause counts
1.20/1.36	c INFO: computed variable graph statistics
1.20/1.36	c INFO: collected features for HOME/instance-3378936-1305464307.cnf in 0.89 s
1.20/1.37	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
1.20/1.37	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.50)
1.20/1.38	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.56)
1.20/1.39	c INFO: running lingeling-276@0 for 97 with 1199 remaining (b = 0.21)
400.96/101.67	c INFO: running cryptominisat-2.9.0@0 for 1098 with 1098 remaining (b = 0.38)
2339.94/587.80	c INFO: running lingeling-276@99 for 97 with 612 remaining (b = 0.07)
2375.85/596.84	c INFO: running precosat-570@0 for 603 with 603 remaining (b = 0.32)
2727.61/685.06	c INFO: running precosat-570@0 for 97 with 515 remaining (b = 0.10)
3127.57/785.35	c INFO: running lingeling-276@0 for 415 with 415 remaining (b = 0.16)
4782.64/1200.42	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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


[startup+0 s]
/proc/loadavg: 4.47 4.58 4.08 3/338 3264
/proc/meminfo: memFree=18202060/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=15764 CPUtime=0 cores=0,2,4,6
/proc/3264/stat : 3264 (python) R 3262 3264 3073 0 -1 4202496 847 0 0 0 0 0 0 0 17 0 1 0 638846315 16142336 731 33554432000 4194304 5683644 140734102122688 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3264/statm: 3941 735 334 364 0 428 0

[startup+0.031492 s]
/proc/loadavg: 4.47 4.58 4.08 3/338 3264
/proc/meminfo: memFree=18202060/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=18880 CPUtime=0.01 cores=0,2,4,6
/proc/3264/stat : 3264 (python) R 3262 3264 3073 0 -1 4202496 1281 0 0 0 1 0 0 0 17 0 1 0 638846315 19333120 1135 33554432000 4194304 5683644 140734102122688 18446744073709551615 4865422 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3264/statm: 4720 1135 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.10048 s]
/proc/loadavg: 4.47 4.58 4.08 3/338 3264
/proc/meminfo: memFree=18202060/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=104228 CPUtime=0.06 cores=0,2,4,6
/proc/3264/stat : 3264 (python) R 3262 3264 3073 0 -1 4202496 3085 0 0 0 4 2 0 0 17 0 1 0 638846315 106729472 2767 33554432000 4194304 5683644 140734102122688 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3264/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300409 s]
/proc/loadavg: 4.47 4.58 4.08 3/338 3264
/proc/meminfo: memFree=18202060/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=187684 CPUtime=0.22 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 3262 3264 3073 0 -1 4202496 6826 934 1 0 17 5 0 0 17 0 1 0 638846315 192188416 4881 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/3264/statm: 46921 4881 1399 364 0 3722 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187684

[startup+0.700388 s]
/proc/loadavg: 4.47 4.58 4.08 3/338 3264
/proc/meminfo: memFree=18202060/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=282696 CPUtime=0.6 cores=0,2,4,6
/proc/3264/stat : 3264 (python) R 3262 3264 3073 0 -1 4202496 11075 934 1 0 52 8 0 0 17 0 1 0 638846315 289480704 8059 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338032660 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3264/statm: 70674 8059 1826 364 0 6598 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282696

[startup+1.50017 s]
/proc/loadavg: 4.47 4.58 4.08 3/339 3269
/proc/meminfo: memFree=18175076/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=321948 CPUtime=1.3 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 3262 3264 3073 0 -1 4202496 13758 934 1 0 121 9 0 0 20 0 5 0 638846315 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3264/statm: 80487 7708 1873 364 0 16396 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 321948

[startup+3.10085 s]
/proc/loadavg: 4.47 4.58 4.08 6/351 3282
/proc/meminfo: memFree=18146940/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=321948 CPUtime=1.3 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 3262 3264 3073 0 -1 4202496 13758 934 1 0 121 9 0 0 20 0 5 0 638846315 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3264/statm: 80487 7708 1873 364 0 16396 0
[pid=3270] ppid=3264 vsize=280936 CPUtime=0 cores=0,2,4,6
/proc/3270/stat : 3270 (python) S 3264 3264 3073 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 638846452 287678464 6173 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403855 0 0 16781312 514 4520320179866959871 0 0 17 2 0 0 0
/proc/3270/statm: 70234 6173 354 364 0 6152 0
[pid=3272] ppid=3270 vsize=8264 CPUtime=1.72 cores=0,2,4,6
/proc/3272/stat : 3272 (lingeling) R 3270 3272 3272 0 -1 4202496 2091 0 0 0 172 0 0 0 25 0 1 0 638846453 8462336 1268 33554432000 4194304 4352236 140733719261136 18446744073709551615 4300208 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3272/statm: 2066 1268 129 39 0 1146 0
[pid=3273] ppid=3264 vsize=291192 CPUtime=0 cores=0,2,4,6
/proc/3273/stat : 3273 (python) S 3264 3264 3073 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 638846453 298180608 6171 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 6342405285771968771 0 0 17 0 0 0 0
/proc/3273/statm: 72798 6171 348 364 0 8713 0
[pid=3276] ppid=3273 vsize=39016 CPUtime=1.69 cores=0,2,4,6
/proc/3276/stat : 3276 (cryptominisat-2) R 3273 3276 3276 0 -1 4202496 4283 0 0 0 169 0 0 0 25 0 1 0 638846453 39952384 2748 33554432000 4194304 4677096 140736305600784 18446744073709551615 4336148 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3276/statm: 9754 2748 392 118 0 4713 0
[pid=3277] ppid=3264 vsize=301448 CPUtime=0 cores=0,2,4,6
/proc/3277/stat : 3277 (python) S 3264 3264 3073 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 638846454 308682752 6175 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 1758098481265770495 0 0 17 0 0 0 0
/proc/3277/statm: 75362 6175 348 364 0 11274 0
[pid=3279] ppid=3277 vsize=7216 CPUtime=1.7 cores=0,2,4,6
/proc/3279/stat : 3279 (lingeling) R 3277 3279 3279 0 -1 4202496 1830 0 0 0 170 0 0 0 25 0 1 0 638846454 7389184 1006 33554432000 4194304 4352236 140734674541632 18446744073709551615 4229896 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/3279/statm: 1804 1006 129 39 0 884 0
[pid=3280] ppid=3264 vsize=311704 CPUtime=0 cores=0,2,4,6
/proc/3280/stat : 3280 (python) S 3264 3264 3073 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 638846455 319184896 6179 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 15740595823152463871 0 0 17 0 0 0 0
/proc/3280/statm: 77926 6179 348 364 0 13835 0
[pid=3282] ppid=3280 vsize=7236 CPUtime=1.69 cores=0,2,4,6
/proc/3282/stat : 3282 (lingeling) R 3280 3282 3282 0 -1 4202496 1544 0 0 0 169 0 0 0 25 0 1 0 638846455 7409664 979 33554432000 4194304 4352236 140735749176336 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3282/statm: 1809 979 129 39 0 889 0
[pid=3264/tid=3271] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3271/stat : 3271 (python) S 3262 3264 3073 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 5 0 638846452 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3274] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3274/stat : 3274 (python) S 3262 3264 3073 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 5 0 638846453 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3278] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3278/stat : 3278 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 638846454 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3281] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3281/stat : 3281 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 638846455 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 1568960

[startup+6.3012 s]
/proc/loadavg: 4.59 4.61 4.10 8/351 3282
/proc/meminfo: memFree=18133356/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=321948 CPUtime=1.3 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 3262 3264 3073 0 -1 4202496 13758 934 1 0 121 9 0 0 20 0 5 0 638846315 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3264/statm: 80487 7708 1873 364 0 16396 0
[pid=3270] ppid=3264 vsize=280936 CPUtime=0 cores=0,2,4,6
/proc/3270/stat : 3270 (python) S 3264 3264 3073 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 638846452 287678464 6195 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403855 0 0 16781312 514 4520320179866927363 0 0 17 2 0 0 0
/proc/3270/statm: 70234 6195 376 364 0 6152 0
[pid=3272] ppid=3270 vsize=10192 CPUtime=4.91 cores=0,2,4,6
/proc/3272/stat : 3272 (lingeling) R 3270 3272 3272 0 -1 4202496 3437 0 0 0 491 0 0 0 25 0 1 0 638846453 10436608 1718 33554432000 4194304 4352236 140733719261136 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3272/statm: 2548 1718 129 39 0 1628 0
[pid=3273] ppid=3264 vsize=291192 CPUtime=0.02 cores=0,2,4,6
/proc/3273/stat : 3273 (python) S 3264 3264 3073 0 -1 4202560 932 0 0 0 1 1 0 0 15 0 1 0 638846453 298180608 6194 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 6342405285771968771 0 0 17 6 0 0 0
/proc/3273/statm: 72798 6194 371 364 0 8713 0
[pid=3276] ppid=3273 vsize=48124 CPUtime=4.85 cores=0,2,4,6
/proc/3276/stat : 3276 (cryptominisat-2) R 3273 3276 3276 0 -1 4202496 6825 0 0 0 484 1 0 0 25 0 1 0 638846453 49278976 3509 33554432000 4194304 4677096 140736305600784 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3276/statm: 12031 3509 392 118 0 6990 0
[pid=3277] ppid=3264 vsize=301448 CPUtime=0.01 cores=0,2,4,6
/proc/3277/stat : 3277 (python) S 3264 3264 3073 0 -1 4202560 912 0 0 0 0 1 0 0 18 0 1 0 638846454 308682752 6198 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 1758098481265737986 0 0 17 0 0 0 0
/proc/3277/statm: 75362 6198 371 364 0 11274 0
[pid=3279] ppid=3277 vsize=8372 CPUtime=4.89 cores=0,2,4,6
/proc/3279/stat : 3279 (lingeling) R 3277 3279 3279 0 -1 4202496 2727 0 0 0 489 0 0 0 25 0 1 0 638846454 8572928 1263 33554432000 4194304 4352236 140734674541632 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/3279/statm: 2093 1263 129 39 0 1173 0
[pid=3280] ppid=3264 vsize=311704 CPUtime=0.01 cores=0,2,4,6
/proc/3280/stat : 3280 (python) S 3264 3264 3073 0 -1 4202560 916 0 0 0 0 1 0 0 18 0 1 0 638846455 319184896 6202 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 15740595823152431362 0 0 17 0 0 0 0
/proc/3280/statm: 77926 6202 371 364 0 13835 0
[pid=3282] ppid=3280 vsize=9292 CPUtime=4.84 cores=0,2,4,6
/proc/3282/stat : 3282 (lingeling) R 3280 3282 3282 0 -1 4202496 2666 0 0 0 484 0 0 0 25 0 1 0 638846455 9515008 1493 33554432000 4194304 4352236 140735749176336 18446744073709551615 4329300 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3282/statm: 2323 1493 129 39 0 1403 0
[pid=3264/tid=3271] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3271/stat : 3271 (python) S 3262 3264 3073 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 5 0 638846452 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3274] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3274/stat : 3274 (python) S 3262 3264 3073 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 5 0 638846453 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3278] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3278/stat : 3278 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 638846454 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3281] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3281/stat : 3281 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 638846455 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.83
Current children cumulated vsize (KiB) 1583208

[startup+12.7009 s]
/proc/loadavg: 4.63 4.61 4.10 6/351 3282
/proc/meminfo: memFree=18112704/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=321948 CPUtime=1.3 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 3262 3264 3073 0 -1 4202496 13758 934 1 0 121 9 0 0 20 0 5 0 638846315 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3264/statm: 80487 7708 1873 364 0 16396 0
[pid=3270] ppid=3264 vsize=280936 CPUtime=0.02 cores=0,2,4,6
/proc/3270/stat : 3270 (python) S 3264 3264 3073 0 -1 4202560 901 0 0 0 1 1 0 0 18 0 1 0 638846452 287678464 6196 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403855 0 0 16781312 514 7955679110494126339 0 0 17 2 0 0 0
/proc/3270/statm: 70234 6196 377 364 0 6152 0
[pid=3272] ppid=3270 vsize=11224 CPUtime=11.31 cores=0,2,4,6
/proc/3272/stat : 3272 (lingeling) R 3270 3272 3272 0 -1 4202496 4847 0 0 0 1131 0 0 0 25 0 1 0 638846453 11493376 1976 33554432000 4194304 4352236 140733719261136 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3272/statm: 2806 1976 129 39 0 1886 0
[pid=3273] ppid=3264 vsize=291192 CPUtime=0.03 cores=0,2,4,6
/proc/3273/stat : 3273 (python) S 3264 3264 3073 0 -1 4202560 942 0 0 0 2 1 0 0 15 0 1 0 638846453 298180608 6194 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 6342405285771968771 0 0 17 6 0 0 0
/proc/3273/statm: 72798 6194 371 364 0 8713 0
[pid=3276] ppid=3273 vsize=52540 CPUtime=11.17 cores=0,2,4,6
/proc/3276/stat : 3276 (cryptominisat-2) R 3273 3276 3276 0 -1 4202496 13043 0 0 0 1115 2 0 0 25 0 1 0 638846453 53800960 6277 33554432000 4194304 4677096 140736305600784 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3276/statm: 13135 6277 392 118 0 8094 0
[pid=3277] ppid=3264 vsize=301448 CPUtime=0.02 cores=0,2,4,6
/proc/3277/stat : 3277 (python) S 3264 3264 3073 0 -1 4202560 915 0 0 0 1 1 0 0 18 0 1 0 638846454 308682752 6198 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 7955679110494126338 0 0 17 0 0 0 0
/proc/3277/statm: 75362 6198 371 364 0 11274 0
[pid=3279] ppid=3277 vsize=13372 CPUtime=11.27 cores=0,2,4,6
/proc/3279/stat : 3279 (lingeling) R 3277 3279 3279 0 -1 4202496 4297 0 0 0 1127 0 0 0 25 0 1 0 638846454 13692928 2513 33554432000 4194304 4352236 140734674541632 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/3279/statm: 3343 2513 129 39 0 2423 0
[pid=3280] ppid=3264 vsize=311704 CPUtime=0.02 cores=0,2,4,6
/proc/3280/stat : 3280 (python) S 3264 3264 3073 0 -1 4202560 919 0 0 0 1 1 0 0 18 0 1 0 638846455 319184896 6202 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 7955679110494126338 0 0 17 0 0 0 0
/proc/3280/statm: 77926 6202 371 364 0 13835 0
[pid=3282] ppid=3280 vsize=10444 CPUtime=11.21 cores=0,2,4,6
/proc/3282/stat : 3282 (lingeling) R 3280 3282 3282 0 -1 4202496 4202 0 0 0 1121 0 0 0 25 0 1 0 638846455 10694656 1781 33554432000 4194304 4352236 140735749176336 18446744073709551615 4329149 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/3282/statm: 2611 1781 129 39 0 1691 0
[pid=3264/tid=3271] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3271/stat : 3271 (python) S 3262 3264 3073 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 5 0 638846452 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3274] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3274/stat : 3274 (python) S 3262 3264 3073 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 5 0 638846453 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3278] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3278/stat : 3278 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 638846454 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3281] ppid=3262 vsize=321948 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3281/stat : 3281 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 638846455 329674752 7708 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.35
Current children cumulated vsize (KiB) 1594808

[startup+25.5014 s]
/proc/loadavg: 4.71 4.63 4.11 6/351 3282
/proc/meminfo: memFree=18101628/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=321948 CPUtime=1.3 cores=0,2,4,6

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

[pid=3347] ppid=3264 vsize=342472 CPUtime=0.27 cores=0,2,4,6
/proc/3347/stat : 3347 (python) S 3264 3264 3073 0 -1 4202560 1100 0 0 0 15 12 0 0 19 0 2 0 638914822 350691328 6244 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3347/statm: 85618 6244 400 364 0 21518 0
[pid=3349] ppid=3347 vsize=30360 CPUtime=99.75 cores=0,2,4,6
/proc/3349/stat : 3349 (precosat) T 3347 3349 3349 0 -1 4202496 8242 0 0 0 9973 2 0 0 25 0 1 0 638914822 31088640 7332 33554432000 4194304 4890832 140735528363600 18446744073709551615 4234946 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/3349/statm: 7590 7332 86 171 0 7417 0
[pid=3347/tid=3352] ppid=3264 vsize=342472 CPUtime=0 cores=0,2,4,6
/proc/3347/task/3352/stat : 3352 (python) S 3264 3264 3073 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638924850 350691328 6244 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604443692685312 0 0 -1 0 0 0 0
[pid=3264/tid=3271] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3271/stat : 3271 (python) S 3262 3264 3073 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 638846452 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3274] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3274/stat : 3274 (python) S 3262 3264 3073 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 8 0 638846453 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3278] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3278/stat : 3278 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 8 0 638846454 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3281] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3281/stat : 3281 (python) S 3262 3264 3073 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 8 0 638846455 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3300] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3300/stat : 3300 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 638856483 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3338] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3338/stat : 3338 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 638906000 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3348] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3348/stat : 3348 (python) S 3262 3264 3073 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 638914822 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4780.66
Current children cumulated vsize (KiB) 3034548

[startup+1200.3 s]
/proc/loadavg: 6.99 7.81 6.89 6/364 3399
/proc/meminfo: memFree=17672056/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=352716 CPUtime=1.33 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 3262 3264 3073 0 -1 4202496 16587 934 1 0 123 10 0 0 18 0 8 0 638846315 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3264/statm: 88179 7735 1888 364 0 24079 0
[pid=3270] ppid=3264 vsize=291180 CPUtime=2.61 cores=0,2,4,6
/proc/3270/stat : 3270 (python) S 3264 3264 3073 0 -1 4202560 1196 0 0 0 132 129 0 0 18 0 2 0 638846452 298168320 6240 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3270/statm: 72795 6240 416 364 0 8713 0
[pid=3272] ppid=3270 vsize=30960 CPUtime=1001.2 cores=0,2,4,6
/proc/3272/stat : 3272 (lingeling) R 3270 3272 3272 0 -1 4202496 90069 0 0 0 100108 12 0 0 25 0 1 0 638846453 31703040 6942 33554432000 4194304 4352236 140733719261136 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3272/statm: 7740 6942 129 39 0 6820 0
[pid=3270/tid=3335] ppid=3264 vsize=291180 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3335/stat : 3335 (python) S 3264 3264 3073 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638905095 298168320 6240 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604449670195008 0 0 -1 2 0 0 0
[pid=3273] ppid=3264 vsize=291192 CPUtime=1.74 cores=0,2,4,6
/proc/3273/stat : 3273 (python) S 3264 3264 3073 0 -1 4202560 1166 0 0 0 92 82 0 0 16 0 2 0 638846453 298180608 6225 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3273/statm: 72798 6225 401 364 0 8713 0
[pid=3276] ppid=3273 vsize=153668 CPUtime=586.8 cores=0,2,4,6
/proc/3276/stat : 3276 (cryptominisat-2) T 3273 3276 3276 0 -1 4202496 156431 0 0 0 58643 37 0 0 25 0 1 0 638846453 157356032 22119 33554432000 4194304 4677096 140736305600784 18446744073709551615 4320231 0 0 16781312 2 18446744071562691360 0 0 17 6 0 0 0
/proc/3276/statm: 38417 22119 392 118 0 33376 0
[pid=3273/tid=3336] ppid=3264 vsize=291192 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3336/stat : 3336 (python) S 3264 3264 3073 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 638905999 298180608 6225 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604452398858304 0 0 -1 6 0 0 0
[pid=3277] ppid=3264 vsize=301448 CPUtime=3.15 cores=0,2,4,6
/proc/3277/stat : 3277 (python) S 3264 3264 3073 0 -1 4202560 981 0 0 0 160 155 0 0 18 0 1 0 638846454 308682752 6198 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 7955679110494126338 0 0 17 0 0 0 0
/proc/3277/statm: 75362 6198 371 364 0 11274 0
[pid=3279] ppid=3277 vsize=36184 CPUtime=1192.1 cores=0,2,4,6
/proc/3279/stat : 3279 (lingeling) R 3277 3279 3279 0 -1 4202496 109712 0 0 0 119191 19 0 0 25 0 1 0 638846454 37052416 8248 33554432000 4194304 4352236 140734674541632 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/3279/statm: 9046 8248 129 39 0 8126 0
[pid=3280] ppid=3264 vsize=311704 CPUtime=0.53 cores=0,2,4,6
/proc/3280/stat : 3280 (python) S 3264 3264 3073 0 -1 4202560 1150 0 0 0 30 23 0 0 18 0 2 0 638846455 319184896 6232 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3280/statm: 77926 6232 400 364 0 13835 0
[pid=3282] ppid=3280 vsize=21480 CPUtime=195.88 cores=0,2,4,6
/proc/3282/stat : 3282 (lingeling) T 3280 3282 3282 0 -1 4202496 31569 0 0 0 19584 4 0 0 25 0 1 0 638846455 21995520 4540 33554432000 4194304 4352236 140735749176336 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/3282/statm: 5370 4540 129 39 0 4450 0
[pid=3280/tid=3298] ppid=3264 vsize=311704 CPUtime=0 cores=0,2,4,6
/proc/3280/task/3298/stat : 3298 (python) S 3264 3264 3073 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638856480 319184896 6232 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604443692684416 0 0 -1 6 0 0 0
[pid=3299] ppid=3264 vsize=321960 CPUtime=3.18 cores=0,2,4,6
/proc/3299/stat : 3299 (python) S 3264 3264 3073 0 -1 4202560 1038 0 0 0 161 157 0 0 15 0 1 0 638856483 329687040 6207 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 6761780735960383748 0 0 17 2 0 0 0
/proc/3299/statm: 80490 6207 372 364 0 16396 0
[pid=3301] ppid=3299 vsize=160224 CPUtime=1093.11 cores=0,2,4,6
/proc/3301/stat : 3301 (cryptominisat-2) R 3299 3301 3301 0 -1 4202496 226702 0 0 0 109240 71 0 0 25 0 1 0 638856483 164069376 33113 33554432000 4194304 4677096 140734850673904 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3301/statm: 40056 33113 392 118 0 35015 0
[pid=3337] ppid=3264 vsize=332216 CPUtime=1.59 cores=0,2,4,6
/proc/3337/stat : 3337 (python) S 3264 3264 3073 0 -1 4202560 981 0 0 0 85 74 0 0 18 0 1 0 638906000 340189184 6210 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 7955679110494126338 0 0 17 0 0 0 0
/proc/3337/statm: 83054 6210 371 364 0 18957 0
[pid=3339] ppid=3337 vsize=57132 CPUtime=599.01 cores=0,2,4,6
/proc/3339/stat : 3339 (precosat) R 3337 3339 3339 0 -1 4202496 16899 0 0 0 59887 14 0 0 25 0 1 0 638906000 58503168 13984 33554432000 4194304 4890832 140737365049888 18446744073709551615 4229367 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/3339/statm: 14283 13984 86 171 0 14110 0
[pid=3347] ppid=3264 vsize=342472 CPUtime=0.27 cores=0,2,4,6
/proc/3347/stat : 3347 (python) S 3264 3264 3073 0 -1 4202560 1100 0 0 0 15 12 0 0 19 0 2 0 638914822 350691328 6244 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3347/statm: 85618 6244 400 364 0 21518 0
[pid=3349] ppid=3347 vsize=30360 CPUtime=99.75 cores=0,2,4,6
/proc/3349/stat : 3349 (precosat) T 3347 3349 3349 0 -1 4202496 8242 0 0 0 9973 2 0 0 25 0 1 0 638914822 31088640 7332 33554432000 4194304 4890832 140735528363600 18446744073709551615 4234946 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/3349/statm: 7590 7332 86 171 0 7417 0
[pid=3347/tid=3352] ppid=3264 vsize=342472 CPUtime=0 cores=0,2,4,6
/proc/3347/task/3352/stat : 3352 (python) S 3264 3264 3073 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638924850 350691328 6244 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604443692685312 0 0 -1 0 0 0 0
[pid=3264/tid=3271] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3271/stat : 3271 (python) S 3262 3264 3073 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 638846452 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3274] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3274/stat : 3274 (python) S 3262 3264 3073 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 8 0 638846453 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3278] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3278/stat : 3278 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 8 0 638846454 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3281] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3281/stat : 3281 (python) S 3262 3264 3073 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 8 0 638846455 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3300] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3300/stat : 3300 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 638856483 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3338] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3338/stat : 3338 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 638906000 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3348] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3348/stat : 3348 (python) S 3262 3264 3073 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 638914822 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4782.25
Current children cumulated vsize (KiB) 3034896

[startup+1200.4 s]
/proc/loadavg: 6.99 7.81 6.89 6/364 3399
/proc/meminfo: memFree=17672056/32951124 swapFree=59367104/67111528
[pid=3264] ppid=3262 vsize=352716 CPUtime=1.34 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 3262 3264 3073 0 -1 4202496 16636 934 1 0 124 10 0 0 18 0 8 0 638846315 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3264/statm: 88179 7735 1888 364 0 24079 0
[pid=3270] ppid=3264 vsize=291180 CPUtime=2.62 cores=0,2,4,6
/proc/3270/stat : 3270 (python) S 3264 3264 3073 0 -1 4202560 1196 0 0 0 133 129 0 0 18 0 2 0 638846452 298168320 6240 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3270/statm: 72795 6240 416 364 0 8713 0
[pid=3272] ppid=3270 vsize=30960 CPUtime=1001.29 cores=0,2,4,6
/proc/3272/stat : 3272 (lingeling) T 3270 3272 3272 0 -1 4202496 90069 0 0 0 100117 12 0 0 25 0 1 0 638846453 31703040 6942 33554432000 4194304 4352236 140733719261136 18446744073709551615 4278664 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/3272/statm: 7740 6942 129 39 0 6820 0
[pid=3270/tid=3335] ppid=3264 vsize=291180 CPUtime=0 cores=0,2,4,6
/proc/3270/task/3335/stat : 3335 (python) S 3264 3264 3073 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 638905095 298168320 6240 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604449670195008 0 0 -1 2 0 0 0
[pid=3273] ppid=3264 vsize=291192 CPUtime=1.74 cores=0,2,4,6
/proc/3273/stat : 3273 (python) S 3264 3264 3073 0 -1 4202560 1170 0 0 0 92 82 0 0 16 0 2 0 638846453 298180608 6225 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350213951 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3273/statm: 72798 6225 401 364 0 8713 0
[pid=3276] ppid=3273 vsize=0 CPUtime=586.8 cores=0,2,4,6
/proc/3276/stat : 3276 (cryptominisat-2) R 3273 3276 3276 0 -1 4203524 156431 0 0 0 58643 37 0 0 18 0 1 0 638846453 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3276/statm: 0 0 0 0 0 0 0
[pid=3273/tid=3336] ppid=3264 vsize=291192 CPUtime=0 cores=0,2,4,6
/proc/3273/task/3336/stat : 3336 (python) S 3264 3264 3073 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 638905999 298180608 6225 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781824 2 18446604452398858304 0 0 -1 6 0 0 0
[pid=3277] ppid=3264 vsize=301448 CPUtime=3.15 cores=0,2,4,6
/proc/3277/stat : 3277 (python) S 3264 3264 3073 0 -1 4202560 981 0 0 0 160 155 0 0 18 0 1 0 638846454 308682752 6198 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 7955679110494126338 0 0 17 0 0 0 0
/proc/3277/statm: 75362 6198 371 364 0 11274 0
[pid=3279] ppid=3277 vsize=36184 CPUtime=1192.19 cores=0,2,4,6
/proc/3279/stat : 3279 (lingeling) R 3277 3279 3279 0 -1 4202496 109712 0 0 0 119200 19 0 0 25 0 1 0 638846454 37052416 8248 33554432000 4194304 4352236 140734674541632 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3279/statm: 9046 8248 129 39 0 8126 0
[pid=3280] ppid=3264 vsize=311704 CPUtime=0.53 cores=0,2,4,6
/proc/3280/stat : 3280 (python) S 3264 3264 3073 0 -1 4202560 1150 0 0 0 30 23 0 0 18 0 2 0 638846455 319184896 6232 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3280/statm: 77926 6232 400 364 0 13835 0
[pid=3282] ppid=3280 vsize=21480 CPUtime=195.88 cores=0,2,4,6
/proc/3282/stat : 3282 (lingeling) T 3280 3282 3282 0 -1 4202496 31569 0 0 0 19584 4 0 0 25 0 1 0 638846455 21995520 4540 33554432000 4194304 4352236 140735749176336 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/3282/statm: 5370 4540 129 39 0 4450 0
[pid=3280/tid=3298] ppid=3264 vsize=311704 CPUtime=0 cores=0,2,4,6
/proc/3280/task/3298/stat : 3298 (python) S 3264 3264 3073 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638856480 319184896 6232 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604443692684416 0 0 -1 6 0 0 0
[pid=3299] ppid=3264 vsize=321960 CPUtime=3.18 cores=0,2,4,6
/proc/3299/stat : 3299 (python) S 3264 3264 3073 0 -1 4202560 1038 0 0 0 161 157 0 0 15 0 1 0 638856483 329687040 6207 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 6761780735960383748 0 0 17 2 0 0 0
/proc/3299/statm: 80490 6207 372 364 0 16396 0
[pid=3301] ppid=3299 vsize=160224 CPUtime=1093.2 cores=0,2,4,6
/proc/3301/stat : 3301 (cryptominisat-2) R 3299 3301 3301 0 -1 4202496 226707 0 0 0 109249 71 0 0 25 0 1 0 638856483 164069376 33118 33554432000 4194304 4677096 140734850673904 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/3301/statm: 40056 33118 392 118 0 35015 0
[pid=3337] ppid=3264 vsize=332216 CPUtime=1.59 cores=0,2,4,6
/proc/3337/stat : 3337 (python) S 3264 3264 3073 0 -1 4202560 981 0 0 0 85 74 0 0 18 0 1 0 638906000 340189184 6210 33554432000 4194304 5683644 140734102122688 18446744073709551615 270338403910 0 0 16781312 514 7955679110494126338 0 0 17 0 0 0 0
/proc/3337/statm: 83054 6210 371 364 0 18957 0
[pid=3339] ppid=3337 vsize=57132 CPUtime=599.11 cores=0,2,4,6
/proc/3339/stat : 3339 (precosat) R 3337 3339 3339 0 -1 4202496 16900 0 0 0 59897 14 0 0 25 0 1 0 638906000 58503168 13985 33554432000 4194304 4890832 140737365049888 18446744073709551615 4219749 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/3339/statm: 14283 13985 86 171 0 14110 0
[pid=3347] ppid=3264 vsize=342472 CPUtime=0.27 cores=0,2,4,6
/proc/3347/stat : 3347 (python) S 3264 3264 3073 0 -1 4202560 1100 0 0 0 15 12 0 0 19 0 2 0 638914822 350691328 6244 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3347/statm: 85618 6244 400 364 0 21518 0
[pid=3349] ppid=3347 vsize=30360 CPUtime=99.75 cores=0,2,4,6
/proc/3349/stat : 3349 (precosat) T 3347 3349 3349 0 -1 4202496 8242 0 0 0 9973 2 0 0 25 0 1 0 638914822 31088640 7332 33554432000 4194304 4890832 140735528363600 18446744073709551615 4234946 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/3349/statm: 7590 7332 86 171 0 7417 0
[pid=3347/tid=3352] ppid=3264 vsize=342472 CPUtime=0 cores=0,2,4,6
/proc/3347/task/3352/stat : 3352 (python) S 3264 3264 3073 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638924850 350691328 6244 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 514 18446604443692685312 0 0 -1 0 0 0 0
[pid=3264/tid=3271] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3271/stat : 3271 (python) S 3262 3264 3073 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 638846452 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3274] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3274/stat : 3274 (python) S 3262 3264 3073 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 8 0 638846453 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3278] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3278/stat : 3278 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 8 0 638846454 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 2 0 0 0
[pid=3264/tid=3281] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3281/stat : 3281 (python) S 3262 3264 3073 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 8 0 638846455 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3300] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3300/stat : 3300 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 638856483 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3338] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3338/stat : 3338 (python) S 3262 3264 3073 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 638906000 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 0 0 0 0
[pid=3264/tid=3348] ppid=3262 vsize=352716 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3348/stat : 3348 (python) S 3262 3264 3073 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 638914822 361181184 7735 33554432000 4194304 5683644 140734102122688 18446744073709551615 270350207409 0 0 16781312 2 18446604441602138432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4782.64
Current children cumulated vsize (KiB) 2881228

Child status: 0
Real time (s): 1200.45
CPU time (s): 4782.89
CPU user time (s): 4774.76
CPU system time (s): 8.12676
CPU usage (%): 398.425
Max. virtual memory (cumulated for all children) (KiB): 3096600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4774.76
system time used= 8.12676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669593
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= 8549
involuntary context switches= 30926

runsolver used 4.51231 second user time and 10.0365 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 14:58:27
IDJOB=3378936
IDBENCH=70810
IDSOLVER=1860
FILE ID=node143/3378936-1305464307
RUNJOBID= node143-1305463442-3093
PBS_JOBID= 13324998
Free space on /tmp= 73504 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
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-3378936-1305464307/watcher-3378936-1305464307 -o /tmp/evaluation-result-3378936-1305464307/solver-3378936-1305464307 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378936-1305464307.cnf -seed 320711733 -budget 4800 -cores 4

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=320711733

node143.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.846
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.69
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.846
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.15
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.846
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.74
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.846
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.846
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.75
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.846
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.846
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.74
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.846
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:      18202216 kB
Buffers:        212192 kB
Cached:        1485604 kB
SwapCached:      67400 kB
Active:        4623192 kB
Inactive:      9869788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18202216 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:           47212 kB
Writeback:           0 kB
AnonPages:    12728032 kB
Mapped:          28848 kB
Slab:           125984 kB
PageTables:      63656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74902464 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= 73464 MiB
End job on node143 at 2011-05-15 15:18:28