Trace number 3317583

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 579.004 185.84

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.30/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.45	c INFO: solving HOME/instance-3317583-1304270215.cnf
0.30/0.45	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.50/0.64	c INFO: computed variable balance statistics
0.60/0.70	c INFO: computed small-clause counts
0.60/0.71	c INFO: computed Horn-clause counts
0.60/0.71	c INFO: computed variable graph statistics
0.60/0.71	c INFO: collected features for HOME/instance-3317583-1304270215.cnf in 0.26 s
0.60/0.74	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.60/0.77	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.60/0.79	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.70/0.83	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
297.27/99.99	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.02)
297.59/100.02	c INFO: running FH@0 for 97 with 4700 remaining (b = 0.02)
468.71/149.01	c INFO: running march_hi@0 for 2134 with 4651 remaining (b = 0.38)
468.98/149.16	c INFO: running march_hi@0 for 2134 with 4651 remaining (b = 0.36)
578.81/185.82	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-3317583-1304270215/watcher-3317583-1304270215 -o /tmp/evaluation-result-3317583-1304270215/solver-3317583-1304270215 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317583-1304270215.cnf -seed 2126400304 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.89 8.35 8.16 7/282 23361
/proc/meminfo: memFree=28037104/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/23361/stat : 23361 (python) R 23359 23361 21633 0 -1 4202496 893 0 0 0 0 0 0 0 25 0 1 0 538619274 16158720 774 33554432000 4194304 5683644 140737026918704 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23361/statm: 3945 774 343 364 0 432 0

[startup+0.037539 s]
/proc/loadavg: 7.89 8.35 8.16 7/282 23361
/proc/meminfo: memFree=28037104/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=18888 CPUtime=0.02 cores=1,3,5,7
/proc/23361/stat : 23361 (python) R 23359 23361 21633 0 -1 4202496 1289 0 0 0 2 0 0 0 25 0 1 0 538619274 19341312 1141 33554432000 4194304 5683644 140737026918704 18446744073709551615 4887587 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23361/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100529 s]
/proc/loadavg: 7.89 8.35 8.16 7/282 23361
/proc/meminfo: memFree=28037104/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=104620 CPUtime=0.06 cores=1,3,5,7
/proc/23361/stat : 23361 (python) R 23359 23361 21633 0 -1 4202496 3144 0 0 0 5 1 0 0 17 0 1 0 538619274 107130880 2822 33554432000 4194304 5683644 140737026918704 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23361/statm: 26155 2822 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.300456 s]
/proc/loadavg: 7.89 8.35 8.16 7/282 23361
/proc/meminfo: memFree=28037104/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=198920 CPUtime=0.22 cores=1,3,5,7
/proc/23361/stat : 23361 (python) R 23359 23361 21633 0 -1 4202496 7020 936 1 0 17 5 0 0 17 0 1 0 538619274 203694080 5053 33554432000 4194304 5683644 140737026918704 18446744073709551615 5006136 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23361/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700415 s]
/proc/loadavg: 7.89 8.35 8.16 7/282 23361
/proc/meminfo: memFree=28037104/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=279220 CPUtime=0.6 cores=1,3,5,7
/proc/23361/stat : 23361 (python) R 23359 23361 21633 0 -1 4202496 9530 936 1 0 54 6 0 0 17 0 1 0 538619274 285921280 7199 33554432000 4194304 5683644 140737026918704 18446744073709551615 4455558 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23361/statm: 69805 7199 1827 364 0 5729 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279220

