Trace number 3386818

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 256.039 255.393

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1406921020-013.UNKNOWN.cnf
MD5SUM9869c5a4d8c5bed5ea530735320738db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark153.377
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.68	c INFO: solving HOME/instance-3386818-1305593129.cnf
0.29/0.68	c INFO: computing task features
0.29/0.69	c INFO: computed variable-clause graph statistics
0.29/0.69	c INFO: computed clause balance statistics
0.37/0.73	c INFO: computed variable balance statistics
0.37/0.75	c INFO: computed small-clause counts
0.37/0.75	c INFO: computed Horn-clause counts
0.37/0.75	c INFO: computed variable graph statistics
0.37/0.75	c INFO: collected features for HOME/instance-3386818-1305593129.cnf in 0.07 s
0.37/0.79	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
100.14/100.16	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.37)
255.91/255.37	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-3386818-1305593129/watcher-3386818-1305593129 -o /tmp/evaluation-result-3386818-1305593129/solver-3386818-1305593129 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386818-1305593129.cnf -seed 1217366361 -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: 2.01 2.05 2.07 2/515 11028
/proc/meminfo: memFree=20644148/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 926 0 0 0 0 0 0 0 22 0 1 0 651728240 16150528 806 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/11028/statm: 3943 806 356 364 0 430 0

[startup+0.0252199 s]
/proc/loadavg: 2.01 2.05 2.07 2/515 11028
/proc/meminfo: memFree=20644148/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 1076 0 0 0 1 0 0 0 22 0 1 0 651728240 16785408 947 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/11028/statm: 4098 947 383 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100258 s]
/proc/loadavg: 2.01 2.05 2.07 2/515 11028
/proc/meminfo: memFree=20644148/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=85616 CPUtime=0.05 cores=1,3,5,7
/proc/11028/stat : 11028 (python) R 11026 11028 10255 0 -1 4202496 2627 0 0 0 4 1 0 0 17 0 1 0 651728240 87670784 2347 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261276009 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11028/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.300199 s]
/proc/loadavg: 2.01 2.05 2.07 2/515 11028
/proc/meminfo: memFree=20644148/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=135748 CPUtime=0.17 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 5969 932 1 0 13 4 0 0 18 0 1 0 651728240 139005952 4149 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/11028/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700139 s]
/proc/loadavg: 2.01 2.05 2.07 2/515 11028
/proc/meminfo: memFree=20644148/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=278292 CPUtime=0.37 cores=1,3,5,7
/proc/11028/stat : 11028 (python) R 11026 11028 10255 0 -1 4202496 9321 932 1 0 28 9 0 0 16 0 1 0 651728240 284971008 6977 33554432000 4194304 5683644 140734679023344 18446744073709551615 47128096592622 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/11028/statm: 69573 6977 1826 364 0 5497 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 278292

[startup+1.50101 s]
/proc/loadavg: 2.01 2.05 2.07 3/519 11036
/proc/meminfo: memFree=20618628/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=288836 CPUtime=0.46 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 9810 932 1 0 37 9 0 0 18 0 2 0 651728240 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 72209 7080 1875 364 0 8127 0
[pid=11034] ppid=11028 vsize=278592 CPUtime=0 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 742 0 0 0 0 0 0 0 17 0 1 0 651728319 285278208 5555 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636623 0 0 16781312 514 6463535733025013759 0 0 17 3 0 0 0
/proc/11034/statm: 69648 5555 354 364 0 5566 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=0.7 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 437 0 0 0 70 0 0 0 19 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 135008490 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11028/tid=11035] ppid=11026 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 2 0 651728320 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1585228

