Trace number 3377634

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 231.867 232.025

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1409021001-079.UNKNOWN.cnf
MD5SUMcfd96c3ec450000d8fe8684f0b30ec79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.134
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.48	c INFO: solving HOME/instance-3377634-1305456432.cnf
0.31/0.48	c INFO: computing task features
0.31/0.49	c INFO: computed variable-clause graph statistics
0.31/0.49	c INFO: computed clause balance statistics
0.40/0.52	c INFO: computed variable balance statistics
0.40/0.54	c INFO: computed small-clause counts
0.40/0.54	c INFO: computed Horn-clause counts
0.40/0.54	c INFO: computed variable graph statistics
0.40/0.54	c INFO: collected features for HOME/instance-3377634-1305456432.cnf in 0.06 s
0.40/0.56	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.56)
100.63/100.83	c INFO: running TNM@0 for 97 with 2300 remaining (b = 0.05)
200.90/201.10	c INFO: running march_hi@0 for 2200 with 2200 remaining (b = 0.73)
231.76/232.00	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-3377634-1305456432/watcher-3377634-1305456432 -o /tmp/evaluation-result-3377634-1305456432/solver-3377634-1305456432 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377634-1305456432.cnf -seed 1407945015 -budget 2400 

running on 2 cores: 1,3

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.06 2.52 3.11 5/385 22434
/proc/meminfo: memFree=22253676/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=11796 CPUtime=0 cores=1,3
/proc/22434/stat : 22434 (runsolver) R 22432 22434 19943 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 735873698 12079104 49 33554432000 4194304 5432360 140737289078496 18446744073709551615 4881623 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/22434/statm: 2949 49 30 303 0 2643 0

[startup+0.072051 s]
/proc/loadavg: 1.06 2.52 3.11 5/385 22434
/proc/meminfo: memFree=22253676/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=36504 CPUtime=0.04 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 1612 0 0 0 3 1 0 0 17 0 1 0 735873698 37380096 1444 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/22434/statm: 9126 1444 452 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36504

[startup+0.101031 s]
/proc/loadavg: 1.06 2.52 3.11 5/385 22434
/proc/meminfo: memFree=22253676/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=94180 CPUtime=0.06 cores=1,3
/proc/22434/stat : 22434 (python) R 22432 22434 19943 0 -1 4202496 2768 0 0 0 4 2 0 0 17 0 1 0 735873698 96440320 2476 33554432000 4194304 5683644 140733211406400 18446744073709551615 5267200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22434/statm: 23544 2476 765 364 0 1676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94180

[startup+0.300996 s]
/proc/loadavg: 1.06 2.52 3.11 5/385 22434
/proc/meminfo: memFree=22253676/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=151080 CPUtime=0.23 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 6305 934 1 0 17 6 0 0 17 0 1 0 735873698 154705920 4424 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/22434/statm: 37770 4424 1220 364 0 3181 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 151080

[startup+0.700886 s]
/proc/loadavg: 1.06 2.52 3.11 5/385 22434
/proc/meminfo: memFree=22253676/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=288652 CPUtime=0.46 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 9776 934 1 0 37 9 0 0 19 0 2 0 735873698 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 72163 7061 1875 364 0 8081 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 288652

[startup+1.50074 s]
/proc/loadavg: 1.06 2.52 3.11 5/389 22479
/proc/meminfo: memFree=22232480/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=288652 CPUtime=0.46 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 9776 934 1 0 37 9 0 0 19 0 2 0 735873698 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 72163 7061 1875 364 0 8081 0
[pid=22447] ppid=22434 vsize=278408 CPUtime=0 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 735873754 285089792 5536 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085903 0 0 16781312 514 17217713279011389439 0 0 17 1 0 0 0
/proc/22447/statm: 69602 5536 354 364 0 5520 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=0.92 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) R 22447 22449 22449 0 -1 4202496 433 0 0 0 92 0 0 0 21 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22434/tid=22448] ppid=22432 vsize=288652 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735873754 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1584860

[startup+3.10048 s]
/proc/loadavg: 1.06 2.52 3.11 5/389 22514
/proc/meminfo: memFree=22229168/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=288652 CPUtime=0.46 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 9776 934 1 0 37 9 0 0 19 0 2 0 735873698 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 72163 7061 1875 364 0 8081 0
[pid=22447] ppid=22434 vsize=278408 CPUtime=0 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 735873754 285089792 5536 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085903 0 0 16781312 514 17217713279011356935 0 0 17 1 0 0 0
/proc/22447/statm: 69602 5536 354 364 0 5520 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=2.51 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) R 22447 22449 22449 0 -1 4202496 433 0 0 0 251 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22434/tid=22448] ppid=22432 vsize=288652 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735873754 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1584860

