Trace number 3378759

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)? 4599.79 1203.43

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

Solver Data

0.34/0.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.57	c INFO: solving HOME/instance-3378759-1305465319.cnf
0.34/0.57	c INFO: computing task features
3.11/6.06	c INFO: computed variable-clause graph statistics
3.11/12.04	c INFO: computed clause balance statistics
30.22/30.43	c INFO: computed variable balance statistics
50.93/51.19	c INFO: computed small-clause counts
51.21/51.45	c INFO: computed Horn-clause counts
66.41/66.68	c INFO: computed variable graph statistics
66.41/66.68	c INFO: collected features for HOME/instance-3378759-1305465319.cnf in 65.89 s
66.41/66.69	c INFO: running lingeling-276@0 for 485 with 1133 remaining (b = 0.45)
66.51/66.70	c INFO: running cryptominisat-2.9.0@0 for 485 with 1133 remaining (b = 0.39)
66.51/66.72	c INFO: running lingeling-276@0 for 1133 with 1133 remaining (b = 0.43)
66.51/66.74	c INFO: running lingeling-276@0 for 97 with 1133 remaining (b = 0.22)
465.95/166.98	c INFO: running cryptominisat-2.9.0@0 for 1033 with 1033 remaining (b = 0.23)
2020.94/556.80	c INFO: running SApperloT@0 for 97 with 643 remaining (b = 0.03)
2052.42/564.70	c INFO: running lingeling-276@100 for 635 with 635 remaining (b = 0.11)
2421.00/657.05	c INFO: running precosat-570@0 for 543 with 543 remaining (b = 0.23)
4599.64/1203.34	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-3378759-1305465319/watcher-3378759-1305465319 -o /tmp/evaluation-result-3378759-1305465319/solver-3378759-1305465319 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378759-1305465319.cnf -seed 219010892 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.38 2/290 18212
/proc/meminfo: memFree=16477664/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 892 0 0 0 0 0 0 0 17 0 1 0 658131637 16150528 774 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664469189 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18212/statm: 3943 774 343 364 0 430 0

[startup+0.0278929 s]
/proc/loadavg: 0.00 0.00 0.38 2/290 18212
/proc/meminfo: memFree=16477664/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=16392 CPUtime=0.01 cores=0,2,4,6
/proc/18212/stat : 18212 (python) S 18210 18212 18170 0 -1 4202496 1078 0 0 0 1 0 0 0 17 0 1 0 658131637 16785408 949 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/18212/statm: 4098 949 385 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.101191 s]
/proc/loadavg: 0.00 0.00 0.38 2/290 18212
/proc/meminfo: memFree=16477664/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=84468 CPUtime=0.05 cores=0,2,4,6
/proc/18212/stat : 18212 (python) S 18210 18212 18170 0 -1 4202496 2397 0 0 0 4 1 0 0 17 0 1 0 658131637 86495232 2126 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/18212/statm: 21117 2126 707 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84468

[startup+0.300976 s]
/proc/loadavg: 0.00 0.00 0.38 2/290 18212
/proc/meminfo: memFree=16477664/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=135748 CPUtime=0.2 cores=0,2,4,6
/proc/18212/stat : 18212 (python) S 18210 18212 18170 0 -1 4202496 5959 931 1 0 14 6 0 0 17 0 1 0 658131637 139005952 4150 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/18212/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700762 s]
/proc/loadavg: 0.00 0.00 0.38 2/290 18212
/proc/meminfo: memFree=16477664/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=315476 CPUtime=0.51 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 18466 931 1 0 38 13 0 0 17 0 1 0 658131637 323047424 16151 33554432000 4194304 5683644 140733962079616 18446744073709551615 4602388 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18212/statm: 78869 16151 1761 364 0 14793 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 315476

[startup+1.5007 s]
/proc/loadavg: 0.00 0.00 0.38 3/291 18217
/proc/meminfo: memFree=16335496/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=365928 CPUtime=1.31 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 31066 931 1 0 115 16 0 0 18 0 1 0 658131637 374710272 28751 33554432000 4194304 5683644 140733962079616 18446744073709551615 4272664 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18212/statm: 91482 28752 1761 364 0 27406 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 365928

[startup+3.20431 s]
/proc/loadavg: 0.16 0.03 0.38 3/291 18217
/proc/meminfo: memFree=16224020/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=475236 CPUtime=3.11 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 58289 931 1 0 291 20 0 0 21 0 1 0 658131637 486641664 55974 33554432000 4194304 5683644 140733962079616 18446744073709551615 4620049 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18212/statm: 120638 56417 1761 364 0 56562 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 475236

