Trace number 3321435

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 505.3 110.76

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.1652
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3321435-1304340651.cnf
0.35/0.67	c INFO: computing task features
2.93/3.24	c INFO: computed variable-clause graph statistics
3.03/3.33	c INFO: computed clause balance statistics
14.42/14.71	c INFO: computed variable balance statistics
22.83/23.18	c INFO: computed small-clause counts
23.03/23.35	c INFO: computed Horn-clause counts
53.73/54.00	c INFO: computed variable graph statistics
53.73/54.00	c INFO: collected features for HOME/instance-3321435-1304340651.cnf in 53.24 s
53.73/54.03	c INFO: running lingeling-276@0 for 97 with 39946 remaining (b = 0.22)
53.73/54.06	c INFO: running cryptominisat-2.9.0@0 for 485 with 39946 remaining (b = 0.19)
53.73/54.09	c INFO: running lingeling-276@0 for 1261 with 39946 remaining (b = 0.33)
53.83/54.13	c INFO: running cryptominisat-2.9.0@0 for 485 with 39946 remaining (b = 0.14)
53.83/54.16	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39946 remaining (b = 0.40)
53.93/54.20	c INFO: running lingeling-276@0 for 1261 with 39946 remaining (b = 0.25)
53.93/54.24	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39946 remaining (b = 0.30)
53.93/54.27	c INFO: running SApperloT@0 for 97 with 39946 remaining (b = 0.02)
505.16/110.70	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-3321435-1304340651/watcher-3321435-1304340651 -o /tmp/evaluation-result-3321435-1304340651/solver-3321435-1304340651 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321435-1304340651.cnf -seed 1291495076 -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: 8.00 8.02 7.92 2/248 2171
/proc/meminfo: memFree=28189336/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=15080 CPUtime=0 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 609 0 0 0 0 0 0 0 18 0 1 0 526480458 15441920 505 33554432000 4194304 5683644 140733245059168 18446744073709551615 4832032 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 3770 509 298 364 0 257 0

[startup+0.088044 s]
/proc/loadavg: 8.00 8.02 7.92 2/248 2171
/proc/meminfo: memFree=28189336/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=54536 CPUtime=0.05 cores=0-7
/proc/2171/stat : 2171 (python) S 2169 2171 2039 0 -1 4202496 2072 0 0 0 4 1 0 0 17 0 1 0 526480458 55844864 1828 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/2171/statm: 13634 1828 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.101028 s]
/proc/loadavg: 8.00 8.02 7.92 2/248 2171
/proc/meminfo: memFree=28189336/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=87704 CPUtime=0.06 cores=0-7
/proc/2171/stat : 2171 (python) S 2169 2171 2039 0 -1 4202496 2639 0 0 0 5 1 0 0 17 0 1 0 526480458 89808896 2354 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/2171/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.301033 s]
/proc/loadavg: 8.00 8.02 7.92 2/248 2171
/proc/meminfo: memFree=28189336/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=135752 CPUtime=0.18 cores=0-7
/proc/2171/stat : 2171 (python) S 2169 2171 2039 0 -1 4202496 5964 935 1 0 14 4 0 0 17 0 1 0 526480458 139010048 4151 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/2171/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70095 s]
/proc/loadavg: 8.00 8.02 7.92 2/248 2171
/proc/meminfo: memFree=28189336/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=294388 CPUtime=0.43 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 13235 935 1 0 32 11 0 0 16 0 1 0 526480458 301453312 10917 33554432000 4194304 5683644 140733245059168 18446744073709551615 4602421 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 73597 10917 1761 364 0 9521 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 294388

[startup+1.50081 s]
/proc/loadavg: 7.44 7.90 7.88 2/249 2177
/proc/meminfo: memFree=28130856/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=349372 CPUtime=1.23 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 26776 935 1 0 110 13 0 0 17 0 1 0 526480458 357756928 24458 33554432000 4194304 5683644 140733245059168 18446744073709551615 4444963 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 87343 24459 1761 364 0 23267 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 349372

[startup+3.10049 s]
/proc/loadavg: 7.44 7.90 7.88 2/249 2177
/proc/meminfo: memFree=28056084/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=445984 CPUtime=2.83 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 70055 935 1 0 264 19 0 0 19 0 1 0 526480458 456687616 48870 33554432000 4194304 5683644 140733245059168 18446744073709551615 46916192204192 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 111496 48870 1815 364 0 47420 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 445984

