Trace number 3317819

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 354.287 106.023

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.68	c INFO: solving HOME/instance-3317819-1304268553.cnf
0.32/0.68	c INFO: computing task features
2.70/3.04	c INFO: computed variable-clause graph statistics
2.80/3.13	c INFO: computed clause balance statistics
13.60/13.95	c INFO: computed variable balance statistics
21.20/21.52	c INFO: computed small-clause counts
21.20/21.57	c INFO: computed Horn-clause counts
22.50/22.87	c INFO: computed variable graph statistics
22.50/22.87	c INFO: collected features for HOME/instance-3317819-1304268553.cnf in 22.09 s
22.50/22.90	c INFO: running lingeling-276@0 for 97 with 4777 remaining (b = 0.18)
22.59/22.92	c INFO: running cryptominisat-2.9.0@0 for 485 with 4777 remaining (b = 0.16)
22.59/22.95	c INFO: running lingeling-276@0 for 1261 with 4777 remaining (b = 0.32)
22.59/22.98	c INFO: running SApperloT@0 for 97 with 4777 remaining (b = 0.02)
353.92/105.97	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-3317819-1304268553/watcher-3317819-1304268553 -o /tmp/evaluation-result-3317819-1304268553/solver-3317819-1304268553 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317819-1304268553.cnf -seed 1340214523 -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: 7.90 7.57 5.43 5/204 20193
/proc/meminfo: memFree=21198084/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 791 0 0 0 0 0 0 0 22 0 1 0 617086052 15749120 679 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20193/statm: 3845 679 322 364 0 332 0

[startup+0.0414599 s]
/proc/loadavg: 7.90 7.57 5.43 5/204 20193
/proc/meminfo: memFree=21198084/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/20193/stat : 20193 (python) R 20191 20193 19964 0 -1 4202496 1282 0 0 0 2 0 0 0 22 0 1 0 617086052 19341312 1135 33554432000 4194304 5683644 140735843398864 18446744073709551615 4867317 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20193/statm: 4722 1136 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100468 s]
/proc/loadavg: 7.90 7.57 5.43 5/204 20193
/proc/meminfo: memFree=21198084/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=87708 CPUtime=0.05 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 2637 0 0 0 4 1 0 0 18 0 1 0 617086052 89812992 2354 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20193/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300427 s]
/proc/loadavg: 7.90 7.57 5.43 5/204 20193
/proc/meminfo: memFree=21198084/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=135752 CPUtime=0.19 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 5963 934 1 0 13 6 0 0 17 0 1 0 617086052 139010048 4150 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20193/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700355 s]
/proc/loadavg: 7.90 7.57 5.43 5/204 20193
/proc/meminfo: memFree=21198084/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=291456 CPUtime=0.4 cores=0,2,4,6
/proc/20193/stat : 20193 (python) R 20191 20193 19964 0 -1 4202496 12503 934 1 0 28 12 0 0 16 0 1 0 617086052 298450944 10183 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367233285 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20193/statm: 72864 10183 1761 364 0 8788 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 291456

[startup+1.50021 s]
/proc/loadavg: 7.90 7.57 5.43 6/205 20198
/proc/meminfo: memFree=21145004/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=340460 CPUtime=1.2 cores=0,2,4,6
/proc/20193/stat : 20193 (python) R 20191 20193 19964 0 -1 4202496 24593 934 1 0 106 14 0 0 17 0 1 0 617086052 348631040 22273 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20193/statm: 85115 22274 1761 364 0 21039 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 340460

[startup+3.10091 s]
/proc/loadavg: 7.90 7.57 5.43 6/205 20198
/proc/meminfo: memFree=21083004/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=437684 CPUtime=2.8 cores=0,2,4,6
/proc/20193/stat : 20193 (python) R 20191 20193 19964 0 -1 4202496 67926 934 1 0 259 21 0 0 19 0 1 0 617086052 448188416 46797 33554432000 4194304 5683644 140735843398864 18446744073709551615 47008212544650 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20193/statm: 109421 46797 1818 364 0 45345 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 437684

