Trace number 3484582

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 335.025 335.262

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S708803296-021.UNKNOWN.cnf
MD5SUM6dcea24e0d40e217adec300bb8ded029
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.967
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.60/1.02	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.60/1.02	c INFO: solving HOME/instance-3484582-1307758232.cnf
0.60/1.02	c INFO: computing task features
0.60/1.05	c INFO: computed variable-clause graph statistics
0.60/1.05	c INFO: computed clause balance statistics
0.79/1.20	c INFO: computed variable balance statistics
0.79/1.27	c INFO: computed small-clause counts
0.79/1.27	c INFO: computed Horn-clause counts
0.79/1.27	c INFO: computed variable graph statistics
0.79/1.27	c INFO: collected features for HOME/instance-3484582-1307758232.cnf in 0.25 s
0.79/1.28	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
100.97/101.40	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.09)
201.05/201.53	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.04)
301.25/301.66	c INFO: running march_hi@0 for 485 with 899 remaining (b = 0.15)
334.87/335.24	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-3484582-1307758232/watcher-3484582-1307758232 -o /tmp/evaluation-result-3484582-1307758232/solver-3484582-1307758232 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484582-1307758232.cnf -seed 2056194234 -budget 1200 

running on 2 cores: 5,7

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.09 4.02 3.88 5/181 19157
/proc/meminfo: memFree=31630796/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=15184 CPUtime=0 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 728 0 0 0 0 0 0 0 17 0 1 0 887421897 15548416 617 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/19157/statm: 3796 617 322 364 0 283 0

[startup+0.0131539 s]
/proc/loadavg: 4.09 4.02 3.88 5/181 19157
/proc/meminfo: memFree=31630796/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=15776 CPUtime=0 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 904 0 0 0 0 0 0 0 17 0 1 0 887421897 16154624 784 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/19157/statm: 3944 784 346 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.10014 s]
/proc/loadavg: 4.09 4.02 3.88 5/181 19157
/proc/meminfo: memFree=31630796/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=38904 CPUtime=0.06 cores=5,7
/proc/19157/stat : 19157 (python) R 19152 19157 15638 0 -1 4202496 1665 0 0 0 3 3 0 0 17 0 1 0 887421897 39837696 1491 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814238208 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19157/statm: 9726 1491 455 364 0 1026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38904

[startup+0.300109 s]
/proc/loadavg: 4.09 4.02 3.88 5/181 19157
/proc/meminfo: memFree=31630796/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=124240 CPUtime=0.17 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 4312 0 1 0 8 9 0 0 17 0 1 0 887421897 127221760 3881 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814240000 0 0 16781312 2 18446744071562362840 0 0 17 5 0 0 0
/proc/19157/statm: 31060 3881 997 364 0 2871 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 124240

[startup+0.701095 s]
/proc/loadavg: 4.09 4.02 3.88 5/181 19157
/proc/meminfo: memFree=31630796/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=146732 CPUtime=0.4 cores=5,7
/proc/19157/stat : 19157 (python) R 19152 19157 15638 0 -1 4202496 6286 935 1 0 17 23 0 0 17 0 1 0 887421897 150253568 4404 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814283399 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19157/statm: 36683 4404 1202 364 0 3182 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 146732

[startup+1.5009 s]
/proc/loadavg: 4.09 4.02 3.88 4/190 19189
/proc/meminfo: memFree=31547304/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=288856 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 10161 935 1 0 55 33 0 0 17 0 2 0 887421897 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 72214 7111 1869 364 0 8132 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 288856

[startup+3.10063 s]
/proc/loadavg: 4.09 4.02 3.88 5/197 19235
/proc/meminfo: memFree=31554904/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=288856 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 10161 935 1 0 55 33 0 0 17 0 2 0 887421897 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 72214 7111 1869 364 0 8132 0
[pid=19199] ppid=19157 vsize=278612 CPUtime=0 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 887422025 285298688 5592 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260239 0 0 16781312 514 4405017968874848518 0 0 17 5 0 0 0
/proc/19199/statm: 69653 5592 354 364 0 5571 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=1.81 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) R 19199 19201 19201 0 -1 4202496 492 0 0 0 181 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19157/tid=19200] ppid=19152 vsize=288856 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 887422025 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1585400

