Trace number 3386725

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 4757.86 4737.2

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1383368897-031.UNKNOWN.cnf
MD5SUM4d20714634af5755393f1c67cf27956c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1709.82
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3386725-1305591163.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.47	c INFO: computed clause balance statistics
0.40/0.51	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-3386725-1305591163.cnf in 0.08 s
0.40/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
100.17/100.01	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.35)
493.47/491.56	c INFO: running march_hi@0 for 97 with 4508 remaining (b = 0.12)
592.05/589.62	c INFO: running march_hi@391 for 97 with 4410 remaining (b = 0.10)
689.83/687.08	c INFO: running march_hi@488 for 194 with 4313 remaining (b = 0.18)
881.69/878.03	c INFO: running march_hi@98 for 97 with 4122 remaining (b = 0.07)
982.71/978.69	c INFO: running march_hi@198 for 194 with 4021 remaining (b = 0.16)
1174.75/1169.88	c INFO: running march_hi@0 for 97 with 3830 remaining (b = 0.10)
1273.89/1268.50	c INFO: running march_hi@389 for 97 with 3732 remaining (b = 0.09)
1372.89/1367.19	c INFO: running march_hi@488 for 194 with 3633 remaining (b = 0.15)
1565.43/1558.86	c INFO: running gnovelty+2@0 for 97 with 3441 remaining (b = 0.07)
1668.37/1661.34	c INFO: running march_hi@98 for 291 with 3339 remaining (b = 0.21)
1959.41/1951.16	c INFO: running march_hi@0 for 97 with 3049 remaining (b = 0.10)
2057.53/2048.86	c INFO: running march_hi@388 for 97 with 2951 remaining (b = 0.08)
2156.92/2147.74	c INFO: running march_hi@487 for 194 with 2852 remaining (b = 0.13)
2354.82/2344.89	c INFO: running march_hi@97 for 291 with 2655 remaining (b = 0.19)
2648.03/2636.76	c INFO: running march_hi@0 for 388 with 2363 remaining (b = 0.24)
3039.68/3026.76	c INFO: running march_hi@0 for 97 with 1974 remaining (b = 0.07)
3138.83/3125.42	c INFO: running march_hi@389 for 97 with 1875 remaining (b = 0.06)
3237.76/3223.96	c INFO: running march_hi@98 for 291 with 1776 remaining (b = 0.15)
3530.24/3515.18	c INFO: running march_hi@679 for 1485 with 1485 remaining (b = 0.47)
4757.57/4737.18	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-3386725-1305591163/watcher-3386725-1305591163 -o /tmp/evaluation-result-3386725-1305591163/solver-3386725-1305591163 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386725-1305591163.cnf -seed 112315308 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.06 2.04 2/562 32556
/proc/meminfo: memFree=19125440/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=16396 CPUtime=0.01 cores=0,2,4,6
/proc/32556/stat : 32556 (python) R 32554 32556 31886 0 -1 4202496 1086 0 0 0 1 0 0 0 25 0 1 0 651532576 16789504 957 33554432000 4194304 5683644 140737244396464 18446744073709551615 5210636 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32556/statm: 4099 957 390 364 0 586 0

[startup+0.080662 s]
/proc/loadavg: 1.94 2.06 2.04 2/562 32556
/proc/meminfo: memFree=19125440/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=85624 CPUtime=0.05 cores=0,2,4,6
/proc/32556/stat : 32556 (python) R 32554 32556 31886 0 -1 4202496 2630 0 0 0 4 1 0 0 18 0 1 0 651532576 87678976 2349 33554432000 4194304 5683644 140737244396464 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32556/statm: 21406 2349 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.100648 s]
/proc/loadavg: 1.94 2.06 2.04 2/562 32556
/proc/meminfo: memFree=19125440/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=104228 CPUtime=0.06 cores=0,2,4,6
/proc/32556/stat : 32556 (python) R 32554 32556 31886 0 -1 4202496 3086 0 0 0 4 2 0 0 17 0 1 0 651532576 106729472 2767 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32556/statm: 26057 2767 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300623 s]
/proc/loadavg: 1.94 2.06 2.04 2/562 32556
/proc/meminfo: memFree=19125440/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=190252 CPUtime=0.23 cores=0,2,4,6
/proc/32556/stat : 32556 (python) R 32554 32556 31886 0 -1 4202496 6891 933 1 0 16 7 0 0 17 0 1 0 651532576 194818048 4942 33554432000 4194304 5683644 140737244396464 18446744073709551615 212034731655 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32556/statm: 47563 4942 1422 364 0 3723 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 190252

