Trace number 3378926

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)? 4477.26 1204

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.35/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.69	c INFO: solving HOME/instance-3378926-1305467147.cnf
0.35/0.69	c INFO: computing task features
3.21/3.53	c INFO: computed variable-clause graph statistics
3.31/3.64	c INFO: computed clause balance statistics
16.82/17.14	c INFO: computed variable balance statistics
26.81/27.20	c INFO: computed small-clause counts
27.02/27.41	c INFO: computed Horn-clause counts
105.72/106.05	c INFO: computed variable graph statistics
105.72/106.05	c INFO: collected features for HOME/instance-3378926-1305467147.cnf in 105.30 s
105.72/106.06	c INFO: running lingeling-276@0 for 194 with 1094 remaining (b = 0.74)
105.72/106.08	c INFO: running lingeling-276@0 for 194 with 1094 remaining (b = 0.59)
105.72/106.09	c INFO: running cryptominisat-2.9.0@0 for 1094 with 1094 remaining (b = 0.69)
105.82/106.10	c INFO: running lingeling-276@0 for 485 with 1094 remaining (b = 0.57)
881.17/300.58	c INFO: running precosat-570@0 for 97 with 900 remaining (b = 0.35)
885.14/301.56	c INFO: running cryptominisat-2.9.0@0 for 899 with 899 remaining (b = 0.37)
1293.46/403.95	c INFO: running precosat-570@195 for 97 with 796 remaining (b = 0.09)
1685.53/502.23	c INFO: running precosat-570@0 for 97 with 698 remaining (b = 0.25)
2069.07/598.42	c INFO: running lingeling-276@194 for 97 with 602 remaining (b = 0.07)
2081.37/601.53	c INFO: running lingeling-276@0 for 291 with 599 remaining (b = 0.16)
2448.04/693.66	c INFO: running precosat-570@489 for 194 with 507 remaining (b = 0.10)
3226.60/889.24	c INFO: running precosat-570@0 for 97 with 311 remaining (b = 0.25)
3262.77/898.40	c INFO: running precosat-570@684 for 97 with 302 remaining (b = 0.06)
3641.49/993.58	c INFO: running lingeling-276@291 for 97 with 207 remaining (b = 0.06)
3642.27/993.75	c INFO: running cryptominisat-2.9.0@0 for 97 with 206 remaining (b = 0.06)
4028.20/1090.86	c INFO: running lingeling-276@387 for 109 with 109 remaining (b = 0.04)
4046.10/1095.38	c INFO: running precosat-570@291 for 105 with 105 remaining (b = 0.04)
4477.12/1203.95	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378926-1305467147/watcher-3378926-1305467147 -o /tmp/evaluation-result-3378926-1305467147/solver-3378926-1305467147 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378926-1305467147.cnf -seed 1244246857 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.64 8.89 8.99 4/341 32424
/proc/meminfo: memFree=11243172/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=15784 CPUtime=0 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 896 0 0 0 0 0 0 0 17 0 1 0 658312704 16162816 779 33554432000 4194304 5683644 140735801046208 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 3945 779 343 364 0 432 0

[startup+0.0190751 s]
/proc/loadavg: 7.64 8.89 8.99 4/341 32424
/proc/meminfo: memFree=11243172/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 1037 0 0 0 0 0 0 0 17 0 1 0 658312704 16633856 910 33554432000 4194304 5683644 140735801046208 18446744073709551615 255376662272 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 4061 910 380 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.101099 s]
/proc/loadavg: 7.64 8.89 8.99 4/341 32424
/proc/meminfo: memFree=11243172/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=85624 CPUtime=0.06 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 2629 0 0 0 5 1 0 0 17 0 1 0 658312704 87678976 2348 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.301064 s]
/proc/loadavg: 7.64 8.89 8.99 4/341 32424
/proc/meminfo: memFree=11243172/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 5961 935 1 0 15 4 0 0 17 0 1 0 658312704 139010048 4150 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377297413 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.701002 s]
/proc/loadavg: 7.64 8.89 8.99 4/341 32424
/proc/meminfo: memFree=11243172/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=293356 CPUtime=0.42 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 12970 935 1 0 31 11 0 0 15 0 1 0 658312704 300396544 10653 33554432000 4194304 5683644 140735801046208 18446744073709551615 255376967192 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 73339 10653 1761 364 0 9263 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 293356

