Trace number 3317381

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 541.04 136.174

General information on the benchmark

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

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3317381-1304269217.cnf
0.32/0.46	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.51/0.65	c INFO: computed variable balance statistics
0.61/0.72	c INFO: computed small-clause counts
0.61/0.72	c INFO: computed Horn-clause counts
0.61/0.72	c INFO: computed variable graph statistics
0.61/0.72	c INFO: collected features for HOME/instance-3317381-1304269217.cnf in 0.26 s
0.61/0.75	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.61/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.10)
0.71/0.81	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.71/0.84	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.26/100.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.02)
400.64/101.01	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.64/101.04	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.39)
400.64/101.08	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.37)
540.66/136.15	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-3317381-1304269217/watcher-3317381-1304269217 -o /tmp/evaluation-result-3317381-1304269217/solver-3317381-1304269217 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317381-1304269217.cnf -seed 211729381 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.32 8.31 7.22 5/286 11976
/proc/meminfo: memFree=22629824/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/11976/stat : 11976 (python) R 11974 11976 10986 0 -1 4202496 902 0 0 0 0 0 0 0 25 0 1 0 617152350 16154624 783 33554432000 4194304 5683644 140736030777664 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11976/statm: 3944 783 345 364 0 431 0

[startup+0.060871 s]
/proc/loadavg: 8.32 8.31 7.22 5/286 11976
/proc/meminfo: memFree=22629824/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=43816 CPUtime=0.04 cores=1,3,5,7
/proc/11976/stat : 11976 (python) R 11974 11976 10986 0 -1 4202496 1879 0 0 0 3 1 0 0 25 0 1 0 617152350 44867584 1703 33554432000 4194304 5683644 140736030777664 18446744073709551615 216734872669 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11976/statm: 10954 1703 467 364 0 1219 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43816

[startup+0.100866 s]
/proc/loadavg: 8.32 8.31 7.22 5/286 11976
/proc/meminfo: memFree=22629824/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=104232 CPUtime=0.07 cores=1,3,5,7
/proc/11976/stat : 11976 (python) R 11974 11976 10986 0 -1 4202496 3087 0 0 0 5 2 0 0 17 0 1 0 617152350 106733568 2768 33554432000 4194304 5683644 140736030777664 18446744073709551615 5114143 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11976/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300829 s]
/proc/loadavg: 8.32 8.31 7.22 5/286 11976
/proc/meminfo: memFree=22629824/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=190252 CPUtime=0.23 cores=1,3,5,7
/proc/11976/stat : 11976 (python) R 11974 11976 10986 0 -1 4202496 6874 938 1 0 17 6 0 0 18 0 1 0 617152350 194818048 4930 33554432000 4194304 5683644 140736030777664 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11976/statm: 47563 4940 1422 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190252

[startup+0.700756 s]
/proc/loadavg: 8.32 8.31 7.22 5/286 11976
/proc/meminfo: memFree=22629824/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=279220 CPUtime=0.61 cores=1,3,5,7
/proc/11976/stat : 11976 (python) R 11974 11976 10986 0 -1 4202496 9528 938 1 0 52 9 0 0 18 0 1 0 617152350 285921280 7200 33554432000 4194304 5683644 140736030777664 18446744073709551615 47634267595129 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11976/statm: 69805 7200 1827 364 0 5729 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 279220

