Trace number 3484537

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, 1200 s timeout)UNSAT 335.803 335.755

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1880985555-004.UNKNOWN.cnf
MD5SUMa1e34b50698b079e87a3cad9c76615ca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.7579
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3484537-1307749962.cnf
0.35/0.63	c INFO: computing task features
0.35/0.66	c INFO: computed variable-clause graph statistics
0.35/0.66	c INFO: computed clause balance statistics
0.54/0.82	c INFO: computed variable balance statistics
0.54/0.89	c INFO: computed small-clause counts
0.54/0.89	c INFO: computed Horn-clause counts
0.54/0.90	c INFO: computed variable graph statistics
0.54/0.90	c INFO: collected features for HOME/instance-3484537-1307749962.cnf in 0.27 s
0.64/0.90	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
100.86/101.04	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.09)
200.94/201.17	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.04)
301.15/301.28	c INFO: running march_hi@0 for 485 with 899 remaining (b = 0.15)
335.65/335.73	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-3484537-1307749962/watcher-3484537-1307749962 -o /tmp/evaluation-result-3484537-1307749962/solver-3484537-1307749962 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484537-1307749962.cnf -seed 978731801 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.02 4.02 3.82 5/226 634
/proc/meminfo: memFree=31174752/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=14644 CPUtime=0 cores=1,3
/proc/634/stat : 634 (python) R 632 634 31379 0 -1 4202496 379 0 0 0 0 0 0 0 25 0 1 0 886595896 14995456 297 33554432000 4194304 5683644 140733469300768 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/634/statm: 3661 300 212 364 0 148 0

[startup+0.0327929 s]
/proc/loadavg: 4.02 4.02 3.82 5/226 634
/proc/meminfo: memFree=31174752/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=16540 CPUtime=0.01 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 1191 0 0 0 1 0 0 0 25 0 1 0 886595896 16936960 1049 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/634/statm: 4135 1049 417 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540

[startup+0.100781 s]
/proc/loadavg: 4.02 4.02 3.82 5/226 634
/proc/meminfo: memFree=31174752/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=93964 CPUtime=0.05 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 2695 0 0 0 4 1 0 0 25 0 1 0 886595896 96219136 2407 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/634/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300743 s]
/proc/loadavg: 4.02 4.02 3.82 5/226 634
/proc/meminfo: memFree=31174752/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=135752 CPUtime=0.17 cores=1,3
/proc/634/stat : 634 (python) R 632 634 31379 0 -1 4202496 5973 933 1 0 12 5 0 0 25 0 1 0 886595896 139010048 4149 33554432000 4194304 5683644 140733469300768 18446744073709551615 4853022 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/634/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700666 s]
/proc/loadavg: 4.02 4.02 3.82 5/226 634
/proc/meminfo: memFree=31174752/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=279316 CPUtime=0.44 cores=1,3
/proc/634/stat : 634 (python) R 632 634 31379 0 -1 4202496 9735 933 1 0 34 10 0 0 25 0 1 0 886595896 286019584 7213 33554432000 4194304 5683644 140733469300768 18446744073709551615 47507766278179 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/634/statm: 69829 7213 1826 364 0 5753 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279316

[startup+1.50051 s]
/proc/loadavg: 4.02 4.02 3.82 5/230 642
/proc/meminfo: memFree=31150336/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=288856 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 10169 933 1 0 55 10 0 0 25 0 2 0 886595896 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 72214 7118 1877 364 0 8132 0
[pid=640] ppid=634 vsize=278612 CPUtime=0 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 730 0 0 0 0 0 0 0 25 0 1 0 886595987 285298688 5591 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252431 0 0 16781312 514 15779587254252470271 0 0 17 3 0 0 0
/proc/640/statm: 69653 5591 354 364 0 5571 0
[pid=642] ppid=640 vsize=1017932 CPUtime=0.58 cores=1,3
/proc/642/stat : 642 (gnovelty+2) R 640 642 642 0 -1 4202496 491 0 0 0 58 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134524518 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=634/tid=641] ppid=632 vsize=288856 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 886595987 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1585400