[startup+6.30031 s]
/proc/loadavg: 7.75 7.54 5.44 6/205 20198
/proc/meminfo: memFree=21022244/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=437684 CPUtime=6 cores=0,2,4,6
/proc/20193/stat : 20193 (python) R 20191 20193 19964 0 -1 4202496 67934 934 1 0 579 21 0 0 25 0 1 0 617086052 448188416 46805 33554432000 4194304 5683644 140735843398864 18446744073709551615 47008179978434 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20193/statm: 109421 46805 1826 364 0 45345 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 437684

[startup+12.7011 s]
/proc/loadavg: 7.53 7.50 5.43 6/205 20198
/proc/meminfo: memFree=21003488/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=437684 CPUtime=12.4 cores=0,2,4,6
/proc/20193/stat : 20193 (python) R 20191 20193 19964 0 -1 4202496 67934 934 1 0 1219 21 0 0 25 0 1 0 617086052 448188416 46805 33554432000 4194304 5683644 140735843398864 18446744073709551615 4662462 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20193/statm: 109421 46805 1826 364 0 45345 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 437684

[startup+25.5007 s]
/proc/loadavg: 6.97 7.38 5.43 9/217 20210
/proc/meminfo: memFree=20632624/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=465724 CPUtime=22.69 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 70702 934 1 0 2245 24 0 0 25 0 5 0 617086052 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20193/statm: 116431 43627 1881 364 0 52340 0
[pid=20199] ppid=20193 vsize=424712 CPUtime=0 cores=0,2,4,6
/proc/20199/stat : 20199 (python) S 20193 20193 19964 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 617088342 434905088 42088 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566863 0 0 16781312 514 4009483779067314436 0 0 17 2 0 0 0
/proc/20199/statm: 106178 42088 358 364 0 42096 0
[pid=20201] ppid=20199 vsize=30292 CPUtime=2.57 cores=0,2,4,6
/proc/20201/stat : 20201 (lingeling) R 20199 20201 20201 0 -1 4202496 11037 0 0 0 256 1 0 0 25 0 1 0 617088343 31019008 6741 33554432000 4194304 4352236 140736836695056 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20201/statm: 7573 6741 127 39 0 6653 0
[pid=20202] ppid=20193 vsize=434968 CPUtime=0 cores=0,2,4,6
/proc/20202/stat : 20202 (python) S 20193 20193 19964 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 617088345 445407232 42081 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 4063128126752817151 0 0 17 0 0 0 0
/proc/20202/statm: 108742 42081 347 364 0 44657 0
[pid=20204] ppid=20202 vsize=196436 CPUtime=2.55 cores=0,2,4,6
/proc/20204/stat : 20204 (cryptominisat-2) R 20202 20204 20204 0 -1 4202496 40689 0 0 0 249 6 0 0 25 0 1 0 617088345 201150464 39919 33554432000 4194304 4677096 140733717895920 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20204/statm: 49109 39920 361 118 0 44068 0
[pid=20205] ppid=20193 vsize=445224 CPUtime=0 cores=0,2,4,6
/proc/20205/stat : 20205 (python) S 20193 20193 19964 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 617088347 455909376 42085 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 4063135823334179076 0 0 17 6 0 0 0
/proc/20205/statm: 111306 42085 347 364 0 47218 0
[pid=20207] ppid=20205 vsize=30228 CPUtime=2.5 cores=0,2,4,6
/proc/20207/stat : 20207 (lingeling) R 20205 20207 20207 0 -1 4202496 11019 0 0 0 249 1 0 0 25 0 1 0 617088348 30953472 6725 33554432000 4194304 4352236 140734116631696 18446744073709551615 4208620 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20207/statm: 7557 6725 127 39 0 6637 0
[pid=20208] ppid=20193 vsize=455480 CPUtime=0 cores=0,2,4,6
/proc/20208/stat : 20208 (python) S 20193 20193 19964 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 617088350 466411520 42089 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 15467238265911738625 0 0 17 0 0 0 0
/proc/20208/statm: 113870 42089 347 364 0 49779 0
[pid=20210] ppid=20208 vsize=33464 CPUtime=2.49 cores=0,2,4,6
/proc/20210/stat : 20210 (SApperloT-base) R 20208 20210 20210 0 -1 4202496 7639 0 0 0 248 1 0 0 25 0 1 0 617088351 34267136 7375 33554432000 134512640 135674940 4292188832 18446744073709551615 134565290 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20210/statm: 8366 7375 99 284 0 8080 0
[pid=20193/tid=20200] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20200/stat : 20200 (python) S 20191 20193 19964 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 617088342 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 2 0 0 0
[pid=20193/tid=20203] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20203/stat : 20203 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088345 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20206] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20206/stat : 20206 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088348 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20209] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20209/stat : 20209 (python) S 20191 20193 19964 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617088351 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.8
Current children cumulated vsize (KiB) 2516528