[startup+1.50058 s]
/proc/loadavg: 8.32 8.31 7.22 9/299 11993
/proc/meminfo: memFree=22589080/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=320644 CPUtime=0.75 cores=1,3,5,7
/proc/11976/stat : 11976 (python) S 11974 11976 10986 0 -1 4202496 12594 938 1 0 65 10 0 0 24 0 5 0 617152350 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11976/statm: 80161 7360 1883 364 0 16070 0
[pid=11982] ppid=11976 vsize=279244 CPUtime=0 cores=1,3,5,7
/proc/11982/stat : 11982 (python) S 11976 11976 10986 0 -1 4202560 737 0 0 0 0 0 0 0 20 0 1 0 617152426 285945856 5727 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198735 0 0 16781312 514 5629749952281313279 0 0 17 5 0 0 0
/proc/11982/statm: 69811 5727 354 364 0 5729 0
[pid=11984] ppid=11982 vsize=1017932 CPUtime=0.73 cores=1,3,5,7
/proc/11984/stat : 11984 (gnovelty+2) R 11982 11984 11984 0 -1 4202496 490 0 0 0 73 0 0 0 25 0 1 0 617152426 1042362368 226 33554432000 134512640 135663704 4291993872 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11984/statm: 254483 226 113 282 0 254199 0
[pid=11985] ppid=11976 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/11985/stat : 11985 (python) S 11976 11976 10986 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 617152429 296845312 5813 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 11088504126793842687 0 0 17 1 0 0 0
/proc/11985/statm: 72472 5813 348 364 0 8387 0
[pid=11987] ppid=11985 vsize=1017932 CPUtime=0.71 cores=1,3,5,7
/proc/11987/stat : 11987 (gnovelty+2) R 11985 11987 11987 0 -1 4202496 491 0 0 0 71 0 0 0 22 0 1 0 617152429 1042362368 227 33554432000 134512640 135663704 4293722208 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11987/statm: 254483 227 113 282 0 254199 0
[pid=11988] ppid=11976 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/11988/stat : 11988 (python) S 11976 11976 10986 0 -1 4202560 718 0 0 0 0 0 0 0 21 0 1 0 617152431 307347456 5813 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 15427899389137387519 0 0 17 1 0 0 0
/proc/11988/statm: 75036 5813 344 364 0 10948 0
[pid=11990] ppid=11988 vsize=416524 CPUtime=0.68 cores=1,3,5,7
/proc/11990/stat : 11990 (adaptg2wsat2009) R 11988 11990 11990 0 -1 4202496 590 0 0 0 68 0 0 0 25 0 1 0 617152432 426520576 321 33554432000 134512640 135107411 4293675408 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11990/statm: 104131 321 59 146 0 103007 0
[pid=11991] ppid=11976 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/11991/stat : 11991 (python) S 11976 11976 10986 0 -1 4202560 730 0 0 0 0 0 0 0 24 0 1 0 617152435 317849600 5817 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 14745740110154694655 0 0 17 1 0 0 0
/proc/11991/statm: 77600 5817 344 364 0 13509 0
[pid=11993] ppid=11991 vsize=416524 CPUtime=0.65 cores=1,3,5,7
/proc/11993/stat : 11993 (adaptg2wsat2009) R 11991 11993 11993 0 -1 4202496 586 0 0 0 65 0 0 0 25 0 1 0 617152435 426520576 321 33554432000 134512640 135107411 4289048736 18446744073709551615 134531582 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11993/statm: 104131 321 59 146 0 103007 0
[pid=11976/tid=11983] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11983/stat : 11983 (python) S 11974 11976 10986 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 5 0 617152426 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 7 0 0 0
[pid=11976/tid=11986] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11986/stat : 11986 (python) S 11974 11976 10986 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 617152429 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11989] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11989/stat : 11989 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 617152432 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11992] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11992/stat : 11992 (python) S 11974 11976 10986 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 5 0 617152435 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 4369232

