Trace number 3317628

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-randomUNSAT 589.74 216.391

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S708803296-021.UNKNOWN.cnf
MD5SUM6dcea24e0d40e217adec300bb8ded029
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.967
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3317628-1304270481.cnf
0.30/0.45	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.47/0.65	c INFO: computed variable balance statistics
0.57/0.71	c INFO: computed small-clause counts
0.57/0.71	c INFO: computed Horn-clause counts
0.57/0.71	c INFO: computed variable graph statistics
0.57/0.71	c INFO: collected features for HOME/instance-3317628-1304270481.cnf in 0.26 s
0.57/0.74	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.57/0.77	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.68/0.80	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.68/0.83	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
297.38/100.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.02)
299.92/101.03	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
421.12/149.22	c INFO: running march_hi@0 for 2134 with 4651 remaining (b = 0.37)
481.27/173.24	c INFO: running march_hi@0 for 2134 with 4627 remaining (b = 0.35)
589.34/216.37	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: 935)

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-3317628-1304270481/watcher-3317628-1304270481 -o /tmp/evaluation-result-3317628-1304270481/solver-3317628-1304270481 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317628-1304270481.cnf -seed 1447121938 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 9.24 9.14 8.73 8/253 6301
/proc/meminfo: memFree=28887724/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/6301/stat : 6301 (python) R 6299 6301 5229 0 -1 4202496 891 0 0 0 0 0 0 0 25 0 1 0 538650477 16154624 772 33554432000 4194304 5683644 140734927297232 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6301/statm: 3944 773 343 364 0 431 0

[startup+0.084405 s]
/proc/loadavg: 9.24 9.14 8.73 8/253 6301
/proc/meminfo: memFree=28887724/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=94184 CPUtime=0.05 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 2768 0 0 0 4 1 0 0 25 0 1 0 538650477 96444416 2476 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/6301/statm: 23546 2476 764 364 0 1678 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94184

[startup+0.100845 s]
/proc/loadavg: 9.24 9.14 8.73 8/253 6301
/proc/meminfo: memFree=28887724/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=104616 CPUtime=0.06 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 3143 0 0 0 5 1 0 0 25 0 1 0 538650477 107126784 2821 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/6301/statm: 26154 2821 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300357 s]
/proc/loadavg: 9.24 9.14 8.73 8/253 6301
/proc/meminfo: memFree=28887724/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=198920 CPUtime=0.21 cores=0,2,4,6
/proc/6301/stat : 6301 (python) R 6299 6301 5229 0 -1 4202496 6995 931 1 0 16 5 0 0 25 0 1 0 538650477 203694080 5037 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/6301/statm: 49730 5037 1454 364 0 3757 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 198920

[startup+0.700276 s]
/proc/loadavg: 9.24 9.14 8.73 8/253 6301
/proc/meminfo: memFree=28887724/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=279220 CPUtime=0.57 cores=0,2,4,6
/proc/6301/stat : 6301 (python) R 6299 6301 5229 0 -1 4202496 9532 931 1 0 51 6 0 0 25 0 1 0 538650477 285921280 7199 33554432000 4194304 5683644 140734927297232 18446744073709551615 47153938131354 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/6301/statm: 69805 7199 1827 364 0 5729 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 279220

