Trace number 3378778

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)? 4607.55 1204.25

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.66	c INFO: solving HOME/instance-3378778-1305464272.cnf
0.38/0.66	c INFO: computing task features
2.26/2.52	c INFO: computed variable-clause graph statistics
2.26/2.59	c INFO: computed clause balance statistics
11.56/11.89	c INFO: computed variable balance statistics
18.36/18.63	c INFO: computed small-clause counts
18.47/18.79	c INFO: computed Horn-clause counts
64.57/64.86	c INFO: computed variable graph statistics
64.57/64.86	c INFO: collected features for HOME/instance-3378778-1305464272.cnf in 64.14 s
64.57/64.87	c INFO: running lingeling-276@0 for 194 with 1135 remaining (b = 0.65)
64.57/64.88	c INFO: running cryptominisat-2.9.0@0 for 1135 with 1135 remaining (b = 0.70)
64.57/64.89	c INFO: running lingeling-276@0 for 485 with 1135 remaining (b = 0.61)
64.57/64.90	c INFO: running precosat-570@0 for 194 with 1135 remaining (b = 0.44)
848.29/261.49	c INFO: running cryptominisat-2.9.0@0 for 97 with 939 remaining (b = 0.25)
868.21/266.40	c INFO: running cryptominisat-2.9.0@0 for 934 with 934 remaining (b = 0.33)
1243.92/360.61	c INFO: running lingeling-276@0 for 194 with 840 remaining (b = 0.13)
2020.44/555.35	c INFO: running precosat-570@195 for 97 with 645 remaining (b = 0.07)
2027.62/557.16	c INFO: running lingeling-276@0 for 194 with 643 remaining (b = 0.14)
2408.47/652.61	c INFO: running lingeling-276@0 for 548 with 548 remaining (b = 0.24)
2799.20/750.69	c INFO: running cryptominisat-2.9.0@198 for 449 with 449 remaining (b = 0.16)
4607.46/1204.21	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-3378778-1305464272/watcher-3378778-1305464272 -o /tmp/evaluation-result-3378778-1305464272/solver-3378778-1305464272 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378778-1305464272.cnf -seed 320711733 -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: 5.48 4.73 4.11 5/350 3231
/proc/meminfo: memFree=15014024/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 806 0 0 0 0 0 0 0 22 0 1 0 638842914 15749120 692 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338383504 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 3845 692 332 364 0 332 0

[startup+0.0232489 s]
/proc/loadavg: 5.48 4.73 4.11 5/350 3231
/proc/meminfo: memFree=15014024/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=16240 CPUtime=0.01 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 1062 0 0 0 1 0 0 0 22 0 1 0 638842914 16629760 934 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338383616 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 4060 934 381 364 0 547 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16240

[startup+0.10023 s]
/proc/loadavg: 5.48 4.73 4.11 5/350 3231
/proc/meminfo: memFree=15014024/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=89764 CPUtime=0.05 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 638842914 91918336 2353 33554432000 4194304 5683644 140736937480816 18446744073709551615 270333460490 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 22441 2355 718 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89764

[startup+0.300231 s]
/proc/loadavg: 5.48 4.73 4.11 5/350 3231
/proc/meminfo: memFree=15014024/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=135744 CPUtime=0.19 cores=1,3,5,7
/proc/3231/stat : 3231 (python) S 3229 3231 3073 0 -1 4202496 5963 936 1 0 14 5 0 0 17 0 1 0 638842914 139001856 4149 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/3231/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.701119 s]
/proc/loadavg: 5.48 4.73 4.11 5/350 3231
/proc/meminfo: memFree=15014024/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=290536 CPUtime=0.46 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 12281 936 1 0 34 12 0 0 15 0 1 0 638842914 297508864 9962 33554432000 4194304 5683644 140736937480816 18446744073709551615 4960259 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 72634 9962 1761 364 0 8558 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 290536

[startup+1.50096 s]
/proc/loadavg: 5.48 4.73 4.11 6/351 3236
/proc/meminfo: memFree=14503504/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=344592 CPUtime=1.26 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 25622 936 1 0 112 14 0 0 16 0 1 0 638842914 352862208 23303 33554432000 4194304 5683644 140736937480816 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 86148 23303 1761 364 0 22072 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 344592

