Trace number 3322171

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 260.549 35.7932

General information on the benchmark

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

Solver Data

0.37/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.68	c INFO: solving HOME/instance-3322171-1304375489.cnf
0.37/0.68	c INFO: computing task features
0.46/0.71	c INFO: computed variable-clause graph statistics
0.46/0.71	c INFO: computed clause balance statistics
0.56/0.87	c INFO: computed variable balance statistics
0.66/0.93	c INFO: computed small-clause counts
0.66/0.93	c INFO: computed Horn-clause counts
0.66/0.94	c INFO: computed variable graph statistics
0.66/0.94	c INFO: collected features for HOME/instance-3322171-1304375489.cnf in 0.26 s
0.66/0.98	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.59)
0.79/1.02	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.79/1.06	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.79/1.09	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.99/1.13	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.99/1.17	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
1.17/1.21	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.40)
1.17/1.25	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.38)
260.30/35.77	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-3322171-1304375489/watcher-3322171-1304375489 -o /tmp/evaluation-result-3322171-1304375489/solver-3322171-1304375489 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322171-1304375489.cnf -seed 820002187 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 8.43 8.96 9.04 2/295 26179
/proc/meminfo: memFree=22251044/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=15776 CPUtime=0 cores=0-7
/proc/26179/stat : 26179 (python) R 26177 26179 25198 0 -1 4202496 870 0 0 0 0 0 0 0 17 0 1 0 549147703 16154624 751 33554432000 4194304 5683644 140734253241264 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26179/statm: 3944 751 343 364 0 431 0

[startup+0.037754 s]
/proc/loadavg: 8.43 8.96 9.04 2/295 26179
/proc/meminfo: memFree=22251044/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=18884 CPUtime=0.01 cores=0-7
/proc/26179/stat : 26179 (python) R 26177 26179 25198 0 -1 4202496 1251 0 0 0 1 0 0 0 17 0 1 0 549147703 19337216 1105 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272687104 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26179/statm: 4722 1110 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100762 s]
/proc/loadavg: 8.43 8.96 9.04 2/295 26179
/proc/meminfo: memFree=22251044/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=87704 CPUtime=0.06 cores=0-7
/proc/26179/stat : 26179 (python) R 26177 26179 25198 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 549147703 89808896 2354 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272687104 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/26179/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300722 s]
/proc/loadavg: 8.43 8.96 9.04 2/295 26179
/proc/meminfo: memFree=22251044/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=135748 CPUtime=0.2 cores=0-7
/proc/26179/stat : 26179 (python) R 26177 26179 25198 0 -1 4202496 5969 937 1 0 12 8 0 0 17 0 1 0 549147703 139005952 4151 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272685061 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26179/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700626 s]
/proc/loadavg: 8.43 8.96 9.04 2/295 26179
/proc/meminfo: memFree=22251044/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=278608 CPUtime=0.46 cores=0-7
/proc/26179/stat : 26179 (python) R 26177 26179 25198 0 -1 4202496 9315 937 1 0 28 18 0 0 15 0 1 0 549147703 285294592 6993 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272049924 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/26179/statm: 69652 6993 1761 364 0 5576 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278608

[startup+1.50042 s]
/proc/loadavg: 8.43 8.96 9.04 4/299 26187
/proc/meminfo: memFree=22224352/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=361664 CPUtime=1.02 cores=0-7
/proc/26179/stat : 26179 (python) S 26177 26179 25198 0 -1 4202496 16231 937 1 0 81 21 0 0 25 0 9 0 549147703 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26179/statm: 90416 7383 1891 364 0 26313 0
[pid=26185] ppid=26179 vsize=279240 CPUtime=0 cores=0-7
/proc/26185/stat : 26185 (python) S 26179 26179 25198 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 549147802 285941760 5726 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709135 0 0 16781312 514 525009109976612863 0 0 17 5 0 0 0
/proc/26185/statm: 69810 5726 354 364 0 5728 0
[pid=26187] ppid=26185 vsize=1017932 CPUtime=0.51 cores=0-7
/proc/26187/stat : 26187 (gnovelty+2) R 26185 26187 26187 0 -1 4202496 488 0 0 0 51 0 0 0 20 0 1 0 549147802 1042362368 227 33554432000 134512640 135663704 4287537376 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26187/statm: 254483 227 113 282 0 254199 0
[pid=26179/tid=26186] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26186/stat : 26186 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 549147802 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1658836