[startup+1.50124 s]
/proc/loadavg: 7.74 8.31 8.14 10/295 23378
/proc/meminfo: memFree=27996820/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=320644 CPUtime=0.73 cores=1,3,5,7
/proc/23361/stat : 23361 (python) S 23359 23361 21633 0 -1 4202496 12570 936 1 0 66 7 0 0 25 0 5 0 538619274 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23361/statm: 80161 7359 1883 364 0 16070 0
[pid=23367] ppid=23361 vsize=279244 CPUtime=0 cores=1,3,5,7
/proc/23367/stat : 23367 (python) S 23361 23361 21633 0 -1 4202560 733 0 0 0 0 0 0 0 19 0 1 0 538619348 285945856 5726 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751055 0 0 16781312 514 14263457476572610559 0 0 17 5 0 0 0
/proc/23367/statm: 69811 5726 354 364 0 5729 0
[pid=23369] ppid=23367 vsize=1017932 CPUtime=0.43 cores=1,3,5,7
/proc/23369/stat : 23369 (gnovelty+2) R 23367 23369 23369 0 -1 4202496 489 0 0 0 43 0 0 0 21 0 1 0 538619348 1042362368 226 33554432000 134512640 135663704 4287804416 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23369/statm: 254483 226 113 282 0 254199 0
[pid=23370] ppid=23361 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/23370/stat : 23370 (python) S 23361 23361 21633 0 -1 4202560 744 0 0 0 0 0 0 0 22 0 1 0 538619351 296845312 5812 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 237626732167823359 0 0 17 7 0 0 0
/proc/23370/statm: 72472 5812 348 364 0 8387 0
[pid=23372] ppid=23370 vsize=1017932 CPUtime=0.71 cores=1,3,5,7
/proc/23372/stat : 23372 (gnovelty+2) R 23370 23372 23372 0 -1 4202496 490 0 0 0 71 0 0 0 25 0 1 0 538619351 1042362368 226 33554432000 134512640 135663704 4294122304 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23372/statm: 254483 226 113 282 0 254199 0
[pid=23373] ppid=23361 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/23373/stat : 23373 (python) S 23361 23361 21633 0 -1 4202560 720 0 0 0 0 0 0 0 24 0 1 0 538619353 307347456 5812 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 14263453628281913343 0 0 17 5 0 0 0
/proc/23373/statm: 75036 5812 344 364 0 10948 0
[pid=23375] ppid=23373 vsize=416524 CPUtime=0.66 cores=1,3,5,7
/proc/23375/stat : 23375 (adaptg2wsat2009) R 23373 23375 23375 0 -1 4202496 585 0 0 0 66 0 0 0 25 0 1 0 538619356 426520576 321 33554432000 134512640 135107411 4290823936 18446744073709551615 134532232 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23375/statm: 104131 321 59 146 0 103007 0
[pid=23376] ppid=23361 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/23376/stat : 23376 (python) S 23361 23361 21633 0 -1 4202560 730 0 0 0 0 0 0 0 25 0 1 0 538619357 317849600 5816 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 13601527562273554431 0 0 17 5 0 0 0
/proc/23376/statm: 77600 5816 344 364 0 13509 0
[pid=23378] ppid=23376 vsize=416520 CPUtime=0.32 cores=1,3,5,7
/proc/23378/stat : 23378 (adaptg2wsat2009) R 23376 23378 23378 0 -1 4202496 532 0 0 0 32 0 0 0 25 0 1 0 538619357 426516480 266 33554432000 134512640 135107411 4291401024 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23378/statm: 104130 266 49 146 0 103006 0
[pid=23361/tid=23368] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23368/stat : 23368 (python) S 23359 23361 21633 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 538619348 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23371] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23371/stat : 23371 (python) S 23359 23361 21633 0 -1 4202560 20 936 0 0 0 0 0 0 22 0 5 0 538619351 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 7 0 0 0
[pid=23361/tid=23374] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23374/stat : 23374 (python) S 23359 23361 21633 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 5 0 538619354 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23377] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23377/stat : 23377 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 5 0 538619357 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 4369228