[startup+3.10021 s]
/proc/loadavg: 4.02 4.02 3.82 5/230 642
/proc/meminfo: memFree=31148352/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=288856 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 10169 933 1 0 55 10 0 0 25 0 2 0 886595896 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 72214 7118 1877 364 0 8132 0
[pid=640] ppid=634 vsize=278612 CPUtime=0 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 886595987 285298688 5591 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252431 0 0 16781312 514 15779587254252437768 0 0 17 3 0 0 0
/proc/640/statm: 69653 5591 354 364 0 5571 0
[pid=642] ppid=640 vsize=1017932 CPUtime=2.18 cores=1,3
/proc/642/stat : 642 (gnovelty+2) R 640 642 642 0 -1 4202496 491 0 0 0 218 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=634/tid=641] ppid=632 vsize=288856 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 886595987 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1585400

[startup+6.3006 s]
/proc/loadavg: 4.02 4.02 3.82 5/230 642
/proc/meminfo: memFree=31147732/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=288856 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 10169 933 1 0 55 10 0 0 25 0 2 0 886595896 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 72214 7118 1877 364 0 8132 0
[pid=640] ppid=634 vsize=278612 CPUtime=0 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 862 0 0 0 0 0 0 0 18 0 1 0 886595987 285298688 5613 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252431 0 0 16781312 514 15779587254252437768 0 0 17 3 0 0 0
/proc/640/statm: 69653 5613 376 364 0 5571 0
[pid=642] ppid=640 vsize=1017932 CPUtime=5.38 cores=1,3
/proc/642/stat : 642 (gnovelty+2) R 640 642 642 0 -1 4202496 491 0 0 0 538 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134544439 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=634/tid=641] ppid=632 vsize=288856 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 886595987 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1585400

[startup+12.7004 s]
/proc/loadavg: 4.02 4.02 3.82 5/230 643
/proc/meminfo: memFree=31145504/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=288856 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 10169 933 1 0 55 10 0 0 25 0 2 0 886595896 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 72214 7118 1877 364 0 8132 0
[pid=640] ppid=634 vsize=278612 CPUtime=0 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 886595987 285298688 5614 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252431 0 0 16781312 514 5618803485098082568 0 0 17 3 0 0 0
/proc/640/statm: 69653 5614 377 364 0 5571 0
[pid=642] ppid=640 vsize=1017932 CPUtime=11.78 cores=1,3
/proc/642/stat : 642 (gnovelty+2) R 640 642 642 0 -1 4202496 491 0 0 0 1178 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=634/tid=641] ppid=632 vsize=288856 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 886595987 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1585400

[startup+25.5009 s]
/proc/loadavg: 4.02 4.01 3.82 5/230 643
/proc/meminfo: memFree=31141216/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=288856 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 10169 933 1 0 55 10 0 0 25 0 2 0 886595896 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 72214 7118 1877 364 0 8132 0
[pid=640] ppid=634 vsize=278612 CPUtime=0.02 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 870 0 0 0 1 1 0 0 18 0 1 0 886595987 285298688 5614 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252431 0 0 16781312 514 5618803485098082568 0 0 17 3 0 0 0
/proc/640/statm: 69653 5614 377 364 0 5571 0
[pid=642] ppid=640 vsize=1017932 CPUtime=24.58 cores=1,3
/proc/642/stat : 642 (gnovelty+2) R 640 642 642 0 -1 4202496 491 0 0 0 2458 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=634/tid=641] ppid=632 vsize=288856 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 886595987 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1585400