[startup+6.30094 s]
/proc/loadavg: 7.44 7.90 7.88 2/249 2177
/proc/meminfo: memFree=28012960/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=433156 CPUtime=6.02 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 74845 935 1 0 583 19 0 0 25 0 1 0 526480458 443551744 45674 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261276009 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 108289 45674 1826 364 0 44213 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 433156

[startup+12.7008 s]
/proc/loadavg: 6.45 7.68 7.81 2/249 2177
/proc/meminfo: memFree=28013248/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=433156 CPUtime=12.42 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 74845 935 1 0 1223 19 0 0 25 0 1 0 526480458 443551744 45674 33554432000 4194304 5683644 140733245059168 18446744073709551615 46916192323566 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 108289 45674 1826 364 0 44213 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 433156

[startup+25.5005 s]
/proc/loadavg: 5.61 7.46 7.73 2/249 2177
/proc/meminfo: memFree=28008188/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=439572 CPUtime=25.23 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 76456 935 1 0 2503 20 0 0 25 0 1 0 526480458 450121728 47285 33554432000 4194304 5683644 140733245059168 18446744073709551615 46916189452428 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 109893 47285 1833 364 0 45817 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 439572

[startup+51.101 s]
/proc/loadavg: 4.04 6.94 7.55 2/249 2178
/proc/meminfo: memFree=28007548/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=439572 CPUtime=50.83 cores=0-7
/proc/2171/stat : 2171 (python) R 2169 2171 2039 0 -1 4202496 76456 935 1 0 5063 20 0 0 25 0 1 0 526480458 450121728 47285 33554432000 4194304 5683644 140733245059168 18446744073709551615 46916189452419 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 109893 47285 1833 364 0 45817 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 439572