[startup+3.10114 s]
/proc/loadavg: 8.43 8.96 9.04 10/320 26208
/proc/meminfo: memFree=22187340/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=361664 CPUtime=1.02 cores=0-7
/proc/26179/stat : 26179 (python) S 26177 26179 25198 0 -1 4202496 16231 937 1 0 81 21 0 0 25 0 9 0 549147703 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26179/statm: 90416 7383 1891 364 0 26313 0
[pid=26185] ppid=26179 vsize=279240 CPUtime=0 cores=0-7
/proc/26185/stat : 26185 (python) S 26179 26179 25198 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 549147802 285941760 5726 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709135 0 0 16781312 514 525009109976580357 0 0 17 5 0 0 0
/proc/26185/statm: 69810 5726 354 364 0 5728 0
[pid=26187] ppid=26185 vsize=1017932 CPUtime=2.11 cores=0-7
/proc/26187/stat : 26187 (gnovelty+2) R 26185 26187 26187 0 -1 4202496 488 0 0 0 211 0 0 0 25 0 1 0 549147802 1042362368 227 33554432000 134512640 135663704 4287537376 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26187/statm: 254483 227 113 282 0 254199 0
[pid=26188] ppid=26179 vsize=289884 CPUtime=0 cores=0-7
/proc/26188/stat : 26188 (python) S 26179 26179 25198 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 549147806 296841216 5812 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 13658775834196934920 0 0 17 7 0 0 0
/proc/26188/statm: 72471 5812 348 364 0 8386 0
[pid=26190] ppid=26188 vsize=1017932 CPUtime=2.07 cores=0-7
/proc/26190/stat : 26190 (gnovelty+2) R 26188 26190 26190 0 -1 4202496 488 0 0 0 207 0 0 0 25 0 1 0 549147806 1042362368 227 33554432000 134512640 135663704 4293320960 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26190/statm: 254483 227 113 282 0 254199 0
[pid=26191] ppid=26179 vsize=300140 CPUtime=0 cores=0-7
/proc/26191/stat : 26191 (python) S 26179 26179 25198 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 549147810 307343360 5816 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 10980734669963624709 0 0 17 3 0 0 0
/proc/26191/statm: 75035 5816 348 364 0 10947 0
[pid=26193] ppid=26191 vsize=416524 CPUtime=2.03 cores=0-7
/proc/26193/stat : 26193 (adaptg2wsat2009) R 26191 26193 26193 0 -1 4202496 584 0 0 0 203 0 0 0 25 0 1 0 549147810 426520576 321 33554432000 134512640 135107411 4287390448 18446744073709551615 134531768 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26193/statm: 104131 321 59 146 0 103007 0
[pid=26194] ppid=26179 vsize=310396 CPUtime=0 cores=0-7
/proc/26194/stat : 26194 (python) S 26179 26179 25198 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 549147813 317845504 5820 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 4423309719192469503 0 0 17 0 0 0 0
/proc/26194/statm: 77599 5820 348 364 0 13508 0
[pid=26196] ppid=26194 vsize=416524 CPUtime=1.99 cores=0-7
/proc/26196/stat : 26196 (adaptg2wsat2009) R 26194 26196 26196 0 -1 4202496 586 0 0 0 199 0 0 0 25 0 1 0 549147814 426520576 322 33554432000 134512640 135107411 4291823632 18446744073709551615 134548342 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26196/statm: 104131 322 59 146 0 103007 0
[pid=26197] ppid=26179 vsize=320652 CPUtime=0 cores=0-7
/proc/26197/stat : 26197 (python) S 26179 26179 25198 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 549147817 328347648 5824 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 4456184292229251071 0 0 17 7 0 0 0
/proc/26197/statm: 80163 5824 348 364 0 16069 0
[pid=26199] ppid=26197 vsize=416524 CPUtime=1.94 cores=0-7
/proc/26199/stat : 26199 (adaptg2wsat2009) R 26197 26199 26199 0 -1 4202496 592 0 0 0 194 0 0 0 25 0 1 0 549147818 426520576 323 33554432000 134512640 135107411 4290900544 18446744073709551615 134539260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26199/statm: 104131 323 59 146 0 103007 0
[pid=26200] ppid=26179 vsize=330908 CPUtime=0 cores=0-7
/proc/26200/stat : 26200 (python) S 26179 26179 25198 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 549147821 338849792 5828 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 2884362876212969734 0 0 17 1 0 0 0
/proc/26200/statm: 82727 5828 348 364 0 18630 0
[pid=26202] ppid=26200 vsize=1017932 CPUtime=1.88 cores=0-7
/proc/26202/stat : 26202 (gnovelty+2) R 26200 26202 26202 0 -1 4202496 491 0 0 0 188 0 0 0 25 0 1 0 549147822 1042362368 226 33554432000 134512640 135663704 4293963216 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26202/statm: 254483 226 113 282 0 254199 0
[pid=26203] ppid=26179 vsize=341164 CPUtime=0 cores=0-7
/proc/26203/stat : 26203 (python) S 26179 26179 25198 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 549147825 349351936 5832 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 8856051594588815620 0 0 17 0 0 0 0
/proc/26203/statm: 85291 5832 348 364 0 21191 0
[pid=26208] ppid=26203 vsize=2264 CPUtime=0.91 cores=0-7
/proc/26208/stat : 26208 (march_hi) R 26203 26208 26208 0 -1 4202496 991 0 0 0 91 0 0 0 25 0 1 0 549147830 2318336 392 33554432000 4194304 4955518 140737397475776 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26208/statm: 566 392 106 186 0 379 0
[pid=26205] ppid=26179 vsize=351420 CPUtime=0 cores=0-7
/proc/26205/stat : 26205 (python) S 26179 26179 25198 0 -1 4202560 821 0 0 0 0 0 0 0 15 0 1 0 549147829 359854080 5842 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 11405110973913071879 0 0 17 7 0 0 0
/proc/26205/statm: 87855 5842 354 364 0 23752 0
[pid=26207] ppid=26205 vsize=2264 CPUtime=1.82 cores=0-7
/proc/26207/stat : 26207 (march_hi) R 26205 26207 26207 0 -1 4202496 996 0 0 0 182 0 0 0 25 0 1 0 549147830 2318336 392 33554432000 4194304 4955518 140735336118800 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26207/statm: 566 392 106 186 0 379 0
[pid=26179/tid=26186] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26186/stat : 26186 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 549147802 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 3 0 0 0
[pid=26179/tid=26189] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26189/stat : 26189 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 19 0 9 0 549147806 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26192] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26192/stat : 26192 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 21 0 9 0 549147810 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26195] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26195/stat : 26195 (python) S 26177 26179 25198 0 -1 4202560 22 937 0 0 0 0 0 0 22 0 9 0 549147813 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26198] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26198/stat : 26198 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 549147817 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26201] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26201/stat : 26201 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 9 0 549147821 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26204] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26204/stat : 26204 (python) S 26177 26179 25198 0 -1 4202560 38 937 0 0 0 0 0 0 25 0 9 0 549147825 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26206] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26206/stat : 26206 (python) S 26177 26179 25198 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 9 0 549147830 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 7193364

