Trace number 3484356

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, 1200 s timeout)UNSAT 336.772 336.926

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1034575833-022.UNKNOWN.cnf
MD5SUMd8b7f1701bbfddf0d556cafbec39b80e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3761
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.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.63	c INFO: solving HOME/instance-3484356-1307749097.cnf
0.31/0.63	c INFO: computing task features
0.31/0.66	c INFO: computed variable-clause graph statistics
0.31/0.66	c INFO: computed clause balance statistics
0.49/0.84	c INFO: computed variable balance statistics
0.59/0.90	c INFO: computed small-clause counts
0.59/0.90	c INFO: computed Horn-clause counts
0.59/0.90	c INFO: computed variable graph statistics
0.59/0.90	c INFO: collected features for HOME/instance-3484356-1307749097.cnf in 0.27 s
0.59/0.91	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.58)
100.71/101.07	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.09)
200.92/201.23	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.04)
301.06/301.38	c INFO: running march_hi@0 for 485 with 899 remaining (b = 0.15)
336.65/336.90	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.1 (svn: 988)

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-3484356-1307749097/watcher-3484356-1307749097 -o /tmp/evaluation-result-3484356-1307749097/solver-3484356-1307749097 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484356-1307749097.cnf -seed 1306360414 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.00 4.00 3.57 4/242 12189
/proc/meminfo: memFree=31343372/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=15380 CPUtime=0 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 867325188 15749120 679 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/12189/statm: 3845 679 322 364 0 332 0

[startup+0.0159589 s]
/proc/loadavg: 4.00 4.00 3.57 4/242 12189
/proc/meminfo: memFree=31343372/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=16244 CPUtime=0 cores=0,2
/proc/12189/stat : 12189 (python) R 12187 12189 11144 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 867325188 16633856 869 33554432000 4194304 5683644 140733991806832 18446744073709551615 4887587 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12189/statm: 4061 869 368 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.101329 s]
/proc/loadavg: 4.00 4.00 3.57 4/242 12189
/proc/meminfo: memFree=31343372/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=85624 CPUtime=0.05 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 2630 0 0 0 4 1 0 0 18 0 1 0 867325188 87678976 2348 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/12189/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300887 s]
/proc/loadavg: 4.00 4.00 3.57 4/242 12189
/proc/meminfo: memFree=31343372/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=135752 CPUtime=0.16 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 5973 936 1 0 13 3 0 0 18 0 1 0 867325188 139010048 4149 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095447045 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/12189/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.714867 s]
/proc/loadavg: 4.00 4.00 3.57 4/242 12189
/proc/meminfo: memFree=31343372/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=279316 CPUtime=0.41 cores=0,2
/proc/12189/stat : 12189 (python) R 12187 12189 11144 0 -1 4202496 9735 936 1 0 35 6 0 0 16 0 1 0 867325188 286019584 7213 33554432000 4194304 5683644 140733991806832 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12189/statm: 69829 7213 1826 364 0 5753 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 279316

[startup+1.50072 s]
/proc/loadavg: 4.00 4.00 3.57 5/246 12197
/proc/meminfo: memFree=31318440/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=288856 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 10162 936 1 0 55 6 0 0 19 0 2 0 867325188 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12189/statm: 72214 7110 1869 364 0 8132 0
[pid=12195] ppid=12189 vsize=278612 CPUtime=0 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 867325279 285298688 5591 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471119 0 0 16781312 514 4299613286678134783 0 0 17 0 0 0 0
/proc/12195/statm: 69653 5591 354 364 0 5571 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=0.57 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) R 12195 12197 12197 0 -1 4202496 492 0 0 0 57 0 0 0 20 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12189/tid=12196] ppid=12187 vsize=288856 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 867325280 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1585400

