Trace number 3378501

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-random (fixed)UNSAT 75.2346 30.3693

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S895193371-061.UNKNOWN.cnf
MD5SUM737aa440f80cd8be0050a0f138c79eb6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.1889
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378501-1305465963.cnf
0.32/0.45	c INFO: computing task features
0.32/0.46	c INFO: computed variable-clause graph statistics
0.32/0.46	c INFO: computed clause balance statistics
0.32/0.49	c INFO: computed variable balance statistics
0.41/0.51	c INFO: computed small-clause counts
0.41/0.51	c INFO: computed Horn-clause counts
0.41/0.51	c INFO: computed variable graph statistics
0.41/0.51	c INFO: collected features for HOME/instance-3378501-1305465963.cnf in 0.06 s
0.41/0.52	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
0.41/0.53	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.39)
0.41/0.54	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.44)
0.41/0.55	c INFO: running march_hi@0 for 97 with 1199 remaining (b = 0.14)
74.98/30.34	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-3378501-1305465963/watcher-3378501-1305465963 -o /tmp/evaluation-result-3378501-1305465963/solver-3378501-1305465963 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378501-1305465963.cnf -seed 1504708810 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 11.67 11.32 10.83 10/486 18435
/proc/meminfo: memFree=24406664/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/18435/stat : 18435 (python) R 18433 18435 16982 0 -1 4202496 1051 0 0 0 0 0 0 0 24 0 1 0 658198937 16633856 923 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634515200 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18435/statm: 4061 923 381 364 0 548 0

[startup+0.0385361 s]
/proc/loadavg: 11.67 11.32 10.83 10/486 18435
/proc/meminfo: memFree=24406664/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/18435/stat : 18435 (python) R 18433 18435 16982 0 -1 4202496 1288 0 0 0 2 0 0 0 24 0 1 0 658198937 19337216 1141 33554432000 4194304 5683644 140735018493568 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18435/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100509 s]
/proc/loadavg: 11.67 11.32 10.83 10/486 18435
/proc/meminfo: memFree=24406664/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 3143 0 0 0 5 2 0 0 24 0 1 0 658198937 107126784 2822 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/18435/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.300463 s]
/proc/loadavg: 11.67 11.32 10.83 10/486 18435
/proc/meminfo: memFree=24406664/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=198916 CPUtime=0.23 cores=0,2,4,6
/proc/18435/stat : 18435 (python) R 18433 18435 16982 0 -1 4202496 7021 932 1 0 17 6 0 0 25 0 1 0 658198937 203689984 5053 33554432000 4194304 5683644 140735018493568 18446744073709551615 47158472460776 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18435/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700386 s]
/proc/loadavg: 11.67 11.32 10.83 10/486 18435
/proc/meminfo: memFree=24406664/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 320228

[startup+1.50124 s]
/proc/loadavg: 11.67 11.32 10.83 12/499 18452
/proc/meminfo: memFree=24367624/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 658198989 285155328 5542 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 10763622080286031871 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5542 354 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=0.5 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 50 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/18444/stat : 18444 (python) S 18435 18435 16982 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 658198990 296247296 5684 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 13643787016809185540 0 0 17 6 0 0 0
/proc/18444/statm: 72326 5684 348 364 0 8241 0
[pid=18448] ppid=18444 vsize=1972 CPUtime=0.95 cores=0,2,4,6
/proc/18448/stat : 18448 (march_hi) R 18444 18448 18448 0 -1 4202496 581 0 0 0 95 0 0 0 23 0 1 0 658198991 2019328 316 33554432000 4194304 4955518 140737419084032 18446744073709551615 4227794 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18448/statm: 493 316 104 186 0 306 0
[pid=18446] ppid=18435 vsize=299188 CPUtime=0 cores=0,2,4,6
/proc/18446/stat : 18446 (python) S 18435 18435 16982 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 658198991 306368512 5578 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 2560375557292261636 0 0 17 6 0 0 0
/proc/18446/statm: 74797 5578 348 364 0 10709 0
[pid=18451] ppid=18446 vsize=1972 CPUtime=0.46 cores=0,2,4,6
/proc/18451/stat : 18451 (march_hi) R 18446 18451 18451 0 -1 4202496 568 0 0 0 46 0 0 0 25 0 1 0 658198993 2019328 308 33554432000 4194304 4955518 140736629988976 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18451/statm: 493 308 104 186 0 306 0
[pid=18449] ppid=18435 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18435 18435 16982 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 658198992 317423616 5715 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 17159475446622945537 0 0 17 6 0 0 0
/proc/18449/statm: 77496 5715 348 364 0 13405 0
[pid=18452] ppid=18449 vsize=1972 CPUtime=0.45 cores=0,2,4,6
/proc/18452/stat : 18452 (march_hi) R 18449 18452 18452 0 -1 4202496 568 0 0 0 45 0 0 0 25 0 1 0 658198993 2019328 309 33554432000 4194304 4955518 140734953516560 18446744073709551615 4286672 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18452/statm: 493 309 104 186 0 306 0
[pid=18435/tid=18442] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18442/stat : 18442 (python) S 18433 18435 16982 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658198989 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 2 0 0 0
[pid=18435/tid=18445] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18445/stat : 18445 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 20 0 5 0 658198990 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18447] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18447/stat : 18447 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 22 0 5 0 658198991 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 2520892