[startup+1.50084 s]
/proc/loadavg: 7.64 8.89 8.99 4/345 32439
/proc/meminfo: memFree=11134692/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=347384 CPUtime=1.22 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 26245 935 1 0 109 13 0 0 16 0 1 0 658312704 355721216 23834 33554432000 4194304 5683644 140735801046208 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 86846 23834 1761 364 0 22770 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 347384

[startup+3.10056 s]
/proc/loadavg: 7.64 8.89 8.99 4/345 32439
/proc/meminfo: memFree=10971256/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=421524 CPUtime=2.82 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 64105 935 1 0 265 17 0 0 18 0 1 0 658312704 431640576 42740 33554432000 4194304 5683644 140735801046208 18446744073709551615 47251855250904 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 105381 42740 1801 364 0 41305 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 421524

[startup+6.30096 s]
/proc/loadavg: 7.51 8.84 8.98 4/345 32439
/proc/meminfo: memFree=10762208/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=445684 CPUtime=6.02 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 70178 935 1 0 585 17 0 0 25 0 1 0 658312704 456380416 48805 33554432000 4194304 5683644 140735801046208 18446744073709551615 255376968722 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 111421 48805 1826 364 0 47345 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 445684

[startup+12.7008 s]
/proc/loadavg: 7.23 8.76 8.95 4/345 32439
/proc/meminfo: memFree=10692504/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=445684 CPUtime=12.42 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 70178 935 1 0 1225 17 0 0 25 0 1 0 658312704 456380416 48805 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125000 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 111421 48805 1826 364 0 47345 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 445684

[startup+25.5004 s]
/proc/loadavg: 6.29 8.47 8.85 4/345 32439
/proc/meminfo: memFree=10692980/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=445684 CPUtime=25.22 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 70179 935 1 0 2505 17 0 0 25 0 1 0 658312704 456380416 48806 33554432000 4194304 5683644 140735801046208 18446744073709551615 47251855263682 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 111421 48806 1827 364 0 47345 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 445684

[startup+51.1007 s]
/proc/loadavg: 5.17 8.03 8.70 4/345 32440
/proc/meminfo: memFree=10692436/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=445684 CPUtime=50.82 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 70185 935 1 0 5065 17 0 0 25 0 1 0 658312704 456380416 48812 33554432000 4194304 5683644 140735801046208 18446744073709551615 47251852499084 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 111421 48812 1833 364 0 47345 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 445684

[startup+102.312 s]
/proc/loadavg: 4.00 7.27 8.40 4/345 32441
/proc/meminfo: memFree=10692648/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=445684 CPUtime=102.03 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202496 70185 935 1 0 10186 17 0 0 25 0 1 0 658312704 456380416 48812 33554432000 4194304 5683644 140735801046208 18446744073709551615 47251852499072 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32424/statm: 111421 48812 1833 364 0 47345 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 445684