[startup+3.10039 s]
/proc/loadavg: 4.00 4.00 3.57 5/246 12197
/proc/meminfo: memFree=31317944/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=288856 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 10162 936 1 0 55 6 0 0 19 0 2 0 867325188 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12189/statm: 72214 7110 1869 364 0 8132 0
[pid=12195] ppid=12189 vsize=278612 CPUtime=0 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 867325279 285298688 5591 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471119 0 0 16781312 514 4299613286678102276 0 0 17 0 0 0 0
/proc/12195/statm: 69653 5591 354 364 0 5571 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=2.17 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) R 12195 12197 12197 0 -1 4202496 492 0 0 0 217 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12189/tid=12196] ppid=12187 vsize=288856 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 867325280 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1585400

[startup+6.30083 s]
/proc/loadavg: 4.00 4.00 3.57 5/246 12197
/proc/meminfo: memFree=31317076/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=288856 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 10162 936 1 0 55 6 0 0 19 0 2 0 867325188 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12189/statm: 72214 7110 1869 364 0 8132 0
[pid=12195] ppid=12189 vsize=278612 CPUtime=0 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 869 0 0 0 0 0 0 0 18 0 1 0 867325279 285298688 5614 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471119 0 0 16781312 514 4299613286678102276 0 0 17 0 0 0 0
/proc/12195/statm: 69653 5614 377 364 0 5571 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=5.37 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) R 12195 12197 12197 0 -1 4202496 492 0 0 0 537 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12189/tid=12196] ppid=12187 vsize=288856 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 867325280 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 1585400

[startup+12.7007 s]
/proc/loadavg: 4.00 4.00 3.58 5/246 12197
/proc/meminfo: memFree=31315512/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=288856 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 10162 936 1 0 55 6 0 0 19 0 2 0 867325188 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12189/statm: 72214 7110 1869 364 0 8132 0
[pid=12195] ppid=12189 vsize=278612 CPUtime=0.01 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 872 0 0 0 0 1 0 0 18 0 1 0 867325279 285298688 5614 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471119 0 0 16781312 514 15865337062296092932 0 0 17 0 0 0 0
/proc/12195/statm: 69653 5614 377 364 0 5571 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=11.76 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) R 12195 12197 12197 0 -1 4202496 492 0 0 0 1176 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12189/tid=12196] ppid=12187 vsize=288856 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 867325280 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 1585400

[startup+25.5003 s]
/proc/loadavg: 4.08 4.02 3.59 5/250 12201
/proc/meminfo: memFree=31308740/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=288856 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 10162 936 1 0 55 6 0 0 19 0 2 0 867325188 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12189/statm: 72214 7110 1869 364 0 8132 0
[pid=12195] ppid=12189 vsize=278612 CPUtime=0.03 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 876 0 0 0 2 1 0 0 18 0 1 0 867325279 285298688 5614 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471119 0 0 16781312 514 15865337062296092932 0 0 17 0 0 0 0
/proc/12195/statm: 69653 5614 377 364 0 5571 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=24.55 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) R 12195 12197 12197 0 -1 4202496 492 0 0 0 2455 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134546906 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12189/tid=12196] ppid=12187 vsize=288856 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 867325280 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1585400

[startup+51.1006 s]
/proc/loadavg: 4.05 4.01 3.60 5/250 12202
/proc/meminfo: memFree=31304156/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=288856 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 10162 936 1 0 55 6 0 0 19 0 2 0 867325188 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12189/statm: 72214 7110 1869 364 0 8132 0
[pid=12195] ppid=12189 vsize=278612 CPUtime=0.07 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 889 0 0 0 4 3 0 0 18 0 1 0 867325279 285298688 5614 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471119 0 0 16781312 514 15865337062296092932 0 0 17 0 0 0 0
/proc/12195/statm: 69653 5614 377 364 0 5571 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=50.12 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) R 12195 12197 12197 0 -1 4202496 492 0 0 0 5012 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134525070 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12189/tid=12196] ppid=12187 vsize=288856 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 867325280 295788544 7110 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1585400