[startup+51.1009 s]
/proc/loadavg: 7.39 7.44 5.50 9/217 20211
/proc/meminfo: memFree=20433672/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=465724 CPUtime=22.69 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 70702 934 1 0 2245 24 0 0 25 0 5 0 617086052 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20193/statm: 116431 43627 1881 364 0 52340 0
[pid=20199] ppid=20193 vsize=424712 CPUtime=0.04 cores=0,2,4,6
/proc/20199/stat : 20199 (python) S 20193 20193 19964 0 -1 4202560 985 0 0 0 2 2 0 0 18 0 1 0 617088342 434905088 42111 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566863 0 0 16781312 514 17209327299531342084 0 0 17 2 0 0 0
/proc/20199/statm: 106178 42111 381 364 0 42096 0
[pid=20201] ppid=20199 vsize=43920 CPUtime=28.18 cores=0,2,4,6
/proc/20201/stat : 20201 (lingeling) R 20199 20201 20201 0 -1 4202496 15729 0 0 0 2816 2 0 0 25 0 1 0 617088343 44974080 10150 33554432000 4194304 4352236 140736836695056 18446744073709551615 4274000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20201/statm: 10980 10150 129 39 0 10060 0
[pid=20202] ppid=20193 vsize=434968 CPUtime=0.04 cores=0,2,4,6
/proc/20202/stat : 20202 (python) S 20193 20193 19964 0 -1 4202560 914 0 0 0 2 2 0 0 15 0 1 0 617088345 445407232 42104 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 10981966122986733827 0 0 17 0 0 0 0
/proc/20202/statm: 108742 42104 370 364 0 44657 0
[pid=20204] ppid=20202 vsize=272856 CPUtime=28.11 cores=0,2,4,6
/proc/20204/stat : 20204 (cryptominisat-2) R 20202 20204 20204 0 -1 4202496 63237 0 0 0 2802 9 0 0 25 0 1 0 617088345 279404544 56232 33554432000 4194304 4677096 140733717895920 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20204/statm: 68214 56232 391 118 0 63173 0
[pid=20205] ppid=20193 vsize=445224 CPUtime=0.04 cores=0,2,4,6
/proc/20205/stat : 20205 (python) S 20193 20193 19964 0 -1 4202560 942 0 0 0 1 3 0 0 18 0 1 0 617088347 455909376 42108 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342084 0 0 17 6 0 0 0
/proc/20205/statm: 111306 42108 370 364 0 47218 0
[pid=20207] ppid=20205 vsize=44752 CPUtime=27.89 cores=0,2,4,6
/proc/20207/stat : 20207 (lingeling) R 20205 20207 20207 0 -1 4202496 15932 0 0 0 2787 2 0 0 25 0 1 0 617088348 45826048 10358 33554432000 4194304 4352236 140734116631696 18446744073709551615 4287610 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20207/statm: 11188 10358 129 39 0 10268 0
[pid=20208] ppid=20193 vsize=455480 CPUtime=0.04 cores=0,2,4,6
/proc/20208/stat : 20208 (python) S 20193 20193 19964 0 -1 4202560 933 0 0 0 2 2 0 0 18 0 1 0 617088350 466411520 42112 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342081 0 0 17 0 0 0 0
/proc/20208/statm: 113870 42112 370 364 0 49779 0
[pid=20210] ppid=20208 vsize=69536 CPUtime=28.01 cores=0,2,4,6
/proc/20210/stat : 20210 (SApperloT-base) R 20208 20210 20210 0 -1 4202496 16503 0 0 0 2797 4 0 0 25 0 1 0 617088351 71204864 16206 33554432000 134512640 135674940 4292188832 18446744073709551615 134556795 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20210/statm: 17384 16206 100 284 0 17098 0
[pid=20193/tid=20200] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20200/stat : 20200 (python) S 20191 20193 19964 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 617088342 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 2 0 0 0
[pid=20193/tid=20203] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20203/stat : 20203 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088345 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20206] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20206/stat : 20206 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088348 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20209] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20209/stat : 20209 (python) S 20191 20193 19964 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617088351 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 135.04
Current children cumulated vsize (KiB) 2657172