[startup+3.10095 s]
/proc/loadavg: 7.74 8.31 8.14 10/295 23378
/proc/meminfo: memFree=27995456/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=320644 CPUtime=0.73 cores=1,3,5,7
/proc/23361/stat : 23361 (python) S 23359 23361 21633 0 -1 4202496 12570 936 1 0 66 7 0 0 25 0 5 0 538619274 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23361/statm: 80161 7359 1883 364 0 16070 0
[pid=23367] ppid=23361 vsize=279244 CPUtime=0 cores=1,3,5,7
/proc/23367/stat : 23367 (python) S 23361 23361 21633 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 538619348 285945856 5726 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751055 0 0 16781312 514 14263457476572578055 0 0 17 5 0 0 0
/proc/23367/statm: 69811 5726 354 364 0 5729 0
[pid=23369] ppid=23367 vsize=1017932 CPUtime=1.22 cores=1,3,5,7
/proc/23369/stat : 23369 (gnovelty+2) R 23367 23369 23369 0 -1 4202496 489 0 0 0 122 0 0 0 25 0 1 0 538619348 1042362368 226 33554432000 134512640 135663704 4287804416 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23369/statm: 254483 226 113 282 0 254199 0
[pid=23370] ppid=23361 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/23370/stat : 23370 (python) S 23361 23361 21633 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538619351 296845312 5812 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 237626732167790856 0 0 17 7 0 0 0
/proc/23370/statm: 72472 5812 348 364 0 8387 0
[pid=23372] ppid=23370 vsize=1017932 CPUtime=2.31 cores=1,3,5,7
/proc/23372/stat : 23372 (gnovelty+2) R 23370 23372 23372 0 -1 4202496 490 0 0 0 231 0 0 0 25 0 1 0 538619351 1042362368 226 33554432000 134512640 135663704 4294122304 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23372/statm: 254483 226 113 282 0 254199 0
[pid=23373] ppid=23361 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/23373/stat : 23373 (python) S 23361 23361 21633 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538619353 307347456 5816 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 14263453628281880840 0 0 17 5 0 0 0
/proc/23373/statm: 75036 5816 348 364 0 10948 0
[pid=23375] ppid=23373 vsize=416524 CPUtime=2.25 cores=1,3,5,7
/proc/23375/stat : 23375 (adaptg2wsat2009) R 23373 23375 23375 0 -1 4202496 585 0 0 0 225 0 0 0 25 0 1 0 538619356 426520576 321 33554432000 134512640 135107411 4290823936 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23375/statm: 104131 321 59 146 0 103007 0
[pid=23376] ppid=23361 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/23376/stat : 23376 (python) S 23361 23361 21633 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 538619357 317849600 5820 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 13601527562273521928 0 0 17 5 0 0 0
/proc/23376/statm: 77600 5820 348 364 0 13509 0
[pid=23378] ppid=23376 vsize=416524 CPUtime=1.12 cores=1,3,5,7
/proc/23378/stat : 23378 (adaptg2wsat2009) R 23376 23378 23378 0 -1 4202496 587 0 0 0 112 0 0 0 25 0 1 0 538619357 426520576 321 33554432000 134512640 135107411 4291401024 18446744073709551615 134539089 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23378/statm: 104131 321 59 146 0 103007 0
[pid=23361/tid=23368] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23368/stat : 23368 (python) S 23359 23361 21633 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 538619348 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23371] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23371/stat : 23371 (python) S 23359 23361 21633 0 -1 4202560 20 936 0 0 0 0 0 0 22 0 5 0 538619351 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 7 0 0 0
[pid=23361/tid=23374] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23374/stat : 23374 (python) S 23359 23361 21633 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 5 0 538619354 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23377] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23377/stat : 23377 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 5 0 538619357 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 4369232

[startup+6.30137 s]
/proc/loadavg: 7.74 8.31 8.14 10/295 23378
/proc/meminfo: memFree=27992972/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=320644 CPUtime=0.73 cores=1,3,5,7
/proc/23361/stat : 23361 (python) S 23359 23361 21633 0 -1 4202496 12570 936 1 0 66 7 0 0 25 0 5 0 538619274 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23361/statm: 80161 7359 1883 364 0 16070 0
[pid=23367] ppid=23361 vsize=279244 CPUtime=0 cores=1,3,5,7
/proc/23367/stat : 23367 (python) S 23361 23361 21633 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538619348 285945856 5749 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751055 0 0 16781312 514 14263457476572578055 0 0 17 5 0 0 0
/proc/23367/statm: 69811 5749 377 364 0 5729 0
[pid=23369] ppid=23367 vsize=1017932 CPUtime=2.82 cores=1,3,5,7
/proc/23369/stat : 23369 (gnovelty+2) R 23367 23369 23369 0 -1 4202496 489 0 0 0 282 0 0 0 25 0 1 0 538619348 1042362368 226 33554432000 134512640 135663704 4287804416 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23369/statm: 254483 226 113 282 0 254199 0
[pid=23370] ppid=23361 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/23370/stat : 23370 (python) S 23361 23361 21633 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 538619351 296845312 5835 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 237626732167790856 0 0 17 7 0 0 0
/proc/23370/statm: 72472 5835 371 364 0 8387 0
[pid=23372] ppid=23370 vsize=1017932 CPUtime=5.48 cores=1,3,5,7
/proc/23372/stat : 23372 (gnovelty+2) R 23370 23372 23372 0 -1 4202496 490 0 0 0 548 0 0 0 25 0 1 0 538619351 1042362368 226 33554432000 134512640 135663704 4294122304 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23372/statm: 254483 226 113 282 0 254199 0
[pid=23373] ppid=23361 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/23373/stat : 23373 (python) S 23361 23361 21633 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538619353 307347456 5839 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 14263453628281880840 0 0 17 5 0 0 0
/proc/23373/statm: 75036 5839 371 364 0 10948 0
[pid=23375] ppid=23373 vsize=416524 CPUtime=5.41 cores=1,3,5,7
/proc/23375/stat : 23375 (adaptg2wsat2009) R 23373 23375 23375 0 -1 4202496 585 0 0 0 541 0 0 0 25 0 1 0 538619356 426520576 321 33554432000 134512640 135107411 4290823936 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/23375/statm: 104131 321 59 146 0 103007 0
[pid=23376] ppid=23361 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/23376/stat : 23376 (python) S 23361 23361 21633 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538619357 317849600 5843 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 13601527562273521928 0 0 17 5 0 0 0
/proc/23376/statm: 77600 5843 371 364 0 13509 0
[pid=23378] ppid=23376 vsize=416524 CPUtime=2.72 cores=1,3,5,7
/proc/23378/stat : 23378 (adaptg2wsat2009) R 23376 23378 23378 0 -1 4202496 587 0 0 0 272 0 0 0 25 0 1 0 538619357 426520576 321 33554432000 134512640 135107411 4291401024 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23378/statm: 104131 321 59 146 0 103007 0
[pid=23361/tid=23368] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23368/stat : 23368 (python) S 23359 23361 21633 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 538619348 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23371] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23371/stat : 23371 (python) S 23359 23361 21633 0 -1 4202560 20 936 0 0 0 0 0 0 22 0 5 0 538619351 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 7 0 0 0
[pid=23361/tid=23374] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23374/stat : 23374 (python) S 23359 23361 21633 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 5 0 538619354 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23377] ppid=23359 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23377/stat : 23377 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 5 0 538619357 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.16
Current children cumulated vsize (KiB) 4369232

