Trace number 3386681

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 3783.23 3784.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1514125851-037.UNKNOWN.cnf
MD5SUM7ce6e28d94f25a5004daf47b6c05c693
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark954.825
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.42/7.38	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/7.38	c INFO: solving HOME/instance-3386681-1307741588.cnf
0.42/7.38	c INFO: computing task features
0.42/7.39	c INFO: computed variable-clause graph statistics
0.42/7.39	c INFO: computed clause balance statistics
0.45/7.42	c INFO: computed variable balance statistics
0.45/7.45	c INFO: computed small-clause counts
0.45/7.45	c INFO: computed Horn-clause counts
0.45/7.46	c INFO: computed variable graph statistics
0.45/7.46	c INFO: collected features for HOME/instance-3386681-1307741588.cnf in 0.08 s
0.52/7.54	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
100.69/107.68	c INFO: running march_hi@0 for 388 with 4899 remaining (b = 0.35)
490.48/496.99	c INFO: running march_hi@0 for 97 with 4510 remaining (b = 0.12)
592.60/598.93	c INFO: running march_hi@389 for 97 with 4408 remaining (b = 0.10)
688.84/695.09	c INFO: running march_hi@485 for 194 with 4312 remaining (b = 0.18)
885.89/891.81	c INFO: running march_hi@101 for 97 with 4115 remaining (b = 0.07)
980.41/986.23	c INFO: running march_hi@196 for 194 with 4021 remaining (b = 0.16)
1177.89/1183.40	c INFO: running march_hi@0 for 97 with 3824 remaining (b = 0.10)
1279.81/1285.23	c INFO: running march_hi@393 for 97 with 3722 remaining (b = 0.09)
1376.06/1381.30	c INFO: running march_hi@489 for 194 with 3626 remaining (b = 0.15)
1566.44/1571.47	c INFO: running gnovelty+2@0 for 97 with 3436 remaining (b = 0.07)
1666.78/1671.62	c INFO: running march_hi@101 for 291 with 3335 remaining (b = 0.21)
1957.30/1961.73	c INFO: running march_hi@0 for 97 with 3045 remaining (b = 0.10)
2059.05/2063.32	c INFO: running march_hi@391 for 97 with 2944 remaining (b = 0.08)
2153.88/2158.05	c INFO: running march_hi@486 for 194 with 2849 remaining (b = 0.13)
2349.79/2353.61	c INFO: running march_hi@101 for 291 with 2654 remaining (b = 0.19)
2639.31/2642.76	c INFO: running march_hi@0 for 388 with 2364 remaining (b = 0.24)
3028.87/3031.72	c INFO: running march_hi@0 for 97 with 1975 remaining (b = 0.07)
3130.51/3133.27	c INFO: running march_hi@390 for 97 with 1874 remaining (b = 0.06)
3230.18/3232.80	c INFO: running march_hi@101 for 291 with 1774 remaining (b = 0.15)
3519.71/3521.82	c INFO: running march_hi@682 for 1485 with 1485 remaining (b = 0.47)
3783.03/3784.72	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386681-1307741588/watcher-3386681-1307741588 -o /tmp/evaluation-result-3386681-1307741588/solver-3386681-1307741588 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386681-1307741588.cnf -seed 794573573 -budget 5000 

running on 4 cores: 1,3,5,7

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: 0.16 0.03 0.01 2/176 7635
/proc/meminfo: memFree=31586680/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/7633/stat : 7633 (runsolver) S 7630 7633 7590 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 885757618 12087296 56 33554432000 4194304 5436572 140734179160416 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 3 0 0 0
/proc/7633/statm: 2951 56 36 304 0 2643 0