[startup+0.700504 s]
/proc/loadavg: 1.94 2.06 2.04 2/562 32556
/proc/meminfo: memFree=19125440/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=288820 CPUtime=0.48 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 9820 933 1 0 38 10 0 0 19 0 2 0 651532576 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 72205 7098 1875 364 0 8123 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288820

[startup+1.50042 s]
/proc/loadavg: 1.94 2.06 2.04 3/566 32564
/proc/meminfo: memFree=19099988/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=288820 CPUtime=0.48 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 9820 933 1 0 38 10 0 0 19 0 2 0 651532576 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 72205 7098 1875 364 0 8123 0
[pid=32562] ppid=32556 vsize=278576 CPUtime=0 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 651532634 285261824 5573 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675407 0 0 16781312 514 16374326012978135039 0 0 17 4 0 0 0
/proc/32562/statm: 69644 5573 354 364 0 5562 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=0.91 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) R 32562 32564 32564 0 -1 4202496 443 0 0 0 91 0 0 0 21 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32556/tid=32563] ppid=32554 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 651532634 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585196

[startup+3.10115 s]
/proc/loadavg: 1.94 2.06 2.04 3/566 32564
/proc/meminfo: memFree=19098148/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=288820 CPUtime=0.48 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 9820 933 1 0 38 10 0 0 19 0 2 0 651532576 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 72205 7098 1875 364 0 8123 0
[pid=32562] ppid=32556 vsize=278576 CPUtime=0 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 651532634 285261824 5573 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675407 0 0 16781312 514 16374326012978102531 0 0 17 4 0 0 0
/proc/32562/statm: 69644 5573 354 364 0 5562 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=2.51 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) R 32562 32564 32564 0 -1 4202496 443 0 0 0 251 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 134544137 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32556/tid=32563] ppid=32554 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 651532634 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585196

[startup+6.30058 s]
/proc/loadavg: 1.95 2.06 2.04 3/566 32564
/proc/meminfo: memFree=19097900/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=288820 CPUtime=0.48 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 9820 933 1 0 38 10 0 0 19 0 2 0 651532576 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 72205 7098 1875 364 0 8123 0
[pid=32562] ppid=32556 vsize=278576 CPUtime=0.02 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 883 0 0 0 1 1 0 0 18 0 1 0 651532634 285261824 5596 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675407 0 0 16781312 514 16374326012978102531 0 0 17 4 0 0 0
/proc/32562/statm: 69644 5596 377 364 0 5562 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=5.71 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) R 32562 32564 32564 0 -1 4202496 443 0 0 0 571 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32556/tid=32563] ppid=32554 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 651532634 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585196

[startup+12.7004 s]
/proc/loadavg: 1.95 2.06 2.04 3/566 32564
/proc/meminfo: memFree=19097648/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=288820 CPUtime=0.48 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 9820 933 1 0 38 10 0 0 19 0 2 0 651532576 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 72205 7098 1875 364 0 8123 0
[pid=32562] ppid=32556 vsize=278576 CPUtime=0.04 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 889 0 0 0 2 2 0 0 18 0 1 0 651532634 285261824 5596 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675407 0 0 16781312 514 2170260031369347331 0 0 17 4 0 0 0
/proc/32562/statm: 69644 5596 377 364 0 5562 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=12.11 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) R 32562 32564 32564 0 -1 4202496 443 0 0 0 1211 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32556/tid=32563] ppid=32554 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 651532634 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1585196