[startup+6.30157 s]
/proc/loadavg: 8.48 8.96 9.04 10/320 26208
/proc/meminfo: memFree=22185108/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=361664 CPUtime=1.02 cores=0-7
/proc/26179/stat : 26179 (python) S 26177 26179 25198 0 -1 4202496 16231 937 1 0 81 21 0 0 25 0 9 0 549147703 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26179/statm: 90416 7383 1891 364 0 26313 0
[pid=26185] ppid=26179 vsize=279240 CPUtime=0 cores=0-7
/proc/26185/stat : 26185 (python) S 26179 26179 25198 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 549147802 285941760 5749 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709135 0 0 16781312 514 525009109976580357 0 0 17 5 0 0 0
/proc/26185/statm: 69810 5749 377 364 0 5728 0
[pid=26187] ppid=26185 vsize=1017932 CPUtime=5.31 cores=0-7
/proc/26187/stat : 26187 (gnovelty+2) R 26185 26187 26187 0 -1 4202496 488 0 0 0 531 0 0 0 25 0 1 0 549147802 1042362368 227 33554432000 134512640 135663704 4287537376 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26187/statm: 254483 227 113 282 0 254199 0
[pid=26188] ppid=26179 vsize=289884 CPUtime=0 cores=0-7
/proc/26188/stat : 26188 (python) S 26179 26179 25198 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 549147806 296841216 5834 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 13658775834196934920 0 0 17 7 0 0 0
/proc/26188/statm: 72471 5834 370 364 0 8386 0
[pid=26190] ppid=26188 vsize=1017932 CPUtime=5.26 cores=0-7
/proc/26190/stat : 26190 (gnovelty+2) R 26188 26190 26190 0 -1 4202496 488 0 0 0 526 0 0 0 25 0 1 0 549147806 1042362368 227 33554432000 134512640 135663704 4293320960 18446744073709551615 134525151 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26190/statm: 254483 227 113 282 0 254199 0
[pid=26191] ppid=26179 vsize=300140 CPUtime=0 cores=0-7
/proc/26191/stat : 26191 (python) S 26179 26179 25198 0 -1 4202560 908 0 0 0 0 0 0 0 18 0 1 0 549147810 307343360 5839 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 10980734669963624709 0 0 17 3 0 0 0
/proc/26191/statm: 75035 5839 371 364 0 10947 0
[pid=26193] ppid=26191 vsize=416524 CPUtime=5.22 cores=0-7
/proc/26193/stat : 26193 (adaptg2wsat2009) R 26191 26193 26193 0 -1 4202496 584 0 0 0 522 0 0 0 25 0 1 0 549147810 426520576 321 33554432000 134512640 135107411 4287390448 18446744073709551615 134531736 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26193/statm: 104131 321 59 146 0 103007 0
[pid=26194] ppid=26179 vsize=310396 CPUtime=0 cores=0-7
/proc/26194/stat : 26194 (python) S 26179 26179 25198 0 -1 4202560 927 0 0 0 0 0 0 0 18 0 1 0 549147813 317845504 5843 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 4423309719192436998 0 0 17 0 0 0 0
/proc/26194/statm: 77599 5843 371 364 0 13508 0
[pid=26196] ppid=26194 vsize=416524 CPUtime=5.19 cores=0-7
/proc/26196/stat : 26196 (adaptg2wsat2009) R 26194 26196 26196 0 -1 4202496 586 0 0 0 519 0 0 0 25 0 1 0 549147814 426520576 322 33554432000 134512640 135107411 4291823632 18446744073709551615 134532347 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26196/statm: 104131 322 59 146 0 103007 0
[pid=26197] ppid=26179 vsize=320652 CPUtime=0 cores=0-7
/proc/26197/stat : 26197 (python) S 26179 26179 25198 0 -1 4202560 934 0 0 0 0 0 0 0 18 0 1 0 549147817 328347648 5847 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 4456184292229218565 0 0 17 7 0 0 0
/proc/26197/statm: 80163 5847 371 364 0 16069 0
[pid=26199] ppid=26197 vsize=416524 CPUtime=5.12 cores=0-7
/proc/26199/stat : 26199 (adaptg2wsat2009) R 26197 26199 26199 0 -1 4202496 592 0 0 0 512 0 0 0 25 0 1 0 549147818 426520576 323 33554432000 134512640 135107411 4290900544 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26199/statm: 104131 323 59 146 0 103007 0
[pid=26200] ppid=26179 vsize=330908 CPUtime=0 cores=0-7
/proc/26200/stat : 26200 (python) S 26179 26179 25198 0 -1 4202560 948 0 0 0 0 0 0 0 18 0 1 0 549147821 338849792 5851 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 2884362876212969734 0 0 17 1 0 0 0
/proc/26200/statm: 82727 5851 371 364 0 18630 0
[pid=26202] ppid=26200 vsize=1017932 CPUtime=5.07 cores=0-7
/proc/26202/stat : 26202 (gnovelty+2) R 26200 26202 26202 0 -1 4202496 491 0 0 0 507 0 0 0 25 0 1 0 549147822 1042362368 226 33554432000 134512640 135663704 4293963216 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26202/statm: 254483 226 113 282 0 254199 0
[pid=26203] ppid=26179 vsize=341164 CPUtime=0 cores=0-7
/proc/26203/stat : 26203 (python) S 26179 26179 25198 0 -1 4202560 967 0 0 0 0 0 0 0 15 0 1 0 549147825 349351936 5855 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 8856051594588815620 0 0 17 0 0 0 0
/proc/26203/statm: 85291 5855 371 364 0 21191 0
[pid=26208] ppid=26203 vsize=2264 CPUtime=2.51 cores=0-7

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