[startup+24.6536 s]
/proc/loadavg: 2.17 0.50 0.53 3/291 18217
/proc/meminfo: memFree=16026344/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=599188 CPUtime=24.48 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 145777 931 1 0 2416 32 0 0 25 0 1 0 658131637 613568512 87182 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664457040 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18212/statm: 149797 87182 1826 364 0 85721 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 599188

[startup+24.7106 s]
/proc/loadavg: 2.17 0.50 0.53 3/291 18217
/proc/meminfo: memFree=16026344/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=599188 CPUtime=24.53 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 145777 931 1 0 2421 32 0 0 25 0 1 0 658131637 613568512 87182 33554432000 4194304 5683644 140733962079616 18446744073709551615 47491974623440 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18212/statm: 149797 87182 1826 364 0 85721 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 599188

[startup+25.5005 s]
/proc/loadavg: 2.17 0.50 0.53 3/291 18217
/proc/meminfo: memFree=16026344/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=599188 CPUtime=25.32 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 145777 931 1 0 2500 32 0 0 25 0 1 0 658131637 613568512 87182 33554432000 4194304 5683644 140733962079616 18446744073709551615 47491967196512 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18212/statm: 149797 87182 1826 364 0 85721 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 599188

[startup+51.111 s]
/proc/loadavg: 3.49 0.95 0.68 6/303 18230
/proc/meminfo: memFree=15396608/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=599188 CPUtime=50.93 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 145778 931 1 0 5061 32 0 0 25 0 1 0 658131637 613568512 87183 33554432000 4194304 5683644 140733962079616 18446744073709551615 47491970017876 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18212/statm: 149797 87183 1827 364 0 85721 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 599188

[startup+102.301 s]
/proc/loadavg: 5.71 1.91 1.01 9/315 18243
/proc/meminfo: memFree=12521728/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=627424 CPUtime=66.56 cores=0,2,4,6
/proc/18212/stat : 18212 (python) S 18210 18212 18170 0 -1 4202496 151810 931 1 0 6619 37 0 0 25 0 5 0 658131637 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18212/statm: 156856 84045 1873 364 0 92765 0
[pid=18231] ppid=18212 vsize=586412 CPUtime=0.08 cores=0,2,4,6
/proc/18231/stat : 18231 (python) S 18212 18212 18170 0 -1 4202560 917 0 0 0 3 5 0 0 18 0 1 0 658138306 600485888 82532 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828431 0 0 16781312 514 10577636110739931393 0 0 17 6 0 0 0
/proc/18231/statm: 146603 82532 376 364 0 82521 0
[pid=18233] ppid=18231 vsize=94960 CPUtime=35.49 cores=0,2,4,6
/proc/18233/stat : 18233 (lingeling) R 18231 18233 18233 0 -1 4202496 32588 0 0 0 3525 24 0 0 25 0 1 0 658138308 97239040 22910 33554432000 4194304 4352236 140734438301888 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/18233/statm: 23740 22910 129 39 0 22820 0
[pid=18234] ppid=18212 vsize=596668 CPUtime=0.08 cores=0,2,4,6
/proc/18234/stat : 18234 (python) S 18212 18212 18170 0 -1 4202560 952 0 0 0 3 5 0 0 15 0 1 0 658138308 610988032 82530 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931396 0 0 17 6 0 0 0
/proc/18234/statm: 149167 82530 370 364 0 85082 0
[pid=18236] ppid=18234 vsize=619468 CPUtime=35.04 cores=0,2,4,6
/proc/18236/stat : 18236 (cryptominisat-2) R 18234 18236 18236 0 -1 4202496 122088 0 0 0 3486 18 0 0 25 0 1 0 658138309 634335232 110235 33554432000 4194304 4677096 140736308830432 18446744073709551615 4336368 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18236/statm: 154867 110235 387 118 0 149826 0
[pid=18237] ppid=18212 vsize=606924 CPUtime=0.08 cores=0,2,4,6
/proc/18237/stat : 18237 (python) S 18212 18212 18170 0 -1 4202560 909 0 0 0 4 4 0 0 18 0 1 0 658138309 621490176 82534 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931395 0 0 17 0 0 0 0
/proc/18237/statm: 151731 82534 370 364 0 87643 0
[pid=18242] ppid=18237 vsize=96156 CPUtime=35.36 cores=0,2,4,6
/proc/18242/stat : 18242 (lingeling) R 18237 18242 18242 0 -1 4202496 32885 0 0 0 3530 6 0 0 25 0 1 0 658138314 98463744 23209 33554432000 4194304 4352236 140735677922304 18446744073709551615 4237191 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/18242/statm: 24039 23209 129 39 0 23119 0
[pid=18239] ppid=18212 vsize=617180 CPUtime=0.08 cores=0,2,4,6
/proc/18239/stat : 18239 (python) S 18212 18212 18170 0 -1 4202560 932 0 0 0 4 4 0 0 18 0 1 0 658138311 631992320 82538 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931393 0 0 17 0 0 0 0
/proc/18239/statm: 154295 82538 370 364 0 90204 0
[pid=18241] ppid=18239 vsize=90940 CPUtime=35.52 cores=0,2,4,6
/proc/18241/stat : 18241 (lingeling) R 18239 18241 18241 0 -1 4202496 31575 0 0 0 3548 4 0 0 25 0 1 0 658138313 93122560 21905 33554432000 4194304 4352236 140736555227904 18446744073709551615 4234085 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18241/statm: 22735 21905 129 39 0 21815 0
[pid=18212/tid=18232] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18232/stat : 18232 (python) S 18210 18212 18170 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 658138307 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18235] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18235/stat : 18235 (python) S 18210 18212 18170 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 5 0 658138309 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18238] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18238/stat : 18238 (python) S 18210 18212 18170 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 5 0 658138311 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18240] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18240/stat : 18240 (python) S 18210 18212 18170 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 658138313 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 208.29
Current children cumulated vsize (KiB) 3936132