[startup+3.10096 s]
/proc/loadavg: 11.67 11.32 10.83 12/499 18452
/proc/meminfo: memFree=24365268/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658198989 285155328 5542 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 10763622080285999362 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5542 354 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=1.3 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 130 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/18444/stat : 18444 (python) S 18435 18435 16982 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 658198990 296247296 5684 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 13643787016809185540 0 0 17 0 0 0 0
/proc/18444/statm: 72326 5684 348 364 0 8241 0
[pid=18448] ppid=18444 vsize=2128 CPUtime=2.55 cores=0,2,4,6
/proc/18448/stat : 18448 (march_hi) R 18444 18448 18448 0 -1 4202496 605 0 0 0 255 0 0 0 25 0 1 0 658198991 2179072 340 33554432000 4194304 4955518 140737419084032 18446744073709551615 4238438 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18448/statm: 532 340 104 186 0 345 0
[pid=18446] ppid=18435 vsize=299188 CPUtime=0 cores=0,2,4,6
/proc/18446/stat : 18446 (python) S 18435 18435 16982 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 658198991 306368512 5578 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 2560375557292261636 0 0 17 6 0 0 0
/proc/18446/statm: 74797 5578 348 364 0 10709 0
[pid=18451] ppid=18446 vsize=1972 CPUtime=1.26 cores=0,2,4,6
/proc/18451/stat : 18451 (march_hi) R 18446 18451 18451 0 -1 4202496 579 0 0 0 126 0 0 0 25 0 1 0 658198993 2019328 319 33554432000 4194304 4955518 140736629988976 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18451/statm: 493 319 104 186 0 306 0
[pid=18449] ppid=18435 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18435 18435 16982 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 658198992 317423616 5715 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 17159475446622945537 0 0 17 6 0 0 0
/proc/18449/statm: 77496 5715 348 364 0 13405 0
[pid=18452] ppid=18449 vsize=1972 CPUtime=1.25 cores=0,2,4,6
/proc/18452/stat : 18452 (march_hi) R 18449 18452 18452 0 -1 4202496 578 0 0 0 125 0 0 0 25 0 1 0 658198993 2019328 319 33554432000 4194304 4955518 140734953516560 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18452/statm: 493 319 104 186 0 306 0
[pid=18435/tid=18442] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18442/stat : 18442 (python) S 18433 18435 16982 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658198989 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 2 0 0 0
[pid=18435/tid=18445] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18445/stat : 18445 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 20 0 5 0 658198990 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18447] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18447/stat : 18447 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 22 0 5 0 658198991 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 2521048

