Trace number 3378639

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 147.689 37.6431

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
MD5SUMa1e34b50698b079e87a3cad9c76615ca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.7579
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.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378639-1305466534.cnf
0.32/0.46	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.52/0.65	c INFO: computed variable balance statistics
0.62/0.71	c INFO: computed small-clause counts
0.62/0.71	c INFO: computed Horn-clause counts
0.62/0.71	c INFO: computed variable graph statistics
0.62/0.71	c INFO: collected features for HOME/instance-3378639-1305466534.cnf in 0.25 s
0.62/0.72	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.62/0.73	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.62/0.74	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.62/0.75	c INFO: running march_hi@0 for 485 with 1199 remaining (b = 0.15)
147.49/37.62	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-3378639-1305466534/watcher-3378639-1305466534 -o /tmp/evaluation-result-3378639-1305466534/solver-3378639-1305466534 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378639-1305466534.cnf -seed 1724784988 -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: 8.35 8.11 6.13 5/445 26099
/proc/meminfo: memFree=13540768/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/26099/stat : 26099 (python) R 26097 26099 25222 0 -1 4202496 1045 0 0 0 0 0 0 0 25 0 1 0 736884103 16625664 917 33554432000 4194304 5683644 140734154706480 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26099/statm: 4059 917 381 364 0 546 0

[startup+0.0971031 s]
/proc/loadavg: 8.35 8.11 6.13 5/445 26099
/proc/meminfo: memFree=13540768/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=102008 CPUtime=0.07 cores=1,3,5,7
/proc/26099/stat : 26099 (python) R 26097 26099 25222 0 -1 4202496 3012 0 0 0 5 2 0 0 17 0 1 0 736884103 104456192 2704 33554432000 4194304 5683644 140734154706480 18446744073709551615 4687071 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26099/statm: 25502 2705 841 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102008

[startup+0.101105 s]
/proc/loadavg: 8.35 8.11 6.13 5/445 26099
/proc/meminfo: memFree=13540768/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=104224 CPUtime=0.07 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 3065 0 0 0 5 2 0 0 17 0 1 0 736884103 106725376 2747 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/26099/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.301066 s]
/proc/loadavg: 8.35 8.11 6.13 5/445 26099
/proc/meminfo: memFree=13540768/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=187740 CPUtime=0.24 cores=1,3,5,7
/proc/26099/stat : 26099 (python) R 26097 26099 25222 0 -1 4202496 6796 934 1 0 17 7 0 0 18 0 1 0 736884103 192245760 4860 33554432000 4194304 5683644 140734154706480 18446744073709551615 216730215990 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26099/statm: 46935 4860 1380 364 0 3723 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187740

[startup+0.701042 s]
/proc/loadavg: 8.35 8.11 6.13 5/445 26099
/proc/meminfo: memFree=13540768/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=279216 CPUtime=0.62 cores=1,3,5,7
/proc/26099/stat : 26099 (python) R 26097 26099 25222 0 -1 4202496 9530 934 1 0 53 9 0 0 18 0 1 0 736884103 285917184 7199 33554432000 4194304 5683644 140734154706480 18446744073709551615 216734834564 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/26099/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 279216