[startup+3.10064 s]
/proc/loadavg: 5.48 4.73 4.11 6/351 3236
/proc/meminfo: memFree=14051896/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=399140 CPUtime=2.86 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 53005 936 1 0 268 18 0 0 18 0 1 0 638842914 408719360 37170 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207824 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 99785 37170 1826 364 0 35709 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 399140

[startup+6.301 s]
/proc/loadavg: 5.44 4.74 4.12 6/351 3236
/proc/meminfo: memFree=13705656/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=399140 CPUtime=6.06 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 53005 936 1 0 588 18 0 0 25 0 1 0 638842914 408719360 37170 33554432000 4194304 5683644 140736937480816 18446744073709551615 4417009 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 99785 37170 1826 364 0 35709 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 399140

[startup+12.7007 s]
/proc/loadavg: 5.41 4.74 4.12 7/351 3236
/proc/meminfo: memFree=13262516/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=399140 CPUtime=12.46 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 53006 936 1 0 1228 18 0 0 25 0 1 0 638842914 408719360 37171 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207346 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 99785 37171 1827 364 0 35709 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 399140

[startup+25.5002 s]
/proc/loadavg: 4.92 4.67 4.11 3/336 3240
/proc/meminfo: memFree=17881916/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=399140 CPUtime=25.26 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 53012 936 1 0 2508 18 0 0 25 0 1 0 638842914 408719360 37177 33554432000 4194304 5683644 140736937480816 18446744073709551615 47574394271884 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 99785 37177 1833 364 0 35709 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 399140

[startup+51.1001 s]
/proc/loadavg: 4.66 4.62 4.10 6/351 3282
/proc/meminfo: memFree=18106168/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=399140 CPUtime=50.86 cores=1,3,5,7
/proc/3231/stat : 3231 (python) R 3229 3231 3073 0 -1 4202496 53012 936 1 0 5068 18 0 0 25 0 1 0 638842914 408719360 37177 33554432000 4194304 5683644 140736937480816 18446744073709551615 47574394271884 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3231/statm: 99785 37177 1833 364 0 35709 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 399140

[startup+102.314 s]
/proc/loadavg: 6.25 5.02 4.26 9/363 3296
/proc/meminfo: memFree=17033048/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=431008 CPUtime=64.66 cores=1,3,5,7
/proc/3231/stat : 3231 (python) S 3229 3231 3073 0 -1 4202496 55639 936 1 0 6447 19 0 0 25 0 5 0 638842914 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3231/statm: 107752 34941 1873 364 0 43661 0
[pid=3283] ppid=3231 vsize=389996 CPUtime=0.09 cores=1,3,5,7
/proc/3283/stat : 3283 (python) S 3231 3231 3073 0 -1 4202560 915 0 0 0 4 5 0 0 18 0 1 0 638849402 399355904 33428 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403855 0 0 16781312 514 14111325744923640072 0 0 17 7 0 0 0
/proc/3283/statm: 97499 33428 376 364 0 33417 0
[pid=3285] ppid=3283 vsize=76720 CPUtime=36.79 cores=1,3,5,7
/proc/3285/stat : 3285 (lingeling) R 3283 3285 3285 0 -1 4202496 30547 0 0 0 3675 4 0 0 25 0 1 0 638849403 78561280 18351 33554432000 4194304 4352236 140736805293888 18446744073709551615 4298904 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/3285/statm: 19180 18351 129 39 0 18260 0
[pid=3286] ppid=3231 vsize=400252 CPUtime=0.11 cores=1,3,5,7
/proc/3286/stat : 3286 (python) S 3231 3231 3073 0 -1 4202560 924 0 0 0 5 6 0 0 15 0 1 0 638849403 409858048 33426 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640070 0 0 17 3 0 0 0
/proc/3286/statm: 100063 33426 370 364 0 35978 0
[pid=3288] ppid=3286 vsize=891504 CPUtime=37.4 cores=1,3,5,7
/proc/3288/stat : 3288 (cryptominisat-2) R 3286 3288 3288 0 -1 4202496 168049 0 0 0 3719 21 0 0 25 0 1 0 638849403 912900096 158086 33554432000 4194304 4677096 140734502482064 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3288/statm: 222876 158086 390 118 0 217835 0
[pid=3289] ppid=3231 vsize=410508 CPUtime=0.08 cores=1,3,5,7
/proc/3289/stat : 3289 (python) S 3231 3231 3073 0 -1 4202560 909 0 0 0 4 4 0 0 18 0 1 0 638849404 420360192 33430 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640071 0 0 17 7 0 0 0
/proc/3289/statm: 102627 33430 370 364 0 38539 0
[pid=3291] ppid=3289 vsize=76720 CPUtime=37.4 cores=1,3,5,7
/proc/3291/stat : 3291 (lingeling) R 3289 3291 3291 0 -1 4202496 30025 0 0 0 3736 4 0 0 25 0 1 0 638849404 78561280 18349 33554432000 4194304 4352236 140736013660880 18446744073709551615 4229896 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/3291/statm: 19180 18349 129 39 0 18260 0
[pid=3292] ppid=3231 vsize=420764 CPUtime=0.09 cores=1,3,5,7
/proc/3292/stat : 3292 (python) S 3231 3231 3073 0 -1 4202560 935 0 0 0 4 5 0 0 18 0 1 0 638849405 430862336 33434 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640068 0 0 17 3 0 0 0
/proc/3292/statm: 105191 33434 370 364 0 41100 0
[pid=3295] ppid=3292 vsize=279004 CPUtime=37.19 cores=1,3,5,7
/proc/3295/stat : 3295 (precosat) R 3292 3295 3295 0 -1 4202496 76789 0 0 0 3707 12 0 0 25 0 1 0 638849406 285700096 68341 33554432000 4194304 4890832 140736797991024 18446744073709551615 4295871 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/3295/statm: 69751 68341 86 171 0 69578 0
[pid=3231/tid=3284] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3284/stat : 3284 (python) S 3229 3231 3073 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 638849402 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3287] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3287/stat : 3287 (python) S 3229 3231 3073 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 5 0 638849403 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3290] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3290/stat : 3290 (python) S 3229 3231 3073 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 5 0 638849404 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3293] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3293/stat : 3293 (python) S 3229 3231 3073 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 5 0 638849406 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 213.81
Current children cumulated vsize (KiB) 3376476

