Trace number 3377453

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-seq-random (fixed)UNSAT 207.741 211.673

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
MD5SUM9f541a728bb78454d33f408db36e3bd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.08007
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.65/4.91	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.65/4.91	c INFO: solving HOME/instance-3377453-1305453311.cnf
0.65/4.91	c INFO: computing task features
0.65/4.92	c INFO: computed variable-clause graph statistics
0.65/4.92	c INFO: computed clause balance statistics
0.65/4.96	c INFO: computed variable balance statistics
0.65/4.98	c INFO: computed small-clause counts
0.65/4.98	c INFO: computed Horn-clause counts
0.65/4.98	c INFO: computed variable graph statistics
0.65/4.99	c INFO: collected features for HOME/instance-3377453-1305453311.cnf in 0.07 s
0.73/5.01	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.61)
101.14/105.26	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.06)
201.48/205.52	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.73)
207.58/211.65	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-3377453-1305453311/watcher-3377453-1305453311 -o /tmp/evaluation-result-3377453-1305453311/solver-3377453-1305453311 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377453-1305453311.cnf -seed 1147007127 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.10 2.52 3.27 4/348 12250
/proc/meminfo: memFree=17219004/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=15380 CPUtime=0 cores=5,7
/proc/12250/stat : 12250 (python) R 12248 12250 10833 0 -1 4202496 794 0 0 0 0 0 0 0 17 0 1 0 656932098 15749120 681 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613108736 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/12250/statm: 3845 681 322 364 0 332 0

[startup+0.112829 s]
/proc/loadavg: 1.10 2.52 3.27 4/348 12250
/proc/meminfo: memFree=17219004/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=23180 CPUtime=0.04 cores=5,7
/proc/12250/stat : 12250 (python) D 12248 12250 10833 0 -1 4202496 1329 0 1 0 2 2 0 0 17 0 1 0 656932098 23736320 1178 33554432000 4194304 5683644 140735415814656 18446744073709551615 270608187015 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12250/statm: 5795 1178 432 364 0 722 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23180

[startup+0.200842 s]
/proc/loadavg: 1.10 2.52 3.27 4/348 12250
/proc/meminfo: memFree=17219004/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=36508 CPUtime=0.07 cores=5,7
/proc/12250/stat : 12250 (python) R 12248 12250 10833 0 -1 4202496 1572 0 4 0 3 4 0 0 17 0 1 0 656932098 37384192 1411 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613108736 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12250/statm: 9127 1411 452 364 0 944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36508

[startup+0.300805 s]
/proc/loadavg: 1.10 2.52 3.27 4/348 12250
/proc/meminfo: memFree=17219004/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=52412 CPUtime=0.11 cores=5,7
/proc/12250/stat : 12250 (python) R 12248 12250 10833 0 -1 4202496 2009 0 6 0 4 7 0 0 17 0 1 0 656932098 53669888 1775 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613108736 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/12250/statm: 13103 1775 484 364 0 1284 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 52412

[startup+0.700739 s]
/proc/loadavg: 1.10 2.52 3.27 4/348 12250
/proc/meminfo: memFree=17219004/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=115428 CPUtime=0.21 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 3582 0 20 0 7 14 0 0 16 0 1 0 656932098 118198272 3241 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 6
/proc/12250/statm: 28857 3241 889 364 0 2358 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 115428

[startup+1.50059 s]
/proc/loadavg: 1.25 2.52 3.26 3/349 12267
/proc/meminfo: memFree=17156280/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=157380 CPUtime=0.43 cores=5,7
/proc/12250/stat : 12250 (python) D 12248 12250 10833 0 -1 4202496 6564 926 33 8 16 27 0 0 17 0 1 0 656932098 161157120 4695 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613116471 0 0 16781312 2 18446744071562154983 0 0 17 7 0 0 10
/proc/12250/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 157380

[startup+3.1123 s]
/proc/loadavg: 1.25 2.52 3.26 1/349 12267
/proc/meminfo: memFree=17138628/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=187740 CPUtime=0.44 cores=5,7
/proc/12250/stat : 12250 (python) D 12248 12250 10833 0 -1 4202496 6737 926 34 8 17 27 0 0 17 0 1 0 656932098 192245760 4830 33554432000 4194304 5683644 140735415814656 18446744073709551615 270608188432 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 125
/proc/12250/statm: 46935 4830 1350 364 0 3723 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 187740
heavy processes:

[startup+6.30073 s]
/proc/loadavg: 1.47 2.55 3.27 4/350 12366
/proc/meminfo: memFree=17149488/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=288676 CPUtime=0.74 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 9714 926 68 8 37 37 0 0 17 0 2 0 656932098 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 72169 7057 1875 364 0 8087 0
[pid=12268] ppid=12250 vsize=278432 CPUtime=0 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 656932599 285114368 5532 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130767 0 0 16781312 514 557237994809950470 0 0 17 7 0 0 0
/proc/12268/statm: 69608 5532 354 364 0 5526 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=1.28 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) R 12268 12270 12270 0 -1 4202496 424 0 0 0 128 0 0 0 21 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12250/tid=12269] ppid=12248 vsize=288676 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 2 0 656932599 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1584908
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 1.67 2.57 3.27 5/361 12454
/proc/meminfo: memFree=17083356/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=288676 CPUtime=0.74 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 9714 926 68 8 37 37 0 0 17 0 2 0 656932098 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 72169 7057 1875 364 0 8087 0
[pid=12268] ppid=12250 vsize=278432 CPUtime=0 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 980 0 0 0 0 0 0 0 15 0 1 0 656932599 285114368 5559 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130767 0 0 16781312 514 557237994809950470 0 0 17 7 0 0 0
/proc/12268/statm: 69608 5559 381 364 0 5526 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=7.67 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) R 12268 12270 12270 0 -1 4202496 424 0 0 0 767 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524690 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12250/tid=12269] ppid=12248 vsize=288676 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 2 0 656932599 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 1584908
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 2.03 2.62 3.28 5/361 12454
/proc/meminfo: memFree=17084932/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=288676 CPUtime=0.74 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 9714 926 68 8 37 37 0 0 17 0 2 0 656932098 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 72169 7057 1875 364 0 8087 0
[pid=12268] ppid=12250 vsize=278432 CPUtime=0.03 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 985 0 0 0 2 1 0 0 15 0 1 0 656932599 285114368 5560 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130767 0 0 16781312 514 2676651106657861894 0 0 17 7 0 0 0
/proc/12268/statm: 69608 5560 382 364 0 5526 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=20.47 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) R 12268 12270 12270 0 -1 4202496 424 0 0 0 2047 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12250/tid=12269] ppid=12248 vsize=288676 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 2 0 656932599 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.24
Current children cumulated vsize (KiB) 1584908

[startup+51.1008 s]
/proc/loadavg: 2.70 2.73 3.30 5/361 12455
/proc/meminfo: memFree=17085016/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=288676 CPUtime=0.74 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 9714 926 68 8 37 37 0 0 17 0 2 0 656932098 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 72169 7057 1875 364 0 8087 0
[pid=12268] ppid=12250 vsize=278432 CPUtime=0.1 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 997 0 0 0 6 4 0 0 15 0 1 0 656932599 285114368 5560 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130767 0 0 16781312 514 2676651106657861894 0 0 17 7 0 0 0
/proc/12268/statm: 69608 5560 382 364 0 5526 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=46.07 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) R 12268 12270 12270 0 -1 4202496 424 0 0 0 4607 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12250/tid=12269] ppid=12248 vsize=288676 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 2 0 656932599 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.91
Current children cumulated vsize (KiB) 1584908

[startup+102.301 s]
/proc/loadavg: 3.56 2.97 3.34 5/361 12456
/proc/meminfo: memFree=17083380/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=288676 CPUtime=0.74 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 9714 926 68 8 37 37 0 0 17 0 2 0 656932098 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 72169 7057 1875 364 0 8087 0
[pid=12268] ppid=12250 vsize=278432 CPUtime=0.23 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 1023 0 0 0 14 9 0 0 15 0 1 0 656932599 285114368 5560 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130767 0 0 16781312 514 2676651106657861894 0 0 17 7 0 0 0
/proc/12268/statm: 69608 5560 382 364 0 5526 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=97.28 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) R 12268 12270 12270 0 -1 4202496 424 0 0 0 9728 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134525332 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12250/tid=12269] ppid=12248 vsize=288676 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 2 0 656932599 295604224 7057 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 98.25
Current children cumulated vsize (KiB) 1584908