[startup+102.307 s]
/proc/loadavg: 6.26 7.14 5.50 6/200 20243
/proc/meminfo: memFree=22650872/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=465724 CPUtime=22.69 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 70702 934 1 0 2245 24 0 0 25 0 5 0 617086052 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20193/statm: 116431 43627 1881 364 0 52340 0
[pid=20199] ppid=20193 vsize=424712 CPUtime=0.1 cores=0,2,4,6
/proc/20199/stat : 20199 (python) S 20193 20193 19964 0 -1 4202560 1005 0 0 0 6 4 0 0 18 0 1 0 617088342 434905088 42111 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566863 0 0 16781312 514 17209327299531342084 0 0 17 2 0 0 0
/proc/20199/statm: 106178 42111 381 364 0 42096 0
[pid=20201] ppid=20199 vsize=46204 CPUtime=79.39 cores=0,2,4,6
/proc/20201/stat : 20201 (lingeling) R 20199 20201 20201 0 -1 4202496 17807 0 0 0 7936 3 0 0 25 0 1 0 617088343 47312896 10721 33554432000 4194304 4352236 140736836695056 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20201/statm: 11551 10721 129 39 0 10631 0
[pid=20202] ppid=20193 vsize=434968 CPUtime=0.11 cores=0,2,4,6
/proc/20202/stat : 20202 (python) S 20193 20193 19964 0 -1 4202560 937 0 0 0 6 5 0 0 15 0 1 0 617088345 445407232 42104 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 10981966122986733827 0 0 17 0 0 0 0
/proc/20202/statm: 108742 42104 370 364 0 44657 0
[pid=20204] ppid=20202 vsize=326932 CPUtime=79.25 cores=0,2,4,6
/proc/20204/stat : 20204 (cryptominisat-2) R 20202 20204 20204 0 -1 4202496 78892 0 0 0 7913 12 0 0 25 0 1 0 617088345 334778368 69309 33554432000 4194304 4677096 140733717895920 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20204/statm: 81733 69309 391 118 0 76692 0

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