[startup+6.3014 s]
/proc/loadavg: 11.62 11.31 10.83 12/499 18452
/proc/meminfo: memFree=24362792/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0.01 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 890 0 0 0 0 1 0 0 18 0 1 0 658198989 285155328 5564 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 10763622080285999362 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5564 376 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=2.9 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 290 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134544132 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=0.01 cores=0,2,4,6
/proc/18444/stat : 18444 (python) S 18435 18435 16982 0 -1 4202560 922 0 0 0 0 1 0 0 15 0 1 0 658198990 296247296 5707 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 13643787016809185540 0 0 17 0 0 0 0
/proc/18444/statm: 72326 5707 371 364 0 8241 0
[pid=18448] ppid=18444 vsize=2432 CPUtime=5.72 cores=0,2,4,6
/proc/18448/stat : 18448 (march_hi) R 18444 18448 18448 0 -1 4202496 671 0 0 0 572 0 0 0 25 0 1 0 658198991 2490368 406 33554432000 4194304 4955518 140737419084032 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18448/statm: 608 406 104 186 0 421 0
[pid=18446] ppid=18435 vsize=299188 CPUtime=0.02 cores=0,2,4,6
/proc/18446/stat : 18446 (python) S 18435 18435 16982 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 658198991 306368512 5601 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 2560375557292261636 0 0 17 6 0 0 0
/proc/18446/statm: 74797 5601 371 364 0 10709 0
[pid=18451] ppid=18446 vsize=2128 CPUtime=2.84 cores=0,2,4,6
/proc/18451/stat : 18451 (march_hi) R 18446 18451 18451 0 -1 4202496 602 0 0 0 284 0 0 0 25 0 1 0 658198993 2179072 342 33554432000 4194304 4955518 140736629988976 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18451/statm: 532 342 104 186 0 345 0
[pid=18449] ppid=18435 vsize=309984 CPUtime=0.02 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18435 18435 16982 0 -1 4202560 921 0 0 0 1 1 0 0 15 0 1 0 658198992 317423616 5738 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 17159475446622945537 0 0 17 6 0 0 0
/proc/18449/statm: 77496 5738 371 364 0 13405 0
[pid=18452] ppid=18449 vsize=2128 CPUtime=2.84 cores=0,2,4,6
/proc/18452/stat : 18452 (march_hi) R 18449 18452 18452 0 -1 4202496 602 0 0 0 284 0 0 0 25 0 1 0 658198993 2179072 343 33554432000 4194304 4955518 140734953516560 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18452/statm: 532 343 104 186 0 345 0
[pid=18435/tid=18442] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18442/stat : 18442 (python) S 18433 18435 16982 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658198989 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 2 0 0 0
[pid=18435/tid=18445] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18445/stat : 18445 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 20 0 5 0 658198990 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18447] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18447/stat : 18447 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 22 0 5 0 658198991 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 2521664

[startup+12.7013 s]
/proc/loadavg: 11.57 11.31 10.83 13/499 18452
/proc/meminfo: memFree=24358464/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0.03 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 893 0 0 0 1 2 0 0 18 0 1 0 658198989 285155328 5564 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 18047999584826786050 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5564 376 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=6.1 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 610 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=0.04 cores=0,2,4,6

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

[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 62.94
Current children cumulated vsize (KiB) 2524644

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

[startup+28.7015 s]
/proc/loadavg: 11.44 11.29 10.83 13/499 18453
/proc/meminfo: memFree=24352512/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0.1 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 902 0 0 0 5 5 0 0 18 0 1 0 658198989 285155328 5564 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 18047999584826786050 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5564 376 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=14.04 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 1404 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134524688 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=0.6 cores=0,2,4,6
/proc/18444/stat : 18444 (python) R 18435 18435 16982 0 -1 4202560 956 0 0 0 50 10 0 0 16 0 1 0 658198990 296247296 5707 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/18444/statm: 72326 5707 371 364 0 8241 0
[pid=18448] ppid=18444 vsize=0 CPUtime=27.54 cores=0,2,4,6
/proc/18448/stat : 18448 (march_hi) R 18444 18448 18448 0 -1 4202500 1070 0 0 0 2754 0 0 0 25 0 1 0 658198991 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/18448/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18435 vsize=299188 CPUtime=0.1 cores=0,2,4,6
/proc/18446/stat : 18446 (python) S 18435 18435 16982 0 -1 4202560 934 0 0 0 5 5 0 0 15 0 1 0 658198991 306368512 5601 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 2560375557292261636 0 0 17 6 0 0 0
/proc/18446/statm: 74797 5601 371 364 0 10709 0
[pid=18451] ppid=18446 vsize=2812 CPUtime=14.01 cores=0,2,4,6
/proc/18451/stat : 18451 (march_hi) R 18446 18451 18451 0 -1 4202496 774 0 0 0 1401 0 0 0 25 0 1 0 658198993 2879488 514 33554432000 4194304 4955518 140736629988976 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18451/statm: 703 514 104 186 0 516 0
[pid=18449] ppid=18435 vsize=309984 CPUtime=0.1 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18435 18435 16982 0 -1 4202560 933 0 0 0 5 5 0 0 15 0 1 0 658198992 317423616 5738 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 17159475446622945537 0 0 17 6 0 0 0
/proc/18449/statm: 77496 5738 371 364 0 13405 0
[pid=18452] ppid=18449 vsize=2812 CPUtime=14.04 cores=0,2,4,6
/proc/18452/stat : 18452 (march_hi) R 18449 18452 18452 0 -1 4202496 773 0 0 0 1404 0 0 0 25 0 1 0 658198993 2879488 514 33554432000 4194304 4955518 140734953516560 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18452/statm: 703 514 104 186 0 516 0
[pid=18435/tid=18442] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18442/stat : 18442 (python) S 18433 18435 16982 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658198989 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 2 0 0 0
[pid=18435/tid=18445] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18445/stat : 18445 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 20 0 5 0 658198990 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18447] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18447/stat : 18447 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 22 0 5 0 658198991 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 70.98
Current children cumulated vsize (KiB) 2520600

