Trace number 3378874

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)UNSAT 110.578 35.5698

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3378874-1305465062.cnf
0.36/0.67	c INFO: computing task features
1.33/1.66	c INFO: computed variable-clause graph statistics
1.33/1.70	c INFO: computed clause balance statistics
6.13/6.46	c INFO: computed variable balance statistics
9.33/9.67	c INFO: computed small-clause counts
9.33/9.69	c INFO: computed Horn-clause counts
10.03/10.30	c INFO: computed variable graph statistics
10.03/10.30	c INFO: collected features for HOME/instance-3378874-1305465062.cnf in 9.61 s
10.03/10.31	c INFO: running lingeling-276@0 for 1190 with 1190 remaining (b = 0.50)
10.03/10.32	c INFO: running lingeling-276@0 for 97 with 1190 remaining (b = 0.18)
10.03/10.33	c INFO: running cryptominisat-2.9.0@0 for 1190 with 1190 remaining (b = 0.36)
10.03/10.34	c INFO: running lingeling-276@0 for 1190 with 1190 remaining (b = 0.32)
110.30/35.53	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: 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-3378874-1305465062/watcher-3378874-1305465062 -o /tmp/evaluation-result-3378874-1305465062/solver-3378874-1305465062 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378874-1305465062.cnf -seed 1997498259 -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: 5.29 5.53 5.94 5/400 8490
/proc/meminfo: memFree=18007352/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/8490/stat : 8490 (python) R 8488 8490 8185 0 -1 4202496 900 0 0 0 0 0 0 0 25 0 1 0 638922409 16150528 781 33554432000 4194304 5683644 140734289718448 18446744073709551615 4586080 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8490/statm: 3943 782 345 364 0 430 0

[startup+0.0677361 s]
/proc/loadavg: 5.29 5.53 5.94 5/400 8490
/proc/meminfo: memFree=18007352/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=34424 CPUtime=0.05 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 1552 0 0 0 4 1 0 0 25 0 1 0 638922409 35250176 1388 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/8490/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34424

[startup+0.100736 s]
/proc/loadavg: 5.29 5.53 5.94 5/400 8490
/proc/meminfo: memFree=18007352/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=87704 CPUtime=0.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 2638 0 0 0 5 2 0 0 17 0 1 0 638922409 89808896 2354 33554432000 4194304 5683644 140734289718448 18446744073709551615 255101845127 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/8490/statm: 22442 2356 718 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 87704

[startup+0.300674 s]
/proc/loadavg: 5.29 5.53 5.94 5/400 8490
/proc/meminfo: memFree=18007352/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/8490/stat : 8490 (python) R 8488 8490 8185 0 -1 4202496 5964 937 1 0 14 4 0 0 18 0 1 0 638922409 139005952 4150 33554432000 4194304 5683644 140734289718448 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8490/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700617 s]
/proc/loadavg: 5.29 5.53 5.94 5/400 8490
/proc/meminfo: memFree=18007352/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=285532 CPUtime=0.43 cores=1,3,5,7
/proc/8490/stat : 8490 (python) R 8488 8490 8185 0 -1 4202496 11025 937 1 0 32 11 0 0 16 0 1 0 638922409 292384768 8703 33554432000 4194304 5683644 140734289718448 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8490/statm: 71383 8703 1761 364 0 7307 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 285532

[startup+1.50048 s]
/proc/loadavg: 5.29 5.53 5.94 6/401 8495
/proc/meminfo: memFree=17954396/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=335692 CPUtime=1.23 cores=1,3,5,7
/proc/8490/stat : 8490 (python) R 8488 8490 8185 0 -1 4202496 23327 937 1 0 111 12 0 0 17 0 1 0 638922409 343748608 20877 33554432000 4194304 5683644 140734289718448 18446744073709551615 47716658667888 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8490/statm: 83923 20877 1761 364 0 19847 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 335692

[startup+3.10019 s]
/proc/loadavg: 5.29 5.53 5.94 6/401 8495
/proc/meminfo: memFree=17907028/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=347224 CPUtime=2.83 cores=1,3,5,7
/proc/8490/stat : 8490 (python) R 8488 8490 8185 0 -1 4202496 34671 937 1 0 270 13 0 0 19 0 1 0 638922409 355557376 24191 33554432000 4194304 5683644 140734289718448 18446744073709551615 4602711 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8490/statm: 86806 24191 1826 364 0 22730 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 347224

