Trace number 3385581

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 220.266 37.464

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1273410420-036.UNKNOWN.cnf
MD5SUMc7c56fd965d7a6907a8127d8bee5e481
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.3998
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54450

Solver Data

0.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.48	c INFO: solving HOME/instance-3385581-1305569106.cnf
0.30/0.48	c INFO: computing task features
0.40/0.51	c INFO: computed variable-clause graph statistics
0.40/0.51	c INFO: computed clause balance statistics
0.50/0.69	c INFO: computed variable balance statistics
0.60/0.75	c INFO: computed small-clause counts
0.60/0.75	c INFO: computed Horn-clause counts
0.60/0.76	c INFO: computed variable graph statistics
0.60/0.76	c INFO: collected features for HOME/instance-3385581-1305569106.cnf in 0.28 s
0.60/0.79	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
0.69/0.82	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.10)
0.69/0.85	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.04)
0.69/0.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.03)
0.79/0.91	c INFO: running adaptg2wsat2009++@0 for 97 with 4999 remaining (b = 0.02)
0.79/0.95	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.02)
0.79/0.98	c INFO: running march_hi@0 for 2134 with 4999 remaining (b = 0.39)
0.88/1.02	c INFO: running march_hi@0 for 2134 with 4999 remaining (b = 0.37)
219.92/37.44	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-3385581-1305569106/watcher-3385581-1305569106 -o /tmp/evaluation-result-3385581-1305569106/solver-3385581-1305569106 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385581-1305569106.cnf -seed 841141791 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.64 10.51 9.43 4/359 10777
/proc/meminfo: memFree=19686476/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=15772 CPUtime=0 cores=0-7
/proc/10777/stat : 10777 (python) R 10775 10777 9950 0 -1 4202496 898 0 0 0 0 0 0 0 25 0 1 0 649326233 16150528 780 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338044613 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10777/statm: 3943 781 344 364 0 430 0

[startup+0.113717 s]
/proc/loadavg: 10.64 10.51 9.43 4/359 10777
/proc/meminfo: memFree=19686476/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=105232 CPUtime=0.07 cores=0-7
/proc/10777/stat : 10777 (python) R 10775 10777 9950 0 -1 4202496 3306 0 0 0 6 1 0 0 25 0 1 0 649326233 107757568 2973 33554432000 4194304 5683644 140733334207136 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10777/statm: 26307 2973 868 364 0 2055 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 105232

[startup+0.20069 s]
/proc/loadavg: 10.64 10.51 9.43 4/359 10777
/proc/meminfo: memFree=19686476/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=126800 CPUtime=0.14 cores=0-7
/proc/10777/stat : 10777 (python) R 10775 10777 9950 0 -1 4202496 5492 932 1 0 12 2 0 0 25 0 1 0 649326233 129843200 4006 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10777/statm: 31700 4006 1008 364 0 2995 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126800

[startup+0.300669 s]
/proc/loadavg: 10.64 10.51 9.43 4/359 10777
/proc/meminfo: memFree=19686476/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=163648 CPUtime=0.22 cores=0-7
/proc/10777/stat : 10777 (python) R 10775 10777 9950 0 -1 4202496 6624 932 1 0 17 5 0 0 25 0 1 0 649326233 167575552 4725 33554432000 4194304 5683644 140733334207136 18446744073709551615 270333414256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10777/statm: 40912 4726 1283 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 163648

[startup+0.700588 s]
/proc/loadavg: 10.64 10.51 9.43 4/359 10777
/proc/meminfo: memFree=19686476/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=279216 CPUtime=0.6 cores=0-7
/proc/10777/stat : 10777 (python) R 10775 10777 9950 0 -1 4202496 9528 932 1 0 52 8 0 0 18 0 1 0 649326233 285917184 7199 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338039988 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10777/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279216

