Trace number 3378483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)UNSAT 538.935 135.987

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
MD5SUM80aa82e62b454f2871f6471d9559597d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.939
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.31/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.67	c INFO: solving HOME/instance-3378483-1305465856.cnf
0.31/0.67	c INFO: computing task features
0.38/0.70	c INFO: computed variable-clause graph statistics
0.38/0.70	c INFO: computed clause balance statistics
0.49/0.85	c INFO: computed variable balance statistics
0.59/0.92	c INFO: computed small-clause counts
0.59/0.92	c INFO: computed Horn-clause counts
0.59/0.92	c INFO: computed variable graph statistics
0.59/0.92	c INFO: collected features for HOME/instance-3378483-1305465856.cnf in 0.25 s
0.59/0.93	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.59/0.94	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.09)
0.59/0.95	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
0.59/0.96	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.03)
400.32/101.27	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.15)
400.32/101.29	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.13)
400.32/101.30	c INFO: running adaptg2wsat2009++@0 for 97 with 1099 remaining (b = 0.02)
400.64/101.31	c INFO: running march_hi@0 for 485 with 1099 remaining (b = 0.12)
538.49/135.96	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378483-1305465856/watcher-3378483-1305465856 -o /tmp/evaluation-result-3378483-1305465856/solver-3378483-1305465856 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378483-1305465856.cnf -seed 596200306 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.25 8.23 7.99 5/432 22946
/proc/meminfo: memFree=18875816/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=15908 CPUtime=0 cores=0,2,4,6
/proc/22946/stat : 22946 (python) R 22944 22946 21694 0 -1 4202496 970 0 0 0 0 0 0 0 25 0 1 0 658187960 16289792 845 33554432000 4194304 5683644 140736451777152 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22946/statm: 3977 849 358 364 0 464 0

[startup+0.113234 s]
/proc/loadavg: 8.25 8.23 7.99 5/432 22946
/proc/meminfo: memFree=18875816/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=99376 CPUtime=0.05 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 2867 0 0 0 4 1 0 0 25 0 1 0 658187960 101761024 2565 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/22946/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99376

[startup+0.200263 s]
/proc/loadavg: 8.25 8.23 7.99 5/432 22946
/proc/meminfo: memFree=18875816/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=124232 CPUtime=0.11 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 4272 0 1 0 8 3 0 0 25 0 1 0 658187960 127213568 3879 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/22946/statm: 31058 3879 996 364 0 2869 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124232

[startup+0.301218 s]
/proc/loadavg: 8.25 8.23 7.99 5/432 22946
/proc/meminfo: memFree=18875816/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 5961 936 1 0 13 4 0 0 17 0 1 0 658187960 139005952 4151 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/22946/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.701137 s]
/proc/loadavg: 8.25 8.23 7.99 5/432 22946
/proc/meminfo: memFree=18875816/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=278984 CPUtime=0.38 cores=0,2,4,6
/proc/22946/stat : 22946 (python) R 22944 22946 21694 0 -1 4202496 9404 936 1 0 29 9 0 0 16 0 1 0 658187960 285679616 7088 33554432000 4194304 5683644 140736451777152 18446744073709551615 4295359 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22946/statm: 69746 7088 1761 364 0 5670 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 278984