[startup+3.1013 s]
/proc/loadavg: 8.32 8.31 7.22 9/299 11993
/proc/meminfo: memFree=22587716/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=320644 CPUtime=0.75 cores=1,3,5,7
/proc/11976/stat : 11976 (python) S 11974 11976 10986 0 -1 4202496 12594 938 1 0 65 10 0 0 24 0 5 0 617152350 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11976/statm: 80161 7360 1883 364 0 16070 0
[pid=11982] ppid=11976 vsize=279244 CPUtime=0 cores=1,3,5,7
/proc/11982/stat : 11982 (python) S 11976 11976 10986 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 617152426 285945856 5727 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198735 0 0 16781312 514 5629749952281280775 0 0 17 5 0 0 0
/proc/11982/statm: 69811 5727 354 364 0 5729 0
[pid=11984] ppid=11982 vsize=1017932 CPUtime=2.32 cores=1,3,5,7
/proc/11984/stat : 11984 (gnovelty+2) R 11982 11984 11984 0 -1 4202496 490 0 0 0 232 0 0 0 25 0 1 0 617152426 1042362368 226 33554432000 134512640 135663704 4291993872 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11984/statm: 254483 226 113 282 0 254199 0
[pid=11985] ppid=11976 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/11985/stat : 11985 (python) S 11976 11976 10986 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 617152429 296845312 5813 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 11088504126793810183 0 0 17 1 0 0 0
/proc/11985/statm: 72472 5813 348 364 0 8387 0
[pid=11987] ppid=11985 vsize=1017932 CPUtime=2.3 cores=1,3,5,7
/proc/11987/stat : 11987 (gnovelty+2) R 11985 11987 11987 0 -1 4202496 491 0 0 0 230 0 0 0 25 0 1 0 617152429 1042362368 227 33554432000 134512640 135663704 4293722208 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11987/statm: 254483 227 113 282 0 254199 0
[pid=11988] ppid=11976 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/11988/stat : 11988 (python) S 11976 11976 10986 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 617152431 307347456 5817 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 15427899389137355015 0 0 17 1 0 0 0
/proc/11988/statm: 75036 5817 348 364 0 10948 0
[pid=11990] ppid=11988 vsize=416524 CPUtime=2.28 cores=1,3,5,7
/proc/11990/stat : 11990 (adaptg2wsat2009) R 11988 11990 11990 0 -1 4202496 590 0 0 0 228 0 0 0 25 0 1 0 617152432 426520576 321 33554432000 134512640 135107411 4293675408 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11990/statm: 104131 321 59 146 0 103007 0
[pid=11991] ppid=11976 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/11991/stat : 11991 (python) S 11976 11976 10986 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 617152435 317849600 5821 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 14745740110154662151 0 0 17 1 0 0 0
/proc/11991/statm: 77600 5821 348 364 0 13509 0
[pid=11993] ppid=11991 vsize=416524 CPUtime=2.24 cores=1,3,5,7
/proc/11993/stat : 11993 (adaptg2wsat2009) R 11991 11993 11993 0 -1 4202496 586 0 0 0 224 0 0 0 25 0 1 0 617152435 426520576 321 33554432000 134512640 135107411 4289048736 18446744073709551615 134531817 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11993/statm: 104131 321 59 146 0 103007 0
[pid=11976/tid=11983] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11983/stat : 11983 (python) S 11974 11976 10986 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 5 0 617152426 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 7 0 0 0
[pid=11976/tid=11986] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11986/stat : 11986 (python) S 11974 11976 10986 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 617152429 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11989] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11989/stat : 11989 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 617152432 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11992] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11992/stat : 11992 (python) S 11974 11976 10986 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 5 0 617152435 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 4369232

[startup+6.30074 s]
/proc/loadavg: 8.29 8.31 7.22 9/299 11993
/proc/meminfo: memFree=22585952/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=320644 CPUtime=0.75 cores=1,3,5,7
/proc/11976/stat : 11976 (python) S 11974 11976 10986 0 -1 4202496 12594 938 1 0 65 10 0 0 24 0 5 0 617152350 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11976/statm: 80161 7360 1883 364 0 16070 0
[pid=11982] ppid=11976 vsize=279244 CPUtime=0 cores=1,3,5,7
/proc/11982/stat : 11982 (python) S 11976 11976 10986 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 617152426 285945856 5750 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198735 0 0 16781312 514 5629749952281280775 0 0 17 5 0 0 0
/proc/11982/statm: 69811 5750 377 364 0 5729 0
[pid=11984] ppid=11982 vsize=1017932 CPUtime=5.49 cores=1,3,5,7
/proc/11984/stat : 11984 (gnovelty+2) R 11982 11984 11984 0 -1 4202496 490 0 0 0 549 0 0 0 25 0 1 0 617152426 1042362368 226 33554432000 134512640 135663704 4291993872 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11984/statm: 254483 226 113 282 0 254199 0
[pid=11985] ppid=11976 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/11985/stat : 11985 (python) S 11976 11976 10986 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 617152429 296845312 5836 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 11088504126793810183 0 0 17 1 0 0 0
/proc/11985/statm: 72472 5836 371 364 0 8387 0
[pid=11987] ppid=11985 vsize=1017932 CPUtime=5.5 cores=1,3,5,7
/proc/11987/stat : 11987 (gnovelty+2) R 11985 11987 11987 0 -1 4202496 491 0 0 0 550 0 0 0 25 0 1 0 617152429 1042362368 227 33554432000 134512640 135663704 4293722208 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11987/statm: 254483 227 113 282 0 254199 0
[pid=11988] ppid=11976 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/11988/stat : 11988 (python) S 11976 11976 10986 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 617152431 307347456 5839 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 15427899389137355015 0 0 17 1 0 0 0
/proc/11988/statm: 75036 5839 370 364 0 10948 0
[pid=11990] ppid=11988 vsize=416524 CPUtime=5.47 cores=1,3,5,7
/proc/11990/stat : 11990 (adaptg2wsat2009) R 11988 11990 11990 0 -1 4202496 590 0 0 0 547 0 0 0 25 0 1 0 617152432 426520576 321 33554432000 134512640 135107411 4293675408 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11990/statm: 104131 321 59 146 0 103007 0
[pid=11991] ppid=11976 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/11991/stat : 11991 (python) S 11976 11976 10986 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 617152435 317849600 5844 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 14745740110154662151 0 0 17 1 0 0 0
/proc/11991/statm: 77600 5844 371 364 0 13509 0
[pid=11993] ppid=11991 vsize=416524 CPUtime=5.41 cores=1,3,5,7
/proc/11993/stat : 11993 (adaptg2wsat2009) R 11991 11993 11993 0 -1 4202496 586 0 0 0 541 0 0 0 25 0 1 0 617152435 426520576 321 33554432000 134512640 135107411 4289048736 18446744073709551615 134531440 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11993/statm: 104131 321 59 146 0 103007 0
[pid=11976/tid=11983] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11983/stat : 11983 (python) S 11974 11976 10986 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 5 0 617152426 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 7 0 0 0
[pid=11976/tid=11986] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11986/stat : 11986 (python) S 11974 11976 10986 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 617152429 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11989] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11989/stat : 11989 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 617152432 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11992] ppid=11974 vsize=320644 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11992/stat : 11992 (python) S 11974 11976 10986 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 5 0 617152435 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.62
Current children cumulated vsize (KiB) 4369232