[startup+102.311 s]
/proc/loadavg: 6.17 7.01 7.54 9/273 2203
/proc/meminfo: memFree=25723120/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=508884 CPUtime=54 cores=0-7
/proc/2171/stat : 2171 (python) S 2169 2171 2039 0 -1 4202496 82489 935 1 0 5376 24 0 0 20 0 9 0 526480458 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2171/statm: 127221 44186 1889 364 0 63118 0
[pid=2179] ppid=2171 vsize=426848 CPUtime=0.09 cores=0-7
/proc/2179/stat : 2179 (python) S 2171 2171 2039 0 -1 4202560 931 0 0 0 4 5 0 0 18 0 1 0 526485861 437092352 42641 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636623 0 0 16781312 514 9494995389380526340 0 0 17 1 0 0 0
/proc/2179/statm: 106712 42641 376 364 0 42630 0
[pid=2181] ppid=2179 vsize=50036 CPUtime=48.25 cores=0-7
/proc/2181/stat : 2181 (lingeling) R 2179 2181 2181 0 -1 4202496 20995 0 0 0 4822 3 0 0 25 0 1 0 526485862 51236864 11679 33554432000 4194304 4352236 140733551035168 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2181/statm: 12509 11679 129 39 0 11589 0
[pid=2182] ppid=2171 vsize=437104 CPUtime=0.09 cores=0-7
/proc/2182/stat : 2182 (python) S 2171 2171 2039 0 -1 4202560 933 0 0 0 4 5 0 0 15 0 1 0 526485864 447594496 42639 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 2021487316333199620 0 0 17 0 0 0 0
/proc/2182/statm: 109276 42639 370 364 0 45191 0
[pid=2184] ppid=2182 vsize=636940 CPUtime=48.23 cores=0-7
/proc/2184/stat : 2184 (cryptominisat-2) R 2182 2184 2184 0 -1 4202496 134332 0 0 0 4801 22 0 0 25 0 1 0 526485865 652226560 125500 33554432000 4194304 4677096 140736350536848 18446744073709551615 4319869 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2184/statm: 159235 125500 391 118 0 154194 0
[pid=2185] ppid=2171 vsize=447360 CPUtime=0.08 cores=0-7
/proc/2185/stat : 2185 (python) S 2171 2171 2039 0 -1 4202560 926 0 0 0 4 4 0 0 18 0 1 0 526485867 458096640 42643 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526339 0 0 17 0 0 0 0
/proc/2185/statm: 111840 42643 370 364 0 47752 0
[pid=2187] ppid=2185 vsize=47804 CPUtime=48.19 cores=0-7
/proc/2187/stat : 2187 (lingeling) R 2185 2187 2187 0 -1 4202496 20734 0 0 0 4816 3 0 0 25 0 1 0 526485868 48951296 11121 33554432000 4194304 4352236 140737209289376 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2187/statm: 11951 11121 129 39 0 11031 0
[pid=2188] ppid=2171 vsize=457616 CPUtime=0.09 cores=0-7
/proc/2188/stat : 2188 (python) S 2171 2171 2039 0 -1 4202560 960 0 0 0 4 5 0 0 15 0 1 0 526485871 468598784 42647 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 2021482918286688516 0 0 17 4 0 0 0
/proc/2188/statm: 114404 42647 370 364 0 50313 0
[pid=2190] ppid=2188 vsize=619668 CPUtime=48.1 cores=0-7
/proc/2190/stat : 2190 (cryptominisat-2) R 2188 2190 2190 0 -1 4202496 131267 0 0 0 4789 21 0 0 25 0 1 0 526485872 634540032 121959 33554432000 4194304 4677096 140735401338944 18446744073709551615 4319836 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2190/statm: 154917 121959 391 118 0 149876 0
[pid=2191] ppid=2171 vsize=467872 CPUtime=0.08 cores=0-7
/proc/2191/stat : 2191 (python) S 2171 2171 2039 0 -1 4202560 936 0 0 0 4 4 0 0 15 0 1 0 526485874 479100928 42651 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 7 0 0 0
/proc/2191/statm: 116968 42651 370 364 0 52874 0
[pid=2193] ppid=2191 vsize=598256 CPUtime=47.54 cores=0-7
/proc/2193/stat : 2193 (cryptominisat-2) R 2191 2193 2193 0 -1 4202496 125653 0 0 0 4732 22 0 0 25 0 1 0 526485875 612614144 116632 33554432000 4194304 4677096 140734675813296 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2193/statm: 149564 116632 388 118 0 144523 0
[pid=2194] ppid=2171 vsize=478128 CPUtime=0.08 cores=0-7
/proc/2194/stat : 2194 (python) S 2171 2171 2039 0 -1 4202560 937 0 0 0 4 4 0 0 18 0 1 0 526485878 489603072 42655 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 2 0 0 0
/proc/2194/statm: 119532 42655 370 364 0 55435 0
[pid=2196] ppid=2194 vsize=47956 CPUtime=47.77 cores=0-7
/proc/2196/stat : 2196 (lingeling) R 2194 2196 2196 0 -1 4202496 20469 0 0 0 4772 5 0 0 25 0 1 0 526485879 49106944 11159 33554432000 4194304 4352236 140733517863280 18446744073709551615 4319003 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2196/statm: 11989 11159 129 39 0 11069 0
[pid=2197] ppid=2171 vsize=488384 CPUtime=0.08 cores=0-7
/proc/2197/stat : 2197 (python) S 2171 2171 2039 0 -1 4202560 969 0 0 0 4 4 0 0 15 0 1 0 526485882 500105216 42659 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526337 0 0 17 2 0 0 0
/proc/2197/statm: 122096 42659 370 364 0 57996 0
[pid=2199] ppid=2197 vsize=743220 CPUtime=47.83 cores=0-7
/proc/2199/stat : 2199 (cryptominisat-2) R 2197 2199 2199 0 -1 4202496 156533 0 0 0 4759 24 0 0 25 0 1 0 526485883 761057280 147777 33554432000 4194304 4677096 140735935221632 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2199/statm: 185805 147777 391 118 0 180764 0
[pid=2200] ppid=2171 vsize=498640 CPUtime=0.09 cores=0-7
/proc/2200/stat : 2200 (python) S 2171 2171 2039 0 -1 4202560 1000 0 0 0 5 4 0 0 18 0 1 0 526485885 510607360 42669 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 0 0 0 0
/proc/2200/statm: 124660 42669 376 364 0 60557 0
[pid=2202] ppid=2200 vsize=90900 CPUtime=47.92 cores=0-7
/proc/2202/stat : 2202 (SApperloT-base) R 2200 2202 2202 0 -1 4202496 22283 0 0 0 4785 7 0 0 25 0 1 0 526485886 93081600 21560 33554432000 134512640 135674940 4291730864 18446744073709551615 134551221 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2202/statm: 22725 21560 99 284 0 22439 0
[pid=2171/tid=2180] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2180/stat : 2180 (python) S 2169 2171 2039 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 526485861 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2183] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2183/stat : 2183 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 526485865 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2186] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2186/stat : 2186 (python) S 2169 2171 2039 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 526485868 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2189] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2189/stat : 2189 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 9 0 526485871 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 4 0 0 0
[pid=2171/tid=2192] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2192/stat : 2192 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 19 0 9 0 526485875 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2195] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2195/stat : 2195 (python) S 2169 2171 2039 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 9 0 526485879 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2198] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2198/stat : 2198 (python) S 2169 2171 2039 0 -1 4202560 28 935 0 0 0 0 0 0 23 0 9 0 526485882 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2201] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2201/stat : 2201 (python) S 2169 2171 2039 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 526485886 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 438.51
Current children cumulated vsize (KiB) 7045616

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