[startup+12.7012 s]
/proc/loadavg: 8.09 8.37 8.16 10/295 23378
/proc/meminfo: memFree=27991556/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=320644 CPUtime=0.73 cores=1,3,5,7
/proc/23361/stat : 23361 (python) S 23359 23361 21633 0 -1 4202496 12570 936 1 0 66 7 0 0 25 0 5 0 538619274 328339456 7359 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23361/statm: 80161 7359 1883 364 0 16070 0
[pid=23367] ppid=23361 vsize=279244 CPUtime=0.01 cores=1,3,5,7
/proc/23367/stat : 23367 (python) S 23361 23361 21633 0 -1 4202560 898 0 0 0 0 1 0 0 18 0 1 0 538619348 285945856 5749 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751055 0 0 16781312 514 15389450837608595719 0 0 17 5 0 0 0
/proc/23367/statm: 69811 5749 377 364 0 5729 0
[pid=23369] ppid=23367 vsize=1017932 CPUtime=6.02 cores=1,3,5,7
/proc/23369/stat : 23369 (gnovelty+2) R 23367 23369 23369 0 -1 4202496 489 0 0 0 602 0 0 0 25 0 1 0 538619348 1042362368 226 33554432000 134512640 135663704 4287804416 18446744073709551615 134524972 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23369/statm: 254483 226 113 282 0 254199 0
[pid=23370] ppid=23361 vsize=289888 CPUtime=0.01 cores=1,3,5,7

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

[pid=23361/tid=23437] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23437/stat : 23437 (python) S 23359 23361 21633 0 -1 4202560 17 936 0 0 0 0 0 0 22 0 9 0 538629277 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23442] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23442/stat : 23442 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 538634175 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23446] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23446/stat : 23446 (python) S 23359 23361 21633 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 538634190 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 577.88
Current children cumulated vsize (KiB) 6430252

