Trace number 3378317

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 144.132 36.9259

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1027567260-047.UNKNOWN.cnf
MD5SUMdeef67012ed65265f92101778280c717
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.5169
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.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3378317-1305464716.cnf
0.37/0.67	c INFO: computing task features
0.44/0.70	c INFO: computed variable-clause graph statistics
0.44/0.70	c INFO: computed clause balance statistics
0.54/0.86	c INFO: computed variable balance statistics
0.64/0.93	c INFO: computed small-clause counts
0.64/0.93	c INFO: computed Horn-clause counts
0.64/0.94	c INFO: computed variable graph statistics
0.64/0.94	c INFO: collected features for HOME/instance-3378317-1305464716.cnf in 0.27 s
0.64/0.95	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
0.64/0.95	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.64/0.96	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.64/0.97	c INFO: running march_hi@0 for 485 with 1199 remaining (b = 0.16)
144.01/36.90	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-3378317-1305464716/watcher-3378317-1305464716 -o /tmp/evaluation-result-3378317-1305464716/solver-3378317-1305464716 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378317-1305464716.cnf -seed 37024002 -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: 7.90 8.15 7.59 5/324 18806
/proc/meminfo: memFree=18166948/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/18806/stat : 18806 (python) R 18804 18806 17961 0 -1 4202496 894 0 0 0 0 0 0 0 25 0 1 0 658071399 16154624 776 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089697936 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18806/statm: 3944 777 343 364 0 431 0

[startup+0.0595611 s]
/proc/loadavg: 7.90 8.15 7.59 5/324 18806
/proc/meminfo: memFree=18166948/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=29792 CPUtime=0.03 cores=1,3,5,7
/proc/18806/stat : 18806 (python) R 18804 18806 17961 0 -1 4202496 1452 0 0 0 3 0 0 0 25 0 1 0 658071399 30507008 1294 33554432000 4194304 5683644 140734078469632 18446744073709551615 5114130 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18806/statm: 7448 1294 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100555 s]
/proc/loadavg: 7.90 8.15 7.59 5/324 18806
/proc/meminfo: memFree=18166948/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=91828 CPUtime=0.06 cores=1,3,5,7
/proc/18806/stat : 18806 (python) R 18804 18806 17961 0 -1 4202496 2678 0 0 0 5 1 0 0 25 0 1 0 658071399 94031872 2394 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089697936 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18806/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91828

[startup+0.300521 s]
/proc/loadavg: 7.90 8.15 7.59 5/324 18806
/proc/meminfo: memFree=18166948/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 5968 934 1 0 13 5 0 0 17 0 1 0 658071399 139005952 4151 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18806/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700514 s]
/proc/loadavg: 7.90 8.15 7.59 5/324 18806
/proc/meminfo: memFree=18166948/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=278980 CPUtime=0.44 cores=1,3,5,7
/proc/18806/stat : 18806 (python) R 18804 18806 17961 0 -1 4202496 9410 934 1 0 33 11 0 0 15 0 1 0 658071399 285675520 7087 33554432000 4194304 5683644 140734078469632 18446744073709551615 47893433710917 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18806/statm: 69745 7087 1761 364 0 5669 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278980

