Trace number 3377522

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-seq-random (fixed)UNSAT 202.246 202.402

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1469984978-038.UNKNOWN.cnf
MD5SUMaa033649e20861950136340d4750574f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.13083
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.66	c INFO: solving HOME/instance-3377522-1305453749.cnf
0.36/0.66	c INFO: computing task features
0.36/0.66	c INFO: computed variable-clause graph statistics
0.36/0.66	c INFO: computed clause balance statistics
0.36/0.68	c INFO: computed variable balance statistics
0.44/0.70	c INFO: computed small-clause counts
0.44/0.70	c INFO: computed Horn-clause counts
0.44/0.71	c INFO: computed variable graph statistics
0.44/0.71	c INFO: collected features for HOME/instance-3377522-1305453749.cnf in 0.05 s
0.44/0.72	c INFO: running TNM@0 for 97 with 2399 remaining (b = 0.55)
100.67/100.97	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.05)
201.00/201.23	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.75)
202.08/202.38	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-3377522-1305453749/watcher-3377522-1305453749 -o /tmp/evaluation-result-3377522-1305453749/solver-3377522-1305453749 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377522-1305453749.cnf -seed 1482321289 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.19 3.88 3.24 4/366 5333
/proc/meminfo: memFree=17088792/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=15384 CPUtime=0 cores=5,7
/proc/5333/stat : 5333 (python) R 5331 5333 30479 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 656974587 15753216 695 33554432000 4194304 5683644 140737246976080 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5333/statm: 3846 695 334 364 0 333 0

[startup+0.0996571 s]
/proc/loadavg: 4.19 3.88 3.24 4/366 5333
/proc/meminfo: memFree=17088792/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=85360 CPUtime=0.05 cores=5,7
/proc/5333/stat : 5333 (python) R 5331 5333 30479 0 -1 4202496 2581 0 0 0 4 1 0 0 25 0 1 0 656974587 87408640 2307 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473967248 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5333/statm: 21340 2307 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.100656 s]
/proc/loadavg: 4.19 3.88 3.24 4/366 5333
/proc/meminfo: memFree=17088792/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=85368 CPUtime=0.05 cores=5,7
/proc/5333/stat : 5333 (python) R 5331 5333 30479 0 -1 4202496 2595 0 0 0 4 1 0 0 25 0 1 0 656974587 87416832 2315 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473967360 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5333/statm: 21342 2315 713 364 0 1559 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85368

[startup+0.300625 s]
/proc/loadavg: 4.19 3.88 3.24 4/366 5333
/proc/meminfo: memFree=17088792/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=135752 CPUtime=0.18 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 5970 934 1 0 13 5 0 0 25 0 1 0 656974587 139010048 4149 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/5333/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.7046 s]
/proc/loadavg: 4.19 3.88 3.24 4/366 5333
/proc/meminfo: memFree=17088792/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=278128 CPUtime=0.44 cores=5,7
/proc/5333/stat : 5333 (python) R 5331 5333 30479 0 -1 4202496 9282 934 1 0 33 11 0 0 17 0 1 0 656974587 284803072 6941 33554432000 4194304 5683644 140737246976080 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5333/statm: 69532 6941 1827 364 0 5456 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278128

[startup+1.50041 s]
/proc/loadavg: 4.19 3.88 3.24 5/370 5341
/proc/meminfo: memFree=17063892/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=288684 CPUtime=0.46 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 9777 934 1 0 35 11 0 0 19 0 2 0 656974587 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 72171 7058 1875 364 0 8089 0
[pid=5339] ppid=5333 vsize=278440 CPUtime=0 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 656974659 285122560 5526 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987599 0 0 16781312 514 4261699102095441919 0 0 17 5 0 0 0
/proc/5339/statm: 69610 5526 347 364 0 5528 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=0.76 cores=5,7
/proc/5341/stat : 5341 (TNM) R 5339 5341 5341 0 -1 4202496 411 0 0 0 76 0 0 0 21 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134529402 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5333/tid=5340] ppid=5331 vsize=288684 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656974660 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1022008