[startup+162.301 s]
/proc/loadavg: 7.28 3.11 1.49 9/319 18249
/proc/meminfo: memFree=10864512/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=627424 CPUtime=66.56 cores=0,2,4,6
/proc/18212/stat : 18212 (python) S 18210 18212 18170 0 -1 4202496 151810 931 1 0 6619 37 0 0 25 0 5 0 658131637 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18212/statm: 156856 84045 1873 364 0 92765 0
[pid=18231] ppid=18212 vsize=586412 CPUtime=0.21 cores=0,2,4,6
/proc/18231/stat : 18231 (python) S 18212 18212 18170 0 -1 4202560 946 0 0 0 11 10 0 0 18 0 1 0 658138306 600485888 82532 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828431 0 0 16781312 514 10577636110739931393 0 0 17 6 0 0 0
/proc/18231/statm: 146603 82532 376 364 0 82521 0
[pid=18233] ppid=18231 vsize=185440 CPUtime=95.46 cores=0,2,4,6
/proc/18233/stat : 18233 (lingeling) R 18231 18233 18233 0 -1 4202496 63565 0 0 0 9517 29 0 0 25 0 1 0 658138308 189890560 45530 33554432000 4194304 4352236 140734438301888 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/18233/statm: 46360 45530 129 39 0 45440 0
[pid=18234] ppid=18212 vsize=596668 CPUtime=0.22 cores=0,2,4,6
/proc/18234/stat : 18234 (python) S 18212 18212 18170 0 -1 4202560 983 0 0 0 11 11 0 0 15 0 1 0 658138308 610988032 82530 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931396 0 0 17 6 0 0 0
/proc/18234/statm: 149167 82530 370 364 0 85082 0
[pid=18236] ppid=18234 vsize=660148 CPUtime=94.14 cores=0,2,4,6
/proc/18236/stat : 18236 (cryptominisat-2) R 18234 18236 18236 0 -1 4202496 162629 0 0 0 9386 28 0 0 25 0 1 0 658138309 675991552 120686 33554432000 4194304 4677096 140736308830432 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18236/statm: 165037 120686 391 118 0 159996 0
[pid=18237] ppid=18212 vsize=606924 CPUtime=0.21 cores=0,2,4,6
/proc/18237/stat : 18237 (python) S 18212 18212 18170 0 -1 4202560 939 0 0 0 12 9 0 0 18 0 1 0 658138309 621490176 82534 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931395 0 0 17 0 0 0 0
/proc/18237/statm: 151731 82534 370 364 0 87643 0
[pid=18242] ppid=18237 vsize=187656 CPUtime=95.1 cores=0,2,4,6
/proc/18242/stat : 18242 (lingeling) R 18237 18242 18242 0 -1 4202496 64118 0 0 0 9500 10 0 0 25 0 1 0 658138314 192159744 46084 33554432000 4194304 4352236 140735677922304 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/18242/statm: 46914 46084 129 39 0 45994 0
[pid=18239] ppid=18212 vsize=617180 CPUtime=0.21 cores=0,2,4,6
/proc/18239/stat : 18239 (python) S 18212 18212 18170 0 -1 4202560 961 0 0 0 10 11 0 0 18 0 1 0 658138311 631992320 82538 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931393 0 0 17 0 0 0 0
/proc/18239/statm: 154295 82538 370 364 0 90204 0
[pid=18241] ppid=18239 vsize=188576 CPUtime=95.52 cores=0,2,4,6
/proc/18241/stat : 18241 (lingeling) R 18239 18241 18241 0 -1 4202496 72536 0 0 0 9543 9 0 0 25 0 1 0 658138313 193101824 46314 33554432000 4194304 4352236 140736555227904 18446744073709551615 4207602 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18241/statm: 47144 46314 129 39 0 46224 0
[pid=18212/tid=18232] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18232/stat : 18232 (python) S 18210 18212 18170 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 658138307 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18235] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18235/stat : 18235 (python) S 18210 18212 18170 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 5 0 658138309 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18238] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18238/stat : 18238 (python) S 18210 18212 18170 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 5 0 658138311 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18240] ppid=18210 vsize=627424 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18240/stat : 18240 (python) S 18210 18212 18170 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 658138313 642482176 84045 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 447.63
Current children cumulated vsize (KiB) 4256428


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