[startup+1.50131 s]
/proc/loadavg: 7.90 8.15 7.59 10/337 18823
/proc/meminfo: memFree=18125676/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658071494 285941760 5726 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 14373990281001304063 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5726 354 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=0.53 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 53 0 0 0 20 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/18815/stat : 18815 (python) S 18806 18806 17961 0 -1 4202560 736 0 0 0 0 0 0 0 17 0 1 0 658071495 296841216 5812 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 4493810129887559679 0 0 17 1 0 0 0
/proc/18815/statm: 72471 5812 348 364 0 8386 0
[pid=18817] ppid=18815 vsize=1017932 CPUtime=0.53 cores=1,3,5,7
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 490 0 0 0 53 0 0 0 21 0 1 0 658071495 1042362368 227 33554432000 134512640 135663704 4290618336 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18817/statm: 254483 227 113 282 0 254199 0
[pid=18818] ppid=18806 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/18818/stat : 18818 (python) S 18806 18806 17961 0 -1 4202560 713 0 0 0 0 0 0 0 21 0 1 0 658071496 307343360 5812 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 12136674059110842367 0 0 17 1 0 0 0
/proc/18818/statm: 75035 5812 344 364 0 10947 0
[pid=18820] ppid=18818 vsize=416520 CPUtime=0.52 cores=1,3,5,7
/proc/18820/stat : 18820 (adaptg2wsat2009) R 18818 18820 18820 0 -1 4202496 526 0 0 0 52 0 0 0 25 0 1 0 658071496 426516480 265 33554432000 134512640 135107411 4290442992 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18820/statm: 104130 265 49 146 0 103006 0
[pid=18821] ppid=18806 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/18821/stat : 18821 (python) S 18806 18806 17961 0 -1 4202560 753 0 0 0 0 0 0 0 20 0 1 0 658071497 317845504 5820 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 13089919029433303304 0 0 17 1 0 0 0
/proc/18821/statm: 77599 5820 348 364 0 13508 0
[pid=18823] ppid=18821 vsize=2264 CPUtime=0.51 cores=1,3,5,7
/proc/18823/stat : 18823 (march_hi) R 18821 18823 18823 0 -1 4202496 986 0 0 0 51 0 0 0 25 0 1 0 658071497 2318336 391 33554432000 4194304 4955518 140737427104464 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18823/statm: 566 391 106 186 0 379 0
[pid=18806/tid=18813] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18813/stat : 18813 (python) S 18804 18806 17961 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 658071494 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18816] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18816/stat : 18816 (python) S 18804 18806 17961 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 658071495 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 3954948

[startup+3.10102 s]
/proc/loadavg: 7.90 8.15 7.59 9/337 18823
/proc/meminfo: memFree=18124064/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 658071494 285941760 5726 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 14373990281001271556 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5726 354 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=2.12 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 212 0 0 0 25 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/18815/stat : 18815 (python) S 18806 18806 17961 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 658071495 296841216 5812 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 4493810129887527174 0 0 17 1 0 0 0
/proc/18815/statm: 72471 5812 348 364 0 8386 0
[pid=18817] ppid=18815 vsize=1017932 CPUtime=2.13 cores=1,3,5,7
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 490 0 0 0 213 0 0 0 25 0 1 0 658071495 1042362368 227 33554432000 134512640 135663704 4290618336 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18817/statm: 254483 227 113 282 0 254199 0
[pid=18818] ppid=18806 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/18818/stat : 18818 (python) S 18806 18806 17961 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 658071496 307343360 5816 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 12136674059110809863 0 0 17 1 0 0 0
/proc/18818/statm: 75035 5816 348 364 0 10947 0
[pid=18820] ppid=18818 vsize=416524 CPUtime=2.12 cores=1,3,5,7
/proc/18820/stat : 18820 (adaptg2wsat2009) R 18818 18820 18820 0 -1 4202496 582 0 0 0 212 0 0 0 25 0 1 0 658071496 426520576 321 33554432000 134512640 135107411 4290442992 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18820/statm: 104131 321 59 146 0 103007 0
[pid=18821] ppid=18806 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/18821/stat : 18821 (python) S 18806 18806 17961 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 658071497 317845504 5820 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 5606928278481764616 0 0 17 1 0 0 0
/proc/18821/statm: 77599 5820 348 364 0 13508 0
[pid=18823] ppid=18821 vsize=2264 CPUtime=2.11 cores=1,3,5,7
/proc/18823/stat : 18823 (march_hi) R 18821 18823 18823 0 -1 4202496 986 0 0 0 211 0 0 0 25 0 1 0 658071497 2318336 391 33554432000 4194304 4955518 140737427104464 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18823/statm: 566 391 106 186 0 379 0
[pid=18806/tid=18813] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18813/stat : 18813 (python) S 18804 18806 17961 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 658071494 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18816] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18816/stat : 18816 (python) S 18804 18806 17961 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 658071495 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 3954952