[startup+6.3011 s]
/proc/loadavg: 4.08 4.02 3.88 5/199 19291
/proc/meminfo: memFree=31530272/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=288856 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 10161 935 1 0 55 33 0 0 17 0 2 0 887421897 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 72214 7111 1869 364 0 8132 0
[pid=19199] ppid=19157 vsize=278612 CPUtime=0 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 869 0 0 0 0 0 0 0 18 0 1 0 887422025 285298688 5614 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260239 0 0 16781312 514 4405017968874848518 0 0 17 5 0 0 0
/proc/19199/statm: 69653 5614 376 364 0 5571 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=4.99 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) R 19199 19201 19201 0 -1 4202496 492 0 0 0 499 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19157/tid=19200] ppid=19152 vsize=288856 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 887422025 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1585400

[startup+12.701 s]
/proc/loadavg: 4.07 4.01 3.88 5/202 19294
/proc/meminfo: memFree=31527340/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=288856 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 10161 935 1 0 55 33 0 0 17 0 2 0 887421897 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 72214 7111 1869 364 0 8132 0
[pid=19199] ppid=19157 vsize=278612 CPUtime=0.01 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 873 0 0 0 0 1 0 0 18 0 1 0 887422025 285298688 5615 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260239 0 0 16781312 514 5180758052592124166 0 0 17 5 0 0 0
/proc/19199/statm: 69653 5615 377 364 0 5571 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=11.38 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) R 19199 19201 19201 0 -1 4202496 492 0 0 0 1138 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19157/tid=19200] ppid=19152 vsize=288856 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 887422025 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 1585400

[startup+25.5009 s]
/proc/loadavg: 4.06 4.01 3.88 5/202 19294
/proc/meminfo: memFree=31527396/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=288856 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 10161 935 1 0 55 33 0 0 17 0 2 0 887421897 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 72214 7111 1869 364 0 8132 0
[pid=19199] ppid=19157 vsize=278612 CPUtime=0.02 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 878 0 0 0 1 1 0 0 18 0 1 0 887422025 285298688 5615 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260239 0 0 16781312 514 5180758052592124166 0 0 17 5 0 0 0
/proc/19199/statm: 69653 5615 377 364 0 5571 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=24.17 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) R 19199 19201 19201 0 -1 4202496 492 0 0 0 2417 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134524656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19157/tid=19200] ppid=19152 vsize=288856 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 887422025 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 1585400

[startup+51.1066 s]
/proc/loadavg: 4.04 4.01 3.88 5/202 19295
/proc/meminfo: memFree=31527652/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=288856 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 10161 935 1 0 55 33 0 0 17 0 2 0 887421897 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 72214 7111 1869 364 0 8132 0
[pid=19199] ppid=19157 vsize=278612 CPUtime=0.05 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 891 0 0 0 3 2 0 0 18 0 1 0 887422025 285298688 5615 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260239 0 0 16781312 514 5180758052592124166 0 0 17 5 0 0 0
/proc/19199/statm: 69653 5615 377 364 0 5571 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=49.75 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) R 19199 19201 19201 0 -1 4202496 492 0 0 0 4975 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19157/tid=19200] ppid=19152 vsize=288856 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 2 0 887422025 295788544 7111 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1585400

[startup+102.301 s]
/proc/loadavg: 4.01 4.01 3.89 5/210 19304
/proc/meminfo: memFree=31518048/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=299564 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 11008 935 1 0 55 33 0 0 20 0 3 0 887421897 306753536 7224 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19157/statm: 74891 7224 1880 364 0 10806 0
[pid=19199] ppid=19157 vsize=288856 CPUtime=0.11 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 1147 0 0 0 6 5 0 0 19 0 2 0 887422025 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72214 5659 416 364 0 8132 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) T 19199 19201 19201 0 -1 4202496 492 0 0 0 9998 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525043 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19199/tid=19301] ppid=19157 vsize=288856 CPUtime=0 cores=5,7
/proc/19199/task/19301/stat : 19301 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887432037 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604471118185600 0 0 -1 7 0 0 0
[pid=19302] ppid=19157 vsize=289320 CPUtime=0 cores=5,7
/proc/19302/stat : 19302 (python) S 19157 19157 15638 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 887432037 296263680 5688 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260294 0 0 16781312 514 13981560562274795519 0 0 17 5 0 0 0
/proc/19302/statm: 72330 5688 348 364 0 8245 0
[pid=19304] ppid=19302 vsize=1017932 CPUtime=0.88 cores=5,7
/proc/19304/stat : 19304 (gnovelty+2) R 19302 19304 19304 0 -1 4202496 491 0 0 0 88 0 0 0 23 0 1 0 887432038 1042362368 226 33554432000 134512640 135663704 4289163600 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19304/statm: 254483 226 113 282 0 254199 0
[pid=19157/tid=19200] ppid=19152 vsize=299564 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 3 0 887422025 306753536 7224 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
[pid=19157/tid=19303] ppid=19152 vsize=299564 CPUtime=0 cores=5,7
/proc/19157/task/19303/stat : 19303 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 887432038 306753536 7224 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 2913604