[startup+6.30088 s]
/proc/loadavg: 1.30 2.54 3.11 5/389 22554
/proc/meminfo: memFree=22215412/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=288652 CPUtime=0.46 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 9776 934 1 0 37 9 0 0 19 0 2 0 735873698 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 72163 7061 1875 364 0 8081 0
[pid=22447] ppid=22434 vsize=278408 CPUtime=0.01 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 980 0 0 0 0 1 0 0 18 0 1 0 735873754 285089792 5564 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085903 0 0 16781312 514 17217713279011356935 0 0 17 1 0 0 0
/proc/22447/statm: 69602 5564 382 364 0 5520 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=5.69 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) R 22447 22449 22449 0 -1 4202496 433 0 0 0 569 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134525345 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22434/tid=22448] ppid=22432 vsize=288652 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735873754 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1584860

[startup+12.7137 s]
/proc/loadavg: 1.71 2.59 3.12 5/392 22557
/proc/meminfo: memFree=22205572/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=288652 CPUtime=0.46 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 9776 934 1 0 37 9 0 0 19 0 2 0 735873698 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 72163 7061 1875 364 0 8081 0
[pid=22447] ppid=22434 vsize=278408 CPUtime=0.02 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 983 0 0 0 1 1 0 0 18 0 1 0 735873754 285089792 5564 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085903 0 0 16781312 514 10208147427249062151 0 0 17 1 0 0 0
/proc/22447/statm: 69602 5564 382 364 0 5520 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=12.09 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) R 22447 22449 22449 0 -1 4202496 433 0 0 0 1209 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22434/tid=22448] ppid=22432 vsize=288652 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735873754 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1584860

[startup+25.5003 s]
/proc/loadavg: 2.06 2.63 3.13 5/392 22557
/proc/meminfo: memFree=22205856/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=288652 CPUtime=0.46 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 9776 934 1 0 37 9 0 0 19 0 2 0 735873698 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 72163 7061 1875 364 0 8081 0
[pid=22447] ppid=22434 vsize=278408 CPUtime=0.06 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 989 0 0 0 3 3 0 0 18 0 1 0 735873754 285089792 5564 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085903 0 0 16781312 514 10208147427249062151 0 0 17 1 0 0 0
/proc/22447/statm: 69602 5564 382 364 0 5520 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=24.81 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) R 22447 22449 22449 0 -1 4202496 433 0 0 0 2481 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134525162 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22434/tid=22448] ppid=22432 vsize=288652 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735873754 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1584860

[startup+51.1005 s]
/proc/loadavg: 2.79 2.76 3.16 5/392 22558
/proc/meminfo: memFree=22205408/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=288652 CPUtime=0.46 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 9776 934 1 0 37 9 0 0 19 0 2 0 735873698 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 72163 7061 1875 364 0 8081 0
[pid=22447] ppid=22434 vsize=278408 CPUtime=0.12 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 1000 0 0 0 6 6 0 0 18 0 1 0 735873754 285089792 5564 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085903 0 0 16781312 514 10208147427249062151 0 0 17 1 0 0 0
/proc/22447/statm: 69602 5564 382 364 0 5520 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=50.35 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) R 22447 22449 22449 0 -1 4202496 433 0 0 0 5035 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22434/tid=22448] ppid=22432 vsize=288652 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 735873754 295579648 7061 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 1584860