[startup+6.30063 s]
/proc/loadavg: 5.35 5.54 5.94 6/401 8495
/proc/meminfo: memFree=17889780/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=347224 CPUtime=6.03 cores=1,3,5,7
/proc/8490/stat : 8490 (python) R 8488 8490 8185 0 -1 4202496 34671 937 1 0 590 13 0 0 25 0 1 0 638922409 355557376 24191 33554432000 4194304 5683644 140734289718448 18446744073709551615 4500322 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8490/statm: 86806 24191 1826 364 0 22730 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 347224

[startup+12.7015 s]
/proc/loadavg: 5.32 5.53 5.94 9/413 8507
/proc/meminfo: memFree=17752440/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=382720 CPUtime=10.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 37299 937 1 0 993 14 0 0 25 0 5 0 638922409 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8490/statm: 95680 22869 1873 364 0 31589 0
[pid=8496] ppid=8490 vsize=341708 CPUtime=0 cores=1,3,5,7
/proc/8496/stat : 8496 (python) S 8490 8490 8185 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 638923441 349908992 21333 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788879 0 0 16781312 514 11206381943773954310 0 0 17 7 0 0 0
/proc/8496/statm: 85427 21333 353 364 0 21345 0
[pid=8498] ppid=8496 vsize=21596 CPUtime=2.37 cores=1,3,5,7
/proc/8498/stat : 8498 (lingeling) R 8496 8498 8498 0 -1 4202496 6603 0 0 0 235 2 0 0 25 0 1 0 638923441 22114304 4312 33554432000 4194304 4352236 140734194453552 18446744073709551615 4205880 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8498/statm: 5399 4312 127 39 0 4479 0
[pid=8499] ppid=8490 vsize=351964 CPUtime=0 cores=1,3,5,7
/proc/8499/stat : 8499 (python) S 8490 8490 8185 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 638923442 360411136 21331 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 3572128839863599367 0 0 17 5 0 0 0
/proc/8499/statm: 87991 21331 347 364 0 23906 0
[pid=8501] ppid=8499 vsize=21608 CPUtime=2.36 cores=1,3,5,7
/proc/8501/stat : 8501 (lingeling) R 8499 8501 8501 0 -1 4202496 6612 0 0 0 235 1 0 0 25 0 1 0 638923442 22126592 4315 33554432000 4194304 4352236 140736757561488 18446744073709551615 4208784 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8501/statm: 5402 4315 127 39 0 4482 0
[pid=8502] ppid=8490 vsize=362220 CPUtime=0 cores=1,3,5,7
/proc/8502/stat : 8502 (python) S 8490 8490 8185 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 638923443 370913280 21335 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 18212336995055665413 0 0 17 5 0 0 0
/proc/8502/statm: 90555 21335 347 364 0 26467 0
[pid=8504] ppid=8502 vsize=90472 CPUtime=2.34 cores=1,3,5,7
/proc/8504/stat : 8504 (cryptominisat-2) R 8502 8504 8504 0 -1 4202496 17221 0 0 0 232 2 0 0 25 0 1 0 638923443 92643328 15412 33554432000 4194304 4677096 140735205468864 18446744073709551615 4320184 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8504/statm: 22618 15412 387 118 0 17577 0
[pid=8505] ppid=8490 vsize=372476 CPUtime=0 cores=1,3,5,7
/proc/8505/stat : 8505 (python) S 8490 8490 8185 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 638923444 381415424 21339 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 3491406544442982663 0 0 17 7 0 0 0
/proc/8505/statm: 93119 21339 347 364 0 29028 0
[pid=8507] ppid=8505 vsize=21644 CPUtime=2.31 cores=1,3,5,7
/proc/8507/stat : 8507 (lingeling) R 8505 8507 8507 0 -1 4202496 6617 0 0 0 230 1 0 0 25 0 1 0 638923444 22163456 4324 33554432000 4194304 4352236 140734079074368 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8507/statm: 5411 4324 127 39 0 4491 0
[pid=8490/tid=8497] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8497/stat : 8497 (python) S 8488 8490 8185 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 638923441 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
[pid=8490/tid=8500] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8500/stat : 8500 (python) S 8488 8490 8185 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 638923442 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8503] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8503/stat : 8503 (python) S 8488 8490 8185 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 638923443 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8506] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8506/stat : 8506 (python) S 8488 8490 8185 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 638923444 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.45
Current children cumulated vsize (KiB) 1966408