[startup+3.10071 s]
/proc/loadavg: 2.09 2.07 2.07 3/519 11036
/proc/meminfo: memFree=20617016/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=288836 CPUtime=0.46 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 9810 932 1 0 37 9 0 0 18 0 2 0 651728240 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 72209 7080 1875 364 0 8127 0
[pid=11034] ppid=11028 vsize=278592 CPUtime=0 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 651728319 285278208 5555 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636623 0 0 16781312 514 6463535733024981253 0 0 17 3 0 0 0
/proc/11034/statm: 69648 5555 354 364 0 5566 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=2.3 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 437 0 0 0 230 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11028/tid=11035] ppid=11026 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 2 0 651728320 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1585228

[startup+6.30115 s]
/proc/loadavg: 2.09 2.07 2.07 3/519 11036
/proc/meminfo: memFree=20616644/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=288836 CPUtime=0.46 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 9810 932 1 0 37 9 0 0 18 0 2 0 651728240 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 72209 7080 1875 364 0 8127 0
[pid=11034] ppid=11028 vsize=278592 CPUtime=0.01 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 891 0 0 0 0 1 0 0 15 0 1 0 651728319 285278208 5578 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636623 0 0 16781312 514 6463535733024981253 0 0 17 3 0 0 0
/proc/11034/statm: 69648 5578 377 364 0 5566 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=5.5 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 437 0 0 0 550 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11028/tid=11035] ppid=11026 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 2 0 651728320 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 1585228

[startup+12.701 s]
/proc/loadavg: 2.07 2.07 2.07 3/519 11036
/proc/meminfo: memFree=20615532/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=288836 CPUtime=0.46 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 9810 932 1 0 37 9 0 0 18 0 2 0 651728240 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 72209 7080 1875 364 0 8127 0
[pid=11034] ppid=11028 vsize=278592 CPUtime=0.03 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 896 0 0 0 1 2 0 0 15 0 1 0 651728319 285278208 5578 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636623 0 0 16781312 514 16699716854196699397 0 0 17 3 0 0 0
/proc/11034/statm: 69648 5578 377 364 0 5566 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=11.9 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 437 0 0 0 1190 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545598 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11028/tid=11035] ppid=11026 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 2 0 651728320 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1585228

[startup+25.5008 s]
/proc/loadavg: 2.06 2.06 2.07 3/519 11036
/proc/meminfo: memFree=20615200/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=288836 CPUtime=0.46 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 9810 932 1 0 37 9 0 0 18 0 2 0 651728240 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 72209 7080 1875 364 0 8127 0
[pid=11034] ppid=11028 vsize=278592 CPUtime=0.08 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 900 0 0 0 4 4 0 0 15 0 1 0 651728319 285278208 5578 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636623 0 0 16781312 514 16699716854196699397 0 0 17 7 0 0 0
/proc/11034/statm: 69648 5578 377 364 0 5566 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=24.7 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 437 0 0 0 2470 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11028/tid=11035] ppid=11026 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 2 0 651728320 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1585228

[startup+51.1002 s]
/proc/loadavg: 2.04 2.06 2.07 3/519 11037
/proc/meminfo: memFree=20612096/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=288836 CPUtime=0.46 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 9810 932 1 0 37 9 0 0 18 0 2 0 651728240 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 72209 7080 1875 364 0 8127 0
[pid=11034] ppid=11028 vsize=278592 CPUtime=0.15 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 909 0 0 0 8 7 0 0 15 0 1 0 651728319 285278208 5578 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636623 0 0 16781312 514 16699716854196699397 0 0 17 7 0 0 0
/proc/11034/statm: 69648 5578 377 364 0 5566 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=50.3 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) R 11034 11036 11036 0 -1 4202496 437 0 0 0 5030 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11028/tid=11035] ppid=11026 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 2 0 651728320 295768064 7080 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 1585228