[startup+162.301 s]
/proc/loadavg: 5.26 7.02 8.24 7/357 32455
/proc/meminfo: memFree=9737832/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=474000 CPUtime=105.82 cores=1,3,5,7
/proc/32424/stat : 32424 (python) S 32422 32424 30970 0 -1 4202496 72786 935 1 0 10563 19 0 0 22 0 5 0 658312704 485376000 45688 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32424/statm: 118500 45688 1873 364 0 54409 0
[pid=32443] ppid=32424 vsize=432988 CPUtime=0.13 cores=1,3,5,7
/proc/32443/stat : 32443 (python) S 32424 32424 30970 0 -1 4202560 926 0 0 0 6 7 0 0 18 0 1 0 658323311 443379712 44175 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321487 0 0 16781312 514 12310765503277662469 0 0 17 1 0 0 0
/proc/32443/statm: 108247 44175 376 364 0 44165 0
[pid=32445] ppid=32443 vsize=60540 CPUtime=56.21 cores=1,3,5,7
/proc/32445/stat : 32445 (lingeling) R 32443 32445 32445 0 -1 4202496 27855 0 0 0 5617 4 0 0 25 0 1 0 658323312 61992960 14305 33554432000 4194304 4352236 140734336263440 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/32445/statm: 15135 14305 129 39 0 14215 0
[pid=32446] ppid=32424 vsize=443244 CPUtime=0.13 cores=1,3,5,7
/proc/32446/stat : 32446 (python) S 32424 32424 30970 0 -1 4202560 944 0 0 0 7 6 0 0 18 0 1 0 658323313 453881856 44173 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 12310765503277662468 0 0 17 7 0 0 0
/proc/32446/statm: 110811 44173 370 364 0 46726 0
[pid=32448] ppid=32446 vsize=60532 CPUtime=56.2 cores=1,3,5,7
/proc/32448/stat : 32448 (lingeling) R 32446 32448 32448 0 -1 4202496 27851 0 0 0 5616 4 0 0 25 0 1 0 658323313 61984768 14303 33554432000 4194304 4352236 140736368712464 18446744073709551615 4234324 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/32448/statm: 15133 14303 129 39 0 14213 0
[pid=32449] ppid=32424 vsize=453500 CPUtime=0.14 cores=1,3,5,7
/proc/32449/stat : 32449 (python) S 32424 32424 30970 0 -1 4202560 948 0 0 0 6 8 0 0 15 0 1 0 658323314 464384000 44177 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 12310765503277662471 0 0 17 1 0 0 0
/proc/32449/statm: 113375 44177 370 364 0 49287 0
[pid=32451] ppid=32449 vsize=1026084 CPUtime=55.9 cores=1,3,5,7
/proc/32451/stat : 32451 (cryptominisat-2) R 32449 32451 32451 0 -1 4202496 206360 0 0 0 5564 26 0 0 25 0 1 0 658323314 1050710016 197694 33554432000 4194304 4677096 140735861792960 18446744073709551615 4238499 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32451/statm: 256521 197694 393 118 0 251480 0
[pid=32452] ppid=32424 vsize=463756 CPUtime=0.13 cores=1,3,5,7
/proc/32452/stat : 32452 (python) S 32424 32424 30970 0 -1 4202560 934 0 0 0 7 6 0 0 18 0 1 0 658323315 474886144 44181 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 12310765503277662470 0 0 17 7 0 0 0
/proc/32452/statm: 115939 44181 370 364 0 51848 0
[pid=32454] ppid=32452 vsize=60540 CPUtime=55.27 cores=1,3,5,7
/proc/32454/stat : 32454 (lingeling) R 32452 32454 32454 0 -1 4202496 27717 0 0 0 5523 4 0 0 25 0 1 0 658323315 61992960 14138 33554432000 4194304 4352236 140736115357472 18446744073709551615 4271308 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/32454/statm: 15135 14138 129 39 0 14215 0
[pid=32424/tid=32444] ppid=32422 vsize=474000 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32444/stat : 32444 (python) S 32422 32424 30970 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 658323312 485376000 45688 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32447] ppid=32422 vsize=474000 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32447/stat : 32447 (python) S 32422 32424 30970 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 658323313 485376000 45688 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32450] ppid=32422 vsize=474000 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32450/stat : 32450 (python) S 32422 32424 30970 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 658323314 485376000 45688 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 1 0 0 0
[pid=32424/tid=32453] ppid=32422 vsize=474000 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32453/stat : 32453 (python) S 32422 32424 30970 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 5 0 658323315 485376000 45688 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 329.93
Current children cumulated vsize (KiB) 3475184