/proc/meminfo: memFree=22645912/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=465724 CPUtime=22.69 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 70702 934 1 0 2245 24 0 0 25 0 5 0 617086052 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20193/statm: 116431 43627 1881 364 0 52340 0
[pid=20199] ppid=20193 vsize=424712 CPUtime=0.1 cores=0,2,4,6
/proc/20199/stat : 20199 (python) S 20193 20193 19964 0 -1 4202560 1005 0 0 0 6 4 0 0 18 0 1 0 617088342 434905088 42111 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566863 0 0 16781312 514 17209327299531342084 0 0 17 2 0 0 0
/proc/20199/statm: 106178 42111 381 364 0 42096 0
[pid=20201] ppid=20199 vsize=46204 CPUtime=80.98 cores=0,2,4,6
/proc/20201/stat : 20201 (lingeling) R 20199 20201 20201 0 -1 4202496 17807 0 0 0 8095 3 0 0 25 0 1 0 617088343 47312896 10721 33554432000 4194304 4352236 140736836695056 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20201/statm: 11551 10721 129 39 0 10631 0
[pid=20202] ppid=20193 vsize=434968 CPUtime=0.13 cores=0,2,4,6
/proc/20202/stat : 20202 (python) S 20193 20193 19964 0 -1 4202560 940 0 0 0 7 6 0 0 15 0 1 0 617088345 445407232 42104 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 10981966122986733827 0 0 17 0 0 0 0
/proc/20202/statm: 108742 42104 370 364 0 44657 0
[pid=20204] ppid=20202 vsize=326932 CPUtime=80.84 cores=0,2,4,6
/proc/20204/stat : 20204 (cryptominisat-2) R 20202 20204 20204 0 -1 4202496 78895 0 0 0 8072 12 0 0 25 0 1 0 617088345 334778368 69312 33554432000 4194304 4677096 140733717895920 18446744073709551615 4450604 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20204/statm: 81733 69312 391 118 0 76692 0
[pid=20205] ppid=20193 vsize=445224 CPUtime=0.1 cores=0,2,4,6
/proc/20205/stat : 20205 (python) S 20193 20193 19964 0 -1 4202560 957 0 0 0 4 6 0 0 18 0 1 0 617088347 455909376 42108 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342084 0 0 17 6 0 0 0
/proc/20205/statm: 111306 42108 370 364 0 47218 0
[pid=20207] ppid=20205 vsize=48796 CPUtime=80.32 cores=0,2,4,6
/proc/20207/stat : 20207 (lingeling) R 20205 20207 20207 0 -1 4202496 17713 0 0 0 8029 3 0 0 25 0 1 0 617088348 49967104 11369 33554432000 4194304 4352236 140734116631696 18446744073709551615 4284221 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20207/statm: 12199 11369 129 39 0 11279 0
[pid=20208] ppid=20193 vsize=455480 CPUtime=0.1 cores=0,2,4,6
/proc/20208/stat : 20208 (python) S 20193 20193 19964 0 -1 4202560 948 0 0 0 5 5 0 0 18 0 1 0 617088350 466411520 42112 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342081 0 0 17 0 0 0 0
/proc/20208/statm: 113870 42112 370 364 0 49779 0
[pid=20210] ppid=20208 vsize=232884 CPUtime=80.66 cores=0,2,4,6
/proc/20210/stat : 20210 (SApperloT-base) R 20208 20210 20210 0 -1 4202496 56946 0 0 0 8052 14 0 0 25 0 1 0 617088351 238473216 56198 33554432000 134512640 135674940 4292188832 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20210/statm: 58221 56198 100 284 0 57935 0
[pid=20193/tid=20200] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20200/stat : 20200 (python) S 20191 20193 19964 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 617088342 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 2 0 0 0
[pid=20193/tid=20203] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20203/stat : 20203 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088345 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20206] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20206/stat : 20206 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088348 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20209] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20209/stat : 20209 (python) S 20191 20193 19964 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617088351 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 345.92
Current children cumulated vsize (KiB) 2880924

[startup+104.701 s]
/proc/loadavg: 6.16 7.10 5.49 6/200 20243
/proc/meminfo: memFree=22637480/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=465724 CPUtime=22.69 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 70702 934 1 0 2245 24 0 0 25 0 5 0 617086052 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20193/statm: 116431 43627 1881 364 0 52340 0
[pid=20199] ppid=20193 vsize=424712 CPUtime=0.1 cores=0,2,4,6
/proc/20199/stat : 20199 (python) S 20193 20193 19964 0 -1 4202560 1005 0 0 0 6 4 0 0 18 0 1 0 617088342 434905088 42111 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566863 0 0 16781312 514 17209327299531342084 0 0 17 2 0 0 0
/proc/20199/statm: 106178 42111 381 364 0 42096 0
[pid=20201] ppid=20199 vsize=46204 CPUtime=81.78 cores=0,2,4,6
/proc/20201/stat : 20201 (lingeling) R 20199 20201 20201 0 -1 4202496 17807 0 0 0 8175 3 0 0 25 0 1 0 617088343 47312896 10721 33554432000 4194304 4352236 140736836695056 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20201/statm: 11551 10721 129 39 0 10631 0
[pid=20202] ppid=20193 vsize=434968 CPUtime=0.13 cores=0,2,4,6
/proc/20202/stat : 20202 (python) S 20193 20193 19964 0 -1 4202560 940 0 0 0 7 6 0 0 15 0 1 0 617088345 445407232 42104 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 10981966122986733827 0 0 17 0 0 0 0
/proc/20202/statm: 108742 42104 370 364 0 44657 0
[pid=20204] ppid=20202 vsize=326932 CPUtime=81.64 cores=0,2,4,6
/proc/20204/stat : 20204 (cryptominisat-2) R 20202 20204 20204 0 -1 4202496 78900 0 0 0 8152 12 0 0 25 0 1 0 617088345 334778368 69317 33554432000 4194304 4677096 140733717895920 18446744073709551615 4318908 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20204/statm: 81733 69317 391 118 0 76692 0
[pid=20205] ppid=20193 vsize=445224 CPUtime=0.11 cores=0,2,4,6
/proc/20205/stat : 20205 (python) S 20193 20193 19964 0 -1 4202560 959 0 0 0 5 6 0 0 18 0 1 0 617088347 455909376 42108 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342084 0 0 17 6 0 0 0
/proc/20205/statm: 111306 42108 370 364 0 47218 0
[pid=20207] ppid=20205 vsize=51704 CPUtime=81.1 cores=0,2,4,6
/proc/20207/stat : 20207 (lingeling) R 20205 20207 20207 0 -1 4202496 18440 0 0 0 8107 3 0 0 25 0 1 0 617088348 52944896 12096 33554432000 4194304 4352236 140734116631696 18446744073709551615 4205880 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20207/statm: 12926 12096 129 39 0 12006 0
[pid=20208] ppid=20193 vsize=455480 CPUtime=0.1 cores=0,2,4,6
/proc/20208/stat : 20208 (python) S 20193 20193 19964 0 -1 4202560 948 0 0 0 5 5 0 0 18 0 1 0 617088350 466411520 42112 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342081 0 0 17 0 0 0 0
/proc/20208/statm: 113870 42112 370 364 0 49779 0
[pid=20210] ppid=20208 vsize=236724 CPUtime=81.46 cores=0,2,4,6
/proc/20210/stat : 20210 (SApperloT-base) R 20208 20210 20210 0 -1 4202496 57912 0 0 0 8132 14 0 0 25 0 1 0 617088351 242405376 57164 33554432000 134512640 135674940 4292188832 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20210/statm: 59181 57164 100 284 0 58895 0
[pid=20193/tid=20200] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20200/stat : 20200 (python) S 20191 20193 19964 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 617088342 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 2 0 0 0
[pid=20193/tid=20203] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20203/stat : 20203 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088345 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20206] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20206/stat : 20206 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088348 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20209] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20209/stat : 20209 (python) S 20191 20193 19964 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617088351 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 349.11
Current children cumulated vsize (KiB) 2887672