[startup+1.50092 s]
/proc/loadavg: 8.25 8.23 7.99 9/445 22963
/proc/meminfo: memFree=18835280/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=320644 CPUtime=0.64 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 12436 936 1 0 54 10 0 0 24 0 5 0 658187960 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22946/statm: 80161 7360 1883 364 0 16070 0
[pid=22952] ppid=22946 vsize=279244 CPUtime=0 cores=0,2,4,6
/proc/22952/stat : 22952 (python) S 22946 22946 21694 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 658188053 285945856 5727 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037135 0 0 16781312 514 4148720434050760703 0 0 17 4 0 0 0
/proc/22952/statm: 69811 5727 354 364 0 5729 0
[pid=22954] ppid=22952 vsize=1017932 CPUtime=0.54 cores=0,2,4,6
/proc/22954/stat : 22954 (gnovelty+2) R 22952 22954 22954 0 -1 4202496 487 0 0 0 54 0 0 0 20 0 1 0 658188054 1042362368 227 33554432000 134512640 135663704 4288466544 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22954/statm: 254483 227 113 282 0 254199 0
[pid=22955] ppid=22946 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/22955/stat : 22955 (python) S 22946 22946 21694 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 658188054 296845312 5813 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 12421873356582682623 0 0 17 2 0 0 0
/proc/22955/statm: 72472 5813 348 364 0 8387 0
[pid=22957] ppid=22955 vsize=1017932 CPUtime=0.55 cores=0,2,4,6
/proc/22957/stat : 22957 (gnovelty+2) R 22955 22957 22957 0 -1 4202496 489 0 0 0 55 0 0 0 22 0 1 0 658188055 1042362368 227 33554432000 134512640 135663704 4293759888 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22957/statm: 254483 227 113 282 0 254199 0
[pid=22958] ppid=22946 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/22958/stat : 22958 (python) S 22946 22946 21694 0 -1 4202560 719 0 0 0 0 0 0 0 21 0 1 0 658188055 307347456 5813 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 18260567897241812991 0 0 17 4 0 0 0
/proc/22958/statm: 75036 5813 344 364 0 10948 0
[pid=22960] ppid=22958 vsize=416520 CPUtime=0.54 cores=0,2,4,6
/proc/22960/stat : 22960 (adaptg2wsat2009) R 22958 22960 22960 0 -1 4202496 527 0 0 0 54 0 0 0 25 0 1 0 658188056 426516480 265 33554432000 134512640 135107411 4286994496 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22960/statm: 104130 265 49 146 0 103006 0
[pid=22961] ppid=22946 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/22961/stat : 22961 (python) S 22946 22946 21694 0 -1 4202560 723 0 0 0 0 0 0 0 25 0 1 0 658188056 317849600 5817 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 11602111296895451135 0 0 17 2 0 0 0
/proc/22961/statm: 77600 5817 344 364 0 13509 0
[pid=22963] ppid=22961 vsize=416520 CPUtime=0.52 cores=0,2,4,6
/proc/22963/stat : 22963 (adaptg2wsat2009) R 22961 22963 22963 0 -1 4202496 531 0 0 0 52 0 0 0 25 0 1 0 658188057 426516480 267 33554432000 134512640 135107411 4287734720 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22963/statm: 104130 267 49 146 0 103006 0
[pid=22946/tid=22953] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22953/stat : 22953 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 5 0 658188054 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
[pid=22946/tid=22956] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22956/stat : 22956 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 658188054 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22959] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22959/stat : 22959 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 5 0 658188055 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22962] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22962/stat : 22962 (python) S 22944 22946 21694 0 -1 4202560 27 936 0 0 0 0 0 0 24 0 5 0 658188057 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 4369224

[startup+3.10061 s]
/proc/loadavg: 8.23 8.23 7.99 9/445 22963
/proc/meminfo: memFree=18833908/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=320644 CPUtime=0.64 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 12436 936 1 0 54 10 0 0 24 0 5 0 658187960 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22946/statm: 80161 7360 1883 364 0 16070 0
[pid=22952] ppid=22946 vsize=279244 CPUtime=0 cores=0,2,4,6
/proc/22952/stat : 22952 (python) S 22946 22946 21694 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 658188053 285945856 5727 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037135 0 0 16781312 514 4148720434050728194 0 0 17 4 0 0 0
/proc/22952/statm: 69811 5727 354 364 0 5729 0
[pid=22954] ppid=22952 vsize=1017932 CPUtime=2.13 cores=0,2,4,6
/proc/22954/stat : 22954 (gnovelty+2) R 22952 22954 22954 0 -1 4202496 487 0 0 0 213 0 0 0 25 0 1 0 658188054 1042362368 227 33554432000 134512640 135663704 4288466544 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22954/statm: 254483 227 113 282 0 254199 0
[pid=22955] ppid=22946 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/22955/stat : 22955 (python) S 22946 22946 21694 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 658188054 296845312 5813 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 12421873356582650114 0 0 17 2 0 0 0
/proc/22955/statm: 72472 5813 348 364 0 8387 0
[pid=22957] ppid=22955 vsize=1017932 CPUtime=2.15 cores=0,2,4,6
/proc/22957/stat : 22957 (gnovelty+2) R 22955 22957 22957 0 -1 4202496 489 0 0 0 215 0 0 0 25 0 1 0 658188055 1042362368 227 33554432000 134512640 135663704 4293759888 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22957/statm: 254483 227 113 282 0 254199 0
[pid=22958] ppid=22946 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/22958/stat : 22958 (python) S 22946 22946 21694 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658188055 307347456 5817 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 18260567897241780482 0 0 17 4 0 0 0
/proc/22958/statm: 75036 5817 348 364 0 10948 0
[pid=22960] ppid=22958 vsize=416524 CPUtime=2.14 cores=0,2,4,6
/proc/22960/stat : 22960 (adaptg2wsat2009) R 22958 22960 22960 0 -1 4202496 583 0 0 0 214 0 0 0 25 0 1 0 658188056 426520576 321 33554432000 134512640 135107411 4286994496 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22960/statm: 104131 321 59 146 0 103007 0
[pid=22961] ppid=22946 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/22961/stat : 22961 (python) S 22946 22946 21694 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 658188056 317849600 5821 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 11602111296895418626 0 0 17 2 0 0 0
/proc/22961/statm: 77600 5821 348 364 0 13509 0
[pid=22963] ppid=22961 vsize=416524 CPUtime=2.12 cores=0,2,4,6
/proc/22963/stat : 22963 (adaptg2wsat2009) R 22961 22963 22963 0 -1 4202496 586 0 0 0 212 0 0 0 25 0 1 0 658188057 426520576 322 33554432000 134512640 135107411 4287734720 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22963/statm: 104131 322 59 146 0 103007 0
[pid=22946/tid=22953] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22953/stat : 22953 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 5 0 658188054 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
[pid=22946/tid=22956] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22956/stat : 22956 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 658188054 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22959] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22959/stat : 22959 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 5 0 658188055 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22962] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22962/stat : 22962 (python) S 22944 22946 21694 0 -1 4202560 27 936 0 0 0 0 0 0 24 0 5 0 658188057 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 4369232