[startup+1.50112 s]
/proc/loadavg: 9.24 9.14 8.73 11/266 6318
/proc/meminfo: memFree=28846944/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=320644 CPUtime=0.7 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 12602 931 1 0 63 7 0 0 25 0 5 0 538650477 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 80161 7359 1883 364 0 16070 0
[pid=6307] ppid=6301 vsize=279244 CPUtime=0 cores=0,2,4,6
/proc/6307/stat : 6307 (python) S 6301 6301 5229 0 -1 4202560 742 0 0 0 0 0 0 0 25 0 1 0 538650552 285945856 5726 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037135 0 0 16781312 514 4438887599934799871 0 0 17 0 0 0 0
/proc/6307/statm: 69811 5726 354 364 0 5729 0
[pid=6309] ppid=6307 vsize=1017932 CPUtime=0.74 cores=0,2,4,6
/proc/6309/stat : 6309 (gnovelty+2) R 6307 6309 6309 0 -1 4202496 490 0 0 0 74 0 0 0 25 0 1 0 538650552 1042362368 226 33554432000 134512640 135663704 4287253104 18446744073709551615 134524957 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6309/statm: 254483 226 113 282 0 254199 0
[pid=6310] ppid=6301 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/6310/stat : 6310 (python) S 6301 6301 5229 0 -1 4202560 746 0 0 0 0 0 0 0 25 0 1 0 538650555 296845312 5812 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 13550038807134339071 0 0 17 6 0 0 0
/proc/6310/statm: 72472 5812 348 364 0 8387 0
[pid=6314] ppid=6310 vsize=1017932 CPUtime=0.31 cores=0,2,4,6
/proc/6314/stat : 6314 (gnovelty+2) R 6310 6314 6314 0 -1 4202496 492 0 0 0 31 0 0 0 25 0 1 0 538650558 1042362368 226 33554432000 134512640 135663704 4294874320 18446744073709551615 134524759 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6314/statm: 254483 226 113 282 0 254199 0
[pid=6312] ppid=6301 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/6312/stat : 6312 (python) S 6301 6301 5229 0 -1 4202560 726 0 0 0 0 0 0 0 25 0 1 0 538650558 307347456 5812 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 5259369564860317695 0 0 17 0 0 0 0
/proc/6312/statm: 75036 5812 344 364 0 10948 0
[pid=6315] ppid=6312 vsize=416520 CPUtime=0.31 cores=0,2,4,6
/proc/6315/stat : 6315 (adaptg2wsat2009) R 6312 6315 6315 0 -1 4202496 534 0 0 0 31 0 0 0 25 0 1 0 538650561 426516480 266 33554432000 134512640 135107411 4288820480 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6315/statm: 104130 266 49 146 0 103006 0
[pid=6316] ppid=6301 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/6316/stat : 6316 (python) S 6301 6301 5229 0 -1 4202560 736 0 0 0 0 0 0 0 25 0 1 0 538650561 317849600 5816 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 2420475347041517567 0 0 17 6 0 0 0
/proc/6316/statm: 77600 5816 344 364 0 13509 0
[pid=6318] ppid=6316 vsize=416524 CPUtime=0.65 cores=0,2,4,6
/proc/6318/stat : 6318 (adaptg2wsat2009) R 6316 6318 6318 0 -1 4202496 590 0 0 0 65 0 0 0 25 0 1 0 538650562 426520576 322 33554432000 134512640 135107411 4286661552 18446744073709551615 134531736 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6318/statm: 104131 322 59 146 0 103007 0
[pid=6301/tid=6308] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (python) S 6299 6301 5229 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 538650552 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 0 0 0 0
[pid=6301/tid=6311] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (python) S 6299 6301 5229 0 -1 4202560 34 931 0 0 0 0 0 0 25 0 5 0 538650555 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6313] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (python) S 6299 6301 5229 0 -1 4202560 18 931 0 0 0 0 0 0 25 0 5 0 538650558 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6317] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (python) S 6299 6301 5229 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 538650562 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 4369228