[startup+3.10113 s]
/proc/loadavg: 4.19 3.88 3.24 5/370 5341
/proc/meminfo: memFree=17063148/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=288684 CPUtime=0.46 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 9777 934 1 0 35 11 0 0 19 0 2 0 656974587 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 72171 7058 1875 364 0 8089 0
[pid=5339] ppid=5333 vsize=278440 CPUtime=0 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 656974659 285122560 5533 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987599 0 0 16781312 514 4261699102095409415 0 0 17 5 0 0 0
/proc/5339/statm: 69610 5533 354 364 0 5528 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=2.36 cores=5,7
/proc/5341/stat : 5341 (TNM) R 5339 5341 5341 0 -1 4202496 411 0 0 0 236 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527327 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5333/tid=5340] ppid=5331 vsize=288684 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656974660 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1022008

[startup+6.30056 s]
/proc/loadavg: 4.17 3.88 3.24 5/370 5341
/proc/meminfo: memFree=17061840/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=288684 CPUtime=0.46 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 9777 934 1 0 35 11 0 0 19 0 2 0 656974587 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 72171 7058 1875 364 0 8089 0
[pid=5339] ppid=5333 vsize=278440 CPUtime=0 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 982 0 0 0 0 0 0 0 18 0 1 0 656974659 285122560 5561 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987599 0 0 16781312 514 4261699102095409415 0 0 17 5 0 0 0
/proc/5339/statm: 69610 5561 382 364 0 5528 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=5.55 cores=5,7
/proc/5341/stat : 5341 (TNM) R 5339 5341 5341 0 -1 4202496 411 0 0 0 555 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134529446 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5333/tid=5340] ppid=5331 vsize=288684 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656974660 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1022008

[startup+12.7004 s]
/proc/loadavg: 4.16 3.89 3.25 5/370 5341
/proc/meminfo: memFree=17060960/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=288684 CPUtime=0.46 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 9777 934 1 0 35 11 0 0 19 0 2 0 656974587 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 72171 7058 1875 364 0 8089 0
[pid=5339] ppid=5333 vsize=278440 CPUtime=0.02 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 985 0 0 0 1 1 0 0 18 0 1 0 656974659 285122560 5561 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987599 0 0 16781312 514 5761915918569406727 0 0 17 5 0 0 0
/proc/5339/statm: 69610 5561 382 364 0 5528 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=11.94 cores=5,7
/proc/5341/stat : 5341 (TNM) R 5339 5341 5341 0 -1 4202496 411 0 0 0 1194 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134529409 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5333/tid=5340] ppid=5331 vsize=288684 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656974660 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1022008

[startup+25.5002 s]
/proc/loadavg: 4.12 3.89 3.26 5/370 5341
/proc/meminfo: memFree=17060068/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=288684 CPUtime=0.46 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 9777 934 1 0 35 11 0 0 19 0 2 0 656974587 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 72171 7058 1875 364 0 8089 0
[pid=5339] ppid=5333 vsize=278440 CPUtime=0.04 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 990 0 0 0 2 2 0 0 18 0 1 0 656974659 285122560 5561 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987599 0 0 16781312 514 5761915918569406727 0 0 17 5 0 0 0
/proc/5339/statm: 69610 5561 382 364 0 5528 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=24.72 cores=5,7
/proc/5341/stat : 5341 (TNM) R 5339 5341 5341 0 -1 4202496 411 0 0 0 2472 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134529552 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5333/tid=5340] ppid=5331 vsize=288684 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656974660 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1022008

[startup+51.1007 s]
/proc/loadavg: 4.08 3.90 3.28 5/375 5347
/proc/meminfo: memFree=17050724/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=288684 CPUtime=0.46 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 9777 934 1 0 35 11 0 0 19 0 2 0 656974587 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 72171 7058 1875 364 0 8089 0
[pid=5339] ppid=5333 vsize=278440 CPUtime=0.11 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1003 0 0 0 5 6 0 0 18 0 1 0 656974659 285122560 5561 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987599 0 0 16781312 514 5761915918569406727 0 0 17 5 0 0 0
/proc/5339/statm: 69610 5561 382 364 0 5528 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=50.29 cores=5,7
/proc/5341/stat : 5341 (TNM) R 5339 5341 5341 0 -1 4202496 411 0 0 0 5029 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134529517 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5333/tid=5340] ppid=5331 vsize=288684 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656974660 295612416 7058 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 1022008