[startup+102.308 s]
/proc/loadavg: 4.02 4.01 3.62 5/255 12209
/proc/meminfo: memFree=31287964/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=299564 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 11005 936 1 0 55 6 0 0 20 0 3 0 867325188 306753536 7215 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12189/statm: 74891 7215 1872 364 0 10806 0
[pid=12195] ppid=12189 vsize=288856 CPUtime=0.15 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 1146 0 0 0 8 7 0 0 19 0 2 0 867325279 295788544 5658 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12195/statm: 72214 5658 416 364 0 8132 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=100.03 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) T 12195 12197 12197 0 -1 4202496 492 0 0 0 10003 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12195/tid=12205] ppid=12189 vsize=288856 CPUtime=0 cores=0,2
/proc/12195/task/12205/stat : 12205 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867335294 295788544 5658 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453913774976 0 0 -1 0 0 0 0
[pid=12206] ppid=12189 vsize=289320 CPUtime=0 cores=0,2
/proc/12206/stat : 12206 (python) S 12189 12189 11144 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 867335295 296263680 5687 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471174 0 0 16781312 514 4609030152385429764 0 0 17 0 0 0 0
/proc/12206/statm: 72330 5687 348 364 0 8245 0
[pid=12208] ppid=12206 vsize=1017932 CPUtime=1.22 cores=0,2
/proc/12208/stat : 12208 (gnovelty+2) R 12206 12208 12208 0 -1 4202496 492 0 0 0 122 0 0 0 25 0 1 0 867335295 1042362368 226 33554432000 134512640 135663704 4290540768 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12208/statm: 254483 226 113 282 0 254199 0
[pid=12189/tid=12196] ppid=12187 vsize=299564 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 3 0 867325280 306753536 7215 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
[pid=12189/tid=12207] ppid=12187 vsize=299564 CPUtime=0 cores=0,2
/proc/12189/task/12207/stat : 12207 (python) S 12187 12189 11144 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 3 0 867335295 306753536 7215 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 2913604

[startup+162.301 s]
/proc/loadavg: 4.09 4.02 3.64 5/259 12214
/proc/meminfo: memFree=31268040/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=299564 CPUtime=0.61 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 11005 936 1 0 55 6 0 0 20 0 3 0 867325188 306753536 7215 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12189/statm: 74891 7215 1872 364 0 10806 0
[pid=12195] ppid=12189 vsize=288856 CPUtime=0.15 cores=0,2

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