[startup+162.301 s]
/proc/loadavg: 7.56 5.62 4.52 9/367 3302
/proc/meminfo: memFree=16496504/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=431008 CPUtime=64.66 cores=1,3,5,7
/proc/3231/stat : 3231 (python) S 3229 3231 3073 0 -1 4202496 55639 936 1 0 6447 19 0 0 25 0 5 0 638842914 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3231/statm: 107752 34941 1873 364 0 43661 0
[pid=3283] ppid=3231 vsize=389996 CPUtime=0.24 cores=1,3,5,7
/proc/3283/stat : 3283 (python) S 3231 3231 3073 0 -1 4202560 942 0 0 0 13 11 0 0 18 0 1 0 638849402 399355904 33428 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403855 0 0 16781312 514 14111325744923640072 0 0 17 7 0 0 0
/proc/3283/statm: 97499 33428 376 364 0 33417 0
[pid=3285] ppid=3283 vsize=93108 CPUtime=95.78 cores=1,3,5,7
/proc/3285/stat : 3285 (lingeling) R 3283 3285 3285 0 -1 4202496 36693 0 0 0 9573 5 0 0 25 0 1 0 638849403 95342592 20400 33554432000 4194304 4352236 140736805293888 18446744073709551615 4328411 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/3285/statm: 23277 20400 129 39 0 22357 0
[pid=3286] ppid=3231 vsize=400252 CPUtime=0.27 cores=1,3,5,7
/proc/3286/stat : 3286 (python) S 3231 3231 3073 0 -1 4202560 957 0 0 0 14 13 0 0 15 0 1 0 638849403 409858048 33426 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640070 0 0 17 3 0 0 0
/proc/3286/statm: 100063 33426 370 364 0 35978 0
[pid=3288] ppid=3286 vsize=1413224 CPUtime=97.39 cores=1,3,5,7
/proc/3288/stat : 3288 (cryptominisat-2) R 3286 3288 3288 0 -1 4202496 284414 0 0 0 9700 39 0 0 25 0 1 0 638849403 1447141376 266210 33554432000 4194304 4677096 140734502482064 18446744073709551615 4321158 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3288/statm: 353306 266210 392 118 0 348265 0
[pid=3289] ppid=3231 vsize=410508 CPUtime=0.24 cores=1,3,5,7
/proc/3289/stat : 3289 (python) S 3231 3231 3073 0 -1 4202560 934 0 0 0 13 11 0 0 18 0 1 0 638849404 420360192 33430 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640071 0 0 17 7 0 0 0
/proc/3289/statm: 102627 33430 370 364 0 38539 0
[pid=3291] ppid=3289 vsize=93104 CPUtime=97.39 cores=1,3,5,7
/proc/3291/stat : 3291 (lingeling) R 3289 3291 3291 0 -1 4202496 38721 0 0 0 9734 5 0 0 25 0 1 0 638849404 95338496 20398 33554432000 4194304 4352236 140736013660880 18446744073709551615 4241364 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/3291/statm: 23276 20398 129 39 0 22356 0
[pid=3292] ppid=3231 vsize=420764 CPUtime=0.23 cores=1,3,5,7
/proc/3292/stat : 3292 (python) S 3231 3231 3073 0 -1 4202560 959 0 0 0 11 12 0 0 18 0 1 0 638849405 430862336 33434 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640068 0 0 17 3 0 0 0
/proc/3292/statm: 105191 33434 370 364 0 41100 0
[pid=3295] ppid=3292 vsize=312624 CPUtime=96.86 cores=1,3,5,7
/proc/3295/stat : 3295 (precosat) R 3292 3295 3295 0 -1 4202496 95312 0 0 0 9672 14 0 0 25 0 1 0 638849406 320126976 76756 33554432000 4194304 4890832 140736797991024 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/3295/statm: 78156 76756 86 171 0 77983 0
[pid=3231/tid=3284] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3284/stat : 3284 (python) S 3229 3231 3073 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 5 0 638849402 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3287] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3287/stat : 3287 (python) S 3229 3231 3073 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 5 0 638849403 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3290] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3290/stat : 3290 (python) S 3229 3231 3073 0 -1 4202560 22 936 0 0 0 0 0 0 25 0 5 0 638849404 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3293] ppid=3229 vsize=431008 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3293/stat : 3293 (python) S 3229 3231 3073 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 5 0 638849406 441352192 34941 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 453.06
Current children cumulated vsize (KiB) 3964588


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