[startup+1.5014 s]
/proc/loadavg: 10.64 10.51 9.43 12/384 10806
/proc/meminfo: memFree=19625076/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=361664 CPUtime=0.9 cores=0-7
/proc/10777/stat : 10777 (python) S 10775 10777 9950 0 -1 4202496 16088 932 1 0 80 10 0 0 25 0 9 0 649326233 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10777/statm: 90416 7383 1891 364 0 26313 0
[pid=10783] ppid=10777 vsize=279240 CPUtime=0 cores=0-7
/proc/10783/stat : 10783 (python) S 10777 10777 9950 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 649326313 285941760 5726 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403855 0 0 16781312 514 4261870076153561087 0 0 17 0 0 0 0
/proc/10783/statm: 69810 5726 354 364 0 5728 0
[pid=10785] ppid=10783 vsize=1017932 CPUtime=0.5 cores=0-7
/proc/10785/stat : 10785 (gnovelty+2) R 10783 10785 10785 0 -1 4202496 494 0 0 0 50 0 0 0 22 0 1 0 649326313 1042362368 227 33554432000 134512640 135663704 4292948256 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10785/statm: 254483 227 113 282 0 254199 0
[pid=10786] ppid=10777 vsize=289884 CPUtime=0 cores=0-7
/proc/10786/stat : 10786 (python) S 10777 10777 9950 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 649326316 296841216 5812 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 3523476824724078591 0 0 17 1 0 0 0
/proc/10786/statm: 72471 5812 348 364 0 8386 0
[pid=10788] ppid=10786 vsize=1017932 CPUtime=0.65 cores=0-7
/proc/10788/stat : 10788 (gnovelty+2) R 10786 10788 10788 0 -1 4202496 493 0 0 0 65 0 0 0 22 0 1 0 649326316 1042362368 226 33554432000 134512640 135663704 4291400416 18446744073709551615 134525569 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10788/statm: 254483 226 113 282 0 254199 0
[pid=10789] ppid=10777 vsize=300140 CPUtime=0 cores=0-7
/proc/10789/stat : 10789 (python) S 10777 10777 9950 0 -1 4202560 723 0 0 0 0 0 0 0 20 0 1 0 649326319 307343360 5812 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 1487442424094523391 0 0 17 6 0 0 0
/proc/10789/statm: 75035 5812 344 364 0 10947 0
[pid=10791] ppid=10789 vsize=416524 CPUtime=0.63 cores=0-7
/proc/10791/stat : 10791 (adaptg2wsat2009) R 10789 10791 10791 0 -1 4202496 585 0 0 0 63 0 0 0 25 0 1 0 649326319 426520576 321 33554432000 134512640 135107411 4291355792 18446744073709551615 134537891 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10791/statm: 104131 321 59 146 0 103007 0
[pid=10792] ppid=10777 vsize=310396 CPUtime=0 cores=0-7
/proc/10792/stat : 10792 (python) S 10777 10777 9950 0 -1 4202560 734 0 0 0 0 0 0 0 22 0 1 0 649326322 317845504 5816 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 10752462587019919359 0 0 17 1 0 0 0
/proc/10792/statm: 77599 5816 344 364 0 13508 0
[pid=10794] ppid=10792 vsize=416520 CPUtime=0.58 cores=0-7
/proc/10794/stat : 10794 (adaptg2wsat2009) R 10792 10794 10794 0 -1 4202496 534 0 0 0 58 0 0 0 25 0 1 0 649326323 426516480 266 33554432000 134512640 135107411 4290200864 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10794/statm: 104130 266 49 146 0 103006 0
[pid=10795] ppid=10777 vsize=320652 CPUtime=0 cores=0-7
/proc/10795/stat : 10795 (python) S 10777 10777 9950 0 -1 4202560 743 0 0 0 0 0 0 0 23 0 1 0 649326325 328347648 5820 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 17363118469104533503 0 0 17 0 0 0 0
/proc/10795/statm: 80163 5820 344 364 0 16069 0
[pid=10799] ppid=10795 vsize=416520 CPUtime=0.3 cores=0-7
/proc/10799/stat : 10799 (adaptg2wsat2009) R 10795 10799 10799 0 -1 4202496 535 0 0 0 30 0 0 0 25 0 1 0 649326329 426516480 266 33554432000 134512640 135107411 4291764352 18446744073709551615 134523426 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10799/statm: 104130 266 49 146 0 103006 0
[pid=10797] ppid=10777 vsize=330908 CPUtime=0 cores=0-7
/proc/10797/stat : 10797 (python) S 10777 10777 9950 0 -1 4202560 768 0 0 0 0 0 0 0 25 0 1 0 649326328 338849792 5828 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 17363122317395230719 0 0 17 1 0 0 0
/proc/10797/statm: 82727 5828 348 364 0 18630 0
[pid=10806] ppid=10797 vsize=1017932 CPUtime=0.19 cores=0-7
/proc/10806/stat : 10806 (gnovelty+2) R 10797 10806 10806 0 -1 4202496 493 0 0 0 19 0 0 0 25 0 1 0 649326337 1042362368 227 33554432000 134512640 135663704 4294233984 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10806/statm: 254483 227 113 282 0 254199 0
[pid=10800] ppid=10777 vsize=341164 CPUtime=0 cores=0-7
/proc/10800/stat : 10800 (python) S 10777 10777 9950 0 -1 4202560 783 0 0 0 0 0 0 0 21 0 1 0 649326332 349351936 5832 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 6802858765252002051 0 0 17 0 0 0 0
/proc/10800/statm: 85291 5832 348 364 0 21191 0
[pid=10802] ppid=10800 vsize=2264 CPUtime=0.47 cores=0-7
/proc/10802/stat : 10802 (march_hi) R 10800 10802 10802 0 -1 4202496 993 0 0 0 47 0 0 0 25 0 1 0 649326334 2318336 391 33554432000 4194304 4955518 140736662658864 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10802/statm: 566 391 106 186 0 379 0
[pid=10803] ppid=10777 vsize=351420 CPUtime=0 cores=0-7
/proc/10803/stat : 10803 (python) S 10777 10777 9950 0 -1 4202560 785 0 0 0 0 0 0 0 25 0 1 0 649326335 359854080 5838 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 4415165636565532671 0 0 17 0 0 0 0
/proc/10803/statm: 87855 5838 350 364 0 23752 0
[pid=10805] ppid=10803 vsize=1780 CPUtime=0.18 cores=0-7
/proc/10805/stat : 10805 (march_hi) R 10803 10805 10805 0 -1 4202496 834 0 0 0 18 0 0 0 25 0 1 0 649326336 1822720 262 33554432000 4194304 4955518 140734911595904 18446744073709551615 4269392 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10805/statm: 445 262 89 186 0 258 0
[pid=10777/tid=10784] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10784/stat : 10784 (python) S 10775 10777 9950 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 649326313 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 2 0 0 0
[pid=10777/tid=10787] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10787/stat : 10787 (python) S 10775 10777 9950 0 -1 4202560 22 932 0 0 0 0 0 0 19 0 9 0 649326316 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10790] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10790/stat : 10790 (python) S 10775 10777 9950 0 -1 4202560 21 932 0 0 0 0 0 0 21 0 9 0 649326319 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 6 0 0 0
[pid=10777/tid=10793] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10793/stat : 10793 (python) S 10775 10777 9950 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 649326322 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=10777/tid=10796] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10796/stat : 10796 (python) S 10775 10777 9950 0 -1 4202560 40 932 0 0 0 0 0 0 24 0 9 0 649326325 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10798] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10798/stat : 10798 (python) S 10775 10777 9950 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 649326329 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10801] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10801/stat : 10801 (python) S 10775 10777 9950 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 649326332 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10804] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10804/stat : 10804 (python) S 10775 10777 9950 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 649326336 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 7192872

