Trace number 3321679

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-industrialUNSAT 35.7966 15.819

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.cnf
MD5SUM6e04f35d78573827a20cb4936c2b6acb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.740886
Satisfiable
(Un)Satisfiability was proved
Number of variables71285
Number of clauses196970
Sum of the clauses size459594
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2131312
Number of clauses of size 365656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3321679-1304348934.cnf
0.36/0.67	c INFO: computing task features
0.92/1.24	c INFO: computed variable-clause graph statistics
0.92/1.27	c INFO: computed clause balance statistics
4.04/4.38	c INFO: computed variable balance statistics
6.43/6.70	c INFO: computed small-clause counts
6.43/6.72	c INFO: computed Horn-clause counts
12.43/12.74	c INFO: computed variable graph statistics
12.43/12.74	c INFO: collected features for HOME/instance-3321679-1304348934.cnf in 12.04 s
12.43/12.77	c INFO: running lingeling-276@0 for 97 with 39987 remaining (b = 0.38)
12.53/12.80	c INFO: running cryptominisat-2.9.0@0 for 485 with 39987 remaining (b = 0.35)
12.53/12.83	c INFO: running lingeling-276@0 for 1261 with 39987 remaining (b = 0.49)
12.53/12.86	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39987 remaining (b = 0.56)
12.53/12.89	c INFO: running lingeling-276@0 for 1261 with 39987 remaining (b = 0.42)
12.62/12.92	c INFO: running precosat-570@0 for 388 with 39987 remaining (b = 0.23)
12.62/12.96	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39987 remaining (b = 0.44)
12.62/12.99	c INFO: running lingeling-276@0 for 1261 with 39987 remaining (b = 0.32)
35.07/15.79	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321679-1304348934/watcher-3321679-1304348934 -o /tmp/evaluation-result-3321679-1304348934/solver-3321679-1304348934 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321679-1304348934.cnf -seed 1191614950 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.50 3.44 5.58 1/198 26875
/proc/meminfo: memFree=25537664/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=15184 CPUtime=0 cores=0-7
/proc/26875/stat : 26875 (python) S 26873 26875 26594 0 -1 4202496 728 0 0 0 0 0 0 0 20 0 1 0 625124074 15548416 617 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/26875/statm: 3796 617 322 364 0 283 0

[startup+0.0809919 s]
/proc/loadavg: 3.50 3.44 5.58 1/198 26875
/proc/meminfo: memFree=25537664/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=50016 CPUtime=0.05 cores=0-7
/proc/26875/stat : 26875 (python) R 26873 26875 26594 0 -1 4202496 1949 0 0 0 4 1 0 0 20 0 1 0 625124074 51216384 1713 33554432000 4194304 5683644 140736737395584 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26875/statm: 12504 1713 476 364 0 1204 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50016

[startup+0.100989 s]
/proc/loadavg: 3.50 3.44 5.58 1/198 26875
/proc/meminfo: memFree=25537664/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=85624 CPUtime=0.06 cores=0-7
/proc/26875/stat : 26875 (python) S 26873 26875 26594 0 -1 4202496 2631 0 0 0 5 1 0 0 20 0 1 0 625124074 87678976 2348 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/26875/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300967 s]
/proc/loadavg: 3.50 3.44 5.58 1/198 26875
/proc/meminfo: memFree=25537664/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=135752 CPUtime=0.18 cores=0-7
/proc/26875/stat : 26875 (python) S 26873 26875 26594 0 -1 4202496 5965 933 1 0 14 4 0 0 17 0 1 0 625124074 139010048 4150 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895486469 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/26875/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700883 s]
/proc/loadavg: 3.50 3.44 5.58 1/198 26875
/proc/meminfo: memFree=25537664/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=282912 CPUtime=0.43 cores=0-7
/proc/26875/stat : 26875 (python) R 26873 26875 26594 0 -1 4202496 10366 933 1 0 33 10 0 0 16 0 1 0 625124074 289701888 8047 33554432000 4194304 5683644 140736737395584 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26875/statm: 70728 8047 1761 364 0 6652 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282912

[startup+1.50074 s]
/proc/loadavg: 3.50 3.44 5.58 2/199 26880
/proc/meminfo: memFree=25492644/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=315212 CPUtime=1.23 cores=0-7
/proc/26875/stat : 26875 (python) R 26873 26875 26594 0 -1 4202496 24800 933 1 0 111 12 0 0 17 0 1 0 625124074 322777088 16187 33554432000 4194304 5683644 140736737395584 18446744073709551615 46927879896389 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26875/statm: 78803 16187 1826 364 0 14727 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 315212