[pid=12197] ppid=12195 vsize=1017932 CPUtime=100.03 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) T 12195 12197 12197 0 -1 4202496 492 0 0 0 10003 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12195/tid=12205] ppid=12189 vsize=288856 CPUtime=0 cores=0,2
/proc/12195/task/12205/stat : 12205 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867335294 295788544 5658 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453913774976 0 0 -1 0 0 0 0
[pid=12206] ppid=12189 vsize=289320 CPUtime=0.15 cores=0,2
/proc/12206/stat : 12206 (python) S 12189 12189 11144 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 867335295 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12206/statm: 72330 5740 400 364 0 8245 0
[pid=12208] ppid=12206 vsize=1017932 CPUtime=100.01 cores=0,2
/proc/12208/stat : 12208 (gnovelty+2) T 12206 12208 12208 0 -1 4202496 492 0 0 0 10001 0 0 0 25 0 1 0 867335295 1042362368 226 33554432000 134512640 135663704 4290540768 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12208/statm: 254483 226 113 282 0 254199 0
[pid=12206/tid=12219] ppid=12189 vsize=289320 CPUtime=0 cores=0,2
/proc/12206/task/12219/stat : 12219 (python) S 12189 12189 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867345310 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453985816704 0 0 -1 2 0 0 0
[pid=12220] ppid=12189 vsize=299240 CPUtime=0.14 cores=0,2
/proc/12220/stat : 12220 (python) S 12189 12189 11144 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 867345311 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12220/statm: 74810 5664 400 364 0 10722 0
[pid=12222] ppid=12220 vsize=416524 CPUtime=100.02 cores=0,2
/proc/12222/stat : 12222 (adaptg2wsat2009) T 12220 12222 12222 0 -1 4202496 585 0 0 0 10002 0 0 0 25 0 1 0 867345311 426520576 322 33554432000 134512640 135107411 4290089088 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12222/statm: 104131 322 59 146 0 103007 0
[pid=12220/tid=12280] ppid=12189 vsize=299240 CPUtime=0 cores=0,2
/proc/12220/task/12280/stat : 12280 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867355325 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453966525440 0 0 -1 2 0 0 0
[pid=12281] ppid=12189 vsize=310036 CPUtime=0.06 cores=0,2
/proc/12281/stat : 12281 (python) S 12189 12189 11144 0 -1 4202560 930 0 0 0 4 2 0 0 15 0 1 0 867355326 317476864 5752 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471174 0 0 16781312 514 4506898166548758786 0 0 17 0 0 0 0
/proc/12281/statm: 77509 5752 371 364 0 13418 0
[pid=12283] ppid=12281 vsize=2264 CPUtime=32.86 cores=0,2
/proc/12283/stat : 12283 (march_hi) R 12281 12283 12283 0 -1 4202496 990 0 0 0 3286 0 0 0 25 0 1 0 867355327 2318336 392 33554432000 4194304 4955518 140737476364624 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12283/statm: 566 392 106 186 0 379 0
[pid=12189/tid=12196] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 5 0 867325280 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
[pid=12189/tid=12207] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12207/stat : 12207 (python) S 12187 12189 11144 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 5 0 867335295 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12221] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12221/stat : 12221 (python) S 12187 12189 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867345311 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12282] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12282/stat : 12282 (python) S 12187 12189 11144 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 867355326 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 334.06
Current children cumulated vsize (KiB) 3962384