[startup+29.5013 s]
/proc/loadavg: 11.44 11.29 10.83 13/499 18453
/proc/meminfo: memFree=24352512/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0.1 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 902 0 0 0 5 5 0 0 18 0 1 0 658198989 285155328 5564 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 18047999584826786050 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5564 376 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=14.44 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 1444 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134547355 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=1.4 cores=0,2,4,6
/proc/18444/stat : 18444 (python) R 18435 18435 16982 0 -1 4202560 956 0 0 0 122 18 0 0 17 0 1 0 658198990 296247296 5707 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/18444/statm: 72326 5707 371 364 0 8241 0
[pid=18448] ppid=18444 vsize=0 CPUtime=27.54 cores=0,2,4,6
/proc/18448/stat : 18448 (march_hi) R 18444 18448 18448 0 -1 4202500 1070 0 0 0 2754 0 0 0 25 0 1 0 658198991 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/18448/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18435 vsize=299188 CPUtime=0.1 cores=0,2,4,6
/proc/18446/stat : 18446 (python) S 18435 18435 16982 0 -1 4202560 934 0 0 0 5 5 0 0 15 0 1 0 658198991 306368512 5601 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 2560375557292261636 0 0 17 6 0 0 0
/proc/18446/statm: 74797 5601 371 364 0 10709 0
[pid=18451] ppid=18446 vsize=2812 CPUtime=14.41 cores=0,2,4,6
/proc/18451/stat : 18451 (march_hi) R 18446 18451 18451 0 -1 4202496 781 0 0 0 1441 0 0 0 25 0 1 0 658198993 2879488 521 33554432000 4194304 4955518 140736629988976 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18451/statm: 703 521 104 186 0 516 0
[pid=18449] ppid=18435 vsize=309984 CPUtime=0.1 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18435 18435 16982 0 -1 4202560 933 0 0 0 5 5 0 0 15 0 1 0 658198992 317423616 5738 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 17159475446622945537 0 0 17 6 0 0 0
/proc/18449/statm: 77496 5738 371 364 0 13405 0
[pid=18452] ppid=18449 vsize=2812 CPUtime=14.44 cores=0,2,4,6
/proc/18452/stat : 18452 (march_hi) R 18449 18452 18452 0 -1 4202496 781 0 0 0 1444 0 0 0 25 0 1 0 658198993 2879488 522 33554432000 4194304 4955518 140734953516560 18446744073709551615 4209639 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18452/statm: 703 522 104 186 0 516 0
[pid=18435/tid=18442] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18442/stat : 18442 (python) S 18433 18435 16982 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658198989 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 2 0 0 0
[pid=18435/tid=18445] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18445/stat : 18445 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 20 0 5 0 658198990 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18447] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18447/stat : 18447 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 22 0 5 0 658198991 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 72.98
Current children cumulated vsize (KiB) 2520600

