Trace number 3377458

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 201.81 201.897

General information on the benchmark

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

Solver Data

0.29/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.50	c INFO: solving HOME/instance-3377458-1305453319.cnf
0.29/0.50	c INFO: computing task features
0.29/0.50	c INFO: computed variable-clause graph statistics
0.29/0.50	c INFO: computed clause balance statistics
0.38/0.53	c INFO: computed variable balance statistics
0.38/0.54	c INFO: computed small-clause counts
0.38/0.54	c INFO: computed Horn-clause counts
0.38/0.55	c INFO: computed variable graph statistics
0.38/0.55	c INFO: collected features for HOME/instance-3377458-1305453319.cnf in 0.05 s
0.38/0.56	c INFO: running TNM@0 for 97 with 2399 remaining (b = 0.55)
100.66/100.84	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.05)
200.97/201.12	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.75)
201.66/201.87	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377458-1305453319/watcher-3377458-1305453319 -o /tmp/evaluation-result-3377458-1305453319/solver-3377458-1305453319 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377458-1305453319.cnf -seed 1588018845 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.47 2.55 3.27 4/354 12443
/proc/meminfo: memFree=17120376/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=11796 CPUtime=0 cores=0,2
/proc/12443/stat : 12443 (runsolver) R 12441 12443 10833 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 656932865 12079104 52 33554432000 4194304 5432360 140736211413920 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/12443/statm: 2949 52 33 303 0 2643 0

[startup+0.086142 s]
/proc/loadavg: 1.47 2.55 3.27 4/354 12443
/proc/meminfo: memFree=17120376/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=50012 CPUtime=0.05 cores=0,2
/proc/12443/stat : 12443 (python) R 12441 12443 10833 0 -1 4202496 1975 0 0 0 4 1 0 0 17 0 1 0 656932865 51212288 1737 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613106533 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12443/statm: 12503 1737 480 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.101121 s]
/proc/loadavg: 1.47 2.55 3.27 4/354 12443
/proc/meminfo: memFree=17120376/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=85620 CPUtime=0.06 cores=0,2
/proc/12443/stat : 12443 (python) R 12441 12443 10833 0 -1 4202496 2628 0 0 0 5 1 0 0 17 0 1 0 656932865 87674880 2348 33554432000 4194304 5683644 140733401032880 18446744073709551615 5039376 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12443/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.30117 s]
/proc/loadavg: 1.47 2.55 3.27 4/354 12443
/proc/meminfo: memFree=17120376/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=135748 CPUtime=0.22 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 6022 934 1 0 17 5 0 0 17 0 1 0 656932865 139005952 4173 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613108736 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12443/statm: 33937 4173 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135748

[startup+0.700961 s]
/proc/loadavg: 1.47 2.55 3.27 4/354 12443
/proc/meminfo: memFree=17120376/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=288708 CPUtime=0.44 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 9759 934 1 0 36 8 0 0 19 0 2 0 656932865 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 72177 7040 1867 364 0 8095 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 288708

[startup+1.50084 s]
/proc/loadavg: 1.47 2.55 3.27 5/361 12454
/proc/meminfo: memFree=17086936/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=288708 CPUtime=0.44 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 9759 934 1 0 36 8 0 0 19 0 2 0 656932865 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 72177 7040 1867 364 0 8095 0
[pid=12452] ppid=12443 vsize=278464 CPUtime=0 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 656932922 285147136 5516 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130767 0 0 16781312 514 4240657473196785663 0 0 17 0 0 0 0
/proc/12452/statm: 69616 5516 347 364 0 5534 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=0.91 cores=0,2
/proc/12454/stat : 12454 (TNM) R 12452 12454 12454 0 -1 4202496 407 0 0 0 91 0 0 0 21 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134528712 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12443/tid=12453] ppid=12441 vsize=288708 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656932922 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1022060

[startup+3.10059 s]
/proc/loadavg: 1.47 2.55 3.27 5/361 12454
/proc/meminfo: memFree=17085572/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=288708 CPUtime=0.44 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 9759 934 1 0 36 8 0 0 19 0 2 0 656932865 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 72177 7040 1867 364 0 8095 0
[pid=12452] ppid=12443 vsize=278464 CPUtime=0 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 656932922 285147136 5523 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130767 0 0 16781312 514 4240657473196753156 0 0 17 0 0 0 0
/proc/12452/statm: 69616 5523 354 364 0 5534 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=2.51 cores=0,2
/proc/12454/stat : 12454 (TNM) R 12452 12454 12454 0 -1 4202496 407 0 0 0 251 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134529430 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12443/tid=12453] ppid=12441 vsize=288708 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656932922 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1022060