[startup+25.5012 s]
/proc/loadavg: 5.98 5.66 5.98 9/413 8507
/proc/meminfo: memFree=17707556/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=382720 CPUtime=10.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 37299 937 1 0 993 14 0 0 25 0 5 0 638922409 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8490/statm: 95680 22869 1873 364 0 31589 0
[pid=8496] ppid=8490 vsize=341708 CPUtime=0.03 cores=1,3,5,7
/proc/8496/stat : 8496 (python) S 8490 8490 8185 0 -1 4202560 900 0 0 0 1 2 0 0 18 0 1 0 638923441 349908992 21356 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788879 0 0 16781312 514 16388616636187246854 0 0 17 7 0 0 0
/proc/8496/statm: 85427 21356 376 364 0 21345 0
[pid=8498] ppid=8496 vsize=24060 CPUtime=15.17 cores=1,3,5,7
/proc/8498/stat : 8498 (lingeling) R 8496 8498 8498 0 -1 4202496 9024 0 0 0 1515 2 0 0 25 0 1 0 638923441 24637440 5195 33554432000 4194304 4352236 140734194453552 18446744073709551615 4328559 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8498/statm: 6015 5195 129 39 0 5095 0
[pid=8499] ppid=8490 vsize=351964 CPUtime=0.03 cores=1,3,5,7
/proc/8499/stat : 8499 (python) S 8490 8490 8185 0 -1 4202560 932 0 0 0 1 2 0 0 18 0 1 0 638923442 360411136 21354 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 5 0 0 0
/proc/8499/statm: 87991 21354 370 364 0 23906 0
[pid=8501] ppid=8499 vsize=24660 CPUtime=15.16 cores=1,3,5,7
/proc/8501/stat : 8501 (lingeling) R 8499 8501 8501 0 -1 4202496 8952 0 0 0 1515 1 0 0 25 0 1 0 638923442 25251840 5144 33554432000 4194304 4352236 140736757561488 18446744073709551615 4328359 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8501/statm: 6165 5144 129 39 0 5245 0
[pid=8502] ppid=8490 vsize=362220 CPUtime=0.06 cores=1,3,5,7
/proc/8502/stat : 8502 (python) S 8490 8490 8185 0 -1 4202560 936 0 0 0 3 3 0 0 15 0 1 0 638923443 370913280 21358 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 18212336995055665413 0 0 17 5 0 0 0
/proc/8502/statm: 90555 21358 370 364 0 26467 0
[pid=8504] ppid=8502 vsize=129792 CPUtime=15.04 cores=1,3,5,7
/proc/8504/stat : 8504 (cryptominisat-2) R 8502 8504 8504 0 -1 4202496 29634 0 0 0 1500 4 0 0 25 0 1 0 638923443 132907008 24425 33554432000 4194304 4677096 140735205468864 18446744073709551615 4320427 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8504/statm: 32448 24425 391 118 0 27407 0
[pid=8505] ppid=8490 vsize=372476 CPUtime=0.03 cores=1,3,5,7
/proc/8505/stat : 8505 (python) S 8490 8490 8185 0 -1 4202560 922 0 0 0 1 2 0 0 18 0 1 0 638923444 381415424 21362 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8505/statm: 93119 21362 370 364 0 29028 0
[pid=8507] ppid=8505 vsize=23852 CPUtime=14.86 cores=1,3,5,7
/proc/8507/stat : 8507 (lingeling) R 8505 8507 8507 0 -1 4202496 8977 0 0 0 1485 1 0 0 25 0 1 0 638923444 24424448 5141 33554432000 4194304 4352236 140734079074368 18446744073709551615 4278708 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8507/statm: 5963 5141 129 39 0 5043 0
[pid=8490/tid=8497] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8497/stat : 8497 (python) S 8488 8490 8185 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 638923441 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
[pid=8490/tid=8500] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8500/stat : 8500 (python) S 8488 8490 8185 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 638923442 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8503] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8503/stat : 8503 (python) S 8488 8490 8185 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 638923443 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8506] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8506/stat : 8506 (python) S 8488 8490 8185 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 638923444 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 70.45
Current children cumulated vsize (KiB) 2013452

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