[startup+102.317 s]
/proc/loadavg: 2.01 2.05 2.06 3/523 11042
/proc/meminfo: memFree=20599996/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 1081 0 0 0 18 16 0 0 16 0 2 0 651728319 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11034/statm: 72209 5616 410 364 0 8127 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=99.34 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 437 0 0 0 9934 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11034/tid=11039] ppid=11028 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11034/task/11039/stat : 11039 (python) S 11028 11028 10255 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651738254 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=11040] ppid=11028 vsize=289320 CPUtime=0 cores=1,3,5,7
/proc/11040/stat : 11040 (python) S 11028 11028 10255 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 651738257 296263680 5688 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636678 0 0 16781312 514 10655164878932640007 0 0 17 5 0 0 0
/proc/11040/statm: 72330 5688 348 364 0 8245 0
[pid=11042] ppid=11040 vsize=2128 CPUtime=2.14 cores=1,3,5,7
/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 607 0 0 0 214 0 0 0 25 0 1 0 651738257 2179072 344 33554432000 4194304 4955518 140735275638912 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 532 344 104 186 0 345 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1897648

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.06 3/523 11044
/proc/meminfo: memFree=20591132/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7

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

/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 1863 0 0 0 13013 0 0 0 25 0 1 0 651738257 8622080 1599 33554432000 4194304 4955518 140735275638912 18446744073709551615 4313975 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 2105 1599 104 186 0 1918 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 230.79
Current children cumulated vsize (KiB) 1903940

[startup+243.117 s]
/proc/loadavg: 2.00 2.02 2.05 3/523 11046
/proc/meminfo: memFree=20578048/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 1081 0 0 0 18 16 0 0 16 0 2 0 651728319 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11034/statm: 72209 5616 410 364 0 8127 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=99.34 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 437 0 0 0 9934 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11034/tid=11039] ppid=11028 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11034/task/11039/stat : 11039 (python) S 11028 11028 10255 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651738254 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=11040] ppid=11028 vsize=289320 CPUtime=0.56 cores=1,3,5,7
/proc/11040/stat : 11040 (python) S 11028 11028 10255 0 -1 4202560 960 0 0 0 27 29 0 0 15 0 1 0 651738257 296263680 5711 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636678 0 0 16781312 514 10655164878932640007 0 0 17 7 0 0 0
/proc/11040/statm: 72330 5711 371 364 0 8245 0
[pid=11042] ppid=11040 vsize=8420 CPUtime=142.95 cores=1,3,5,7
/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 2081 0 0 0 14295 0 0 0 25 0 1 0 651738257 8622080 1817 33554432000 4194304 4955518 140735275638912 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 2105 1817 104 186 0 1918 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 243.68
Current children cumulated vsize (KiB) 1903940

[startup+249.501 s]
/proc/loadavg: 2.00 2.02 2.05 3/523 11046
/proc/meminfo: memFree=20577056/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 1081 0 0 0 18 16 0 0 16 0 2 0 651728319 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11034/statm: 72209 5616 410 364 0 8127 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=99.34 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 437 0 0 0 9934 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11034/tid=11039] ppid=11028 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11034/task/11039/stat : 11039 (python) S 11028 11028 10255 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651738254 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=11040] ppid=11028 vsize=289320 CPUtime=0.59 cores=1,3,5,7
/proc/11040/stat : 11040 (python) S 11028 11028 10255 0 -1 4202560 965 0 0 0 29 30 0 0 15 0 1 0 651738257 296263680 5711 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636678 0 0 16781312 514 10655164878932640007 0 0 17 7 0 0 0
/proc/11040/statm: 72330 5711 371 364 0 8245 0
[pid=11042] ppid=11040 vsize=11008 CPUtime=149.33 cores=1,3,5,7
/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 2196 0 0 0 14933 0 0 0 25 0 1 0 651738257 11272192 1932 33554432000 4194304 4955518 140735275638912 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 2752 1932 104 186 0 2565 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 250.09
Current children cumulated vsize (KiB) 1906528