[startup+6.30102 s]
/proc/loadavg: 1.67 2.57 3.27 5/361 12454
/proc/meminfo: memFree=17083984/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=288708 CPUtime=0.44 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 9759 934 1 0 36 8 0 0 19 0 2 0 656932865 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 72177 7040 1867 364 0 8095 0
[pid=12452] ppid=12443 vsize=278464 CPUtime=0 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 656932922 285147136 5551 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130767 0 0 16781312 514 4240657473196753156 0 0 17 0 0 0 0
/proc/12452/statm: 69616 5551 382 364 0 5534 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=5.7 cores=0,2
/proc/12454/stat : 12454 (TNM) R 12452 12454 12454 0 -1 4202496 407 0 0 0 570 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134529483 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12443/tid=12453] ppid=12441 vsize=288708 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656932922 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1022060

[startup+12.7009 s]
/proc/loadavg: 1.86 2.60 3.28 5/361 12454
/proc/meminfo: memFree=17083560/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=288708 CPUtime=0.44 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 9759 934 1 0 36 8 0 0 19 0 2 0 656932865 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 72177 7040 1867 364 0 8095 0
[pid=12452] ppid=12443 vsize=278464 CPUtime=0.03 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 977 0 0 0 2 1 0 0 18 0 1 0 656932922 285147136 5551 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130767 0 0 16781312 514 8415327747462627588 0 0 17 0 0 0 0
/proc/12452/statm: 69616 5551 382 364 0 5534 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=12.08 cores=0,2
/proc/12454/stat : 12454 (TNM) R 12452 12454 12454 0 -1 4202496 407 0 0 0 1208 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134529422 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12443/tid=12453] ppid=12441 vsize=288708 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656932922 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1022060

[startup+25.5006 s]
/proc/loadavg: 2.33 2.66 3.29 5/361 12454
/proc/meminfo: memFree=17085040/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=288708 CPUtime=0.44 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 9759 934 1 0 36 8 0 0 19 0 2 0 656932865 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 72177 7040 1867 364 0 8095 0
[pid=12452] ppid=12443 vsize=278464 CPUtime=0.05 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 982 0 0 0 3 2 0 0 18 0 1 0 656932922 285147136 5551 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130767 0 0 16781312 514 8415327747462627588 0 0 17 0 0 0 0
/proc/12452/statm: 69616 5551 382 364 0 5534 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=24.86 cores=0,2
/proc/12454/stat : 12454 (TNM) R 12452 12454 12454 0 -1 4202496 407 0 0 0 2486 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134527307 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12443/tid=12453] ppid=12441 vsize=288708 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656932922 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1022060

[startup+51.1011 s]
/proc/loadavg: 2.90 2.77 3.30 5/361 12455
/proc/meminfo: memFree=17085556/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=288708 CPUtime=0.44 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 9759 934 1 0 36 8 0 0 19 0 2 0 656932865 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 72177 7040 1867 364 0 8095 0
[pid=12452] ppid=12443 vsize=278464 CPUtime=0.12 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 994 0 0 0 7 5 0 0 18 0 1 0 656932922 285147136 5551 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130767 0 0 16781312 514 8415327747462627588 0 0 17 0 0 0 0
/proc/12452/statm: 69616 5551 382 364 0 5534 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=50.39 cores=0,2
/proc/12454/stat : 12454 (TNM) R 12452 12454 12454 0 -1 4202496 407 0 0 0 5039 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134529125 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12443/tid=12453] ppid=12441 vsize=288708 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 2 0 656932922 295636992 7040 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1022060