[startup+6.30101 s]
/proc/loadavg: 8.23 8.23 7.99 9/445 22963
/proc/meminfo: memFree=18831676/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=320644 CPUtime=0.64 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 12436 936 1 0 54 10 0 0 24 0 5 0 658187960 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22946/statm: 80161 7360 1883 364 0 16070 0
[pid=22952] ppid=22946 vsize=279244 CPUtime=0 cores=0,2,4,6
/proc/22952/stat : 22952 (python) S 22946 22946 21694 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 658188053 285945856 5750 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037135 0 0 16781312 514 4148720434050728194 0 0 17 4 0 0 0
/proc/22952/statm: 69811 5750 377 364 0 5729 0
[pid=22954] ppid=22952 vsize=1017932 CPUtime=5.28 cores=0,2,4,6
/proc/22954/stat : 22954 (gnovelty+2) R 22952 22954 22954 0 -1 4202496 487 0 0 0 528 0 0 0 25 0 1 0 658188054 1042362368 227 33554432000 134512640 135663704 4288466544 18446744073709551615 134525520 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22954/statm: 254483 227 113 282 0 254199 0
[pid=22955] ppid=22946 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/22955/stat : 22955 (python) S 22946 22946 21694 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 658188054 296845312 5836 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 12421873356582650114 0 0 17 2 0 0 0
/proc/22955/statm: 72472 5836 371 364 0 8387 0
[pid=22957] ppid=22955 vsize=1017932 CPUtime=5.35 cores=0,2,4,6
/proc/22957/stat : 22957 (gnovelty+2) R 22955 22957 22957 0 -1 4202496 489 0 0 0 535 0 0 0 25 0 1 0 658188055 1042362368 227 33554432000 134512640 135663704 4293759888 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22957/statm: 254483 227 113 282 0 254199 0
[pid=22958] ppid=22946 vsize=300144 CPUtime=0.01 cores=0,2,4,6
/proc/22958/stat : 22958 (python) S 22946 22946 21694 0 -1 4202560 904 0 0 0 0 1 0 0 18 0 1 0 658188055 307347456 5840 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 18260567897241780482 0 0 17 4 0 0 0
/proc/22958/statm: 75036 5840 371 364 0 10948 0
[pid=22960] ppid=22958 vsize=416524 CPUtime=5.29 cores=0,2,4,6
/proc/22960/stat : 22960 (adaptg2wsat2009) R 22958 22960 22960 0 -1 4202496 583 0 0 0 529 0 0 0 25 0 1 0 658188056 426520576 321 33554432000 134512640 135107411 4286994496 18446744073709551615 134532224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22960/statm: 104131 321 59 146 0 103007 0
[pid=22961] ppid=22946 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/22961/stat : 22961 (python) S 22946 22946 21694 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 658188056 317849600 5843 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 11602111296895418626 0 0 17 2 0 0 0
/proc/22961/statm: 77600 5843 370 364 0 13509 0
[pid=22963] ppid=22961 vsize=416524 CPUtime=5.29 cores=0,2,4,6
/proc/22963/stat : 22963 (adaptg2wsat2009) R 22961 22963 22963 0 -1 4202496 586 0 0 0 529 0 0 0 25 0 1 0 658188057 426520576 322 33554432000 134512640 135107411 4287734720 18446744073709551615 134532376 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22963/statm: 104131 322 59 146 0 103007 0
[pid=22946/tid=22953] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22953/stat : 22953 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 5 0 658188054 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
[pid=22946/tid=22956] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22956/stat : 22956 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 658188054 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22959] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22959/stat : 22959 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 5 0 658188055 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22962] ppid=22944 vsize=320644 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22962/stat : 22962 (python) S 22944 22946 21694 0 -1 4202560 27 936 0 0 0 0 0 0 24 0 5 0 658188057 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (KiB) 4369232