[startup+105.501 s]
/proc/loadavg: 6.16 7.10 5.49 6/200 20243
/proc/meminfo: memFree=22632396/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=465724 CPUtime=22.69 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 70702 934 1 0 2245 24 0 0 25 0 5 0 617086052 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20193/statm: 116431 43627 1881 364 0 52340 0
[pid=20199] ppid=20193 vsize=424712 CPUtime=0.11 cores=0,2,4,6
/proc/20199/stat : 20199 (python) S 20193 20193 19964 0 -1 4202560 1007 0 0 0 7 4 0 0 18 0 1 0 617088342 434905088 42111 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566863 0 0 16781312 514 17209327299531342084 0 0 17 2 0 0 0
/proc/20199/statm: 106178 42111 381 364 0 42096 0
[pid=20201] ppid=20199 vsize=46204 CPUtime=82.59 cores=0,2,4,6
/proc/20201/stat : 20201 (lingeling) R 20199 20201 20201 0 -1 4202496 17807 0 0 0 8256 3 0 0 25 0 1 0 617088343 47312896 10721 33554432000 4194304 4352236 140736836695056 18446744073709551615 4328986 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20201/statm: 11551 10721 129 39 0 10631 0
[pid=20202] ppid=20193 vsize=434968 CPUtime=0.13 cores=0,2,4,6
/proc/20202/stat : 20202 (python) S 20193 20193 19964 0 -1 4202560 940 0 0 0 7 6 0 0 15 0 1 0 617088345 445407232 42104 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 10981966122986733827 0 0 17 0 0 0 0
/proc/20202/statm: 108742 42104 370 364 0 44657 0
[pid=20204] ppid=20202 vsize=326932 CPUtime=82.44 cores=0,2,4,6
/proc/20204/stat : 20204 (cryptominisat-2) R 20202 20204 20204 0 -1 4202496 78904 0 0 0 8232 12 0 0 25 0 1 0 617088345 334778368 69321 33554432000 4194304 4677096 140733717895920 18446744073709551615 4320052 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20204/statm: 81733 69321 391 118 0 76692 0
[pid=20205] ppid=20193 vsize=445224 CPUtime=0.11 cores=0,2,4,6
/proc/20205/stat : 20205 (python) S 20193 20193 19964 0 -1 4202560 959 0 0 0 5 6 0 0 18 0 1 0 617088347 455909376 42108 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342084 0 0 17 6 0 0 0
/proc/20205/statm: 111306 42108 370 364 0 47218 0
[pid=20207] ppid=20205 vsize=51704 CPUtime=81.9 cores=0,2,4,6
/proc/20207/stat : 20207 (lingeling) R 20205 20207 20207 0 -1 4202496 18440 0 0 0 8187 3 0 0 25 0 1 0 617088348 52944896 12096 33554432000 4194304 4352236 140734116631696 18446744073709551615 4208936 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20207/statm: 12926 12096 129 39 0 12006 0
[pid=20208] ppid=20193 vsize=455480 CPUtime=0.11 cores=0,2,4,6
/proc/20208/stat : 20208 (python) S 20193 20193 19964 0 -1 4202560 950 0 0 0 6 5 0 0 18 0 1 0 617088350 466411520 42112 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342081 0 0 17 0 0 0 0
/proc/20208/statm: 113870 42112 370 364 0 49779 0
[pid=20210] ppid=20208 vsize=240600 CPUtime=82.26 cores=0,2,4,6
/proc/20210/stat : 20210 (SApperloT-base) R 20208 20210 20210 0 -1 4202496 58887 0 0 0 8212 14 0 0 25 0 1 0 617088351 246374400 58139 33554432000 134512640 135674940 4292188832 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20210/statm: 60150 58139 100 284 0 59864 0
[pid=20193/tid=20200] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20200/stat : 20200 (python) S 20191 20193 19964 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 617088342 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 2 0 0 0
[pid=20193/tid=20203] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20203/stat : 20203 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088345 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20206] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20206/stat : 20206 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088348 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20209] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20209/stat : 20209 (python) S 20191 20193 19964 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617088351 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 352.34
Current children cumulated vsize (KiB) 2891548