[startup+6.30046 s]
/proc/loadavg: 7.91 8.15 7.59 9/337 18824
/proc/meminfo: memFree=18121088/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 658071494 285941760 5749 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 14373990281001271556 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5749 377 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=5.29 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 529 0 0 0 25 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289884 CPUtime=0.01 cores=1,3,5,7
/proc/18815/stat : 18815 (python) S 18806 18806 17961 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 658071495 296841216 5834 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 4493810129887527174 0 0 17 1 0 0 0
/proc/18815/statm: 72471 5834 370 364 0 8386 0
[pid=18817] ppid=18815 vsize=1017932 CPUtime=5.32 cores=1,3,5,7
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 490 0 0 0 532 0 0 0 25 0 1 0 658071495 1042362368 227 33554432000 134512640 135663704 4290618336 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18817/statm: 254483 227 113 282 0 254199 0
[pid=18818] ppid=18806 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/18818/stat : 18818 (python) S 18806 18806 17961 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 658071496 307343360 5839 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 12136674059110809863 0 0 17 1 0 0 0
/proc/18818/statm: 75035 5839 371 364 0 10947 0
[pid=18820] ppid=18818 vsize=416524 CPUtime=5.32 cores=1,3,5,7
/proc/18820/stat : 18820 (adaptg2wsat2009) R 18818 18820 18820 0 -1 4202496 582 0 0 0 532 0 0 0 25 0 1 0 658071496 426520576 321 33554432000 134512640 135107411 4290442992 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18820/statm: 104131 321 59 146 0 103007 0
[pid=18821] ppid=18806 vsize=310396 CPUtime=0.01 cores=1,3,5,7
/proc/18821/stat : 18821 (python) S 18806 18806 17961 0 -1 4202560 913 0 0 0 1 0 0 0 15 0 1 0 658071497 317845504 5843 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 13089919029433303304 0 0 17 1 0 0 0
/proc/18821/statm: 77599 5843 371 364 0 13508 0
[pid=18823] ppid=18821 vsize=2264 CPUtime=5.27 cores=1,3,5,7
/proc/18823/stat : 18823 (march_hi) R 18821 18823 18823 0 -1 4202496 986 0 0 0 527 0 0 0 25 0 1 0 658071497 2318336 391 33554432000 4194304 4955518 140737427104464 18446744073709551615 4210485 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18823/statm: 566 391 106 186 0 379 0
[pid=18806/tid=18813] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18813/stat : 18813 (python) S 18804 18806 17961 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 658071494 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18816] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18816/stat : 18816 (python) S 18804 18806 17961 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 658071495 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.94
Current children cumulated vsize (KiB) 3954952

[startup+12.7013 s]
/proc/loadavg: 7.92 8.15 7.59 9/337 18824
/proc/meminfo: memFree=18119264/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0.02 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 658071494 285941760 5749 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 1841954655408455940 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5749 377 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=11.62 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 1162 0 0 0 25 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289884 CPUtime=0.02 cores=1,3,5,7

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

[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 124.11
Current children cumulated vsize (KiB) 3954952

[startup+35.1014 s]
/proc/loadavg: 7.94 8.13 7.60 13/345 18832
/proc/meminfo: memFree=18097568/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0.07 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 911 0 0 0 3 4 0 0 18 0 1 0 658071494 285941760 5749 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 1841954655408455940 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5749 377 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=33.79 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 3379 0 0 0 25 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289888 CPUtime=0.07 cores=1,3,5,7
/proc/18815/stat : 18815 (python) R 18806 18806 17961 0 -1 4202560 924 0 0 0 4 3 0 0 16 0 1 0 658071495 296845312 5834 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089698107 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/18815/statm: 72472 5834 370 364 0 8387 0
[pid=18817] ppid=18815 vsize=1017932 CPUtime=34.06 cores=1,3,5,7
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 490 0 0 0 3406 0 0 0 25 0 1 0 658071495 1042362368 227 33554432000 134512640 135663704 4290618336 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18817/statm: 254483 227 113 282 0 254199 0
[pid=18818] ppid=18806 vsize=300140 CPUtime=0.06 cores=1,3,5,7
/proc/18818/stat : 18818 (python) R 18806 18806 17961 0 -1 4202560 906 0 0 0 3 3 0 0 18 0 1 0 658071496 307343360 5839 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18818/statm: 75035 5839 371 364 0 10947 0
[pid=18820] ppid=18818 vsize=416524 CPUtime=34.13 cores=1,3,5,7
/proc/18820/stat : 18820 (adaptg2wsat2009) R 18818 18820 18820 0 -1 4202496 582 0 0 0 3413 0 0 0 25 0 1 0 658071496 426520576 321 33554432000 134512640 135107411 4290442992 18446744073709551615 134532376 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18820/statm: 104131 321 59 146 0 103007 0
[pid=18821] ppid=18806 vsize=310396 CPUtime=0.9 cores=1,3,5,7
/proc/18821/stat : 18821 (python) S 18806 18806 17961 0 -1 4202560 946 0 0 0 74 16 0 0 16 0 1 0 658071497 317845504 5843 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18821/statm: 77599 5843 371 364 0 13508 0
[pid=18823] ppid=18821 vsize=0 CPUtime=33.06 cores=1,3,5,7
/proc/18823/stat : 18823 (march_hi) R 18821 18823 18823 0 -1 4202500 987 0 0 0 3306 0 0 0 25 0 1 0 658071497 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18823/statm: 0 0 0 0 0 0 0
[pid=18806/tid=18813] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18813/stat : 18813 (python) S 18804 18806 17961 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 658071494 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18816] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18816/stat : 18816 (python) S 18804 18806 17961 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 658071495 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 136.86
Current children cumulated vsize (KiB) 3952692