[startup+0.0976051 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7635
/proc/meminfo: memFree=31586680/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 712 0 0 0 0 0 0 0 17 0 1 0 885757618 15548416 603 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699953811 0 0 17 5 0 0 0
/proc/7633/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.1006 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7635
/proc/meminfo: memFree=31586680/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 712 0 0 0 0 0 0 0 17 0 1 0 885757618 15548416 603 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699953811 0 0 17 5 0 0 0
/proc/7633/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300559 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7635
/proc/meminfo: memFree=31586680/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 927 0 0 0 0 0 0 0 15 0 1 0 885757618 16150528 806 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/7633/statm: 3943 806 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+0.700514 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 7635
/proc/meminfo: memFree=31586680/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=16536 CPUtime=0.01 cores=1,3,5,7
/proc/7633/stat : 7633 (python) R 7630 7633 7590 0 -1 4202496 1186 0 0 0 1 0 0 0 15 0 1 0 885757618 16932864 1046 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204647168 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7633/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+1.50035 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 7637
/proc/meminfo: memFree=31583548/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=38900 CPUtime=0.04 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 1629 0 0 0 3 1 0 0 16 0 1 0 885757618 39833600 1457 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/7633/statm: 9725 1457 455 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38900

[startup+3.10112 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 7637
/proc/meminfo: memFree=31577844/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=104216 CPUtime=0.07 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 3040 0 0 0 4 3 0 0 15 0 1 0 885757618 106717184 2727 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699953811 0 0 17 5 0 0 0
/proc/7633/statm: 26054 2727 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216
heavy processes:

[startup+6.30056 s]
/proc/loadavg: 0.15 0.03 0.01 3/178 7645
/proc/meminfo: memFree=31559220/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=245912 CPUtime=0.36 cores=1,3,5,7
/proc/7633/stat : 7633 (python) R 7630 7633 7590 0 -1 4202496 8058 933 1 0 22 14 0 0 15 0 1 0 885757618 251813888 5944 33554432000 4194304 5683644 140734532267904 18446744073709551615 4940364 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7633/statm: 61478 5944 1621 364 0 4480 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 245912
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 0.29 0.06 0.02 3/184 7652
/proc/meminfo: memFree=31505736/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=288824 CPUtime=0.54 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 9826 933 1 0 38 16 0 0 18 0 2 0 885757618 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7633/statm: 72206 7098 1875 364 0 8124 0
[pid=7646] ppid=7633 vsize=278580 CPUtime=0 cores=1,3,5,7
/proc/7646/stat : 7646 (python) S 7633 7633 7590 0 -1 4202560 877 0 0 0 0 0 0 0 18 0 1 0 885758372 285265920 5595 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204667407 0 0 16781312 514 4443492629509800200 0 0 17 7 0 0 0
/proc/7646/statm: 69645 5595 376 364 0 5563 0
[pid=7648] ppid=7646 vsize=1017800 CPUtime=5.14 cores=1,3,5,7
/proc/7648/stat : 7648 (gnovelty+2) R 7646 7648 7648 0 -1 4202496 439 0 0 0 514 0 0 0 25 0 1 0 885758372 1042227200 177 33554432000 134512640 135663704 4289284832 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7648/statm: 254450 177 113 282 0 254166 0
[pid=7633/tid=7647] ppid=7630 vsize=288824 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7647/stat : 7647 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 885758372 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 1585204
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 0.67 0.16 0.05 3/184 7652
/proc/meminfo: memFree=31506824/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=288824 CPUtime=0.54 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 9826 933 1 0 38 16 0 0 18 0 2 0 885757618 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7633/statm: 72206 7098 1875 364 0 8124 0
[pid=7646] ppid=7633 vsize=278580 CPUtime=0.02 cores=1,3,5,7
/proc/7646/stat : 7646 (python) S 7633 7633 7590 0 -1 4202560 883 0 0 0 1 1 0 0 18 0 1 0 885758372 285265920 5596 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204667407 0 0 16781312 514 7797226290792071432 0 0 17 7 0 0 0
/proc/7646/statm: 69645 5596 377 364 0 5563 0
[pid=7648] ppid=7646 vsize=1017800 CPUtime=17.94 cores=1,3,5,7
/proc/7648/stat : 7648 (gnovelty+2) R 7646 7648 7648 0 -1 4202496 439 0 0 0 1794 0 0 0 25 0 1 0 885758372 1042227200 177 33554432000 134512640 135663704 4289284832 18446744073709551615 134544370 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7648/statm: 254450 177 113 282 0 254166 0
[pid=7633/tid=7647] ppid=7630 vsize=288824 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7647/stat : 7647 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 885758372 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.5
Current children cumulated vsize (KiB) 1585204
heavy processes:

[startup+51.101 s]
/proc/loadavg: 1.12 0.30 0.10 3/184 7653
/proc/meminfo: memFree=31506380/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=288824 CPUtime=0.54 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 9826 933 1 0 38 16 0 0 18 0 2 0 885757618 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7633/statm: 72206 7098 1875 364 0 8124 0
[pid=7646] ppid=7633 vsize=278580 CPUtime=0.04 cores=1,3,5,7
/proc/7646/stat : 7646 (python) S 7633 7633 7590 0 -1 4202560 892 0 0 0 2 2 0 0 18 0 1 0 885758372 285265920 5596 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204667407 0 0 16781312 514 7797226290792071432 0 0 17 7 0 0 0
/proc/7646/statm: 69645 5596 377 364 0 5563 0
[pid=7648] ppid=7646 vsize=1017800 CPUtime=43.54 cores=1,3,5,7
/proc/7648/stat : 7648 (gnovelty+2) R 7646 7648 7648 0 -1 4202496 439 0 0 0 4354 0 0 0 25 0 1 0 885758372 1042227200 177 33554432000 134512640 135663704 4289284832 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7648/statm: 254450 177 113 282 0 254166 0
[pid=7633/tid=7647] ppid=7630 vsize=288824 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7647/stat : 7647 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 885758372 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.12
Current children cumulated vsize (KiB) 1585204

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.20 3/184 7654
/proc/meminfo: memFree=31506972/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=288824 CPUtime=0.54 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 9826 933 1 0 38 16 0 0 18 0 2 0 885757618 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7633/statm: 72206 7098 1875 364 0 8124 0
[pid=7646] ppid=7633 vsize=278580 CPUtime=0.11 cores=1,3,5,7
/proc/7646/stat : 7646 (python) S 7633 7633 7590 0 -1 4202560 910 0 0 0 6 5 0 0 18 0 1 0 885758372 285265920 5596 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204667407 0 0 16781312 514 7797226290792071432 0 0 17 7 0 0 0
/proc/7646/statm: 69645 5596 377 364 0 5563 0
[pid=7648] ppid=7646 vsize=1017800 CPUtime=94.75 cores=1,3,5,7
/proc/7648/stat : 7648 (gnovelty+2) R 7646 7648 7648 0 -1 4202496 439 0 0 0 9475 0 0 0 25 0 1 0 885758372 1042227200 177 33554432000 134512640 135663704 4289284832 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7648/statm: 254450 177 113 282 0 254166 0
[pid=7633/tid=7647] ppid=7630 vsize=288824 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7647/stat : 7647 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 2 0 885758372 295755776 7098 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 95.4
Current children cumulated vsize (KiB) 1585204

[startup+162.301 s]
/proc/loadavg: 1.86 0.82 0.31 3/192 7664
/proc/meminfo: memFree=31464460/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=299600 CPUtime=0.57 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 10654 933 1 0 41 16 0 0 19 0 3 0 885757618 306790400 7231 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7633/statm: 74900 7231 1878 364 0 10815 0
[pid=7646] ppid=7633 vsize=288824 CPUtime=0.11 cores=1,3,5,7
/proc/7646/stat : 7646 (python) S 7633 7633 7590 0 -1 4202560 1065 0 0 0 6 5 0 0 19 0 2 0 885758372 295755776 5634 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7646/statm: 72206 5634 410 364 0 8124 0
[pid=7648] ppid=7646 vsize=1017800 CPUtime=100.1 cores=1,3,5,7
/proc/7648/stat : 7648 (gnovelty+2) T 7646 7648 7648 0 -1 4202496 439 0 0 0 10010 0 0 0 25 0 1 0 885758372 1042227200 177 33554432000 134512640 135663704 4289284832 18446744073709551615 134524854 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7648/statm: 254450 177 113 282 0 254166 0
[pid=7646/tid=7655] ppid=7633 vsize=288824 CPUtime=0 cores=1,3,5,7
/proc/7646/task/7655/stat : 7655 (python) S 7633 7633 7590 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885768384 295755776 5634 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604471127143680 0 0 -1 7 0 0 0
[pid=7656] ppid=7633 vsize=289356 CPUtime=0.07 cores=1,3,5,7
/proc/7656/stat : 7656 (python) S 7633 7633 7590 0 -1 4202560 906 0 0 0 3 4 0 0 15 0 1 0 885768387 296300544 5720 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204667462 0 0 16781312 514 4611576071559545096 0 0 17 1 0 0 0
/proc/7656/statm: 72339 5720 371 364 0 8254 0
[pid=7658] ppid=7656 vsize=11936 CPUtime=54.6 cores=1,3,5,7
/proc/7658/stat : 7658 (march_hi) R 7656 7658 7658 0 -1 4202496 2631 0 0 0 5460 0 0 0 25 0 1 0 885768387 12222464 2369 33554432000 4194304 4955518 140737479142592 18446744073709551615 4235388 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7658/statm: 2984 2369 104 186 0 2797 0
[pid=7633/tid=7647] ppid=7630 vsize=299600 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7647/stat : 7647 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 3 0 885758372 306790400 7231 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7657] ppid=7630 vsize=299600 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7657/stat : 7657 (python) S 7630 7633 7590 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 885768387 306790400 7231 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 155.45
Current children cumulated vsize (KiB) 1907516

[startup+222.301 s]
/proc/loadavg: 1.95 1.03 0.41 3/196 7669
/proc/meminfo: memFree=31426184/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=299600 CPUtime=0.57 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 10654 933 1 0 41 16 0 0 19 0 3 0 885757618 306790400 7231 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7633/statm: 74900 7231 1878 364 0 10815 0
[pid=7646] ppid=7633 vsize=288824 CPUtime=0.11 cores=1,3,5,7
/proc/7646/stat : 7646 (python) S 7633 7633 7590 0 -1 4202560 1065 0 0 0 6 5 0 0 19 0 2 0 885758372 295755776 5634 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7646/statm: 72206 5634 410 364 0 8124 0
[pid=7648] ppid=7646 vsize=1017800 CPUtime=100.1 cores=1,3,5,7

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

Current children cumulated CPU time (s) 3782.25
Current children cumulated vsize (KiB) 5873752

[startup+3784.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/262 7842
/proc/meminfo: memFree=30708464/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=427076 CPUtime=0.99 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 16805 933 1 0 81 18 0 0 18 0 9 0 885757618 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7633/statm: 106769 7376 1890 364 0 42666 0
[pid=7646] ppid=7633 vsize=288824 CPUtime=0.11 cores=1,3,5,7
/proc/7646/stat : 7646 (python) S 7633 7633 7590 0 -1 4202560 1065 0 0 0 6 5 0 0 19 0 2 0 885758372 295755776 5634 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7646/statm: 72206 5634 410 364 0 8124 0
[pid=7648] ppid=7646 vsize=1017800 CPUtime=100.1 cores=1,3,5,7
/proc/7648/stat : 7648 (gnovelty+2) T 7646 7648 7648 0 -1 4202496 439 0 0 0 10010 0 0 0 25 0 1 0 885758372 1042227200 177 33554432000 134512640 135663704 4289284832 18446744073709551615 134524854 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7648/statm: 254450 177 113 282 0 254166 0
[pid=7646/tid=7655] ppid=7633 vsize=288824 CPUtime=0 cores=1,3,5,7
/proc/7646/task/7655/stat : 7655 (python) S 7633 7633 7590 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 885768384 295755776 5634 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604471127143680 0 0 -1 7 0 0 0
[pid=7656] ppid=7633 vsize=289356 CPUtime=1.28 cores=1,3,5,7
/proc/7656/stat : 7656 (python) S 7633 7633 7590 0 -1 4202560 1124 0 0 0 69 59 0 0 15 0 2 0 885768387 296300544 5750 33554432000 4194304 5683644 140734532267904 18446744073709551615 210204667462 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7656/statm: 72339 5750 400 364 0 8254 0
[pid=7658] ppid=7656 vsize=120756 CPUtime=944.58 cores=1,3,5,7
/proc/7658/stat : 7658 (march_hi) R 7656 7658 7658 0 -1 4202496 26876 0 0 0 94453 5 0 0 25 0 1 0 885768387 123654144 26614 33554432000 4194304 4955518 140737479142592 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7658/statm: 30189 26614 104 186 0 30002 0
[pid=7656/tid=7679] ppid=7633 vsize=289356 CPUtime=0 cores=1,3,5,7
/proc/7656/task/7679/stat : 7679 (python) S 7633 7633 7590 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 885807314 296300544 5750 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604471126690496 0 0 -1 1 0 0 0
[pid=7680] ppid=7633 vsize=299296 CPUtime=0.95 cores=1,3,5,7
/proc/7680/stat : 7680 (python) S 7633 7633 7590 0 -1 4202560 1133 0 0 0 48 47 0 0 15 0 2 0 885807317 306479104 5674 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7680/statm: 74824 5674 400 364 0 10736 0
[pid=7682] ppid=7680 vsize=120756 CPUtime=679.65 cores=1,3,5,7
/proc/7682/stat : 7682 (march_hi) T 7680 7682 7682 0 -1 4202496 20636 0 0 0 67959 6 0 0 25 0 1 0 885807317 123654144 20373 33554432000 4194304 4955518 140735424542320 18446744073709551615 4238727 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7682/statm: 30189 20373 104 186 0 30002 0
[pid=7680/tid=7688] ppid=7633 vsize=299296 CPUtime=0 cores=1,3,5,7
/proc/7680/task/7688/stat : 7688 (python) S 7633 7633 7590 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 885817508 306479104 5674 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604454223472448 0 0 -1 3 0 0 0
[pid=7717] ppid=7633 vsize=375628 CPUtime=1.01 cores=1,3,5,7
/proc/7717/stat : 7717 (python) S 7633 7633 7590 0 -1 4202560 1169 0 0 0 53 48 0 0 15 0 2 0 885875958 384643072 5800 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7717/statm: 93907 5800 401 364 0 29816 0
[pid=7719] ppid=7717 vsize=120756 CPUtime=682.15 cores=1,3,5,7
/proc/7719/stat : 7719 (march_hi) T 7717 7719 7719 0 -1 4202496 20509 0 0 0 68211 4 0 0 25 0 1 0 885875958 123654144 20243 33554432000 4194304 4955518 140733244370208 18446744073709551615 4209628 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7719/statm: 30189 20243 104 186 0 30002 0
[pid=7717/tid=7723] ppid=7633 vsize=375628 CPUtime=0 cores=1,3,5,7
/proc/7717/task/7723/stat : 7723 (python) S 7633 7633 7590 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 885886138 384643072 5800 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604460263856320 0 0 -1 1 0 0 0
[pid=7736] ppid=7633 vsize=386064 CPUtime=0.13 cores=1,3,5,7
/proc/7736/stat : 7736 (python) S 7633 7633 7590 0 -1 4202560 1096 0 0 0 6 7 0 0 16 0 2 0 885914765 395329536 5848 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7736/statm: 96516 5848 400 364 0 32422 0
[pid=7738] ppid=7736 vsize=1017800 CPUtime=100.12 cores=1,3,5,7
/proc/7738/stat : 7738 (gnovelty+2) T 7736 7738 7738 0 -1 4202496 443 0 0 0 10012 0 0 0 25 0 1 0 885914765 1042227200 177 33554432000 134512640 135663704 4287394240 18446744073709551615 134547439 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7738/statm: 254450 177 113 282 0 254166 0
[pid=7736/tid=7751] ppid=7633 vsize=386064 CPUtime=0 cores=1,3,5,7
/proc/7736/task/7751/stat : 7751 (python) S 7633 7633 7590 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 885924778 395329536 5848 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604471127366528 0 0 -1 1 0 0 0
[pid=7770] ppid=7633 vsize=396320 CPUtime=0.74 cores=1,3,5,7
/proc/7770/stat : 7770 (python) S 7633 7633 7590 0 -1 4202560 1146 0 0 0 37 37 0 0 15 0 2 0 885953791 405831680 5855 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7770/statm: 99080 5855 400 364 0 34983 0
[pid=7772] ppid=7770 vsize=76400 CPUtime=490.19 cores=1,3,5,7
/proc/7772/stat : 7772 (march_hi) T 7770 7772 7772 0 -1 4202496 15532 0 0 0 49016 3 0 0 25 0 1 0 885953792 78233600 15266 33554432000 4194304 4955518 140736938388832 18446744073709551615 4263571 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7772/statm: 19100 15266 104 186 0 18913 0
[pid=7770/tid=7775] ppid=7633 vsize=396320 CPUtime=0 cores=1,3,5,7
/proc/7770/task/7775/stat : 7775 (python) S 7633 7633 7590 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 885963948 405831680 5855 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604454223470656 0 0 -1 3 0 0 0
[pid=7793] ppid=7633 vsize=406576 CPUtime=0.58 cores=1,3,5,7
/proc/7793/stat : 7793 (python) S 7633 7633 7590 0 -1 4202560 1143 0 0 0 30 28 0 0 17 0 2 0 886021894 416333824 5869 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7793/statm: 101644 5869 400 364 0 37544 0
[pid=7795] ppid=7793 vsize=56756 CPUtime=388.93 cores=1,3,5,7
/proc/7795/stat : 7795 (march_hi) T 7793 7795 7795 0 -1 4202496 12758 0 0 0 38891 2 0 0 25 0 1 0 886021894 58118144 12491 33554432000 4194304 4955518 140734175328352 18446744073709551615 4261387 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7795/statm: 14189 12491 104 186 0 14002 0
[pid=7793/tid=7806] ppid=7633 vsize=406576 CPUtime=0 cores=1,3,5,7
/proc/7793/task/7806/stat : 7806 (python) S 7633 7633 7590 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 886060789 416333824 5869 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604463378034816 0 0 -1 5 0 0 0
[pid=7807] ppid=7633 vsize=416832 CPUtime=0.6 cores=1,3,5,7
/proc/7807/stat : 7807 (python) S 7633 7633 7590 0 -1 4202560 1189 0 0 0 33 27 0 0 15 0 2 0 886060790 426835968 5879 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7807/statm: 104208 5879 406 364 0 40105 0
[pid=7809] ppid=7807 vsize=56756 CPUtime=390.53 cores=1,3,5,7
/proc/7809/stat : 7809 (march_hi) T 7807 7809 7809 0 -1 4202496 12764 0 0 0 39051 2 0 0 25 0 1 0 886060791 58118144 12491 33554432000 4194304 4955518 140734673989552 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7809/statm: 14189 12491 104 186 0 14002 0
[pid=7807/tid=7813] ppid=7633 vsize=416832 CPUtime=0 cores=1,3,5,7
/proc/7807/task/7813/stat : 7813 (python) S 7633 7633 7590 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886070944 426835968 5879 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604463378036608 0 0 -1 1 0 0 0
[pid=7633/tid=7647] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7647/stat : 7647 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 885758372 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7657] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7657/stat : 7657 (python) S 7630 7633 7590 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 885768387 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7681] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7681/stat : 7681 (python) S 7630 7633 7590 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 885807317 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 3 0 0 0
[pid=7633/tid=7718] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7718/stat : 7718 (python) S 7630 7633 7590 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 885875958 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7737] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7737/stat : 7737 (python) S 7630 7633 7590 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 885914765 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7771] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7771/stat : 7771 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 885953791 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 3 0 0 0
[pid=7633/tid=7794] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7794/stat : 7794 (python) S 7630 7633 7590 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 886021894 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 5 0 0 0
[pid=7633/tid=7808] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7808/stat : 7808 (python) S 7630 7633 7590 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 886060790 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3782.64
Current children cumulated vsize (KiB) 5873752