[startup+3.10043 s]
/proc/loadavg: 3.30 3.40 5.55 2/199 26880
/proc/meminfo: memFree=25479500/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=315212 CPUtime=2.83 cores=0-7
/proc/26875/stat : 26875 (python) R 26873 26875 26594 0 -1 4202496 24800 933 1 0 271 12 0 0 19 0 1 0 625124074 322777088 16187 33554432000 4194304 5683644 140736737395584 18446744073709551615 46927879602304 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26875/statm: 78803 16187 1826 364 0 14727 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 315212

[startup+6.30084 s]
/proc/loadavg: 3.30 3.40 5.55 2/199 26880
/proc/meminfo: memFree=25480608/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=315212 CPUtime=6.03 cores=0-7
/proc/26875/stat : 26875 (python) R 26873 26875 26594 0 -1 4202496 24801 933 1 0 591 12 0 0 25 0 1 0 625124074 322777088 16188 33554432000 4194304 5683644 140736737395584 18446744073709551615 231898899125 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26875/statm: 78803 16188 1827 364 0 14727 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 315212

[startup+12.7006 s]
/proc/loadavg: 2.95 3.32 5.50 2/199 26880
/proc/meminfo: memFree=25479908/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=316748 CPUtime=12.43 cores=0-7
/proc/26875/stat : 26875 (python) R 26873 26875 26594 0 -1 4202496 25191 933 1 0 1231 12 0 0 25 0 1 0 625124074 324349952 16578 33554432000 4194304 5683644 140736737395584 18446744073709551615 46927879522444 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/26875/statm: 79187 16578 1833 364 0 15111 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 316748

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