[startup+31.9151 s]
/proc/loadavg: 6.14 5.70 5.99 9/413 8508
/proc/meminfo: memFree=17692180/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=382720 CPUtime=10.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 37299 937 1 0 993 14 0 0 25 0 5 0 638922409 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8490/statm: 95680 22869 1873 364 0 31589 0
[pid=8496] ppid=8490 vsize=341708 CPUtime=0.05 cores=1,3,5,7
/proc/8496/stat : 8496 (python) S 8490 8490 8185 0 -1 4202560 902 0 0 0 2 3 0 0 18 0 1 0 638923441 349908992 21356 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788879 0 0 16781312 514 16388616636187246854 0 0 17 7 0 0 0
/proc/8496/statm: 85427 21356 376 364 0 21345 0
[pid=8498] ppid=8496 vsize=26584 CPUtime=21.58 cores=1,3,5,7
/proc/8498/stat : 8498 (lingeling) R 8496 8498 8498 0 -1 4202496 9153 0 0 0 2156 2 0 0 25 0 1 0 638923441 27222016 5305 33554432000 4194304 4352236 140734194453552 18446744073709551615 4327869 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8498/statm: 6646 5305 129 39 0 5726 0
[pid=8499] ppid=8490 vsize=351964 CPUtime=0.05 cores=1,3,5,7
/proc/8499/stat : 8499 (python) S 8490 8490 8185 0 -1 4202560 935 0 0 0 2 3 0 0 18 0 1 0 638923442 360411136 21354 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 5 0 0 0
/proc/8499/statm: 87991 21354 370 364 0 23906 0
[pid=8501] ppid=8499 vsize=28080 CPUtime=21.57 cores=1,3,5,7
/proc/8501/stat : 8501 (lingeling) R 8499 8501 8501 0 -1 4202496 9823 0 0 0 2156 1 0 0 25 0 1 0 638923442 28753920 5999 33554432000 4194304 4352236 140736757561488 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8501/statm: 7020 5999 129 39 0 6100 0
[pid=8502] ppid=8490 vsize=362220 CPUtime=0.08 cores=1,3,5,7
/proc/8502/stat : 8502 (python) S 8490 8490 8185 0 -1 4202560 944 0 0 0 4 4 0 0 15 0 1 0 638923443 370913280 21358 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 18212336995055665413 0 0 17 5 0 0 0
/proc/8502/statm: 90555 21358 370 364 0 26467 0
[pid=8504] ppid=8502 vsize=141400 CPUtime=21.42 cores=1,3,5,7
/proc/8504/stat : 8504 (cryptominisat-2) R 8502 8504 8504 0 -1 4202496 32161 0 0 0 2137 5 0 0 25 0 1 0 638923443 144793600 26952 33554432000 4194304 4677096 140735205468864 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8504/statm: 35350 26952 391 118 0 30309 0
[pid=8505] ppid=8490 vsize=372476 CPUtime=0.07 cores=1,3,5,7

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

[pid=8490/tid=8503] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8503/stat : 8503 (python) S 8488 8490 8185 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 638923443 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8506] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8506/stat : 8506 (python) S 8488 8490 8185 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 638923444 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 96.01
Current children cumulated vsize (KiB) 2034772