[startup+51.1011 s]
/proc/loadavg: 4.01 4.01 3.82 5/231 645
/proc/meminfo: memFree=31130536/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=288856 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 10169 933 1 0 55 10 0 0 25 0 2 0 886595896 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 72214 7118 1877 364 0 8132 0
[pid=640] ppid=634 vsize=278612 CPUtime=0.05 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 882 0 0 0 3 2 0 0 18 0 1 0 886595987 285298688 5614 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252431 0 0 16781312 514 5618803485098082568 0 0 17 3 0 0 0
/proc/640/statm: 69653 5614 377 364 0 5571 0
[pid=642] ppid=640 vsize=1017932 CPUtime=50.19 cores=1,3
/proc/642/stat : 642 (gnovelty+2) R 640 642 642 0 -1 4202496 491 0 0 0 5019 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=634/tid=641] ppid=632 vsize=288856 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 886595987 295788544 7118 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 1585400

[startup+102.307 s]
/proc/loadavg: 4.00 4.01 3.83 5/235 650
/proc/meminfo: memFree=31109580/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=299564 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 11019 933 1 0 55 10 0 0 19 0 3 0 886595896 306753536 7223 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 74891 7223 1880 364 0 10806 0
[pid=640] ppid=634 vsize=288856 CPUtime=0.12 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 1145 0 0 0 7 5 0 0 19 0 2 0 886595987 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/640/statm: 72214 5658 416 364 0 8132 0
[pid=642] ppid=640 vsize=1017932 CPUtime=100.12 cores=1,3
/proc/642/stat : 642 (gnovelty+2) T 640 642 642 0 -1 4202496 491 0 0 0 10012 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=640/tid=647] ppid=634 vsize=288856 CPUtime=0 cores=1,3
/proc/640/task/647/stat : 647 (python) S 634 634 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886606000 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176599296 0 0 -1 1 0 0 0
[pid=648] ppid=634 vsize=289320 CPUtime=0 cores=1,3
/proc/648/stat : 648 (python) S 634 634 31379 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 886606001 296263680 5687 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252486 0 0 16781312 514 15779575709380346120 0 0 17 1 0 0 0
/proc/648/statm: 72330 5687 348 364 0 8245 0
[pid=650] ppid=648 vsize=1017932 CPUtime=1.25 cores=1,3
/proc/650/stat : 650 (gnovelty+2) R 648 650 650 0 -1 4202496 491 0 0 0 125 0 0 0 25 0 1 0 886606001 1042362368 226 33554432000 134512640 135663704 4290022704 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/650/statm: 254483 226 113 282 0 254199 0
[pid=634/tid=641] ppid=632 vsize=299564 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 886595987 306753536 7223 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=649] ppid=632 vsize=299564 CPUtime=0 cores=1,3
/proc/634/task/649/stat : 649 (python) S 632 634 31379 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 886606001 306753536 7223 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 2913604

[startup+162.301 s]
/proc/loadavg: 3.83 3.97 3.82 4/218 677
/proc/meminfo: memFree=31167908/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=299564 CPUtime=0.65 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 11019 933 1 0 55 10 0 0 19 0 3 0 886595896 306753536 7223 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/634/statm: 74891 7223 1880 364 0 10806 0
[pid=640] ppid=634 vsize=288856 CPUtime=0.12 cores=1,3

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