[startup+3.10108 s]
/proc/loadavg: 10.64 10.51 9.43 12/384 10806
/proc/meminfo: memFree=19623588/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=361664 CPUtime=0.9 cores=0-7
/proc/10777/stat : 10777 (python) S 10775 10777 9950 0 -1 4202496 16088 932 1 0 80 10 0 0 25 0 9 0 649326233 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10777/statm: 90416 7383 1891 364 0 26313 0
[pid=10783] ppid=10777 vsize=279240 CPUtime=0 cores=0-7
/proc/10783/stat : 10783 (python) S 10777 10777 9950 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 649326313 285941760 5726 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403855 0 0 16781312 514 4261870076153528579 0 0 17 0 0 0 0
/proc/10783/statm: 69810 5726 354 364 0 5728 0
[pid=10785] ppid=10783 vsize=1017932 CPUtime=1.3 cores=0-7
/proc/10785/stat : 10785 (gnovelty+2) R 10783 10785 10785 0 -1 4202496 494 0 0 0 130 0 0 0 25 0 1 0 649326313 1042362368 227 33554432000 134512640 135663704 4292948256 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10785/statm: 254483 227 113 282 0 254199 0
[pid=10786] ppid=10777 vsize=289884 CPUtime=0 cores=0-7
/proc/10786/stat : 10786 (python) S 10777 10777 9950 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 649326316 296841216 5812 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 3523476824724046084 0 0 17 1 0 0 0
/proc/10786/statm: 72471 5812 348 364 0 8386 0
[pid=10788] ppid=10786 vsize=1017932 CPUtime=2.23 cores=0-7
/proc/10788/stat : 10788 (gnovelty+2) R 10786 10788 10788 0 -1 4202496 493 0 0 0 223 0 0 0 25 0 1 0 649326316 1042362368 226 33554432000 134512640 135663704 4291400416 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10788/statm: 254483 226 113 282 0 254199 0
[pid=10789] ppid=10777 vsize=300140 CPUtime=0 cores=0-7
/proc/10789/stat : 10789 (python) S 10777 10777 9950 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 649326319 307343360 5816 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 1487442424094490883 0 0 17 6 0 0 0
/proc/10789/statm: 75035 5816 348 364 0 10947 0
[pid=10791] ppid=10789 vsize=416524 CPUtime=2.23 cores=0-7
/proc/10791/stat : 10791 (adaptg2wsat2009) R 10789 10791 10791 0 -1 4202496 585 0 0 0 223 0 0 0 25 0 1 0 649326319 426520576 321 33554432000 134512640 135107411 4291355792 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10791/statm: 104131 321 59 146 0 103007 0
[pid=10792] ppid=10777 vsize=310396 CPUtime=0 cores=0-7
/proc/10792/stat : 10792 (python) S 10777 10777 9950 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 649326322 317845504 5820 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 10752462587019886849 0 0 17 1 0 0 0
/proc/10792/statm: 77599 5820 348 364 0 13508 0
[pid=10794] ppid=10792 vsize=416524 CPUtime=2.18 cores=0-7
/proc/10794/stat : 10794 (adaptg2wsat2009) R 10792 10794 10794 0 -1 4202496 589 0 0 0 218 0 0 0 25 0 1 0 649326323 426520576 321 33554432000 134512640 135107411 4290200864 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10794/statm: 104131 321 59 146 0 103007 0
[pid=10795] ppid=10777 vsize=320652 CPUtime=0 cores=0-7
/proc/10795/stat : 10795 (python) S 10777 10777 9950 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 649326325 328347648 5824 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 17363118469104500993 0 0 17 0 0 0 0
/proc/10795/statm: 80163 5824 348 364 0 16069 0
[pid=10799] ppid=10795 vsize=416524 CPUtime=1.1 cores=0-7
/proc/10799/stat : 10799 (adaptg2wsat2009) R 10795 10799 10799 0 -1 4202496 590 0 0 0 110 0 0 0 25 0 1 0 649326329 426520576 321 33554432000 134512640 135107411 4291764352 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10799/statm: 104131 321 59 146 0 103007 0
[pid=10797] ppid=10777 vsize=330908 CPUtime=0 cores=0-7
/proc/10797/stat : 10797 (python) S 10777 10777 9950 0 -1 4202560 768 0 0 0 0 0 0 0 18 0 1 0 649326328 338849792 5828 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 17363122317395198211 0 0 17 1 0 0 0
/proc/10797/statm: 82727 5828 348 364 0 18630 0
[pid=10806] ppid=10797 vsize=1017932 CPUtime=0.99 cores=0-7
/proc/10806/stat : 10806 (gnovelty+2) R 10797 10806 10806 0 -1 4202496 493 0 0 0 99 0 0 0 25 0 1 0 649326337 1042362368 227 33554432000 134512640 135663704 4294233984 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10806/statm: 254483 227 113 282 0 254199 0
[pid=10800] ppid=10777 vsize=341164 CPUtime=0 cores=0-7
/proc/10800/stat : 10800 (python) S 10777 10777 9950 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 649326332 349351936 5832 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 6802858765252002051 0 0 17 0 0 0 0
/proc/10800/statm: 85291 5832 348 364 0 21191 0
[pid=10802] ppid=10800 vsize=2264 CPUtime=2.06 cores=0-7
/proc/10802/stat : 10802 (march_hi) R 10800 10802 10802 0 -1 4202496 993 0 0 0 206 0 0 0 25 0 1 0 649326334 2318336 391 33554432000 4194304 4955518 140736662658864 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10802/statm: 566 391 106 186 0 379 0
[pid=10803] ppid=10777 vsize=351420 CPUtime=0 cores=0-7
/proc/10803/stat : 10803 (python) S 10777 10777 9950 0 -1 4202560 821 0 0 0 0 0 0 0 15 0 1 0 649326335 359854080 5842 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 9766126164992033025 0 0 17 0 0 0 0
/proc/10803/statm: 87855 5842 354 364 0 23752 0
[pid=10805] ppid=10803 vsize=2264 CPUtime=0.98 cores=0-7
/proc/10805/stat : 10805 (march_hi) R 10803 10805 10805 0 -1 4202496 999 0 0 0 98 0 0 0 25 0 1 0 649326336 2318336 392 33554432000 4194304 4955518 140734911595904 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10805/statm: 566 392 106 186 0 379 0
[pid=10777/tid=10784] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10784/stat : 10784 (python) S 10775 10777 9950 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 649326313 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 2 0 0 0
[pid=10777/tid=10787] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10787/stat : 10787 (python) S 10775 10777 9950 0 -1 4202560 22 932 0 0 0 0 0 0 19 0 9 0 649326316 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10790] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10790/stat : 10790 (python) S 10775 10777 9950 0 -1 4202560 21 932 0 0 0 0 0 0 21 0 9 0 649326319 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 6 0 0 0
[pid=10777/tid=10793] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10793/stat : 10793 (python) S 10775 10777 9950 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 649326322 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=10777/tid=10796] ppid=10775 vsize=361664 CPUtime=0 cores=0-7

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