[startup+162.301 s]
/proc/loadavg: 3.90 3.17 3.39 5/377 12474
/proc/meminfo: memFree=17064220/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=299504 CPUtime=0.76 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 10552 926 68 8 38 38 0 0 20 0 3 0 656932098 306692096 7207 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 74876 7207 1878 364 0 10791 0
[pid=12268] ppid=12250 vsize=288676 CPUtime=0.24 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 1164 0 0 0 15 9 0 0 16 0 2 0 656932599 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12268/statm: 72169 5598 415 364 0 8087 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=100.23 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) T 12268 12270 12270 0 -1 4202496 424 0 0 0 10023 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12268/tid=12457] ppid=12250 vsize=288676 CPUtime=0 cores=5,7
/proc/12268/task/12457/stat : 12457 (python) S 12250 12250 10833 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656942623 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604457337402624 0 0 -1 7 0 0 0
[pid=12458] ppid=12250 vsize=289260 CPUtime=0.13 cores=5,7
/proc/12458/stat : 12458 (python) S 12250 12250 10833 0 -1 4202560 900 0 0 0 7 6 0 0 18 0 1 0 656942624 296202240 5696 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130822 0 0 16781312 514 2676651106657861895 0 0 17 5 0 0 0
/proc/12458/statm: 72315 5696 371 364 0 8230 0
[pid=12460] ppid=12458 vsize=1017800 CPUtime=56.91 cores=5,7
/proc/12460/stat : 12460 (gnovelty+2) R 12458 12460 12460 0 -1 4202496 424 0 0 0 5691 0 0 0 25 0 1 0 656942625 1042227200 161 33554432000 134512640 135663704 4290570864 18446744073709551615 134524957 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12460/statm: 254450 161 113 282 0 254166 0
[pid=12250/tid=12269] ppid=12248 vsize=299504 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 3 0 656932599 306692096 7207 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12459] ppid=12248 vsize=299504 CPUtime=0 cores=5,7
/proc/12250/task/12459/stat : 12459 (python) S 12248 12250 10833 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 3 0 656942625 306692096 7207 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 158.27
Current children cumulated vsize (KiB) 2913040

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

[startup+180.001 s]

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

/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 11375 926 68 8 39 38 0 0 19 0 4 0 656932098 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 77357 7113 1880 364 0 13269 0
[pid=12268] ppid=12250 vsize=288676 CPUtime=0.24 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 1164 0 0 0 15 9 0 0 16 0 2 0 656932599 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12268/statm: 72169 5598 415 364 0 8087 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=100.23 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) T 12268 12270 12270 0 -1 4202496 424 0 0 0 10023 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12268/tid=12457] ppid=12250 vsize=288676 CPUtime=0 cores=5,7
/proc/12268/task/12457/stat : 12457 (python) S 12250 12250 10833 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656942623 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604457337402624 0 0 -1 7 0 0 0
[pid=12458] ppid=12250 vsize=289260 CPUtime=0.24 cores=5,7
/proc/12458/stat : 12458 (python) S 12250 12250 10833 0 -1 4202560 1076 0 0 0 13 11 0 0 19 0 2 0 656942624 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12458/statm: 72315 5726 400 364 0 8230 0
[pid=12460] ppid=12458 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/12460/stat : 12460 (gnovelty+2) T 12458 12460 12460 0 -1 4202496 424 0 0 0 10001 0 0 0 25 0 1 0 656942625 1042227200 161 33554432000 134512640 135663704 4290570864 18446744073709551615 134546942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12460/statm: 254450 161 113 282 0 254166 0
[pid=12250/tid=12269] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 4 0 656932599 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12459] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12459/stat : 12459 (python) S 12248 12250 10833 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 4 0 656942625 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.49
Current children cumulated vsize (KiB) 2922964