[startup+102.313 s]
/proc/loadavg: 4.10 3.93 3.32 5/379 5355
/proc/meminfo: memFree=17038736/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=299516 CPUtime=0.48 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 10631 934 1 0 36 12 0 0 20 0 3 0 656974587 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5333/statm: 74879 7209 1878 364 0 10794 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 656974659 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5339/statm: 72171 5599 415 364 0 8089 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=100.04 cores=5,7
/proc/5341/stat : 5341 (TNM) T 5339 5341 5341 0 -1 4202496 411 0 0 0 10004 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5339/tid=5352] ppid=5333 vsize=288684 CPUtime=0 cores=5,7
/proc/5339/task/5352/stat : 5352 (python) S 5333 5333 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984683 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604466789849280 0 0 -1 7 0 0 0
[pid=5353] ppid=5333 vsize=289272 CPUtime=0 cores=5,7
/proc/5353/stat : 5353 (python) S 5333 5333 30479 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 656984684 296214528 5675 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987654 0 0 16781312 514 10578134193802281221 0 0 17 5 0 0 0
/proc/5353/statm: 72318 5675 348 364 0 8233 0
[pid=5355] ppid=5353 vsize=1017800 CPUtime=1.33 cores=5,7
/proc/5355/stat : 5355 (gnovelty+2) R 5353 5355 5355 0 -1 4202496 422 0 0 0 133 0 0 0 25 0 1 0 656984685 1042227200 158 33554432000 134512640 135663704 4292303360 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5355/statm: 254450 158 113 282 0 254166 0
[pid=5333/tid=5340] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656974660 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5354] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5354/stat : 5354 (python) S 5331 5333 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 3 0 656984684 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 2350156

[startup+162.301 s]
/proc/loadavg: 4.04 3.94 3.36 5/386 5364
/proc/meminfo: memFree=16984384/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=299516 CPUtime=0.48 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 10631 934 1 0 36 12 0 0 20 0 3 0 656974587 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5333/statm: 74879 7209 1878 364 0 10794 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7

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

/proc/loadavg: 4.02 3.94 3.38 5/386 5365
/proc/meminfo: memFree=16981008/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=299516 CPUtime=0.48 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 10631 934 1 0 36 12 0 0 20 0 3 0 656974587 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5333/statm: 74879 7209 1878 364 0 10794 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 656974659 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5339/statm: 72171 5599 415 364 0 8089 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=100.04 cores=5,7
/proc/5341/stat : 5341 (TNM) T 5339 5341 5341 0 -1 4202496 411 0 0 0 10004 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5339/tid=5352] ppid=5333 vsize=288684 CPUtime=0 cores=5,7
/proc/5339/task/5352/stat : 5352 (python) S 5333 5333 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984683 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604466789849280 0 0 -1 7 0 0 0
[pid=5353] ppid=5333 vsize=289272 CPUtime=0.22 cores=5,7
/proc/5353/stat : 5353 (python) S 5333 5333 30479 0 -1 4202560 906 0 0 0 11 11 0 0 18 0 1 0 656984684 296214528 5698 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987654 0 0 16781312 514 5761915918569406725 0 0 17 5 0 0 0
/proc/5353/statm: 72318 5698 371 364 0 8233 0
[pid=5355] ppid=5353 vsize=1017800 CPUtime=90.73 cores=5,7
/proc/5355/stat : 5355 (gnovelty+2) R 5353 5355 5355 0 -1 4202496 422 0 0 0 9073 0 0 0 25 0 1 0 656984685 1042227200 158 33554432000 134512640 135663704 4292303360 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5355/statm: 254450 158 113 282 0 254166 0
[pid=5333/tid=5340] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656974660 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5354] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5354/stat : 5354 (python) S 5331 5333 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 3 0 656984684 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 191.7
Current children cumulated vsize (KiB) 2350156