[startup+162.301 s]
/proc/loadavg: 3.44 3.85 3.84 4/205 19339
/proc/meminfo: memFree=31569456/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=299564 CPUtime=0.88 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 11008 935 1 0 55 33 0 0 20 0 3 0 887421897 306753536 7224 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19157/statm: 74891 7224 1880 364 0 10806 0
[pid=19199] ppid=19157 vsize=288856 CPUtime=0.11 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 1147 0 0 0 6 5 0 0 19 0 2 0 887422025 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72214 5659 416 364 0 8132 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) T 19199 19201 19201 0 -1 4202496 492 0 0 0 9998 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525043 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19199/tid=19301] ppid=19157 vsize=288856 CPUtime=0 cores=5,7
/proc/19199/task/19301/stat : 19301 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887432037 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604471118185600 0 0 -1 7 0 0 0
[pid=19302] ppid=19157 vsize=289320 CPUtime=0.07 cores=5,7

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

[pid=19304] ppid=19302 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/19304/stat : 19304 (gnovelty+2) T 19302 19304 19304 0 -1 4202496 491 0 0 0 9999 0 0 0 25 0 1 0 887432038 1042362368 226 33554432000 134512640 135663704 4289163600 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19304/statm: 254483 226 113 282 0 254199 0
[pid=19302/tid=19345] ppid=19157 vsize=289320 CPUtime=0 cores=5,7
/proc/19302/task/19345/stat : 19345 (python) S 19157 19157 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442049 296263680 5741 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604456168028992 0 0 -1 5 0 0 0
[pid=19346] ppid=19157 vsize=299240 CPUtime=0.13 cores=5,7
/proc/19346/stat : 19346 (python) S 19157 19157 15638 0 -1 4202560 1082 0 0 0 6 7 0 0 19 0 2 0 887442050 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19346/statm: 74810 5665 400 364 0 10722 0
[pid=19348] ppid=19346 vsize=416524 CPUtime=100.12 cores=5,7
/proc/19348/stat : 19348 (adaptg2wsat2009) T 19346 19348 19348 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 887442050 426520576 320 33554432000 134512640 135107411 4294781088 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19348/statm: 104131 320 59 146 0 103007 0
[pid=19346/tid=19355] ppid=19157 vsize=299240 CPUtime=0 cores=5,7
/proc/19346/task/19355/stat : 19355 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887452062 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604462084373440 0 0 -1 5 0 0 0
[pid=19356] ppid=19157 vsize=310036 CPUtime=0.05 cores=5,7
/proc/19356/stat : 19356 (python) S 19157 19157 15638 0 -1 4202560 935 0 0 0 4 1 0 0 15 0 1 0 887452063 317476864 5753 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260294 0 0 16781312 514 5628835433484878086 0 0 17 5 0 0 0
/proc/19356/statm: 77509 5753 371 364 0 13418 0
[pid=19358] ppid=19356 vsize=2264 CPUtime=31.48 cores=5,7
/proc/19358/stat : 19358 (march_hi) R 19356 19358 19358 0 -1 4202496 989 0 0 0 3148 0 0 0 25 0 1 0 887452063 2318336 392 33554432000 4194304 4955518 140735877530608 18446744073709551615 4244550 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19358/statm: 566 392 106 186 0 379 0
[pid=19157/tid=19200] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 887422025 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
[pid=19157/tid=19303] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19303/stat : 19303 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887432038 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19347] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19347/stat : 19347 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887442050 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19357] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19357/stat : 19357 (python) S 19152 19157 15638 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 887452063 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 332.87
Current children cumulated vsize (KiB) 3962384