[pid=10802] ppid=10800 vsize=0 CPUtime=35.07 cores=0-7
/proc/10802/stat : 10802 (march_hi) R 10800 10802 10802 0 -1 4202500 995 0 0 0 3507 0 0 0 25 0 1 0 649326334 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10802/statm: 0 0 0 0 0 0 0
[pid=10803] ppid=10777 vsize=351420 CPUtime=0.1 cores=0-7
/proc/10803/stat : 10803 (python) S 10777 10777 9950 0 -1 4202560 1007 0 0 0 6 4 0 0 15 0 1 0 649326335 359854080 5865 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 9766126164992033025 0 0 17 7 0 0 0
/proc/10803/statm: 87855 5865 377 364 0 23752 0
[pid=10805] ppid=10803 vsize=2264 CPUtime=17.81 cores=0-7
/proc/10805/stat : 10805 (march_hi) R 10803 10805 10805 0 -1 4202496 999 0 0 0 1781 0 0 0 25 0 1 0 649326336 2318336 392 33554432000 4194304 4955518 140734911595904 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10805/statm: 566 392 106 186 0 379 0
[pid=10777/tid=10784] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10784/stat : 10784 (python) S 10775 10777 9950 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 649326313 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 2 0 0 0
[pid=10777/tid=10787] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10787/stat : 10787 (python) S 10775 10777 9950 0 -1 4202560 22 932 0 0 0 0 0 0 19 0 9 0 649326316 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10790] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10790/stat : 10790 (python) S 10775 10777 9950 0 -1 4202560 21 932 0 0 0 0 0 0 21 0 9 0 649326319 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 6 0 0 0
[pid=10777/tid=10793] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10793/stat : 10793 (python) S 10775 10777 9950 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 649326322 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=10777/tid=10796] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10796/stat : 10796 (python) S 10775 10777 9950 0 -1 4202560 40 932 0 0 0 0 0 0 24 0 9 0 649326325 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10798] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10798/stat : 10798 (python) S 10775 10777 9950 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 649326329 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10801] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10801/stat : 10801 (python) S 10775 10777 9950 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 649326332 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10804] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10804/stat : 10804 (python) S 10775 10777 9950 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 649326336 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 216.29
Current children cumulated vsize (KiB) 7191100