[pid=650] ppid=648 vsize=1017932 CPUtime=100 cores=1,3
/proc/650/stat : 650 (gnovelty+2) T 648 650 650 0 -1 4202496 491 0 0 0 10000 0 0 0 25 0 1 0 886606001 1042362368 226 33554432000 134512640 135663704 4290022704 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/650/statm: 254483 226 113 282 0 254199 0
[pid=648/tid=704] ppid=634 vsize=289320 CPUtime=0 cores=1,3
/proc/648/task/704/stat : 704 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886616013 296263680 5740 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176596608 0 0 -1 1 0 0 0
[pid=705] ppid=634 vsize=299240 CPUtime=0.11 cores=1,3
/proc/705/stat : 705 (python) S 634 634 31379 0 -1 4202560 1080 0 0 0 6 5 0 0 16 0 2 0 886616014 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/705/statm: 74810 5664 400 364 0 10722 0
[pid=707] ppid=705 vsize=416524 CPUtime=100.1 cores=1,3
/proc/707/stat : 707 (adaptg2wsat2009) T 705 707 707 0 -1 4202496 585 0 0 0 10010 0 0 0 25 0 1 0 886616014 426520576 320 33554432000 134512640 135107411 4286621904 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/707/statm: 104131 320 59 146 0 103007 0
[pid=705/tid=710] ppid=634 vsize=299240 CPUtime=0 cores=1,3
/proc/705/task/710/stat : 710 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886626024 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604471139878144 0 0 -1 3 0 0 0
[pid=711] ppid=634 vsize=310036 CPUtime=0.05 cores=1,3
/proc/711/stat : 711 (python) S 634 634 31379 0 -1 4202560 925 0 0 0 3 2 0 0 15 0 1 0 886626025 317476864 5752 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252486 0 0 16781312 514 4587087748585718024 0 0 17 1 0 0 0
/proc/711/statm: 77509 5752 371 364 0 13418 0
[pid=713] ppid=711 vsize=2468 CPUtime=32.95 cores=1,3
/proc/713/stat : 713 (march_hi) R 711 713 713 0 -1 4202496 1035 0 0 0 3295 0 0 0 25 0 1 0 886626025 2527232 437 33554432000 4194304 4955518 140734532686320 18446744073709551615 4297483 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/713/statm: 617 437 106 186 0 430 0
[pid=634/tid=641] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 886595987 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=649] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/649/stat : 649 (python) S 632 634 31379 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 5 0 886606001 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=706] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/706/stat : 706 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 886616014 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=712] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/712/stat : 712 (python) S 632 634 31379 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 886626025 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 334.25
Current children cumulated vsize (KiB) 3962588

[startup+335.101 s]
/proc/loadavg: 2.14 3.13 3.52 3/204 714
/proc/meminfo: memFree=31381232/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=320280 CPUtime=0.68 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 12670 933 1 0 57 11 0 0 19 0 5 0 886595896 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/634/statm: 80070 7269 1884 364 0 15979 0
[pid=640] ppid=634 vsize=288856 CPUtime=0.12 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 1145 0 0 0 7 5 0 0 19 0 2 0 886595987 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/640/statm: 72214 5658 416 364 0 8132 0
[pid=642] ppid=640 vsize=1017932 CPUtime=100.12 cores=1,3
/proc/642/stat : 642 (gnovelty+2) T 640 642 642 0 -1 4202496 491 0 0 0 10012 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=640/tid=647] ppid=634 vsize=288856 CPUtime=0 cores=1,3
/proc/640/task/647/stat : 647 (python) S 634 634 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886606000 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176599296 0 0 -1 1 0 0 0
[pid=648] ppid=634 vsize=289320 CPUtime=0.12 cores=1,3
/proc/648/stat : 648 (python) S 634 634 31379 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 886606001 296263680 5740 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/648/statm: 72330 5740 400 364 0 8245 0
[pid=650] ppid=648 vsize=1017932 CPUtime=100 cores=1,3
/proc/650/stat : 650 (gnovelty+2) T 648 650 650 0 -1 4202496 491 0 0 0 10000 0 0 0 25 0 1 0 886606001 1042362368 226 33554432000 134512640 135663704 4290022704 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/650/statm: 254483 226 113 282 0 254199 0
[pid=648/tid=704] ppid=634 vsize=289320 CPUtime=0 cores=1,3
/proc/648/task/704/stat : 704 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886616013 296263680 5740 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176596608 0 0 -1 1 0 0 0
[pid=705] ppid=634 vsize=299240 CPUtime=0.11 cores=1,3
/proc/705/stat : 705 (python) S 634 634 31379 0 -1 4202560 1080 0 0 0 6 5 0 0 16 0 2 0 886616014 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/705/statm: 74810 5664 400 364 0 10722 0
[pid=707] ppid=705 vsize=416524 CPUtime=100.1 cores=1,3
/proc/707/stat : 707 (adaptg2wsat2009) T 705 707 707 0 -1 4202496 585 0 0 0 10010 0 0 0 25 0 1 0 886616014 426520576 320 33554432000 134512640 135107411 4286621904 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/707/statm: 104131 320 59 146 0 103007 0
[pid=705/tid=710] ppid=634 vsize=299240 CPUtime=0 cores=1,3
/proc/705/task/710/stat : 710 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886626024 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604471139878144 0 0 -1 3 0 0 0
[pid=711] ppid=634 vsize=310036 CPUtime=0.06 cores=1,3
/proc/711/stat : 711 (python) S 634 634 31379 0 -1 4202560 925 0 0 0 4 2 0 0 15 0 1 0 886626025 317476864 5752 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252486 0 0 16781312 514 4587087748585718024 0 0 17 1 0 0 0
/proc/711/statm: 77509 5752 371 364 0 13418 0
[pid=713] ppid=711 vsize=2468 CPUtime=33.74 cores=1,3
/proc/713/stat : 713 (march_hi) R 711 713 713 0 -1 4202496 1037 0 0 0 3374 0 0 0 25 0 1 0 886626025 2527232 439 33554432000 4194304 4955518 140734532686320 18446744073709551615 4285675 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/713/statm: 617 439 106 186 0 430 0
[pid=634/tid=641] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 886595987 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=649] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/649/stat : 649 (python) S 632 634 31379 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 5 0 886606001 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=706] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/706/stat : 706 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 886616014 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=712] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/712/stat : 712 (python) S 632 634 31379 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 886626025 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 335.05
Current children cumulated vsize (KiB) 3962588