[startup+14.3083 s]
/proc/loadavg: 2.95 3.32 5.50 9/223 26904
/proc/meminfo: memFree=25199972/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=461324 CPUtime=12.72 cores=0-7
/proc/26875/stat : 26875 (python) S 26873 26875 26594 0 -1 4202496 31218 933 1 0 1258 14 0 0 24 0 9 0 625124074 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26875/statm: 115331 15913 1889 364 0 51228 0
[pid=26881] ppid=26875 vsize=313752 CPUtime=0 cores=0-7
/proc/26881/stat : 26881 (python) S 26875 26875 26594 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 625125351 321282048 14343 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510543 0 0 16781312 514 1079989253363990527 0 0 17 0 0 0 0
/proc/26881/statm: 78438 14343 353 364 0 14356 0
[pid=26883] ppid=26881 vsize=17088 CPUtime=1.52 cores=0-7
/proc/26883/stat : 26883 (lingeling) R 26881 26883 26883 0 -1 4202496 6134 0 0 0 151 1 0 0 25 0 1 0 625125352 17498112 3184 33554432000 4194304 4352236 140735337091296 18446744073709551615 4298764 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26883/statm: 4272 3184 127 39 0 3352 0
[pid=26884] ppid=26875 vsize=324008 CPUtime=0 cores=0-7
/proc/26884/stat : 26884 (python) S 26875 26875 26594 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 625125354 331784192 14341 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 5779904207972728831 0 0 17 0 0 0 0
/proc/26884/statm: 81002 14341 347 364 0 16917 0
[pid=26886] ppid=26884 vsize=92680 CPUtime=1.49 cores=0-7
/proc/26886/stat : 26886 (cryptominisat-2) R 26884 26886 26886 0 -1 4202496 17024 0 0 0 146 3 0 0 25 0 1 0 625125355 94904320 14601 33554432000 4194304 4677096 140735375220416 18446744073709551615 4319365 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26886/statm: 23170 14602 362 118 0 18129 0
[pid=26887] ppid=26875 vsize=334264 CPUtime=0 cores=0-7
/proc/26887/stat : 26887 (python) S 26875 26875 26594 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 625125358 342286336 14345 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451103342944845823 0 0 17 1 0 0 0
/proc/26887/statm: 83566 14345 347 364 0 19478 0
[pid=26889] ppid=26887 vsize=15368 CPUtime=1.46 cores=0-7
/proc/26889/stat : 26889 (lingeling) R 26887 26889 26889 0 -1 4202496 7399 0 0 0 145 1 0 0 25 0 1 0 625125358 15736832 2998 33554432000 4194304 4352236 140736304536096 18446744073709551615 4319142 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26889/statm: 3842 2998 121 39 0 2922 0
[pid=26890] ppid=26875 vsize=344520 CPUtime=0 cores=0-7
/proc/26890/stat : 26890 (python) S 26875 26875 26594 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 625125361 352788480 14349 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2514495136088424708 0 0 17 1 0 0 0
/proc/26890/statm: 86130 14349 347 364 0 22039 0
[pid=26892] ppid=26890 vsize=89252 CPUtime=1.43 cores=0-7
/proc/26892/stat : 26892 (cryptominisat-2) R 26890 26892 26892 0 -1 4202496 16188 0 0 0 141 2 0 0 25 0 1 0 625125361 91394048 13768 33554432000 4194304 4677096 140734225889920 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26892/statm: 22313 13768 362 118 0 17272 0
[pid=26893] ppid=26875 vsize=420312 CPUtime=0 cores=0-7
/proc/26893/stat : 26893 (python) S 26875 26875 26594 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 625125364 430399488 14355 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451107191235543039 0 0 17 1 0 0 0
/proc/26893/statm: 105078 14355 347 364 0 40984 0
[pid=26895] ppid=26893 vsize=15400 CPUtime=1.38 cores=0-7
/proc/26895/stat : 26895 (lingeling) R 26893 26895 26895 0 -1 4202496 7371 0 0 0 136 2 0 0 25 0 1 0 625125364 15769600 3006 33554432000 4194304 4352236 140737114160528 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26895/statm: 3850 3006 121 39 0 2930 0
[pid=26896] ppid=26875 vsize=430568 CPUtime=0 cores=0-7
/proc/26896/stat : 26896 (python) S 26875 26875 26594 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 625125367 440901632 14359 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 4636451697504288767 0 0 17 6 0 0 0
/proc/26896/statm: 107642 14359 347 364 0 43545 0
[pid=26898] ppid=26896 vsize=61080 CPUtime=1.37 cores=0-7
/proc/26898/stat : 26898 (precosat) R 26896 26898 26898 0 -1 4202496 15708 0 0 0 135 2 0 0 25 0 1 0 625125367 62545920 14327 33554432000 4194304 4890832 140734051304560 18446744073709551615 4246547 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/26898/statm: 15270 14327 86 171 0 15097 0
[pid=26899] ppid=26875 vsize=440824 CPUtime=0 cores=0-7
/proc/26899/stat : 26899 (python) S 26875 26875 26594 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 625125370 451403776 14363 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 5628721084275589380 0 0 17 1 0 0 0
/proc/26899/statm: 110206 14363 347 364 0 46106 0
[pid=26901] ppid=26899 vsize=82240 CPUtime=1.3 cores=0-7
/proc/26901/stat : 26901 (cryptominisat-2) R 26899 26901 26901 0 -1 4202496 14508 0 0 0 128 2 0 0 25 0 1 0 625125372 84213760 12083 33554432000 4194304 4677096 140733391912080 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26901/statm: 20560 12083 362 118 0 15519 0
[pid=26902] ppid=26875 vsize=451080 CPUtime=0 cores=0-7
/proc/26902/stat : 26902 (python) S 26875 26875 26594 0 -1 4202560 820 0 0 0 0 0 0 0 18 0 1 0 625125374 461905920 14373 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 3986489142639853567 0 0 17 0 0 0 0
/proc/26902/statm: 112770 14373 353 364 0 48667 0
[pid=26904] ppid=26902 vsize=17148 CPUtime=1.29 cores=0-7
/proc/26904/stat : 26904 (lingeling) R 26902 26904 26904 0 -1 4202496 6106 0 0 0 128 1 0 0 25 0 1 0 625125374 17559552 3188 33554432000 4194304 4352236 140733523916288 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26904/statm: 4287 3188 121 39 0 3367 0
[pid=26875/tid=26882] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26882/stat : 26882 (python) S 26873 26875 26594 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 625125352 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 1 0 0 0
[pid=26875/tid=26885] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26885/stat : 26885 (python) S 26873 26875 26594 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 625125355 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26888] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26888/stat : 26888 (python) S 26873 26875 26594 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 625125358 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26891] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26891/stat : 26891 (python) S 26873 26875 26594 0 -1 4202560 19 933 0 0 0 0 0 0 18 0 9 0 625125361 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 5 0 0 0
[pid=26875/tid=26894] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26894/stat : 26894 (python) S 26873 26875 26594 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 625125364 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26897] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26897/stat : 26897 (python) S 26873 26875 26594 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 625125367 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26900] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26900/stat : 26900 (python) S 26873 26875 26594 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 9 0 625125371 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 1 0 0 0
[pid=26875/tid=26903] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26903/stat : 26903 (python) S 26873 26875 26594 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 625125374 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 3910908