[startup+12.7006 s]
/proc/loadavg: 8.35 8.32 7.23 9/299 11994
/proc/meminfo: memFree=22584176/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=320644 CPUtime=0.75 cores=1,3,5,7
/proc/11976/stat : 11976 (python) S 11974 11976 10986 0 -1 4202496 12594 938 1 0 65 10 0 0 24 0 5 0 617152350 328339456 7360 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11976/statm: 80161 7360 1883 364 0 16070 0
[pid=11982] ppid=11976 vsize=279244 CPUtime=0.01 cores=1,3,5,7
/proc/11982/stat : 11982 (python) S 11976 11976 10986 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 617152426 285945856 5750 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198735 0 0 16781312 514 13983342591450513671 0 0 17 5 0 0 0
/proc/11982/statm: 69811 5750 377 364 0 5729 0
[pid=11984] ppid=11982 vsize=1017932 CPUtime=11.84 cores=1,3,5,7
/proc/11984/stat : 11984 (gnovelty+2) R 11982 11984 11984 0 -1 4202496 490 0 0 0 1184 0 0 0 25 0 1 0 617152426 1042362368 226 33554432000 134512640 135663704 4291993872 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/11984/statm: 254483 226 113 282 0 254199 0
[pid=11985] ppid=11976 vsize=289888 CPUtime=0.02 cores=1,3,5,7

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

[pid=11976/tid=12017] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12017/stat : 12017 (python) S 11974 11976 10986 0 -1 4202560 21 938 0 0 0 0 0 0 22 0 9 0 617162451 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=12021] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12021/stat : 12021 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 18 0 9 0 617162455 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 5 0 0 0
[pid=11976/tid=12024] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12024/stat : 12024 (python) S 11974 11976 10986 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 617162459 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 536.68
Current children cumulated vsize (KiB) 7203648