[startup+33.5008 s]
/proc/loadavg: 6.14 5.70 5.99 9/413 8508
/proc/meminfo: memFree=17687716/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=382720 CPUtime=10.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 37299 937 1 0 993 14 0 0 25 0 5 0 638922409 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8490/statm: 95680 22869 1873 364 0 31589 0
[pid=8496] ppid=8490 vsize=341708 CPUtime=0.06 cores=1,3,5,7
/proc/8496/stat : 8496 (python) S 8490 8490 8185 0 -1 4202560 907 0 0 0 3 3 0 0 18 0 1 0 638923441 349908992 21356 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788879 0 0 16781312 514 16388616636187246854 0 0 17 7 0 0 0
/proc/8496/statm: 85427 21356 376 364 0 21345 0
[pid=8498] ppid=8496 vsize=26564 CPUtime=23.17 cores=1,3,5,7
/proc/8498/stat : 8498 (lingeling) R 8496 8498 8498 0 -1 4202496 9473 0 0 0 2315 2 0 0 25 0 1 0 638923441 27201536 5620 33554432000 4194304 4352236 140734194453552 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8498/statm: 6641 5620 129 39 0 5721 0
[pid=8499] ppid=8490 vsize=351964 CPUtime=0.06 cores=1,3,5,7
/proc/8499/stat : 8499 (python) R 8490 8490 8185 0 -1 4202560 939 0 0 0 3 3 0 0 18 0 1 0 638923442 360411136 21354 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8499/statm: 87991 21354 370 364 0 23906 0
[pid=8501] ppid=8499 vsize=29172 CPUtime=23.16 cores=1,3,5,7
/proc/8501/stat : 8501 (lingeling) R 8499 8501 8501 0 -1 4202496 10109 0 0 0 2315 1 0 0 25 0 1 0 638923442 29872128 6272 33554432000 4194304 4352236 140736757561488 18446744073709551615 4208234 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8501/statm: 7293 6272 129 39 0 6373 0
[pid=8502] ppid=8490 vsize=362220 CPUtime=0.18 cores=1,3,5,7
/proc/8502/stat : 8502 (python) R 8490 8490 8185 0 -1 4202560 946 0 0 0 12 6 0 0 15 0 1 0 638923443 370913280 21358 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8502/statm: 90555 21358 370 364 0 26467 0
[pid=8504] ppid=8502 vsize=0 CPUtime=22.88 cores=1,3,5,7
/proc/8504/stat : 8504 (cryptominisat-2) R 8502 8504 8504 0 -1 4202500 33008 0 0 0 2282 6 0 0 25 0 1 0 638923443 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8504/statm: 0 0 0 0 0 0 0
[pid=8505] ppid=8490 vsize=372476 CPUtime=0.07 cores=1,3,5,7
/proc/8505/stat : 8505 (python) S 8490 8490 8185 0 -1 4202560 927 0 0 0 3 4 0 0 18 0 1 0 638923444 381415424 21362 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8505/statm: 93119 21362 370 364 0 29028 0
[pid=8507] ppid=8505 vsize=27620 CPUtime=22.68 cores=1,3,5,7
/proc/8507/stat : 8507 (lingeling) R 8505 8507 8507 0 -1 4202496 9757 0 0 0 2267 1 0 0 25 0 1 0 638923444 28282880 5564 33554432000 4194304 4352236 140734079074368 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8507/statm: 6905 5564 129 39 0 5985 0
[pid=8490/tid=8497] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8497/stat : 8497 (python) S 8488 8490 8185 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 638923441 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
[pid=8490/tid=8500] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8500/stat : 8500 (python) S 8488 8490 8185 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 638923442 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8503] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8503/stat : 8503 (python) S 8488 8490 8185 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 638923443 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8506] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8506/stat : 8506 (python) S 8488 8490 8185 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 638923444 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 1894444