[startup+37.2013 s]
/proc/loadavg: 10.86 10.57 9.49 12/384 10807
/proc/meminfo: memFree=19623856/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=361664 CPUtime=0.9 cores=0-7
/proc/10777/stat : 10777 (python) S 10775 10777 9950 0 -1 4202496 16088 932 1 0 80 10 0 0 25 0 9 0 649326233 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10777/statm: 90416 7383 1891 364 0 26313 0
[pid=10783] ppid=10777 vsize=279240 CPUtime=0.08 cores=0-7
/proc/10783/stat : 10783 (python) S 10777 10777 9950 0 -1 4202560 911 0 0 0 4 4 0 0 18 0 1 0 649326313 285941760 5749 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403855 0 0 16781312 514 13915120093970268419 0 0 17 7 0 0 0
/proc/10783/statm: 69810 5749 377 364 0 5728 0
[pid=10785] ppid=10783 vsize=1017932 CPUtime=18.38 cores=0-7
/proc/10785/stat : 10785 (gnovelty+2) R 10783 10785 10785 0 -1 4202496 494 0 0 0 1838 0 0 0 25 0 1 0 649326313 1042362368 227 33554432000 134512640 135663704 4292948256 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10785/statm: 254483 227 113 282 0 254199 0
[pid=10786] ppid=10777 vsize=289884 CPUtime=0.09 cores=0-7
/proc/10786/stat : 10786 (python) S 10777 10777 9950 0 -1 4202560 919 0 0 0 6 3 0 0 18 0 1 0 649326316 296841216 5835 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268420 0 0 17 1 0 0 0
/proc/10786/statm: 72471 5835 371 364 0 8386 0
[pid=10788] ppid=10786 vsize=1017932 CPUtime=30.75 cores=0-7
/proc/10788/stat : 10788 (gnovelty+2) R 10786 10788 10788 0 -1 4202496 493 0 0 0 3075 0 0 0 25 0 1 0 649326316 1042362368 226 33554432000 134512640 135663704 4291400416 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10788/statm: 254483 226 113 282 0 254199 0
[pid=10789] ppid=10777 vsize=300140 CPUtime=0.09 cores=0-7
/proc/10789/stat : 10789 (python) S 10777 10777 9950 0 -1 4202560 903 0 0 0 5 4 0 0 18 0 1 0 649326319 307343360 5839 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268419 0 0 17 6 0 0 0
/proc/10789/statm: 75035 5839 371 364 0 10947 0
[pid=10791] ppid=10789 vsize=416524 CPUtime=36.23 cores=0-7
/proc/10791/stat : 10791 (adaptg2wsat2009) R 10789 10791 10791 0 -1 4202496 585 0 0 0 3623 0 0 0 25 0 1 0 649326319 426520576 321 33554432000 134512640 135107411 4291355792 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10791/statm: 104131 321 59 146 0 103007 0
[pid=10792] ppid=10777 vsize=310396 CPUtime=0.09 cores=0-7
/proc/10792/stat : 10792 (python) S 10777 10777 9950 0 -1 4202560 942 0 0 0 5 4 0 0 18 0 1 0 649326322 317845504 5843 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268417 0 0 17 1 0 0 0
/proc/10792/statm: 77599 5843 371 364 0 13508 0
[pid=10794] ppid=10792 vsize=416524 CPUtime=29.08 cores=0-7
/proc/10794/stat : 10794 (adaptg2wsat2009) R 10792 10794 10794 0 -1 4202496 589 0 0 0 2908 0 0 0 25 0 1 0 649326323 426520576 321 33554432000 134512640 135107411 4290200864 18446744073709551615 134532291 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10794/statm: 104131 321 59 146 0 103007 0
[pid=10795] ppid=10777 vsize=320652 CPUtime=0.09 cores=0-7
/proc/10795/stat : 10795 (python) R 10777 10777 9950 0 -1 4202560 948 0 0 0 5 4 0 0 18 0 1 0 649326325 328347648 5847 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/10795/statm: 80163 5847 371 364 0 16069 0
[pid=10799] ppid=10795 vsize=416524 CPUtime=30.81 cores=0-7
/proc/10799/stat : 10799 (adaptg2wsat2009) R 10795 10799 10799 0 -1 4202496 590 0 0 0 3081 0 0 0 25 0 1 0 649326329 426520576 321 33554432000 134512640 135107411 4291764352 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10799/statm: 104131 321 59 146 0 103007 0
[pid=10797] ppid=10777 vsize=330908 CPUtime=0.1 cores=0-7
/proc/10797/stat : 10797 (python) S 10777 10777 9950 0 -1 4202560 949 0 0 0 5 5 0 0 18 0 1 0 649326328 338849792 5851 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268419 0 0 17 1 0 0 0
/proc/10797/statm: 82727 5851 371 364 0 18630 0
[pid=10806] ppid=10797 vsize=1017932 CPUtime=18.01 cores=0-7
/proc/10806/stat : 10806 (gnovelty+2) R 10797 10806 10806 0 -1 4202496 493 0 0 0 1801 0 0 0 25 0 1 0 649326337 1042362368 227 33554432000 134512640 135663704 4294233984 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10806/statm: 254483 227 113 282 0 254199 0
[pid=10800] ppid=10777 vsize=341164 CPUtime=0.79 cores=0-7
/proc/10800/stat : 10800 (python) R 10777 10777 9950 0 -1 4202560 979 0 0 0 63 16 0 0 16 0 1 0 649326332 349351936 5855 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/10800/statm: 85291 5855 371 364 0 21191 0
[pid=10802] ppid=10800 vsize=0 CPUtime=35.07 cores=0-7
/proc/10802/stat : 10802 (march_hi) R 10800 10802 10802 0 -1 4202500 995 0 0 0 3507 0 0 0 25 0 1 0 649326334 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/10802/statm: 0 0 0 0 0 0 0
[pid=10803] ppid=10777 vsize=351420 CPUtime=0.11 cores=0-7
/proc/10803/stat : 10803 (python) S 10777 10777 9950 0 -1 4202560 1009 0 0 0 7 4 0 0 15 0 1 0 649326335 359854080 5865 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268417 0 0 17 7 0 0 0
/proc/10803/statm: 87855 5865 377 364 0 23752 0
[pid=10805] ppid=10803 vsize=2264 CPUtime=18.01 cores=0-7
/proc/10805/stat : 10805 (march_hi) R 10803 10805 10805 0 -1 4202496 999 0 0 0 1801 0 0 0 25 0 1 0 649326336 2318336 392 33554432000 4194304 4955518 140734911595904 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10805/statm: 566 392 106 186 0 379 0
[pid=10777/tid=10784] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10784/stat : 10784 (python) S 10775 10777 9950 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 649326313 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 2 0 0 0
[pid=10777/tid=10787] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10787/stat : 10787 (python) S 10775 10777 9950 0 -1 4202560 22 932 0 0 0 0 0 0 19 0 9 0 649326316 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10790] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10790/stat : 10790 (python) S 10775 10777 9950 0 -1 4202560 21 932 0 0 0 0 0 0 21 0 9 0 649326319 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 6 0 0 0
[pid=10777/tid=10793] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10793/stat : 10793 (python) S 10775 10777 9950 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 649326322 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=10777/tid=10796] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10796/stat : 10796 (python) S 10775 10777 9950 0 -1 4202560 40 932 0 0 0 0 0 0 24 0 9 0 649326325 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10798] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10798/stat : 10798 (python) S 10775 10777 9950 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 649326329 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10801] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10801/stat : 10801 (python) S 10775 10777 9950 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 649326332 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10804] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10804/stat : 10804 (python) S 10775 10777 9950 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 649326336 370343936 7383 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 218.68
Current children cumulated vsize (KiB) 7191100