[startup+135.901 s]
/proc/loadavg: 8.23 8.28 7.35 9/324 12031
/proc/meminfo: memFree=22515236/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=361668 CPUtime=0.88 cores=1,3,5,7
/proc/11976/stat : 11976 (python) S 11974 11976 10986 0 -1 4202496 16278 938 1 0 78 10 0 0 20 0 9 0 617152350 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11976/statm: 90417 7385 1892 364 0 26314 0
[pid=11982] ppid=11976 vsize=289488 CPUtime=0.18 cores=1,3,5,7
/proc/11982/stat : 11982 (python) S 11976 11976 10986 0 -1 4202560 1085 0 0 0 9 9 0 0 19 0 2 0 617152426 296435712 5788 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11982/statm: 72372 5788 410 364 0 8290 0
[pid=11984] ppid=11982 vsize=1017932 CPUtime=99.37 cores=1,3,5,7
/proc/11984/stat : 11984 (gnovelty+2) T 11982 11984 11984 0 -1 4202496 490 0 0 0 9937 0 0 0 25 0 1 0 617152426 1042362368 226 33554432000 134512640 135663704 4291993872 18446744073709551615 134525533 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11984/statm: 254483 226 113 282 0 254199 0
[pid=11982/tid=12010] ppid=11976 vsize=289488 CPUtime=0 cores=1,3,5,7
/proc/11982/task/12010/stat : 12010 (python) S 11976 11976 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617162444 296435712 5788 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604454223471552 0 0 -1 5 0 0 0
[pid=11985] ppid=11976 vsize=289888 CPUtime=0.18 cores=1,3,5,7
/proc/11985/stat : 11985 (python) S 11976 11976 10986 0 -1 4202560 1086 0 0 0 10 8 0 0 19 0 2 0 617152429 296845312 5866 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11985/statm: 72472 5866 400 364 0 8387 0
[pid=11987] ppid=11985 vsize=1017932 CPUtime=100.17 cores=1,3,5,7
/proc/11987/stat : 11987 (gnovelty+2) T 11985 11987 11987 0 -1 4202496 491 0 0 0 10017 0 0 0 25 0 1 0 617152429 1042362368 227 33554432000 134512640 135663704 4293722208 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11987/statm: 254483 227 113 282 0 254199 0
[pid=11985/tid=12011] ppid=11976 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/11985/task/12011/stat : 12011 (python) S 11976 11976 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617162447 296845312 5866 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604468379338688 0 0 -1 3 0 0 0
[pid=11988] ppid=11976 vsize=300144 CPUtime=0.18 cores=1,3,5,7
/proc/11988/stat : 11988 (python) S 11976 11976 10986 0 -1 4202560 1072 0 0 0 9 9 0 0 19 0 2 0 617152431 307347456 5870 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11988/statm: 75036 5870 400 364 0 10948 0
[pid=11990] ppid=11988 vsize=416524 CPUtime=99.98 cores=1,3,5,7
/proc/11990/stat : 11990 (adaptg2wsat2009) T 11988 11990 11990 0 -1 4202496 590 0 0 0 9998 0 0 0 25 0 1 0 617152432 426520576 321 33554432000 134512640 135107411 4293675408 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11990/statm: 104131 321 59 146 0 103007 0
[pid=11988/tid=12014] ppid=11976 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/11988/task/12014/stat : 12014 (python) S 11976 11976 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617162449 307347456 5870 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604469389682880 0 0 -1 3 0 0 0
[pid=11991] ppid=11976 vsize=310400 CPUtime=0.17 cores=1,3,5,7
/proc/11991/stat : 11991 (python) S 11976 11976 10986 0 -1 4202560 1115 0 0 0 10 7 0 0 19 0 2 0 617152435 317849600 5874 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11991/statm: 77600 5874 400 364 0 13509 0
[pid=11993] ppid=11991 vsize=416524 CPUtime=99.65 cores=1,3,5,7
/proc/11993/stat : 11993 (adaptg2wsat2009) T 11991 11993 11993 0 -1 4202496 586 0 0 0 9965 0 0 0 25 0 1 0 617152435 426520576 321 33554432000 134512640 135107411 4289048736 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11993/statm: 104131 321 59 146 0 103007 0
[pid=11991/tid=12019] ppid=11976 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/11991/task/12019/stat : 12019 (python) S 11976 11976 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617162454 317849600 5874 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604456345953408 0 0 -1 1 0 0 0
[pid=12012] ppid=11976 vsize=320656 CPUtime=0.06 cores=1,3,5,7
/proc/12012/stat : 12012 (python) S 11976 11976 10986 0 -1 4202560 936 0 0 0 3 3 0 0 18 0 1 0 617162448 328351744 5848 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 13983342591450513672 0 0 17 5 0 0 0
/proc/12012/statm: 80164 5848 371 364 0 16070 0
[pid=12015] ppid=12012 vsize=416524 CPUtime=34.81 cores=1,3,5,7
/proc/12015/stat : 12015 (adaptg2wsat2009) R 12012 12015 12015 0 -1 4202496 586 0 0 0 3481 0 0 0 25 0 1 0 617162449 426520576 322 33554432000 134512640 135107411 4290950048 18446744073709551615 134531739 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12015/statm: 104131 322 59 146 0 103007 0
[pid=12016] ppid=11976 vsize=330912 CPUtime=0.06 cores=1,3,5,7
/proc/12016/stat : 12016 (python) S 11976 11976 10986 0 -1 4202560 922 0 0 0 4 2 0 0 18 0 1 0 617162451 338853888 5852 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 13983342591450513670 0 0 17 7 0 0 0
/proc/12016/statm: 82728 5852 371 364 0 18631 0
[pid=12018] ppid=12016 vsize=1017932 CPUtime=34.51 cores=1,3,5,7
/proc/12018/stat : 12018 (gnovelty+2) R 12016 12018 12018 0 -1 4202496 490 0 0 0 3451 0 0 0 25 0 1 0 617162452 1042362368 226 33554432000 134512640 135663704 4286708112 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12018/statm: 254483 226 113 282 0 254199 0
[pid=12020] ppid=11976 vsize=341168 CPUtime=0.09 cores=1,3,5,7
/proc/12020/stat : 12020 (python) S 11976 11976 10986 0 -1 4202560 960 0 0 0 5 4 0 0 15 0 1 0 617162455 349356032 5856 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 10450836036073259270 0 0 17 5 0 0 0
/proc/12020/statm: 85292 5856 371 364 0 21192 0
[pid=12022] ppid=12020 vsize=2264 CPUtime=34.68 cores=1,3,5,7
/proc/12022/stat : 12022 (march_hi) R 12020 12022 12022 0 -1 4202496 991 0 0 0 3468 0 0 0 25 0 1 0 617162455 2318336 391 33554432000 4194304 4955518 140734395290544 18446744073709551615 4306969 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12022/statm: 566 391 106 186 0 379 0
[pid=12023] ppid=11976 vsize=351424 CPUtime=0.08 cores=1,3,5,7
/proc/12023/stat : 12023 (python) S 11976 11976 10986 0 -1 4202560 996 0 0 0 4 4 0 0 15 0 1 0 617162459 359858176 5866 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 5601794220605014280 0 0 17 1 0 0 0
/proc/12023/statm: 87856 5866 377 364 0 23753 0
[pid=12025] ppid=12023 vsize=2264 CPUtime=34.81 cores=1,3,5,7
/proc/12025/stat : 12025 (march_hi) R 12023 12025 12025 0 -1 4202496 995 0 0 0 3481 0 0 0 25 0 1 0 617162459 2318336 393 33554432000 4194304 4955518 140734149089168 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12025/statm: 566 393 106 186 0 379 0
[pid=11976/tid=11983] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11983/stat : 11983 (python) S 11974 11976 10986 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 9 0 617152426 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 7 0 0 0
[pid=11976/tid=11986] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11986/stat : 11986 (python) S 11974 11976 10986 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 617152429 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11989] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11989/stat : 11989 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 617152432 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11992] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11992/stat : 11992 (python) S 11974 11976 10986 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 9 0 617152435 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=12013] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12013/stat : 12013 (python) S 11974 11976 10986 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 617162448 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 5 0 0 0
[pid=11976/tid=12017] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12017/stat : 12017 (python) S 11974 11976 10986 0 -1 4202560 21 938 0 0 0 0 0 0 22 0 9 0 617162451 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=12021] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12021/stat : 12021 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 18 0 9 0 617162455 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 5 0 0 0
[pid=11976/tid=12024] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12024/stat : 12024 (python) S 11974 11976 10986 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 617162459 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 539.86
Current children cumulated vsize (KiB) 7203644