[startup+35.9012 s]
/proc/loadavg: 7.94 8.13 7.60 13/345 18832
/proc/meminfo: memFree=18097568/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0.07 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 911 0 0 0 3 4 0 0 18 0 1 0 658071494 285941760 5749 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 1841954655408455940 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5749 377 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=34.58 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 3458 0 0 0 25 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289884 CPUtime=0.07 cores=1,3,5,7
/proc/18815/stat : 18815 (python) S 18806 18806 17961 0 -1 4202560 925 0 0 0 4 3 0 0 16 0 1 0 658071495 296841216 5835 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 1841954655408455942 0 0 17 7 0 0 0
/proc/18815/statm: 72471 5835 371 364 0 8386 0
[pid=18817] ppid=18815 vsize=1017932 CPUtime=34.85 cores=1,3,5,7
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 490 0 0 0 3485 0 0 0 25 0 1 0 658071495 1042362368 227 33554432000 134512640 135663704 4290618336 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18817/statm: 254483 227 113 282 0 254199 0
[pid=18818] ppid=18806 vsize=300140 CPUtime=0.07 cores=1,3,5,7
/proc/18818/stat : 18818 (python) S 18806 18806 17961 0 -1 4202560 909 0 0 0 4 3 0 0 18 0 1 0 658071496 307343360 5839 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 1841954655408455943 0 0 17 3 0 0 0
/proc/18818/statm: 75035 5839 371 364 0 10947 0
[pid=18820] ppid=18818 vsize=416524 CPUtime=34.91 cores=1,3,5,7
/proc/18820/stat : 18820 (adaptg2wsat2009) R 18818 18820 18820 0 -1 4202496 582 0 0 0 3491 0 0 0 25 0 1 0 658071496 426520576 321 33554432000 134512640 135107411 4290442992 18446744073709551615 134531552 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18820/statm: 104131 321 59 146 0 103007 0
[pid=18821] ppid=18806 vsize=310396 CPUtime=1.69 cores=1,3,5,7
/proc/18821/stat : 18821 (python) R 18806 18806 17961 0 -1 4202560 948 0 0 0 142 27 0 0 17 0 1 0 658071497 317845504 5843 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18821/statm: 77599 5843 371 364 0 13508 0
[pid=18823] ppid=18821 vsize=0 CPUtime=33.06 cores=1,3,5,7
/proc/18823/stat : 18823 (march_hi) R 18821 18823 18823 0 -1 4202500 987 0 0 0 3306 0 0 0 25 0 1 0 658071497 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18823/statm: 0 0 0 0 0 0 0
[pid=18806/tid=18813] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18813/stat : 18813 (python) S 18804 18806 17961 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 658071494 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18816] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18816/stat : 18816 (python) S 18804 18806 17961 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 658071495 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (KiB) 3952688