[startup+335.507 s]
/proc/loadavg: 2.13 3.11 3.51 3/204 714
/proc/meminfo: memFree=31381228/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=320280 CPUtime=0.68 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 12670 933 1 0 57 11 0 0 19 0 5 0 886595896 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/634/statm: 80070 7269 1884 364 0 15979 0
[pid=640] ppid=634 vsize=288856 CPUtime=0.12 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 1145 0 0 0 7 5 0 0 19 0 2 0 886595987 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/640/statm: 72214 5658 416 364 0 8132 0
[pid=642] ppid=640 vsize=1017932 CPUtime=100.12 cores=1,3
/proc/642/stat : 642 (gnovelty+2) T 640 642 642 0 -1 4202496 491 0 0 0 10012 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=640/tid=647] ppid=634 vsize=288856 CPUtime=0 cores=1,3
/proc/640/task/647/stat : 647 (python) S 634 634 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886606000 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176599296 0 0 -1 1 0 0 0
[pid=648] ppid=634 vsize=289320 CPUtime=0.12 cores=1,3
/proc/648/stat : 648 (python) S 634 634 31379 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 886606001 296263680 5740 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/648/statm: 72330 5740 400 364 0 8245 0
[pid=650] ppid=648 vsize=1017932 CPUtime=100 cores=1,3
/proc/650/stat : 650 (gnovelty+2) T 648 650 650 0 -1 4202496 491 0 0 0 10000 0 0 0 25 0 1 0 886606001 1042362368 226 33554432000 134512640 135663704 4290022704 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/650/statm: 254483 226 113 282 0 254199 0
[pid=648/tid=704] ppid=634 vsize=289320 CPUtime=0 cores=1,3
/proc/648/task/704/stat : 704 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886616013 296263680 5740 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176596608 0 0 -1 1 0 0 0
[pid=705] ppid=634 vsize=299240 CPUtime=0.11 cores=1,3
/proc/705/stat : 705 (python) S 634 634 31379 0 -1 4202560 1080 0 0 0 6 5 0 0 16 0 2 0 886616014 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/705/statm: 74810 5664 400 364 0 10722 0
[pid=707] ppid=705 vsize=416524 CPUtime=100.1 cores=1,3
/proc/707/stat : 707 (adaptg2wsat2009) T 705 707 707 0 -1 4202496 585 0 0 0 10010 0 0 0 25 0 1 0 886616014 426520576 320 33554432000 134512640 135107411 4286621904 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/707/statm: 104131 320 59 146 0 103007 0
[pid=705/tid=710] ppid=634 vsize=299240 CPUtime=0 cores=1,3
/proc/705/task/710/stat : 710 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886626024 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604471139878144 0 0 -1 3 0 0 0
[pid=711] ppid=634 vsize=310036 CPUtime=0.06 cores=1,3
/proc/711/stat : 711 (python) S 634 634 31379 0 -1 4202560 927 0 0 0 4 2 0 0 15 0 1 0 886626025 317476864 5752 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252486 0 0 16781312 514 5616744765539189000 0 0 17 1 0 0 0
/proc/711/statm: 77509 5752 371 364 0 13418 0
[pid=713] ppid=711 vsize=2468 CPUtime=34.14 cores=1,3
/proc/713/stat : 713 (march_hi) R 711 713 713 0 -1 4202496 1038 0 0 0 3414 0 0 0 25 0 1 0 886626025 2527232 440 33554432000 4194304 4955518 140734532686320 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/713/statm: 617 440 106 186 0 430 0
[pid=634/tid=641] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 886595987 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=649] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/649/stat : 649 (python) S 632 634 31379 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 5 0 886606001 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=706] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/706/stat : 706 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 886616014 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=712] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/712/stat : 712 (python) S 632 634 31379 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 886626025 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 335.45
Current children cumulated vsize (KiB) 3962588