[startup+105.501 s]
/proc/loadavg: 6.17 7.01 7.54 9/273 2203
/proc/meminfo: memFree=25502416/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=508884 CPUtime=54 cores=0-7
/proc/2171/stat : 2171 (python) S 2169 2171 2039 0 -1 4202496 82489 935 1 0 5376 24 0 0 20 0 9 0 526480458 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2171/statm: 127221 44186 1889 364 0 63118 0
[pid=2179] ppid=2171 vsize=426848 CPUtime=0.09 cores=0-7

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

[pid=2181] ppid=2179 vsize=48596 CPUtime=55.44 cores=0-7
/proc/2181/stat : 2181 (lingeling) R 2179 2181 2181 0 -1 4202496 20995 0 0 0 5541 3 0 0 25 0 1 0 526485862 49762304 11319 33554432000 4194304 4352236 140733551035168 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2181/statm: 12149 11319 129 39 0 11229 0
[pid=2182] ppid=2171 vsize=437104 CPUtime=0.11 cores=0-7
/proc/2182/stat : 2182 (python) S 2171 2171 2039 0 -1 4202560 937 0 0 0 5 6 0 0 15 0 1 0 526485864 447594496 42639 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 0 0 0 0
/proc/2182/statm: 109276 42639 370 364 0 45191 0
[pid=2184] ppid=2182 vsize=817616 CPUtime=55.42 cores=0-7
/proc/2184/stat : 2184 (cryptominisat-2) R 2182 2184 2184 0 -1 4202496 171862 0 0 0 5514 28 0 0 25 0 1 0 526485865 837238784 163030 33554432000 4194304 4677096 140736350536848 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2184/statm: 204404 163030 391 118 0 199363 0
[pid=2185] ppid=2171 vsize=447360 CPUtime=0.1 cores=0-7
/proc/2185/stat : 2185 (python) S 2171 2171 2039 0 -1 4202560 928 0 0 0 5 5 0 0 18 0 1 0 526485867 458096640 42643 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526339 0 0 17 0 0 0 0
/proc/2185/statm: 111840 42643 370 364 0 47752 0
[pid=2187] ppid=2185 vsize=47796 CPUtime=55.38 cores=0-7
/proc/2187/stat : 2187 (lingeling) R 2185 2187 2187 0 -1 4202496 20734 0 0 0 5535 3 0 0 25 0 1 0 526485868 48943104 11119 33554432000 4194304 4352236 140737209289376 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2187/statm: 11949 11119 129 39 0 11029 0
[pid=2188] ppid=2171 vsize=457616 CPUtime=0.11 cores=0-7
/proc/2188/stat : 2188 (python) S 2171 2171 2039 0 -1 4202560 964 0 0 0 5 6 0 0 15 0 1 0 526485871 468598784 42647 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 4 0 0 0
/proc/2188/statm: 114404 42647 370 364 0 50313 0
[pid=2190] ppid=2188 vsize=813280 CPUtime=55.27 cores=0-7
/proc/2190/stat : 2190 (cryptominisat-2) R 2188 2190 2190 0 -1 4202496 170842 0 0 0 5500 27 0 0 25 0 1 0 526485872 832798720 161534 33554432000 4194304 4677096 140735401338944 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2190/statm: 203320 161534 391 118 0 198279 0
[pid=2191] ppid=2171 vsize=467872 CPUtime=0.11 cores=0-7
/proc/2191/stat : 2191 (python) S 2171 2171 2039 0 -1 4202560 939 0 0 0 6 5 0 0 15 0 1 0 526485874 479100928 42651 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 7 0 0 0
/proc/2191/statm: 116968 42651 370 364 0 52874 0
[pid=2193] ppid=2191 vsize=702000 CPUtime=54.64 cores=0-7
/proc/2193/stat : 2193 (cryptominisat-2) R 2191 2193 2193 0 -1 4202496 147866 0 0 0 5438 26 0 0 25 0 1 0 526485875 718848000 138845 33554432000 4194304 4677096 140734675813296 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2193/statm: 175500 138845 391 118 0 170459 0
[pid=2194] ppid=2171 vsize=478128 CPUtime=0.1 cores=0-7
/proc/2194/stat : 2194 (python) S 2171 2171 2039 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 526485878 489603072 42655 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 2 0 0 0
/proc/2194/statm: 119532 42655 370 364 0 55435 0
[pid=2196] ppid=2194 vsize=48892 CPUtime=54.92 cores=0-7
/proc/2196/stat : 2196 (lingeling) R 2194 2196 2196 0 -1 4202496 20714 0 0 0 5487 5 0 0 25 0 1 0 526485879 50065408 11393 33554432000 4194304 4352236 140733517863280 18446744073709551615 4233968 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2196/statm: 12223 11393 129 39 0 11303 0
[pid=2197] ppid=2171 vsize=488384 CPUtime=0.1 cores=0-7
/proc/2197/stat : 2197 (python) S 2171 2171 2039 0 -1 4202560 971 0 0 0 5 5 0 0 15 0 1 0 526485882 500105216 42659 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526337 0 0 17 2 0 0 0
/proc/2197/statm: 122096 42659 370 364 0 57996 0
[pid=2199] ppid=2197 vsize=901988 CPUtime=55 cores=0-7
/proc/2199/stat : 2199 (cryptominisat-2) R 2197 2199 2199 0 -1 4202496 188869 0 0 0 5470 30 0 0 25 0 1 0 526485883 923635712 180113 33554432000 4194304 4677096 140735935221632 18446744073709551615 4310488 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2199/statm: 225497 180113 391 118 0 220456 0
[pid=2200] ppid=2171 vsize=498640 CPUtime=0.09 cores=0-7
/proc/2200/stat : 2200 (python) S 2171 2171 2039 0 -1 4202560 1002 0 0 0 5 4 0 0 18 0 1 0 526485885 510607360 42669 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 0 0 0 0
/proc/2200/statm: 124660 42669 376 364 0 60557 0
[pid=2202] ppid=2200 vsize=97664 CPUtime=55.1 cores=0-7
/proc/2202/stat : 2202 (SApperloT-base) R 2200 2202 2202 0 -1 4202496 23990 0 0 0 5502 8 0 0 25 0 1 0 526485886 100007936 23267 33554432000 134512640 135674940 4291730864 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2202/statm: 24416 23267 99 284 0 24130 0
[pid=2171/tid=2180] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2180/stat : 2180 (python) S 2169 2171 2039 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 526485861 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2183] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2183/stat : 2183 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 526485865 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2186] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2186/stat : 2186 (python) S 2169 2171 2039 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 526485868 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2189] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2189/stat : 2189 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 9 0 526485871 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 4 0 0 0
[pid=2171/tid=2192] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2192/stat : 2192 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 19 0 9 0 526485875 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2195] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2195/stat : 2195 (python) S 2169 2171 2039 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 9 0 526485879 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2198] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2198/stat : 2198 (python) S 2169 2171 2039 0 -1 4202560 28 935 0 0 0 0 0 0 23 0 9 0 526485882 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2201] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2201/stat : 2201 (python) S 2169 2171 2039 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 526485886 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 495.98
Current children cumulated vsize (KiB) 7688668