[startup+36.7011 s]
/proc/loadavg: 7.94 8.13 7.60 11/345 18832
/proc/meminfo: memFree=18096984/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0.07 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 911 0 0 0 3 4 0 0 18 0 1 0 658071494 285941760 5749 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 1841954655408455940 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5749 377 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=35.37 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 3537 0 0 0 25 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289884 CPUtime=0.07 cores=1,3,5,7
/proc/18815/stat : 18815 (python) S 18806 18806 17961 0 -1 4202560 925 0 0 0 4 3 0 0 15 0 1 0 658071495 296841216 5835 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 1841954655408455942 0 0 17 7 0 0 0
/proc/18815/statm: 72471 5835 371 364 0 8386 0
[pid=18817] ppid=18815 vsize=1017932 CPUtime=35.65 cores=1,3,5,7
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 490 0 0 0 3565 0 0 0 25 0 1 0 658071495 1042362368 227 33554432000 134512640 135663704 4290618336 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18817/statm: 254483 227 113 282 0 254199 0
[pid=18818] ppid=18806 vsize=300140 CPUtime=0.07 cores=1,3,5,7
/proc/18818/stat : 18818 (python) S 18806 18806 17961 0 -1 4202560 909 0 0 0 4 3 0 0 18 0 1 0 658071496 307343360 5839 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 1841954655408455943 0 0 17 3 0 0 0
/proc/18818/statm: 75035 5839 371 364 0 10947 0
[pid=18820] ppid=18818 vsize=416524 CPUtime=35.71 cores=1,3,5,7
/proc/18820/stat : 18820 (adaptg2wsat2009) R 18818 18820 18820 0 -1 4202496 582 0 0 0 3571 0 0 0 25 0 1 0 658071496 426520576 321 33554432000 134512640 135107411 4290442992 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18820/statm: 104131 321 59 146 0 103007 0
[pid=18821] ppid=18806 vsize=310396 CPUtime=2.5 cores=1,3,5,7
/proc/18821/stat : 18821 (python) R 18806 18806 17961 0 -1 4202560 948 0 0 0 211 39 0 0 18 0 1 0 658071497 317845504 5843 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18821/statm: 77599 5843 371 364 0 13508 0
[pid=18823] ppid=18821 vsize=0 CPUtime=33.06 cores=1,3,5,7
/proc/18823/stat : 18823 (march_hi) R 18821 18823 18823 0 -1 4202500 987 0 0 0 3306 0 0 0 25 0 1 0 658071497 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18823/statm: 0 0 0 0 0 0 0
[pid=18806/tid=18813] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18813/stat : 18813 (python) S 18804 18806 17961 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 658071494 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18816] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18816/stat : 18816 (python) S 18804 18806 17961 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 658071495 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 143.22
Current children cumulated vsize (KiB) 3952688