[startup+15.1011 s]
/proc/loadavg: 2.95 3.32 5.50 9/223 26904
/proc/meminfo: memFree=25199972/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=461324 CPUtime=12.72 cores=0-7
/proc/26875/stat : 26875 (python) S 26873 26875 26594 0 -1 4202496 31218 933 1 0 1258 14 0 0 24 0 9 0 625124074 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26875/statm: 115331 15913 1889 364 0 51228 0
[pid=26881] ppid=26875 vsize=313752 CPUtime=0 cores=0-7
/proc/26881/stat : 26881 (python) S 26875 26875 26594 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 625125351 321282048 14343 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510543 0 0 16781312 514 1079989253363958017 0 0 17 0 0 0 0
/proc/26881/statm: 78438 14343 353 364 0 14356 0
[pid=26883] ppid=26881 vsize=21184 CPUtime=2.32 cores=0-7
/proc/26883/stat : 26883 (lingeling) R 26881 26883 26883 0 -1 4202496 7299 0 0 0 231 1 0 0 25 0 1 0 625125352 21692416 4349 33554432000 4194304 4352236 140735337091296 18446744073709551615 4272238 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26883/statm: 5296 4349 127 39 0 4376 0
[pid=26884] ppid=26875 vsize=324008 CPUtime=0 cores=0-7
/proc/26884/stat : 26884 (python) S 26875 26875 26594 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 625125354 331784192 14341 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 5779904207972728831 0 0 17 0 0 0 0
/proc/26884/statm: 81002 14341 347 364 0 16917 0
[pid=26886] ppid=26884 vsize=130176 CPUtime=2.28 cores=0-7
/proc/26886/stat : 26886 (cryptominisat-2) R 26884 26886 26886 0 -1 4202496 25448 0 0 0 225 3 0 0 25 0 1 0 625125355 133300224 23025 33554432000 4194304 4677096 140735375220416 18446744073709551615 4250205 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26886/statm: 32544 23025 362 118 0 27503 0
[pid=26887] ppid=26875 vsize=334264 CPUtime=0 cores=0-7
/proc/26887/stat : 26887 (python) S 26875 26875 26594 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 625125358 342286336 14345 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451103342944813313 0 0 17 1 0 0 0
/proc/26887/statm: 83566 14345 347 364 0 19478 0
[pid=26889] ppid=26887 vsize=25612 CPUtime=2.25 cores=0-7
/proc/26889/stat : 26889 (lingeling) R 26887 26889 26889 0 -1 4202496 9972 0 0 0 224 1 0 0 25 0 1 0 625125358 26226688 5571 33554432000 4194304 4352236 140736304536096 18446744073709551615 4212032 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26889/statm: 6403 5571 127 39 0 5483 0
[pid=26890] ppid=26875 vsize=344520 CPUtime=0 cores=0-7

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

/proc/26875/task/26888/stat : 26888 (python) S 26873 26875 26594 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 625125358 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26891] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26891/stat : 26891 (python) S 26873 26875 26594 0 -1 4202560 19 933 0 0 0 0 0 0 18 0 9 0 625125361 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 5 0 0 0
[pid=26875/tid=26894] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26894/stat : 26894 (python) S 26873 26875 26594 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 625125364 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26897] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26897/stat : 26897 (python) S 26873 26875 26594 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 625125367 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26900] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26900/stat : 26900 (python) S 26873 26875 26594 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 9 0 625125371 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 1 0 0 0
[pid=26875/tid=26903] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26903/stat : 26903 (python) S 26873 26875 26594 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 625125374 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.3
Current children cumulated vsize (KiB) 3988924