[startup+208.813 s]
/proc/loadavg: 3.95 3.28 3.41 5/389 12487
/proc/meminfo: memFree=17050196/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=309428 CPUtime=0.77 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 11375 926 68 8 39 38 0 0 19 0 4 0 656932098 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 77357 7113 1880 364 0 13269 0
[pid=12268] ppid=12250 vsize=288676 CPUtime=0.24 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 1164 0 0 0 15 9 0 0 16 0 2 0 656932599 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12268/statm: 72169 5598 415 364 0 8087 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=100.23 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) T 12268 12270 12270 0 -1 4202496 424 0 0 0 10023 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12268/tid=12457] ppid=12250 vsize=288676 CPUtime=0 cores=5,7
/proc/12268/task/12457/stat : 12457 (python) S 12250 12250 10833 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656942623 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604457337402624 0 0 -1 7 0 0 0
[pid=12458] ppid=12250 vsize=289260 CPUtime=0.24 cores=5,7
/proc/12458/stat : 12458 (python) S 12250 12250 10833 0 -1 4202560 1076 0 0 0 13 11 0 0 19 0 2 0 656942624 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12458/statm: 72315 5726 400 364 0 8230 0
[pid=12460] ppid=12458 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/12460/stat : 12460 (gnovelty+2) T 12458 12460 12460 0 -1 4202496 424 0 0 0 10001 0 0 0 25 0 1 0 656942625 1042227200 161 33554432000 134512640 135663704 4290570864 18446744073709551615 134546942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12460/statm: 254450 161 113 282 0 254166 0
[pid=12458/tid=12476] ppid=12250 vsize=289260 CPUtime=0 cores=5,7
/proc/12458/task/12476/stat : 12476 (python) S 12250 12250 10833 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656952649 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604465883959616 0 0 -1 5 0 0 0
[pid=12477] ppid=12250 vsize=299184 CPUtime=0 cores=5,7
/proc/12477/stat : 12477 (python) S 12250 12250 10833 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 656952650 306364416 5577 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130822 0 0 16781312 514 17893676535093625092 0 0 17 7 0 0 0
/proc/12477/statm: 74796 5577 348 364 0 10708 0
[pid=12479] ppid=12477 vsize=1420 CPUtime=3.28 cores=5,7
/proc/12479/stat : 12479 (march_hi) R 12477 12479 12479 0 -1 4202496 473 0 0 0 328 0 0 0 25 0 1 0 656952651 1454080 209 33554432000 4194304 4955518 140735169682768 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12479/statm: 355 209 106 186 0 168 0
[pid=12250/tid=12269] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 4 0 656932599 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12459] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12459/stat : 12459 (python) S 12248 12250 10833 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 4 0 656942625 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12478] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12478/stat : 12478 (python) S 12248 12250 10833 0 -1 4202560 28 926 0 8 0 0 0 0 20 0 4 0 656952650 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.77
Current children cumulated vsize (KiB) 3223568

[startup+210.401 s]
/proc/loadavg: 3.95 3.28 3.41 5/377 12514
/proc/meminfo: memFree=17080596/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=309428 CPUtime=0.77 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 11375 926 68 8 39 38 0 0 19 0 4 0 656932098 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 77357 7113 1880 364 0 13269 0
[pid=12268] ppid=12250 vsize=288676 CPUtime=0.24 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 1164 0 0 0 15 9 0 0 16 0 2 0 656932599 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12268/statm: 72169 5598 415 364 0 8087 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=100.23 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) T 12268 12270 12270 0 -1 4202496 424 0 0 0 10023 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12268/tid=12457] ppid=12250 vsize=288676 CPUtime=0 cores=5,7
/proc/12268/task/12457/stat : 12457 (python) S 12250 12250 10833 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656942623 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604457337402624 0 0 -1 7 0 0 0
[pid=12458] ppid=12250 vsize=289260 CPUtime=0.24 cores=5,7
/proc/12458/stat : 12458 (python) S 12250 12250 10833 0 -1 4202560 1076 0 0 0 13 11 0 0 19 0 2 0 656942624 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12458/statm: 72315 5726 400 364 0 8230 0
[pid=12460] ppid=12458 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/12460/stat : 12460 (gnovelty+2) T 12458 12460 12460 0 -1 4202496 424 0 0 0 10001 0 0 0 25 0 1 0 656942625 1042227200 161 33554432000 134512640 135663704 4290570864 18446744073709551615 134546942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12460/statm: 254450 161 113 282 0 254166 0
[pid=12458/tid=12476] ppid=12250 vsize=289260 CPUtime=0 cores=5,7
/proc/12458/task/12476/stat : 12476 (python) S 12250 12250 10833 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656952649 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604465883959616 0 0 -1 5 0 0 0
[pid=12477] ppid=12250 vsize=299184 CPUtime=0.02 cores=5,7
/proc/12477/stat : 12477 (python) S 12250 12250 10833 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 656952650 306364416 5609 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130822 0 0 16781312 514 17893676535093625092 0 0 17 7 0 0 0
/proc/12477/statm: 74796 5609 380 364 0 10708 0
[pid=12479] ppid=12477 vsize=1420 CPUtime=4.86 cores=5,7
/proc/12479/stat : 12479 (march_hi) R 12477 12479 12479 0 -1 4202496 473 0 0 0 486 0 0 0 25 0 1 0 656952651 1454080 209 33554432000 4194304 4955518 140735169682768 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12479/statm: 355 209 106 186 0 168 0
[pid=12250/tid=12269] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 4 0 656932599 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12459] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12459/stat : 12459 (python) S 12248 12250 10833 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 4 0 656942625 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12478] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12478/stat : 12478 (python) S 12248 12250 10833 0 -1 4202560 28 926 0 8 0 0 0 0 20 0 4 0 656952650 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 206.37
Current children cumulated vsize (KiB) 3223568