/proc/18231/task/18264/stat : 18264 (python) S 18212 18212 18170 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658187317 610975744 82575 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604441712956416 0 0 -1 6 0 0 0
[pid=18234] ppid=18212 vsize=596668 CPUtime=1.16 cores=0,2,4,6
/proc/18234/stat : 18234 (python) S 18212 18212 18170 0 -1 4202560 1164 0 0 0 59 57 0 0 16 0 2 0 658138308 610988032 82560 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18234/statm: 149167 82560 399 364 0 85082 0
[pid=18236] ppid=18234 vsize=2453336 CPUtime=490.67 cores=0,2,4,6
/proc/18236/stat : 18236 (cryptominisat-2) T 18234 18236 18236 0 -1 4202496 624488 0 0 0 48962 105 0 0 25 0 1 0 658138309 2512216064 507126 33554432000 4194304 4677096 140736308830432 18446744073709551615 4336189 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/18236/statm: 613334 507126 391 118 0 608293 0
[pid=18234/tid=18269] ppid=18212 vsize=596668 CPUtime=0 cores=0,2,4,6
/proc/18234/task/18269/stat : 18269 (python) S 18212 18212 18170 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658188107 610988032 82560 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604451945712640 0 0 -1 6 0 0 0
[pid=18237] ppid=18212 vsize=606924 CPUtime=2.49 cores=0,2,4,6
/proc/18237/stat : 18237 (python) S 18212 18212 18170 0 -1 4202560 977 0 0 0 136 113 0 0 18 0 1 0 658138309 621490176 82534 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931395 0 0 17 0 0 0 0
/proc/18237/statm: 151731 82534 370 364 0 87643 0
[pid=18242] ppid=18237 vsize=209552 CPUtime=1127.9 cores=0,2,4,6
/proc/18242/stat : 18242 (lingeling) R 18237 18242 18242 0 -1 4202496 201070 0 0 0 112763 27 0 0 25 0 1 0 658138314 214581248 51558 33554432000 4194304 4352236 140735677922304 18446744073709551615 4234291 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/18242/statm: 52388 51558 129 39 0 51468 0
[pid=18239] ppid=18212 vsize=617180 CPUtime=1.69 cores=0,2,4,6
/proc/18239/stat : 18239 (python) S 18212 18212 18170 0 -1 4202560 1167 0 0 0 89 80 0 0 18 0 2 0 658138311 631992320 82568 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18239/statm: 154295 82568 399 364 0 90204 0
[pid=18241] ppid=18239 vsize=220876 CPUtime=737.5 cores=0,2,4,6
/proc/18241/stat : 18241 (lingeling) R 18239 18241 18241 0 -1 4202496 177234 0 0 0 73728 22 0 0 25 0 1 0 658138313 226177024 52342 33554432000 4194304 4352236 140736555227904 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18241/statm: 55219 52342 129 39 0 54299 0
[pid=18239/tid=18250] ppid=18212 vsize=617180 CPUtime=0 cores=0,2,4,6
/proc/18239/task/18250/stat : 18250 (python) S 18212 18212 18170 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658148335 631992320 82568 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604451862297600 0 0 -1 0 0 0 0
[pid=18251] ppid=18212 vsize=627436 CPUtime=2.44 cores=0,2,4,6
/proc/18251/stat : 18251 (python) S 18212 18212 18170 0 -1 4202560 1026 0 0 0 132 112 0 0 15 0 1 0 658148336 642494464 82542 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931396 0 0 17 0 0 0 0
/proc/18251/statm: 156859 82542 370 364 0 92765 0
[pid=18253] ppid=18251 vsize=2895188 CPUtime=1032.21 cores=0,2,4,6
/proc/18253/stat : 18253 (cryptominisat-2) R 18251 18253 18253 0 -1 4202496 872675 0 0 0 103037 184 0 0 25 0 1 0 658148337 2964672512 588563 33554432000 4194304 4677096 140735907136208 18446744073709551615 274664505099 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18253/statm: 723797 588563 391 118 0 718756 0
[pid=18265] ppid=18212 vsize=637692 CPUtime=0.22 cores=0,2,4,6
/proc/18265/stat : 18265 (python) S 18212 18212 18170 0 -1 4202560 1122 0 0 0 11 11 0 0 19 0 2 0 658187317 652996608 82576 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18265/statm: 159423 82576 399 364 0 95326 0
[pid=18267] ppid=18265 vsize=276532 CPUtime=99.91 cores=0,2,4,6
/proc/18267/stat : 18267 (SApperloT-base) T 18265 18267 18267 0 -1 4202496 71871 0 0 0 9974 17 0 0 25 0 1 0 658187320 283168768 63441 33554432000 134512640 135674940 4289486400 18446744073709551615 134551907 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18267/statm: 69133 63441 99 284 0 68847 0
[pid=18265/tid=18272] ppid=18212 vsize=637692 CPUtime=0 cores=0,2,4,6
/proc/18265/task/18272/stat : 18272 (python) S 18212 18212 18170 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658197342 652996608 82576 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604452901859456 0 0 -1 2 0 0 0
[pid=18273] ppid=18212 vsize=647948 CPUtime=1.24 cores=0,2,4,6
/proc/18273/stat : 18273 (python) S 18212 18212 18170 0 -1 4202560 998 0 0 0 69 55 0 0 18 0 1 0 658197343 663498752 82550 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931392 0 0 17 0 0 0 0
/proc/18273/statm: 161987 82550 370 364 0 97887 0
[pid=18275] ppid=18273 vsize=450800 CPUtime=540.01 cores=0,2,4,6
/proc/18275/stat : 18275 (precosat) R 18273 18275 18275 0 -1 4202496 142191 0 0 0 53957 44 0 0 25 0 1 0 658197344 461619200 111846 33554432000 4194304 4890832 140735813716160 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/18275/statm: 112700 111846 86 171 0 112527 0
[pid=18212/tid=18232] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18232/stat : 18232 (python) S 18210 18212 18170 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 8 0 658138307 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18235] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18235/stat : 18235 (python) S 18210 18212 18170 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 8 0 658138309 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18238] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18238/stat : 18238 (python) S 18210 18212 18170 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 8 0 658138311 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18240] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18240/stat : 18240 (python) S 18210 18212 18170 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 658138313 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18252] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18252/stat : 18252 (python) S 18210 18212 18170 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 658148337 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18266] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18266/stat : 18266 (python) S 18210 18212 18170 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 658187318 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18274] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18274/stat : 18274 (python) S 18210 18212 18170 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 658197344 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4594.93
Current children cumulated vsize (KiB) 11695348