[startup+37.4013 s]
/proc/loadavg: 10.86 10.57 9.49 11/383 10808
/proc/meminfo: memFree=19629320/32951124 swapFree=57171160/67111528
[pid=10777] ppid=10775 vsize=361664 CPUtime=0.9 cores=0-7
/proc/10777/stat : 10777 (python) S 10775 10777 9950 0 -1 4202496 16121 932 1 0 80 10 0 0 18 0 9 0 649326233 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350213951 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10777/statm: 90416 7384 1892 364 0 26313 0
[pid=10783] ppid=10777 vsize=279240 CPUtime=0.08 cores=0-7
/proc/10783/stat : 10783 (python) S 10777 10777 9950 0 -1 4202560 911 0 0 0 4 4 0 0 18 0 1 0 649326313 285941760 5749 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403855 0 0 16781312 514 13915120093970268419 0 0 17 7 0 0 0
/proc/10783/statm: 69810 5749 377 364 0 5728 0
[pid=10785] ppid=10783 vsize=1017932 CPUtime=18.49 cores=0-7
/proc/10785/stat : 10785 (gnovelty+2) R 10783 10785 10785 0 -1 4202496 494 0 0 0 1849 0 0 0 25 0 1 0 649326313 1042362368 227 33554432000 134512640 135663704 4292948256 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/10785/statm: 254483 227 113 282 0 254199 0
[pid=10786] ppid=10777 vsize=289884 CPUtime=0.09 cores=0-7
/proc/10786/stat : 10786 (python) S 10777 10777 9950 0 -1 4202560 919 0 0 0 6 3 0 0 18 0 1 0 649326316 296841216 5835 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268420 0 0 17 1 0 0 0
/proc/10786/statm: 72471 5835 371 364 0 8386 0
[pid=10788] ppid=10786 vsize=1017932 CPUtime=30.85 cores=0-7
/proc/10788/stat : 10788 (gnovelty+2) R 10786 10788 10788 0 -1 4202496 493 0 0 0 3085 0 0 0 25 0 1 0 649326316 1042362368 226 33554432000 134512640 135663704 4291400416 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10788/statm: 254483 226 113 282 0 254199 0
[pid=10789] ppid=10777 vsize=300140 CPUtime=0.09 cores=0-7
/proc/10789/stat : 10789 (python) S 10777 10777 9950 0 -1 4202560 903 0 0 0 5 4 0 0 18 0 1 0 649326319 307343360 5839 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268419 0 0 17 6 0 0 0
/proc/10789/statm: 75035 5839 371 364 0 10947 0
[pid=10791] ppid=10789 vsize=416524 CPUtime=36.44 cores=0-7
/proc/10791/stat : 10791 (adaptg2wsat2009) R 10789 10791 10791 0 -1 4202496 585 0 0 0 3644 0 0 0 25 0 1 0 649326319 426520576 321 33554432000 134512640 135107411 4291355792 18446744073709551615 134531712 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/10791/statm: 104131 321 59 146 0 103007 0
[pid=10792] ppid=10777 vsize=310396 CPUtime=0.09 cores=0-7
/proc/10792/stat : 10792 (python) S 10777 10777 9950 0 -1 4202560 942 0 0 0 5 4 0 0 18 0 1 0 649326322 317845504 5843 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268417 0 0 17 1 0 0 0
/proc/10792/statm: 77599 5843 371 364 0 13508 0
[pid=10794] ppid=10792 vsize=416524 CPUtime=29.28 cores=0-7
/proc/10794/stat : 10794 (adaptg2wsat2009) R 10792 10794 10794 0 -1 4202496 589 0 0 0 2928 0 0 0 25 0 1 0 649326323 426520576 321 33554432000 134512640 135107411 4290200864 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10794/statm: 104131 321 59 146 0 103007 0
[pid=10795] ppid=10777 vsize=320652 CPUtime=0.09 cores=0-7
/proc/10795/stat : 10795 (python) S 10777 10777 9950 0 -1 4202560 948 0 0 0 5 4 0 0 18 0 1 0 649326325 328347648 5847 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268417 0 0 17 5 0 0 0
/proc/10795/statm: 80163 5847 371 364 0 16069 0
[pid=10799] ppid=10795 vsize=416524 CPUtime=31.02 cores=0-7
/proc/10799/stat : 10799 (adaptg2wsat2009) R 10795 10799 10799 0 -1 4202496 590 0 0 0 3102 0 0 0 25 0 1 0 649326329 426520576 321 33554432000 134512640 135107411 4291764352 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10799/statm: 104131 321 59 146 0 103007 0
[pid=10797] ppid=10777 vsize=330908 CPUtime=0.1 cores=0-7
/proc/10797/stat : 10797 (python) S 10777 10777 9950 0 -1 4202560 949 0 0 0 5 5 0 0 18 0 1 0 649326328 338849792 5851 33554432000 4194304 5683644 140733334207136 18446744073709551615 270338403910 0 0 16781312 514 13915120093970268419 0 0 17 1 0 0 0
/proc/10797/statm: 82727 5851 371 364 0 18630 0
[pid=10806] ppid=10797 vsize=1017932 CPUtime=18.19 cores=0-7
/proc/10806/stat : 10806 (gnovelty+2) R 10797 10806 10806 0 -1 4202496 493 0 0 0 1819 0 0 0 25 0 1 0 649326337 1042362368 227 33554432000 134512640 135663704 4294233984 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/10806/statm: 254483 227 113 282 0 254199 0
[pid=10800] ppid=10777 vsize=0 CPUtime=35.99 cores=0-7
/proc/10800/stat : 10800 (python) Z 10777 10777 9950 0 -1 4202588 1256 995 0 0 75 17 3507 0 17 0 1 0 649326332 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10800/statm: 0 0 0 0 0 0 0
[pid=10803] ppid=10777 vsize=351420 CPUtime=0.11 cores=0-7
/proc/10803/stat : 10803 (python) S 10777 10777 9950 0 -1 4202560 1028 0 0 0 7 4 0 0 15 0 1 0 649326335 359854080 5870 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350213951 0 0 16781824 2 18446744071562232103 0 0 17 7 0 0 0
/proc/10803/statm: 87855 5870 382 364 0 23752 0
[pid=10805] ppid=10803 vsize=2264 CPUtime=18.11 cores=0-7
/proc/10805/stat : 10805 (march_hi) R 10803 10805 10805 0 -1 4202496 999 0 0 0 1811 0 0 0 25 0 1 0 649326336 2318336 392 33554432000 4194304 4955518 140734911595904 18446744073709551615 4297483 256 0 16781312 0 0 0 0 17 4 0 0 0
/proc/10805/statm: 566 392 106 186 0 379 0
[pid=10777/tid=10784] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10784/stat : 10784 (python) S 10775 10777 9950 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 649326313 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 2 0 0 0
[pid=10777/tid=10787] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10787/stat : 10787 (python) S 10775 10777 9950 0 -1 4202560 22 932 0 0 0 0 0 0 19 0 9 0 649326316 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10790] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10790/stat : 10790 (python) S 10775 10777 9950 0 -1 4202560 21 932 0 0 0 0 0 0 21 0 9 0 649326319 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 6 0 0 0
[pid=10777/tid=10793] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10793/stat : 10793 (python) S 10775 10777 9950 0 -1 4202560 23 932 0 0 0 0 0 0 22 0 9 0 649326322 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 1 0 0 0
[pid=10777/tid=10796] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10796/stat : 10796 (python) S 10775 10777 9950 0 -1 4202560 40 932 0 0 0 0 0 0 24 0 9 0 649326325 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10798] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10798/stat : 10798 (python) S 10775 10777 9950 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 9 0 649326329 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10801] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10801/stat : 10801 (python) S 10775 10777 9950 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 9 0 649326332 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
[pid=10777/tid=10804] ppid=10775 vsize=361664 CPUtime=0 cores=0-7
/proc/10777/task/10804/stat : 10804 (python) S 10775 10777 9950 0 -1 4202560 29 932 0 0 0 0 0 0 25 0 9 0 649326336 370343936 7384 33554432000 4194304 5683644 140733334207136 18446744073709551615 270350207409 0 0 16781312 2 18446604447285348544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 219.92
Current children cumulated vsize (KiB) 6849936