[startup+335.901 s]
/proc/loadavg: 4.00 4.00 3.70 5/227 12379
/proc/meminfo: memFree=31500744/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=320280 CPUtime=0.64 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 12648 936 1 0 57 7 0 0 19 0 5 0 867325188 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12189/statm: 80070 7261 1876 364 0 15979 0
[pid=12195] ppid=12189 vsize=288856 CPUtime=0.15 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 1146 0 0 0 8 7 0 0 19 0 2 0 867325279 295788544 5658 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12195/statm: 72214 5658 416 364 0 8132 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=100.03 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) T 12195 12197 12197 0 -1 4202496 492 0 0 0 10003 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12195/tid=12205] ppid=12189 vsize=288856 CPUtime=0 cores=0,2
/proc/12195/task/12205/stat : 12205 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867335294 295788544 5658 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453913774976 0 0 -1 0 0 0 0
[pid=12206] ppid=12189 vsize=289320 CPUtime=0.15 cores=0,2
/proc/12206/stat : 12206 (python) S 12189 12189 11144 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 867335295 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12206/statm: 72330 5740 400 364 0 8245 0
[pid=12208] ppid=12206 vsize=1017932 CPUtime=100.01 cores=0,2
/proc/12208/stat : 12208 (gnovelty+2) T 12206 12208 12208 0 -1 4202496 492 0 0 0 10001 0 0 0 25 0 1 0 867335295 1042362368 226 33554432000 134512640 135663704 4290540768 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12208/statm: 254483 226 113 282 0 254199 0
[pid=12206/tid=12219] ppid=12189 vsize=289320 CPUtime=0 cores=0,2
/proc/12206/task/12219/stat : 12219 (python) S 12189 12189 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867345310 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453985816704 0 0 -1 2 0 0 0
[pid=12220] ppid=12189 vsize=299240 CPUtime=0.14 cores=0,2
/proc/12220/stat : 12220 (python) S 12189 12189 11144 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 867345311 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12220/statm: 74810 5664 400 364 0 10722 0
[pid=12222] ppid=12220 vsize=416524 CPUtime=100.02 cores=0,2
/proc/12222/stat : 12222 (adaptg2wsat2009) T 12220 12222 12222 0 -1 4202496 585 0 0 0 10002 0 0 0 25 0 1 0 867345311 426520576 322 33554432000 134512640 135107411 4290089088 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12222/statm: 104131 322 59 146 0 103007 0
[pid=12220/tid=12280] ppid=12189 vsize=299240 CPUtime=0 cores=0,2
/proc/12220/task/12280/stat : 12280 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867355325 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453966525440 0 0 -1 2 0 0 0
[pid=12281] ppid=12189 vsize=310036 CPUtime=0.06 cores=0,2
/proc/12281/stat : 12281 (python) S 12189 12189 11144 0 -1 4202560 933 0 0 0 4 2 0 0 15 0 1 0 867355326 317476864 5752 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471174 0 0 16781312 514 4506898166548758786 0 0 17 0 0 0 0
/proc/12281/statm: 77509 5752 371 364 0 13418 0
[pid=12283] ppid=12281 vsize=2264 CPUtime=34.46 cores=0,2
/proc/12283/stat : 12283 (march_hi) R 12281 12283 12283 0 -1 4202496 990 0 0 0 3446 0 0 0 25 0 1 0 867355327 2318336 392 33554432000 4194304 4955518 140737476364624 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12283/statm: 566 392 106 186 0 379 0
[pid=12189/tid=12196] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 5 0 867325280 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
[pid=12189/tid=12207] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12207/stat : 12207 (python) S 12187 12189 11144 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 5 0 867335295 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12221] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12221/stat : 12221 (python) S 12187 12189 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867345311 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12282] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12282/stat : 12282 (python) S 12187 12189 11144 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 867355326 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 335.66
Current children cumulated vsize (KiB) 3962384