[startup+102.301 s]
/proc/loadavg: 3.47 2.95 3.20 5/404 22571
/proc/meminfo: memFree=22190008/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=299524 CPUtime=0.47 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 10630 934 1 0 38 9 0 0 20 0 3 0 735873698 306712576 7212 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 74881 7212 1878 364 0 10796 0
[pid=22447] ppid=22434 vsize=288652 CPUtime=0.27 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 1157 0 0 0 14 13 0 0 19 0 2 0 735873754 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22447/statm: 72163 5602 415 364 0 8081 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=99.92 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) T 22447 22449 22449 0 -1 4202496 433 0 0 0 9992 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22447/tid=22568] ppid=22434 vsize=288652 CPUtime=0 cores=1,3
/proc/22447/task/22568/stat : 22568 (python) S 22434 22434 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735883780 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461216471808 0 0 -1 3 0 0 0
[pid=22569] ppid=22434 vsize=289280 CPUtime=0 cores=1,3
/proc/22569/stat : 22569 (python) S 22434 22434 19943 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 735883781 296222720 5678 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085958 0 0 16781312 514 1511445862440501247 0 0 17 1 0 0 0
/proc/22569/statm: 72320 5678 348 364 0 8235 0
[pid=22571] ppid=22569 vsize=454916 CPUtime=1.46 cores=1,3
/proc/22571/stat : 22571 (TNM) R 22569 22571 22571 0 -1 4202496 421 0 0 0 146 0 0 0 25 0 1 0 735883781 465833984 160 33554432000 134512640 135008748 4289448096 18446744073709551615 134527553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22571/statm: 113729 160 46 122 0 112629 0
[pid=22434/tid=22448] ppid=22432 vsize=299524 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 735873754 306712576 7212 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22570] ppid=22432 vsize=299524 CPUtime=0 cores=1,3
/proc/22434/task/22570/stat : 22570 (python) S 22432 22434 19943 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 735883781 306712576 7212 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 2350172

[startup+162.314 s]
/proc/loadavg: 3.84 3.15 3.25 5/404 22612
/proc/meminfo: memFree=22176852/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=299524 CPUtime=0.47 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 10630 934 1 0 38 9 0 0 20 0 3 0 735873698 306712576 7212 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 74881 7212 1878 364 0 10796 0
[pid=22447] ppid=22434 vsize=288652 CPUtime=0.27 cores=1,3

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

[pid=22569] ppid=22434 vsize=289280 CPUtime=0.26 cores=1,3
/proc/22569/stat : 22569 (python) S 22434 22434 19943 0 -1 4202560 1096 0 0 0 13 13 0 0 19 0 2 0 735883781 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22569/statm: 72320 5731 400 364 0 8235 0
[pid=22571] ppid=22569 vsize=454916 CPUtime=99.97 cores=1,3
/proc/22571/stat : 22571 (TNM) T 22569 22571 22571 0 -1 4202496 421 0 0 0 9997 0 0 0 25 0 1 0 735883781 465833984 160 33554432000 134512640 135008748 4289448096 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22571/statm: 113729 160 46 122 0 112629 0
[pid=22569/tid=22614] ppid=22434 vsize=289280 CPUtime=0 cores=1,3
/proc/22569/task/22614/stat : 22614 (python) S 22434 22434 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735893807 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22615] ppid=22434 vsize=299104 CPUtime=0.09 cores=1,3
/proc/22615/stat : 22615 (python) S 22434 22434 19943 0 -1 4202560 928 0 0 0 5 4 0 0 15 0 1 0 735893808 306282496 5612 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085958 0 0 16781312 514 8874699311795896581 0 0 17 1 0 0 0
/proc/22615/statm: 74776 5612 371 364 0 10688 0
[pid=22617] ppid=22615 vsize=3176 CPUtime=28.08 cores=1,3
/proc/22617/stat : 22617 (march_hi) R 22615 22617 22617 0 -1 4202496 836 0 0 0 2808 0 0 0 25 0 1 0 735893808 3252224 553 33554432000 4194304 4955518 140736732130432 18446744073709551615 4238465 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22617/statm: 794 553 104 186 0 607 0
[pid=22434/tid=22448] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735873754 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22570] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22570/stat : 22570 (python) S 22432 22434 19943 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 4 0 735883781 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22616] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22616/stat : 22616 (python) S 22432 22434 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 735893808 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 229.07
Current children cumulated vsize (KiB) 2662276