[startup+102.313 s]
/proc/loadavg: 3.60 2.99 3.35 5/377 12472
/proc/meminfo: memFree=17067480/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=299456 CPUtime=0.45 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 10589 934 1 0 37 8 0 0 20 0 3 0 656932865 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12443/statm: 74864 7187 1870 364 0 10779 0
[pid=12452] ppid=12443 vsize=288708 CPUtime=0.27 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 1151 0 0 0 15 12 0 0 19 0 2 0 656932922 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12452/statm: 72177 5589 415 364 0 8095 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=99.99 cores=0,2
/proc/12454/stat : 12454 (TNM) T 12452 12454 12454 0 -1 4202496 407 0 0 0 9999 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12452/tid=12469] ppid=12443 vsize=288708 CPUtime=0 cores=0,2
/proc/12452/task/12469/stat : 12469 (python) S 12443 12443 10833 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656942948 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604441015146368 0 0 -1 2 0 0 0
[pid=12470] ppid=12443 vsize=289212 CPUtime=0 cores=0,2
/proc/12470/stat : 12470 (python) S 12443 12443 10833 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 656942949 296153088 5661 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130822 0 0 16781312 514 12974742437644697857 0 0 17 0 0 0 0
/proc/12470/statm: 72303 5661 348 364 0 8218 0
[pid=12472] ppid=12470 vsize=1017800 CPUtime=1.46 cores=0,2
/proc/12472/stat : 12472 (gnovelty+2) R 12470 12472 12472 0 -1 4202496 420 0 0 0 146 0 0 0 25 0 1 0 656942949 1042227200 158 33554432000 134512640 135663704 4288766848 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12472/statm: 254450 158 113 282 0 254166 0
[pid=12443/tid=12453] ppid=12441 vsize=299456 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656932922 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
[pid=12443/tid=12471] ppid=12441 vsize=299456 CPUtime=0 cores=0,2
/proc/12443/task/12471/stat : 12471 (python) S 12441 12443 10833 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 656942949 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2350064

[startup+162.3 s]
/proc/loadavg: 3.91 3.18 3.39 5/377 12474
/proc/meminfo: memFree=17064212/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=299456 CPUtime=0.45 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 10589 934 1 0 37 8 0 0 20 0 3 0 656932865 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12443/statm: 74864 7187 1870 364 0 10779 0
[pid=12452] ppid=12443 vsize=288708 CPUtime=0.27 cores=0,2

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

/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656932922 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
[pid=12443/tid=12471] ppid=12441 vsize=299456 CPUtime=0 cores=0,2
/proc/12443/task/12471/stat : 12471 (python) S 12441 12443 10833 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 656942949 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 198.16
Current children cumulated vsize (KiB) 2350064

[startup+199.901 s]
/proc/loadavg: 3.95 3.28 3.41 5/381 12479
/proc/meminfo: memFree=17060076/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=299456 CPUtime=0.45 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 10589 934 1 0 37 8 0 0 20 0 3 0 656932865 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12443/statm: 74864 7187 1870 364 0 10779 0
[pid=12452] ppid=12443 vsize=288708 CPUtime=0.27 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 1151 0 0 0 15 12 0 0 19 0 2 0 656932922 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12452/statm: 72177 5589 415 364 0 8095 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=99.99 cores=0,2
/proc/12454/stat : 12454 (TNM) T 12452 12454 12454 0 -1 4202496 407 0 0 0 9999 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12452/tid=12469] ppid=12443 vsize=288708 CPUtime=0 cores=0,2
/proc/12452/task/12469/stat : 12469 (python) S 12443 12443 10833 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656942948 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604441015146368 0 0 -1 2 0 0 0
[pid=12470] ppid=12443 vsize=289212 CPUtime=0.25 cores=0,2
/proc/12470/stat : 12470 (python) S 12443 12443 10833 0 -1 4202560 921 0 0 0 15 10 0 0 18 0 1 0 656942949 296153088 5684 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130822 0 0 16781312 514 8415327747462627585 0 0 17 0 0 0 0
/proc/12470/statm: 72303 5684 371 364 0 8218 0
[pid=12472] ppid=12470 vsize=1017800 CPUtime=98.8 cores=0,2
/proc/12472/stat : 12472 (gnovelty+2) R 12470 12472 12472 0 -1 4202496 420 0 0 0 9880 0 0 0 25 0 1 0 656942949 1042227200 158 33554432000 134512640 135663704 4288766848 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12472/statm: 254450 158 113 282 0 254166 0
[pid=12443/tid=12453] ppid=12441 vsize=299456 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656932922 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
[pid=12443/tid=12471] ppid=12441 vsize=299456 CPUtime=0 cores=0,2
/proc/12443/task/12471/stat : 12471 (python) S 12441 12443 10833 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 656942949 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 199.76
Current children cumulated vsize (KiB) 2350064