[startup+185.701 s]
/proc/loadavg: 8.99 8.63 8.29 11/283 23464
/proc/meminfo: memFree=28046844/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=361668 CPUtime=0.86 cores=1,3,5,7
/proc/23361/stat : 23361 (python) S 23359 23361 21633 0 -1 4202496 16201 936 1 0 78 8 0 0 19 0 9 0 538619274 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23361/statm: 90417 7384 1892 364 0 26314 0
[pid=23367] ppid=23361 vsize=289488 CPUtime=0.24 cores=1,3,5,7
/proc/23367/stat : 23367 (python) S 23361 23361 21633 0 -1 4202560 1094 0 0 0 13 11 0 0 19 0 2 0 538619348 296435712 5787 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23367/statm: 72372 5787 410 364 0 8290 0
[pid=23369] ppid=23367 vsize=1017932 CPUtime=98.33 cores=1,3,5,7
/proc/23369/stat : 23369 (gnovelty+2) T 23367 23369 23369 0 -1 4202496 489 0 0 0 9833 0 0 0 25 0 1 0 538619348 1042362368 226 33554432000 134512640 135663704 4287804416 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23369/statm: 254483 226 113 282 0 254199 0
[pid=23367/tid=23440] ppid=23361 vsize=289488 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23440/stat : 23440 (python) S 23361 23361 21633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538634171 296435712 5787 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604464823597824 0 0 -1 7 0 0 0
[pid=23370] ppid=23361 vsize=289888 CPUtime=0.16 cores=1,3,5,7
/proc/23370/stat : 23370 (python) S 23361 23361 21633 0 -1 4202560 1097 0 0 0 11 5 0 0 19 0 2 0 538619351 296845312 5874 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23370/statm: 72472 5874 409 364 0 8387 0
[pid=23372] ppid=23370 vsize=1017932 CPUtime=98.69 cores=1,3,5,7
/proc/23372/stat : 23372 (gnovelty+2) T 23370 23372 23372 0 -1 4202496 490 0 0 0 9869 0 0 0 25 0 1 0 538619351 1042362368 226 33554432000 134512640 135663704 4294122304 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23372/statm: 254483 226 113 282 0 254199 0
[pid=23370/tid=23431] ppid=23361 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/23370/task/23431/stat : 23431 (python) S 23361 23361 21633 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538629269 296845312 5874 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604470147889216 0 0 -1 7 0 0 0
[pid=23373] ppid=23361 vsize=300144 CPUtime=0.16 cores=1,3,5,7
/proc/23373/stat : 23373 (python) S 23361 23361 21633 0 -1 4202560 1073 0 0 0 8 8 0 0 18 0 2 0 538619353 307347456 5869 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23373/statm: 75036 5869 400 364 0 10948 0
[pid=23375] ppid=23373 vsize=416524 CPUtime=98.25 cores=1,3,5,7
/proc/23375/stat : 23375 (adaptg2wsat2009) T 23373 23375 23375 0 -1 4202496 585 0 0 0 9825 0 0 0 25 0 1 0 538619356 426520576 321 33554432000 134512640 135107411 4290823936 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23375/statm: 104131 321 59 146 0 103007 0
[pid=23373/tid=23432] ppid=23361 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/23373/task/23432/stat : 23432 (python) S 23361 23361 21633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538629272 307347456 5869 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604464823596928 0 0 -1 5 0 0 0
[pid=23376] ppid=23361 vsize=310400 CPUtime=0.24 cores=1,3,5,7
/proc/23376/stat : 23376 (python) S 23361 23361 21633 0 -1 4202560 1114 0 0 0 13 11 0 0 19 0 2 0 538619357 317849600 5873 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23376/statm: 77600 5873 400 364 0 13509 0
[pid=23378] ppid=23376 vsize=416524 CPUtime=98.28 cores=1,3,5,7
/proc/23378/stat : 23378 (adaptg2wsat2009) T 23376 23378 23378 0 -1 4202496 587 0 0 0 9828 0 0 0 25 0 1 0 538619357 426520576 321 33554432000 134512640 135107411 4291401024 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23378/statm: 104131 321 59 146 0 103007 0
[pid=23376/tid=23444] ppid=23361 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/23376/task/23444/stat : 23444 (python) S 23361 23361 21633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538634187 317849600 5873 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604468964447552 0 0 -1 5 0 0 0
[pid=23433] ppid=23361 vsize=320656 CPUtime=0.13 cores=1,3,5,7
/proc/23433/stat : 23433 (python) S 23361 23361 21633 0 -1 4202560 944 0 0 0 6 7 0 0 18 0 1 0 538629273 328351744 5847 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 15389450837608595716 0 0 17 5 0 0 0
/proc/23433/statm: 80164 5847 371 364 0 16070 0
[pid=23436] ppid=23433 vsize=416524 CPUtime=67.41 cores=1,3,5,7
/proc/23436/stat : 23436 (adaptg2wsat2009) R 23433 23436 23436 0 -1 4202496 590 0 0 0 6741 0 0 0 25 0 1 0 538629277 426520576 322 33554432000 134512640 135107411 4291269904 18446744073709551615 134532336 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23436/statm: 104131 322 59 146 0 103007 0
[pid=23435] ppid=23361 vsize=330912 CPUtime=0.13 cores=1,3,5,7
/proc/23435/stat : 23435 (python) S 23361 23361 21633 0 -1 4202560 965 0 0 0 6 7 0 0 18 0 1 0 538629276 338853888 5849 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 15389450837608595720 0 0 17 5 0 0 0
/proc/23435/statm: 82728 5849 371 364 0 18631 0
[pid=23438] ppid=23435 vsize=246804 CPUtime=60.9 cores=1,3,5,7
/proc/23438/stat : 23438 (FH) R 23435 23438 23438 0 -1 4202496 551 0 0 0 6090 0 0 0 25 0 1 0 538629277 252727296 286 33554432000 134512640 134936988 4291116000 18446744073709551615 134553505 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23438/statm: 61701 286 41 104 0 61205 0
[pid=23441] ppid=23361 vsize=341168 CPUtime=1.54 cores=1,3,5,7
/proc/23441/stat : 23441 (python) R 23361 23361 21633 0 -1 4202560 969 0 0 0 132 22 0 0 17 0 1 0 538634175 349356032 5855 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905417408 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/23441/statm: 85292 5855 371 364 0 21192 0
[pid=23443] ppid=23441 vsize=0 CPUtime=34.84 cores=1,3,5,7
/proc/23443/stat : 23443 (march_hi) R 23441 23443 23443 0 -1 4202500 1043 0 0 0 3484 0 0 0 25 0 1 0 538634175 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/23443/statm: 0 0 0 0 0 0 0
[pid=23445] ppid=23361 vsize=351424 CPUtime=0.07 cores=1,3,5,7
/proc/23445/stat : 23445 (python) S 23361 23361 21633 0 -1 4202560 1011 0 0 0 4 3 0 0 15 0 1 0 538634190 359858176 5865 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 192410141109223688 0 0 17 5 0 0 0
/proc/23445/statm: 87856 5865 377 364 0 23753 0
[pid=23447] ppid=23445 vsize=2264 CPUtime=18.25 cores=1,3,5,7
/proc/23447/stat : 23447 (march_hi) R 23445 23447 23447 0 -1 4202496 995 0 0 0 1825 0 0 0 25 0 1 0 538634190 2318336 392 33554432000 4194304 4955518 140735428742912 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23447/statm: 566 392 106 186 0 379 0
[pid=23361/tid=23368] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23368/stat : 23368 (python) S 23359 23361 21633 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 538619348 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23371] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23371/stat : 23371 (python) S 23359 23361 21633 0 -1 4202560 20 936 0 0 0 0 0 0 22 0 9 0 538619351 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 7 0 0 0
[pid=23361/tid=23374] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23374/stat : 23374 (python) S 23359 23361 21633 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 9 0 538619354 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23377] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23377/stat : 23377 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 9 0 538619357 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23434] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23434/stat : 23434 (python) S 23359 23361 21633 0 -1 4202560 43 936 0 0 0 0 0 0 20 0 9 0 538629273 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23437] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23437/stat : 23437 (python) S 23359 23361 21633 0 -1 4202560 17 936 0 0 0 0 0 0 22 0 9 0 538629277 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23442] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23442/stat : 23442 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 538634175 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23446] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23446/stat : 23446 (python) S 23359 23361 21633 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 538634190 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 578.48
Current children cumulated vsize (KiB) 6430252