[startup+198.301 s]
/proc/loadavg: 4.10 3.96 3.39 5/386 5365
/proc/meminfo: memFree=16980140/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=299516 CPUtime=0.48 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 10631 934 1 0 36 12 0 0 20 0 3 0 656974587 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5333/statm: 74879 7209 1878 364 0 10794 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 656974659 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5339/statm: 72171 5599 415 364 0 8089 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=100.04 cores=5,7
/proc/5341/stat : 5341 (TNM) T 5339 5341 5341 0 -1 4202496 411 0 0 0 10004 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5339/tid=5352] ppid=5333 vsize=288684 CPUtime=0 cores=5,7
/proc/5339/task/5352/stat : 5352 (python) S 5333 5333 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984683 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604466789849280 0 0 -1 7 0 0 0
[pid=5353] ppid=5333 vsize=289272 CPUtime=0.23 cores=5,7
/proc/5353/stat : 5353 (python) S 5333 5333 30479 0 -1 4202560 908 0 0 0 12 11 0 0 18 0 1 0 656984684 296214528 5698 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987654 0 0 16781312 514 5761915918569406725 0 0 17 5 0 0 0
/proc/5353/statm: 72318 5698 371 364 0 8233 0
[pid=5355] ppid=5353 vsize=1017800 CPUtime=97.11 cores=5,7
/proc/5355/stat : 5355 (gnovelty+2) R 5353 5355 5355 0 -1 4202496 422 0 0 0 9711 0 0 0 25 0 1 0 656984685 1042227200 158 33554432000 134512640 135663704 4292303360 18446744073709551615 134545693 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5355/statm: 254450 158 113 282 0 254166 0
[pid=5333/tid=5340] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656974660 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5354] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5354/stat : 5354 (python) S 5331 5333 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 3 0 656984684 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 198.09
Current children cumulated vsize (KiB) 2350156

[startup+199.9 s]
/proc/loadavg: 4.10 3.96 3.39 5/386 5365
/proc/meminfo: memFree=16980016/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=299516 CPUtime=0.48 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 10631 934 1 0 36 12 0 0 20 0 3 0 656974587 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/5333/statm: 74879 7209 1878 364 0 10794 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 656974659 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5339/statm: 72171 5599 415 364 0 8089 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=100.04 cores=5,7
/proc/5341/stat : 5341 (TNM) T 5339 5341 5341 0 -1 4202496 411 0 0 0 10004 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5339/tid=5352] ppid=5333 vsize=288684 CPUtime=0 cores=5,7
/proc/5339/task/5352/stat : 5352 (python) S 5333 5333 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984683 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604466789849280 0 0 -1 7 0 0 0
[pid=5353] ppid=5333 vsize=289272 CPUtime=0.23 cores=5,7
/proc/5353/stat : 5353 (python) S 5333 5333 30479 0 -1 4202560 908 0 0 0 12 11 0 0 18 0 1 0 656984684 296214528 5698 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987654 0 0 16781312 514 5761915918569406725 0 0 17 5 0 0 0
/proc/5353/statm: 72318 5698 371 364 0 8233 0
[pid=5355] ppid=5353 vsize=1017800 CPUtime=98.71 cores=5,7
/proc/5355/stat : 5355 (gnovelty+2) R 5353 5355 5355 0 -1 4202496 422 0 0 0 9871 0 0 0 25 0 1 0 656984685 1042227200 158 33554432000 134512640 135663704 4292303360 18446744073709551615 134524413 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5355/statm: 254450 158 113 282 0 254166 0
[pid=5333/tid=5340] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656974660 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5354] ppid=5331 vsize=299516 CPUtime=0 cores=5,7
/proc/5333/task/5354/stat : 5354 (python) S 5331 5333 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 3 0 656984684 306704384 7209 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 199.69
Current children cumulated vsize (KiB) 2350156