[startup+200.701 s]
/proc/loadavg: 3.95 3.28 3.41 5/389 12487
/proc/meminfo: memFree=17051076/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=299456 CPUtime=0.45 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 10589 934 1 0 37 8 0 0 20 0 3 0 656932865 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12443/statm: 74864 7187 1870 364 0 10779 0
[pid=12452] ppid=12443 vsize=288708 CPUtime=0.27 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 1151 0 0 0 15 12 0 0 19 0 2 0 656932922 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12452/statm: 72177 5589 415 364 0 8095 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=99.99 cores=0,2
/proc/12454/stat : 12454 (TNM) T 12452 12454 12454 0 -1 4202496 407 0 0 0 9999 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12452/tid=12469] ppid=12443 vsize=288708 CPUtime=0 cores=0,2
/proc/12452/task/12469/stat : 12469 (python) S 12443 12443 10833 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656942948 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604441015146368 0 0 -1 2 0 0 0
[pid=12470] ppid=12443 vsize=289212 CPUtime=0.25 cores=0,2
/proc/12470/stat : 12470 (python) S 12443 12443 10833 0 -1 4202560 921 0 0 0 15 10 0 0 18 0 1 0 656942949 296153088 5684 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130822 0 0 16781312 514 8415327747462627585 0 0 17 0 0 0 0
/proc/12470/statm: 72303 5684 371 364 0 8218 0
[pid=12472] ppid=12470 vsize=1017800 CPUtime=99.6 cores=0,2
/proc/12472/stat : 12472 (gnovelty+2) R 12470 12472 12472 0 -1 4202496 420 0 0 0 9960 0 0 0 25 0 1 0 656942949 1042227200 158 33554432000 134512640 135663704 4288766848 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12472/statm: 254450 158 113 282 0 254166 0
[pid=12443/tid=12453] ppid=12441 vsize=299456 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 3 0 656932922 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
[pid=12443/tid=12471] ppid=12441 vsize=299456 CPUtime=0 cores=0,2
/proc/12443/task/12471/stat : 12471 (python) S 12441 12443 10833 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 656942949 306642944 7187 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.56
Current children cumulated vsize (KiB) 2350064

[startup+201.5 s]
/proc/loadavg: 3.95 3.28 3.41 5/393 12491
/proc/meminfo: memFree=17045948/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=309380 CPUtime=0.47 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 11425 934 1 0 38 9 0 0 20 0 4 0 656932865 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 77345 7113 1872 364 0 13257 0
[pid=12452] ppid=12443 vsize=288708 CPUtime=0.27 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 1151 0 0 0 15 12 0 0 19 0 2 0 656932922 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12452/statm: 72177 5589 415 364 0 8095 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=99.99 cores=0,2
/proc/12454/stat : 12454 (TNM) T 12452 12454 12454 0 -1 4202496 407 0 0 0 9999 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12452/tid=12469] ppid=12443 vsize=288708 CPUtime=0 cores=0,2
/proc/12452/task/12469/stat : 12469 (python) S 12443 12443 10833 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656942948 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604441015146368 0 0 -1 2 0 0 0
[pid=12470] ppid=12443 vsize=289212 CPUtime=0.27 cores=0,2
/proc/12470/stat : 12470 (python) S 12443 12443 10833 0 -1 4202560 1077 0 0 0 16 11 0 0 19 0 2 0 656942949 296153088 5714 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12470/statm: 72303 5714 400 364 0 8218 0
[pid=12472] ppid=12470 vsize=1017800 CPUtime=99.99 cores=0,2
/proc/12472/stat : 12472 (gnovelty+2) T 12470 12472 12472 0 -1 4202496 420 0 0 0 9999 0 0 0 25 0 1 0 656942949 1042227200 158 33554432000 134512640 135663704 4288766848 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12472/statm: 254450 158 113 282 0 254166 0
[pid=12470/tid=12488] ppid=12443 vsize=289212 CPUtime=0 cores=0,2
/proc/12470/task/12488/stat : 12488 (python) S 12443 12443 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656952976 296153088 5714 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604447343676288 0 0 -1 0 0 0 0
[pid=12489] ppid=12443 vsize=299136 CPUtime=0 cores=0,2
/proc/12489/stat : 12489 (python) S 12443 12443 10833 0 -1 4202560 748 0 0 0 0 0 0 0 17 0 1 0 656952977 306315264 5585 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130822 0 0 16781312 514 15597649965692715265 0 0 17 2 0 0 0
/proc/12489/statm: 74784 5585 348 364 0 10696 0
[pid=12491] ppid=12489 vsize=1624 CPUtime=0.37 cores=0,2
/proc/12491/stat : 12491 (march_hi) R 12489 12491 12491 0 -1 4202496 509 0 0 0 37 0 0 0 22 0 1 0 656952977 1662976 244 33554432000 4194304 4955518 140737335260400 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12491/statm: 406 244 104 186 0 219 0
[pid=12443/tid=12453] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 656932922 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
[pid=12443/tid=12471] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12471/stat : 12471 (python) S 12441 12443 10833 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 656942949 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 2 0 0 0
[pid=12443/tid=12490] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12490/stat : 12490 (python) S 12441 12443 10833 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 656952977 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.36
Current children cumulated vsize (KiB) 2660748