[startup+1202.9 s]
/proc/loadavg: 8.10 8.00 5.97 9/332 18290
/proc/meminfo: memFree=2469916/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=658192 CPUtime=66.62 cores=0,2,4,6
/proc/18212/stat : 18212 (python) S 18210 18212 18170 0 -1 4202496 154217 931 1 0 6622 40 0 0 19 0 8 0 658131637 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18212/statm: 164548 84064 1880 364 0 100448 0
[pid=18231] ppid=18212 vsize=596656 CPUtime=1.09 cores=0,2,4,6
/proc/18231/stat : 18231 (python) S 18212 18212 18170 0 -1 4202560 1209 0 0 0 59 50 0 0 19 0 2 0 658138306 610975744 82575 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18231/statm: 149164 82575 414 364 0 85082 0
[pid=18233] ppid=18231 vsize=200368 CPUtime=489.78 cores=0,2,4,6
/proc/18233/stat : 18233 (lingeling) T 18231 18233 18233 0 -1 4202496 130898 0 0 0 48932 46 0 0 25 0 1 0 658138308 205176832 47215 33554432000 4194304 4352236 140734438301888 18446744073709551615 4234392 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/18233/statm: 50092 47215 129 39 0 49172 0
[pid=18231/tid=18264] ppid=18212 vsize=596656 CPUtime=0 cores=0,2,4,6
/proc/18231/task/18264/stat : 18264 (python) S 18212 18212 18170 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658187317 610975744 82575 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604441712956416 0 0 -1 6 0 0 0
[pid=18234] ppid=18212 vsize=596668 CPUtime=1.16 cores=0,2,4,6
/proc/18234/stat : 18234 (python) S 18212 18212 18170 0 -1 4202560 1164 0 0 0 59 57 0 0 16 0 2 0 658138308 610988032 82560 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18234/statm: 149167 82560 399 364 0 85082 0
[pid=18236] ppid=18234 vsize=2453336 CPUtime=490.67 cores=0,2,4,6
/proc/18236/stat : 18236 (cryptominisat-2) T 18234 18236 18236 0 -1 4202496 624488 0 0 0 48962 105 0 0 25 0 1 0 658138309 2512216064 507126 33554432000 4194304 4677096 140736308830432 18446744073709551615 4336189 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/18236/statm: 613334 507126 391 118 0 608293 0
[pid=18234/tid=18269] ppid=18212 vsize=596668 CPUtime=0 cores=0,2,4,6
/proc/18234/task/18269/stat : 18269 (python) S 18212 18212 18170 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 658188107 610988032 82560 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604451945712640 0 0 -1 6 0 0 0
[pid=18237] ppid=18212 vsize=606924 CPUtime=2.49 cores=0,2,4,6
/proc/18237/stat : 18237 (python) S 18212 18212 18170 0 -1 4202560 977 0 0 0 136 113 0 0 18 0 1 0 658138309 621490176 82534 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931395 0 0 17 0 0 0 0
/proc/18237/statm: 151731 82534 370 364 0 87643 0
[pid=18242] ppid=18237 vsize=209552 CPUtime=1128.69 cores=0,2,4,6
/proc/18242/stat : 18242 (lingeling) R 18237 18242 18242 0 -1 4202496 201070 0 0 0 112842 27 0 0 25 0 1 0 658138314 214581248 51558 33554432000 4194304 4352236 140735677922304 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/18242/statm: 52388 51558 129 39 0 51468 0
[pid=18239] ppid=18212 vsize=617180 CPUtime=1.69 cores=0,2,4,6
/proc/18239/stat : 18239 (python) S 18212 18212 18170 0 -1 4202560 1167 0 0 0 89 80 0 0 18 0 2 0 658138311 631992320 82568 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18239/statm: 154295 82568 399 364 0 90204 0
[pid=18241] ppid=18239 vsize=220876 CPUtime=738.3 cores=0,2,4,6
/proc/18241/stat : 18241 (lingeling) R 18239 18241 18241 0 -1 4202496 177234 0 0 0 73808 22 0 0 25 0 1 0 658138313 226177024 52342 33554432000 4194304 4352236 140736555227904 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/18241/statm: 55219 52342 129 39 0 54299 0
[pid=18239/tid=18250] ppid=18212 vsize=617180 CPUtime=0 cores=0,2,4,6
/proc/18239/task/18250/stat : 18250 (python) S 18212 18212 18170 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658148335 631992320 82568 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604451862297600 0 0 -1 0 0 0 0
[pid=18251] ppid=18212 vsize=627436 CPUtime=2.44 cores=0,2,4,6
/proc/18251/stat : 18251 (python) S 18212 18212 18170 0 -1 4202560 1026 0 0 0 132 112 0 0 15 0 1 0 658148336 642494464 82542 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931396 0 0 17 0 0 0 0
/proc/18251/statm: 156859 82542 370 364 0 92765 0
[pid=18253] ppid=18251 vsize=2895188 CPUtime=1033.01 cores=0,2,4,6
/proc/18253/stat : 18253 (cryptominisat-2) R 18251 18253 18253 0 -1 4202496 872879 0 0 0 103117 184 0 0 25 0 1 0 658148337 2964672512 588767 33554432000 4194304 4677096 140735907136208 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18253/statm: 723797 588767 391 118 0 718756 0
[pid=18265] ppid=18212 vsize=637692 CPUtime=0.22 cores=0,2,4,6
/proc/18265/stat : 18265 (python) S 18212 18212 18170 0 -1 4202560 1122 0 0 0 11 11 0 0 19 0 2 0 658187317 652996608 82576 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18265/statm: 159423 82576 399 364 0 95326 0
[pid=18267] ppid=18265 vsize=276532 CPUtime=99.91 cores=0,2,4,6
/proc/18267/stat : 18267 (SApperloT-base) T 18265 18267 18267 0 -1 4202496 71871 0 0 0 9974 17 0 0 25 0 1 0 658187320 283168768 63441 33554432000 134512640 135674940 4289486400 18446744073709551615 134551907 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18267/statm: 69133 63441 99 284 0 68847 0
[pid=18265/tid=18272] ppid=18212 vsize=637692 CPUtime=0 cores=0,2,4,6
/proc/18265/task/18272/stat : 18272 (python) S 18212 18212 18170 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658197342 652996608 82576 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 514 18446604452901859456 0 0 -1 2 0 0 0
[pid=18273] ppid=18212 vsize=647948 CPUtime=1.26 cores=0,2,4,6
/proc/18273/stat : 18273 (python) S 18212 18212 18170 0 -1 4202560 998 0 0 0 70 56 0 0 18 0 1 0 658197343 663498752 82550 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664828486 0 0 16781312 514 10577636110739931392 0 0 17 0 0 0 0
/proc/18273/statm: 161987 82550 370 364 0 97887 0
[pid=18275] ppid=18273 vsize=450800 CPUtime=540.79 cores=0,2,4,6
/proc/18275/stat : 18275 (precosat) R 18273 18275 18275 0 -1 4202496 142191 0 0 0 54035 44 0 0 25 0 1 0 658197344 461619200 111846 33554432000 4194304 4890832 140735813716160 18446744073709551615 4291474 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/18275/statm: 112700 111846 86 171 0 112527 0
[pid=18212/tid=18232] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18232/stat : 18232 (python) S 18210 18212 18170 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 8 0 658138307 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18235] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18235/stat : 18235 (python) S 18210 18212 18170 0 -1 4202560 22 931 0 0 0 0 0 0 18 0 8 0 658138309 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18238] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18238/stat : 18238 (python) S 18210 18212 18170 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 8 0 658138311 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18240] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18240/stat : 18240 (python) S 18210 18212 18170 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 8 0 658138313 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18252] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18252/stat : 18252 (python) S 18210 18212 18170 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 658148337 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18266] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18266/stat : 18266 (python) S 18210 18212 18170 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 658187318 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18274] ppid=18210 vsize=658192 CPUtime=0 cores=0,2,4,6
/proc/18212/task/18274/stat : 18274 (python) S 18210 18212 18170 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 658197344 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4598.12
Current children cumulated vsize (KiB) 11695348