[startup+34.3007 s]
/proc/loadavg: 6.14 5.70 5.99 10/413 8508
/proc/meminfo: memFree=17795336/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=382720 CPUtime=10.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 37299 937 1 0 993 14 0 0 25 0 5 0 638922409 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8490/statm: 95680 22869 1873 364 0 31589 0
[pid=8496] ppid=8490 vsize=341708 CPUtime=0.06 cores=1,3,5,7
/proc/8496/stat : 8496 (python) S 8490 8490 8185 0 -1 4202560 907 0 0 0 3 3 0 0 18 0 1 0 638923441 349908992 21356 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788879 0 0 16781312 514 16388616636187246854 0 0 17 7 0 0 0
/proc/8496/statm: 85427 21356 376 364 0 21345 0
[pid=8498] ppid=8496 vsize=27840 CPUtime=23.97 cores=1,3,5,7
/proc/8498/stat : 8498 (lingeling) R 8496 8498 8498 0 -1 4202496 9792 0 0 0 2395 2 0 0 25 0 1 0 638923441 28508160 5939 33554432000 4194304 4352236 140734194453552 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8498/statm: 6960 5939 129 39 0 6040 0
[pid=8499] ppid=8490 vsize=351964 CPUtime=0.06 cores=1,3,5,7
/proc/8499/stat : 8499 (python) S 8490 8490 8185 0 -1 4202560 939 0 0 0 3 3 0 0 18 0 1 0 638923442 360411136 21354 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8499/statm: 87991 21354 370 364 0 23906 0
[pid=8501] ppid=8499 vsize=29172 CPUtime=23.96 cores=1,3,5,7
/proc/8501/stat : 8501 (lingeling) R 8499 8501 8501 0 -1 4202496 10109 0 0 0 2395 1 0 0 25 0 1 0 638923442 29872128 6272 33554432000 4194304 4352236 140736757561488 18446744073709551615 4268312 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8501/statm: 7293 6272 129 39 0 6373 0
[pid=8502] ppid=8490 vsize=362220 CPUtime=0.99 cores=1,3,5,7
/proc/8502/stat : 8502 (python) R 8490 8490 8185 0 -1 4202560 946 0 0 0 72 27 0 0 16 0 1 0 638923443 370913280 21358 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8502/statm: 90555 21358 370 364 0 26467 0
[pid=8504] ppid=8502 vsize=0 CPUtime=22.88 cores=1,3,5,7
/proc/8504/stat : 8504 (cryptominisat-2) R 8502 8504 8504 0 -1 4202500 33008 0 0 0 2282 6 0 0 25 0 1 0 638923443 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8504/statm: 0 0 0 0 0 0 0
[pid=8505] ppid=8490 vsize=372476 CPUtime=0.07 cores=1,3,5,7
/proc/8505/stat : 8505 (python) S 8490 8490 8185 0 -1 4202560 927 0 0 0 3 4 0 0 18 0 1 0 638923444 381415424 21362 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8505/statm: 93119 21362 370 364 0 29028 0
[pid=8507] ppid=8505 vsize=27620 CPUtime=23.46 cores=1,3,5,7
/proc/8507/stat : 8507 (lingeling) R 8505 8507 8507 0 -1 4202496 9757 0 0 0 2345 1 0 0 25 0 1 0 638923444 28282880 5564 33554432000 4194304 4352236 140734079074368 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8507/statm: 6905 5564 129 39 0 5985 0
[pid=8490/tid=8497] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8497/stat : 8497 (python) S 8488 8490 8185 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 638923441 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
[pid=8490/tid=8500] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8500/stat : 8500 (python) S 8488 8490 8185 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 638923442 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8503] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8503/stat : 8503 (python) S 8488 8490 8185 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 638923443 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8506] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8506/stat : 8506 (python) S 8488 8490 8185 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 638923444 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 105.52
Current children cumulated vsize (KiB) 1895720