[pid=26208] ppid=26203 vsize=2264 CPUtime=16.91 cores=0-7
/proc/26208/stat : 26208 (march_hi) R 26203 26208 26208 0 -1 4202496 991 0 0 0 1691 0 0 0 25 0 1 0 549147830 2318336 392 33554432000 4194304 4955518 140737397475776 18446744073709551615 4229464 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26208/statm: 566 392 106 186 0 379 0
[pid=26205] ppid=26179 vsize=351420 CPUtime=0.09 cores=0-7
/proc/26205/stat : 26205 (python) S 26179 26179 25198 0 -1 4202560 1029 0 0 0 5 4 0 0 15 0 1 0 549147829 359854080 5865 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 5602250221577797895 0 0 17 7 0 0 0
/proc/26205/statm: 87855 5865 377 364 0 23752 0
[pid=26207] ppid=26205 vsize=2264 CPUtime=33.3 cores=0-7
/proc/26207/stat : 26207 (march_hi) R 26205 26207 26207 0 -1 4202496 996 0 0 0 3330 0 0 0 25 0 1 0 549147830 2318336 392 33554432000 4194304 4955518 140735336118800 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26207/statm: 566 392 106 186 0 379 0
[pid=26179/tid=26186] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26186/stat : 26186 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 549147802 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 3 0 0 0
[pid=26179/tid=26189] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26189/stat : 26189 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 19 0 9 0 549147806 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26192] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26192/stat : 26192 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 21 0 9 0 549147810 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26195] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26195/stat : 26195 (python) S 26177 26179 25198 0 -1 4202560 22 937 0 0 0 0 0 0 22 0 9 0 549147813 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26198] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26198/stat : 26198 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 549147817 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26201] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26201/stat : 26201 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 9 0 549147821 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26204] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26204/stat : 26204 (python) S 26177 26179 25198 0 -1 4202560 38 937 0 0 0 0 0 0 25 0 9 0 549147825 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26206] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26206/stat : 26206 (python) S 26177 26179 25198 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 9 0 549147830 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 255.48
Current children cumulated vsize (KiB) 7193364