[startup+230.901 s]
/proc/loadavg: 3.95 3.32 3.30 5/416 22626
/proc/meminfo: memFree=22144228/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=309348 CPUtime=0.48 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 11448 934 1 0 39 9 0 0 19 0 4 0 735873698 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 77337 7125 1880 364 0 13249 0
[pid=22447] ppid=22434 vsize=288652 CPUtime=0.27 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 1157 0 0 0 14 13 0 0 19 0 2 0 735873754 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22447/statm: 72163 5602 415 364 0 8081 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=99.92 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) T 22447 22449 22449 0 -1 4202496 433 0 0 0 9992 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22447/tid=22568] ppid=22434 vsize=288652 CPUtime=0 cores=1,3
/proc/22447/task/22568/stat : 22568 (python) S 22434 22434 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735883780 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461216471808 0 0 -1 3 0 0 0
[pid=22569] ppid=22434 vsize=289280 CPUtime=0.26 cores=1,3
/proc/22569/stat : 22569 (python) S 22434 22434 19943 0 -1 4202560 1096 0 0 0 13 13 0 0 19 0 2 0 735883781 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22569/statm: 72320 5731 400 364 0 8235 0
[pid=22571] ppid=22569 vsize=454916 CPUtime=99.97 cores=1,3
/proc/22571/stat : 22571 (TNM) T 22569 22571 22571 0 -1 4202496 421 0 0 0 9997 0 0 0 25 0 1 0 735883781 465833984 160 33554432000 134512640 135008748 4289448096 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22571/statm: 113729 160 46 122 0 112629 0
[pid=22569/tid=22614] ppid=22434 vsize=289280 CPUtime=0 cores=1,3
/proc/22569/task/22614/stat : 22614 (python) S 22434 22434 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735893807 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22615] ppid=22434 vsize=299104 CPUtime=0.09 cores=1,3
/proc/22615/stat : 22615 (python) S 22434 22434 19943 0 -1 4202560 930 0 0 0 5 4 0 0 15 0 1 0 735893808 306282496 5612 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085958 0 0 16781312 514 8874699311795896581 0 0 17 1 0 0 0
/proc/22615/statm: 74776 5612 371 364 0 10688 0
[pid=22617] ppid=22615 vsize=3176 CPUtime=29.67 cores=1,3
/proc/22617/stat : 22617 (march_hi) R 22615 22617 22617 0 -1 4202496 858 0 0 0 2967 0 0 0 25 0 1 0 735893808 3252224 575 33554432000 4194304 4955518 140736732130432 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22617/statm: 794 575 104 186 0 607 0
[pid=22434/tid=22448] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735873754 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22570] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22570/stat : 22570 (python) S 22432 22434 19943 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 4 0 735883781 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22616] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22616/stat : 22616 (python) S 22432 22434 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 735893808 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 230.66
Current children cumulated vsize (KiB) 2662276

[startup+231.701 s]
/proc/loadavg: 3.95 3.32 3.30 5/416 22626
/proc/meminfo: memFree=22143484/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=309348 CPUtime=0.48 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 11448 934 1 0 39 9 0 0 19 0 4 0 735873698 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 77337 7125 1880 364 0 13249 0
[pid=22447] ppid=22434 vsize=288652 CPUtime=0.27 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 1157 0 0 0 14 13 0 0 19 0 2 0 735873754 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22447/statm: 72163 5602 415 364 0 8081 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=99.92 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) T 22447 22449 22449 0 -1 4202496 433 0 0 0 9992 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22447/tid=22568] ppid=22434 vsize=288652 CPUtime=0 cores=1,3
/proc/22447/task/22568/stat : 22568 (python) S 22434 22434 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735883780 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461216471808 0 0 -1 3 0 0 0
[pid=22569] ppid=22434 vsize=289280 CPUtime=0.26 cores=1,3
/proc/22569/stat : 22569 (python) S 22434 22434 19943 0 -1 4202560 1096 0 0 0 13 13 0 0 19 0 2 0 735883781 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22569/statm: 72320 5731 400 364 0 8235 0
[pid=22571] ppid=22569 vsize=454916 CPUtime=99.97 cores=1,3
/proc/22571/stat : 22571 (TNM) T 22569 22571 22571 0 -1 4202496 421 0 0 0 9997 0 0 0 25 0 1 0 735883781 465833984 160 33554432000 134512640 135008748 4289448096 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22571/statm: 113729 160 46 122 0 112629 0
[pid=22569/tid=22614] ppid=22434 vsize=289280 CPUtime=0 cores=1,3
/proc/22569/task/22614/stat : 22614 (python) S 22434 22434 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735893807 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22615] ppid=22434 vsize=299104 CPUtime=0.11 cores=1,3
/proc/22615/stat : 22615 (python) S 22434 22434 19943 0 -1 4202560 937 0 0 0 6 5 0 0 15 0 1 0 735893808 306282496 5612 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085958 0 0 16781312 514 8874699311795896581 0 0 17 1 0 0 0
/proc/22615/statm: 74776 5612 371 364 0 10688 0
[pid=22617] ppid=22615 vsize=3176 CPUtime=30.45 cores=1,3
/proc/22617/stat : 22617 (march_hi) R 22615 22617 22617 0 -1 4202496 869 0 0 0 3045 0 0 0 25 0 1 0 735893808 3252224 586 33554432000 4194304 4955518 140736732130432 18446744073709551615 4238635 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22617/statm: 794 586 104 186 0 607 0
[pid=22434/tid=22448] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735873754 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22570] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22570/stat : 22570 (python) S 22432 22434 19943 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 4 0 735883781 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22616] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22616/stat : 22616 (python) S 22432 22434 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 735893808 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.46
Current children cumulated vsize (KiB) 2662276