[startup+334.001 s]
/proc/loadavg: 3.11 3.49 3.70 4/225 19363
/proc/meminfo: memFree=31520236/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=320280 CPUtime=0.9 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 12650 935 1 0 57 33 0 0 19 0 5 0 887421897 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 80070 7270 1884 364 0 15979 0
[pid=19199] ppid=19157 vsize=288856 CPUtime=0.11 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 1147 0 0 0 6 5 0 0 19 0 2 0 887422025 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72214 5659 416 364 0 8132 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) T 19199 19201 19201 0 -1 4202496 492 0 0 0 9998 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525043 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19199/tid=19301] ppid=19157 vsize=288856 CPUtime=0 cores=5,7
/proc/19199/task/19301/stat : 19301 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887432037 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604471118185600 0 0 -1 7 0 0 0
[pid=19302] ppid=19157 vsize=289320 CPUtime=0.11 cores=5,7
/proc/19302/stat : 19302 (python) S 19157 19157 15638 0 -1 4202560 1076 0 0 0 7 4 0 0 19 0 2 0 887432037 296263680 5741 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19302/statm: 72330 5741 400 364 0 8245 0
[pid=19304] ppid=19302 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/19304/stat : 19304 (gnovelty+2) T 19302 19304 19304 0 -1 4202496 491 0 0 0 9999 0 0 0 25 0 1 0 887432038 1042362368 226 33554432000 134512640 135663704 4289163600 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19304/statm: 254483 226 113 282 0 254199 0
[pid=19302/tid=19345] ppid=19157 vsize=289320 CPUtime=0 cores=5,7
/proc/19302/task/19345/stat : 19345 (python) S 19157 19157 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442049 296263680 5741 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604456168028992 0 0 -1 5 0 0 0
[pid=19346] ppid=19157 vsize=299240 CPUtime=0.13 cores=5,7
/proc/19346/stat : 19346 (python) S 19157 19157 15638 0 -1 4202560 1082 0 0 0 6 7 0 0 19 0 2 0 887442050 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19346/statm: 74810 5665 400 364 0 10722 0
[pid=19348] ppid=19346 vsize=416524 CPUtime=100.12 cores=5,7
/proc/19348/stat : 19348 (adaptg2wsat2009) T 19346 19348 19348 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 887442050 426520576 320 33554432000 134512640 135107411 4294781088 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19348/statm: 104131 320 59 146 0 103007 0
[pid=19346/tid=19355] ppid=19157 vsize=299240 CPUtime=0 cores=5,7
/proc/19346/task/19355/stat : 19355 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887452062 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604462084373440 0 0 -1 5 0 0 0
[pid=19356] ppid=19157 vsize=310036 CPUtime=0.05 cores=5,7
/proc/19356/stat : 19356 (python) S 19157 19157 15638 0 -1 4202560 936 0 0 0 4 1 0 0 15 0 1 0 887452063 317476864 5753 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260294 0 0 16781312 514 5616780276328792326 0 0 17 5 0 0 0
/proc/19356/statm: 77509 5753 371 364 0 13418 0
[pid=19358] ppid=19356 vsize=2264 CPUtime=32.28 cores=5,7
/proc/19358/stat : 19358 (march_hi) R 19356 19358 19358 0 -1 4202496 989 0 0 0 3228 0 0 0 25 0 1 0 887452063 2318336 392 33554432000 4194304 4955518 140735877530608 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19358/statm: 566 392 106 186 0 379 0
[pid=19157/tid=19200] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 887422025 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
[pid=19157/tid=19303] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19303/stat : 19303 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887432038 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19347] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19347/stat : 19347 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887442050 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19357] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19357/stat : 19357 (python) S 19152 19157 15638 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 887452063 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 333.67
Current children cumulated vsize (KiB) 3962384