[startup+12.7008 s]
/proc/loadavg: 8.27 8.23 8.00 9/445 22963
/proc/meminfo: memFree=18831644/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=320644 CPUtime=0.64 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 12436 936 1 0 54 10 0 0 24 0 5 0 658187960 328339456 7360 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/22946/statm: 80161 7360 1883 364 0 16070 0
[pid=22952] ppid=22946 vsize=279244 CPUtime=0.02 cores=0,2,4,6
/proc/22952/stat : 22952 (python) S 22946 22946 21694 0 -1 4202560 897 0 0 0 1 1 0 0 18 0 1 0 658188053 285945856 5750 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037135 0 0 16781312 514 6811782397328064770 0 0 17 4 0 0 0
/proc/22952/statm: 69811 5750 377 364 0 5729 0
[pid=22954] ppid=22952 vsize=1017932 CPUtime=11.59 cores=0,2,4,6
/proc/22954/stat : 22954 (gnovelty+2) R 22952 22954 22954 0 -1 4202496 487 0 0 0 1159 0 0 0 25 0 1 0 658188054 1042362368 227 33554432000 134512640 135663704 4288466544 18446744073709551615 134524768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22954/statm: 254483 227 113 282 0 254199 0
[pid=22955] ppid=22946 vsize=289888 CPUtime=0.03 cores=0,2,4,6

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

[pid=22946/tid=22973] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22973/stat : 22973 (python) S 22944 22946 21694 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 658198089 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 0 0 0 0
[pid=22946/tid=22977] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22977/stat : 22977 (python) S 22944 22946 21694 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 658198090 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 0 0 0 0
[pid=22946/tid=22980] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22980/stat : 22980 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 658198092 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 537.3
Current children cumulated vsize (KiB) 6183448