[startup+25.5011 s]
/proc/loadavg: 1.96 2.05 2.04 3/570 32569
/proc/meminfo: memFree=19074852/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=288820 CPUtime=0.48 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 9820 933 1 0 38 10 0 0 19 0 2 0 651532576 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 72205 7098 1875 364 0 8123 0
[pid=32562] ppid=32556 vsize=278576 CPUtime=0.08 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 892 0 0 0 4 4 0 0 18 0 1 0 651532634 285261824 5596 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675407 0 0 16781312 514 2170260031369347331 0 0 17 6 0 0 0
/proc/32562/statm: 69644 5596 377 364 0 5562 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=24.91 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) R 32562 32564 32564 0 -1 4202496 443 0 0 0 2491 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32556/tid=32563] ppid=32554 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 651532634 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1585196

[startup+51.1006 s]
/proc/loadavg: 2.10 2.08 2.05 3/570 32569
/proc/meminfo: memFree=19075052/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=288820 CPUtime=0.48 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 9820 933 1 0 38 10 0 0 19 0 2 0 651532576 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 72205 7098 1875 364 0 8123 0
[pid=32562] ppid=32556 vsize=278576 CPUtime=0.18 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 901 0 0 0 9 9 0 0 18 0 1 0 651532634 285261824 5596 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675407 0 0 16781312 514 2170260031369347331 0 0 17 6 0 0 0
/proc/32562/statm: 69644 5596 377 364 0 5562 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=50.51 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) R 32562 32564 32564 0 -1 4202496 443 0 0 0 5051 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32556/tid=32563] ppid=32554 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 651532634 295751680 7098 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 1585196

[startup+102.319 s]
/proc/loadavg: 2.11 2.08 2.05 3/574 32575
/proc/meminfo: memFree=19069368/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=299600 CPUtime=0.51 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 10643 933 1 0 41 10 0 0 20 0 3 0 651532576 306790400 7231 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 74900 7231 1878 364 0 10815 0
[pid=32562] ppid=32556 vsize=288820 CPUtime=0.39 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 1076 0 0 0 21 18 0 0 19 0 2 0 651532634 295751680 5634 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32562/statm: 72205 5634 410 364 0 8123 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=99.4 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) T 32562 32564 32564 0 -1 4202496 443 0 0 0 9940 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 135007681 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32562/tid=32572] ppid=32556 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32562/task/32572/stat : 32572 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651542575 295751680 5634 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604443840236224 0 0 -1 6 0 0 0
[pid=32573] ppid=32556 vsize=289356 CPUtime=0 cores=0,2,4,6
/proc/32573/stat : 32573 (python) S 32556 32556 31886 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 651542578 296300544 5697 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675462 0 0 16781312 514 10916540783087550723 0 0 17 4 0 0 0
/proc/32573/statm: 72339 5697 348 364 0 8254 0
[pid=32575] ppid=32573 vsize=2968 CPUtime=2.29 cores=0,2,4,6
/proc/32575/stat : 32575 (march_hi) R 32573 32575 32575 0 -1 4202496 771 0 0 0 229 0 0 0 25 0 1 0 651542578 3039232 503 33554432000 4194304 4955518 140735298050864 18446744073709551615 4227854 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32575/statm: 742 503 104 186 0 555 0
[pid=32556/tid=32563] ppid=32554 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 3 0 651532634 306790400 7231 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32574] ppid=32554 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32574/stat : 32574 (python) S 32554 32556 31886 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 651542578 306790400 7231 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.59
Current children cumulated vsize (KiB) 1898544

[startup+162.301 s]
/proc/loadavg: 2.04 2.07 2.04 3/574 32576
/proc/meminfo: memFree=19059608/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=299600 CPUtime=0.51 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 10643 933 1 0 41 10 0 0 20 0 3 0 651532576 306790400 7231 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32556/statm: 74900 7231 1878 364 0 10815 0
[pid=32562] ppid=32556 vsize=288820 CPUtime=0.39 cores=0,2,4,6

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

