Trace number 3378620

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 189.509 64.1822

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3141
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.37/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3378620-1305466503.cnf
0.37/0.63	c INFO: computing task features
0.37/0.66	c INFO: computed variable-clause graph statistics
0.37/0.66	c INFO: computed clause balance statistics
0.57/0.82	c INFO: computed variable balance statistics
0.57/0.89	c INFO: computed small-clause counts
0.57/0.89	c INFO: computed Horn-clause counts
0.57/0.89	c INFO: computed variable graph statistics
0.57/0.89	c INFO: collected features for HOME/instance-3378620-1305466503.cnf in 0.27 s
0.66/0.90	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.59)
0.66/0.91	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.66/0.92	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.66/0.93	c INFO: running march_hi@0 for 485 with 1199 remaining (b = 0.17)
189.22/64.16	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-3378620-1305466503/watcher-3378620-1305466503 -o /tmp/evaluation-result-3378620-1305466503/solver-3378620-1305466503 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378620-1305466503.cnf -seed 1878786731 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 9.38 9.25 8.95 7/478 10673
/proc/meminfo: memFree=29638256/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=15908 CPUtime=0 cores=1,3,5,7
/proc/10673/stat : 10673 (python) R 10671 10673 9506 0 -1 4202496 958 0 0 0 0 0 0 0 25 0 1 0 658248998 16289792 835 33554432000 4194304 5683644 140734443702928 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10673/statm: 3976 834 357 364 0 463 0

[startup+0.0326251 s]
/proc/loadavg: 9.38 9.25 8.95 7/478 10673
/proc/meminfo: memFree=29638256/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=16808 CPUtime=0.01 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 1211 0 0 0 1 0 0 0 25 0 1 0 658248998 17211392 1071 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/10673/statm: 4202 1071 417 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16808

[startup+0.100616 s]
/proc/loadavg: 9.38 9.25 8.95 7/478 10673
/proc/meminfo: memFree=29638256/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=93960 CPUtime=0.06 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 2692 0 0 0 4 2 0 0 25 0 1 0 658248998 96215040 2407 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/10673/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300582 s]
/proc/loadavg: 9.38 9.25 8.95 7/478 10673
/proc/meminfo: memFree=29638256/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 5960 938 1 0 13 5 0 0 25 0 1 0 658248998 139005952 4151 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/10673/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700515 s]
/proc/loadavg: 9.38 9.25 8.95 7/478 10673
/proc/meminfo: memFree=29638256/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=279216 CPUtime=0.47 cores=1,3,5,7
/proc/10673/stat : 10673 (python) R 10671 10673 9506 0 -1 4202496 9525 938 1 0 36 11 0 0 25 0 1 0 658248998 285917184 7198 33554432000 4194304 5683644 140734443702928 18446744073709551615 47993254607134 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/10673/statm: 69804 7198 1826 364 0 5728 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 279216