[startup+15.501 s]
/proc/loadavg: 2.95 3.32 5.50 10/223 26904
/proc/meminfo: memFree=25077964/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=461324 CPUtime=12.72 cores=0-7
/proc/26875/stat : 26875 (python) S 26873 26875 26594 0 -1 4202496 31218 933 1 0 1258 14 0 0 24 0 9 0 625124074 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26875/statm: 115331 15913 1889 364 0 51228 0
[pid=26881] ppid=26875 vsize=313752 CPUtime=0 cores=0-7
/proc/26881/stat : 26881 (python) S 26875 26875 26594 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 625125351 321282048 14343 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510543 0 0 16781312 514 1079989253363958017 0 0 17 0 0 0 0
/proc/26881/statm: 78438 14343 353 364 0 14356 0
[pid=26883] ppid=26881 vsize=25284 CPUtime=2.71 cores=0-7
/proc/26883/stat : 26883 (lingeling) R 26881 26883 26883 0 -1 4202496 8324 0 0 0 270 1 0 0 25 0 1 0 625125352 25890816 5374 33554432000 4194304 4352236 140735337091296 18446744073709551615 4229968 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26883/statm: 6321 5374 127 39 0 5401 0
[pid=26884] ppid=26875 vsize=324008 CPUtime=0 cores=0-7
/proc/26884/stat : 26884 (python) S 26875 26875 26594 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 625125354 331784192 14341 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 5779904207972728831 0 0 17 0 0 0 0
/proc/26884/statm: 81002 14341 347 364 0 16917 0
[pid=26886] ppid=26884 vsize=149284 CPUtime=2.68 cores=0-7
/proc/26886/stat : 26886 (cryptominisat-2) R 26884 26886 26886 0 -1 4202496 29739 0 0 0 264 4 0 0 25 0 1 0 625125355 152866816 27316 33554432000 4194304 4677096 140735375220416 18446744073709551615 4318804 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26886/statm: 37321 27316 362 118 0 32280 0
[pid=26887] ppid=26875 vsize=334264 CPUtime=0 cores=0-7
/proc/26887/stat : 26887 (python) S 26875 26875 26594 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 625125358 342286336 14345 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451103342944813313 0 0 17 1 0 0 0
/proc/26887/statm: 83566 14345 347 364 0 19478 0
[pid=26889] ppid=26887 vsize=25612 CPUtime=2.65 cores=0-7
/proc/26889/stat : 26889 (lingeling) R 26887 26889 26889 0 -1 4202496 9972 0 0 0 264 1 0 0 25 0 1 0 625125358 26226688 5571 33554432000 4194304 4352236 140736304536096 18446744073709551615 4289888 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26889/statm: 6403 5571 127 39 0 5483 0
[pid=26890] ppid=26875 vsize=344520 CPUtime=0 cores=0-7
/proc/26890/stat : 26890 (python) S 26875 26875 26594 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 625125361 352788480 14349 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451114887816937471 0 0 17 1 0 0 0
/proc/26890/statm: 86130 14349 347 364 0 22039 0
[pid=26892] ppid=26890 vsize=146136 CPUtime=2.62 cores=0-7
/proc/26892/stat : 26892 (cryptominisat-2) R 26890 26892 26892 0 -1 4202496 29059 0 0 0 259 3 0 0 25 0 1 0 625125361 149643264 26639 33554432000 4194304 4677096 140734225889920 18446744073709551615 4310507 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26892/statm: 36534 26639 362 118 0 31493 0
[pid=26893] ppid=26875 vsize=420312 CPUtime=0 cores=0-7
/proc/26893/stat : 26893 (python) S 26875 26875 26594 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 625125364 430399488 14355 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451107191235510530 0 0 17 1 0 0 0
/proc/26893/statm: 105078 14355 347 364 0 40984 0
[pid=26895] ppid=26893 vsize=25644 CPUtime=2.57 cores=0-7
/proc/26895/stat : 26895 (lingeling) R 26893 26895 26895 0 -1 4202496 9944 0 0 0 255 2 0 0 25 0 1 0 625125364 26259456 5579 33554432000 4194304 4352236 140737114160528 18446744073709551615 4303824 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26895/statm: 6411 5579 127 39 0 5491 0
[pid=26896] ppid=26875 vsize=430568 CPUtime=0.56 cores=0-7
/proc/26896/stat : 26896 (python) R 26875 26875 26594 0 -1 4202560 768 0 0 0 48 8 0 0 18 0 1 0 625125367 440901632 14359 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26896/statm: 107642 14359 347 364 0 43545 0
[pid=26898] ppid=26896 vsize=0 CPUtime=1.99 cores=0-7
/proc/26898/stat : 26898 (precosat) R 26896 26898 26898 0 -1 4202500 16551 0 0 0 197 2 0 0 25 0 1 0 625125367 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26898/statm: 0 0 0 0 0 0 0
[pid=26899] ppid=26875 vsize=440824 CPUtime=0 cores=0-7
/proc/26899/stat : 26899 (python) S 26875 26875 26594 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 625125370 451403776 14363 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 4064895316816560127 0 0 17 1 0 0 0
/proc/26899/statm: 110206 14363 347 364 0 46106 0
[pid=26901] ppid=26899 vsize=137936 CPUtime=2.5 cores=0-7
/proc/26901/stat : 26901 (cryptominisat-2) R 26899 26901 26901 0 -1 4202496 27129 0 0 0 246 4 0 0 25 0 1 0 625125372 141246464 24704 33554432000 4194304 4677096 140733391912080 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26901/statm: 34484 24704 362 118 0 29443 0
[pid=26902] ppid=26875 vsize=451080 CPUtime=0 cores=0-7
/proc/26902/stat : 26902 (python) S 26875 26875 26594 0 -1 4202560 820 0 0 0 0 0 0 0 18 0 1 0 625125374 461905920 14373 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 3986489142639821060 0 0 17 0 0 0 0
/proc/26902/statm: 112770 14373 353 364 0 48667 0
[pid=26904] ppid=26902 vsize=25344 CPUtime=2.48 cores=0-7
/proc/26904/stat : 26904 (lingeling) R 26902 26904 26904 0 -1 4202496 8361 0 0 0 247 1 0 0 25 0 1 0 625125374 25952256 5443 33554432000 4194304 4352236 140733523916288 18446744073709551615 4228451 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26904/statm: 6336 5443 127 39 0 5416 0
[pid=26875/tid=26882] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26882/stat : 26882 (python) S 26873 26875 26594 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 625125352 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 1 0 0 0
[pid=26875/tid=26885] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26885/stat : 26885 (python) S 26873 26875 26594 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 625125355 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26888] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26888/stat : 26888 (python) S 26873 26875 26594 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 625125358 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26891] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26891/stat : 26891 (python) S 26873 26875 26594 0 -1 4202560 19 933 0 0 0 0 0 0 18 0 9 0 625125361 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 5 0 0 0
[pid=26875/tid=26894] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26894/stat : 26894 (python) S 26873 26875 26594 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 625125364 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26897] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26897/stat : 26897 (python) S 26873 26875 26594 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 625125367 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26900] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26900/stat : 26900 (python) S 26873 26875 26594 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 9 0 625125371 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 1 0 0 0
[pid=26875/tid=26903] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26903/stat : 26903 (python) S 26873 26875 26594 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 625125374 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33.48
Current children cumulated vsize (KiB) 4055892