/proc/303/stat : 303 (python) S 32556 32556 31886 0 -1 4202560 1204 0 0 0 95 78 0 0 15 0 2 0 651835252 359333888 5768 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/303/statm: 87728 5768 406 364 0 23625 0
[pid=305] ppid=303 vsize=56228 CPUtime=389.85 cores=0,2,4,6
/proc/305/stat : 305 (march_hi) T 303 305 305 0 -1 4202496 13419 0 0 0 38981 4 0 0 25 0 1 0 651835253 57577472 13150 33554432000 4194304 4955518 140737091318272 18446744073709551615 4209742 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/305/statm: 14057 13150 104 186 0 13870 0
[pid=303/tid=308] ppid=32556 vsize=350912 CPUtime=0 cores=0,2,4,6
/proc/303/task/308/stat : 308 (python) S 32556 32556 31886 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 651845117 359333888 5768 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604444163921856 0 0 -1 6 0 0 0
[pid=32562] ppid=32556 vsize=288820 CPUtime=0.39 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 1076 0 0 0 21 18 0 0 19 0 2 0 651532634 295751680 5634 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32562/statm: 72205 5634 410 364 0 8123 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=99.4 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) T 32562 32564 32564 0 -1 4202496 443 0 0 0 9940 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 135007681 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32562/tid=32572] ppid=32556 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32562/task/32572/stat : 32572 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651542575 295751680 5634 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604443840236224 0 0 -1 6 0 0 0
[pid=32573] ppid=32556 vsize=289356 CPUtime=8.24 cores=0,2,4,6
/proc/32573/stat : 32573 (python) S 32556 32556 31886 0 -1 4202560 1140 0 0 0 453 371 0 0 15 0 2 0 651542578 296300544 5750 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32573/statm: 72339 5750 400 364 0 8254 0
[pid=32575] ppid=32573 vsize=259004 CPUtime=1901.43 cores=0,2,4,6
/proc/32575/stat : 32575 (march_hi) R 32573 32575 32575 0 -1 4202496 48662 0 0 0 190130 13 0 0 25 0 1 0 651542578 265220096 48394 33554432000 4194304 4955518 140735298050864 18446744073709551615 4290789 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32575/statm: 64751 48394 104 186 0 64564 0
[pid=32573/tid=32590] ppid=32556 vsize=289356 CPUtime=0 cores=0,2,4,6
/proc/32573/task/32590/stat : 32590 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651581730 296300544 5750 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604442840922048 0 0 -1 6 0 0 0
[pid=32591] ppid=32556 vsize=299296 CPUtime=2.97 cores=0,2,4,6
/proc/32591/stat : 32591 (python) S 32556 32556 31886 0 -1 4202560 1143 0 0 0 158 139 0 0 15 0 2 0 651581732 306479104 5690 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32591/statm: 74824 5690 400 364 0 10736 0
[pid=32593] ppid=32591 vsize=119684 CPUtime=680.15 cores=0,2,4,6
/proc/32593/stat : 32593 (march_hi) T 32591 32593 32593 0 -1 4202496 20170 0 0 0 68009 6 0 0 25 0 1 0 651581733 122556416 19903 33554432000 4194304 4955518 140736685785712 18446744073709551615 4290851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32593/statm: 29921 19903 104 186 0 29734 0
[pid=32591/tid=32597] ppid=32556 vsize=299296 CPUtime=0 cores=0,2,4,6
/proc/32591/task/32597/stat : 32597 (python) S 32556 32556 31886 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651591535 306479104 5690 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604447485321472 0 0 -1 6 0 0 0
[pid=32616] ppid=32556 vsize=310092 CPUtime=2.96 cores=0,2,4,6
/proc/32616/stat : 32616 (python) S 32556 32556 31886 0 -1 4202560 1161 0 0 0 158 138 0 0 15 0 2 0 651649565 317534208 5820 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32616/statm: 77523 5820 400 364 0 13432 0
[pid=32618] ppid=32616 vsize=119684 CPUtime=684.38 cores=0,2,4,6
/proc/32618/stat : 32618 (march_hi) T 32616 32618 32618 0 -1 4202496 20362 0 0 0 68432 6 0 0 25 0 1 0 651649565 122556416 20090 33554432000 4194304 4955518 140736361119712 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32618/statm: 29921 20090 104 186 0 29734 0
[pid=32616/tid=32622] ppid=32556 vsize=310092 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (python) S 32556 32556 31886 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 651659424 317534208 5820 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604448509380416 0 0 -1 0 0 0 0
[pid=32631] ppid=32556 vsize=320348 CPUtime=0.43 cores=0,2,4,6
/proc/32631/stat : 32631 (python) S 32556 32556 31886 0 -1 4202560 1100 0 0 0 24 19 0 0 19 0 2 0 651688463 328036352 5831 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32631/statm: 80087 5831 400 364 0 15993 0
[pid=32633] ppid=32631 vsize=1017800 CPUtime=102.44 cores=0,2,4,6
/proc/32633/stat : 32633 (gnovelty+2) T 32631 32633 32633 0 -1 4202496 444 0 0 0 10244 0 0 0 25 0 1 0 651688463 1042227200 178 33554432000 134512640 135663704 4293693328 18446744073709551615 135008502 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32633/statm: 254450 178 113 282 0 254166 0
[pid=32631/tid=32636] ppid=32556 vsize=320348 CPUtime=0 cores=0,2,4,6
/proc/32631/task/32636/stat : 32636 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651698708 328036352 5831 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604451014795456 0 0 -1 6 0 0 0
[pid=32653] ppid=32556 vsize=330812 CPUtime=2.15 cores=0,2,4,6
/proc/32653/stat : 32653 (python) S 32556 32556 31886 0 -1 4202560 1166 0 0 0 119 96 0 0 15 0 2 0 651727692 338751488 5857 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32653/statm: 82703 5857 400 364 0 18606 0
[pid=32655] ppid=32653 vsize=75872 CPUtime=488.05 cores=0,2,4,6
/proc/32655/stat : 32655 (march_hi) T 32653 32655 32655 0 -1 4202496 15085 0 0 0 48802 3 0 0 25 0 1 0 651727693 77692928 14818 33554432000 4194304 4955518 140735593918416 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32655/statm: 18968 14818 104 186 0 18781 0
[pid=32653/tid=32699] ppid=32556 vsize=330812 CPUtime=0 cores=0,2,4,6
/proc/32653/task/32699/stat : 32699 (python) S 32556 32556 31886 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651737461 338751488 5857 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604443840235328 0 0 -1 6 0 0 0
[pid=32739] ppid=32556 vsize=341068 CPUtime=1.74 cores=0,2,4,6
/proc/32739/stat : 32739 (python) S 32556 32556 31886 0 -1 4202560 1164 0 0 0 95 79 0 0 16 0 2 0 651796253 349253632 5861 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32739/statm: 85267 5861 400 364 0 21167 0
[pid=32741] ppid=32739 vsize=56228 CPUtime=389.92 cores=0,2,4,6
/proc/32741/stat : 32741 (march_hi) T 32739 32741 32741 0 -1 4202496 12804 0 0 0 38989 3 0 0 25 0 1 0 651796253 57577472 12535 33554432000 4194304 4955518 140736095033808 18446744073709551615 4224628 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32741/statm: 14057 12535 104 186 0 13870 0
[pid=32739/tid=302] ppid=32556 vsize=341068 CPUtime=0 cores=0,2,4,6
/proc/32739/task/302/stat : 302 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 651835251 349253632 5861 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604447106548032 0 0 -1 6 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 651532634 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32574] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32574/stat : 32574 (python) S 32554 32556 31886 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 651542578 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32592] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32592/stat : 32592 (python) S 32554 32556 31886 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 651581733 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32617] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32617/stat : 32617 (python) S 32554 32556 31886 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 9 0 651649565 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32632] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32632/stat : 32632 (python) S 32554 32556 31886 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 651688463 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
[pid=32556/tid=32654] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32654/stat : 32654 (python) S 32554 32556 31886 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 651727692 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
[pid=32556/tid=32740] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32740/stat : 32740 (python) S 32554 32556 31886 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 651796253 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
[pid=32556/tid=304] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/304/stat : 304 (python) S 32554 32556 31886 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 9 0 651835252 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4757.17
Current children cumulated vsize (KiB) 5614064