[startup+201.501 s]
/proc/loadavg: 4.10 3.96 3.39 6/386 5365
/proc/meminfo: memFree=16979768/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=309424 CPUtime=0.49 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 11457 934 1 0 37 12 0 0 19 0 4 0 656974587 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 77356 7111 1880 364 0 13268 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 656974659 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5339/statm: 72171 5599 415 364 0 8089 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=100.04 cores=5,7
/proc/5341/stat : 5341 (TNM) T 5339 5341 5341 0 -1 4202496 411 0 0 0 10004 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5339/tid=5352] ppid=5333 vsize=288684 CPUtime=0 cores=5,7
/proc/5339/task/5352/stat : 5352 (python) S 5333 5333 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984683 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604466789849280 0 0 -1 7 0 0 0
[pid=5353] ppid=5333 vsize=289272 CPUtime=0.24 cores=5,7
/proc/5353/stat : 5353 (python) S 5333 5333 30479 0 -1 4202560 1067 0 0 0 12 12 0 0 19 0 2 0 656984684 296214528 5728 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5353/statm: 72318 5728 400 364 0 8233 0
[pid=5355] ppid=5353 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/5355/stat : 5355 (gnovelty+2) T 5353 5355 5355 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 656984685 1042227200 158 33554432000 134512640 135663704 4292303360 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5355/statm: 254450 158 113 282 0 254166 0
[pid=5333/tid=5340] ppid=5331 vsize=309424 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 656974660 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5354] ppid=5331 vsize=309424 CPUtime=0 cores=5,7
/proc/5333/task/5354/stat : 5354 (python) S 5331 5333 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 656984684 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.01
Current children cumulated vsize (KiB) 2360064

[startup+201.901 s]
/proc/loadavg: 4.10 3.96 3.39 6/386 5365
/proc/meminfo: memFree=16979768/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=309424 CPUtime=0.49 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 11457 934 1 0 37 12 0 0 19 0 4 0 656974587 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 77356 7111 1880 364 0 13268 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 656974659 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5339/statm: 72171 5599 415 364 0 8089 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=100.04 cores=5,7
/proc/5341/stat : 5341 (TNM) T 5339 5341 5341 0 -1 4202496 411 0 0 0 10004 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5339/tid=5352] ppid=5333 vsize=288684 CPUtime=0 cores=5,7
/proc/5339/task/5352/stat : 5352 (python) S 5333 5333 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984683 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604466789849280 0 0 -1 7 0 0 0
[pid=5353] ppid=5333 vsize=289272 CPUtime=0.24 cores=5,7
/proc/5353/stat : 5353 (python) S 5333 5333 30479 0 -1 4202560 1067 0 0 0 12 12 0 0 19 0 2 0 656984684 296214528 5728 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5353/statm: 72318 5728 400 364 0 8233 0
[pid=5355] ppid=5353 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/5355/stat : 5355 (gnovelty+2) T 5353 5355 5355 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 656984685 1042227200 158 33554432000 134512640 135663704 4292303360 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5355/statm: 254450 158 113 282 0 254166 0
[pid=5333/tid=5340] ppid=5331 vsize=309424 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 656974660 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5354] ppid=5331 vsize=309424 CPUtime=0 cores=5,7
/proc/5333/task/5354/stat : 5354 (python) S 5331 5333 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 656984684 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 201.01
Current children cumulated vsize (KiB) 2360064