[startup+15.701 s]
/proc/loadavg: 2.95 3.32 5.50 10/223 26904
/proc/meminfo: memFree=25077964/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=461324 CPUtime=12.72 cores=0-7
/proc/26875/stat : 26875 (python) S 26873 26875 26594 0 -1 4202496 31218 933 1 0 1258 14 0 0 24 0 9 0 625124074 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26875/statm: 115331 15913 1889 364 0 51228 0
[pid=26881] ppid=26875 vsize=313752 CPUtime=0 cores=0-7
/proc/26881/stat : 26881 (python) S 26875 26875 26594 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 625125351 321282048 14343 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510543 0 0 16781312 514 1079989253363958017 0 0 17 0 0 0 0
/proc/26881/statm: 78438 14343 353 364 0 14356 0
[pid=26883] ppid=26881 vsize=25284 CPUtime=2.91 cores=0-7
/proc/26883/stat : 26883 (lingeling) R 26881 26883 26883 0 -1 4202496 8324 0 0 0 290 1 0 0 25 0 1 0 625125352 25890816 5374 33554432000 4194304 4352236 140735337091296 18446744073709551615 4230722 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26883/statm: 6321 5374 127 39 0 5401 0
[pid=26884] ppid=26875 vsize=324008 CPUtime=0 cores=0-7
/proc/26884/stat : 26884 (python) S 26875 26875 26594 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 625125354 331784192 14341 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 5779904207972696324 0 0 17 0 0 0 0
/proc/26884/statm: 81002 14341 347 364 0 16917 0
[pid=26886] ppid=26884 vsize=158688 CPUtime=2.88 cores=0-7
/proc/26886/stat : 26886 (cryptominisat-2) R 26884 26886 26886 0 -1 4202496 31841 0 0 0 284 4 0 0 25 0 1 0 625125355 162496512 29418 33554432000 4194304 4677096 140735375220416 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26886/statm: 39672 29418 362 118 0 34631 0
[pid=26887] ppid=26875 vsize=334264 CPUtime=0 cores=0-7
/proc/26887/stat : 26887 (python) S 26875 26875 26594 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 625125358 342286336 14345 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451103342944813313 0 0 17 1 0 0 0
/proc/26887/statm: 83566 14345 347 364 0 19478 0
[pid=26889] ppid=26887 vsize=25612 CPUtime=2.85 cores=0-7
/proc/26889/stat : 26889 (lingeling) R 26887 26889 26889 0 -1 4202496 9972 0 0 0 284 1 0 0 25 0 1 0 625125358 26226688 5571 33554432000 4194304 4352236 140736304536096 18446744073709551615 4303846 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26889/statm: 6403 5571 127 39 0 5483 0
[pid=26890] ppid=26875 vsize=344520 CPUtime=0 cores=0-7
/proc/26890/stat : 26890 (python) S 26875 26875 26594 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 625125361 352788480 14349 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451114887816904964 0 0 17 1 0 0 0
/proc/26890/statm: 86130 14349 347 364 0 22039 0
[pid=26892] ppid=26890 vsize=155832 CPUtime=2.82 cores=0-7
/proc/26892/stat : 26892 (cryptominisat-2) R 26890 26892 26892 0 -1 4202496 31229 0 0 0 279 3 0 0 25 0 1 0 625125361 159571968 28809 33554432000 4194304 4677096 140734225889920 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26892/statm: 38958 28809 362 118 0 33917 0
[pid=26893] ppid=26875 vsize=420312 CPUtime=0 cores=0-7
/proc/26893/stat : 26893 (python) S 26875 26875 26594 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 625125364 430399488 14355 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 2451107191235510530 0 0 17 1 0 0 0
/proc/26893/statm: 105078 14355 347 364 0 40984 0
[pid=26895] ppid=26893 vsize=25644 CPUtime=2.77 cores=0-7
/proc/26895/stat : 26895 (lingeling) R 26893 26895 26895 0 -1 4202496 9944 0 0 0 275 2 0 0 25 0 1 0 625125364 26259456 5579 33554432000 4194304 4352236 140737114160528 18446744073709551615 4207621 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26895/statm: 6411 5579 127 39 0 5491 0
[pid=26896] ppid=26875 vsize=430568 CPUtime=0.76 cores=0-7
/proc/26896/stat : 26896 (python) R 26875 26875 26594 0 -1 4202560 768 0 0 0 65 11 0 0 18 0 1 0 625125367 440901632 14359 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907320639 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/26896/statm: 107642 14359 347 364 0 43545 0
[pid=26898] ppid=26896 vsize=0 CPUtime=1.99 cores=0-7
/proc/26898/stat : 26898 (precosat) R 26896 26898 26898 0 -1 4202500 16551 0 0 0 197 2 0 0 25 0 1 0 625125367 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26898/statm: 0 0 0 0 0 0 0
[pid=26899] ppid=26875 vsize=440824 CPUtime=0 cores=0-7
/proc/26899/stat : 26899 (python) S 26875 26875 26594 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 625125370 451403776 14363 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 4064895316816560127 0 0 17 1 0 0 0
/proc/26899/statm: 110206 14363 347 364 0 46106 0
[pid=26901] ppid=26899 vsize=146872 CPUtime=2.69 cores=0-7
/proc/26901/stat : 26901 (cryptominisat-2) R 26899 26901 26901 0 -1 4202496 29246 0 0 0 265 4 0 0 25 0 1 0 625125372 150396928 26821 33554432000 4194304 4677096 140733391912080 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26901/statm: 36718 26821 362 118 0 31677 0
[pid=26902] ppid=26875 vsize=451080 CPUtime=0 cores=0-7
/proc/26902/stat : 26902 (python) S 26875 26875 26594 0 -1 4202560 820 0 0 0 0 0 0 0 18 0 1 0 625125374 461905920 14373 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895510598 0 0 16781312 514 3986489142639821060 0 0 17 0 0 0 0
/proc/26902/statm: 112770 14373 353 364 0 48667 0
[pid=26904] ppid=26902 vsize=25344 CPUtime=2.68 cores=0-7
/proc/26904/stat : 26904 (lingeling) R 26902 26904 26904 0 -1 4202496 8361 0 0 0 267 1 0 0 25 0 1 0 625125374 25952256 5443 33554432000 4194304 4352236 140733523916288 18446744073709551615 4230321 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/26904/statm: 6336 5443 127 39 0 5416 0
[pid=26875/tid=26882] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26882/stat : 26882 (python) S 26873 26875 26594 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 625125352 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 1 0 0 0
[pid=26875/tid=26885] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26885/stat : 26885 (python) S 26873 26875 26594 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 625125355 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26888] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26888/stat : 26888 (python) S 26873 26875 26594 0 -1 4202560 23 933 0 0 0 0 0 0 19 0 9 0 625125358 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26891] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26891/stat : 26891 (python) S 26873 26875 26594 0 -1 4202560 19 933 0 0 0 0 0 0 18 0 9 0 625125361 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 5 0 0 0
[pid=26875/tid=26894] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26894/stat : 26894 (python) S 26873 26875 26594 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 625125364 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26897] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26897/stat : 26897 (python) S 26873 26875 26594 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 625125367 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
[pid=26875/tid=26900] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26900/stat : 26900 (python) S 26873 26875 26594 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 9 0 625125371 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 1 0 0 0
[pid=26875/tid=26903] ppid=26873 vsize=461324 CPUtime=0 cores=0-7
/proc/26875/task/26903/stat : 26903 (python) S 26873 26875 26594 0 -1 4202560 30 933 0 0 0 0 0 0 24 0 9 0 625125374 472395776 15913 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 2 18446604453849888640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 4083928