[startup+4737.1 s]
/proc/loadavg: 2.01 2.06 2.01 3/580 498
/proc/meminfo: memFree=18364760/32951124 swapFree=51873468/67111528
[pid=32556] ppid=32554 vsize=361060 CPUtime=0.94 cores=0,2,4,6
/proc/32556/stat : 32556 (python) S 32554 32556 31886 0 -1 4202496 16989 933 1 0 83 11 0 0 18 0 9 0 651532576 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32556/statm: 90265 7263 1890 364 0 26162 0
[pid=303] ppid=32556 vsize=350912 CPUtime=1.73 cores=0,2,4,6
/proc/303/stat : 303 (python) S 32556 32556 31886 0 -1 4202560 1204 0 0 0 95 78 0 0 15 0 2 0 651835252 359333888 5768 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/303/statm: 87728 5768 406 364 0 23625 0
[pid=305] ppid=303 vsize=56228 CPUtime=389.85 cores=0,2,4,6
/proc/305/stat : 305 (march_hi) T 303 305 305 0 -1 4202496 13419 0 0 0 38981 4 0 0 25 0 1 0 651835253 57577472 13150 33554432000 4194304 4955518 140737091318272 18446744073709551615 4209742 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/305/statm: 14057 13150 104 186 0 13870 0
[pid=303/tid=308] ppid=32556 vsize=350912 CPUtime=0 cores=0,2,4,6
/proc/303/task/308/stat : 308 (python) S 32556 32556 31886 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 651845117 359333888 5768 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604444163921856 0 0 -1 6 0 0 0
[pid=32562] ppid=32556 vsize=288820 CPUtime=0.39 cores=0,2,4,6
/proc/32562/stat : 32562 (python) S 32556 32556 31886 0 -1 4202560 1076 0 0 0 21 18 0 0 19 0 2 0 651532634 295751680 5634 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32562/statm: 72205 5634 410 364 0 8123 0
[pid=32564] ppid=32562 vsize=1017800 CPUtime=99.4 cores=0,2,4,6
/proc/32564/stat : 32564 (gnovelty+2) T 32562 32564 32564 0 -1 4202496 443 0 0 0 9940 0 0 0 25 0 1 0 651532634 1042227200 177 33554432000 134512640 135663704 4290698096 18446744073709551615 135007681 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32564/statm: 254450 177 113 282 0 254166 0
[pid=32562/tid=32572] ppid=32556 vsize=288820 CPUtime=0 cores=0,2,4,6
/proc/32562/task/32572/stat : 32572 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651542575 295751680 5634 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604443840236224 0 0 -1 6 0 0 0
[pid=32573] ppid=32556 vsize=289356 CPUtime=8.24 cores=0,2,4,6
/proc/32573/stat : 32573 (python) R 32556 32556 31886 0 -1 4202560 1140 0 0 0 453 371 0 0 15 0 2 0 651542578 296300544 5750 33554432000 4194304 5683644 140737244396464 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32573/statm: 72339 5750 400 364 0 8254 0
[pid=32575] ppid=32573 vsize=259004 CPUtime=1901.83 cores=0,2,4,6
/proc/32575/stat : 32575 (march_hi) R 32573 32575 32575 0 -1 4202496 48668 0 0 0 190170 13 0 0 25 0 1 0 651542578 265220096 48400 33554432000 4194304 4955518 140735298050864 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32575/statm: 64751 48400 104 186 0 64564 0
[pid=32573/tid=32590] ppid=32556 vsize=289356 CPUtime=0 cores=0,2,4,6
/proc/32573/task/32590/stat : 32590 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651581730 296300544 5750 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604442840922048 0 0 -1 6 0 0 0
[pid=32591] ppid=32556 vsize=299296 CPUtime=2.97 cores=0,2,4,6
/proc/32591/stat : 32591 (python) S 32556 32556 31886 0 -1 4202560 1143 0 0 0 158 139 0 0 15 0 2 0 651581732 306479104 5690 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32591/statm: 74824 5690 400 364 0 10736 0
[pid=32593] ppid=32591 vsize=119684 CPUtime=680.15 cores=0,2,4,6
/proc/32593/stat : 32593 (march_hi) T 32591 32593 32593 0 -1 4202496 20170 0 0 0 68009 6 0 0 25 0 1 0 651581733 122556416 19903 33554432000 4194304 4955518 140736685785712 18446744073709551615 4290851 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32593/statm: 29921 19903 104 186 0 29734 0
[pid=32591/tid=32597] ppid=32556 vsize=299296 CPUtime=0 cores=0,2,4,6
/proc/32591/task/32597/stat : 32597 (python) S 32556 32556 31886 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651591535 306479104 5690 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604447485321472 0 0 -1 6 0 0 0
[pid=32616] ppid=32556 vsize=310092 CPUtime=2.96 cores=0,2,4,6
/proc/32616/stat : 32616 (python) S 32556 32556 31886 0 -1 4202560 1161 0 0 0 158 138 0 0 15 0 2 0 651649565 317534208 5820 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32616/statm: 77523 5820 400 364 0 13432 0
[pid=32618] ppid=32616 vsize=119684 CPUtime=684.38 cores=0,2,4,6
/proc/32618/stat : 32618 (march_hi) T 32616 32618 32618 0 -1 4202496 20362 0 0 0 68432 6 0 0 25 0 1 0 651649565 122556416 20090 33554432000 4194304 4955518 140736361119712 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32618/statm: 29921 20090 104 186 0 29734 0
[pid=32616/tid=32622] ppid=32556 vsize=310092 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (python) S 32556 32556 31886 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 651659424 317534208 5820 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604448509380416 0 0 -1 0 0 0 0
[pid=32631] ppid=32556 vsize=320348 CPUtime=0.43 cores=0,2,4,6
/proc/32631/stat : 32631 (python) S 32556 32556 31886 0 -1 4202560 1100 0 0 0 24 19 0 0 19 0 2 0 651688463 328036352 5831 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32631/statm: 80087 5831 400 364 0 15993 0
[pid=32633] ppid=32631 vsize=1017800 CPUtime=102.44 cores=0,2,4,6
/proc/32633/stat : 32633 (gnovelty+2) T 32631 32633 32633 0 -1 4202496 444 0 0 0 10244 0 0 0 25 0 1 0 651688463 1042227200 178 33554432000 134512640 135663704 4293693328 18446744073709551615 135008502 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32633/statm: 254450 178 113 282 0 254166 0
[pid=32631/tid=32636] ppid=32556 vsize=320348 CPUtime=0 cores=0,2,4,6
/proc/32631/task/32636/stat : 32636 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651698708 328036352 5831 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604451014795456 0 0 -1 6 0 0 0
[pid=32653] ppid=32556 vsize=330812 CPUtime=2.15 cores=0,2,4,6
/proc/32653/stat : 32653 (python) S 32556 32556 31886 0 -1 4202560 1166 0 0 0 119 96 0 0 15 0 2 0 651727692 338751488 5857 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32653/statm: 82703 5857 400 364 0 18606 0
[pid=32655] ppid=32653 vsize=75872 CPUtime=488.05 cores=0,2,4,6
/proc/32655/stat : 32655 (march_hi) T 32653 32655 32655 0 -1 4202496 15085 0 0 0 48802 3 0 0 25 0 1 0 651727693 77692928 14818 33554432000 4194304 4955518 140735593918416 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32655/statm: 18968 14818 104 186 0 18781 0
[pid=32653/tid=32699] ppid=32556 vsize=330812 CPUtime=0 cores=0,2,4,6
/proc/32653/task/32699/stat : 32699 (python) S 32556 32556 31886 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 651737461 338751488 5857 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604443840235328 0 0 -1 6 0 0 0
[pid=32739] ppid=32556 vsize=341068 CPUtime=1.74 cores=0,2,4,6
/proc/32739/stat : 32739 (python) S 32556 32556 31886 0 -1 4202560 1164 0 0 0 95 79 0 0 16 0 2 0 651796253 349253632 5861 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32739/statm: 85267 5861 400 364 0 21167 0
[pid=32741] ppid=32739 vsize=56228 CPUtime=389.92 cores=0,2,4,6
/proc/32741/stat : 32741 (march_hi) T 32739 32741 32741 0 -1 4202496 12804 0 0 0 38989 3 0 0 25 0 1 0 651796253 57577472 12535 33554432000 4194304 4955518 140736095033808 18446744073709551615 4224628 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32741/statm: 14057 12535 104 186 0 13870 0
[pid=32739/tid=302] ppid=32556 vsize=341068 CPUtime=0 cores=0,2,4,6
/proc/32739/task/302/stat : 302 (python) S 32556 32556 31886 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 651835251 349253632 5861 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 514 18446604447106548032 0 0 -1 6 0 0 0
[pid=32556/tid=32563] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32563/stat : 32563 (python) S 32554 32556 31886 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 651532634 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32574] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32574/stat : 32574 (python) S 32554 32556 31886 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 651542578 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32592] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32592/stat : 32592 (python) S 32554 32556 31886 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 651581733 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32617] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32617/stat : 32617 (python) S 32554 32556 31886 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 9 0 651649565 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 4 0 0 0
[pid=32556/tid=32632] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32632/stat : 32632 (python) S 32554 32556 31886 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 651688463 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
[pid=32556/tid=32654] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32654/stat : 32654 (python) S 32554 32556 31886 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 651727692 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
[pid=32556/tid=32740] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/32740/stat : 32740 (python) S 32554 32556 31886 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 651796253 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
[pid=32556/tid=304] ppid=32554 vsize=361060 CPUtime=0 cores=0,2,4,6
/proc/32556/task/304/stat : 304 (python) S 32554 32556 31886 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 9 0 651835252 369725440 7263 33554432000 4194304 5683644 140737244396464 18446744073709551615 212051478961 0 0 16781312 2 18446604452428456320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4757.57
Current children cumulated vsize (KiB) 5614064