[startup+222.301 s]
/proc/loadavg: 5.83 6.88 8.12 7/357 32457
/proc/meminfo: memFree=9298948/32951124 swapFree=66050672/67111528
[pid=32424] ppid=32422 vsize=474000 CPUtime=105.82 cores=1,3,5,7
/proc/32424/stat : 32424 (python) S 32422 32424 30970 0 -1 4202496 72786 935 1 0 10563 19 0 0 22 0 5 0 658312704 485376000 45688 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32424/statm: 118500 45688 1873 364 0 54409 0
[pid=32443] ppid=32424 vsize=432988 CPUtime=0.28 cores=1,3,5,7
/proc/32443/stat : 32443 (python) S 32424 32424 30970 0 -1 4202560 946 0 0 0 14 14 0 0 18 0 1 0 658323311 443379712 44175 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321487 0 0 16781312 514 12310765503277662469 0 0 17 1 0 0 0
/proc/32443/statm: 108247 44175 376 364 0 44165 0
[pid=32445] ppid=32443 vsize=60540 CPUtime=116.21 cores=1,3,5,7
/proc/32445/stat : 32445 (lingeling) R 32443 32445 32445 0 -1 4202496 27855 0 0 0 11617 4 0 0 25 0 1 0 658323312 61992960 14305 33554432000 4194304 4352236 140734336263440 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/32445/statm: 15135 14305 129 39 0 14215 0
[pid=32446] ppid=32424 vsize=443244 CPUtime=0.28 cores=1,3,5,7
/proc/32446/stat : 32446 (python) S 32424 32424 30970 0 -1 4202560 967 0 0 0 15 13 0 0 18 0 1 0 658323313 453881856 44173 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 12310765503277662468 0 0 17 7 0 0 0
/proc/32446/statm: 110811 44173 370 364 0 46726 0
[pid=32448] ppid=32446 vsize=60532 CPUtime=116.2 cores=1,3,5,7
/proc/32448/stat : 32448 (lingeling) R 32446 32448 32448 0 -1 4202496 27851 0 0 0 11616 4 0 0 25 0 1 0 658323313 61984768 14303 33554432000 4194304 4352236 140736368712464 18446744073709551615 4241459 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/32448/statm: 15133 14303 129 39 0 14213 0
[pid=32449] ppid=32424 vsize=453500 CPUtime=0.3 cores=1,3,5,7
/proc/32449/stat : 32449 (python) S 32424 32424 30970 0 -1 4202560 966 0 0 0 15 15 0 0 15 0 1 0 658323314 464384000 44177 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 14036378638622884103 0 0 17 1 0 0 0
/proc/32449/statm: 113375 44177 370 364 0 49287 0
[pid=32451] ppid=32449 vsize=1573520 CPUtime=115.6 cores=1,3,5,7
/proc/32451/stat : 32451 (cryptominisat-2) R 32449 32451 32451 0 -1 4202496 317203 0 0 0 11518 42 0 0 25 0 1 0 658323314 1611284480 304334 33554432000 4194304 4677096 140735861792960 18446744073709551615 4586861 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32451/statm: 393380 304334 393 118 0 388339 0
[pid=32452] ppid=32424 vsize=463756 CPUtime=0.28 cores=1,3,5,7
/proc/32452/stat : 32452 (python) S 32424 32424 30970 0 -1 4202560 956 0 0 0 15 13 0 0 18 0 1 0 658323315 474886144 44181 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 12310765503277662470 0 0 17 7 0 0 0
/proc/32452/statm: 115939 44181 370 364 0 51848 0
[pid=32454] ppid=32452 vsize=60540 CPUtime=114.28 cores=1,3,5,7
/proc/32454/stat : 32454 (lingeling) R 32452 32454 32454 0 -1 4202496 27717 0 0 0 11424 4 0 0 25 0 1 0 658323315 61992960 14138 33554432000 4194304 4352236 140736115357472 18446744073709551615 4278822 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/32454/statm: 15135 14138 129 39 0 14215 0
[pid=32424/tid=32444] ppid=32422 vsize=474000 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32444/stat : 32444 (python) S 32422 32424 30970 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 5 0 658323312 485376000 45688 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0

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

[pid=32515] ppid=32513 vsize=199856 CPUtime=101.42 cores=1,3,5,7
/proc/32515/stat : 32515 (precosat) T 32513 32515 32515 0 -1 4202496 51788 0 0 0 10135 7 0 0 25 0 1 0 658401630 204652544 47413 33554432000 4194304 4890832 140735575911744 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/32515/statm: 49964 47413 86 171 0 49791 0
[pid=32513/tid=32529] ppid=32424 vsize=504780 CPUtime=0 cores=1,3,5,7
/proc/32513/task/32529/stat : 32529 (python) S 32424 32424 30970 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658412062 516894720 44233 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604470122894272 0 0 -1 1 0 0 0
[pid=32530] ppid=32424 vsize=515036 CPUtime=0.31 cores=1,3,5,7
/proc/32530/stat : 32530 (python) S 32424 32424 30970 0 -1 4202560 1140 0 0 0 15 16 0 0 16 0 2 0 658412080 527396864 44237 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32530/statm: 128759 44237 405 364 0 64653 0
[pid=32532] ppid=32530 vsize=1320416 CPUtime=99.19 cores=1,3,5,7
/proc/32532/stat : 32532 (cryptominisat-2) T 32530 32532 32532 0 -1 4202496 266173 0 0 0 9880 39 0 0 25 0 1 0 658412081 1352105984 254938 33554432000 4194304 4677096 140736073883440 18446744073709551615 4226888 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/32532/statm: 330104 254938 393 118 0 325063 0
[pid=32530/tid=32536] ppid=32424 vsize=515036 CPUtime=0 cores=1,3,5,7
/proc/32530/task/32536/stat : 32536 (python) S 32424 32424 30970 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658422242 527396864 44237 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604469892553536 0 0 -1 7 0 0 0
[pid=32424/tid=32444] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32444/stat : 32444 (python) S 32422 32424 30970 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 10 0 658323312 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32447] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32447/stat : 32447 (python) S 32422 32424 30970 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 10 0 658323313 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32450] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32450/stat : 32450 (python) S 32422 32424 30970 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 658323314 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 1 0 0 0
[pid=32424/tid=32453] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32453/stat : 32453 (python) S 32422 32424 30970 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 10 0 658323315 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32474] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32474/stat : 32474 (python) S 32422 32424 30970 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 658342763 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32478] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32478/stat : 32478 (python) S 32422 32424 30970 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 658342862 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32488] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32488/stat : 32488 (python) S 32422 32424 30970 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 658362929 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32514] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32514/stat : 32514 (python) S 32422 32424 30970 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 658401630 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32531] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32531/stat : 32531 (python) S 32422 32424 30970 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 658412080 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4473.95
Current children cumulated vsize (KiB) 12423368