[startup+3.10082 s]
/proc/loadavg: 9.24 9.14 8.73 11/266 6318
/proc/meminfo: memFree=28845332/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=320644 CPUtime=0.7 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 12602 931 1 0 63 7 0 0 25 0 5 0 538650477 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 80161 7359 1883 364 0 16070 0
[pid=6307] ppid=6301 vsize=279244 CPUtime=0 cores=0,2,4,6
/proc/6307/stat : 6307 (python) S 6301 6301 5229 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538650552 285945856 5726 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037135 0 0 16781312 514 4438887599934767364 0 0 17 0 0 0 0
/proc/6307/statm: 69811 5726 354 364 0 5729 0
[pid=6309] ppid=6307 vsize=1017932 CPUtime=2.34 cores=0,2,4,6
/proc/6309/stat : 6309 (gnovelty+2) R 6307 6309 6309 0 -1 4202496 490 0 0 0 234 0 0 0 25 0 1 0 538650552 1042362368 226 33554432000 134512640 135663704 4287253104 18446744073709551615 134524737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6309/statm: 254483 226 113 282 0 254199 0
[pid=6310] ppid=6301 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/6310/stat : 6310 (python) S 6301 6301 5229 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 538650555 296845312 5812 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 13550038807134306563 0 0 17 6 0 0 0
/proc/6310/statm: 72472 5812 348 364 0 8387 0
[pid=6314] ppid=6310 vsize=1017932 CPUtime=1.11 cores=0,2,4,6
/proc/6314/stat : 6314 (gnovelty+2) R 6310 6314 6314 0 -1 4202496 492 0 0 0 111 0 0 0 25 0 1 0 538650558 1042362368 226 33554432000 134512640 135663704 4294874320 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6314/statm: 254483 226 113 282 0 254199 0
[pid=6312] ppid=6301 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/6312/stat : 6312 (python) S 6301 6301 5229 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538650558 307347456 5816 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 5259369564860285186 0 0 17 0 0 0 0
/proc/6312/statm: 75036 5816 348 364 0 10948 0
[pid=6315] ppid=6312 vsize=416524 CPUtime=1.11 cores=0,2,4,6
/proc/6315/stat : 6315 (adaptg2wsat2009) R 6312 6315 6315 0 -1 4202496 589 0 0 0 111 0 0 0 25 0 1 0 538650561 426520576 321 33554432000 134512640 135107411 4288820480 18446744073709551615 134532110 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6315/statm: 104131 321 59 146 0 103007 0
[pid=6316] ppid=6301 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/6316/stat : 6316 (python) S 6301 6301 5229 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 538650561 317849600 5820 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 2420475347041485058 0 0 17 6 0 0 0
/proc/6316/statm: 77600 5820 348 364 0 13509 0
[pid=6318] ppid=6316 vsize=416524 CPUtime=2.24 cores=0,2,4,6
/proc/6318/stat : 6318 (adaptg2wsat2009) R 6316 6318 6318 0 -1 4202496 590 0 0 0 224 0 0 0 25 0 1 0 538650562 426520576 322 33554432000 134512640 135107411 4286661552 18446744073709551615 134532349 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6318/statm: 104131 322 59 146 0 103007 0
[pid=6301/tid=6308] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (python) S 6299 6301 5229 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 538650552 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 0 0 0 0
[pid=6301/tid=6311] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (python) S 6299 6301 5229 0 -1 4202560 34 931 0 0 0 0 0 0 25 0 5 0 538650555 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6313] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (python) S 6299 6301 5229 0 -1 4202560 18 931 0 0 0 0 0 0 25 0 5 0 538650558 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6317] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (python) S 6299 6301 5229 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 538650562 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 4369232

[startup+6.30121 s]
/proc/loadavg: 9.30 9.15 8.74 11/266 6318
/proc/meminfo: memFree=28841240/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=320644 CPUtime=0.7 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 12602 931 1 0 63 7 0 0 25 0 5 0 538650477 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 80161 7359 1883 364 0 16070 0
[pid=6307] ppid=6301 vsize=279244 CPUtime=0 cores=0,2,4,6
/proc/6307/stat : 6307 (python) S 6301 6301 5229 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538650552 285945856 5748 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037135 0 0 16781312 514 4438887599934767364 0 0 17 0 0 0 0
/proc/6307/statm: 69811 5748 376 364 0 5729 0
[pid=6309] ppid=6307 vsize=1017932 CPUtime=5.52 cores=0,2,4,6
/proc/6309/stat : 6309 (gnovelty+2) R 6307 6309 6309 0 -1 4202496 490 0 0 0 552 0 0 0 25 0 1 0 538650552 1042362368 226 33554432000 134512640 135663704 4287253104 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6309/statm: 254483 226 113 282 0 254199 0
[pid=6310] ppid=6301 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/6310/stat : 6310 (python) S 6301 6301 5229 0 -1 4202560 913 0 0 0 0 0 0 0 18 0 1 0 538650555 296845312 5835 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 13550038807134306563 0 0 17 6 0 0 0
/proc/6310/statm: 72472 5835 371 364 0 8387 0
[pid=6314] ppid=6310 vsize=1017932 CPUtime=2.71 cores=0,2,4,6
/proc/6314/stat : 6314 (gnovelty+2) R 6310 6314 6314 0 -1 4202496 492 0 0 0 271 0 0 0 25 0 1 0 538650558 1042362368 226 33554432000 134512640 135663704 4294874320 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6314/statm: 254483 226 113 282 0 254199 0
[pid=6312] ppid=6301 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/6312/stat : 6312 (python) S 6301 6301 5229 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 538650558 307347456 5839 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 5259369564860285186 0 0 17 0 0 0 0
/proc/6312/statm: 75036 5839 371 364 0 10948 0
[pid=6315] ppid=6312 vsize=416524 CPUtime=2.7 cores=0,2,4,6
/proc/6315/stat : 6315 (adaptg2wsat2009) R 6312 6315 6315 0 -1 4202496 589 0 0 0 270 0 0 0 25 0 1 0 538650561 426520576 321 33554432000 134512640 135107411 4288820480 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6315/statm: 104131 321 59 146 0 103007 0
[pid=6316] ppid=6301 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/6316/stat : 6316 (python) S 6301 6301 5229 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538650561 317849600 5843 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 2420475347041485058 0 0 17 6 0 0 0
/proc/6316/statm: 77600 5843 371 364 0 13509 0
[pid=6318] ppid=6316 vsize=416524 CPUtime=5.39 cores=0,2,4,6
/proc/6318/stat : 6318 (adaptg2wsat2009) R 6316 6318 6318 0 -1 4202496 590 0 0 0 539 0 0 0 25 0 1 0 538650562 426520576 322 33554432000 134512640 135107411 4286661552 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6318/statm: 104131 322 59 146 0 103007 0
[pid=6301/tid=6308] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (python) S 6299 6301 5229 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 538650552 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 0 0 0 0
[pid=6301/tid=6311] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (python) S 6299 6301 5229 0 -1 4202560 34 931 0 0 0 0 0 0 25 0 5 0 538650555 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6313] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (python) S 6299 6301 5229 0 -1 4202560 18 931 0 0 0 0 0 0 25 0 5 0 538650558 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6317] ppid=6299 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (python) S 6299 6301 5229 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 538650562 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.02
Current children cumulated vsize (KiB) 4369232