[startup+334.801 s]
/proc/loadavg: 3.11 3.49 3.70 4/225 19363
/proc/meminfo: memFree=31520232/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=320280 CPUtime=0.9 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 12650 935 1 0 57 33 0 0 19 0 5 0 887421897 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 80070 7270 1884 364 0 15979 0
[pid=19199] ppid=19157 vsize=288856 CPUtime=0.11 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 1147 0 0 0 6 5 0 0 19 0 2 0 887422025 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72214 5659 416 364 0 8132 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) T 19199 19201 19201 0 -1 4202496 492 0 0 0 9998 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525043 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19199/tid=19301] ppid=19157 vsize=288856 CPUtime=0 cores=5,7
/proc/19199/task/19301/stat : 19301 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887432037 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604471118185600 0 0 -1 7 0 0 0
[pid=19302] ppid=19157 vsize=289320 CPUtime=0.11 cores=5,7
/proc/19302/stat : 19302 (python) S 19157 19157 15638 0 -1 4202560 1076 0 0 0 7 4 0 0 19 0 2 0 887432037 296263680 5741 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19302/statm: 72330 5741 400 364 0 8245 0
[pid=19304] ppid=19302 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/19304/stat : 19304 (gnovelty+2) T 19302 19304 19304 0 -1 4202496 491 0 0 0 9999 0 0 0 25 0 1 0 887432038 1042362368 226 33554432000 134512640 135663704 4289163600 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19304/statm: 254483 226 113 282 0 254199 0
[pid=19302/tid=19345] ppid=19157 vsize=289320 CPUtime=0 cores=5,7
/proc/19302/task/19345/stat : 19345 (python) S 19157 19157 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442049 296263680 5741 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604456168028992 0 0 -1 5 0 0 0
[pid=19346] ppid=19157 vsize=299240 CPUtime=0.13 cores=5,7
/proc/19346/stat : 19346 (python) S 19157 19157 15638 0 -1 4202560 1082 0 0 0 6 7 0 0 19 0 2 0 887442050 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19346/statm: 74810 5665 400 364 0 10722 0
[pid=19348] ppid=19346 vsize=416524 CPUtime=100.12 cores=5,7
/proc/19348/stat : 19348 (adaptg2wsat2009) T 19346 19348 19348 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 887442050 426520576 320 33554432000 134512640 135107411 4294781088 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19348/statm: 104131 320 59 146 0 103007 0
[pid=19346/tid=19355] ppid=19157 vsize=299240 CPUtime=0 cores=5,7
/proc/19346/task/19355/stat : 19355 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887452062 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604462084373440 0 0 -1 5 0 0 0
[pid=19356] ppid=19157 vsize=310036 CPUtime=0.05 cores=5,7
/proc/19356/stat : 19356 (python) S 19157 19157 15638 0 -1 4202560 937 0 0 0 4 1 0 0 15 0 1 0 887452063 317476864 5753 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260294 0 0 16781312 514 5616780280623759622 0 0 17 5 0 0 0
/proc/19356/statm: 77509 5753 371 364 0 13418 0
[pid=19358] ppid=19356 vsize=2264 CPUtime=33.08 cores=5,7
/proc/19358/stat : 19358 (march_hi) R 19356 19358 19358 0 -1 4202496 989 0 0 0 3308 0 0 0 25 0 1 0 887452063 2318336 392 33554432000 4194304 4955518 140735877530608 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19358/statm: 566 392 106 186 0 379 0
[pid=19157/tid=19200] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 887422025 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
[pid=19157/tid=19303] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19303/stat : 19303 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887432038 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19347] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19347/stat : 19347 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887442050 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19357] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19357/stat : 19357 (python) S 19152 19157 15638 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 887452063 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.47
Current children cumulated vsize (KiB) 3962384