[startup+1203.5 s]
/proc/loadavg: 9.38 9.23 8.83 10/404 32542
/proc/meminfo: memFree=96432/32951124 swapFree=65222232/67111528
[pid=32424] ppid=32422 vsize=525280 CPUtime=105.93 cores=1,3,5,7
/proc/32424/stat : 32424 (python) S 32422 32424 30970 0 -1 4202496 77640 935 1 0 10571 22 0 0 18 0 10 0 658312704 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32424/statm: 131320 45727 1892 364 0 67214 0
[pid=32443] ppid=32424 vsize=443232 CPUtime=0.5 cores=1,3,5,7
/proc/32443/stat : 32443 (python) S 32424 32424 30970 0 -1 4202560 1190 0 0 0 25 25 0 0 19 0 2 0 658323311 453869568 44218 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32443/statm: 110808 44218 414 364 0 46726 0
[pid=32445] ppid=32443 vsize=67304 CPUtime=195.47 cores=1,3,5,7
/proc/32445/stat : 32445 (lingeling) T 32443 32445 32445 0 -1 4202496 29547 0 0 0 19543 4 0 0 25 0 1 0 658323312 68919296 15996 33554432000 4194304 4352236 140734336263440 18446744073709551615 4281160 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/32445/statm: 16826 15996 129 39 0 15906 0
[pid=32443/tid=32476] ppid=32424 vsize=443232 CPUtime=0 cores=1,3,5,7
/proc/32443/task/32476/stat : 32476 (python) S 32424 32424 30970 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658342860 453869568 44218 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604468630841280 0 0 -1 3 0 0 0
[pid=32446] ppid=32424 vsize=443244 CPUtime=1.34 cores=1,3,5,7
/proc/32446/stat : 32446 (python) S 32424 32424 30970 0 -1 4202560 1143 0 0 0 71 63 0 0 18 0 2 0 658323313 453881856 44203 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32446/statm: 110811 44203 399 364 0 46726 0
[pid=32448] ppid=32446 vsize=73664 CPUtime=486.1 cores=1,3,5,7
/proc/32448/stat : 32448 (lingeling) T 32446 32448 32448 0 -1 4202496 31135 0 0 0 48602 8 0 0 25 0 1 0 658323313 75431936 17586 33554432000 4194304 4352236 140736368712464 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/32448/statm: 18416 17586 129 39 0 17496 0
[pid=32446/tid=32472] ppid=32424 vsize=443244 CPUtime=0 cores=1,3,5,7
/proc/32446/task/32472/stat : 32472 (python) S 32424 32424 30970 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 658342762 453881856 44203 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604471145540544 0 0 -1 5 0 0 0
[pid=32449] ppid=32424 vsize=453500 CPUtime=3.09 cores=1,3,5,7
/proc/32449/stat : 32449 (python) S 32424 32424 30970 0 -1 4202560 1001 0 0 0 154 155 0 0 15 0 1 0 658323314 464384000 44177 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 12310765503277662471 0 0 17 1 0 0 0
/proc/32449/statm: 113375 44177 370 364 0 49287 0
[pid=32451] ppid=32449 vsize=2936092 CPUtime=1092.94 cores=1,3,5,7
/proc/32451/stat : 32451 (cryptominisat-2) R 32449 32451 32451 0 -1 4202496 824939 0 0 0 109099 195 0 0 25 0 1 0 658323314 3006558208 557749 33554432000 4194304 4677096 140735861792960 18446744073709551615 4337552 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32451/statm: 734023 557749 393 118 0 728982 0
[pid=32452] ppid=32424 vsize=463756 CPUtime=2.17 cores=1,3,5,7
/proc/32452/stat : 32452 (python) S 32424 32424 30970 0 -1 4202560 1153 0 0 0 108 109 0 0 18 0 2 0 658323315 474886144 44211 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32452/statm: 115939 44211 399 364 0 51848 0
[pid=32454] ppid=32452 vsize=94312 CPUtime=791.47 cores=1,3,5,7
/proc/32454/stat : 32454 (lingeling) R 32452 32454 32454 0 -1 4202496 36328 0 0 0 79140 7 0 0 25 0 1 0 658323315 96575488 22748 33554432000 4194304 4352236 140736115357472 18446744073709551615 4278776 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/32454/statm: 23578 22748 129 39 0 22658 0
[pid=32452/tid=32497] ppid=32424 vsize=463756 CPUtime=0 cores=1,3,5,7
/proc/32452/task/32497/stat : 32497 (python) S 32424 32424 30970 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 658372546 474886144 44211 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604464367268992 0 0 -1 5 0 0 0
[pid=32473] ppid=32424 vsize=474012 CPUtime=0.87 cores=1,3,5,7
/proc/32473/stat : 32473 (python) S 32424 32424 30970 0 -1 4202560 1137 0 0 0 41 46 0 0 18 0 2 0 658342763 485388288 44215 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32473/statm: 118503 44215 399 364 0 54409 0
[pid=32475] ppid=32473 vsize=198720 CPUtime=303.42 cores=1,3,5,7
/proc/32475/stat : 32475 (precosat) R 32473 32475 32475 0 -1 4202496 51506 0 0 0 30332 10 0 0 25 0 1 0 658342763 203489280 47135 33554432000 4194304 4890832 140733217826864 18446744073709551615 4297585 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/32475/statm: 49680 47135 86 171 0 49507 0
[pid=32473/tid=32483] ppid=32424 vsize=474012 CPUtime=0 cores=1,3,5,7
/proc/32473/task/32483/stat : 32483 (python) S 32424 32424 30970 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 658353099 485388288 44215 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604456159646976 0 0 -1 7 0 0 0
[pid=32477] ppid=32424 vsize=484268 CPUtime=2.56 cores=1,3,5,7
/proc/32477/stat : 32477 (python) S 32424 32424 30970 0 -1 4202560 999 0 0 0 128 128 0 0 15 0 1 0 658342861 495890432 44189 33554432000 4194304 5683644 140735801046208 18446744073709551615 255377321542 0 0 16781312 514 16725383857930469638 0 0 17 3 0 0 0
/proc/32477/statm: 121067 44189 370 364 0 56970 0
[pid=32479] ppid=32477 vsize=2539620 CPUtime=898.95 cores=1,3,5,7
/proc/32479/stat : 32479 (cryptominisat-2) R 32477 32479 32479 0 -1 4202496 662202 0 0 0 89763 132 0 0 25 0 1 0 658342862 2600570880 498015 33554432000 4194304 4677096 140737180573968 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/32479/statm: 634905 498015 393 118 0 629864 0
[pid=32487] ppid=32424 vsize=494524 CPUtime=1.13 cores=1,3,5,7
/proc/32487/stat : 32487 (python) S 32424 32424 30970 0 -1 4202560 1143 0 0 0 56 57 0 0 18 0 2 0 658362928 506392576 44223 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32487/statm: 123631 44223 399 364 0 59531 0
[pid=32489] ppid=32487 vsize=191752 CPUtime=388.37 cores=1,3,5,7
/proc/32489/stat : 32489 (precosat) T 32487 32489 32489 0 -1 4202496 68534 0 0 0 38826 11 0 0 25 0 1 0 658362929 196354048 45391 33554432000 4194304 4890832 140734475128064 18446744073709551615 4235063 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/32489/statm: 47938 45391 86 171 0 47765 0
[pid=32487/tid=32498] ppid=32424 vsize=494524 CPUtime=0 cores=1,3,5,7
/proc/32487/task/32498/stat : 32498 (python) S 32424 32424 30970 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 658372858 506392576 44223 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604456775895232 0 0 -1 7 0 0 0
[pid=32513] ppid=32424 vsize=504780 CPUtime=0.3 cores=1,3,5,7
/proc/32513/stat : 32513 (python) S 32424 32424 30970 0 -1 4202560 1142 0 0 0 15 15 0 0 19 0 2 0 658401629 516894720 44233 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32513/statm: 126195 44233 405 364 0 62092 0
[pid=32515] ppid=32513 vsize=199856 CPUtime=101.42 cores=1,3,5,7
/proc/32515/stat : 32515 (precosat) T 32513 32515 32515 0 -1 4202496 51788 0 0 0 10135 7 0 0 25 0 1 0 658401630 204652544 47413 33554432000 4194304 4890832 140735575911744 18446744073709551615 4229338 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/32515/statm: 49964 47413 86 171 0 49791 0
[pid=32513/tid=32529] ppid=32424 vsize=504780 CPUtime=0 cores=1,3,5,7
/proc/32513/task/32529/stat : 32529 (python) S 32424 32424 30970 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658412062 516894720 44233 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604470122894272 0 0 -1 1 0 0 0
[pid=32530] ppid=32424 vsize=515036 CPUtime=0.31 cores=1,3,5,7
/proc/32530/stat : 32530 (python) S 32424 32424 30970 0 -1 4202560 1140 0 0 0 15 16 0 0 16 0 2 0 658412080 527396864 44237 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32530/statm: 128759 44237 405 364 0 64653 0
[pid=32532] ppid=32530 vsize=1320416 CPUtime=99.19 cores=1,3,5,7
/proc/32532/stat : 32532 (cryptominisat-2) T 32530 32532 32532 0 -1 4202496 266173 0 0 0 9880 39 0 0 25 0 1 0 658412081 1352105984 254938 33554432000 4194304 4677096 140736073883440 18446744073709551615 4226888 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/32532/statm: 330104 254938 393 118 0 325063 0
[pid=32530/tid=32536] ppid=32424 vsize=515036 CPUtime=0 cores=1,3,5,7
/proc/32530/task/32536/stat : 32536 (python) S 32424 32424 30970 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658422242 527396864 44237 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 514 18446604469892553536 0 0 -1 7 0 0 0
[pid=32424/tid=32444] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32444/stat : 32444 (python) S 32422 32424 30970 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 10 0 658323312 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32447] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32447/stat : 32447 (python) S 32422 32424 30970 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 10 0 658323313 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32450] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32450/stat : 32450 (python) S 32422 32424 30970 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 10 0 658323314 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 1 0 0 0
[pid=32424/tid=32453] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32453/stat : 32453 (python) S 32422 32424 30970 0 -1 4202560 39 935 0 0 0 0 0 0 18 0 10 0 658323315 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32474] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32474/stat : 32474 (python) S 32422 32424 30970 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 10 0 658342763 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32478] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32478/stat : 32478 (python) S 32422 32424 30970 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 658342862 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32488] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32488/stat : 32488 (python) S 32422 32424 30970 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 658362929 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32514] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32514/stat : 32514 (python) S 32422 32424 30970 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 658401630 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32531] ppid=32422 vsize=525280 CPUtime=0 cores=1,3,5,7
/proc/32424/task/32531/stat : 32531 (python) S 32422 32424 30970 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 658412080 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.53
Current children cumulated vsize (KiB) 12423368