[startup+135.801 s]
/proc/loadavg: 8.20 8.20 8.01 10/461 22982
/proc/meminfo: memFree=18805144/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=361668 CPUtime=0.69 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 15799 936 1 0 57 12 0 0 25 0 9 0 658187960 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22946/statm: 90417 7385 1892 364 0 26314 0
[pid=22952] ppid=22946 vsize=289488 CPUtime=0.3 cores=0,2,4,6
/proc/22952/stat : 22952 (python) S 22946 22946 21694 0 -1 4202560 1160 0 0 0 17 13 0 0 19 0 2 0 658188053 296435712 5794 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22952/statm: 72372 5794 416 364 0 8290 0
[pid=22954] ppid=22952 vsize=1017932 CPUtime=99.02 cores=0,2,4,6
/proc/22954/stat : 22954 (gnovelty+2) T 22952 22954 22954 0 -1 4202496 487 0 0 0 9902 0 0 0 25 0 1 0 658188054 1042362368 227 33554432000 134512640 135663704 4288466544 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22954/statm: 254483 227 113 282 0 254199 0
[pid=22952/tid=22966] ppid=22946 vsize=289488 CPUtime=0 cores=0,2,4,6
/proc/22952/task/22966/stat : 22966 (python) S 22946 22946 21694 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658198086 296435712 5794 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604445288707904 0 0 -1 6 0 0 0
[pid=22955] ppid=22946 vsize=289888 CPUtime=0.3 cores=0,2,4,6
/proc/22955/stat : 22955 (python) S 22946 22946 21694 0 -1 4202560 1095 0 0 0 16 14 0 0 19 0 2 0 658188054 296845312 5866 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22955/statm: 72472 5866 400 364 0 8387 0
[pid=22957] ppid=22955 vsize=1017932 CPUtime=100.31 cores=0,2,4,6
/proc/22957/stat : 22957 (gnovelty+2) T 22955 22957 22957 0 -1 4202496 489 0 0 0 10031 0 0 0 25 0 1 0 658188055 1042362368 227 33554432000 134512640 135663704 4293759888 18446744073709551615 134524546 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22957/statm: 254483 227 113 282 0 254199 0
[pid=22955/tid=22971] ppid=22946 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/22955/task/22971/stat : 22971 (python) S 22946 22946 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658198088 296845312 5866 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604447214951424 0 0 -1 4 0 0 0
[pid=22958] ppid=22946 vsize=300144 CPUtime=0.3 cores=0,2,4,6
/proc/22958/stat : 22958 (python) S 22946 22946 21694 0 -1 4202560 1095 0 0 0 14 16 0 0 19 0 2 0 658188055 307347456 5870 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22958/statm: 75036 5870 400 364 0 10948 0
[pid=22960] ppid=22958 vsize=416524 CPUtime=99.7 cores=0,2,4,6
/proc/22960/stat : 22960 (adaptg2wsat2009) T 22958 22960 22960 0 -1 4202496 583 0 0 0 9970 0 0 0 25 0 1 0 658188056 426520576 321 33554432000 134512640 135107411 4286994496 18446744073709551615 134531639 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22960/statm: 104131 321 59 146 0 103007 0
[pid=22958/tid=22970] ppid=22946 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/22958/task/22970/stat : 22970 (python) S 22946 22946 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658198088 307347456 5870 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604448574378432 0 0 -1 4 0 0 0
[pid=22961] ppid=22946 vsize=310400 CPUtime=0.3 cores=0,2,4,6
/proc/22961/stat : 22961 (python) S 22946 22946 21694 0 -1 4202560 1097 0 0 0 16 14 0 0 19 0 2 0 658188056 317849600 5874 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22961/statm: 77600 5874 400 364 0 13509 0
[pid=22963] ppid=22961 vsize=416524 CPUtime=99.73 cores=0,2,4,6
/proc/22963/stat : 22963 (adaptg2wsat2009) T 22961 22963 22963 0 -1 4202496 586 0 0 0 9973 0 0 0 25 0 1 0 658188057 426520576 322 33554432000 134512640 135107411 4287734720 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22963/statm: 104131 322 59 146 0 103007 0
[pid=22961/tid=22974] ppid=22946 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/22961/task/22974/stat : 22974 (python) S 22946 22946 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658198090 317849600 5874 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604447024085696 0 0 -1 2 0 0 0
[pid=22967] ppid=22946 vsize=320656 CPUtime=0.12 cores=0,2,4,6
/proc/22967/stat : 22967 (python) S 22946 22946 21694 0 -1 4202560 941 0 0 0 6 6 0 0 15 0 1 0 658198087 328351744 5848 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 12213348777351676163 0 0 17 6 0 0 0
/proc/22967/statm: 80164 5848 371 364 0 16070 0
[pid=22969] ppid=22967 vsize=2264 CPUtime=33.92 cores=0,2,4,6
/proc/22969/stat : 22969 (march_hi) R 22967 22969 22969 0 -1 4202496 1003 0 0 0 3392 0 0 0 25 0 1 0 658198087 2318336 392 33554432000 4194304 4955518 140735404424704 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22969/statm: 566 392 106 186 0 379 0
[pid=22972] ppid=22946 vsize=330912 CPUtime=0.89 cores=0,2,4,6
/proc/22972/stat : 22972 (python) R 22946 22946 21694 0 -1 4202560 942 0 0 0 72 17 0 0 16 0 1 0 658198089 338853888 5852 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/22972/statm: 82728 5852 371 364 0 18631 0
[pid=22975] ppid=22972 vsize=0 CPUtime=33.68 cores=0,2,4,6
/proc/22975/stat : 22975 (march_hi) R 22972 22975 22975 0 -1 4202500 1001 0 0 0 3368 0 0 0 25 0 1 0 658198090 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 0 0 0 0 0 0 0
[pid=22976] ppid=22946 vsize=341168 CPUtime=0.09 cores=0,2,4,6
/proc/22976/stat : 22976 (python) S 22946 22946 21694 0 -1 4202560 913 0 0 0 4 5 0 0 18 0 1 0 658198090 349356032 5856 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 6811782397328064769 0 0 17 0 0 0 0
/proc/22976/statm: 85292 5856 371 364 0 21192 0
[pid=22978] ppid=22976 vsize=416524 CPUtime=34.36 cores=0,2,4,6
/proc/22978/stat : 22978 (adaptg2wsat2009) R 22976 22978 22978 0 -1 4202496 585 0 0 0 3436 0 0 0 25 0 1 0 658198090 426520576 322 33554432000 134512640 135107411 4291937120 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22978/statm: 104131 322 59 146 0 103007 0
[pid=22979] ppid=22946 vsize=351424 CPUtime=0.59 cores=0,2,4,6
/proc/22979/stat : 22979 (python) R 22946 22946 21694 0 -1 4202560 1000 0 0 0 48 11 0 0 16 0 1 0 658198091 359858176 5866 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22979/statm: 87856 5866 377 364 0 23753 0
[pid=22981] ppid=22979 vsize=0 CPUtime=33.8 cores=0,2,4,6
/proc/22981/stat : 22981 (march_hi) R 22979 22981 22981 0 -1 4202500 1004 0 0 0 3380 0 0 0 25 0 1 0 658198092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22981/statm: 0 0 0 0 0 0 0
[pid=22946/tid=22953] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22953/stat : 22953 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 658188054 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
[pid=22946/tid=22956] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22956/stat : 22956 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 658188054 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22959] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22959/stat : 22959 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 658188055 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22962] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22962/stat : 22962 (python) S 22944 22946 21694 0 -1 4202560 27 936 0 0 0 0 0 0 24 0 9 0 658188057 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22968] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22968/stat : 22968 (python) S 22944 22946 21694 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 658198087 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 6 0 0 0
[pid=22946/tid=22973] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22973/stat : 22973 (python) S 22944 22946 21694 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 658198089 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 0 0 0 0
[pid=22946/tid=22977] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22977/stat : 22977 (python) S 22944 22946 21694 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 658198090 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 0 0 0 0
[pid=22946/tid=22980] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22980/stat : 22980 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 658198092 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 538.1
Current children cumulated vsize (KiB) 6183448