Child status: 0
Real time (s): 37.464
CPU time (s): 220.266
CPU user time (s): 219.618
CPU system time (s): 0.647901
CPU usage (%): 587.939
Max. virtual memory (cumulated for all children) (KiB): 7543952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.618
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34839
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= 2185
involuntary context switches= 2943

runsolver used 0.179972 second user time and 0.351946 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 20:05:06
IDJOB=3385581
IDBENCH=82846
IDSOLVER=1870
FILE ID=node143/3385581-1305569106
RUNJOBID= node143-1305564961-9964
PBS_JOBID= 13350107
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1273410420-036.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-3385581-1305569106/watcher-3385581-1305569106 -o /tmp/evaluation-result-3385581-1305569106/solver-3385581-1305569106 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385581-1305569106.cnf -seed 841141791 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c7c56fd965d7a6907a8127d8bee5e481
RANDOM SEED=841141791

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19686516 kB
Buffers:        207700 kB
Cached:        1599852 kB
SwapCached:      39776 kB
Active:        5161044 kB
Inactive:      7826468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19686516 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           32740 kB
Writeback:           0 kB
AnonPages:    11140320 kB
Mapped:          24396 kB
Slab:           138432 kB
PageTables:      68392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84368884 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= 73484 MiB
End job on node143 at 2011-05-16 20:05:44