[startup+231.901 s]
/proc/loadavg: 3.95 3.32 3.30 5/416 22626
/proc/meminfo: memFree=22143484/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=309348 CPUtime=0.48 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 11448 934 1 0 39 9 0 0 19 0 4 0 735873698 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 77337 7125 1880 364 0 13249 0
[pid=22447] ppid=22434 vsize=288652 CPUtime=0.27 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 1157 0 0 0 14 13 0 0 19 0 2 0 735873754 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22447/statm: 72163 5602 415 364 0 8081 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=99.92 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) T 22447 22449 22449 0 -1 4202496 433 0 0 0 9992 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22447/tid=22568] ppid=22434 vsize=288652 CPUtime=0 cores=1,3
/proc/22447/task/22568/stat : 22568 (python) S 22434 22434 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735883780 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461216471808 0 0 -1 3 0 0 0
[pid=22569] ppid=22434 vsize=289280 CPUtime=0.26 cores=1,3
/proc/22569/stat : 22569 (python) S 22434 22434 19943 0 -1 4202560 1096 0 0 0 13 13 0 0 19 0 2 0 735883781 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22569/statm: 72320 5731 400 364 0 8235 0
[pid=22571] ppid=22569 vsize=454916 CPUtime=99.97 cores=1,3
/proc/22571/stat : 22571 (TNM) T 22569 22571 22571 0 -1 4202496 421 0 0 0 9997 0 0 0 25 0 1 0 735883781 465833984 160 33554432000 134512640 135008748 4289448096 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22571/statm: 113729 160 46 122 0 112629 0
[pid=22569/tid=22614] ppid=22434 vsize=289280 CPUtime=0 cores=1,3
/proc/22569/task/22614/stat : 22614 (python) S 22434 22434 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735893807 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22615] ppid=22434 vsize=299104 CPUtime=0.11 cores=1,3
/proc/22615/stat : 22615 (python) S 22434 22434 19943 0 -1 4202560 939 0 0 0 6 5 0 0 15 0 1 0 735893808 306282496 5612 33554432000 4194304 5683644 140733211406400 18446744073709551615 252458085958 0 0 16781312 514 8874699311795896581 0 0 17 1 0 0 0
/proc/22615/statm: 74776 5612 371 364 0 10688 0
[pid=22617] ppid=22615 vsize=3176 CPUtime=30.65 cores=1,3
/proc/22617/stat : 22617 (march_hi) R 22615 22617 22617 0 -1 4202496 872 0 0 0 3065 0 0 0 25 0 1 0 735893808 3252224 589 33554432000 4194304 4955518 140736732130432 18446744073709551615 4267368 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22617/statm: 794 589 104 186 0 607 0
[pid=22434/tid=22448] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735873754 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22570] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22570/stat : 22570 (python) S 22432 22434 19943 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 4 0 735883781 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22616] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22616/stat : 22616 (python) S 22432 22434 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 735893808 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.66
Current children cumulated vsize (KiB) 2662276