[startup+36.9011 s]
/proc/loadavg: 7.94 8.13 7.60 11/345 18832
/proc/meminfo: memFree=18096984/32950928 swapFree=64721848/67111528
[pid=18806] ppid=18804 vsize=320640 CPUtime=0.72 cores=1,3,5,7
/proc/18806/stat : 18806 (python) S 18804 18806 17961 0 -1 4202496 12453 934 1 0 60 12 0 0 24 0 5 0 658071399 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18806/statm: 80160 7359 1883 364 0 16069 0
[pid=18812] ppid=18806 vsize=279240 CPUtime=0.07 cores=1,3,5,7
/proc/18812/stat : 18812 (python) S 18806 18806 17961 0 -1 4202560 911 0 0 0 3 4 0 0 18 0 1 0 658071494 285941760 5749 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718287 0 0 16781312 514 1841954655408455940 0 0 17 5 0 0 0
/proc/18812/statm: 69810 5749 377 364 0 5728 0
[pid=18814] ppid=18812 vsize=1017932 CPUtime=35.57 cores=1,3,5,7
/proc/18814/stat : 18814 (gnovelty+2) R 18812 18814 18814 0 -1 4202496 488 0 0 0 3557 0 0 0 25 0 1 0 658071494 1042362368 226 33554432000 134512640 135663704 4288514480 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18814/statm: 254483 226 113 282 0 254199 0
[pid=18815] ppid=18806 vsize=289884 CPUtime=0.07 cores=1,3,5,7
/proc/18815/stat : 18815 (python) S 18806 18806 17961 0 -1 4202560 925 0 0 0 4 3 0 0 15 0 1 0 658071495 296841216 5835 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 1841954655408455942 0 0 17 7 0 0 0
/proc/18815/statm: 72471 5835 371 364 0 8386 0
[pid=18817] ppid=18815 vsize=1017932 CPUtime=35.85 cores=1,3,5,7
/proc/18817/stat : 18817 (gnovelty+2) R 18815 18817 18817 0 -1 4202496 490 0 0 0 3585 0 0 0 25 0 1 0 658071495 1042362368 227 33554432000 134512640 135663704 4290618336 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18817/statm: 254483 227 113 282 0 254199 0
[pid=18818] ppid=18806 vsize=300140 CPUtime=0.07 cores=1,3,5,7
/proc/18818/stat : 18818 (python) S 18806 18806 17961 0 -1 4202560 909 0 0 0 4 3 0 0 18 0 1 0 658071496 307343360 5839 33554432000 4194304 5683644 140734078469632 18446744073709551615 248089718342 0 0 16781312 514 1841954655408455943 0 0 17 3 0 0 0
/proc/18818/statm: 75035 5839 371 364 0 10947 0
[pid=18820] ppid=18818 vsize=416524 CPUtime=35.91 cores=1,3,5,7
/proc/18820/stat : 18820 (adaptg2wsat2009) R 18818 18820 18820 0 -1 4202496 582 0 0 0 3591 0 0 0 25 0 1 0 658071496 426520576 321 33554432000 134512640 135107411 4290442992 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18820/statm: 104131 321 59 146 0 103007 0
[pid=18821] ppid=18806 vsize=310396 CPUtime=2.69 cores=1,3,5,7
/proc/18821/stat : 18821 (python) R 18806 18806 17961 0 -1 4202560 948 0 0 0 228 41 0 0 18 0 1 0 658071497 317845504 5843 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/18821/statm: 77599 5843 371 364 0 13508 0
[pid=18823] ppid=18821 vsize=0 CPUtime=33.06 cores=1,3,5,7
/proc/18823/stat : 18823 (march_hi) R 18821 18823 18823 0 -1 4202500 987 0 0 0 3306 0 0 0 25 0 1 0 658071497 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/18823/statm: 0 0 0 0 0 0 0
[pid=18806/tid=18813] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18813/stat : 18813 (python) S 18804 18806 17961 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 5 0 658071494 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18816] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18816/stat : 18816 (python) S 18804 18806 17961 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 658071495 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 5 0 0 0
[pid=18806/tid=18819] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18819/stat : 18819 (python) S 18804 18806 17961 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 658071496 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 3 0 0 0
[pid=18806/tid=18822] ppid=18804 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/18806/task/18822/stat : 18822 (python) S 18804 18806 17961 0 -1 4202560 27 934 0 0 0 0 0 0 24 0 5 0 658071497 328335360 7359 33554432000 4194304 5683644 140734078469632 18446744073709551615 248101521841 0 0 16781312 2 18446604471018559360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 144.01
Current children cumulated vsize (KiB) 3952688

Child status: 0
Real time (s): 36.9259
CPU time (s): 144.132
CPU user time (s): 143.453
CPU system time (s): 0.678896
CPU usage (%): 390.328
Max. virtual memory (cumulated for all children) (KiB): 3954956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.453
system time used= 0.678896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24387
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= 3862
involuntary context switches= 1397

runsolver used 0.131979 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 15:05:16
IDJOB=3378317
IDBENCH=82726
IDSOLVER=1859
FILE ID=node123/3378317-1305464716
RUNJOBID= node123-1305462800-17980
PBS_JOBID= 13324975
Free space on /tmp= 73372 MiB

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

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

MD5SUM BENCH= deef67012ed65265f92101778280c717
RANDOM SEED=37024002

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:      18167228 kB
Buffers:        325816 kB
Cached:        4426636 kB
SwapCached:      10528 kB
Active:       11481572 kB
Inactive:      3012940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18167228 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           31912 kB
Writeback:           0 kB
AnonPages:     9739324 kB
Mapped:          31240 kB
Slab:           181080 kB
PageTables:      44288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 62708632 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= 73340 MiB
End job on node123 at 2011-05-15 15:05:53