/proc/3316/task/3325/stat : 3325 (python) S 3231 3231 3073 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638878975 441364480 33469 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 514 18446604461492692032 0 0 -1 7 0 0 0
[pid=3320] ppid=3231 vsize=441276 CPUtime=2.65 cores=1,3,5,7
/proc/3320/stat : 3320 (python) S 3231 3231 3073 0 -1 4202560 1019 0 0 0 131 134 0 0 15 0 1 0 638869555 451866624 33443 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640070 0 0 17 3 0 0 0
/proc/3320/statm: 110319 33443 371 364 0 46222 0
[pid=3322] ppid=3320 vsize=1870296 CPUtime=930.9 cores=1,3,5,7
/proc/3322/stat : 3322 (cryptominisat-2) R 3320 3322 3322 0 -1 4202496 509716 0 0 0 92982 108 0 0 25 0 1 0 638869556 1915183104 369366 33554432000 4194304 4677096 140737137410640 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3322/statm: 467574 369366 392 118 0 462533 0
[pid=3341] ppid=3231 vsize=451532 CPUtime=1.45 cores=1,3,5,7
/proc/3341/stat : 3341 (python) S 3231 3231 3073 0 -1 4202560 995 0 0 0 72 73 0 0 18 0 1 0 638908175 462368768 33446 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640071 0 0 17 3 0 0 0
/proc/3341/statm: 112883 33446 370 364 0 48783 0
[pid=3343] ppid=3341 vsize=93100 CPUtime=549.95 cores=1,3,5,7
/proc/3343/stat : 3343 (lingeling) R 3341 3343 3343 0 -1 4202496 39238 0 0 0 54990 5 0 0 25 0 1 0 638908176 95334400 20910 33554432000 4194304 4352236 140735953528480 18446744073709551615 4294636 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/3343/statm: 23275 20910 129 39 0 22355 0
[pid=3231/tid=3284] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3284/stat : 3284 (python) S 3229 3231 3073 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 638849402 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3287] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3287/stat : 3287 (python) S 3229 3231 3073 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 8 0 638849403 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3290] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3290/stat : 3290 (python) S 3229 3231 3073 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 8 0 638849404 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3293] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3293/stat : 3293 (python) S 3229 3231 3073 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 8 0 638849406 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3317] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3317/stat : 3317 (python) S 3229 3231 3073 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 8 0 638869064 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3321] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3321/stat : 3321 (python) S 3229 3231 3073 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 8 0 638869556 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3342] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3342/stat : 3342 (python) S 3229 3231 3073 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 8 0 638908176 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4603.27
Current children cumulated vsize (KiB) 9807944