[startup+232.001 s]
/proc/loadavg: 3.95 3.32 3.30 5/416 22626
/proc/meminfo: memFree=22143484/32951124 swapFree=59305796/67111528
[pid=22434] ppid=22432 vsize=309348 CPUtime=0.48 cores=1,3
/proc/22434/stat : 22434 (python) S 22432 22434 19943 0 -1 4202496 11448 934 1 0 39 9 0 0 19 0 4 0 735873698 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22434/statm: 77337 7125 1880 364 0 13249 0
[pid=22447] ppid=22434 vsize=288652 CPUtime=0.27 cores=1,3
/proc/22447/stat : 22447 (python) S 22434 22434 19943 0 -1 4202560 1157 0 0 0 14 13 0 0 19 0 2 0 735873754 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22447/statm: 72163 5602 415 364 0 8081 0
[pid=22449] ppid=22447 vsize=1017800 CPUtime=99.92 cores=1,3
/proc/22449/stat : 22449 (gnovelty+2) T 22447 22449 22449 0 -1 4202496 433 0 0 0 9992 0 0 0 25 0 1 0 735873754 1042227200 169 33554432000 134512640 135663704 4289292192 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22449/statm: 254450 169 113 282 0 254166 0
[pid=22447/tid=22568] ppid=22434 vsize=288652 CPUtime=0 cores=1,3
/proc/22447/task/22568/stat : 22568 (python) S 22434 22434 19943 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735883780 295579648 5602 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461216471808 0 0 -1 3 0 0 0
[pid=22569] ppid=22434 vsize=289280 CPUtime=0.26 cores=1,3
/proc/22569/stat : 22569 (python) S 22434 22434 19943 0 -1 4202560 1096 0 0 0 13 13 0 0 19 0 2 0 735883781 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22569/statm: 72320 5731 400 364 0 8235 0
[pid=22571] ppid=22569 vsize=454916 CPUtime=99.97 cores=1,3
/proc/22571/stat : 22571 (TNM) T 22569 22571 22571 0 -1 4202496 421 0 0 0 9997 0 0 0 25 0 1 0 735883781 465833984 160 33554432000 134512640 135008748 4289448096 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22571/statm: 113729 160 46 122 0 112629 0
[pid=22569/tid=22614] ppid=22434 vsize=289280 CPUtime=0 cores=1,3
/proc/22569/task/22614/stat : 22614 (python) S 22434 22434 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735893807 296222720 5731 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22615] ppid=22434 vsize=299104 CPUtime=0.17 cores=1,3
/proc/22615/stat : 22615 (python) R 22434 22434 19943 0 -1 4202560 943 0 0 0 11 6 0 0 15 0 1 0 735893808 306282496 5612 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469895999 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/22615/statm: 74776 5612 371 364 0 10688 0
[pid=22617] ppid=22615 vsize=0 CPUtime=30.69 cores=1,3
/proc/22617/stat : 22617 (march_hi) R 22615 22617 22617 0 -1 4202500 873 0 0 0 3069 0 0 0 25 0 1 0 735893808 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22617/statm: 0 0 0 0 0 0 0
[pid=22434/tid=22448] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22448/stat : 22448 (python) S 22432 22434 19943 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 4 0 735873754 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22570] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22570/stat : 22570 (python) S 22432 22434 19943 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 4 0 735883781 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
[pid=22434/tid=22616] ppid=22432 vsize=309348 CPUtime=0 cores=1,3
/proc/22434/task/22616/stat : 22616 (python) S 22432 22434 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 4 0 735893808 316772352 7125 33554432000 4194304 5683644 140733211406400 18446744073709551615 252469889457 0 0 16781312 2 18446604457216034816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.76
Current children cumulated vsize (KiB) 2659100

Child status: 0
Real time (s): 232.025
CPU time (s): 231.867
CPU user time (s): 231.407
CPU system time (s): 0.45993
CPU usage (%): 99.9317
Max. virtual memory (cumulated for all children) (KiB): 2662276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 231.407
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21945
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= 3680
involuntary context switches= 1509

runsolver used 0.828873 second user time and 1.80672 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 12:47:12
IDJOB=3377634
IDBENCH=82943
IDSOLVER=1857
FILE ID=node111/3377634-1305456432
RUNJOBID= node111-1305456430-22307
PBS_JOBID= 13324865
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1409021001-079.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-3377634-1305456432/watcher-3377634-1305456432 -o /tmp/evaluation-result-3377634-1305456432/solver-3377634-1305456432 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377634-1305456432.cnf -seed 1407945015 -budget 2400

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

MD5SUM BENCH= cfd96c3ec450000d8fe8684f0b30ec79
RANDOM SEED=1407945015

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:      22253956 kB
Buffers:        289264 kB
Cached:        6884916 kB
SwapCached:      13720 kB
Active:        1491752 kB
Inactive:      8962368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22253956 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:          127468 kB
Writeback:           0 kB
AnonPages:     3275356 kB
Mapped:          25904 kB
Slab:           132608 kB
PageTables:      45668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90989256 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= 73548 MiB
End job on node111 at 2011-05-15 12:51:04