[startup+110.301 s]
/proc/loadavg: 6.32 7.03 7.55 9/273 2204
/proc/meminfo: memFree=25156376/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=508884 CPUtime=54 cores=0-7
/proc/2171/stat : 2171 (python) S 2169 2171 2039 0 -1 4202496 82489 935 1 0 5376 24 0 0 20 0 9 0 526480458 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2171/statm: 127221 44186 1889 364 0 63118 0
[pid=2179] ppid=2171 vsize=426848 CPUtime=0.09 cores=0-7
/proc/2179/stat : 2179 (python) S 2171 2171 2039 0 -1 4202560 933 0 0 0 4 5 0 0 18 0 1 0 526485861 437092352 42641 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636623 0 0 16781312 514 9494995389380526340 0 0 17 1 0 0 0
/proc/2179/statm: 106712 42641 376 364 0 42630 0
[pid=2181] ppid=2179 vsize=48596 CPUtime=56.24 cores=0-7
/proc/2181/stat : 2181 (lingeling) R 2179 2181 2181 0 -1 4202496 20995 0 0 0 5621 3 0 0 25 0 1 0 526485862 49762304 11319 33554432000 4194304 4352236 140733551035168 18446744073709551615 4234001 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2181/statm: 12149 11319 129 39 0 11229 0
[pid=2182] ppid=2171 vsize=437104 CPUtime=0.11 cores=0-7
/proc/2182/stat : 2182 (python) S 2171 2171 2039 0 -1 4202560 937 0 0 0 5 6 0 0 15 0 1 0 526485864 447594496 42639 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 0 0 0 0
/proc/2182/statm: 109276 42639 370 364 0 45191 0
[pid=2184] ppid=2182 vsize=832800 CPUtime=56.22 cores=0-7
/proc/2184/stat : 2184 (cryptominisat-2) R 2182 2184 2184 0 -1 4202496 174710 0 0 0 5593 29 0 0 25 0 1 0 526485865 852787200 165878 33554432000 4194304 4677096 140736350536848 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2184/statm: 208200 165878 391 118 0 203159 0
[pid=2185] ppid=2171 vsize=447360 CPUtime=0.1 cores=0-7
/proc/2185/stat : 2185 (python) S 2171 2171 2039 0 -1 4202560 928 0 0 0 5 5 0 0 18 0 1 0 526485867 458096640 42643 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526339 0 0 17 0 0 0 0
/proc/2185/statm: 111840 42643 370 364 0 47752 0
[pid=2187] ppid=2185 vsize=47796 CPUtime=56.18 cores=0-7
/proc/2187/stat : 2187 (lingeling) R 2185 2187 2187 0 -1 4202496 20734 0 0 0 5615 3 0 0 25 0 1 0 526485868 48943104 11119 33554432000 4194304 4352236 140737209289376 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2187/statm: 11949 11119 129 39 0 11029 0
[pid=2188] ppid=2171 vsize=457616 CPUtime=0.11 cores=0-7
/proc/2188/stat : 2188 (python) S 2171 2171 2039 0 -1 4202560 964 0 0 0 5 6 0 0 15 0 1 0 526485871 468598784 42647 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 4 0 0 0
/proc/2188/statm: 114404 42647 370 364 0 50313 0
[pid=2190] ppid=2188 vsize=835244 CPUtime=56.07 cores=0-7
/proc/2190/stat : 2190 (cryptominisat-2) R 2188 2190 2190 0 -1 4202496 175498 0 0 0 5579 28 0 0 25 0 1 0 526485872 855289856 166190 33554432000 4194304 4677096 140735401338944 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2190/statm: 208811 166190 391 118 0 203770 0
[pid=2191] ppid=2171 vsize=467872 CPUtime=0.11 cores=0-7
/proc/2191/stat : 2191 (python) S 2171 2171 2039 0 -1 4202560 939 0 0 0 6 5 0 0 15 0 1 0 526485874 479100928 42651 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 7 0 0 0
/proc/2191/statm: 116968 42651 370 364 0 52874 0
[pid=2193] ppid=2191 vsize=724904 CPUtime=55.44 cores=0-7
/proc/2193/stat : 2193 (cryptominisat-2) R 2191 2193 2193 0 -1 4202496 152759 0 0 0 5517 27 0 0 25 0 1 0 526485875 742301696 143738 33554432000 4194304 4677096 140734675813296 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2193/statm: 181226 143738 391 118 0 176185 0
[pid=2194] ppid=2171 vsize=478128 CPUtime=0.1 cores=0-7
/proc/2194/stat : 2194 (python) S 2171 2171 2039 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 526485878 489603072 42655 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 2 0 0 0
/proc/2194/statm: 119532 42655 370 364 0 55435 0
[pid=2196] ppid=2194 vsize=48892 CPUtime=55.72 cores=0-7
/proc/2196/stat : 2196 (lingeling) R 2194 2196 2196 0 -1 4202496 20714 0 0 0 5567 5 0 0 25 0 1 0 526485879 50065408 11393 33554432000 4194304 4352236 140733517863280 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2196/statm: 12223 11393 129 39 0 11303 0
[pid=2197] ppid=2171 vsize=488384 CPUtime=0.1 cores=0-7
/proc/2197/stat : 2197 (python) S 2171 2171 2039 0 -1 4202560 973 0 0 0 5 5 0 0 15 0 1 0 526485882 500105216 42659 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 16178693482460709121 0 0 17 2 0 0 0
/proc/2197/statm: 122096 42659 370 364 0 57996 0
[pid=2199] ppid=2197 vsize=908216 CPUtime=55.79 cores=0-7
/proc/2199/stat : 2199 (cryptominisat-2) R 2197 2199 2199 0 -1 4202496 190366 0 0 0 5549 30 0 0 25 0 1 0 526485883 930013184 181610 33554432000 4194304 4677096 140735935221632 18446744073709551615 4586818 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2199/statm: 227054 181610 391 118 0 222013 0
[pid=2200] ppid=2171 vsize=498640 CPUtime=0.09 cores=0-7
/proc/2200/stat : 2200 (python) S 2171 2171 2039 0 -1 4202560 1002 0 0 0 5 4 0 0 18 0 1 0 526485885 510607360 42669 33554432000 4194304 5683644 140733245059168 18446744073709551615 254261636678 0 0 16781312 514 9494995389380526340 0 0 17 0 0 0 0
/proc/2200/statm: 124660 42669 376 364 0 60557 0
[pid=2202] ppid=2200 vsize=98852 CPUtime=55.9 cores=0-7
/proc/2202/stat : 2202 (SApperloT-base) R 2200 2202 2202 0 -1 4202496 24270 0 0 0 5582 8 0 0 25 0 1 0 526485886 101224448 23547 33554432000 134512640 135674940 4291730864 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2202/statm: 24713 23547 99 284 0 24427 0
[pid=2171/tid=2180] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2180/stat : 2180 (python) S 2169 2171 2039 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 526485861 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2183] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2183/stat : 2183 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 526485865 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2186] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2186/stat : 2186 (python) S 2169 2171 2039 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 526485868 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2189] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2189/stat : 2189 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 22 0 9 0 526485871 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 4 0 0 0
[pid=2171/tid=2192] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2192/stat : 2192 (python) S 2169 2171 2039 0 -1 4202560 21 935 0 0 0 0 0 0 19 0 9 0 526485875 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2195] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2195/stat : 2195 (python) S 2169 2171 2039 0 -1 4202560 25 935 0 0 0 0 0 0 21 0 9 0 526485879 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2198] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2198/stat : 2198 (python) S 2169 2171 2039 0 -1 4202560 28 935 0 0 0 0 0 0 23 0 9 0 526485882 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2201] ppid=2169 vsize=508884 CPUtime=0 cores=0-7
/proc/2171/task/2201/stat : 2201 (python) S 2169 2171 2039 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 526485886 521097216 44186 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 502.37
Current children cumulated vsize (KiB) 7756136