[startup+1.50138 s]
/proc/loadavg: 9.38 9.25 8.95 11/491 10690
/proc/meminfo: memFree=29597216/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 658249088 285941760 5726 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 14071515731711754239 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5726 354 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=0.38 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 38 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/10682/stat : 10682 (python) S 10673 10673 9506 0 -1 4202560 738 0 0 0 0 0 0 0 25 0 1 0 658249089 296841216 5812 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 13715106563667001343 0 0 17 7 0 0 0
/proc/10682/statm: 72471 5812 348 364 0 8386 0
[pid=10684] ppid=10682 vsize=1017932 CPUtime=0.58 cores=1,3,5,7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 490 0 0 0 58 0 0 0 25 0 1 0 658249089 1042362368 227 33554432000 134512640 135663704 4290695664 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 254483 227 113 282 0 254199 0
[pid=10685] ppid=10673 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/10685/stat : 10685 (python) S 10673 10673 9506 0 -1 4202560 712 0 0 0 0 0 0 0 25 0 1 0 658249090 307343360 5812 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 9433198717025910783 0 0 17 7 0 0 0
/proc/10685/statm: 75035 5812 344 364 0 10947 0
[pid=10689] ppid=10685 vsize=416520 CPUtime=0.54 cores=1,3,5,7
/proc/10689/stat : 10689 (adaptg2wsat2009) R 10685 10689 10689 0 -1 4202496 525 0 0 0 54 0 0 0 25 0 1 0 658249091 426516480 266 33554432000 134512640 135107411 4287438496 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10689/statm: 104130 266 49 146 0 103006 0
[pid=10687] ppid=10673 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (python) S 10673 10673 9506 0 -1 4202560 721 0 0 0 0 0 0 0 25 0 1 0 658249091 317845504 5816 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 17249688176658743295 0 0 17 7 0 0 0
/proc/10687/statm: 77599 5816 344 364 0 13508 0
[pid=10690] ppid=10687 vsize=1780 CPUtime=0.19 cores=1,3,5,7
/proc/10690/stat : 10690 (march_hi) R 10687 10690 10690 0 -1 4202496 819 0 0 0 19 0 0 0 25 0 1 0 658249092 1822720 261 33554432000 4194304 4955518 140736701682608 18446744073709551615 4269362 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10690/statm: 445 261 89 186 0 258 0
[pid=10673/tid=10680] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10680/stat : 10680 (python) S 10671 10673 9506 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658249088 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10683] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10683/stat : 10683 (python) S 10671 10673 9506 0 -1 4202560 23 938 0 0 0 0 0 0 25 0 5 0 658249089 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 1 0 0 0
[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 3954464

[startup+3.10111 s]
/proc/loadavg: 9.43 9.26 8.96 11/491 10690
/proc/meminfo: memFree=29595356/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658249088 285941760 5726 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 14071515731711721734 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5726 354 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=1.18 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 118 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/10682/stat : 10682 (python) S 10673 10673 9506 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658249089 296841216 5812 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 13715106563666968836 0 0 17 7 0 0 0
/proc/10682/statm: 72471 5812 348 364 0 8386 0
[pid=10684] ppid=10682 vsize=1017932 CPUtime=2.18 cores=1,3,5,7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 490 0 0 0 218 0 0 0 25 0 1 0 658249089 1042362368 227 33554432000 134512640 135663704 4290695664 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 254483 227 113 282 0 254199 0
[pid=10685] ppid=10673 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/10685/stat : 10685 (python) S 10673 10673 9506 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 658249090 307343360 5816 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 9433198717025878277 0 0 17 7 0 0 0
/proc/10685/statm: 75035 5816 348 364 0 10947 0
[pid=10689] ppid=10685 vsize=416524 CPUtime=2.12 cores=1,3,5,7
/proc/10689/stat : 10689 (adaptg2wsat2009) R 10685 10689 10689 0 -1 4202496 580 0 0 0 212 0 0 0 25 0 1 0 658249091 426520576 321 33554432000 134512640 135107411 4287438496 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10689/statm: 104131 321 59 146 0 103007 0
[pid=10687] ppid=10673 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/10687/stat : 10687 (python) S 10673 10673 9506 0 -1 4202560 758 0 0 0 0 0 0 0 16 0 1 0 658249091 317845504 5820 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 5606935953588322568 0 0 17 7 0 0 0
/proc/10687/statm: 77599 5820 348 364 0 13508 0
[pid=10690] ppid=10687 vsize=2264 CPUtime=0.99 cores=1,3,5,7
/proc/10690/stat : 10690 (march_hi) R 10687 10690 10690 0 -1 4202496 984 0 0 0 99 0 0 0 25 0 1 0 658249092 2318336 391 33554432000 4194304 4955518 140736701682608 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10690/statm: 566 391 106 186 0 379 0
[pid=10673/tid=10680] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10680/stat : 10680 (python) S 10671 10673 9506 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658249088 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10683] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10683/stat : 10683 (python) S 10671 10673 9506 0 -1 4202560 23 938 0 0 0 0 0 0 25 0 5 0 658249089 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 1 0 0 0
[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 3954952

[startup+6.30057 s]
/proc/loadavg: 9.43 9.26 8.96 11/491 10690
/proc/meminfo: memFree=29591692/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0.01 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 658249088 285941760 5749 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 14071515731711721734 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5749 377 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=2.78 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 278 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0.01 cores=1,3,5,7
/proc/10682/stat : 10682 (python) S 10673 10673 9506 0 -1 4202560 916 0 0 0 1 0 0 0 18 0 1 0 658249089 296841216 5835 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 13715106563666968836 0 0 17 7 0 0 0
/proc/10682/statm: 72471 5835 371 364 0 8386 0
[pid=10684] ppid=10682 vsize=1017932 CPUtime=5.38 cores=1,3,5,7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 490 0 0 0 538 0 0 0 25 0 1 0 658249089 1042362368 227 33554432000 134512640 135663704 4290695664 18446744073709551615 134547000 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 254483 227 113 282 0 254199 0
[pid=10685] ppid=10673 vsize=300140 CPUtime=0.01 cores=1,3,5,7
/proc/10685/stat : 10685 (python) S 10673 10673 9506 0 -1 4202560 894 0 0 0 1 0 0 0 18 0 1 0 658249090 307343360 5839 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 9433198717025878277 0 0 17 7 0 0 0
/proc/10685/statm: 75035 5839 371 364 0 10947 0
[pid=10689] ppid=10685 vsize=416524 CPUtime=5.18 cores=1,3,5,7
/proc/10689/stat : 10689 (adaptg2wsat2009) R 10685 10689 10689 0 -1 4202496 580 0 0 0 518 0 0 0 25 0 1 0 658249091 426520576 321 33554432000 134512640 135107411 4287438496 18446744073709551615 134531535 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10689/statm: 104131 321 59 146 0 103007 0
[pid=10687] ppid=10673 vsize=310396 CPUtime=0.02 cores=1,3,5,7
/proc/10687/stat : 10687 (python) S 10673 10673 9506 0 -1 4202560 920 0 0 0 1 1 0 0 15 0 1 0 658249091 317845504 5843 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 10833606820027662600 0 0 17 7 0 0 0
/proc/10687/statm: 77599 5843 371 364 0 13508 0
[pid=10690] ppid=10687 vsize=2264 CPUtime=2.59 cores=1,3,5,7
/proc/10690/stat : 10690 (march_hi) R 10687 10690 10690 0 -1 4202496 984 0 0 0 259 0 0 0 25 0 1 0 658249092 2318336 391 33554432000 4194304 4955518 140736701682608 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10690/statm: 566 391 106 186 0 379 0
[pid=10673/tid=10680] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10680/stat : 10680 (python) S 10671 10673 9506 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658249088 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10683] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10683/stat : 10683 (python) S 10671 10673 9506 0 -1 4202560 23 938 0 0 0 0 0 0 25 0 5 0 658249089 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 1 0 0 0
[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 3954952

[startup+12.7005 s]
/proc/loadavg: 9.48 9.27 8.96 11/491 10690
/proc/meminfo: memFree=29588988/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0.03 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 903 0 0 0 2 1 0 0 18 0 1 0 658249088 285941760 5749 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 6282732586414342406 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5749 377 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=5.98 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 598 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0.04 cores=1,3,5,7

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

[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 179.06
Current children cumulated vsize (KiB) 3954952

[startup+62.3012 s]
/proc/loadavg: 9.93 9.43 9.03 11/491 10692
/proc/meminfo: memFree=29569052/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0.19 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 921 0 0 0 9 10 0 0 18 0 1 0 658249088 285941760 5749 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 6282732586414342406 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5749 377 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=30.71 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 3071 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0.19 cores=1,3,5,7
/proc/10682/stat : 10682 (python) S 10673 10673 9506 0 -1 4202560 938 0 0 0 10 9 0 0 18 0 1 0 658249089 296841216 5835 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342404 0 0 17 7 0 0 0
/proc/10682/statm: 72471 5835 371 364 0 8386 0
[pid=10684] ppid=10682 vsize=1017932 CPUtime=61.38 cores=1,3,5,7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 490 0 0 0 6138 0 0 0 25 0 1 0 658249089 1042362368 227 33554432000 134512640 135663704 4290695664 18446744073709551615 134544419 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 254483 227 113 282 0 254199 0
[pid=10685] ppid=10673 vsize=300140 CPUtime=0.19 cores=1,3,5,7
/proc/10685/stat : 10685 (python) S 10673 10673 9506 0 -1 4202560 923 0 0 0 10 9 0 0 18 0 1 0 658249090 307343360 5839 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342405 0 0 17 7 0 0 0
/proc/10685/statm: 75035 5839 371 364 0 10947 0
[pid=10689] ppid=10685 vsize=416524 CPUtime=56.82 cores=1,3,5,7
/proc/10689/stat : 10689 (adaptg2wsat2009) R 10685 10689 10689 0 -1 4202496 580 0 0 0 5682 0 0 0 25 0 1 0 658249091 426520576 321 33554432000 134512640 135107411 4287438496 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10689/statm: 104131 321 59 146 0 103007 0
[pid=10687] ppid=10673 vsize=310396 CPUtime=0.94 cores=1,3,5,7
/proc/10687/stat : 10687 (python) R 10673 10673 9506 0 -1 4202560 959 0 0 0 74 20 0 0 16 0 1 0 658249091 317845504 5843 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/10687/statm: 77599 5843 371 364 0 13508 0
[pid=10690] ppid=10687 vsize=0 CPUtime=32.74 cores=1,3,5,7
/proc/10690/stat : 10690 (march_hi) R 10687 10690 10690 0 -1 4202500 985 0 0 0 3274 0 0 0 25 0 1 0 658249092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10690/statm: 0 0 0 0 0 0 0
[pid=10673/tid=10680] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10680/stat : 10680 (python) S 10671 10673 9506 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658249088 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10683] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10683/stat : 10683 (python) S 10671 10673 9506 0 -1 4202560 23 938 0 0 0 0 0 0 25 0 5 0 658249089 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 1 0 0 0
[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 183.86
Current children cumulated vsize (KiB) 3952688

[startup+63.101 s]
/proc/loadavg: 10.10 9.47 9.05 13/491 10692
/proc/meminfo: memFree=29569920/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0.19 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 921 0 0 0 9 10 0 0 18 0 1 0 658249088 285941760 5749 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 6282732586414342406 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5749 377 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=31.11 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 3111 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0.19 cores=1,3,5,7
/proc/10682/stat : 10682 (python) S 10673 10673 9506 0 -1 4202560 938 0 0 0 10 9 0 0 18 0 1 0 658249089 296841216 5835 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342404 0 0 17 7 0 0 0
/proc/10682/statm: 72471 5835 371 364 0 8386 0
[pid=10684] ppid=10682 vsize=1017932 CPUtime=62.18 cores=1,3,5,7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 490 0 0 0 6218 0 0 0 25 0 1 0 658249089 1042362368 227 33554432000 134512640 135663704 4290695664 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 254483 227 113 282 0 254199 0
[pid=10685] ppid=10673 vsize=300140 CPUtime=0.19 cores=1,3,5,7
/proc/10685/stat : 10685 (python) S 10673 10673 9506 0 -1 4202560 923 0 0 0 10 9 0 0 18 0 1 0 658249090 307343360 5839 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342405 0 0 17 7 0 0 0
/proc/10685/statm: 75035 5839 371 364 0 10947 0
[pid=10689] ppid=10685 vsize=416524 CPUtime=57.21 cores=1,3,5,7
/proc/10689/stat : 10689 (adaptg2wsat2009) R 10685 10689 10689 0 -1 4202496 580 0 0 0 5721 0 0 0 25 0 1 0 658249091 426520576 321 33554432000 134512640 135107411 4287438496 18446744073709551615 134531720 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10689/statm: 104131 321 59 146 0 103007 0
[pid=10687] ppid=10673 vsize=310396 CPUtime=1.74 cores=1,3,5,7
/proc/10687/stat : 10687 (python) R 10673 10673 9506 0 -1 4202560 959 0 0 0 144 30 0 0 17 0 1 0 658249091 317845504 5843 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826070335 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/10687/statm: 77599 5843 371 364 0 13508 0
[pid=10690] ppid=10687 vsize=0 CPUtime=32.74 cores=1,3,5,7
/proc/10690/stat : 10690 (march_hi) R 10687 10690 10690 0 -1 4202500 985 0 0 0 3274 0 0 0 25 0 1 0 658249092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10690/statm: 0 0 0 0 0 0 0
[pid=10673/tid=10680] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10680/stat : 10680 (python) S 10671 10673 9506 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658249088 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10683] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10683/stat : 10683 (python) S 10671 10673 9506 0 -1 4202560 23 938 0 0 0 0 0 0 25 0 5 0 658249089 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 1 0 0 0
[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 186.25
Current children cumulated vsize (KiB) 3952688

[startup+63.9009 s]
/proc/loadavg: 10.10 9.47 9.05 14/491 10692
/proc/meminfo: memFree=29569424/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0.19 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 921 0 0 0 9 10 0 0 18 0 1 0 658249088 285941760 5749 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 6282732586414342406 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5749 377 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=31.49 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 3149 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0.19 cores=1,3,5,7
/proc/10682/stat : 10682 (python) S 10673 10673 9506 0 -1 4202560 938 0 0 0 10 9 0 0 18 0 1 0 658249089 296841216 5835 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342404 0 0 17 7 0 0 0
/proc/10682/statm: 72471 5835 371 364 0 8386 0
[pid=10684] ppid=10682 vsize=1017932 CPUtime=62.98 cores=1,3,5,7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 490 0 0 0 6298 0 0 0 25 0 1 0 658249089 1042362368 227 33554432000 134512640 135663704 4290695664 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 254483 227 113 282 0 254199 0
[pid=10685] ppid=10673 vsize=300140 CPUtime=0.19 cores=1,3,5,7
/proc/10685/stat : 10685 (python) S 10673 10673 9506 0 -1 4202560 923 0 0 0 10 9 0 0 18 0 1 0 658249090 307343360 5839 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342405 0 0 17 7 0 0 0
/proc/10685/statm: 75035 5839 371 364 0 10947 0
[pid=10689] ppid=10685 vsize=416524 CPUtime=57.61 cores=1,3,5,7
/proc/10689/stat : 10689 (adaptg2wsat2009) R 10685 10689 10689 0 -1 4202496 580 0 0 0 5761 0 0 0 25 0 1 0 658249091 426520576 321 33554432000 134512640 135107411 4287438496 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10689/statm: 104131 321 59 146 0 103007 0
[pid=10687] ppid=10673 vsize=310396 CPUtime=2.53 cores=1,3,5,7
/proc/10687/stat : 10687 (python) R 10673 10673 9506 0 -1 4202560 959 0 0 0 211 42 0 0 18 0 1 0 658249091 317845504 5843 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/10687/statm: 77599 5843 371 364 0 13508 0
[pid=10690] ppid=10687 vsize=0 CPUtime=32.74 cores=1,3,5,7
/proc/10690/stat : 10690 (march_hi) R 10687 10690 10690 0 -1 4202500 985 0 0 0 3274 0 0 0 25 0 1 0 658249092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10690/statm: 0 0 0 0 0 0 0
[pid=10673/tid=10680] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10680/stat : 10680 (python) S 10671 10673 9506 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658249088 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10683] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10683/stat : 10683 (python) S 10671 10673 9506 0 -1 4202560 23 938 0 0 0 0 0 0 25 0 5 0 658249089 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 1 0 0 0
[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 188.62
Current children cumulated vsize (KiB) 3952688

[startup+64.1009 s]
/proc/loadavg: 10.10 9.47 9.05 14/491 10692
/proc/meminfo: memFree=29569424/32950928 swapFree=41934208/67111528
[pid=10673] ppid=10671 vsize=320640 CPUtime=0.7 cores=1,3,5,7
/proc/10673/stat : 10673 (python) S 10671 10673 9506 0 -1 4202496 12426 938 1 0 58 12 0 0 25 0 5 0 658248998 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10673/statm: 80160 7351 1875 364 0 16069 0
[pid=10679] ppid=10673 vsize=279240 CPUtime=0.19 cores=1,3,5,7
/proc/10679/stat : 10679 (python) S 10673 10673 9506 0 -1 4202560 921 0 0 0 9 10 0 0 18 0 1 0 658249088 285941760 5749 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260239 0 0 16781312 514 6282732586414342406 0 0 17 7 0 0 0
/proc/10679/statm: 69810 5749 377 364 0 5728 0
[pid=10681] ppid=10679 vsize=1017932 CPUtime=31.59 cores=1,3,5,7
/proc/10681/stat : 10681 (gnovelty+2) R 10679 10681 10681 0 -1 4202496 488 0 0 0 3159 0 0 0 25 0 1 0 658249089 1042362368 226 33554432000 134512640 135663704 4289135648 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10681/statm: 254483 226 113 282 0 254199 0
[pid=10682] ppid=10673 vsize=289884 CPUtime=0.19 cores=1,3,5,7
/proc/10682/stat : 10682 (python) S 10673 10673 9506 0 -1 4202560 938 0 0 0 10 9 0 0 18 0 1 0 658249089 296841216 5835 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342404 0 0 17 7 0 0 0
/proc/10682/statm: 72471 5835 371 364 0 8386 0
[pid=10684] ppid=10682 vsize=1017932 CPUtime=63.18 cores=1,3,5,7
/proc/10684/stat : 10684 (gnovelty+2) R 10682 10684 10684 0 -1 4202496 490 0 0 0 6318 0 0 0 25 0 1 0 658249089 1042362368 227 33554432000 134512640 135663704 4290695664 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10684/statm: 254483 227 113 282 0 254199 0
[pid=10685] ppid=10673 vsize=300140 CPUtime=0.19 cores=1,3,5,7
/proc/10685/stat : 10685 (python) S 10673 10673 9506 0 -1 4202560 923 0 0 0 10 9 0 0 18 0 1 0 658249090 307343360 5839 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 6282732586414342405 0 0 17 7 0 0 0
/proc/10685/statm: 75035 5839 371 364 0 10947 0
[pid=10689] ppid=10685 vsize=416524 CPUtime=57.71 cores=1,3,5,7
/proc/10689/stat : 10689 (adaptg2wsat2009) R 10685 10689 10689 0 -1 4202496 580 0 0 0 5771 0 0 0 25 0 1 0 658249091 426520576 321 33554432000 134512640 135107411 4287438496 18446744073709551615 134532352 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10689/statm: 104131 321 59 146 0 103007 0
[pid=10687] ppid=10673 vsize=310396 CPUtime=2.73 cores=1,3,5,7
/proc/10687/stat : 10687 (python) R 10673 10673 9506 0 -1 4202560 959 0 0 0 229 44 0 0 18 0 1 0 658249091 317845504 5843 33554432000 4194304 5683644 140734443702928 18446744073709551615 251814260294 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/10687/statm: 77599 5843 371 364 0 13508 0
[pid=10690] ppid=10687 vsize=0 CPUtime=32.74 cores=1,3,5,7
/proc/10690/stat : 10690 (march_hi) R 10687 10690 10690 0 -1 4202500 985 0 0 0 3274 0 0 0 25 0 1 0 658249092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10690/statm: 0 0 0 0 0 0 0
[pid=10673/tid=10680] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10680/stat : 10680 (python) S 10671 10673 9506 0 -1 4202560 26 938 0 0 0 0 0 0 25 0 5 0 658249088 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10683] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10683/stat : 10683 (python) S 10671 10673 9506 0 -1 4202560 23 938 0 0 0 0 0 0 25 0 5 0 658249089 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 1 0 0 0
[pid=10673/tid=10686] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10686/stat : 10686 (python) S 10671 10673 9506 0 -1 4202560 36 938 0 0 0 0 0 0 25 0 5 0 658249090 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
[pid=10673/tid=10688] ppid=10671 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/10673/task/10688/stat : 10688 (python) S 10671 10673 9506 0 -1 4202560 19 938 0 0 0 0 0 0 25 0 5 0 658249091 328335360 7351 33554432000 4194304 5683644 140734443702928 18446744073709551615 251826063793 0 0 16781312 2 18446604457801791616 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 189.22
Current children cumulated vsize (KiB) 3952688

Child status: 0
Real time (s): 64.1822
CPU time (s): 189.509
CPU user time (s): 188.604
CPU system time (s): 0.904862
CPU usage (%): 295.268
Max. virtual memory (cumulated for all children) (KiB): 4264108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.604
system time used= 0.904862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24411
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= 3622
involuntary context switches= 3119

runsolver used 0.293955 second user time and 0.659899 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 15:35:03
IDJOB=3378620
IDBENCH=83029
IDSOLVER=1859
FILE ID=node126/3378620-1305466503
RUNJOBID= node126-1305463427-9526
PBS_JOBID= 13324997
Free space on /tmp= 73284 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S324945930-048.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-3378620-1305466503/watcher-3378620-1305466503 -o /tmp/evaluation-result-3378620-1305466503/solver-3378620-1305466503 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378620-1305466503.cnf -seed 1878786731 -budget 4800 -cores 4

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=1878786731

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29638288 kB
Buffers:        182432 kB
Cached:        1879936 kB
SwapCached:      49656 kB
Active:         768748 kB
Inactive:      2272836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29638288 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:      941852 kB
Mapped:          22584 kB
Slab:           112540 kB
PageTables:      89656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130271676 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= 73256 MiB
End job on node126 at 2011-05-15 15:36:07