[startup+336.701 s]
/proc/loadavg: 4.00 4.00 3.70 5/227 12379
/proc/meminfo: memFree=31500620/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=320280 CPUtime=0.64 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 12648 936 1 0 57 7 0 0 19 0 5 0 867325188 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12189/statm: 80070 7261 1876 364 0 15979 0
[pid=12195] ppid=12189 vsize=288856 CPUtime=0.15 cores=0,2
/proc/12195/stat : 12195 (python) S 12189 12189 11144 0 -1 4202560 1146 0 0 0 8 7 0 0 19 0 2 0 867325279 295788544 5658 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12195/statm: 72214 5658 416 364 0 8132 0
[pid=12197] ppid=12195 vsize=1017932 CPUtime=100.03 cores=0,2
/proc/12197/stat : 12197 (gnovelty+2) T 12195 12197 12197 0 -1 4202496 492 0 0 0 10003 0 0 0 25 0 1 0 867325280 1042362368 226 33554432000 134512640 135663704 4289850912 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12197/statm: 254483 226 113 282 0 254199 0
[pid=12195/tid=12205] ppid=12189 vsize=288856 CPUtime=0 cores=0,2
/proc/12195/task/12205/stat : 12205 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867335294 295788544 5658 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453913774976 0 0 -1 0 0 0 0
[pid=12206] ppid=12189 vsize=289320 CPUtime=0.15 cores=0,2
/proc/12206/stat : 12206 (python) S 12189 12189 11144 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 867335295 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12206/statm: 72330 5740 400 364 0 8245 0
[pid=12208] ppid=12206 vsize=1017932 CPUtime=100.01 cores=0,2
/proc/12208/stat : 12208 (gnovelty+2) T 12206 12208 12208 0 -1 4202496 492 0 0 0 10001 0 0 0 25 0 1 0 867335295 1042362368 226 33554432000 134512640 135663704 4290540768 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12208/statm: 254483 226 113 282 0 254199 0
[pid=12206/tid=12219] ppid=12189 vsize=289320 CPUtime=0 cores=0,2
/proc/12206/task/12219/stat : 12219 (python) S 12189 12189 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867345310 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453985816704 0 0 -1 2 0 0 0
[pid=12220] ppid=12189 vsize=299240 CPUtime=0.14 cores=0,2
/proc/12220/stat : 12220 (python) S 12189 12189 11144 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 867345311 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12220/statm: 74810 5664 400 364 0 10722 0
[pid=12222] ppid=12220 vsize=416524 CPUtime=100.02 cores=0,2
/proc/12222/stat : 12222 (adaptg2wsat2009) T 12220 12222 12222 0 -1 4202496 585 0 0 0 10002 0 0 0 25 0 1 0 867345311 426520576 322 33554432000 134512640 135107411 4290089088 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12222/statm: 104131 322 59 146 0 103007 0
[pid=12220/tid=12280] ppid=12189 vsize=299240 CPUtime=0 cores=0,2
/proc/12220/task/12280/stat : 12280 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867355325 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453966525440 0 0 -1 2 0 0 0
[pid=12281] ppid=12189 vsize=310036 CPUtime=0.06 cores=0,2
/proc/12281/stat : 12281 (python) S 12189 12189 11144 0 -1 4202560 934 0 0 0 4 2 0 0 15 0 1 0 867355326 317476864 5752 33554432000 4194304 5683644 140733991806832 18446744073709551615 228095471174 0 0 16781312 514 5616741054687445250 0 0 17 0 0 0 0
/proc/12281/statm: 77509 5752 371 364 0 13418 0
[pid=12283] ppid=12281 vsize=2264 CPUtime=35.25 cores=0,2
/proc/12283/stat : 12283 (march_hi) R 12281 12283 12283 0 -1 4202496 990 0 0 0 3525 0 0 0 25 0 1 0 867355327 2318336 392 33554432000 4194304 4955518 140737476364624 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12283/statm: 566 392 106 186 0 379 0
[pid=12189/tid=12196] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 5 0 867325280 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
[pid=12189/tid=12207] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12207/stat : 12207 (python) S 12187 12189 11144 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 5 0 867335295 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12221] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12221/stat : 12221 (python) S 12187 12189 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867345311 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12282] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12282/stat : 12282 (python) S 12187 12189 11144 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 5 0 867355326 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 336.45
Current children cumulated vsize (KiB) 3962384