[startup+136.101 s]
/proc/loadavg: 8.23 8.28 7.35 9/324 12031
/proc/meminfo: memFree=22515236/32951124 swapFree=67102140/67111528
[pid=11976] ppid=11974 vsize=361668 CPUtime=0.88 cores=1,3,5,7
/proc/11976/stat : 11976 (python) S 11974 11976 10986 0 -1 4202496 16278 938 1 0 78 10 0 0 20 0 9 0 617152350 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11976/statm: 90417 7385 1892 364 0 26314 0
[pid=11982] ppid=11976 vsize=289488 CPUtime=0.18 cores=1,3,5,7
/proc/11982/stat : 11982 (python) S 11976 11976 10986 0 -1 4202560 1085 0 0 0 9 9 0 0 19 0 2 0 617152426 296435712 5788 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11982/statm: 72372 5788 410 364 0 8290 0
[pid=11984] ppid=11982 vsize=1017932 CPUtime=99.37 cores=1,3,5,7
/proc/11984/stat : 11984 (gnovelty+2) T 11982 11984 11984 0 -1 4202496 490 0 0 0 9937 0 0 0 25 0 1 0 617152426 1042362368 226 33554432000 134512640 135663704 4291993872 18446744073709551615 134525533 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11984/statm: 254483 226 113 282 0 254199 0
[pid=11982/tid=12010] ppid=11976 vsize=289488 CPUtime=0 cores=1,3,5,7
/proc/11982/task/12010/stat : 12010 (python) S 11976 11976 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617162444 296435712 5788 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604454223471552 0 0 -1 5 0 0 0
[pid=11985] ppid=11976 vsize=289888 CPUtime=0.18 cores=1,3,5,7
/proc/11985/stat : 11985 (python) S 11976 11976 10986 0 -1 4202560 1086 0 0 0 10 8 0 0 19 0 2 0 617152429 296845312 5866 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11985/statm: 72472 5866 400 364 0 8387 0
[pid=11987] ppid=11985 vsize=1017932 CPUtime=100.17 cores=1,3,5,7
/proc/11987/stat : 11987 (gnovelty+2) T 11985 11987 11987 0 -1 4202496 491 0 0 0 10017 0 0 0 25 0 1 0 617152429 1042362368 227 33554432000 134512640 135663704 4293722208 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11987/statm: 254483 227 113 282 0 254199 0
[pid=11985/tid=12011] ppid=11976 vsize=289888 CPUtime=0 cores=1,3,5,7
/proc/11985/task/12011/stat : 12011 (python) S 11976 11976 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617162447 296845312 5866 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604468379338688 0 0 -1 3 0 0 0
[pid=11988] ppid=11976 vsize=300144 CPUtime=0.18 cores=1,3,5,7
/proc/11988/stat : 11988 (python) S 11976 11976 10986 0 -1 4202560 1072 0 0 0 9 9 0 0 19 0 2 0 617152431 307347456 5870 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11988/statm: 75036 5870 400 364 0 10948 0
[pid=11990] ppid=11988 vsize=416524 CPUtime=99.98 cores=1,3,5,7
/proc/11990/stat : 11990 (adaptg2wsat2009) T 11988 11990 11990 0 -1 4202496 590 0 0 0 9998 0 0 0 25 0 1 0 617152432 426520576 321 33554432000 134512640 135107411 4293675408 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11990/statm: 104131 321 59 146 0 103007 0
[pid=11988/tid=12014] ppid=11976 vsize=300144 CPUtime=0 cores=1,3,5,7
/proc/11988/task/12014/stat : 12014 (python) S 11976 11976 10986 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617162449 307347456 5870 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604469389682880 0 0 -1 3 0 0 0
[pid=11991] ppid=11976 vsize=310400 CPUtime=0.17 cores=1,3,5,7
/proc/11991/stat : 11991 (python) S 11976 11976 10986 0 -1 4202560 1115 0 0 0 10 7 0 0 19 0 2 0 617152435 317849600 5874 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11991/statm: 77600 5874 400 364 0 13509 0
[pid=11993] ppid=11991 vsize=416524 CPUtime=99.65 cores=1,3,5,7
/proc/11993/stat : 11993 (adaptg2wsat2009) T 11991 11993 11993 0 -1 4202496 586 0 0 0 9965 0 0 0 25 0 1 0 617152435 426520576 321 33554432000 134512640 135107411 4289048736 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11993/statm: 104131 321 59 146 0 103007 0
[pid=11991/tid=12019] ppid=11976 vsize=310400 CPUtime=0 cores=1,3,5,7
/proc/11991/task/12019/stat : 12019 (python) S 11976 11976 10986 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617162454 317849600 5874 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 514 18446604456345953408 0 0 -1 1 0 0 0
[pid=12012] ppid=11976 vsize=320656 CPUtime=0.06 cores=1,3,5,7
/proc/12012/stat : 12012 (python) S 11976 11976 10986 0 -1 4202560 936 0 0 0 3 3 0 0 18 0 1 0 617162448 328351744 5848 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 13983342591450513672 0 0 17 5 0 0 0
/proc/12012/statm: 80164 5848 371 364 0 16070 0
[pid=12015] ppid=12012 vsize=416524 CPUtime=35.01 cores=1,3,5,7
/proc/12015/stat : 12015 (adaptg2wsat2009) R 12012 12015 12015 0 -1 4202496 586 0 0 0 3501 0 0 0 25 0 1 0 617162449 426520576 322 33554432000 134512640 135107411 4290950048 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12015/statm: 104131 322 59 146 0 103007 0
[pid=12016] ppid=11976 vsize=330912 CPUtime=0.06 cores=1,3,5,7
/proc/12016/stat : 12016 (python) S 11976 11976 10986 0 -1 4202560 922 0 0 0 4 2 0 0 18 0 1 0 617162451 338853888 5852 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 13983342591450513670 0 0 17 7 0 0 0
/proc/12016/statm: 82728 5852 371 364 0 18631 0
[pid=12018] ppid=12016 vsize=1017932 CPUtime=34.71 cores=1,3,5,7
/proc/12018/stat : 12018 (gnovelty+2) R 12016 12018 12018 0 -1 4202496 490 0 0 0 3471 0 0 0 25 0 1 0 617162452 1042362368 226 33554432000 134512640 135663704 4286708112 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12018/statm: 254483 226 113 282 0 254199 0
[pid=12020] ppid=11976 vsize=341168 CPUtime=0.09 cores=1,3,5,7
/proc/12020/stat : 12020 (python) S 11976 11976 10986 0 -1 4202560 964 0 0 0 5 4 0 0 15 0 1 0 617162455 349356032 5857 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 5601794220605014278 0 0 17 5 0 0 0
/proc/12020/statm: 85292 5857 372 364 0 21192 0
[pid=12022] ppid=12020 vsize=2264 CPUtime=34.88 cores=1,3,5,7
/proc/12022/stat : 12022 (march_hi) R 12020 12022 12022 0 -1 4202496 991 0 0 0 3488 0 0 0 25 0 1 0 617162455 2318336 391 33554432000 4194304 4955518 140734395290544 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12022/statm: 566 391 106 186 0 379 0
[pid=12023] ppid=11976 vsize=351424 CPUtime=0.08 cores=1,3,5,7
/proc/12023/stat : 12023 (python) S 11976 11976 10986 0 -1 4202560 996 0 0 0 4 4 0 0 15 0 1 0 617162459 359858176 5866 33554432000 4194304 5683644 140736030777664 18446744073709551615 216735198790 0 0 16781312 514 5601794220605014280 0 0 17 1 0 0 0
/proc/12023/statm: 87856 5866 377 364 0 23753 0
[pid=12025] ppid=12023 vsize=2264 CPUtime=35.01 cores=1,3,5,7
/proc/12025/stat : 12025 (march_hi) R 12023 12025 12025 0 -1 4202496 995 0 0 0 3501 0 0 0 25 0 1 0 617162459 2318336 393 33554432000 4194304 4955518 140734149089168 18446744073709551615 4297451 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12025/statm: 566 393 106 186 0 379 0
[pid=11976/tid=11983] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11983/stat : 11983 (python) S 11974 11976 10986 0 -1 4202560 25 938 0 0 0 0 0 0 21 0 9 0 617152426 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 7 0 0 0
[pid=11976/tid=11986] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11986/stat : 11986 (python) S 11974 11976 10986 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 9 0 617152429 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11989] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11989/stat : 11989 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 9 0 617152432 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=11992] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/11992/stat : 11992 (python) S 11974 11976 10986 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 9 0 617152435 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=12013] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12013/stat : 12013 (python) S 11974 11976 10986 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 9 0 617162448 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 5 0 0 0
[pid=11976/tid=12017] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12017/stat : 12017 (python) S 11974 11976 10986 0 -1 4202560 21 938 0 0 0 0 0 0 22 0 9 0 617162451 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
[pid=11976/tid=12021] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12021/stat : 12021 (python) S 11974 11976 10986 0 -1 4202560 23 938 0 0 0 0 0 0 18 0 9 0 617162455 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 5 0 0 0
[pid=11976/tid=12024] ppid=11974 vsize=361668 CPUtime=0 cores=1,3,5,7
/proc/11976/task/12024/stat : 12024 (python) S 11974 11976 10986 0 -1 4202560 28 938 0 0 0 0 0 0 20 0 9 0 617162459 370348032 7385 33554432000 4194304 5683644 140736030777664 18446744073709551615 216747002289 0 0 16781312 2 18446604469389681088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 540.66
Current children cumulated vsize (KiB) 7203644

Child status: 0
Real time (s): 136.174
CPU time (s): 541.04
CPU user time (s): 540.382
CPU system time (s): 0.657899
CPU usage (%): 397.314
Max. virtual memory (cumulated for all children) (KiB): 7203648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 540.382
system time used= 0.657899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35499
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= 2914
involuntary context switches= 5791

runsolver used 0.299954 second user time and 0.804877 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-01 19:00:17
IDJOB=3317381
IDBENCH=82846
IDSOLVER=1705
FILE ID=node119/3317381-1304269217
RUNJOBID= node119-1304267283-11005
PBS_JOBID= 13173960
Free space on /tmp= 72988 MiB

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

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

MD5SUM BENCH= c7c56fd965d7a6907a8127d8bee5e481
RANDOM SEED=211729381

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22629856 kB
Buffers:       1967408 kB
Cached:        7114204 kB
SwapCached:       3688 kB
Active:        1264020 kB
Inactive:      8453640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22629856 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           31928 kB
Writeback:           0 kB
AnonPages:      634860 kB
Mapped:          26452 kB
Slab:           519300 kB
PageTables:      22524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38256220 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= 72956 MiB
End job on node119 at 2011-05-01 19:02:33