[startup+15.8021 s]
/proc/loadavg: 2.95 3.32 5.50 10/223 26904
/proc/meminfo: memFree=25077964/32950928 swapFree=67111356/67111528
[pid=26875] ppid=26873 vsize=420244 CPUtime=35.77 cores=0-7
/proc/26875/stat : 26875 (python) R 26873 26875 26594 0 -1 4202496 35765 155523 1 0 1259 15 2262 41 17 0 2 0 625124074 430329856 15882 33554432000 4194304 5683644 140736737395584 18446744073709551615 231895145911 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/26875/statm: 105061 15882 1874 364 0 40984 0
[pid=26875/tid=26897] ppid=26873 vsize=420244 CPUtime=23.03 cores=0-7
/proc/26875/task/26897/stat : 26897 (python) S 26873 26875 26594 0 -1 4202560 27 155523 0 0 0 0 2262 41 18 0 2 0 625125367 430329856 15882 33554432000 4194304 5683644 140736737395584 18446744073709551615 231907314097 0 0 16781312 0 18446604453849888640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 35.77
Current children cumulated vsize (KiB) 420244

Child status: 0
Real time (s): 15.819
CPU time (s): 35.7966
CPU user time (s): 35.2196
CPU system time (s): 0.576912
CPU usage (%): 226.289
Max. virtual memory (cumulated for all children) (KiB): 4083928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.2196
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195057
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= 3130
involuntary context switches= 182

runsolver used 0.024996 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-02 17:08:54
IDJOB=3321679
IDBENCH=82472
IDSOLVER=1710
FILE ID=node114/3321679-1304348934
RUNJOBID= node114-1304348279-26608
PBS_JOBID= 13178665
Free space on /tmp= 73712 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bc57sensorsp2-tseitin.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-3321679-1304348934/watcher-3321679-1304348934 -o /tmp/evaluation-result-3321679-1304348934/solver-3321679-1304348934 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321679-1304348934.cnf -seed 1191614950 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 6e04f35d78573827a20cb4936c2b6acb
RANDOM SEED=1191614950

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25538068 kB
Buffers:       1149260 kB
Cached:        2494740 kB
SwapCached:        168 kB
Active:        3646756 kB
Inactive:      3242992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25538068 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           34976 kB
Writeback:           0 kB
AnonPages:     3245504 kB
Mapped:          20432 kB
Slab:           447192 kB
PageTables:      12488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3799056 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= 73680 MiB
End job on node114 at 2011-05-02 17:09:10