[startup+336.901 s]
/proc/loadavg: 4.00 4.00 3.70 5/227 12379
/proc/meminfo: memFree=31500620/32951124 swapFree=67053960/67111528
[pid=12189] ppid=12187 vsize=320280 CPUtime=0.64 cores=0,2
/proc/12189/stat : 12189 (python) S 12187 12189 11144 0 -1 4202496 12682 936 1 0 57 7 0 0 18 0 5 0 867325188 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107281215 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12189/statm: 80070 7261 1876 364 0 15979 0
[pid=12195] ppid=12189 vsize=0 CPUtime=100.18 cores=0,2
/proc/12195/stat : 12195 (python) R 12189 12189 11144 0 -1 4202564 1165 492 0 0 8 7 10003 0 18 0 1 0 867325279 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12195/statm: 0 0 0 0 0 0 0
[pid=12206] ppid=12189 vsize=289320 CPUtime=0.15 cores=0,2
/proc/12206/stat : 12206 (python) S 12189 12189 11144 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 867335295 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12206/statm: 72330 5740 400 364 0 8245 0
[pid=12208] ppid=12206 vsize=1017932 CPUtime=100.01 cores=0,2
/proc/12208/stat : 12208 (gnovelty+2) T 12206 12208 12208 0 -1 4202496 492 0 0 0 10001 0 0 0 25 0 1 0 867335295 1042362368 226 33554432000 134512640 135663704 4290540768 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12208/statm: 254483 226 113 282 0 254199 0
[pid=12206/tid=12219] ppid=12189 vsize=289320 CPUtime=0 cores=0,2
/proc/12206/task/12219/stat : 12219 (python) S 12189 12189 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867345310 296263680 5740 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453985816704 0 0 -1 2 0 0 0
[pid=12220] ppid=12189 vsize=299240 CPUtime=0.14 cores=0,2
/proc/12220/stat : 12220 (python) S 12189 12189 11144 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 867345311 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12220/statm: 74810 5664 400 364 0 10722 0
[pid=12222] ppid=12220 vsize=416524 CPUtime=100.02 cores=0,2
/proc/12222/stat : 12222 (adaptg2wsat2009) T 12220 12222 12222 0 -1 4202496 585 0 0 0 10002 0 0 0 25 0 1 0 867345311 426520576 322 33554432000 134512640 135107411 4290089088 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12222/statm: 104131 322 59 146 0 103007 0
[pid=12220/tid=12280] ppid=12189 vsize=299240 CPUtime=0 cores=0,2
/proc/12220/task/12280/stat : 12280 (python) S 12189 12189 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867355325 306421760 5664 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 514 18446604453966525440 0 0 -1 2 0 0 0
[pid=12281] ppid=12189 vsize=0 CPUtime=35.51 cores=0,2
/proc/12281/stat : 12281 (python) Z 12189 12189 11144 0 -1 4202588 1165 991 0 0 4 3 3544 0 16 0 1 0 867355326 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12281/statm: 0 0 0 0 0 0 0
[pid=12189/tid=12196] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12196/stat : 12196 (python) S 12187 12189 11144 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 5 0 867325280 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 2 0 0 0
[pid=12189/tid=12207] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12207/stat : 12207 (python) S 12187 12189 11144 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 5 0 867335295 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12221] ppid=12187 vsize=320280 CPUtime=0 cores=0,2
/proc/12189/task/12221/stat : 12221 (python) S 12187 12189 11144 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 5 0 867345311 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
[pid=12189/tid=12282] ppid=12187 vsize=320280 CPUtime=100.19 cores=0,2
/proc/12189/task/12282/stat : 12282 (python) S 12187 12189 11144 0 -1 4202560 25 2593 0 0 0 0 10012 7 20 0 5 0 867355326 327966720 7261 33554432000 4194304 5683644 140733991806832 18446744073709551615 228107274673 0 0 16781312 2 18446604453985580864 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 336.65
Current children cumulated vsize (KiB) 2343296

Child status: 0
Real time (s): 336.926
CPU time (s): 336.772
CPU user time (s): 336.441
CPU system time (s): 0.330949
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 3962384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.441
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25059
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= 3759
involuntary context switches= 2034

runsolver used 0.712891 second user time and 1.39079 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:38:17
IDJOB=3484356
IDBENCH=82867
IDSOLVER=1975
FILE ID=node142/3484356-1307749097
RUNJOBID= node142-1307746989-11162
PBS_JOBID= 13550818
Free space on /tmp= 74012 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1034575833-022.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-3484356-1307749097/watcher-3484356-1307749097 -o /tmp/evaluation-result-3484356-1307749097/solver-3484356-1307749097 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484356-1307749097.cnf -seed 1306360414 -budget 1200

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

MD5SUM BENCH= d8b7f1701bbfddf0d556cafbec39b80e
RANDOM SEED=1306360414

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      31343428 kB
Buffers:        162672 kB
Cached:         807396 kB
SwapCached:      11412 kB
Active:         966248 kB
Inactive:       453368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31343428 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           31852 kB
Writeback:           0 kB
AnonPages:      447112 kB
Mapped:          21140 kB
Slab:           109352 kB
PageTables:      17052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8565808 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= 73980 MiB
End job on node142 at 2011-06-11 01:43:54