[startup+1.50085 s]
/proc/loadavg: 8.35 8.11 6.13 9/458 26116
/proc/meminfo: memFree=13499740/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 732 0 0 0 0 0 0 0 20 0 1 0 736884176 285941760 5726 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 11322596199661305855 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5726 354 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=0.75 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 75 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/26108/stat : 26108 (python) S 26099 26099 25222 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 736884177 296841216 5812 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 13404916191529533439 0 0 17 5 0 0 0
/proc/26108/statm: 72471 5812 348 364 0 8386 0
[pid=26110] ppid=26108 vsize=1017932 CPUtime=0.75 cores=1,3,5,7
/proc/26110/stat : 26110 (gnovelty+2) R 26108 26110 26110 0 -1 4202496 489 0 0 0 75 0 0 0 22 0 1 0 736884177 1042362368 227 33554432000 134512640 135663704 4288422144 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26110/statm: 254483 227 113 282 0 254199 0
[pid=26111] ppid=26099 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/26111/stat : 26111 (python) S 26099 26099 25222 0 -1 4202560 720 0 0 0 0 0 0 0 19 0 1 0 736884178 307343360 5812 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 2950310209257471999 0 0 17 3 0 0 0
/proc/26111/statm: 75035 5812 344 364 0 10947 0
[pid=26113] ppid=26111 vsize=416524 CPUtime=0.74 cores=1,3,5,7
/proc/26113/stat : 26113 (adaptg2wsat2009) R 26111 26113 26113 0 -1 4202496 583 0 0 0 74 0 0 0 22 0 1 0 736884178 426520576 320 33554432000 134512640 135107411 4291897888 18446744073709551615 134531696 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26113/statm: 104131 320 59 146 0 103007 0
[pid=26114] ppid=26099 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/26114/stat : 26114 (python) S 26099 26099 25222 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 736884179 317845504 5820 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 408657690013696263 0 0 17 3 0 0 0
/proc/26114/statm: 77599 5820 348 364 0 13508 0
[pid=26116] ppid=26114 vsize=2264 CPUtime=0.73 cores=1,3,5,7
/proc/26116/stat : 26116 (march_hi) R 26114 26116 26116 0 -1 4202496 986 0 0 0 73 0 0 0 25 0 1 0 736884179 2318336 391 33554432000 4194304 4955518 140734171532224 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26116/statm: 566 391 106 186 0 379 0
[pid=26099/tid=26106] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26106/stat : 26106 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 736884176 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26109] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26109/stat : 26109 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 736884177 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 3954952

[startup+3.10057 s]
/proc/loadavg: 8.32 8.11 6.14 9/458 26116
/proc/meminfo: memFree=13497880/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 736884176 285941760 5726 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 11322596199661273352 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5726 354 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=2.33 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 233 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0 cores=1,3,5,7
/proc/26108/stat : 26108 (python) S 26099 26099 25222 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 736884177 296841216 5812 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 13404916191529500936 0 0 17 5 0 0 0
/proc/26108/statm: 72471 5812 348 364 0 8386 0
[pid=26110] ppid=26108 vsize=1017932 CPUtime=2.35 cores=1,3,5,7
/proc/26110/stat : 26110 (gnovelty+2) R 26108 26110 26110 0 -1 4202496 489 0 0 0 235 0 0 0 25 0 1 0 736884177 1042362368 227 33554432000 134512640 135663704 4288422144 18446744073709551615 134525332 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26110/statm: 254483 227 113 282 0 254199 0
[pid=26111] ppid=26099 vsize=300140 CPUtime=0 cores=1,3,5,7
/proc/26111/stat : 26111 (python) S 26099 26099 25222 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 736884178 307343360 5816 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 2950310209257439496 0 0 17 3 0 0 0
/proc/26111/statm: 75035 5816 348 364 0 10947 0
[pid=26113] ppid=26111 vsize=416524 CPUtime=2.34 cores=1,3,5,7
/proc/26113/stat : 26113 (adaptg2wsat2009) R 26111 26113 26113 0 -1 4202496 583 0 0 0 234 0 0 0 25 0 1 0 736884178 426520576 320 33554432000 134512640 135107411 4291897888 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26113/statm: 104131 320 59 146 0 103007 0
[pid=26114] ppid=26099 vsize=310396 CPUtime=0 cores=1,3,5,7
/proc/26114/stat : 26114 (python) S 26099 26099 25222 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 736884179 317845504 5820 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 408657690013696263 0 0 17 3 0 0 0
/proc/26114/statm: 77599 5820 348 364 0 13508 0
[pid=26116] ppid=26114 vsize=2264 CPUtime=2.33 cores=1,3,5,7
/proc/26116/stat : 26116 (march_hi) R 26114 26116 26116 0 -1 4202496 986 0 0 0 233 0 0 0 25 0 1 0 736884179 2318336 391 33554432000 4194304 4955518 140734171532224 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26116/statm: 566 391 106 186 0 379 0
[pid=26099/tid=26106] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26106/stat : 26106 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 736884176 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26109] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26109/stat : 26109 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 736884177 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 3954952