[startup+35.1005 s]
/proc/loadavg: 6.37 5.76 6.00 10/413 8508
/proc/meminfo: memFree=17793848/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=382720 CPUtime=10.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 37299 937 1 0 993 14 0 0 25 0 5 0 638922409 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8490/statm: 95680 22869 1873 364 0 31589 0
[pid=8496] ppid=8490 vsize=341708 CPUtime=0.06 cores=1,3,5,7
/proc/8496/stat : 8496 (python) S 8490 8490 8185 0 -1 4202560 907 0 0 0 3 3 0 0 18 0 1 0 638923441 349908992 21356 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788879 0 0 16781312 514 16388616636187246854 0 0 17 7 0 0 0
/proc/8496/statm: 85427 21356 376 364 0 21345 0
[pid=8498] ppid=8496 vsize=27840 CPUtime=24.78 cores=1,3,5,7
/proc/8498/stat : 8498 (lingeling) R 8496 8498 8498 0 -1 4202496 9792 0 0 0 2476 2 0 0 25 0 1 0 638923441 28508160 5939 33554432000 4194304 4352236 140734194453552 18446744073709551615 4208229 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8498/statm: 6960 5939 129 39 0 6040 0
[pid=8499] ppid=8490 vsize=351964 CPUtime=0.06 cores=1,3,5,7
/proc/8499/stat : 8499 (python) S 8490 8490 8185 0 -1 4202560 939 0 0 0 3 3 0 0 18 0 1 0 638923442 360411136 21354 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8499/statm: 87991 21354 370 364 0 23906 0
[pid=8501] ppid=8499 vsize=29172 CPUtime=24.77 cores=1,3,5,7
/proc/8501/stat : 8501 (lingeling) R 8499 8501 8501 0 -1 4202496 10109 0 0 0 2476 1 0 0 25 0 1 0 638923442 29872128 6272 33554432000 4194304 4352236 140736757561488 18446744073709551615 4309059 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8501/statm: 7293 6272 129 39 0 6373 0
[pid=8502] ppid=8490 vsize=362220 CPUtime=1.8 cores=1,3,5,7
/proc/8502/stat : 8502 (python) R 8490 8490 8185 0 -1 4202560 946 0 0 0 131 49 0 0 17 0 1 0 638923443 370913280 21358 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8502/statm: 90555 21358 370 364 0 26467 0
[pid=8504] ppid=8502 vsize=0 CPUtime=22.88 cores=1,3,5,7
/proc/8504/stat : 8504 (cryptominisat-2) R 8502 8504 8504 0 -1 4202500 33008 0 0 0 2282 6 0 0 25 0 1 0 638923443 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8504/statm: 0 0 0 0 0 0 0
[pid=8505] ppid=8490 vsize=372476 CPUtime=0.07 cores=1,3,5,7
/proc/8505/stat : 8505 (python) S 8490 8490 8185 0 -1 4202560 927 0 0 0 3 4 0 0 18 0 1 0 638923444 381415424 21362 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8505/statm: 93119 21362 370 364 0 29028 0
[pid=8507] ppid=8505 vsize=27620 CPUtime=24.26 cores=1,3,5,7
/proc/8507/stat : 8507 (lingeling) R 8505 8507 8507 0 -1 4202496 9757 0 0 0 2425 1 0 0 25 0 1 0 638923444 28282880 5564 33554432000 4194304 4352236 140734079074368 18446744073709551615 4216584 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8507/statm: 6905 5564 129 39 0 5985 0
[pid=8490/tid=8497] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8497/stat : 8497 (python) S 8488 8490 8185 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 638923441 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
[pid=8490/tid=8500] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8500/stat : 8500 (python) S 8488 8490 8185 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 638923442 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8503] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8503/stat : 8503 (python) S 8488 8490 8185 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 638923443 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8506] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8506/stat : 8506 (python) S 8488 8490 8185 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 638923444 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 108.75
Current children cumulated vsize (KiB) 1895720