[startup+12.701 s]
/proc/loadavg: 9.36 9.16 8.75 11/266 6318
/proc/meminfo: memFree=28837164/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=320644 CPUtime=0.7 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 12602 931 1 0 63 7 0 0 25 0 5 0 538650477 328339456 7359 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 80161 7359 1883 364 0 16070 0
[pid=6307] ppid=6301 vsize=279244 CPUtime=0.02 cores=0,2,4,6
/proc/6307/stat : 6307 (python) S 6301 6301 5229 0 -1 4202560 903 0 0 0 1 1 0 0 18 0 1 0 538650552 285945856 5749 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037135 0 0 16781312 514 17007756031834423556 0 0 17 0 0 0 0
/proc/6307/statm: 69811 5749 377 364 0 5729 0
[pid=6309] ppid=6307 vsize=1017932 CPUtime=11.9 cores=0,2,4,6
/proc/6309/stat : 6309 (gnovelty+2) R 6307 6309 6309 0 -1 4202496 490 0 0 0 1190 0 0 0 25 0 1 0 538650552 1042362368 226 33554432000 134512640 135663704 4287253104 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6309/statm: 254483 226 113 282 0 254199 0
[pid=6310] ppid=6301 vsize=289888 CPUtime=0.02 cores=0,2,4,6

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

[pid=6301/tid=6328] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6328/stat : 6328 (python) S 6299 6301 5229 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 538660581 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6333] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6333/stat : 6333 (python) S 6299 6301 5229 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 538665400 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6338] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6338/stat : 6338 (python) S 6299 6301 5229 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 538667802 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 586.32
Current children cumulated vsize (KiB) 6432516