[startup+29.9012 s]
/proc/loadavg: 11.57 11.32 10.84 13/499 18453
/proc/meminfo: memFree=24351768/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0.1 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 902 0 0 0 5 5 0 0 18 0 1 0 658198989 285155328 5564 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 18047999584826786050 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5564 376 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=14.64 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 1464 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=1.8 cores=0,2,4,6
/proc/18444/stat : 18444 (python) R 18435 18435 16982 0 -1 4202560 956 0 0 0 157 23 0 0 17 0 1 0 658198990 296247296 5707 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/18444/statm: 72326 5707 371 364 0 8241 0
[pid=18448] ppid=18444 vsize=0 CPUtime=27.54 cores=0,2,4,6
/proc/18448/stat : 18448 (march_hi) R 18444 18448 18448 0 -1 4202500 1070 0 0 0 2754 0 0 0 25 0 1 0 658198991 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/18448/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18435 vsize=299188 CPUtime=0.1 cores=0,2,4,6
/proc/18446/stat : 18446 (python) S 18435 18435 16982 0 -1 4202560 934 0 0 0 5 5 0 0 15 0 1 0 658198991 306368512 5601 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 2560375557292261636 0 0 17 6 0 0 0
/proc/18446/statm: 74797 5601 371 364 0 10709 0
[pid=18451] ppid=18446 vsize=3004 CPUtime=14.61 cores=0,2,4,6
/proc/18451/stat : 18451 (march_hi) R 18446 18451 18451 0 -1 4202496 809 0 0 0 1461 0 0 0 25 0 1 0 658198993 3076096 549 33554432000 4194304 4955518 140736629988976 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18451/statm: 751 549 104 186 0 564 0
[pid=18449] ppid=18435 vsize=309984 CPUtime=0.1 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18435 18435 16982 0 -1 4202560 933 0 0 0 5 5 0 0 15 0 1 0 658198992 317423616 5738 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 17159475446622945537 0 0 17 6 0 0 0
/proc/18449/statm: 77496 5738 371 364 0 13405 0
[pid=18452] ppid=18449 vsize=2812 CPUtime=14.64 cores=0,2,4,6
/proc/18452/stat : 18452 (march_hi) R 18449 18452 18452 0 -1 4202496 784 0 0 0 1464 0 0 0 25 0 1 0 658198993 2879488 525 33554432000 4194304 4955518 140734953516560 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18452/statm: 703 525 104 186 0 516 0
[pid=18435/tid=18442] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18442/stat : 18442 (python) S 18433 18435 16982 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658198989 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 2 0 0 0
[pid=18435/tid=18445] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18445/stat : 18445 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 20 0 5 0 658198990 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18447] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18447/stat : 18447 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 22 0 5 0 658198991 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 73.98
Current children cumulated vsize (KiB) 2520792