[startup+35.5014 s]
/proc/loadavg: 8.68 8.97 9.04 11/320 26209
/proc/meminfo: memFree=22187140/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=361664 CPUtime=1.02 cores=0-7
/proc/26179/stat : 26179 (python) S 26177 26179 25198 0 -1 4202496 16231 937 1 0 81 21 0 0 25 0 9 0 549147703 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26179/statm: 90416 7383 1891 364 0 26313 0
[pid=26185] ppid=26179 vsize=279240 CPUtime=0.07 cores=0-7
/proc/26185/stat : 26185 (python) S 26179 26179 25198 0 -1 4202560 910 0 0 0 3 4 0 0 18 0 1 0 549147802 285941760 5749 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709135 0 0 16781312 514 987255888626548997 0 0 17 5 0 0 0
/proc/26185/statm: 69810 5749 377 364 0 5728 0
[pid=26187] ppid=26185 vsize=1017932 CPUtime=34.51 cores=0-7
/proc/26187/stat : 26187 (gnovelty+2) R 26185 26187 26187 0 -1 4202496 488 0 0 0 3451 0 0 0 25 0 1 0 549147802 1042362368 227 33554432000 134512640 135663704 4287537376 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26187/statm: 254483 227 113 282 0 254199 0
[pid=26188] ppid=26179 vsize=289884 CPUtime=0.07 cores=0-7
/proc/26188/stat : 26188 (python) S 26179 26179 25198 0 -1 4202560 913 0 0 0 4 3 0 0 18 0 1 0 549147806 296841216 5835 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626549000 0 0 17 7 0 0 0
/proc/26188/statm: 72471 5835 371 364 0 8386 0
[pid=26190] ppid=26188 vsize=1017932 CPUtime=34.39 cores=0-7
/proc/26190/stat : 26190 (gnovelty+2) R 26188 26190 26190 0 -1 4202496 488 0 0 0 3439 0 0 0 25 0 1 0 549147806 1042362368 227 33554432000 134512640 135663704 4293320960 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26190/statm: 254483 227 113 282 0 254199 0
[pid=26191] ppid=26179 vsize=300140 CPUtime=0.06 cores=0-7
/proc/26191/stat : 26191 (python) S 26179 26179 25198 0 -1 4202560 922 0 0 0 2 4 0 0 18 0 1 0 549147810 307343360 5839 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548997 0 0 17 3 0 0 0
/proc/26191/statm: 75035 5839 371 364 0 10947 0
[pid=26193] ppid=26191 vsize=416524 CPUtime=34.35 cores=0-7
/proc/26193/stat : 26193 (adaptg2wsat2009) R 26191 26193 26193 0 -1 4202496 584 0 0 0 3435 0 0 0 25 0 1 0 549147810 426520576 321 33554432000 134512640 135107411 4287390448 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26193/statm: 104131 321 59 146 0 103007 0
[pid=26194] ppid=26179 vsize=310396 CPUtime=0.07 cores=0-7
/proc/26194/stat : 26194 (python) S 26179 26179 25198 0 -1 4202560 936 0 0 0 4 3 0 0 18 0 1 0 549147813 317845504 5843 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548998 0 0 17 0 0 0 0
/proc/26194/statm: 77599 5843 371 364 0 13508 0
[pid=26196] ppid=26194 vsize=416524 CPUtime=34.39 cores=0-7
/proc/26196/stat : 26196 (adaptg2wsat2009) R 26194 26196 26196 0 -1 4202496 586 0 0 0 3439 0 0 0 25 0 1 0 549147814 426520576 322 33554432000 134512640 135107411 4291823632 18446744073709551615 134531340 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26196/statm: 104131 322 59 146 0 103007 0
[pid=26197] ppid=26179 vsize=320652 CPUtime=0.08 cores=0-7
/proc/26197/stat : 26197 (python) S 26179 26179 25198 0 -1 4202560 949 0 0 0 4 4 0 0 18 0 1 0 549147817 328347648 5847 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548997 0 0 17 7 0 0 0
/proc/26197/statm: 80163 5847 371 364 0 16069 0
[pid=26199] ppid=26197 vsize=416524 CPUtime=34.18 cores=0-7
/proc/26199/stat : 26199 (adaptg2wsat2009) R 26197 26199 26199 0 -1 4202496 592 0 0 0 3417 1 0 0 25 0 1 0 549147818 426520576 323 33554432000 134512640 135107411 4290900544 18446744073709551615 134531779 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26199/statm: 104131 323 59 146 0 103007 0
[pid=26200] ppid=26179 vsize=330908 CPUtime=0.07 cores=0-7
/proc/26200/stat : 26200 (python) S 26179 26179 25198 0 -1 4202560 962 0 0 0 4 3 0 0 18 0 1 0 549147821 338849792 5851 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548998 0 0 17 1 0 0 0
/proc/26200/statm: 82727 5851 371 364 0 18630 0
[pid=26202] ppid=26200 vsize=1017932 CPUtime=34.2 cores=0-7
/proc/26202/stat : 26202 (gnovelty+2) R 26200 26202 26202 0 -1 4202496 491 0 0 0 3420 0 0 0 25 0 1 0 549147822 1042362368 226 33554432000 134512640 135663704 4293963216 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26202/statm: 254483 226 113 282 0 254199 0
[pid=26203] ppid=26179 vsize=341164 CPUtime=0.08 cores=0-7
/proc/26203/stat : 26203 (python) S 26179 26179 25198 0 -1 4202560 981 0 0 0 4 4 0 0 15 0 1 0 549147825 349351936 5855 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 8856051594588815620 0 0 17 0 0 0 0
/proc/26203/statm: 85291 5855 371 364 0 21191 0
[pid=26208] ppid=26203 vsize=2264 CPUtime=17.11 cores=0-7
/proc/26208/stat : 26208 (march_hi) R 26203 26208 26208 0 -1 4202496 991 0 0 0 1711 0 0 0 25 0 1 0 549147830 2318336 392 33554432000 4194304 4955518 140737397475776 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26208/statm: 566 392 106 186 0 379 0
[pid=26205] ppid=26179 vsize=351420 CPUtime=0.09 cores=0-7
/proc/26205/stat : 26205 (python) S 26179 26179 25198 0 -1 4202560 1031 0 0 0 5 4 0 0 15 0 1 0 549147829 359854080 5865 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 11405110973913071879 0 0 17 7 0 0 0
/proc/26205/statm: 87855 5865 377 364 0 23752 0
[pid=26207] ppid=26205 vsize=2264 CPUtime=33.67 cores=0-7
/proc/26207/stat : 26207 (march_hi) R 26205 26207 26207 0 -1 4202496 996 0 0 0 3367 0 0 0 25 0 1 0 549147830 2318336 392 33554432000 4194304 4955518 140735336118800 18446744073709551615 4208653 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26207/statm: 566 392 106 186 0 379 0
[pid=26179/tid=26186] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26186/stat : 26186 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 549147802 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 3 0 0 0
[pid=26179/tid=26189] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26189/stat : 26189 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 19 0 9 0 549147806 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26192] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26192/stat : 26192 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 21 0 9 0 549147810 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26195] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26195/stat : 26195 (python) S 26177 26179 25198 0 -1 4202560 22 937 0 0 0 0 0 0 22 0 9 0 549147813 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26198] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26198/stat : 26198 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 549147817 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26201] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26201/stat : 26201 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 9 0 549147821 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26204] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26204/stat : 26204 (python) S 26177 26179 25198 0 -1 4202560 38 937 0 0 0 0 0 0 25 0 9 0 549147825 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26206] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26206/stat : 26206 (python) S 26177 26179 25198 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 9 0 549147830 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 258.41
Current children cumulated vsize (KiB) 7193364