[startup+6.30101 s]
/proc/loadavg: 8.32 8.11 6.14 9/458 26116
/proc/meminfo: memFree=13494684/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0.01 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 736884176 285941760 5749 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 11322596199661273352 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5749 377 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=5.49 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 549 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134524954 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0.01 cores=1,3,5,7
/proc/26108/stat : 26108 (python) S 26099 26099 25222 0 -1 4202560 922 0 0 0 0 1 0 0 18 0 1 0 736884177 296841216 5835 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 13404916191529500936 0 0 17 5 0 0 0
/proc/26108/statm: 72471 5835 371 364 0 8386 0
[pid=26110] ppid=26108 vsize=1017932 CPUtime=5.55 cores=1,3,5,7
/proc/26110/stat : 26110 (gnovelty+2) R 26108 26110 26110 0 -1 4202496 489 0 0 0 555 0 0 0 25 0 1 0 736884177 1042362368 227 33554432000 134512640 135663704 4288422144 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26110/statm: 254483 227 113 282 0 254199 0
[pid=26111] ppid=26099 vsize=300140 CPUtime=0.01 cores=1,3,5,7
/proc/26111/stat : 26111 (python) S 26099 26099 25222 0 -1 4202560 905 0 0 0 1 0 0 0 18 0 1 0 736884178 307343360 5839 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 2950310209257439496 0 0 17 3 0 0 0
/proc/26111/statm: 75035 5839 371 364 0 10947 0
[pid=26113] ppid=26111 vsize=416524 CPUtime=5.51 cores=1,3,5,7
/proc/26113/stat : 26113 (adaptg2wsat2009) R 26111 26113 26113 0 -1 4202496 583 0 0 0 551 0 0 0 25 0 1 0 736884178 426520576 320 33554432000 134512640 135107411 4291897888 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26113/statm: 104131 320 59 146 0 103007 0
[pid=26114] ppid=26099 vsize=310396 CPUtime=0.01 cores=1,3,5,7
/proc/26114/stat : 26114 (python) S 26099 26099 25222 0 -1 4202560 933 0 0 0 1 0 0 0 15 0 1 0 736884179 317845504 5843 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 408657690013696263 0 0 17 3 0 0 0
/proc/26114/statm: 77599 5843 371 364 0 13508 0
[pid=26116] ppid=26114 vsize=2264 CPUtime=5.49 cores=1,3,5,7
/proc/26116/stat : 26116 (march_hi) R 26114 26116 26116 0 -1 4202496 986 0 0 0 549 0 0 0 25 0 1 0 736884179 2318336 391 33554432000 4194304 4955518 140734171532224 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26116/statm: 566 391 106 186 0 379 0
[pid=26099/tid=26106] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26106/stat : 26106 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 736884176 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26109] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26109/stat : 26109 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 736884177 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.75
Current children cumulated vsize (KiB) 3954952

[startup+12.7009 s]
/proc/loadavg: 8.27 8.10 6.16 9/458 26116
/proc/meminfo: memFree=13490752/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0.03 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 736884176 285941760 5749 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5749 377 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=11.8 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 1180 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0.03 cores=1,3,5,7

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