[startup+215.901 s]
/proc/loadavg: 10.04 9.60 9.00 11/282 6340
/proc/meminfo: memFree=28697448/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=361668 CPUtime=0.83 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 16280 931 1 0 75 8 0 0 20 0 9 0 538650477 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 90417 7384 1892 364 0 26314 0
[pid=6307] ppid=6301 vsize=289488 CPUtime=0.16 cores=0,2,4,6
/proc/6307/stat : 6307 (python) S 6301 6301 5229 0 -1 4202560 1086 0 0 0 9 7 0 0 19 0 2 0 538650552 296435712 5787 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6307/statm: 72372 5787 410 364 0 8290 0
[pid=6309] ppid=6307 vsize=1017932 CPUtime=99.91 cores=0,2,4,6
/proc/6309/stat : 6309 (gnovelty+2) T 6307 6309 6309 0 -1 4202496 490 0 0 0 9991 0 0 0 25 0 1 0 538650552 1042362368 226 33554432000 134512640 135663704 4287253104 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6309/statm: 254483 226 113 282 0 254199 0
[pid=6307/tid=6326] ppid=6301 vsize=289488 CPUtime=0 cores=0,2,4,6
/proc/6307/task/6326/stat : 6326 (python) S 6301 6301 5229 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538660578 296435712 5787 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604453946202304 0 0 -1 0 0 0 0
[pid=6310] ppid=6301 vsize=289888 CPUtime=0.24 cores=0,2,4,6
/proc/6310/stat : 6310 (python) S 6301 6301 5229 0 -1 4202560 1109 0 0 0 13 11 0 0 19 0 2 0 538650555 296845312 5865 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6310/statm: 72472 5865 400 364 0 8387 0
[pid=6314] ppid=6310 vsize=1017932 CPUtime=98.71 cores=0,2,4,6
/proc/6314/stat : 6314 (gnovelty+2) T 6310 6314 6314 0 -1 4202496 492 0 0 0 9871 0 0 0 25 0 1 0 538650558 1042362368 226 33554432000 134512640 135663704 4294874320 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6314/statm: 254483 226 113 282 0 254199 0
[pid=6310/tid=6331] ppid=6301 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6331/stat : 6331 (python) S 6301 6301 5229 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538665397 296845312 5865 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604447477622912 0 0 -1 2 0 0 0
[pid=6312] ppid=6301 vsize=300144 CPUtime=0.28 cores=0,2,4,6
/proc/6312/stat : 6312 (python) S 6301 6301 5229 0 -1 4202560 1107 0 0 0 15 13 0 0 19 0 2 0 538650558 307347456 5869 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6312/statm: 75036 5869 400 364 0 10948 0
[pid=6315] ppid=6312 vsize=416524 CPUtime=98.13 cores=0,2,4,6
/proc/6315/stat : 6315 (adaptg2wsat2009) T 6312 6315 6315 0 -1 4202496 589 0 0 0 9813 0 0 0 25 0 1 0 538650561 426520576 321 33554432000 134512640 135107411 4288820480 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6315/statm: 104131 321 59 146 0 103007 0
[pid=6312/tid=6336] ppid=6301 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/6312/task/6336/stat : 6336 (python) S 6301 6301 5229 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538667799 307347456 5869 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604449842268352 0 0 -1 0 0 0 0
[pid=6316] ppid=6301 vsize=310400 CPUtime=0.16 cores=0,2,4,6
/proc/6316/stat : 6316 (python) S 6301 6301 5229 0 -1 4202560 1098 0 0 0 9 7 0 0 19 0 2 0 538650561 317849600 5873 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6316/statm: 77600 5873 400 364 0 13509 0
[pid=6318] ppid=6316 vsize=416524 CPUtime=98.11 cores=0,2,4,6
/proc/6318/stat : 6318 (adaptg2wsat2009) T 6316 6318 6318 0 -1 4202496 590 0 0 0 9811 0 0 0 25 0 1 0 538650562 426520576 322 33554432000 134512640 135107411 4286661552 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6318/statm: 104131 322 59 146 0 103007 0
[pid=6316/tid=6322] ppid=6301 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6322/stat : 6322 (python) S 6301 6301 5229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538660479 317849600 5873 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604444886319488 0 0 -1 6 0 0 0
[pid=6323] ppid=6301 vsize=320656 CPUtime=0.19 cores=0,2,4,6
/proc/6323/stat : 6323 (python) S 6301 6301 5229 0 -1 4202560 966 0 0 0 11 8 0 0 18 0 1 0 538660482 328351744 5847 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 17007756031834423553 0 0 17 6 0 0 0
/proc/6323/statm: 80164 5847 371 364 0 16070 0
[pid=6325] ppid=6323 vsize=416524 CPUtime=57.88 cores=0,2,4,6
/proc/6325/stat : 6325 (adaptg2wsat2009) R 6323 6325 6325 0 -1 4202496 588 0 0 0 5788 0 0 0 25 0 1 0 538660483 426520576 322 33554432000 134512640 135107411 4293165024 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6325/statm: 104131 322 59 146 0 103007 0
[pid=6327] ppid=6301 vsize=330912 CPUtime=0.18 cores=0,2,4,6
/proc/6327/stat : 6327 (python) S 6301 6301 5229 0 -1 4202560 967 0 0 0 9 9 0 0 18 0 1 0 538660581 338853888 5851 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 17007756031834423555 0 0 17 6 0 0 0
/proc/6327/statm: 82728 5851 371 364 0 18631 0
[pid=6329] ppid=6327 vsize=246804 CPUtime=78.7 cores=0,2,4,6
/proc/6329/stat : 6329 (FH) R 6327 6329 6329 0 -1 4202496 553 0 0 0 7870 0 0 0 25 0 1 0 538660581 252727296 287 33554432000 134512640 134936988 4294585728 18446744073709551615 134545073 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6329/statm: 61701 287 41 104 0 61205 0
[pid=6332] ppid=6301 vsize=341168 CPUtime=0.15 cores=0,2,4,6
/proc/6332/stat : 6332 (python) S 6301 6301 5229 0 -1 4202560 992 0 0 0 10 5 0 0 15 0 1 0 538665400 349356032 5855 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 5601799993041060100 0 0 17 6 0 0 0
/proc/6332/statm: 85292 5855 371 364 0 21192 0
[pid=6334] ppid=6332 vsize=2264 CPUtime=33.31 cores=0,2,4,6
/proc/6334/stat : 6334 (march_hi) R 6332 6334 6334 0 -1 4202496 995 0 0 0 3331 0 0 0 25 0 1 0 538665400 2318336 392 33554432000 4194304 4955518 140736336206656 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6334/statm: 566 392 106 186 0 379 0
[pid=6337] ppid=6301 vsize=351424 CPUtime=0.09 cores=0,2,4,6
/proc/6337/stat : 6337 (python) S 6301 6301 5229 0 -1 4202560 1014 0 0 0 5 4 0 0 15 0 1 0 538667802 359858176 5865 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 4387017589138620673 0 0 17 6 0 0 0
/proc/6337/statm: 87856 5865 377 364 0 23753 0
[pid=6339] ppid=6337 vsize=2264 CPUtime=21.31 cores=0,2,4,6
/proc/6339/stat : 6339 (march_hi) R 6337 6339 6339 0 -1 4202496 998 0 0 0 2131 0 0 0 25 0 1 0 538667803 2318336 392 33554432000 4194304 4955518 140733406387056 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6339/statm: 566 392 106 186 0 379 0
[pid=6301/tid=6308] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (python) S 6299 6301 5229 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 9 0 538650552 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 0 0 0 0
[pid=6301/tid=6311] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (python) S 6299 6301 5229 0 -1 4202560 34 931 0 0 0 0 0 0 25 0 9 0 538650555 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6313] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (python) S 6299 6301 5229 0 -1 4202560 18 931 0 0 0 0 0 0 25 0 9 0 538650558 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6317] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (python) S 6299 6301 5229 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 9 0 538650562 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6324] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6324/stat : 6324 (python) S 6299 6301 5229 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 538660482 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6328] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6328/stat : 6328 (python) S 6299 6301 5229 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 538660581 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6333] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6333/stat : 6333 (python) S 6299 6301 5229 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 538665400 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6338] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6338/stat : 6338 (python) S 6299 6301 5229 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 538667802 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 588.34
Current children cumulated vsize (KiB) 6432516