[startup+1203.9 s]
/proc/loadavg: 8.18 8.09 6.95 9/389 3363
/proc/meminfo: memFree=12671276/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=461776 CPUtime=64.73 cores=1,3,5,7
/proc/3231/stat : 3231 (python) S 3229 3231 3073 0 -1 4202496 58543 936 1 0 6452 21 0 0 18 0 8 0 638842914 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3231/statm: 115444 34960 1880 364 0 51344 0
[pid=3283] ppid=3231 vsize=400240 CPUtime=1.06 cores=1,3,5,7
/proc/3283/stat : 3283 (python) S 3231 3231 3073 0 -1 4202560 1202 0 0 0 54 52 0 0 18 0 2 0 638849402 409845760 33472 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3283/statm: 100060 33472 415 364 0 35978 0
[pid=3285] ppid=3283 vsize=93104 CPUtime=391.25 cores=1,3,5,7
/proc/3285/stat : 3285 (lingeling) T 3283 3285 3285 0 -1 4202496 36693 0 0 0 39120 5 0 0 25 0 1 0 638849403 95338496 20399 33554432000 4194304 4352236 140736805293888 18446744073709551615 4235472 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/3285/statm: 23276 20399 129 39 0 22356 0
[pid=3283/tid=3319] ppid=3231 vsize=400240 CPUtime=0 cores=1,3,5,7
/proc/3283/task/3319/stat : 3319 (python) S 3231 3231 3073 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 638869554 409845760 33472 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 514 18446604457168741312 0 0 -1 7 0 0 0
[pid=3286] ppid=3231 vsize=400252 CPUtime=3.22 cores=1,3,5,7
/proc/3286/stat : 3286 (python) S 3231 3231 3073 0 -1 4202560 987 0 0 0 163 159 0 0 15 0 1 0 638849403 409858048 33426 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14976113634696986886 0 0 17 5 0 0 0
/proc/3286/statm: 100063 33426 370 364 0 35978 0
[pid=3288] ppid=3286 vsize=2032128 CPUtime=1136.64 cores=1,3,5,7
/proc/3288/stat : 3288 (cryptominisat-2) R 3286 3288 3288 0 -1 4202496 552988 0 0 0 113549 115 0 0 25 0 1 0 638849403 2080899072 383211 33554432000 4194304 4677096 140734502482064 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3288/statm: 508032 383211 392 118 0 502991 0
[pid=3289] ppid=3231 vsize=410508 CPUtime=1.83 cores=1,3,5,7
/proc/3289/stat : 3289 (python) S 3231 3231 3073 0 -1 4202560 1153 0 0 0 93 90 0 0 18 0 2 0 638849404 420360192 33460 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3289/statm: 102627 33460 399 364 0 38539 0
[pid=3291] ppid=3289 vsize=93100 CPUtime=683.96 cores=1,3,5,7
/proc/3291/stat : 3291 (lingeling) T 3289 3291 3291 0 -1 4202496 38721 0 0 0 68391 5 0 0 25 0 1 0 638849404 95334400 20397 33554432000 4194304 4352236 140736013660880 18446744073709551615 4328090 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/3291/statm: 23275 20397 129 39 0 22355 0
[pid=3289/tid=3331] ppid=3231 vsize=410508 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3331/stat : 3331 (python) S 3231 3231 3073 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638898449 420360192 33460 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 514 18446604467420466112 0 0 -1 7 0 0 0
[pid=3292] ppid=3231 vsize=420764 CPUtime=0.78 cores=1,3,5,7
/proc/3292/stat : 3292 (python) S 3231 3231 3073 0 -1 4202560 1159 0 0 0 38 40 0 0 18 0 2 0 638849405 430862336 33464 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/3292/statm: 105191 33464 399 364 0 41100 0
[pid=3295] ppid=3292 vsize=370296 CPUtime=291.32 cores=1,3,5,7
/proc/3295/stat : 3295 (precosat) T 3292 3295 3295 0 -1 4202496 124904 0 0 0 29115 17 0 0 25 0 1 0 638849406 379183104 91186 33554432000 4194304 4890832 140736797991024 18446744073709551615 4298394 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/3295/statm: 92574 91186 86 171 0 92401 0
[pid=3292/tid=3315] ppid=3231 vsize=420764 CPUtime=0 cores=1,3,5,7
/proc/3292/task/3315/stat : 3315 (python) S 3231 3231 3073 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 638869063 430862336 33464 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 514 18446604457168742208 0 0 -1 3 0 0 0
[pid=3316] ppid=3231 vsize=431020 CPUtime=1.59 cores=1,3,5,7
/proc/3316/stat : 3316 (python) S 3231 3231 3073 0 -1 4202560 1173 0 0 0 78 81 0 0 15 0 2 0 638869064 441364480 33469 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3316/statm: 107755 33469 400 364 0 43661 0
[pid=3318] ppid=3316 vsize=1838552 CPUtime=543.53 cores=1,3,5,7
/proc/3318/stat : 3318 (cryptominisat-2) R 3316 3318 3318 0 -1 4202496 435596 0 0 0 54273 80 0 0 25 0 1 0 638869064 1882677248 358764 33554432000 4194304 4677096 140734739832384 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/3318/statm: 459638 358764 472 118 0 454597 0
[pid=3316/tid=3325] ppid=3231 vsize=431020 CPUtime=0 cores=1,3,5,7
/proc/3316/task/3325/stat : 3325 (python) S 3231 3231 3073 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638878975 441364480 33469 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 514 18446604461492692032 0 0 -1 7 0 0 0
[pid=3320] ppid=3231 vsize=441276 CPUtime=2.65 cores=1,3,5,7
/proc/3320/stat : 3320 (python) S 3231 3231 3073 0 -1 4202560 1019 0 0 0 131 134 0 0 15 0 1 0 638869555 451866624 33443 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640070 0 0 17 3 0 0 0
/proc/3320/statm: 110319 33443 371 364 0 46222 0
[pid=3322] ppid=3320 vsize=1870296 CPUtime=931.7 cores=1,3,5,7
/proc/3322/stat : 3322 (cryptominisat-2) R 3320 3322 3322 0 -1 4202496 509786 0 0 0 93062 108 0 0 25 0 1 0 638869556 1915183104 369436 33554432000 4194304 4677096 140737137410640 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/3322/statm: 467574 369436 392 118 0 462533 0
[pid=3341] ppid=3231 vsize=451532 CPUtime=1.45 cores=1,3,5,7
/proc/3341/stat : 3341 (python) S 3231 3231 3073 0 -1 4202560 995 0 0 0 72 73 0 0 18 0 1 0 638908175 462368768 33446 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 14111325744923640071 0 0 17 3 0 0 0
/proc/3341/statm: 112883 33446 370 364 0 48783 0
[pid=3343] ppid=3341 vsize=93100 CPUtime=550.75 cores=1,3,5,7
/proc/3343/stat : 3343 (lingeling) R 3341 3343 3343 0 -1 4202496 39238 0 0 0 55070 5 0 0 25 0 1 0 638908176 95334400 20910 33554432000 4194304 4352236 140735953528480 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/3343/statm: 23275 20910 129 39 0 22355 0
[pid=3231/tid=3284] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3284/stat : 3284 (python) S 3229 3231 3073 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 638849402 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3287] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3287/stat : 3287 (python) S 3229 3231 3073 0 -1 4202560 19 936 0 0 0 0 0 0 25 0 8 0 638849403 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3290] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3290/stat : 3290 (python) S 3229 3231 3073 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 8 0 638849404 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3293] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3293/stat : 3293 (python) S 3229 3231 3073 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 8 0 638849406 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3317] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3317/stat : 3317 (python) S 3229 3231 3073 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 8 0 638869064 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3321] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3321/stat : 3321 (python) S 3229 3231 3073 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 8 0 638869556 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3342] ppid=3229 vsize=461776 CPUtime=0 cores=1,3,5,7
/proc/3231/task/3342/stat : 3342 (python) S 3229 3231 3073 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 8 0 638908176 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4606.46
Current children cumulated vsize (KiB) 9807944