[startup+110.701 s]
/proc/loadavg: 6.32 7.03 7.55 9/273 2204
/proc/meminfo: memFree=25156376/32951124 swapFree=67111348/67111528
[pid=2171] ppid=2169 vsize=508884 CPUtime=392.24 cores=0-7
/proc/2171/stat : 2171 (python) S 2169 2171 2039 0 -1 4202496 82537 745992 1 0 5376 24 33649 175 16 0 9 0 526480458 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273446719 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2171/statm: 127221 44187 1890 364 0 63118 0
[pid=2185] ppid=2171 vsize=0 CPUtime=56.53 cores=0-7
/proc/2185/stat : 2185 (python) Z 2171 2171 2039 0 -1 4202588 1161 20737 0 0 5 5 5640 3 15 0 1 0 526485867 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2185/statm: 0 0 0 0 0 0 0
[pid=2200] ppid=2171 vsize=498640 CPUtime=0.09 cores=0-7
/proc/2200/stat : 2200 (python) S 2171 2171 2039 0 -1 4202560 1020 0 0 0 5 4 0 0 15 0 1 0 526485885 510607360 42674 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273446719 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/2200/statm: 124660 42674 381 364 0 60557 0
[pid=2202] ppid=2200 vsize=0 CPUtime=56.3 cores=0-7
/proc/2202/stat : 2202 (SApperloT-base) R 2200 2202 2202 0 -1 4203524 24369 0 0 0 5622 8 0 0 25 0 1 0 526485886 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/2202/statm: 0 0 0 0 0 0 0
[pid=2171/tid=2180] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2180/stat : 2180 (python) S 2169 2171 2039 0 -1 4202560 27 745992 0 0 0 0 33649 175 25 0 9 0 526485861 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2183] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2183/stat : 2183 (python) S 2169 2171 2039 0 -1 4202560 21 745992 0 0 0 0 33649 175 20 0 9 0 526485865 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2186] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2186/stat : 2186 (python) S 2169 2171 2039 0 -1 4202560 28 745992 0 0 0 0 33649 175 20 0 9 0 526485868 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2189] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2189/stat : 2189 (python) S 2169 2171 2039 0 -1 4202560 21 745992 0 0 0 0 33649 175 22 0 9 0 526485871 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 4 0 0 0
[pid=2171/tid=2192] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2192/stat : 2192 (python) S 2169 2171 2039 0 -1 4202560 21 745992 0 0 0 0 33649 175 19 0 9 0 526485875 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
[pid=2171/tid=2195] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2195/stat : 2195 (python) S 2169 2171 2039 0 -1 4202560 25 745992 0 0 0 0 33649 175 21 0 9 0 526485879 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2198] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2198/stat : 2198 (python) S 2169 2171 2039 0 -1 4202560 28 745992 0 0 0 0 33649 175 23 0 9 0 526485882 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 2 0 0 0
[pid=2171/tid=2201] ppid=2169 vsize=508884 CPUtime=338.24 cores=0-7
/proc/2171/task/2201/stat : 2201 (python) S 2169 2171 2039 0 -1 4202560 30 745992 0 0 0 0 33649 175 20 0 9 0 526485886 521097216 44187 33554432000 4194304 5683644 140733245059168 18446744073709551615 254273440177 0 0 16781312 2 18446604446070713216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 505.16
Current children cumulated vsize (KiB) 1007524