[startup+35.7552 s]
/proc/loadavg: 8.68 8.97 9.04 11/320 26209
/proc/meminfo: memFree=22187140/32950928 swapFree=67111464/67111528
[pid=26179] ppid=26177 vsize=361664 CPUtime=1.02 cores=0-7
/proc/26179/stat : 26179 (python) S 26177 26179 25198 0 -1 4202496 16231 937 1 0 81 21 0 0 25 0 9 0 549147703 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26179/statm: 90416 7383 1891 364 0 26313 0
[pid=26185] ppid=26179 vsize=279240 CPUtime=0.07 cores=0-7
/proc/26185/stat : 26185 (python) S 26179 26179 25198 0 -1 4202560 910 0 0 0 3 4 0 0 18 0 1 0 549147802 285941760 5749 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709135 0 0 16781312 514 987255888626548997 0 0 17 5 0 0 0
/proc/26185/statm: 69810 5749 377 364 0 5728 0
[pid=26187] ppid=26185 vsize=1017932 CPUtime=34.76 cores=0-7
/proc/26187/stat : 26187 (gnovelty+2) R 26185 26187 26187 0 -1 4202496 488 0 0 0 3476 0 0 0 25 0 1 0 549147802 1042362368 227 33554432000 134512640 135663704 4287537376 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/26187/statm: 254483 227 113 282 0 254199 0
[pid=26188] ppid=26179 vsize=289884 CPUtime=0.07 cores=0-7
/proc/26188/stat : 26188 (python) S 26179 26179 25198 0 -1 4202560 913 0 0 0 4 3 0 0 18 0 1 0 549147806 296841216 5835 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626549000 0 0 17 7 0 0 0
/proc/26188/statm: 72471 5835 371 364 0 8386 0
[pid=26190] ppid=26188 vsize=1017932 CPUtime=34.65 cores=0-7
/proc/26190/stat : 26190 (gnovelty+2) R 26188 26190 26190 0 -1 4202496 488 0 0 0 3465 0 0 0 25 0 1 0 549147806 1042362368 227 33554432000 134512640 135663704 4293320960 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26190/statm: 254483 227 113 282 0 254199 0
[pid=26191] ppid=26179 vsize=300140 CPUtime=0.06 cores=0-7
/proc/26191/stat : 26191 (python) S 26179 26179 25198 0 -1 4202560 922 0 0 0 2 4 0 0 18 0 1 0 549147810 307343360 5839 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548997 0 0 17 3 0 0 0
/proc/26191/statm: 75035 5839 371 364 0 10947 0
[pid=26193] ppid=26191 vsize=416524 CPUtime=34.61 cores=0-7
/proc/26193/stat : 26193 (adaptg2wsat2009) R 26191 26193 26193 0 -1 4202496 584 0 0 0 3461 0 0 0 25 0 1 0 549147810 426520576 321 33554432000 134512640 135107411 4287390448 18446744073709551615 134531768 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/26193/statm: 104131 321 59 146 0 103007 0
[pid=26194] ppid=26179 vsize=310396 CPUtime=0.07 cores=0-7
/proc/26194/stat : 26194 (python) S 26179 26179 25198 0 -1 4202560 936 0 0 0 4 3 0 0 18 0 1 0 549147813 317845504 5843 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548998 0 0 17 0 0 0 0
/proc/26194/statm: 77599 5843 371 364 0 13508 0
[pid=26196] ppid=26194 vsize=416524 CPUtime=34.65 cores=0-7
/proc/26196/stat : 26196 (adaptg2wsat2009) R 26194 26196 26196 0 -1 4202496 586 0 0 0 3465 0 0 0 25 0 1 0 549147814 426520576 322 33554432000 134512640 135107411 4291823632 18446744073709551615 134539563 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/26196/statm: 104131 322 59 146 0 103007 0
[pid=26197] ppid=26179 vsize=320652 CPUtime=0.08 cores=0-7
/proc/26197/stat : 26197 (python) S 26179 26179 25198 0 -1 4202560 949 0 0 0 4 4 0 0 18 0 1 0 549147817 328347648 5847 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548997 0 0 17 7 0 0 0
/proc/26197/statm: 80163 5847 371 364 0 16069 0
[pid=26199] ppid=26197 vsize=416524 CPUtime=34.44 cores=0-7
/proc/26199/stat : 26199 (adaptg2wsat2009) R 26197 26199 26199 0 -1 4202496 592 0 0 0 3443 1 0 0 25 0 1 0 549147818 426520576 323 33554432000 134512640 135107411 4290900544 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26199/statm: 104131 323 59 146 0 103007 0
[pid=26200] ppid=26179 vsize=330908 CPUtime=0.07 cores=0-7
/proc/26200/stat : 26200 (python) S 26179 26179 25198 0 -1 4202560 962 0 0 0 4 3 0 0 18 0 1 0 549147821 338849792 5851 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 987255888626548998 0 0 17 1 0 0 0
/proc/26200/statm: 82727 5851 371 364 0 18630 0
[pid=26202] ppid=26200 vsize=1017932 CPUtime=34.46 cores=0-7
/proc/26202/stat : 26202 (gnovelty+2) R 26200 26202 26202 0 -1 4202496 491 0 0 0 3446 0 0 0 25 0 1 0 549147822 1042362368 226 33554432000 134512640 135663704 4293963216 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/26202/statm: 254483 226 113 282 0 254199 0
[pid=26203] ppid=26179 vsize=341164 CPUtime=0.08 cores=0-7
/proc/26203/stat : 26203 (python) S 26179 26179 25198 0 -1 4202560 981 0 0 0 4 4 0 0 15 0 1 0 549147825 349351936 5855 33554432000 4194304 5683644 140734253241264 18446744073709551615 268272709190 0 0 16781312 514 8856051594588815620 0 0 17 0 0 0 0
/proc/26203/statm: 85291 5855 371 364 0 21191 0
[pid=26208] ppid=26203 vsize=2264 CPUtime=17.21 cores=0-7
/proc/26208/stat : 26208 (march_hi) R 26203 26208 26208 0 -1 4202496 991 0 0 0 1721 0 0 0 25 0 1 0 549147830 2318336 392 33554432000 4194304 4955518 140737397475776 18446744073709551615 4285712 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/26208/statm: 566 392 106 186 0 379 0
[pid=26205] ppid=26179 vsize=351420 CPUtime=34 cores=0-7
/proc/26205/stat : 26205 (python) S 26179 26179 25198 0 -1 4202560 1184 997 0 0 15 5 3380 0 15 0 2 0 549147829 359854080 5884 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26205/statm: 87855 5884 396 364 0 23752 0
[pid=26179/tid=26186] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26186/stat : 26186 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 18 0 9 0 549147802 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 3 0 0 0
[pid=26179/tid=26189] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26189/stat : 26189 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 19 0 9 0 549147806 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26192] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26192/stat : 26192 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 21 0 9 0 549147810 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26195] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26195/stat : 26195 (python) S 26177 26179 25198 0 -1 4202560 22 937 0 0 0 0 0 0 22 0 9 0 549147813 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26198] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26198/stat : 26198 (python) S 26177 26179 25198 0 -1 4202560 24 937 0 0 0 0 0 0 24 0 9 0 549147817 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26201] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26201/stat : 26201 (python) S 26177 26179 25198 0 -1 4202560 27 937 0 0 0 0 0 0 25 0 9 0 549147821 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 1 0 0 0
[pid=26179/tid=26204] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26204/stat : 26204 (python) S 26177 26179 25198 0 -1 4202560 38 937 0 0 0 0 0 0 25 0 9 0 549147825 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
[pid=26179/tid=26206] ppid=26177 vsize=361664 CPUtime=0 cores=0-7
/proc/26179/task/26206/stat : 26206 (python) S 26177 26179 25198 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 9 0 549147830 370343936 7383 33554432000 4194304 5683644 140734253241264 18446744073709551615 268284512689 0 0 16781312 2 18446604468354245760 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 260.3
Current children cumulated vsize (KiB) 7191100