[startup+1204.1 s]
/proc/loadavg: 8.18 8.09 6.95 9/389 3363
/proc/meminfo: memFree=12671276/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=461776 CPUtime=2921.9 cores=1,3,5,7
/proc/3231/stat : 3231 (python) S 3229 3231 3073 0 -1 4202496 58675 756123 1 0 6452 21 285171 546 17 0 8 0 638842914 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3231/statm: 115444 34960 1880 364 0 51344 0
[pid=3286] ppid=3231 vsize=400252 CPUtime=3.22 cores=1,3,5,7
/proc/3286/stat : 3286 (python) S 3231 3231 3073 0 -1 4202560 1005 0 0 0 163 159 0 0 15 0 1 0 638849403 409858048 33431 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350213951 0 0 16781824 2 18446744071562232103 0 0 17 5 0 0 0
/proc/3286/statm: 100063 33431 375 364 0 35978 0
[pid=3288] ppid=3286 vsize=0 CPUtime=1136.84 cores=1,3,5,7
/proc/3288/stat : 3288 (cryptominisat-2) R 3286 3288 3288 0 -1 4203524 552998 0 0 0 113568 116 0 0 25 0 1 0 638849403 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3288/statm: 0 0 0 0 0 0 0
[pid=3316] ppid=3231 vsize=431020 CPUtime=1.59 cores=1,3,5,7
/proc/3316/stat : 3316 (python) S 3231 3231 3073 0 -1 4202560 1173 0 0 0 78 81 0 0 15 0 2 0 638869064 441364480 33469 33554432000 4194304 5683644 140736937480816 18446744073709551615 270338403910 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3316/statm: 107755 33469 400 364 0 43661 0
[pid=3318] ppid=3316 vsize=1838552 CPUtime=543.72 cores=1,3,5,7
/proc/3318/stat : 3318 (cryptominisat-2) R 3316 3318 3318 0 -1 4202496 435611 0 0 0 54292 80 0 0 25 0 1 0 638869064 1882677248 358779 33554432000 4194304 4677096 140734739832384 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/3318/statm: 459638 358779 472 118 0 454597 0
[pid=3316/tid=3325] ppid=3231 vsize=431020 CPUtime=0 cores=1,3,5,7
/proc/3316/task/3325/stat : 3325 (python) S 3231 3231 3073 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638878975 441364480 33469 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 514 18446604461492692032 0 0 -1 7 0 0 0
[pid=3231/tid=3284] ppid=3229 vsize=461776 CPUtime=2857.17 cores=1,3,5,7
/proc/3231/task/3284/stat : 3284 (python) S 3229 3231 3073 0 -1 4202560 31 756123 0 0 0 0 285171 546 18 0 8 0 638849402 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3287] ppid=3229 vsize=461776 CPUtime=2857.17 cores=1,3,5,7
/proc/3231/task/3287/stat : 3287 (python) S 3229 3231 3073 0 -1 4202560 19 756123 0 0 0 0 285171 546 25 0 8 0 638849403 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3290] ppid=3229 vsize=461776 CPUtime=2857.17 cores=1,3,5,7
/proc/3231/task/3290/stat : 3290 (python) S 3229 3231 3073 0 -1 4202560 27 756123 0 0 0 0 285171 546 18 0 8 0 638849404 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3293] ppid=3229 vsize=461776 CPUtime=2857.17 cores=1,3,5,7
/proc/3231/task/3293/stat : 3293 (python) S 3229 3231 3073 0 -1 4202560 34 756123 0 0 0 0 285171 546 18 0 8 0 638849406 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3317] ppid=3229 vsize=461776 CPUtime=2857.17 cores=1,3,5,7
/proc/3231/task/3317/stat : 3317 (python) S 3229 3231 3073 0 -1 4202560 30 756123 0 0 0 0 285171 546 18 0 8 0 638869064 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3321] ppid=3229 vsize=461776 CPUtime=2857.17 cores=1,3,5,7
/proc/3231/task/3321/stat : 3321 (python) S 3229 3231 3073 0 -1 4202560 24 756123 0 0 0 0 285171 546 20 0 8 0 638869556 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3342] ppid=3229 vsize=461776 CPUtime=2857.17 cores=1,3,5,7
/proc/3231/task/3342/stat : 3342 (python) S 3229 3231 3073 0 -1 4202560 31 756123 0 0 0 0 285171 546 20 0 8 0 638908176 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4607.27
Current children cumulated vsize (KiB) 3131600