[startup+216.301 s]
/proc/loadavg: 10.04 9.60 9.00 11/282 6340
/proc/meminfo: memFree=28697448/32951124 swapFree=67111416/67111528
[pid=6301] ppid=6299 vsize=361668 CPUtime=0.83 cores=0,2,4,6
/proc/6301/stat : 6301 (python) S 6299 6301 5229 0 -1 4202496 16280 931 1 0 75 8 0 0 20 0 9 0 538650477 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6301/statm: 90417 7384 1892 364 0 26314 0
[pid=6307] ppid=6301 vsize=289488 CPUtime=0.16 cores=0,2,4,6
/proc/6307/stat : 6307 (python) S 6301 6301 5229 0 -1 4202560 1086 0 0 0 9 7 0 0 19 0 2 0 538650552 296435712 5787 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6307/statm: 72372 5787 410 364 0 8290 0
[pid=6309] ppid=6307 vsize=1017932 CPUtime=99.91 cores=0,2,4,6
/proc/6309/stat : 6309 (gnovelty+2) T 6307 6309 6309 0 -1 4202496 490 0 0 0 9991 0 0 0 25 0 1 0 538650552 1042362368 226 33554432000 134512640 135663704 4287253104 18446744073709551615 134525722 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6309/statm: 254483 226 113 282 0 254199 0
[pid=6307/tid=6326] ppid=6301 vsize=289488 CPUtime=0 cores=0,2,4,6
/proc/6307/task/6326/stat : 6326 (python) S 6301 6301 5229 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538660578 296435712 5787 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604453946202304 0 0 -1 0 0 0 0
[pid=6310] ppid=6301 vsize=289888 CPUtime=0.24 cores=0,2,4,6
/proc/6310/stat : 6310 (python) S 6301 6301 5229 0 -1 4202560 1109 0 0 0 13 11 0 0 19 0 2 0 538650555 296845312 5865 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6310/statm: 72472 5865 400 364 0 8387 0
[pid=6314] ppid=6310 vsize=1017932 CPUtime=98.71 cores=0,2,4,6
/proc/6314/stat : 6314 (gnovelty+2) T 6310 6314 6314 0 -1 4202496 492 0 0 0 9871 0 0 0 25 0 1 0 538650558 1042362368 226 33554432000 134512640 135663704 4294874320 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6314/statm: 254483 226 113 282 0 254199 0
[pid=6310/tid=6331] ppid=6301 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/6310/task/6331/stat : 6331 (python) S 6301 6301 5229 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538665397 296845312 5865 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604447477622912 0 0 -1 2 0 0 0
[pid=6312] ppid=6301 vsize=300144 CPUtime=0.28 cores=0,2,4,6
/proc/6312/stat : 6312 (python) S 6301 6301 5229 0 -1 4202560 1107 0 0 0 15 13 0 0 19 0 2 0 538650558 307347456 5869 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6312/statm: 75036 5869 400 364 0 10948 0
[pid=6315] ppid=6312 vsize=416524 CPUtime=98.13 cores=0,2,4,6
/proc/6315/stat : 6315 (adaptg2wsat2009) T 6312 6315 6315 0 -1 4202496 589 0 0 0 9813 0 0 0 25 0 1 0 538650561 426520576 321 33554432000 134512640 135107411 4288820480 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6315/statm: 104131 321 59 146 0 103007 0
[pid=6312/tid=6336] ppid=6301 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/6312/task/6336/stat : 6336 (python) S 6301 6301 5229 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538667799 307347456 5869 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604449842268352 0 0 -1 0 0 0 0
[pid=6316] ppid=6301 vsize=310400 CPUtime=0.16 cores=0,2,4,6
/proc/6316/stat : 6316 (python) S 6301 6301 5229 0 -1 4202560 1098 0 0 0 9 7 0 0 19 0 2 0 538650561 317849600 5873 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6316/statm: 77600 5873 400 364 0 13509 0
[pid=6318] ppid=6316 vsize=416524 CPUtime=98.11 cores=0,2,4,6
/proc/6318/stat : 6318 (adaptg2wsat2009) T 6316 6318 6318 0 -1 4202496 590 0 0 0 9811 0 0 0 25 0 1 0 538650562 426520576 322 33554432000 134512640 135107411 4286661552 18446744073709551615 134532288 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6318/statm: 104131 322 59 146 0 103007 0
[pid=6316/tid=6322] ppid=6301 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/6316/task/6322/stat : 6322 (python) S 6301 6301 5229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538660479 317849600 5873 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 514 18446604444886319488 0 0 -1 6 0 0 0
[pid=6323] ppid=6301 vsize=320656 CPUtime=0.19 cores=0,2,4,6
/proc/6323/stat : 6323 (python) S 6301 6301 5229 0 -1 4202560 966 0 0 0 11 8 0 0 18 0 1 0 538660482 328351744 5847 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 17007756031834423553 0 0 17 6 0 0 0
/proc/6323/statm: 80164 5847 371 364 0 16070 0
[pid=6325] ppid=6323 vsize=416524 CPUtime=58.08 cores=0,2,4,6
/proc/6325/stat : 6325 (adaptg2wsat2009) R 6323 6325 6325 0 -1 4202496 588 0 0 0 5808 0 0 0 25 0 1 0 538660483 426520576 322 33554432000 134512640 135107411 4293165024 18446744073709551615 134531707 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6325/statm: 104131 322 59 146 0 103007 0
[pid=6327] ppid=6301 vsize=330912 CPUtime=0.18 cores=0,2,4,6
/proc/6327/stat : 6327 (python) S 6301 6301 5229 0 -1 4202560 967 0 0 0 9 9 0 0 18 0 1 0 538660581 338853888 5851 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 17007756031834423555 0 0 17 6 0 0 0
/proc/6327/statm: 82728 5851 371 364 0 18631 0
[pid=6329] ppid=6327 vsize=246804 CPUtime=79.1 cores=0,2,4,6
/proc/6329/stat : 6329 (FH) R 6327 6329 6329 0 -1 4202496 553 0 0 0 7910 0 0 0 25 0 1 0 538660581 252727296 287 33554432000 134512640 134936988 4294585728 18446744073709551615 134546908 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6329/statm: 61701 287 41 104 0 61205 0
[pid=6332] ppid=6301 vsize=341168 CPUtime=0.15 cores=0,2,4,6
/proc/6332/stat : 6332 (python) S 6301 6301 5229 0 -1 4202560 992 0 0 0 10 5 0 0 15 0 1 0 538665400 349356032 5855 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 4492877194271359236 0 0 17 6 0 0 0
/proc/6332/statm: 85292 5855 371 364 0 21192 0
[pid=6334] ppid=6332 vsize=2264 CPUtime=33.51 cores=0,2,4,6
/proc/6334/stat : 6334 (march_hi) R 6332 6334 6334 0 -1 4202496 995 0 0 0 3351 0 0 0 25 0 1 0 538665400 2318336 392 33554432000 4194304 4955518 140736336206656 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6334/statm: 566 392 106 186 0 379 0
[pid=6337] ppid=6301 vsize=351424 CPUtime=0.09 cores=0,2,4,6
/proc/6337/stat : 6337 (python) S 6301 6301 5229 0 -1 4202560 1015 0 0 0 5 4 0 0 15 0 1 0 538667802 359858176 5865 33554432000 4194304 5683644 140734927297232 18446744073709551615 212436037190 0 0 16781312 514 442425891125952769 0 0 17 6 0 0 0
/proc/6337/statm: 87856 5865 377 364 0 23753 0
[pid=6339] ppid=6337 vsize=2264 CPUtime=21.51 cores=0,2,4,6
/proc/6339/stat : 6339 (march_hi) R 6337 6339 6339 0 -1 4202496 998 0 0 0 2151 0 0 0 25 0 1 0 538667803 2318336 392 33554432000 4194304 4955518 140733406387056 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6339/statm: 566 392 106 186 0 379 0
[pid=6301/tid=6308] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6308/stat : 6308 (python) S 6299 6301 5229 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 9 0 538650552 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 0 0 0 0
[pid=6301/tid=6311] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6311/stat : 6311 (python) S 6299 6301 5229 0 -1 4202560 34 931 0 0 0 0 0 0 25 0 9 0 538650555 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6313] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6313/stat : 6313 (python) S 6299 6301 5229 0 -1 4202560 18 931 0 0 0 0 0 0 25 0 9 0 538650558 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6317] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6317/stat : 6317 (python) S 6299 6301 5229 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 9 0 538650562 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6324] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6324/stat : 6324 (python) S 6299 6301 5229 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 538660482 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6328] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6328/stat : 6328 (python) S 6299 6301 5229 0 -1 4202560 32 931 0 0 0 0 0 0 20 0 9 0 538660581 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6333] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6333/stat : 6333 (python) S 6299 6301 5229 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 538665400 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
[pid=6301/tid=6338] ppid=6299 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/6301/task/6338/stat : 6338 (python) S 6299 6301 5229 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 538667802 370348032 7384 33554432000 4194304 5683644 140734927297232 18446744073709551615 212447840689 0 0 16781312 2 18446604443698792320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 589.34
Current children cumulated vsize (KiB) 6432516