[startup+252.701 s]
/proc/loadavg: 2.00 2.02 2.05 3/523 11046
/proc/meminfo: memFree=20576312/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 1081 0 0 0 18 16 0 0 16 0 2 0 651728319 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11034/statm: 72209 5616 410 364 0 8127 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=99.34 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 437 0 0 0 9934 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11034/tid=11039] ppid=11028 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11034/task/11039/stat : 11039 (python) S 11028 11028 10255 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651738254 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=11040] ppid=11028 vsize=289320 CPUtime=0.61 cores=1,3,5,7
/proc/11040/stat : 11040 (python) S 11028 11028 10255 0 -1 4202560 970 0 0 0 30 31 0 0 15 0 1 0 651738257 296263680 5711 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636678 0 0 16781312 514 10655164878932640007 0 0 17 7 0 0 0
/proc/11040/statm: 72330 5711 371 364 0 8245 0
[pid=11042] ppid=11040 vsize=11008 CPUtime=152.53 cores=1,3,5,7
/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 2252 0 0 0 15253 0 0 0 25 0 1 0 651738257 11272192 1988 33554432000 4194304 4955518 140735275638912 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 2752 1988 104 186 0 2565 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 253.31
Current children cumulated vsize (KiB) 1906528

[startup+254.301 s]
/proc/loadavg: 2.00 2.02 2.05 3/523 11047
/proc/meminfo: memFree=20576184/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 1081 0 0 0 18 16 0 0 16 0 2 0 651728319 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11034/statm: 72209 5616 410 364 0 8127 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=99.34 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 437 0 0 0 9934 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11034/tid=11039] ppid=11028 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11034/task/11039/stat : 11039 (python) S 11028 11028 10255 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651738254 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=11040] ppid=11028 vsize=289320 CPUtime=0.61 cores=1,3,5,7
/proc/11040/stat : 11040 (python) S 11028 11028 10255 0 -1 4202560 972 0 0 0 30 31 0 0 15 0 1 0 651738257 296263680 5711 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636678 0 0 16781312 514 10655164878932640007 0 0 17 7 0 0 0
/proc/11040/statm: 72330 5711 371 364 0 8245 0
[pid=11042] ppid=11040 vsize=11008 CPUtime=154.13 cores=1,3,5,7
/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 2284 0 0 0 15413 0 0 0 25 0 1 0 651738257 11272192 2020 33554432000 4194304 4955518 140735275638912 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 2752 2020 104 186 0 2565 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 254.91
Current children cumulated vsize (KiB) 1906528

[startup+255.101 s]
/proc/loadavg: 2.00 2.02 2.05 3/523 11047
/proc/meminfo: memFree=20575936/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 1081 0 0 0 18 16 0 0 16 0 2 0 651728319 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11034/statm: 72209 5616 410 364 0 8127 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=99.34 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 437 0 0 0 9934 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11034/tid=11039] ppid=11028 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11034/task/11039/stat : 11039 (python) S 11028 11028 10255 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651738254 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=11040] ppid=11028 vsize=289320 CPUtime=0.61 cores=1,3,5,7
/proc/11040/stat : 11040 (python) S 11028 11028 10255 0 -1 4202560 974 0 0 0 30 31 0 0 15 0 1 0 651738257 296263680 5711 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636678 0 0 16781312 514 10655164878932640007 0 0 17 7 0 0 0
/proc/11040/statm: 72330 5711 371 364 0 8245 0
[pid=11042] ppid=11040 vsize=11008 CPUtime=154.94 cores=1,3,5,7
/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 2299 0 0 0 15494 0 0 0 25 0 1 0 651738257 11272192 2035 33554432000 4194304 4955518 140735275638912 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 2752 2035 104 186 0 2565 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 255.72
Current children cumulated vsize (KiB) 1906528