Child status: 0
Real time (s): 4737.2
CPU time (s): 4757.86
CPU user time (s): 4747.89
CPU system time (s): 9.96748
CPU usage (%): 100.436
Max. virtual memory (cumulated for all children) (KiB): 5614068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4747.89
system time used= 9.96748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162842
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= 8316
involuntary context switches= 8700

runsolver used 32.949 second user time and 65.0691 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-17 02:12:43
IDJOB=3386725
IDBENCH=82790
IDSOLVER=1872
FILE ID=node146/3386725-1305591163
RUNJOBID= node146-1305586142-31904
PBS_JOBID= 13350332
Free space on /tmp= 73160 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1383368897-031.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-3386725-1305591163/watcher-3386725-1305591163 -o /tmp/evaluation-result-3386725-1305591163/solver-3386725-1305591163 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386725-1305591163.cnf -seed 112315308 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4d20714634af5755393f1c67cf27956c
RANDOM SEED=112315308

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19125596 kB
Buffers:        228372 kB
Cached:        1504088 kB
SwapCached:      56140 kB
Active:       10681012 kB
Inactive:      2849044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19125596 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:           32300 kB
Writeback:           0 kB
AnonPages:    11748920 kB
Mapped:          34348 kB
Slab:           119968 kB
PageTables:     104172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158048924 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= 73116 MiB
End job on node146 at 2011-05-17 03:31:40