[startup+335.701 s]
/proc/loadavg: 2.13 3.11 3.51 3/204 714
/proc/meminfo: memFree=31381228/32950928 swapFree=67055948/67111528
[pid=634] ppid=632 vsize=320280 CPUtime=0.68 cores=1,3
/proc/634/stat : 634 (python) S 632 634 31379 0 -1 4202496 12670 933 1 0 57 11 0 0 19 0 5 0 886595896 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/634/statm: 80070 7269 1884 364 0 15979 0
[pid=640] ppid=634 vsize=288856 CPUtime=0.12 cores=1,3
/proc/640/stat : 640 (python) S 634 634 31379 0 -1 4202560 1145 0 0 0 7 5 0 0 19 0 2 0 886595987 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/640/statm: 72214 5658 416 364 0 8132 0
[pid=642] ppid=640 vsize=1017932 CPUtime=100.12 cores=1,3
/proc/642/stat : 642 (gnovelty+2) T 640 642 642 0 -1 4202496 491 0 0 0 10012 0 0 0 25 0 1 0 886595987 1042362368 226 33554432000 134512640 135663704 4286811568 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/642/statm: 254483 226 113 282 0 254199 0
[pid=640/tid=647] ppid=634 vsize=288856 CPUtime=0 cores=1,3
/proc/640/task/647/stat : 647 (python) S 634 634 31379 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886606000 295788544 5658 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176599296 0 0 -1 1 0 0 0
[pid=648] ppid=634 vsize=289320 CPUtime=0.12 cores=1,3
/proc/648/stat : 648 (python) S 634 634 31379 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 886606001 296263680 5740 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/648/statm: 72330 5740 400 364 0 8245 0
[pid=650] ppid=648 vsize=1017932 CPUtime=100 cores=1,3
/proc/650/stat : 650 (gnovelty+2) T 648 650 650 0 -1 4202496 491 0 0 0 10000 0 0 0 25 0 1 0 886606001 1042362368 226 33554432000 134512640 135663704 4290022704 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/650/statm: 254483 226 113 282 0 254199 0
[pid=648/tid=704] ppid=634 vsize=289320 CPUtime=0 cores=1,3
/proc/648/task/704/stat : 704 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886616013 296263680 5740 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604465176596608 0 0 -1 1 0 0 0
[pid=705] ppid=634 vsize=299240 CPUtime=0.11 cores=1,3
/proc/705/stat : 705 (python) S 634 634 31379 0 -1 4202560 1080 0 0 0 6 5 0 0 16 0 2 0 886616014 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/705/statm: 74810 5664 400 364 0 10722 0
[pid=707] ppid=705 vsize=416524 CPUtime=100.1 cores=1,3
/proc/707/stat : 707 (adaptg2wsat2009) T 705 707 707 0 -1 4202496 585 0 0 0 10010 0 0 0 25 0 1 0 886616014 426520576 320 33554432000 134512640 135107411 4286621904 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/707/statm: 104131 320 59 146 0 103007 0
[pid=705/tid=710] ppid=634 vsize=299240 CPUtime=0 cores=1,3
/proc/705/task/710/stat : 710 (python) S 634 634 31379 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886626024 306421760 5664 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 514 18446604471139878144 0 0 -1 3 0 0 0
[pid=711] ppid=634 vsize=310036 CPUtime=0.07 cores=1,3
/proc/711/stat : 711 (python) S 634 634 31379 0 -1 4202560 930 0 0 0 5 2 0 0 15 0 1 0 886626025 317476864 5752 33554432000 4194304 5683644 140733469300768 18446744073709551615 208080252486 0 0 16781312 514 5616744765539189000 0 0 17 1 0 0 0
/proc/711/statm: 77509 5752 371 364 0 13418 0
[pid=713] ppid=711 vsize=2468 CPUtime=34.33 cores=1,3
/proc/713/stat : 713 (march_hi) R 711 713 713 0 -1 4202496 1038 0 0 0 3433 0 0 0 25 0 1 0 886626025 2527232 440 33554432000 4194304 4955518 140734532686320 18446744073709551615 4285584 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/713/statm: 617 440 106 186 0 430 0
[pid=634/tid=641] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/641/stat : 641 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 886595987 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=649] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/649/stat : 649 (python) S 632 634 31379 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 5 0 886606001 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=706] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/706/stat : 706 (python) S 632 634 31379 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 5 0 886616014 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 3 0 0 0
[pid=634/tid=712] ppid=632 vsize=320280 CPUtime=0 cores=1,3
/proc/634/task/712/stat : 712 (python) S 632 634 31379 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 886626025 327966720 7269 33554432000 4194304 5683644 140733469300768 18446744073709551615 208092055985 0 0 16781312 2 18446604471137366080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 335.65
Current children cumulated vsize (KiB) 3962588