Child status: 0
Real time (s): 216.391
CPU time (s): 589.74
CPU user time (s): 588.931
CPU system time (s): 0.808877
CPU usage (%): 272.535
Max. virtual memory (cumulated for all children) (KiB): 6432516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 588.931
system time used= 0.808877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35775
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= 2724
involuntary context switches= 7569

runsolver used 0.499924 second user time and 1.12783 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-01 19:21:21
IDJOB=3317628
IDBENCH=83093
IDSOLVER=1705
FILE ID=node102/3317628-1304270481
RUNJOBID= node102-1304267295-5247
PBS_JOBID= 13173976
Free space on /tmp= 72680 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S708803296-021.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-3317628-1304270481/watcher-3317628-1304270481 -o /tmp/evaluation-result-3317628-1304270481/solver-3317628-1304270481 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317628-1304270481.cnf -seed 1447121938 -budget 4800 -cores 4

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

MD5SUM BENCH= 6dcea24e0d40e217adec300bb8ded029
RANDOM SEED=1447121938

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28887880 kB
Buffers:        652916 kB
Cached:        1534848 kB
SwapCached:          0 kB
Active:        1763604 kB
Inactive:      1862256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28887880 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           32944 kB
Writeback:           0 kB
AnonPages:     1437924 kB
Mapped:          25228 kB
Slab:           359264 kB
PageTables:      17776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 25612264 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= 72648 MiB
End job on node102 at 2011-05-01 19:24:58