[startup+185.801 s]
/proc/loadavg: 9.15 8.67 8.31 12/283 23464
/proc/meminfo: memFree=28046720/32951124 swapFree=67111356/67111528
[pid=23361] ppid=23359 vsize=361668 CPUtime=0.86 cores=1,3,5,7
/proc/23361/stat : 23361 (python) S 23359 23361 21633 0 -1 4202496 16201 936 1 0 78 8 0 0 19 0 9 0 538619274 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23361/statm: 90417 7384 1892 364 0 26314 0
[pid=23367] ppid=23361 vsize=289488 CPUtime=0.24 cores=1,3,5,7
/proc/23367/stat : 23367 (python) S 23361 23361 21633 0 -1 4202560 1094 0 0 0 13 11 0 0 19 0 2 0 538619348 296435712 5787 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23367/statm: 72372 5787 410 364 0 8290 0
[pid=23369] ppid=23367 vsize=1017932 CPUtime=98.33 cores=1,3,5,7
/proc/23369/stat : 23369 (gnovelty+2) T 23367 23369 23369 0 -1 4202496 489 0 0 0 9833 0 0 0 25 0 1 0 538619348 1042362368 226 33554432000 134512640 135663704 4287804416 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23369/statm: 254483 226 113 282 0 254199 0
[pid=23367/tid=23440] ppid=23361 vsize=289488 CPUtime=0 cores=1,3,5,7
/proc/23367/task/23440/stat : 23440 (python) S 23361 23361 21633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538634171 296435712 5787 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604464823597824 0 0 -1 7 0 0 0
[pid=23370] ppid=23361 vsize=289888 CPUtime=0.16 cores=1,3,5,7
/proc/23370/stat : 23370 (python) S 23361 23361 21633 0 -1 4202560 1097 0 0 0 11 5 0 0 19 0 2 0 538619351 296845312 5874 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23370/statm: 72472 5874 409 364 0 8387 0
[pid=23372] ppid=23370 vsize=1017932 CPUtime=98.69 cores=1,3,5,7
/proc/23372/stat : 23372 (gnovelty+2) T 23370 23372 23372 0 -1 4202496 490 0 0 0 9869 0 0 0 25 0 1 0 538619351 1042362368 226 33554432000 134512640 135663704 4294122304 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23372/statm: 254483 226 113 282 0 254199 0
[pid=23370/tid=23431] ppid=23361 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/23370/task/23431/stat : 23431 (python) S 23361 23361 21633 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538629269 296845312 5874 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604470147889216 0 0 -1 7 0 0 0
[pid=23373] ppid=23361 vsize=300144 CPUtime=0.16 cores=1,3,5,7
/proc/23373/stat : 23373 (python) S 23361 23361 21633 0 -1 4202560 1073 0 0 0 8 8 0 0 18 0 2 0 538619353 307347456 5869 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23373/statm: 75036 5869 400 364 0 10948 0
[pid=23375] ppid=23373 vsize=416524 CPUtime=98.25 cores=1,3,5,7
/proc/23375/stat : 23375 (adaptg2wsat2009) T 23373 23375 23375 0 -1 4202496 585 0 0 0 9825 0 0 0 25 0 1 0 538619356 426520576 321 33554432000 134512640 135107411 4290823936 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23375/statm: 104131 321 59 146 0 103007 0
[pid=23373/tid=23432] ppid=23361 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/23373/task/23432/stat : 23432 (python) S 23361 23361 21633 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538629272 307347456 5869 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604464823596928 0 0 -1 5 0 0 0
[pid=23376] ppid=23361 vsize=310400 CPUtime=0.24 cores=1,3,5,7
/proc/23376/stat : 23376 (python) S 23361 23361 21633 0 -1 4202560 1114 0 0 0 13 11 0 0 19 0 2 0 538619357 317849600 5873 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23376/statm: 77600 5873 400 364 0 13509 0
[pid=23378] ppid=23376 vsize=416524 CPUtime=98.28 cores=1,3,5,7
/proc/23378/stat : 23378 (adaptg2wsat2009) T 23376 23378 23378 0 -1 4202496 587 0 0 0 9828 0 0 0 25 0 1 0 538619357 426520576 321 33554432000 134512640 135107411 4291401024 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23378/statm: 104131 321 59 146 0 103007 0
[pid=23376/tid=23444] ppid=23361 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/23376/task/23444/stat : 23444 (python) S 23361 23361 21633 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538634187 317849600 5873 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 514 18446604468964447552 0 0 -1 5 0 0 0
[pid=23433] ppid=23361 vsize=320656 CPUtime=0.13 cores=1,3,5,7
/proc/23433/stat : 23433 (python) S 23361 23361 21633 0 -1 4202560 944 0 0 0 6 7 0 0 18 0 1 0 538629273 328351744 5847 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 15389450837608595716 0 0 17 5 0 0 0
/proc/23433/statm: 80164 5847 371 364 0 16070 0
[pid=23436] ppid=23433 vsize=416524 CPUtime=67.46 cores=1,3,5,7
/proc/23436/stat : 23436 (adaptg2wsat2009) R 23433 23436 23436 0 -1 4202496 590 0 0 0 6746 0 0 0 25 0 1 0 538629277 426520576 322 33554432000 134512640 135107411 4291269904 18446744073709551615 134531779 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23436/statm: 104131 322 59 146 0 103007 0
[pid=23435] ppid=23361 vsize=330912 CPUtime=0.13 cores=1,3,5,7
/proc/23435/stat : 23435 (python) S 23361 23361 21633 0 -1 4202560 965 0 0 0 6 7 0 0 18 0 1 0 538629276 338853888 5849 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 15389450837608595720 0 0 17 5 0 0 0
/proc/23435/statm: 82728 5849 371 364 0 18631 0
[pid=23438] ppid=23435 vsize=246804 CPUtime=61.01 cores=1,3,5,7
/proc/23438/stat : 23438 (FH) R 23435 23438 23438 0 -1 4202496 551 0 0 0 6101 0 0 0 25 0 1 0 538629277 252727296 286 33554432000 134512640 134936988 4291116000 18446744073709551615 134545177 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23438/statm: 61701 286 41 104 0 61205 0
[pid=23441] ppid=23361 vsize=341168 CPUtime=1.65 cores=1,3,5,7
/proc/23441/stat : 23441 (python) R 23361 23361 21633 0 -1 4202560 969 0 0 0 141 24 0 0 17 0 1 0 538634175 349356032 5855 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/23441/statm: 85292 5855 371 364 0 21192 0
[pid=23443] ppid=23441 vsize=0 CPUtime=34.84 cores=1,3,5,7
/proc/23443/stat : 23443 (march_hi) R 23441 23443 23443 0 -1 4202500 1043 0 0 0 3484 0 0 0 25 0 1 0 538634175 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/23443/statm: 0 0 0 0 0 0 0
[pid=23445] ppid=23361 vsize=351424 CPUtime=0.07 cores=1,3,5,7
/proc/23445/stat : 23445 (python) S 23361 23361 21633 0 -1 4202560 1011 0 0 0 4 3 0 0 15 0 1 0 538634190 359858176 5865 33554432000 4194304 5683644 140737026918704 18446744073709551615 218905751110 0 0 16781312 514 192410141109223688 0 0 17 5 0 0 0
/proc/23445/statm: 87856 5865 377 364 0 23753 0
[pid=23447] ppid=23445 vsize=2264 CPUtime=18.31 cores=1,3,5,7
/proc/23447/stat : 23447 (march_hi) R 23445 23447 23447 0 -1 4202496 995 0 0 0 1831 0 0 0 25 0 1 0 538634190 2318336 392 33554432000 4194304 4955518 140735428742912 18446744073709551615 4297427 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/23447/statm: 566 392 106 186 0 379 0
[pid=23361/tid=23368] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23368/stat : 23368 (python) S 23359 23361 21633 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 538619348 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23371] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23371/stat : 23371 (python) S 23359 23361 21633 0 -1 4202560 20 936 0 0 0 0 0 0 22 0 9 0 538619351 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 7 0 0 0
[pid=23361/tid=23374] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23374/stat : 23374 (python) S 23359 23361 21633 0 -1 4202560 25 936 0 0 0 0 0 0 24 0 9 0 538619354 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23377] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23377/stat : 23377 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 25 0 9 0 538619357 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23434] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23434/stat : 23434 (python) S 23359 23361 21633 0 -1 4202560 43 936 0 0 0 0 0 0 20 0 9 0 538629273 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23437] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23437/stat : 23437 (python) S 23359 23361 21633 0 -1 4202560 17 936 0 0 0 0 0 0 22 0 9 0 538629277 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23442] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23442/stat : 23442 (python) S 23359 23361 21633 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 538634175 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
[pid=23361/tid=23446] ppid=23359 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/23361/task/23446/stat : 23446 (python) S 23359 23361 21633 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 538634190 370348032 7384 33554432000 4194304 5683644 140737026918704 18446744073709551615 218917554609 0 0 16781312 2 18446604464659669376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 578.81
Current children cumulated vsize (KiB) 6430252