[startup+255.301 s]
/proc/loadavg: 2.00 2.02 2.05 3/523 11047
/proc/meminfo: memFree=20575936/32951124 swapFree=67057896/67111528
[pid=11028] ppid=11026 vsize=299564 CPUtime=0.49 cores=1,3,5,7
/proc/11028/stat : 11028 (python) S 11026 11028 10255 0 -1 4202496 10637 932 1 0 40 9 0 0 19 0 3 0 651728240 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11028/statm: 74891 7222 1878 364 0 10806 0
[pid=11034] ppid=11028 vsize=288836 CPUtime=0.34 cores=1,3,5,7
/proc/11034/stat : 11034 (python) S 11028 11028 10255 0 -1 4202560 1081 0 0 0 18 16 0 0 16 0 2 0 651728319 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11034/statm: 72209 5616 410 364 0 8127 0
[pid=11036] ppid=11034 vsize=1017800 CPUtime=99.34 cores=1,3,5,7
/proc/11036/stat : 11036 (gnovelty+2) T 11034 11036 11036 0 -1 4202496 437 0 0 0 9934 0 0 0 25 0 1 0 651728320 1042227200 173 33554432000 134512640 135663704 4290348256 18446744073709551615 134545605 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11036/statm: 254450 173 113 282 0 254166 0
[pid=11034/tid=11039] ppid=11028 vsize=288836 CPUtime=0 cores=1,3,5,7
/proc/11034/task/11039/stat : 11039 (python) S 11028 11028 10255 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 651738254 295768064 5616 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=11040] ppid=11028 vsize=289320 CPUtime=0.61 cores=1,3,5,7
/proc/11040/stat : 11040 (python) S 11028 11028 10255 0 -1 4202560 974 0 0 0 30 31 0 0 16 0 1 0 651738257 296263680 5711 33554432000 4194304 5683644 140734679023344 18446744073709551615 254261636678 0 0 16781312 514 10655164878932640007 0 0 17 7 0 0 0
/proc/11040/statm: 72330 5711 371 364 0 8245 0
[pid=11042] ppid=11040 vsize=11008 CPUtime=155.13 cores=1,3,5,7
/proc/11042/stat : 11042 (march_hi) R 11040 11042 11042 0 -1 4202496 2302 0 0 0 15513 0 0 0 18 0 1 0 651738257 11272192 2038 33554432000 4194304 4955518 140735275638912 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11042/statm: 2752 2038 104 186 0 2565 0
[pid=11028/tid=11035] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11035/stat : 11035 (python) S 11026 11028 10255 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 3 0 651728320 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
[pid=11028/tid=11041] ppid=11026 vsize=299564 CPUtime=0 cores=1,3,5,7
/proc/11028/task/11041/stat : 11041 (python) S 11026 11028 10255 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 651738257 306753536 7222 33554432000 4194304 5683644 140734679023344 18446744073709551615 254273440177 0 0 16781312 2 18446604469258916032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 255.91
Current children cumulated vsize (KiB) 1906528

Child status: 0
Real time (s): 255.393
CPU time (s): 256.039
CPU user time (s): 255.454
CPU system time (s): 0.584911
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 1906528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.454
system time used= 0.584911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20973
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= 3694
involuntary context switches= 1904

runsolver used 1.10883 second user time and 2.6346 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-17 02:45:29
IDJOB=3386818
IDBENCH=82883
IDSOLVER=1872
FILE ID=node140/3386818-1305593129
RUNJOBID= node140-1305586143-10274
PBS_JOBID= 13350338
Free space on /tmp= 73360 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1406921020-013.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-3386818-1305593129/watcher-3386818-1305593129 -o /tmp/evaluation-result-3386818-1305593129/solver-3386818-1305593129 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386818-1305593129.cnf -seed 1217366361 -budget 5000

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

MD5SUM BENCH= 9869c5a4d8c5bed5ea530735320738db
RANDOM SEED=1217366361

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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.74
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.833
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.833
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:      20644428 kB
Buffers:        338416 kB
Cached:        5059840 kB
SwapCached:       8088 kB
Active:        8506228 kB
Inactive:      3439096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20644428 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           31976 kB
Writeback:           0 kB
AnonPages:     6544196 kB
Mapped:          41692 kB
Slab:           231168 kB
PageTables:      61280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 138459020 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= 73328 MiB
End job on node140 at 2011-05-17 02:49:45