[startup+1203.3 s]
/proc/loadavg: 8.10 8.00 5.97 9/332 18290
/proc/meminfo: memFree=2469916/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=658192 CPUtime=3563.79 cores=0,2,4,6
/proc/18212/stat : 18212 (python) S 18210 18212 18170 0 -1 4202496 154594 1355505 1 0 6622 40 349064 653 16 0 8 0 658131637 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676638527 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18212/statm: 164548 84064 1880 364 0 100448 0
[pid=18251] ppid=18212 vsize=627436 CPUtime=2.44 cores=0,2,4,6
/proc/18251/stat : 18251 (python) S 18212 18212 18170 0 -1 4202560 1044 0 0 0 132 112 0 0 15 0 1 0 658148336 642494464 82547 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676638527 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/18251/statm: 156859 82547 375 364 0 92765 0
[pid=18253] ppid=18251 vsize=0 CPUtime=1033.41 cores=0,2,4,6
/proc/18253/stat : 18253 (cryptominisat-2) R 18251 18253 18253 0 -1 4203524 872947 0 0 0 103152 189 0 0 25 0 1 0 658148337 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18253/statm: 0 0 0 0 0 0 0
[pid=18212/tid=18232] ppid=18210 vsize=658192 CPUtime=3497.17 cores=0,2,4,6
/proc/18212/task/18232/stat : 18232 (python) S 18210 18212 18170 0 -1 4202560 26 1355505 0 0 0 0 349064 653 25 0 8 0 658138307 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18235] ppid=18210 vsize=658192 CPUtime=3497.17 cores=0,2,4,6
/proc/18212/task/18235/stat : 18235 (python) S 18210 18212 18170 0 -1 4202560 22 1355505 0 0 0 0 349064 653 18 0 8 0 658138309 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18238] ppid=18210 vsize=658192 CPUtime=3497.17 cores=0,2,4,6
/proc/18212/task/18238/stat : 18238 (python) S 18210 18212 18170 0 -1 4202560 23 1355505 0 0 0 0 349064 653 25 0 8 0 658138311 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 6 0 0 0
[pid=18212/tid=18240] ppid=18210 vsize=658192 CPUtime=3497.17 cores=0,2,4,6
/proc/18212/task/18240/stat : 18240 (python) S 18210 18212 18170 0 -1 4202560 32 1355505 0 0 0 0 349064 653 18 0 8 0 658138313 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18252] ppid=18210 vsize=658192 CPUtime=3497.17 cores=0,2,4,6
/proc/18212/task/18252/stat : 18252 (python) S 18210 18212 18170 0 -1 4202560 26 1355505 0 0 0 0 349064 653 20 0 8 0 658148337 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18266] ppid=18210 vsize=658192 CPUtime=3497.17 cores=0,2,4,6
/proc/18212/task/18266/stat : 18266 (python) S 18210 18212 18170 0 -1 4202560 28 1355505 0 0 0 0 349064 653 20 0 8 0 658187318 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
[pid=18212/tid=18274] ppid=18210 vsize=658192 CPUtime=3497.17 cores=0,2,4,6
/proc/18212/task/18274/stat : 18274 (python) S 18210 18212 18170 0 -1 4202560 30 1355505 0 0 0 0 349064 653 20 0 8 0 658197344 673988608 84064 33554432000 4194304 5683644 140733962079616 18446744073709551615 274676631985 0 0 16781312 2 18446604451628995904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4599.64
Current children cumulated vsize (KiB) 1285628