Child status: 0
Real time (s): 35.7932
CPU time (s): 260.549
CPU user time (s): 259.951
CPU system time (s): 0.597909
CPU usage (%): 727.93
Max. virtual memory (cumulated for all children) (KiB): 7193368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.951
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34970
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= 4619
involuntary context switches= 2553

runsolver used 0.118981 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-03 00:31:29
IDJOB=3322171
IDBENCH=82949
IDSOLVER=1712
FILE ID=node122/3322171-1304375489
RUNJOBID= node122-1304366467-25212
PBS_JOBID= 13181749
Free space on /tmp= 73488 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S321945897-005.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-3322171-1304375489/watcher-3322171-1304375489 -o /tmp/evaluation-result-3322171-1304375489/solver-3322171-1304375489 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322171-1304375489.cnf -seed 820002187 -budget 40000 -cores 8

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

MD5SUM BENCH= 7b433874f4dba1bf060f64be4ba91fb7
RANDOM SEED=820002187

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22251324 kB
Buffers:        386896 kB
Cached:        3138300 kB
SwapCached:         64 kB
Active:        7395888 kB
Inactive:      2920852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22251324 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           31868 kB
Writeback:           0 kB
AnonPages:     6791704 kB
Mapped:          23944 kB
Slab:           288448 kB
PageTables:      28276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 47413376 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= 73456 MiB
End job on node122 at 2011-05-03 00:32:05