[startup+211.2 s]
/proc/loadavg: 3.95 3.30 3.42 5/385 12526
/proc/meminfo: memFree=17054132/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=309428 CPUtime=0.77 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 11375 926 68 8 39 38 0 0 19 0 4 0 656932098 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 77357 7113 1880 364 0 13269 0
[pid=12268] ppid=12250 vsize=288676 CPUtime=0.24 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 1164 0 0 0 15 9 0 0 16 0 2 0 656932599 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12268/statm: 72169 5598 415 364 0 8087 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=100.23 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) T 12268 12270 12270 0 -1 4202496 424 0 0 0 10023 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12268/tid=12457] ppid=12250 vsize=288676 CPUtime=0 cores=5,7
/proc/12268/task/12457/stat : 12457 (python) S 12250 12250 10833 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656942623 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604457337402624 0 0 -1 7 0 0 0
[pid=12458] ppid=12250 vsize=289260 CPUtime=0.24 cores=5,7
/proc/12458/stat : 12458 (python) S 12250 12250 10833 0 -1 4202560 1076 0 0 0 13 11 0 0 19 0 2 0 656942624 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12458/statm: 72315 5726 400 364 0 8230 0
[pid=12460] ppid=12458 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/12460/stat : 12460 (gnovelty+2) T 12458 12460 12460 0 -1 4202496 424 0 0 0 10001 0 0 0 25 0 1 0 656942625 1042227200 161 33554432000 134512640 135663704 4290570864 18446744073709551615 134546942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12460/statm: 254450 161 113 282 0 254166 0
[pid=12458/tid=12476] ppid=12250 vsize=289260 CPUtime=0 cores=5,7
/proc/12458/task/12476/stat : 12476 (python) S 12250 12250 10833 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656952649 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604465883959616 0 0 -1 5 0 0 0
[pid=12477] ppid=12250 vsize=299184 CPUtime=0.02 cores=5,7
/proc/12477/stat : 12477 (python) S 12250 12250 10833 0 -1 4202560 916 0 0 0 1 1 0 0 15 0 1 0 656952650 306364416 5609 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130822 0 0 16781312 514 17893676535093625092 0 0 17 7 0 0 0
/proc/12477/statm: 74796 5609 380 364 0 10708 0
[pid=12479] ppid=12477 vsize=1420 CPUtime=5.66 cores=5,7
/proc/12479/stat : 12479 (march_hi) R 12477 12479 12479 0 -1 4202496 473 0 0 0 566 0 0 0 25 0 1 0 656952651 1454080 209 33554432000 4194304 4955518 140735169682768 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12479/statm: 355 209 106 186 0 168 0
[pid=12250/tid=12269] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 4 0 656932599 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12459] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12459/stat : 12459 (python) S 12248 12250 10833 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 4 0 656942625 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12478] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12478/stat : 12478 (python) S 12248 12250 10833 0 -1 4202560 28 926 0 8 0 0 0 0 20 0 4 0 656952650 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 207.17
Current children cumulated vsize (KiB) 3223568