[startup+3784.7 s]
/proc/loadavg: 2.00 2.02 1.94 3/262 7842
/proc/meminfo: memFree=30708464/32951124 swapFree=67054524/67111528
[pid=7633] ppid=7630 vsize=427076 CPUtime=0.99 cores=1,3,5,7
/proc/7633/stat : 7633 (python) S 7630 7633 7590 0 -1 4202496 16812 933 1 0 81 18 0 0 18 0 9 0 885757618 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216477503 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7633/statm: 106769 7376 1890 364 0 42666 0
[pid=7646] ppid=7633 vsize=0 CPUtime=100.21 cores=1,3,5,7
/proc/7646/stat : 7646 (python) R 7633 7633 7590 0 -1 4202564 1086 439 0 0 6 5 10010 0 18 0 1 0 885758372 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7646/statm: 0 0 0 0 0 0 0
[pid=7656] ppid=7633 vsize=0 CPUtime=946.25 cores=1,3,5,7
/proc/7656/stat : 7656 (python) Z 7633 7633 7590 0 -1 4202588 1201 26883 0 0 69 59 94492 5 15 0 1 0 885768387 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7656/statm: 0 0 0 0 0 0 0
[pid=7680] ppid=7633 vsize=299296 CPUtime=0.95 cores=1,3,5,7
/proc/7680/stat : 7680 (python) S 7633 7633 7590 0 -1 4202560 1133 0 0 0 48 47 0 0 15 0 2 0 885807317 306479104 5674 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7680/statm: 74824 5674 400 364 0 10736 0
[pid=7682] ppid=7680 vsize=120756 CPUtime=679.65 cores=1,3,5,7
/proc/7682/stat : 7682 (march_hi) T 7680 7682 7682 0 -1 4202496 20636 0 0 0 67959 6 0 0 25 0 1 0 885807317 123654144 20373 33554432000 4194304 4955518 140735424542320 18446744073709551615 4238727 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7682/statm: 30189 20373 104 186 0 30002 0
[pid=7680/tid=7688] ppid=7633 vsize=299296 CPUtime=0 cores=1,3,5,7
/proc/7680/task/7688/stat : 7688 (python) S 7633 7633 7590 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 885817508 306479104 5674 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604454223472448 0 0 -1 3 0 0 0
[pid=7717] ppid=7633 vsize=375628 CPUtime=1.01 cores=1,3,5,7
/proc/7717/stat : 7717 (python) S 7633 7633 7590 0 -1 4202560 1169 0 0 0 53 48 0 0 15 0 2 0 885875958 384643072 5800 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7717/statm: 93907 5800 401 364 0 29816 0
[pid=7719] ppid=7717 vsize=120756 CPUtime=682.15 cores=1,3,5,7
/proc/7719/stat : 7719 (march_hi) T 7717 7719 7719 0 -1 4202496 20509 0 0 0 68211 4 0 0 25 0 1 0 885875958 123654144 20243 33554432000 4194304 4955518 140733244370208 18446744073709551615 4209628 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7719/statm: 30189 20243 104 186 0 30002 0
[pid=7717/tid=7723] ppid=7633 vsize=375628 CPUtime=0 cores=1,3,5,7
/proc/7717/task/7723/stat : 7723 (python) S 7633 7633 7590 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 885886138 384643072 5800 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604460263856320 0 0 -1 1 0 0 0
[pid=7736] ppid=7633 vsize=386064 CPUtime=0.13 cores=1,3,5,7
/proc/7736/stat : 7736 (python) S 7633 7633 7590 0 -1 4202560 1096 0 0 0 6 7 0 0 16 0 2 0 885914765 395329536 5848 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7736/statm: 96516 5848 400 364 0 32422 0
[pid=7738] ppid=7736 vsize=1017800 CPUtime=100.12 cores=1,3,5,7
/proc/7738/stat : 7738 (gnovelty+2) T 7736 7738 7738 0 -1 4202496 443 0 0 0 10012 0 0 0 25 0 1 0 885914765 1042227200 177 33554432000 134512640 135663704 4287394240 18446744073709551615 134547439 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7738/statm: 254450 177 113 282 0 254166 0
[pid=7736/tid=7751] ppid=7633 vsize=386064 CPUtime=0 cores=1,3,5,7
/proc/7736/task/7751/stat : 7751 (python) S 7633 7633 7590 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 885924778 395329536 5848 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604471127366528 0 0 -1 1 0 0 0
[pid=7770] ppid=7633 vsize=396320 CPUtime=0.74 cores=1,3,5,7
/proc/7770/stat : 7770 (python) S 7633 7633 7590 0 -1 4202560 1146 0 0 0 37 37 0 0 15 0 2 0 885953791 405831680 5855 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7770/statm: 99080 5855 400 364 0 34983 0
[pid=7772] ppid=7770 vsize=76400 CPUtime=490.19 cores=1,3,5,7
/proc/7772/stat : 7772 (march_hi) T 7770 7772 7772 0 -1 4202496 15532 0 0 0 49016 3 0 0 25 0 1 0 885953792 78233600 15266 33554432000 4194304 4955518 140736938388832 18446744073709551615 4263571 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/7772/statm: 19100 15266 104 186 0 18913 0
[pid=7770/tid=7775] ppid=7633 vsize=396320 CPUtime=0 cores=1,3,5,7
/proc/7770/task/7775/stat : 7775 (python) S 7633 7633 7590 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 885963948 405831680 5855 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604454223470656 0 0 -1 3 0 0 0
[pid=7793] ppid=7633 vsize=406576 CPUtime=0.58 cores=1,3,5,7
/proc/7793/stat : 7793 (python) S 7633 7633 7590 0 -1 4202560 1143 0 0 0 30 28 0 0 17 0 2 0 886021894 416333824 5869 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7793/statm: 101644 5869 400 364 0 37544 0
[pid=7795] ppid=7793 vsize=56756 CPUtime=388.93 cores=1,3,5,7
/proc/7795/stat : 7795 (march_hi) T 7793 7795 7795 0 -1 4202496 12758 0 0 0 38891 2 0 0 25 0 1 0 886021894 58118144 12491 33554432000 4194304 4955518 140734175328352 18446744073709551615 4261387 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7795/statm: 14189 12491 104 186 0 14002 0
[pid=7793/tid=7806] ppid=7633 vsize=406576 CPUtime=0 cores=1,3,5,7
/proc/7793/task/7806/stat : 7806 (python) S 7633 7633 7590 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 886060789 416333824 5869 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604463378034816 0 0 -1 5 0 0 0
[pid=7807] ppid=7633 vsize=416832 CPUtime=0.6 cores=1,3,5,7
/proc/7807/stat : 7807 (python) S 7633 7633 7590 0 -1 4202560 1189 0 0 0 33 27 0 0 15 0 2 0 886060790 426835968 5879 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/7807/statm: 104208 5879 406 364 0 40105 0
[pid=7809] ppid=7807 vsize=56756 CPUtime=390.53 cores=1,3,5,7
/proc/7809/stat : 7809 (march_hi) T 7807 7809 7809 0 -1 4202496 12764 0 0 0 39051 2 0 0 25 0 1 0 886060791 58118144 12491 33554432000 4194304 4955518 140734673989552 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7809/statm: 14189 12491 104 186 0 14002 0
[pid=7807/tid=7813] ppid=7633 vsize=416832 CPUtime=0 cores=1,3,5,7
/proc/7807/task/7813/stat : 7813 (python) S 7633 7633 7590 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886070944 426835968 5879 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 514 18446604463378036608 0 0 -1 1 0 0 0
[pid=7633/tid=7647] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7647/stat : 7647 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 885758372 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7657] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7657/stat : 7657 (python) S 7630 7633 7590 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 885768387 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7681] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7681/stat : 7681 (python) S 7630 7633 7590 0 -1 4202560 21 933 0 0 0 0 0 0 18 0 9 0 885807317 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 3 0 0 0
[pid=7633/tid=7718] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7718/stat : 7718 (python) S 7630 7633 7590 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 885875958 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7737] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7737/stat : 7737 (python) S 7630 7633 7590 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 885914765 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
[pid=7633/tid=7771] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7771/stat : 7771 (python) S 7630 7633 7590 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 885953791 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 3 0 0 0
[pid=7633/tid=7794] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7794/stat : 7794 (python) S 7630 7633 7590 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 886021894 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 5 0 0 0
[pid=7633/tid=7808] ppid=7630 vsize=427076 CPUtime=0 cores=1,3,5,7
/proc/7633/task/7808/stat : 7808 (python) S 7630 7633 7590 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 886060790 437325824 7376 33554432000 4194304 5683644 140734532267904 18446744073709551615 210216470961 0 0 16781312 2 18446604471126241728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3783.03
Current children cumulated vsize (KiB) 4157016

Child status: 0
Real time (s): 3784.74
CPU time (s): 3783.23
CPU user time (s): 3780.15
CPU system time (s): 3.07653
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 5873756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3780.15
system time used= 3.07653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141137
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= 14437
involuntary context switches= 12188

runsolver used 9.02563 second user time and 20.2669 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-10 23:33:08
IDJOB=3386681
IDBENCH=82746
IDSOLVER=1872
FILE ID=node130/3386681-1307741588
RUNJOBID= node130-1307741586-7609
PBS_JOBID= 13550773
Free space on /tmp= 73952 MiB

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

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

MD5SUM BENCH= 7ce6e28d94f25a5004daf47b6c05c693
RANDOM SEED=794573573

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31590008 kB
Buffers:        220692 kB
Cached:         925328 kB
SwapCached:      10548 kB
Active:         496492 kB
Inactive:       668604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31590008 kB
SwapTotal:    67111528 kB
SwapFree:     67054524 kB
Dirty:           65160 kB
Writeback:           0 kB
AnonPages:       16540 kB
Mapped:          12220 kB
Slab:           131264 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192060 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= 73884 MiB
End job on node130 at 2011-06-11 00:36:16