Child status: 0
Real time (s): 185.84
CPU time (s): 579.004
CPU user time (s): 578.088
CPU system time (s): 0.91586
CPU usage (%): 311.56
Max. virtual memory (cumulated for all children) (KiB): 6432720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 578.088
system time used= 0.91586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35669
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= 2804
involuntary context switches= 6845

runsolver used 0.436933 second user time and 0.933858 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-01 19:16:55
IDJOB=3317583
IDBENCH=83048
IDSOLVER=1705
FILE ID=node137/3317583-1304270215
RUNJOBID= node137-1304267281-21652
PBS_JOBID= 13173942
Free space on /tmp= 73376 MiB

SOLVER NAME= borg-sat 11.03.02-random
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-3317583-1304270215/watcher-3317583-1304270215 -o /tmp/evaluation-result-3317583-1304270215/solver-3317583-1304270215 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317583-1304270215.cnf -seed 2126400304 -budget 4800 -cores 4

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

MD5SUM BENCH= a1e34b50698b079e87a3cad9c76615ca
RANDOM SEED=2126400304

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28037136 kB
Buffers:        943500 kB
Cached:        2613528 kB
SwapCached:         48 kB
Active:        1203516 kB
Inactive:      3223836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28037136 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32540 kB
Writeback:           0 kB
AnonPages:      869936 kB
Mapped:          25476 kB
Slab:           402084 kB
PageTables:      22312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 28484196 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= 73336 MiB
End job on node137 at 2011-05-01 19:20:02