[startup+105.901 s]
/proc/loadavg: 6.16 7.10 5.49 6/200 20243
/proc/meminfo: memFree=22632396/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=465724 CPUtime=22.69 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20191 20193 19964 0 -1 4202496 70702 934 1 0 2245 24 0 0 25 0 5 0 617086052 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20193/statm: 116431 43627 1881 364 0 52340 0
[pid=20199] ppid=20193 vsize=424712 CPUtime=0.11 cores=0,2,4,6
/proc/20199/stat : 20199 (python) S 20193 20193 19964 0 -1 4202560 1007 0 0 0 7 4 0 0 18 0 1 0 617088342 434905088 42111 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566863 0 0 16781312 514 17209327299531342084 0 0 17 2 0 0 0
/proc/20199/statm: 106178 42111 381 364 0 42096 0
[pid=20201] ppid=20199 vsize=46200 CPUtime=82.98 cores=0,2,4,6
/proc/20201/stat : 20201 (lingeling) R 20199 20201 20201 0 -1 4202496 17807 0 0 0 8295 3 0 0 25 0 1 0 617088343 47308800 10720 33554432000 4194304 4352236 140736836695056 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20201/statm: 11550 10720 129 39 0 10630 0
[pid=20202] ppid=20193 vsize=434968 CPUtime=0.13 cores=0,2,4,6
/proc/20202/stat : 20202 (python) S 20193 20193 19964 0 -1 4202560 940 0 0 0 7 6 0 0 15 0 1 0 617088345 445407232 42104 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 10981966122986733827 0 0 17 0 0 0 0
/proc/20202/statm: 108742 42104 370 364 0 44657 0
[pid=20204] ppid=20202 vsize=326932 CPUtime=82.84 cores=0,2,4,6
/proc/20204/stat : 20204 (cryptominisat-2) R 20202 20204 20204 0 -1 4202496 78910 0 0 0 8272 12 0 0 25 0 1 0 617088345 334778368 69327 33554432000 4194304 4677096 140733717895920 18446744073709551615 4320272 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20204/statm: 81733 69327 391 118 0 76692 0
[pid=20205] ppid=20193 vsize=445224 CPUtime=0.11 cores=0,2,4,6
/proc/20205/stat : 20205 (python) S 20193 20193 19964 0 -1 4202560 959 0 0 0 5 6 0 0 18 0 1 0 617088347 455909376 42108 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342084 0 0 17 6 0 0 0
/proc/20205/statm: 111306 42108 370 364 0 47218 0
[pid=20207] ppid=20205 vsize=51704 CPUtime=82.3 cores=0,2,4,6
/proc/20207/stat : 20207 (lingeling) R 20205 20207 20207 0 -1 4202496 18440 0 0 0 8227 3 0 0 25 0 1 0 617088348 52944896 12096 33554432000 4194304 4352236 140734116631696 18446744073709551615 4245490 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20207/statm: 12926 12096 129 39 0 12006 0
[pid=20208] ppid=20193 vsize=455480 CPUtime=0.11 cores=0,2,4,6
/proc/20208/stat : 20208 (python) S 20193 20193 19964 0 -1 4202560 950 0 0 0 6 5 0 0 18 0 1 0 617088350 466411520 42112 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367566918 0 0 16781312 514 17209327299531342081 0 0 17 0 0 0 0
/proc/20208/statm: 113870 42112 370 364 0 49779 0
[pid=20210] ppid=20208 vsize=242668 CPUtime=82.65 cores=0,2,4,6
/proc/20210/stat : 20210 (SApperloT-base) R 20208 20210 20210 0 -1 4202496 59399 0 0 0 8251 14 0 0 25 0 1 0 617088351 248492032 58651 33554432000 134512640 135674940 4292188832 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20210/statm: 60667 58651 100 284 0 60381 0
[pid=20193/tid=20200] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20200/stat : 20200 (python) S 20191 20193 19964 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 617088342 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 2 0 0 0
[pid=20193/tid=20203] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20203/stat : 20203 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088345 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20206] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20206/stat : 20206 (python) S 20191 20193 19964 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 5 0 617088348 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
[pid=20193/tid=20209] ppid=20191 vsize=465724 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20209/stat : 20209 (python) S 20191 20193 19964 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 617088351 476901376 43627 33554432000 4194304 5683644 140735843398864 18446744073709551615 251379370417 0 0 16781312 2 18446604453846223040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 353.92
Current children cumulated vsize (KiB) 2893612