[startup+1203.4 s]
/proc/loadavg: 8.10 8.00 5.97 9/332 18290
/proc/meminfo: memFree=2469916/32951132 swapFree=67093824/67111528
[pid=18212] ppid=18210 vsize=617120 CPUtime=4599.75 cores=0,2,4,6
/proc/18212/stat : 18212 (python) R 18210 18212 18170 0 -1 4202496 191321 2229525 1 0 6626 43 452348 958 16 0 1 0 658131637 631930880 84033 33554432000 4194304 5683644 140733962079616 18446744073709551615 274664463799 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18212/statm: 154280 84033 1865 364 0 90204 0
Current children cumulated CPU time (s) 4599.75
Current children cumulated vsize (KiB) 617120

Child status: 0
Real time (s): 1203.43
CPU time (s): 4599.79
CPU user time (s): 4589.76
CPU system time (s): 10.0395
CPU usage (%): 382.224
Max. virtual memory (cumulated for all children) (KiB): 11940676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4589.76
system time used= 10.0395
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2423068
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= 7474
involuntary context switches= 26449

runsolver used 4.04038 second user time and 8.38373 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 15:15:20
IDJOB=3378759
IDBENCH=82379
IDSOLVER=1860
FILE ID=node131/3378759-1305465319
RUNJOBID= node131-1305465318-18188
PBS_JOBID= 13325051
Free space on /tmp= 73640 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.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-3378759-1305465319/watcher-3378759-1305465319 -o /tmp/evaluation-result-3378759-1305465319/solver-3378759-1305465319 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378759-1305465319.cnf -seed 219010892 -budget 4800 -cores 4

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=219010892

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16477952 kB
Buffers:        292324 kB
Cached:        4416132 kB
SwapCached:       1504 kB
Active:       12757092 kB
Inactive:      3446388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16477952 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:          101952 kB
Writeback:           0 kB
AnonPages:    11493176 kB
Mapped:          30764 kB
Slab:           170152 kB
PageTables:      35420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 29821652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73608 MiB
End job on node131 at 2011-05-15 15:35:24