[startup+201.701 s]
/proc/loadavg: 3.95 3.28 3.41 5/393 12491
/proc/meminfo: memFree=17045948/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=309380 CPUtime=0.47 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 11425 934 1 0 38 9 0 0 20 0 4 0 656932865 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 77345 7113 1872 364 0 13257 0
[pid=12452] ppid=12443 vsize=288708 CPUtime=0.27 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 1151 0 0 0 15 12 0 0 19 0 2 0 656932922 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12452/statm: 72177 5589 415 364 0 8095 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=99.99 cores=0,2
/proc/12454/stat : 12454 (TNM) T 12452 12454 12454 0 -1 4202496 407 0 0 0 9999 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12452/tid=12469] ppid=12443 vsize=288708 CPUtime=0 cores=0,2
/proc/12452/task/12469/stat : 12469 (python) S 12443 12443 10833 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656942948 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604441015146368 0 0 -1 2 0 0 0
[pid=12470] ppid=12443 vsize=289212 CPUtime=0.27 cores=0,2
/proc/12470/stat : 12470 (python) S 12443 12443 10833 0 -1 4202560 1077 0 0 0 16 11 0 0 19 0 2 0 656942949 296153088 5714 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12470/statm: 72303 5714 400 364 0 8218 0
[pid=12472] ppid=12470 vsize=1017800 CPUtime=99.99 cores=0,2
/proc/12472/stat : 12472 (gnovelty+2) T 12470 12472 12472 0 -1 4202496 420 0 0 0 9999 0 0 0 25 0 1 0 656942949 1042227200 158 33554432000 134512640 135663704 4288766848 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12472/statm: 254450 158 113 282 0 254166 0
[pid=12470/tid=12488] ppid=12443 vsize=289212 CPUtime=0 cores=0,2
/proc/12470/task/12488/stat : 12488 (python) S 12443 12443 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656952976 296153088 5714 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604447343676288 0 0 -1 0 0 0 0
[pid=12489] ppid=12443 vsize=299136 CPUtime=0 cores=0,2
/proc/12489/stat : 12489 (python) S 12443 12443 10833 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 656952977 306315264 5585 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130822 0 0 16781312 514 15597649965692715265 0 0 17 2 0 0 0
/proc/12489/statm: 74784 5585 348 364 0 10696 0
[pid=12491] ppid=12489 vsize=1624 CPUtime=0.57 cores=0,2
/proc/12491/stat : 12491 (march_hi) R 12489 12491 12491 0 -1 4202496 511 0 0 0 57 0 0 0 23 0 1 0 656952977 1662976 246 33554432000 4194304 4955518 140737335260400 18446744073709551615 4209751 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12491/statm: 406 246 104 186 0 219 0
[pid=12443/tid=12453] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 656932922 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
[pid=12443/tid=12471] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12471/stat : 12471 (python) S 12441 12443 10833 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 656942949 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 2 0 0 0
[pid=12443/tid=12490] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12490/stat : 12490 (python) S 12441 12443 10833 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 656952977 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.56
Current children cumulated vsize (KiB) 2660748