[startup+35.5015 s]
/proc/loadavg: 6.37 5.76 6.00 10/413 8508
/proc/meminfo: memFree=17793848/32951124 swapFree=67111348/67111528
[pid=8490] ppid=8488 vsize=382720 CPUtime=10.07 cores=1,3,5,7
/proc/8490/stat : 8490 (python) S 8488 8490 8185 0 -1 4202496 37299 937 1 0 993 14 0 0 25 0 5 0 638922409 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8490/statm: 95680 22869 1873 364 0 31589 0
[pid=8496] ppid=8490 vsize=341708 CPUtime=0.06 cores=1,3,5,7
/proc/8496/stat : 8496 (python) S 8490 8490 8185 0 -1 4202560 907 0 0 0 3 3 0 0 18 0 1 0 638923441 349908992 21356 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788879 0 0 16781312 514 16388616636187246854 0 0 17 7 0 0 0
/proc/8496/statm: 85427 21356 376 364 0 21345 0
[pid=8498] ppid=8496 vsize=27840 CPUtime=25.17 cores=1,3,5,7
/proc/8498/stat : 8498 (lingeling) R 8496 8498 8498 0 -1 4202496 9792 0 0 0 2515 2 0 0 25 0 1 0 638923441 28508160 5939 33554432000 4194304 4352236 140734194453552 18446744073709551615 4207655 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8498/statm: 6960 5939 129 39 0 6040 0
[pid=8499] ppid=8490 vsize=351964 CPUtime=0.06 cores=1,3,5,7
/proc/8499/stat : 8499 (python) S 8490 8490 8185 0 -1 4202560 939 0 0 0 3 3 0 0 18 0 1 0 638923442 360411136 21354 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8499/statm: 87991 21354 370 364 0 23906 0
[pid=8501] ppid=8499 vsize=29172 CPUtime=25.16 cores=1,3,5,7
/proc/8501/stat : 8501 (lingeling) R 8499 8501 8501 0 -1 4202496 10109 0 0 0 2515 1 0 0 25 0 1 0 638923442 29872128 6272 33554432000 4194304 4352236 140736757561488 18446744073709551615 4309132 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8501/statm: 7293 6272 129 39 0 6373 0
[pid=8502] ppid=8490 vsize=362220 CPUtime=2.18 cores=1,3,5,7
/proc/8502/stat : 8502 (python) R 8490 8490 8185 0 -1 4202560 950 0 0 0 159 59 0 0 18 0 1 0 638923443 370913280 21358 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/8502/statm: 90555 21358 370 364 0 26467 0
[pid=8504] ppid=8502 vsize=0 CPUtime=22.88 cores=1,3,5,7
/proc/8504/stat : 8504 (cryptominisat-2) R 8502 8504 8504 0 -1 4202500 33008 0 0 0 2282 6 0 0 25 0 1 0 638923443 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8504/statm: 0 0 0 0 0 0 0
[pid=8505] ppid=8490 vsize=372476 CPUtime=0.07 cores=1,3,5,7
/proc/8505/stat : 8505 (python) S 8490 8490 8185 0 -1 4202560 927 0 0 0 3 4 0 0 18 0 1 0 638923444 381415424 21362 33554432000 4194304 5683644 140734289718448 18446744073709551615 255106788934 0 0 16781312 514 16388616636187246855 0 0 17 7 0 0 0
/proc/8505/statm: 93119 21362 370 364 0 29028 0
[pid=8507] ppid=8505 vsize=27620 CPUtime=24.65 cores=1,3,5,7
/proc/8507/stat : 8507 (lingeling) R 8505 8507 8507 0 -1 4202496 9757 0 0 0 2464 1 0 0 25 0 1 0 638923444 28282880 5564 33554432000 4194304 4352236 140734079074368 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/8507/statm: 6905 5564 129 39 0 5985 0
[pid=8490/tid=8497] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8497/stat : 8497 (python) S 8488 8490 8185 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 5 0 638923441 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
[pid=8490/tid=8500] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8500/stat : 8500 (python) S 8488 8490 8185 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 638923442 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8503] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8503/stat : 8503 (python) S 8488 8490 8185 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 638923443 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 5 0 0 0
[pid=8490/tid=8506] ppid=8488 vsize=382720 CPUtime=0 cores=1,3,5,7
/proc/8490/task/8506/stat : 8506 (python) S 8488 8490 8185 0 -1 4202560 26 937 0 0 0 0 0 0 25 0 5 0 638923444 391905280 22869 33554432000 4194304 5683644 140734289718448 18446744073709551615 255118592433 0 0 16781312 2 18446604468861340480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 110.3
Current children cumulated vsize (KiB) 1895720

Child status: 0
Real time (s): 35.5698
CPU time (s): 110.578
CPU user time (s): 109.559
CPU system time (s): 1.01884
CPU usage (%): 310.877
Max. virtual memory (cumulated for all children) (KiB): 2044984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.559
system time used= 1.01885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116221
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= 3321
involuntary context switches= 812

runsolver used 0.153976 second user time and 0.32695 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 15:11:03
IDJOB=3378874
IDBENCH=71718
IDSOLVER=1860
FILE ID=node144/3378874-1305465062
RUNJOBID= node144-1305463368-8204
PBS_JOBID= 13324995
Free space on /tmp= 73140 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.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-3378874-1305465062/watcher-3378874-1305465062 -o /tmp/evaluation-result-3378874-1305465062/solver-3378874-1305465062 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378874-1305465062.cnf -seed 1997498259 -budget 4800 -cores 4

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1997498259

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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:      18007632 kB
Buffers:        313804 kB
Cached:        4013116 kB
SwapCached:          0 kB
Active:       11700720 kB
Inactive:      2875828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18007632 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           37388 kB
Writeback:           0 kB
AnonPages:    10249172 kB
Mapped:          39104 kB
Slab:           249560 kB
PageTables:      51848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 112348412 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= 73108 MiB
End job on node144 at 2011-05-15 15:11:38