Child status: 0
Real time (s): 335.755
CPU time (s): 335.803
CPU user time (s): 335.463
CPU system time (s): 0.339948
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 3962588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.463
system time used= 0.339948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25131
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= 3843
involuntary context switches= 1323

runsolver used 0.526919 second user time and 1.27481 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:52:42
IDJOB=3484537
IDBENCH=83048
IDSOLVER=1975
FILE ID=node127/3484537-1307749962
RUNJOBID= node127-1307747008-31399
PBS_JOBID= 13550830
Free space on /tmp= 74000 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1880985555-004.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-3484537-1307749962/watcher-3484537-1307749962 -o /tmp/evaluation-result-3484537-1307749962/solver-3484537-1307749962 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484537-1307749962.cnf -seed 978731801 -budget 1200

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

MD5SUM BENCH= a1e34b50698b079e87a3cad9c76615ca
RANDOM SEED=978731801

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31175304 kB
Buffers:        278824 kB
Cached:         976164 kB
SwapCached:       9372 kB
Active:         912120 kB
Inactive:       656924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31175304 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           31832 kB
Writeback:           0 kB
AnonPages:      310956 kB
Mapped:          21832 kB
Slab:           133048 kB
PageTables:      13060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7172552 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= 74032 MiB
End job on node127 at 2011-06-11 01:58:18