[startup+211.601 s]
/proc/loadavg: 3.95 3.30 3.42 5/385 12526
/proc/meminfo: memFree=17054132/32951124 swapFree=67056804/67111528
[pid=12250] ppid=12248 vsize=309428 CPUtime=0.77 cores=5,7
/proc/12250/stat : 12250 (python) S 12248 12250 10833 0 -1 4202496 11375 926 68 8 39 38 0 0 19 0 4 0 656932098 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 314
/proc/12250/statm: 77357 7113 1880 364 0 13269 0
[pid=12268] ppid=12250 vsize=288676 CPUtime=0.24 cores=5,7
/proc/12268/stat : 12268 (python) S 12250 12250 10833 0 -1 4202560 1164 0 0 0 15 9 0 0 16 0 2 0 656932599 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12268/statm: 72169 5598 415 364 0 8087 0
[pid=12270] ppid=12268 vsize=1017800 CPUtime=100.23 cores=5,7
/proc/12270/stat : 12270 (gnovelty+2) T 12268 12270 12270 0 -1 4202496 424 0 0 0 10023 0 0 0 25 0 1 0 656932599 1042227200 161 33554432000 134512640 135663704 4292035840 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/12270/statm: 254450 161 113 282 0 254166 0
[pid=12268/tid=12457] ppid=12250 vsize=288676 CPUtime=0 cores=5,7
/proc/12268/task/12457/stat : 12457 (python) S 12250 12250 10833 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656942623 295604224 5598 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604457337402624 0 0 -1 7 0 0 0
[pid=12458] ppid=12250 vsize=289260 CPUtime=0.24 cores=5,7
/proc/12458/stat : 12458 (python) S 12250 12250 10833 0 -1 4202560 1076 0 0 0 13 11 0 0 19 0 2 0 656942624 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/12458/statm: 72315 5726 400 364 0 8230 0
[pid=12460] ppid=12458 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/12460/stat : 12460 (gnovelty+2) T 12458 12460 12460 0 -1 4202496 424 0 0 0 10001 0 0 0 25 0 1 0 656942625 1042227200 161 33554432000 134512640 135663704 4290570864 18446744073709551615 134546942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/12460/statm: 254450 161 113 282 0 254166 0
[pid=12458/tid=12476] ppid=12250 vsize=289260 CPUtime=0 cores=5,7
/proc/12458/task/12476/stat : 12476 (python) S 12250 12250 10833 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656952649 296202240 5726 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 514 18446604465883959616 0 0 -1 5 0 0 0
[pid=12477] ppid=12250 vsize=299184 CPUtime=0.02 cores=5,7
/proc/12477/stat : 12477 (python) S 12250 12250 10833 0 -1 4202560 917 0 0 0 1 1 0 0 15 0 1 0 656952650 306364416 5609 33554432000 4194304 5683644 140735415814656 18446744073709551615 270613130822 0 0 16781312 514 5606880192027918596 0 0 17 7 0 0 0
/proc/12477/statm: 74796 5609 380 364 0 10708 0
[pid=12479] ppid=12477 vsize=1420 CPUtime=6.07 cores=5,7
/proc/12479/stat : 12479 (march_hi) R 12477 12479 12479 0 -1 4202496 474 0 0 0 607 0 0 0 25 0 1 0 656952651 1454080 210 33554432000 4194304 4955518 140735169682768 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12479/statm: 355 210 106 186 0 168 0
[pid=12250/tid=12269] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12269/stat : 12269 (python) S 12248 12250 10833 0 -1 4202560 31 926 0 8 0 0 0 0 18 0 4 0 656932599 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12459] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12459/stat : 12459 (python) S 12248 12250 10833 0 -1 4202560 23 926 0 8 0 0 0 0 20 0 4 0 656942625 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
[pid=12250/tid=12478] ppid=12248 vsize=309428 CPUtime=0 cores=5,7
/proc/12250/task/12478/stat : 12478 (python) S 12248 12250 10833 0 -1 4202560 28 926 0 8 0 0 0 0 20 0 4 0 656952650 316854272 7113 33554432000 4194304 5683644 140735415814656 18446744073709551615 270624934321 0 0 16781312 2 18446604462129763264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 207.58
Current children cumulated vsize (KiB) 3223568

Child status: 0
Real time (s): 211.673
CPU time (s): 207.741
CPU user time (s): 207.103
CPU system time (s): 0.638902
CPU usage (%): 98.1426
Max. virtual memory (cumulated for all children) (KiB): 3223568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.103
system time used= 0.638902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21408
page faults= 76
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42405
involuntary context switches= 2660

runsolver used 0.711891 second user time and 1.50677 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 11:55:11
IDJOB=3377453
IDBENCH=82762
IDSOLVER=1857
FILE ID=node108/3377453-1305453311
RUNJOBID= node108-1305453311-12211
PBS_JOBID= 13324850
Free space on /tmp= 73544 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377453-1305453311/watcher-3377453-1305453311 -o /tmp/evaluation-result-3377453-1305453311/solver-3377453-1305453311 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377453-1305453311.cnf -seed 1147007127 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 9f541a728bb78454d33f408db36e3bd8
RANDOM SEED=1147007127

node108.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.820
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.64
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.820
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.15
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.820
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.82
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.820
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.820
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.82
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17219344 kB
Buffers:        298716 kB
Cached:        5003732 kB
SwapCached:       8700 kB
Active:       11254092 kB
Inactive:      4161740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17219344 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:          127304 kB
Writeback:           0 kB
AnonPages:    10110128 kB
Mapped:          27892 kB
Slab:           213144 kB
PageTables:      38952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52322708 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= 73452 MiB
End job on node108 at 2011-05-15 11:58:43