Child status: 0
Real time (s): 110.76
CPU time (s): 505.3
CPU user time (s): 503.04
CPU system time (s): 2.26066
CPU usage (%): 456.213
Max. virtual memory (cumulated for all children) (KiB): 7768300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 503.04
system time used= 2.26066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 896813
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= 3806
involuntary context switches= 2698

runsolver used 0.313952 second user time and 0.6539 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-02 14:50:51
IDJOB=3321435
IDBENCH=71019
IDSOLVER=1710
FILE ID=node140/3321435-1304340651
RUNJOBID= node140-1304338032-2053
PBS_JOBID= 13178052
Free space on /tmp= 73568 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.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-3321435-1304340651/watcher-3321435-1304340651 -o /tmp/evaluation-result-3321435-1304340651/solver-3321435-1304340651 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321435-1304340651.cnf -seed 1291495076 -budget 40000 -cores 8

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1291495076

node140.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.833
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.833
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.14
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.833
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.75
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.833
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.77
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.833
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.833
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.74
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.833
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.833
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:     32951124 kB
MemFree:      28189492 kB
Buffers:        999728 kB
Cached:        1948660 kB
SwapCached:        176 kB
Active:        1567284 kB
Inactive:      2680448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28189492 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           46560 kB
Writeback:           0 kB
AnonPages:     1300052 kB
Mapped:          21692 kB
Slab:           436112 kB
PageTables:      15908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 37392364 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= 73536 MiB
End job on node140 at 2011-05-02 14:52:42