[startup+1203.9 s]
/proc/loadavg: 9.38 9.23 8.83 10/404 32542
/proc/meminfo: memFree=96432/32951124 swapFree=65222232/67111528
[pid=32424] ppid=32422 vsize=525280 CPUtime=3380.69 cores=1,3,5,7
/proc/32424/stat : 32424 (python) S 32422 32424 30970 0 -1 4202496 77653 1207423 1 0 10572 22 326773 702 16 0 10 0 658312704 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389131583 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/32424/statm: 131320 45727 1892 364 0 67214 0
[pid=32449] ppid=32424 vsize=453500 CPUtime=3.09 cores=1,3,5,7
/proc/32449/stat : 32449 (python) S 32424 32424 30970 0 -1 4202560 1018 0 0 0 154 155 0 0 15 0 1 0 658323314 464384000 44182 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389131583 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/32449/statm: 113375 44182 375 364 0 49287 0
[pid=32451] ppid=32449 vsize=0 CPUtime=1093.34 cores=1,3,5,7
/proc/32451/stat : 32451 (cryptominisat-2) R 32449 32451 32451 0 -1 4203524 825022 0 0 0 109136 198 0 0 25 0 1 0 658323314 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32451/statm: 0 0 0 0 0 0 0
[pid=32424/tid=32444] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32444/stat : 32444 (python) S 32422 32424 30970 0 -1 4202560 27 1207423 0 0 0 0 326773 702 19 0 10 0 658323312 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32447] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32447/stat : 32447 (python) S 32422 32424 30970 0 -1 4202560 24 1207423 0 0 0 0 326773 702 18 0 10 0 658323313 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32450] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32450/stat : 32450 (python) S 32422 32424 30970 0 -1 4202560 24 1207423 0 0 0 0 326773 702 20 0 10 0 658323314 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 1 0 0 0
[pid=32424/tid=32453] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32453/stat : 32453 (python) S 32422 32424 30970 0 -1 4202560 39 1207423 0 0 0 0 326773 702 18 0 10 0 658323315 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32474] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32474/stat : 32474 (python) S 32422 32424 30970 0 -1 4202560 34 1207423 0 0 0 0 326773 702 18 0 10 0 658342763 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32478] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32478/stat : 32478 (python) S 32422 32424 30970 0 -1 4202560 26 1207423 0 0 0 0 326773 702 20 0 10 0 658342862 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32488] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32488/stat : 32488 (python) S 32422 32424 30970 0 -1 4202560 31 1207423 0 0 0 0 326773 702 18 0 10 0 658362929 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32514] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32514/stat : 32514 (python) S 32422 32424 30970 0 -1 4202560 31 1207423 0 0 0 0 326773 702 20 0 10 0 658401630 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
[pid=32424/tid=32531] ppid=32422 vsize=525280 CPUtime=3274.75 cores=1,3,5,7
/proc/32424/task/32531/stat : 32531 (python) S 32422 32424 30970 0 -1 4202560 26 1207423 0 0 0 0 326773 702 20 0 10 0 658412080 537886720 45727 33554432000 4194304 5683644 140735801046208 18446744073709551615 255389125041 0 0 16781312 2 18446604466851893440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.12
Current children cumulated vsize (KiB) 978780