[startup+30.3012 s]
/proc/loadavg: 11.57 11.32 10.84 13/499 18453
/proc/meminfo: memFree=24351768/32951124 swapFree=53501244/67111528
[pid=18435] ppid=18433 vsize=320228 CPUtime=0.45 cores=0,2,4,6
/proc/18435/stat : 18435 (python) S 18433 18435 16982 0 -1 4202496 12223 932 1 0 37 8 0 0 23 0 5 0 658198937 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18435/statm: 80057 7254 1881 364 0 15966 0
[pid=18441] ppid=18435 vsize=278472 CPUtime=0.1 cores=0,2,4,6
/proc/18441/stat : 18441 (python) S 18435 18435 16982 0 -1 4202560 902 0 0 0 5 5 0 0 18 0 1 0 658198989 285155328 5564 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535439 0 0 16781312 514 18047999584826786050 0 0 17 2 0 0 0
/proc/18441/statm: 69618 5564 376 364 0 5536 0
[pid=18443] ppid=18441 vsize=1017800 CPUtime=14.84 cores=0,2,4,6
/proc/18443/stat : 18443 (gnovelty+2) R 18441 18443 18443 0 -1 4202496 429 0 0 0 1484 0 0 0 25 0 1 0 658198990 1042227200 168 33554432000 134512640 135663704 4293532912 18446744073709551615 134546772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18443/statm: 254450 168 113 282 0 254166 0
[pid=18444] ppid=18435 vsize=289304 CPUtime=2.2 cores=0,2,4,6
/proc/18444/stat : 18444 (python) R 18435 18435 16982 0 -1 4202560 959 0 0 0 192 28 0 0 18 0 1 0 658198990 296247296 5707 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646345535 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/18444/statm: 72326 5707 371 364 0 8241 0
[pid=18448] ppid=18444 vsize=0 CPUtime=27.54 cores=0,2,4,6
/proc/18448/stat : 18448 (march_hi) R 18444 18448 18448 0 -1 4202500 1070 0 0 0 2754 0 0 0 25 0 1 0 658198991 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/18448/statm: 0 0 0 0 0 0 0
[pid=18446] ppid=18435 vsize=299188 CPUtime=0.1 cores=0,2,4,6
/proc/18446/stat : 18446 (python) S 18435 18435 16982 0 -1 4202560 934 0 0 0 5 5 0 0 15 0 1 0 658198991 306368512 5601 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 2560375557292261636 0 0 17 6 0 0 0
/proc/18446/statm: 74797 5601 371 364 0 10709 0
[pid=18451] ppid=18446 vsize=3344 CPUtime=14.81 cores=0,2,4,6
/proc/18451/stat : 18451 (march_hi) R 18446 18451 18451 0 -1 4202496 812 0 0 0 1481 0 0 0 25 0 1 0 658198993 3424256 552 33554432000 4194304 4955518 140736629988976 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18451/statm: 836 552 104 186 0 649 0
[pid=18449] ppid=18435 vsize=309984 CPUtime=0.1 cores=0,2,4,6
/proc/18449/stat : 18449 (python) S 18435 18435 16982 0 -1 4202560 933 0 0 0 5 5 0 0 15 0 1 0 658198992 317423616 5738 33554432000 4194304 5683644 140735018493568 18446744073709551615 216634535494 0 0 16781312 514 17159475446622945537 0 0 17 6 0 0 0
/proc/18449/statm: 77496 5738 371 364 0 13405 0
[pid=18452] ppid=18449 vsize=3344 CPUtime=14.84 cores=0,2,4,6
/proc/18452/stat : 18452 (march_hi) R 18449 18452 18452 0 -1 4202496 811 0 0 0 1484 0 0 0 25 0 1 0 658198993 3424256 552 33554432000 4194304 4955518 140734953516560 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18452/statm: 836 552 104 186 0 649 0
[pid=18435/tid=18442] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18442/stat : 18442 (python) S 18433 18435 16982 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 5 0 658198989 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 2 0 0 0
[pid=18435/tid=18445] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18445/stat : 18445 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 20 0 5 0 658198990 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18447] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18447/stat : 18447 (python) S 18433 18435 16982 0 -1 4202560 38 932 0 0 0 0 0 0 22 0 5 0 658198991 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
[pid=18435/tid=18450] ppid=18433 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/18435/task/18450/stat : 18450 (python) S 18433 18435 16982 0 -1 4202560 14 932 0 0 0 0 0 0 24 0 5 0 658198993 327913472 7254 33554432000 4194304 5683644 140735018493568 18446744073709551615 216646338993 0 0 16781312 2 18446604444655083648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.98
Current children cumulated vsize (KiB) 2521664

Child status: 0
Real time (s): 30.3693
CPU time (s): 75.2346
CPU user time (s): 74.6726
CPU system time (s): 0.561914
CPU usage (%): 247.732
Max. virtual memory (cumulated for all children) (KiB): 2524644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.6726
system time used= 0.561914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24743
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= 2109
involuntary context switches= 1175

runsolver used 0.153976 second user time and 0.32395 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 15:26:03
IDJOB=3378501
IDBENCH=82910
IDSOLVER=1859
FILE ID=node103/3378501-1305465963
RUNJOBID= node103-1305462668-17000
PBS_JOBID= 13324971
Free space on /tmp= 72932 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S895193371-061.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378501-1305465963/watcher-3378501-1305465963 -o /tmp/evaluation-result-3378501-1305465963/solver-3378501-1305465963 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378501-1305465963.cnf -seed 1504708810 -budget 4800 -cores 4

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

MD5SUM BENCH= 737aa440f80cd8be0050a0f138c79eb6
RANDOM SEED=1504708810

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24406820 kB
Buffers:        333004 kB
Cached:        4203620 kB
SwapCached:     340184 kB
Active:        3022048 kB
Inactive:      5214872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24406820 kB
SwapTotal:    67111528 kB
SwapFree:     53501244 kB
Dirty:           32696 kB
Writeback:           0 kB
AnonPages:     3370520 kB
Mapped:          27936 kB
Slab:           164700 kB
PageTables:      72836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141625052 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= 72900 MiB
End job on node103 at 2011-05-15 15:26:34