[startup+1204.2 s]
/proc/loadavg: 8.18 8.09 6.95 9/389 3363
/proc/meminfo: memFree=12671276/32951124 swapFree=59367104/67111528
[pid=3231] ppid=3229 vsize=461776 CPUtime=4062.04 cores=1,3,5,7
/proc/3231/stat : 3231 (python) S 3229 3231 3073 0 -1 4202496 58675 1310157 1 0 6452 21 398903 828 16 0 8 0 638842914 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3231/statm: 115444 34960 1880 364 0 51344 0
[pid=3316] ppid=3231 vsize=431020 CPUtime=1.59 cores=1,3,5,7
/proc/3316/stat : 3316 (python) S 3231 3231 3073 0 -1 4202560 1177 0 0 0 78 81 0 0 15 0 2 0 638869064 441364480 33469 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350213951 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/3316/statm: 107755 33469 400 364 0 43661 0
[pid=3318] ppid=3316 vsize=0 CPUtime=543.83 cores=1,3,5,7
/proc/3318/stat : 3318 (cryptominisat-2) R 3316 3318 3318 0 -1 4203524 435613 0 0 0 54298 85 0 0 25 0 1 0 638869064 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3318/statm: 0 0 0 0 0 0 0
[pid=3316/tid=3325] ppid=3231 vsize=431020 CPUtime=0 cores=1,3,5,7
/proc/3316/task/3325/stat : 3325 (python) S 3231 3231 3073 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 638878975 441364480 33469 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781824 2 18446604461492692032 0 0 -1 7 0 0 0
[pid=3231/tid=3284] ppid=3229 vsize=461776 CPUtime=3997.31 cores=1,3,5,7
/proc/3231/task/3284/stat : 3284 (python) S 3229 3231 3073 0 -1 4202560 31 1310157 0 0 0 0 398903 828 18 0 8 0 638849402 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3287] ppid=3229 vsize=461776 CPUtime=3997.31 cores=1,3,5,7
/proc/3231/task/3287/stat : 3287 (python) S 3229 3231 3073 0 -1 4202560 19 1310157 0 0 0 0 398903 828 25 0 8 0 638849403 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3290] ppid=3229 vsize=461776 CPUtime=3997.31 cores=1,3,5,7
/proc/3231/task/3290/stat : 3290 (python) S 3229 3231 3073 0 -1 4202560 27 1310157 0 0 0 0 398903 828 18 0 8 0 638849404 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 7 0 0 0
[pid=3231/tid=3293] ppid=3229 vsize=461776 CPUtime=3997.31 cores=1,3,5,7
/proc/3231/task/3293/stat : 3293 (python) S 3229 3231 3073 0 -1 4202560 34 1310157 0 0 0 0 398903 828 18 0 8 0 638849406 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3317] ppid=3229 vsize=461776 CPUtime=3997.31 cores=1,3,5,7
/proc/3231/task/3317/stat : 3317 (python) S 3229 3231 3073 0 -1 4202560 30 1310157 0 0 0 0 398903 828 18 0 8 0 638869064 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3321] ppid=3229 vsize=461776 CPUtime=3997.31 cores=1,3,5,7
/proc/3231/task/3321/stat : 3321 (python) S 3229 3231 3073 0 -1 4202560 24 1310157 0 0 0 0 398903 828 20 0 8 0 638869556 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
[pid=3231/tid=3342] ppid=3229 vsize=461776 CPUtime=3997.31 cores=1,3,5,7
/proc/3231/task/3342/stat : 3342 (python) S 3229 3231 3073 0 -1 4202560 31 1310157 0 0 0 0 398903 828 20 0 8 0 638908176 472858624 34960 33554432000 4194304 5683644 140736937480816 18446744073709551615 270350207409 0 0 16781312 2 18446604463603646592 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4607.46
Current children cumulated vsize (KiB) 892796

Child status: 0
Real time (s): 1204.25
CPU time (s): 4607.55
CPU user time (s): 4597.36
CPU system time (s): 10.1935
CPU usage (%): 382.606
Max. virtual memory (cumulated for all children) (KiB): 9807944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4597.36
system time used= 10.1935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1821367
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= 8972
involuntary context switches= 36141

runsolver used 4.69529 second user time and 10.1964 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 14:57:53
IDJOB=3378778
IDBENCH=70808
IDSOLVER=1860
FILE ID=node143/3378778-1305464272
RUNJOBID= node143-1305463442-3094
PBS_JOBID= 13324998
Free space on /tmp= 73204 MiB

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

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
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:      15015172 kB
Buffers:        211832 kB
Cached:        1791828 kB
SwapCached:      67400 kB
Active:        7794980 kB
Inactive:      9869060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15015172 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:           42332 kB
Writeback:           0 kB
AnonPages:    15592352 kB
Mapped:          30184 kB
Slab:           125676 kB
PageTables:      81284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83084804 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= 73472 MiB
End job on node143 at 2011-05-15 15:17:57