[startup+1204 s]
/proc/loadavg: 9.38 9.23 8.83 10/404 32542
/proc/meminfo: memFree=96432/32951124 swapFree=65222232/67111528
[pid=32424] ppid=32422 vsize=0 CPUtime=4477.23 cores=1,3,5,7
/proc/32424/stat : 32424 (python) R 32422 32424 30970 0 -1 4202500 98198 2033494 1 0 10574 24 436064 1061 16 0 1 0 658312704 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32424/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4477.23
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1204
CPU time (s): 4477.26
CPU user time (s): 4466.39
CPU system time (s): 10.8683
CPU usage (%): 371.865
Max. virtual memory (cumulated for all children) (KiB): 12423368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4466.39
system time used= 10.8683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2131692
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= 8830
involuntary context switches= 24712

runsolver used 6.41402 second user time and 13.145 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 15:45:48
IDJOB=3378926
IDBENCH=84248
IDSOLVER=1860
FILE ID=node135/3378926-1305467147
RUNJOBID= node135-1305467147-32411
PBS_JOBID= 13324970
Free space on /tmp= 73316 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.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-3378926-1305467147/watcher-3378926-1305467147 -o /tmp/evaluation-result-3378926-1305467147/solver-3378926-1305467147 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378926-1305467147.cnf -seed 1244246857 -budget 4800 -cores 4

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1244246857

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11243700 kB
Buffers:        301852 kB
Cached:        6359908 kB
SwapCached:      50684 kB
Active:       10583452 kB
Inactive:     10862500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11243700 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           65788 kB
Writeback:           0 kB
AnonPages:    14739524 kB
Mapped:          21792 kB
Slab:           144932 kB
PageTables:      52528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80060828 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73240 MiB
End job on node135 at 2011-05-15 16:05:53