[startup+135.901 s]
/proc/loadavg: 8.20 8.20 8.01 10/461 22982
/proc/meminfo: memFree=18805144/32951124 swapFree=57331800/67111528
[pid=22946] ppid=22944 vsize=361668 CPUtime=0.69 cores=0,2,4,6
/proc/22946/stat : 22946 (python) S 22944 22946 21694 0 -1 4202496 15799 936 1 0 57 12 0 0 25 0 9 0 658187960 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22946/statm: 90417 7385 1892 364 0 26314 0
[pid=22952] ppid=22946 vsize=289488 CPUtime=0.3 cores=0,2,4,6
/proc/22952/stat : 22952 (python) S 22946 22946 21694 0 -1 4202560 1160 0 0 0 17 13 0 0 19 0 2 0 658188053 296435712 5794 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22952/statm: 72372 5794 416 364 0 8290 0
[pid=22954] ppid=22952 vsize=1017932 CPUtime=99.02 cores=0,2,4,6
/proc/22954/stat : 22954 (gnovelty+2) T 22952 22954 22954 0 -1 4202496 487 0 0 0 9902 0 0 0 25 0 1 0 658188054 1042362368 227 33554432000 134512640 135663704 4288466544 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22954/statm: 254483 227 113 282 0 254199 0
[pid=22952/tid=22966] ppid=22946 vsize=289488 CPUtime=0 cores=0,2,4,6
/proc/22952/task/22966/stat : 22966 (python) S 22946 22946 21694 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658198086 296435712 5794 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604445288707904 0 0 -1 6 0 0 0
[pid=22955] ppid=22946 vsize=289888 CPUtime=0.3 cores=0,2,4,6
/proc/22955/stat : 22955 (python) S 22946 22946 21694 0 -1 4202560 1095 0 0 0 16 14 0 0 19 0 2 0 658188054 296845312 5866 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22955/statm: 72472 5866 400 364 0 8387 0
[pid=22957] ppid=22955 vsize=1017932 CPUtime=100.31 cores=0,2,4,6
/proc/22957/stat : 22957 (gnovelty+2) T 22955 22957 22957 0 -1 4202496 489 0 0 0 10031 0 0 0 25 0 1 0 658188055 1042362368 227 33554432000 134512640 135663704 4293759888 18446744073709551615 134524546 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22957/statm: 254483 227 113 282 0 254199 0
[pid=22955/tid=22971] ppid=22946 vsize=289888 CPUtime=0 cores=0,2,4,6
/proc/22955/task/22971/stat : 22971 (python) S 22946 22946 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658198088 296845312 5866 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604447214951424 0 0 -1 4 0 0 0
[pid=22958] ppid=22946 vsize=300144 CPUtime=0.3 cores=0,2,4,6
/proc/22958/stat : 22958 (python) S 22946 22946 21694 0 -1 4202560 1095 0 0 0 14 16 0 0 19 0 2 0 658188055 307347456 5870 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22958/statm: 75036 5870 400 364 0 10948 0
[pid=22960] ppid=22958 vsize=416524 CPUtime=99.7 cores=0,2,4,6
/proc/22960/stat : 22960 (adaptg2wsat2009) T 22958 22960 22960 0 -1 4202496 583 0 0 0 9970 0 0 0 25 0 1 0 658188056 426520576 321 33554432000 134512640 135107411 4286994496 18446744073709551615 134531639 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22960/statm: 104131 321 59 146 0 103007 0
[pid=22958/tid=22970] ppid=22946 vsize=300144 CPUtime=0 cores=0,2,4,6
/proc/22958/task/22970/stat : 22970 (python) S 22946 22946 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658198088 307347456 5870 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604448574378432 0 0 -1 4 0 0 0
[pid=22961] ppid=22946 vsize=310400 CPUtime=0.3 cores=0,2,4,6
/proc/22961/stat : 22961 (python) S 22946 22946 21694 0 -1 4202560 1097 0 0 0 16 14 0 0 19 0 2 0 658188056 317849600 5874 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22961/statm: 77600 5874 400 364 0 13509 0
[pid=22963] ppid=22961 vsize=416524 CPUtime=99.73 cores=0,2,4,6
/proc/22963/stat : 22963 (adaptg2wsat2009) T 22961 22963 22963 0 -1 4202496 586 0 0 0 9973 0 0 0 25 0 1 0 658188057 426520576 322 33554432000 134512640 135107411 4287734720 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22963/statm: 104131 322 59 146 0 103007 0
[pid=22961/tid=22974] ppid=22946 vsize=310400 CPUtime=0 cores=0,2,4,6
/proc/22961/task/22974/stat : 22974 (python) S 22946 22946 21694 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658198090 317849600 5874 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 514 18446604447024085696 0 0 -1 2 0 0 0
[pid=22967] ppid=22946 vsize=320656 CPUtime=0.12 cores=0,2,4,6
/proc/22967/stat : 22967 (python) S 22946 22946 21694 0 -1 4202560 941 0 0 0 6 6 0 0 15 0 1 0 658198087 328351744 5848 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 5606933745975132419 0 0 17 6 0 0 0
/proc/22967/statm: 80164 5848 371 364 0 16070 0
[pid=22969] ppid=22967 vsize=2264 CPUtime=34.02 cores=0,2,4,6
/proc/22969/stat : 22969 (march_hi) R 22967 22969 22969 0 -1 4202496 1003 0 0 0 3402 0 0 0 25 0 1 0 658198087 2318336 392 33554432000 4194304 4955518 140735404424704 18446744073709551615 4297416 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22969/statm: 566 392 106 186 0 379 0
[pid=22972] ppid=22946 vsize=330912 CPUtime=0.99 cores=0,2,4,6
/proc/22972/stat : 22972 (python) R 22946 22946 21694 0 -1 4202560 942 0 0 0 81 18 0 0 16 0 1 0 658198089 338853888 5852 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/22972/statm: 82728 5852 371 364 0 18631 0
[pid=22975] ppid=22972 vsize=0 CPUtime=33.68 cores=0,2,4,6
/proc/22975/stat : 22975 (march_hi) R 22972 22975 22975 0 -1 4202500 1001 0 0 0 3368 0 0 0 25 0 1 0 658198090 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22975/statm: 0 0 0 0 0 0 0
[pid=22976] ppid=22946 vsize=341168 CPUtime=0.09 cores=0,2,4,6
/proc/22976/stat : 22976 (python) S 22946 22946 21694 0 -1 4202560 913 0 0 0 4 5 0 0 18 0 1 0 658198090 349356032 5856 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 6811782397328064769 0 0 17 0 0 0 0
/proc/22976/statm: 85292 5856 371 364 0 21192 0
[pid=22978] ppid=22976 vsize=416524 CPUtime=34.46 cores=0,2,4,6
/proc/22978/stat : 22978 (adaptg2wsat2009) R 22976 22978 22978 0 -1 4202496 585 0 0 0 3446 0 0 0 25 0 1 0 658198090 426520576 322 33554432000 134512640 135107411 4291937120 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22978/statm: 104131 322 59 146 0 103007 0
[pid=22979] ppid=22946 vsize=351424 CPUtime=0.68 cores=0,2,4,6
/proc/22979/stat : 22979 (python) R 22946 22946 21694 0 -1 4202560 1000 0 0 0 56 12 0 0 16 0 1 0 658198091 359858176 5866 33554432000 4194304 5683644 140736451777152 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22979/statm: 87856 5866 377 364 0 23753 0
[pid=22981] ppid=22979 vsize=0 CPUtime=33.8 cores=0,2,4,6
/proc/22981/stat : 22981 (march_hi) R 22979 22981 22981 0 -1 4202500 1004 0 0 0 3380 0 0 0 25 0 1 0 658198092 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22981/statm: 0 0 0 0 0 0 0
[pid=22946/tid=22953] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22953/stat : 22953 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 18 0 9 0 658188054 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
[pid=22946/tid=22956] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22956/stat : 22956 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 658188054 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22959] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22959/stat : 22959 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 22 0 9 0 658188055 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22962] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22962/stat : 22962 (python) S 22944 22946 21694 0 -1 4202560 27 936 0 0 0 0 0 0 24 0 9 0 658188057 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 2 0 0 0
[pid=22946/tid=22968] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22968/stat : 22968 (python) S 22944 22946 21694 0 -1 4202560 23 936 0 0 0 0 0 0 20 0 9 0 658198087 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 6 0 0 0
[pid=22946/tid=22973] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22973/stat : 22973 (python) S 22944 22946 21694 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 9 0 658198089 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 0 0 0 0
[pid=22946/tid=22977] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22977/stat : 22977 (python) S 22944 22946 21694 0 -1 4202560 22 936 0 0 0 0 0 0 23 0 9 0 658198090 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 0 0 0 0
[pid=22946/tid=22980] ppid=22944 vsize=361668 CPUtime=0 cores=0,2,4,6
/proc/22946/task/22980/stat : 22980 (python) S 22944 22946 21694 0 -1 4202560 26 936 0 0 0 0 0 0 25 0 9 0 658198092 370348032 7385 33554432000 4194304 5683644 140736451777152 18446744073709551615 212447840689 0 0 16781312 2 18446604445564673088 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 538.49
Current children cumulated vsize (KiB) 6183448

Child status: 0
Real time (s): 135.987
CPU time (s): 538.935
CPU user time (s): 537.722
CPU system time (s): 1.21281
CPU usage (%): 396.313
Max. virtual memory (cumulated for all children) (KiB): 6187980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 537.722
system time used= 1.21281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35610
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= 5375
involuntary context switches= 5290

runsolver used 0.540917 second user time and 1.22981 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 15:24:16
IDJOB=3378483
IDBENCH=82892
IDSOLVER=1859
FILE ID=node102/3378483-1305465856
RUNJOBID= node102-1305462764-21712
PBS_JOBID= 13324973
Free space on /tmp= 73580 MiB

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

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

MD5SUM BENCH= 80aa82e62b454f2871f6471d9559597d
RANDOM SEED=596200306

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18876096 kB
Buffers:         43124 kB
Cached:         768064 kB
SwapCached:      89980 kB
Active:        4577080 kB
Inactive:      9289052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18876096 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           31868 kB
Writeback:           0 kB
AnonPages:    12975580 kB
Mapped:          25968 kB
Slab:            65092 kB
PageTables:      77460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99474312 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= 73552 MiB
End job on node102 at 2011-05-15 15:26:32