[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 137.59
Current children cumulated vsize (KiB) 3955156

[startup+36.7007 s]
/proc/loadavg: 8.49 8.16 6.22 10/458 26117
/proc/meminfo: memFree=13479912/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0.1 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 910 0 0 0 5 5 0 0 18 0 1 0 736884176 285941760 5749 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5749 377 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=35.47 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 3547 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134524874 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0.11 cores=1,3,5,7
/proc/26108/stat : 26108 (python) S 26099 26099 25222 0 -1 4202560 935 0 0 0 6 5 0 0 18 0 1 0 736884177 296841216 5835 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26108/statm: 72471 5835 371 364 0 8386 0
[pid=26110] ppid=26108 vsize=1017932 CPUtime=35.95 cores=1,3,5,7
/proc/26110/stat : 26110 (gnovelty+2) R 26108 26110 26110 0 -1 4202496 489 0 0 0 3595 0 0 0 25 0 1 0 736884177 1042362368 227 33554432000 134512640 135663704 4288422144 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26110/statm: 254483 227 113 282 0 254199 0
[pid=26111] ppid=26099 vsize=300140 CPUtime=0.1 cores=1,3,5,7
/proc/26111/stat : 26111 (python) S 26099 26099 25222 0 -1 4202560 924 0 0 0 5 5 0 0 18 0 1 0 736884178 307343360 5839 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26111/statm: 75035 5839 371 364 0 10947 0
[pid=26113] ppid=26111 vsize=416524 CPUtime=35.71 cores=1,3,5,7
/proc/26113/stat : 26113 (adaptg2wsat2009) R 26111 26113 26113 0 -1 4202496 583 0 0 0 3571 0 0 0 25 0 1 0 736884178 426520576 320 33554432000 134512640 135107411 4291897888 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26113/statm: 104131 320 59 146 0 103007 0
[pid=26114] ppid=26099 vsize=310396 CPUtime=1.38 cores=1,3,5,7
/proc/26114/stat : 26114 (python) R 26099 26099 25222 0 -1 4202560 949 0 0 0 115 23 0 0 17 0 1 0 736884179 317845504 5843 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747008831 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/26114/statm: 77599 5843 371 364 0 13508 0
[pid=26116] ppid=26114 vsize=0 CPUtime=34.43 cores=1,3,5,7
/proc/26116/stat : 26116 (march_hi) R 26114 26116 26116 0 -1 4202500 1036 0 0 0 3443 0 0 0 25 0 1 0 736884179 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/26116/statm: 0 0 0 0 0 0 0
[pid=26099/tid=26106] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26106/stat : 26106 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 736884176 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26109] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26109/stat : 26109 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 736884177 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 143.92
Current children cumulated vsize (KiB) 3952688

[startup+37.1006 s]
/proc/loadavg: 8.49 8.16 6.22 10/458 26117
/proc/meminfo: memFree=13479912/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0.1 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 910 0 0 0 5 5 0 0 18 0 1 0 736884176 285941760 5749 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5749 377 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=35.87 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 3587 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0.11 cores=1,3,5,7
/proc/26108/stat : 26108 (python) S 26099 26099 25222 0 -1 4202560 935 0 0 0 6 5 0 0 18 0 1 0 736884177 296841216 5835 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26108/statm: 72471 5835 371 364 0 8386 0
[pid=26110] ppid=26108 vsize=1017932 CPUtime=36.35 cores=1,3,5,7
/proc/26110/stat : 26110 (gnovelty+2) R 26108 26110 26110 0 -1 4202496 489 0 0 0 3635 0 0 0 25 0 1 0 736884177 1042362368 227 33554432000 134512640 135663704 4288422144 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26110/statm: 254483 227 113 282 0 254199 0
[pid=26111] ppid=26099 vsize=300140 CPUtime=0.1 cores=1,3,5,7
/proc/26111/stat : 26111 (python) S 26099 26099 25222 0 -1 4202560 924 0 0 0 5 5 0 0 18 0 1 0 736884178 307343360 5839 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26111/statm: 75035 5839 371 364 0 10947 0
[pid=26113] ppid=26111 vsize=416524 CPUtime=36.11 cores=1,3,5,7
/proc/26113/stat : 26113 (adaptg2wsat2009) R 26111 26113 26113 0 -1 4202496 583 0 0 0 3611 0 0 0 25 0 1 0 736884178 426520576 320 33554432000 134512640 135107411 4291897888 18446744073709551615 134532371 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26113/statm: 104131 320 59 146 0 103007 0
[pid=26114] ppid=26099 vsize=310396 CPUtime=1.78 cores=1,3,5,7
/proc/26114/stat : 26114 (python) R 26099 26099 25222 0 -1 4202560 949 0 0 0 149 29 0 0 17 0 1 0 736884179 317845504 5843 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/26114/statm: 77599 5843 371 364 0 13508 0
[pid=26116] ppid=26114 vsize=0 CPUtime=34.43 cores=1,3,5,7
/proc/26116/stat : 26116 (march_hi) R 26114 26116 26116 0 -1 4202500 1036 0 0 0 3443 0 0 0 25 0 1 0 736884179 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/26116/statm: 0 0 0 0 0 0 0
[pid=26099/tid=26106] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26106/stat : 26106 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 736884176 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26109] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26109/stat : 26109 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 736884177 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 145.52
Current children cumulated vsize (KiB) 3952688