[startup+201.801 s]
/proc/loadavg: 3.95 3.28 3.41 5/393 12491
/proc/meminfo: memFree=17045948/32951124 swapFree=67056804/67111528
[pid=12443] ppid=12441 vsize=309380 CPUtime=0.47 cores=0,2
/proc/12443/stat : 12443 (python) S 12441 12443 10833 0 -1 4202496 11425 934 1 0 38 9 0 0 20 0 4 0 656932865 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12443/statm: 77345 7113 1872 364 0 13257 0
[pid=12452] ppid=12443 vsize=288708 CPUtime=0.27 cores=0,2
/proc/12452/stat : 12452 (python) S 12443 12443 10833 0 -1 4202560 1151 0 0 0 15 12 0 0 19 0 2 0 656932922 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12452/statm: 72177 5589 415 364 0 8095 0
[pid=12454] ppid=12452 vsize=454888 CPUtime=99.99 cores=0,2
/proc/12454/stat : 12454 (TNM) T 12452 12454 12454 0 -1 4202496 407 0 0 0 9999 0 0 0 25 0 1 0 656932922 465805312 143 33554432000 134512640 135008748 4291029312 18446744073709551615 134527553 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12454/statm: 113722 143 46 122 0 112622 0
[pid=12452/tid=12469] ppid=12443 vsize=288708 CPUtime=0 cores=0,2
/proc/12452/task/12469/stat : 12469 (python) S 12443 12443 10833 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656942948 295636992 5589 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604441015146368 0 0 -1 2 0 0 0
[pid=12470] ppid=12443 vsize=289212 CPUtime=0.27 cores=0,2
/proc/12470/stat : 12470 (python) S 12443 12443 10833 0 -1 4202560 1077 0 0 0 16 11 0 0 19 0 2 0 656942949 296153088 5714 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12470/statm: 72303 5714 400 364 0 8218 0
[pid=12472] ppid=12470 vsize=1017800 CPUtime=99.99 cores=0,2
/proc/12472/stat : 12472 (gnovelty+2) T 12470 12472 12472 0 -1 4202496 420 0 0 0 9999 0 0 0 25 0 1 0 656942949 1042227200 158 33554432000 134512640 135663704 4288766848 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12472/statm: 254450 158 113 282 0 254166 0
[pid=12470/tid=12488] ppid=12443 vsize=289212 CPUtime=0 cores=0,2
/proc/12470/task/12488/stat : 12488 (python) S 12443 12443 10833 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656952976 296153088 5714 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 514 18446604447343676288 0 0 -1 0 0 0 0
[pid=12489] ppid=12443 vsize=299136 CPUtime=0 cores=0,2
/proc/12489/stat : 12489 (python) S 12443 12443 10833 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 656952977 306315264 5585 33554432000 4194304 5683644 140733401032880 18446744073709551615 270613130822 0 0 16781312 514 15597649965692715265 0 0 17 2 0 0 0
/proc/12489/statm: 74784 5585 348 364 0 10696 0
[pid=12491] ppid=12489 vsize=1624 CPUtime=0.67 cores=0,2
/proc/12491/stat : 12491 (march_hi) R 12489 12491 12491 0 -1 4202496 512 0 0 0 67 0 0 0 23 0 1 0 656952977 1662976 247 33554432000 4194304 4955518 140737335260400 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12491/statm: 406 247 104 186 0 219 0
[pid=12443/tid=12453] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12453/stat : 12453 (python) S 12441 12443 10833 0 -1 4202560 30 934 0 0 0 0 0 0 19 0 4 0 656932922 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
[pid=12443/tid=12471] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12471/stat : 12471 (python) S 12441 12443 10833 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 4 0 656942949 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 2 0 0 0
[pid=12443/tid=12490] ppid=12441 vsize=309380 CPUtime=0 cores=0,2
/proc/12443/task/12490/stat : 12490 (python) S 12441 12443 10833 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 656952977 316805120 7113 33554432000 4194304 5683644 140733401032880 18446744073709551615 270624934321 0 0 16781312 2 18446604448433161472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.66
Current children cumulated vsize (KiB) 2660748

Child status: 0
Real time (s): 201.897
CPU time (s): 201.81
CPU user time (s): 201.455
CPU system time (s): 0.354946
CPU usage (%): 99.957
Max. virtual memory (cumulated for all children) (KiB): 2660748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.455
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21357
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= 1742
involuntary context switches= 818

runsolver used 0.677896 second user time and 1.43678 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 11:55:19
IDJOB=3377458
IDBENCH=82767
IDSOLVER=1857
FILE ID=node108/3377458-1305453319
RUNJOBID= node108-1305453311-12208
PBS_JOBID= 13324850
Free space on /tmp= 73480 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1452052526-056.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-3377458-1305453319/watcher-3377458-1305453319 -o /tmp/evaluation-result-3377458-1305453319/solver-3377458-1305453319 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377458-1305453319.cnf -seed 1588018845 -budget 2400

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

MD5SUM BENCH= 4d66ba50f7a6612793464325a5c5e742
RANDOM SEED=1588018845

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17120664 kB
Buffers:        300172 kB
Cached:        5036152 kB
SwapCached:       8700 kB
Active:       11324084 kB
Inactive:      4181904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17120664 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:          129076 kB
Writeback:           0 kB
AnonPages:    10167048 kB
Mapped:          33512 kB
Slab:           217084 kB
PageTables:      41468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54487900 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= 73452 MiB
End job on node108 at 2011-05-15 11:58:41