[startup+106.001 s]
/proc/loadavg: 6.16 7.10 5.49 6/200 20243
/proc/meminfo: memFree=22632396/32950928 swapFree=67111352/67111528
[pid=20193] ppid=20191 vsize=455420 CPUtime=354.25 cores=0,2,4,6
/proc/20193/stat : 20193 (python) R 20191 20193 19964 0 -1 4202496 86117 179784 1 0 2247 25 33092 61 17 0 1 0 617086052 466350080 43615 33554432000 4194304 5683644 140735843398864 18446744073709551615 251367202231 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/20193/statm: 113855 43615 1873 364 0 49779 0
Current children cumulated CPU time (s) 354.25
Current children cumulated vsize (KiB) 455420

Child status: 0
Real time (s): 106.023
CPU time (s): 354.287
CPU user time (s): 353.405
CPU system time (s): 0.881865
CPU usage (%): 334.16
Max. virtual memory (cumulated for all children) (KiB): 2893612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 353.405
system time used= 0.881865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270330
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= 3432
involuntary context switches= 1967

runsolver used 0.176973 second user time and 0.436933 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-01 18:49:14
IDJOB=3317819
IDBENCH=71743
IDSOLVER=1706
FILE ID=node113/3317819-1304268553
RUNJOBID= node113-1304267292-19982
PBS_JOBID= 13173966
Free space on /tmp= 72372 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.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-3317819-1304268553/watcher-3317819-1304268553 -o /tmp/evaluation-result-3317819-1304268553/solver-3317819-1304268553 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317819-1304268553.cnf -seed 1340214523 -budget 4800 -cores 4

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1340214523

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21198364 kB
Buffers:        799084 kB
Cached:        2813888 kB
SwapCached:         12 kB
Active:        7958460 kB
Inactive:      3260584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21198364 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           44704 kB
Writeback:           0 kB
AnonPages:     7606036 kB
Mapped:          23236 kB
Slab:           445300 kB
PageTables:      26896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10135648 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= 72316 MiB
End job on node113 at 2011-05-01 18:51:00