[startup+335.201 s]
/proc/loadavg: 3.11 3.49 3.70 4/225 19363
/proc/meminfo: memFree=31520232/32950928 swapFree=67050648/67111528
[pid=19157] ppid=19152 vsize=320280 CPUtime=0.9 cores=5,7
/proc/19157/stat : 19157 (python) S 19152 19157 15638 0 -1 4202496 12650 935 1 0 57 33 0 0 19 0 5 0 887421897 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19157/statm: 80070 7270 1884 364 0 15979 0
[pid=19199] ppid=19157 vsize=288856 CPUtime=0.11 cores=5,7
/proc/19199/stat : 19199 (python) S 19157 19157 15638 0 -1 4202560 1147 0 0 0 6 5 0 0 19 0 2 0 887422025 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19199/statm: 72214 5659 416 364 0 8132 0
[pid=19201] ppid=19199 vsize=1017932 CPUtime=99.98 cores=5,7
/proc/19201/stat : 19201 (gnovelty+2) T 19199 19201 19201 0 -1 4202496 492 0 0 0 9998 0 0 0 25 0 1 0 887422025 1042362368 227 33554432000 134512640 135663704 4292950000 18446744073709551615 134525043 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19201/statm: 254483 227 113 282 0 254199 0
[pid=19199/tid=19301] ppid=19157 vsize=288856 CPUtime=0 cores=5,7
/proc/19199/task/19301/stat : 19301 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887432037 295788544 5659 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604471118185600 0 0 -1 7 0 0 0
[pid=19302] ppid=19157 vsize=289320 CPUtime=0.11 cores=5,7
/proc/19302/stat : 19302 (python) S 19157 19157 15638 0 -1 4202560 1076 0 0 0 7 4 0 0 19 0 2 0 887432037 296263680 5741 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19302/statm: 72330 5741 400 364 0 8245 0
[pid=19304] ppid=19302 vsize=1017932 CPUtime=99.99 cores=5,7
/proc/19304/stat : 19304 (gnovelty+2) T 19302 19304 19304 0 -1 4202496 491 0 0 0 9999 0 0 0 25 0 1 0 887432038 1042362368 226 33554432000 134512640 135663704 4289163600 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19304/statm: 254483 226 113 282 0 254199 0
[pid=19302/tid=19345] ppid=19157 vsize=289320 CPUtime=0 cores=5,7
/proc/19302/task/19345/stat : 19345 (python) S 19157 19157 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 887442049 296263680 5741 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604456168028992 0 0 -1 5 0 0 0
[pid=19346] ppid=19157 vsize=299240 CPUtime=0.13 cores=5,7
/proc/19346/stat : 19346 (python) S 19157 19157 15638 0 -1 4202560 1082 0 0 0 6 7 0 0 19 0 2 0 887442050 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19346/statm: 74810 5665 400 364 0 10722 0
[pid=19348] ppid=19346 vsize=416524 CPUtime=100.12 cores=5,7
/proc/19348/stat : 19348 (adaptg2wsat2009) T 19346 19348 19348 0 -1 4202496 583 0 0 0 10012 0 0 0 25 0 1 0 887442050 426520576 320 33554432000 134512640 135107411 4294781088 18446744073709551615 134531928 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19348/statm: 104131 320 59 146 0 103007 0
[pid=19346/tid=19355] ppid=19157 vsize=299240 CPUtime=0 cores=5,7
/proc/19346/task/19355/stat : 19355 (python) S 19157 19157 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 887452062 306421760 5665 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 514 18446604462084373440 0 0 -1 5 0 0 0
[pid=19356] ppid=19157 vsize=310036 CPUtime=0.05 cores=5,7
/proc/19356/stat : 19356 (python) S 19157 19157 15638 0 -1 4202560 938 0 0 0 4 1 0 0 15 0 1 0 887452063 317476864 5753 33554432000 4194304 5683644 140735895612960 18446744073709551615 251814260294 0 0 16781312 514 5616780280623759622 0 0 17 5 0 0 0
/proc/19356/statm: 77509 5753 371 364 0 13418 0
[pid=19358] ppid=19356 vsize=2264 CPUtime=33.48 cores=5,7
/proc/19358/stat : 19358 (march_hi) R 19356 19358 19358 0 -1 4202496 989 0 0 0 3348 0 0 0 25 0 1 0 887452063 2318336 392 33554432000 4194304 4955518 140735877530608 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19358/statm: 566 392 106 186 0 379 0
[pid=19157/tid=19200] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19200/stat : 19200 (python) S 19152 19157 15638 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 5 0 887422025 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
[pid=19157/tid=19303] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19303/stat : 19303 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887432038 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19347] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19347/stat : 19347 (python) S 19152 19157 15638 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 887442050 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 7 0 0 0
[pid=19157/tid=19357] ppid=19152 vsize=320280 CPUtime=0 cores=5,7
/proc/19157/task/19357/stat : 19357 (python) S 19152 19157 15638 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 887452063 327966720 7270 33554432000 4194304 5683644 140735895612960 18446744073709551615 251826063793 0 0 16781312 2 18446604471096568768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.87
Current children cumulated vsize (KiB) 3962384

Child status: 0
Real time (s): 335.262
CPU time (s): 335.025
CPU user time (s): 334.46
CPU system time (s): 0.564914
CPU usage (%): 99.9294
Max. virtual memory (cumulated for all children) (KiB): 3962384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.46
system time used= 0.564914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25066
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= 34809
involuntary context switches= 1511

runsolver used 0.550916 second user time and 1.24481 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 04:10:32
IDJOB=3484582
IDBENCH=83093
IDSOLVER=1975
FILE ID=node126/3484582-1307758232
RUNJOBID= node126-1307758232-19117
PBS_JOBID= 13550831
Free space on /tmp= 74168 MiB

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

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

MD5SUM BENCH= 6dcea24e0d40e217adec300bb8ded029
RANDOM SEED=2056194234

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31632604 kB
Buffers:        258648 kB
Cached:         837728 kB
SwapCached:      14888 kB
Active:         520772 kB
Inactive:       595060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31632604 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:          127304 kB
Writeback:           0 kB
AnonPages:       17400 kB
Mapped:           9256 kB
Slab:           136520 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192764 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= 74072 MiB
End job on node126 at 2011-06-11 04:16:07