[startup+37.5005 s]
/proc/loadavg: 8.53 8.17 6.24 10/458 26117
/proc/meminfo: memFree=13479540/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0.1 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 910 0 0 0 5 5 0 0 18 0 1 0 736884176 285941760 5749 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5749 377 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=36.25 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 3625 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0.11 cores=1,3,5,7
/proc/26108/stat : 26108 (python) S 26099 26099 25222 0 -1 4202560 935 0 0 0 6 5 0 0 18 0 1 0 736884177 296841216 5835 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26108/statm: 72471 5835 371 364 0 8386 0
[pid=26110] ppid=26108 vsize=1017932 CPUtime=36.75 cores=1,3,5,7
/proc/26110/stat : 26110 (gnovelty+2) R 26108 26110 26110 0 -1 4202496 489 0 0 0 3675 0 0 0 25 0 1 0 736884177 1042362368 227 33554432000 134512640 135663704 4288422144 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26110/statm: 254483 227 113 282 0 254199 0
[pid=26111] ppid=26099 vsize=300140 CPUtime=0.1 cores=1,3,5,7
/proc/26111/stat : 26111 (python) S 26099 26099 25222 0 -1 4202560 924 0 0 0 5 5 0 0 18 0 1 0 736884178 307343360 5839 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26111/statm: 75035 5839 371 364 0 10947 0
[pid=26113] ppid=26111 vsize=416524 CPUtime=36.51 cores=1,3,5,7
/proc/26113/stat : 26113 (adaptg2wsat2009) R 26111 26113 26113 0 -1 4202496 583 0 0 0 3651 0 0 0 25 0 1 0 736884178 426520576 320 33554432000 134512640 135107411 4291897888 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26113/statm: 104131 320 59 146 0 103007 0
[pid=26114] ppid=26099 vsize=310396 CPUtime=2.18 cores=1,3,5,7
/proc/26114/stat : 26114 (python) R 26099 26099 25222 0 -1 4202560 949 0 0 0 183 35 0 0 18 0 1 0 736884179 317845504 5843 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747008831 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/26114/statm: 77599 5843 371 364 0 13508 0
[pid=26116] ppid=26114 vsize=0 CPUtime=34.43 cores=1,3,5,7
/proc/26116/stat : 26116 (march_hi) R 26114 26116 26116 0 -1 4202500 1036 0 0 0 3443 0 0 0 25 0 1 0 736884179 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/26116/statm: 0 0 0 0 0 0 0
[pid=26099/tid=26106] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26106/stat : 26106 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 736884176 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26109] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26109/stat : 26109 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 736884177 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 147.1
Current children cumulated vsize (KiB) 3952688