[startup+202.301 s]
/proc/loadavg: 4.10 3.96 3.39 5/390 5369
/proc/meminfo: memFree=16975892/32950928 swapFree=67111348/67111528
[pid=5333] ppid=5331 vsize=309424 CPUtime=0.49 cores=5,7
/proc/5333/stat : 5333 (python) S 5331 5333 30479 0 -1 4202496 11457 934 1 0 37 12 0 0 19 0 4 0 656974587 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5333/statm: 77356 7111 1880 364 0 13268 0
[pid=5339] ppid=5333 vsize=288684 CPUtime=0.23 cores=5,7
/proc/5339/stat : 5339 (python) S 5333 5333 30479 0 -1 4202560 1161 0 0 0 12 11 0 0 19 0 2 0 656974659 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5339/statm: 72171 5599 415 364 0 8089 0
[pid=5341] ppid=5339 vsize=454884 CPUtime=100.04 cores=5,7
/proc/5341/stat : 5341 (TNM) T 5339 5341 5341 0 -1 4202496 411 0 0 0 10004 0 0 0 25 0 1 0 656974660 465801216 144 33554432000 134512640 135008748 4293337920 18446744073709551615 134527313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5341/statm: 113721 144 46 122 0 112621 0
[pid=5339/tid=5352] ppid=5333 vsize=288684 CPUtime=0 cores=5,7
/proc/5339/task/5352/stat : 5352 (python) S 5333 5333 30479 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984683 295612416 5599 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604466789849280 0 0 -1 7 0 0 0
[pid=5353] ppid=5333 vsize=289272 CPUtime=0.24 cores=5,7
/proc/5353/stat : 5353 (python) S 5333 5333 30479 0 -1 4202560 1067 0 0 0 12 12 0 0 19 0 2 0 656984684 296214528 5728 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/5353/statm: 72318 5728 400 364 0 8233 0
[pid=5355] ppid=5353 vsize=1017800 CPUtime=100.01 cores=5,7
/proc/5355/stat : 5355 (gnovelty+2) T 5353 5355 5355 0 -1 4202496 422 0 0 0 10001 0 0 0 25 0 1 0 656984685 1042227200 158 33554432000 134512640 135663704 4292303360 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/5355/statm: 254450 158 113 282 0 254166 0
[pid=5353/tid=5366] ppid=5333 vsize=289272 CPUtime=0 cores=5,7
/proc/5353/task/5366/stat : 5366 (python) S 5333 5333 30479 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656994709 296214528 5728 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 514 18446604468260508928 0 0 -1 5 0 0 0
[pid=5367] ppid=5333 vsize=299180 CPUtime=0 cores=5,7
/proc/5367/stat : 5367 (python) S 5333 5333 30479 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 656994710 306360320 5575 33554432000 4194304 5683644 140737246976080 18446744073709551615 274473987654 0 0 16781312 514 5606882034568888582 0 0 17 5 0 0 0
/proc/5367/statm: 74795 5575 348 364 0 10707 0
[pid=5369] ppid=5367 vsize=1756 CPUtime=1.07 cores=5,7
/proc/5369/stat : 5369 (march_hi) R 5367 5369 5369 0 -1 4202496 537 0 0 0 107 0 0 0 24 0 1 0 656994710 1798144 272 33554432000 4194304 4955518 140736906363648 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5369/statm: 439 272 104 186 0 252 0
[pid=5333/tid=5340] ppid=5331 vsize=309424 CPUtime=0 cores=5,7
/proc/5333/task/5340/stat : 5340 (python) S 5331 5333 30479 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 656974660 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5354] ppid=5331 vsize=309424 CPUtime=0 cores=5,7
/proc/5333/task/5354/stat : 5354 (python) S 5331 5333 30479 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 4 0 656984684 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 7 0 0 0
[pid=5333/tid=5368] ppid=5331 vsize=309424 CPUtime=0 cores=5,7
/proc/5333/task/5368/stat : 5368 (python) S 5331 5333 30479 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 4 0 656994710 316850176 7111 33554432000 4194304 5683644 140737246976080 18446744073709551615 274485791153 0 0 16781312 2 18446604466673670272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.08
Current children cumulated vsize (KiB) 2661000

Child status: 0
Real time (s): 202.402
CPU time (s): 202.246
CPU user time (s): 201.855
CPU system time (s): 0.39094
CPU usage (%): 99.9228
Max. virtual memory (cumulated for all children) (KiB): 2661000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.855
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21427
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= 3145
involuntary context switches= 792

runsolver used 0.633903 second user time and 1.50477 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 12:02:29
IDJOB=3377522
IDBENCH=82831
IDSOLVER=1857
FILE ID=node125/3377522-1305453749
RUNJOBID= node125-1305452977-4768
PBS_JOBID= 13324855
Free space on /tmp= 73116 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1469984978-038.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377522-1305453749/watcher-3377522-1305453749 -o /tmp/evaluation-result-3377522-1305453749/solver-3377522-1305453749 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377522-1305453749.cnf -seed 1482321289 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= aa033649e20861950136340d4750574f
RANDOM SEED=1482321289

node125.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	: 5266.55
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.84
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:      17088824 kB
Buffers:        282348 kB
Cached:        4724716 kB
SwapCached:          0 kB
Active:       11791976 kB
Inactive:      3677504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17088824 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31876 kB
Writeback:          36 kB
AnonPages:    10462180 kB
Mapped:          39124 kB
Slab:           280784 kB
PageTables:      46128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 65656000 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= 73084 MiB
End job on node125 at 2011-05-15 12:05:52