[startup+37.6005 s]
/proc/loadavg: 8.53 8.17 6.24 10/458 26117
/proc/meminfo: memFree=13479540/32951124 swapFree=65586204/67111528
[pid=26099] ppid=26097 vsize=320640 CPUtime=0.67 cores=1,3,5,7
/proc/26099/stat : 26099 (python) S 26097 26099 25222 0 -1 4202496 12463 934 1 0 57 10 0 0 22 0 5 0 736884103 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26099/statm: 80160 7359 1883 364 0 16069 0
[pid=26105] ppid=26099 vsize=279240 CPUtime=0.1 cores=1,3,5,7
/proc/26105/stat : 26105 (python) S 26099 26099 25222 0 -1 4202560 910 0 0 0 5 5 0 0 18 0 1 0 736884176 285941760 5749 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198735 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26105/statm: 69810 5749 377 364 0 5728 0
[pid=26107] ppid=26105 vsize=1017932 CPUtime=36.35 cores=1,3,5,7
/proc/26107/stat : 26107 (gnovelty+2) R 26105 26107 26107 0 -1 4202496 485 0 0 0 3635 0 0 0 25 0 1 0 736884176 1042362368 226 33554432000 134512640 135663704 4293650784 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26107/statm: 254483 226 113 282 0 254199 0
[pid=26108] ppid=26099 vsize=289884 CPUtime=0.11 cores=1,3,5,7
/proc/26108/stat : 26108 (python) S 26099 26099 25222 0 -1 4202560 935 0 0 0 6 5 0 0 18 0 1 0 736884177 296841216 5835 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26108/statm: 72471 5835 371 364 0 8386 0
[pid=26110] ppid=26108 vsize=1017932 CPUtime=36.85 cores=1,3,5,7
/proc/26110/stat : 26110 (gnovelty+2) R 26108 26110 26110 0 -1 4202496 489 0 0 0 3685 0 0 0 25 0 1 0 736884177 1042362368 227 33554432000 134512640 135663704 4288422144 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26110/statm: 254483 227 113 282 0 254199 0
[pid=26111] ppid=26099 vsize=300140 CPUtime=0.1 cores=1,3,5,7
/proc/26111/stat : 26111 (python) S 26099 26099 25222 0 -1 4202560 924 0 0 0 5 5 0 0 18 0 1 0 736884178 307343360 5839 33554432000 4194304 5683644 140734154706480 18446744073709551615 216735198790 0 0 16781312 514 219691219322634504 0 0 17 5 0 0 0
/proc/26111/statm: 75035 5839 371 364 0 10947 0
[pid=26113] ppid=26111 vsize=416524 CPUtime=36.61 cores=1,3,5,7
/proc/26113/stat : 26113 (adaptg2wsat2009) R 26111 26113 26113 0 -1 4202496 583 0 0 0 3661 0 0 0 25 0 1 0 736884178 426520576 320 33554432000 134512640 135107411 4291897888 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26113/statm: 104131 320 59 146 0 103007 0
[pid=26114] ppid=26099 vsize=310396 CPUtime=2.27 cores=1,3,5,7
/proc/26114/stat : 26114 (python) R 26099 26099 25222 0 -1 4202560 949 0 0 0 191 36 0 0 18 0 1 0 736884179 317845504 5843 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747008831 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/26114/statm: 77599 5843 371 364 0 13508 0
[pid=26116] ppid=26114 vsize=0 CPUtime=34.43 cores=1,3,5,7
/proc/26116/stat : 26116 (march_hi) R 26114 26116 26116 0 -1 4202500 1036 0 0 0 3443 0 0 0 25 0 1 0 736884179 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/26116/statm: 0 0 0 0 0 0 0
[pid=26099/tid=26106] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26106/stat : 26106 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 21 0 5 0 736884176 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26109] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26109/stat : 26109 (python) S 26097 26099 25222 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 736884177 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 5 0 0 0
[pid=26099/tid=26112] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26112/stat : 26112 (python) S 26097 26099 25222 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 736884178 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
[pid=26099/tid=26115] ppid=26097 vsize=320640 CPUtime=0 cores=1,3,5,7
/proc/26099/task/26115/stat : 26115 (python) S 26097 26099 25222 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 5 0 736884179 328335360 7359 33554432000 4194304 5683644 140734154706480 18446744073709551615 216747002289 0 0 16781312 2 18446604465642197376 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 147.49
Current children cumulated vsize (KiB) 3952688

Child status: 0
Real time (s): 37.6431
CPU time (s): 147.689
CPU user time (s): 147.026
CPU system time (s): 0.662899
CPU usage (%): 392.339
Max. virtual memory (cumulated for all children) (KiB): 3955156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.026
system time used= 0.662899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24463
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= 1919
involuntary context switches= 1911

runsolver used 0.170974 second user time and 0.357945 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 15:35:34
IDJOB=3378639
IDBENCH=83048
IDSOLVER=1859
FILE ID=node119/3378639-1305466534
RUNJOBID= node119-1305465319-25241
PBS_JOBID= 13325055
Free space on /tmp= 73268 MiB

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

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

MD5SUM BENCH= a1e34b50698b079e87a3cad9c76615ca
RANDOM SEED=1724784988

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13540924 kB
Buffers:        307116 kB
Cached:        4923092 kB
SwapCached:       4756 kB
Active:       15862676 kB
Inactive:      3196120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13540924 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           32360 kB
Writeback:           0 kB
AnonPages:    13826024 kB
Mapped:          39776 kB
Slab:           217504 kB
PageTables:      67324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123357344 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= 73240 MiB
End job on node119 at 2011-05-15 15:36:12