Trace number 3386968

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 1172.71 1168.66

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S113771637-026.UNKNOWN.cnf
MD5SUM7f4758baa378252dd3709cff507a5405
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.443
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3386968-1305595396.cnf
0.35/0.67	c INFO: computing task features
0.43/0.70	c INFO: computed variable-clause graph statistics
0.43/0.70	c INFO: computed clause balance statistics
0.63/0.90	c INFO: computed variable balance statistics
0.63/0.97	c INFO: computed small-clause counts
0.63/0.97	c INFO: computed Horn-clause counts
0.63/0.98	c INFO: computed variable graph statistics
0.63/0.98	c INFO: collected features for HOME/instance-3386968-1305595396.cnf in 0.31 s
0.74/1.01	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.55)
100.33/100.38	c INFO: running gnovelty+2@0 for 97 with 4900 remaining (b = 0.10)
200.08/199.76	c INFO: running adaptg2wsat2009++@0 for 97 with 4800 remaining (b = 0.05)
300.82/300.14	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.03)
400.56/399.53	c INFO: running adaptg2wsat2009++@0 for 97 with 4601 remaining (b = 0.03)
500.29/498.91	c INFO: running gnovelty+2@0 for 97 with 4501 remaining (b = 0.02)
599.92/598.31	c INFO: running FH@0 for 97 with 4402 remaining (b = 0.02)
699.80/697.71	c INFO: running adaptg2wsat2009++@0 for 97 with 4303 remaining (b = 0.01)
799.54/797.11	c INFO: running march_hi@0 for 2134 with 4203 remaining (b = 0.31)
1172.47/1168.64	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-3386968-1305595396/watcher-3386968-1305595396 -o /tmp/evaluation-result-3386968-1305595396/solver-3386968-1305595396 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386968-1305595396.cnf -seed 2038053447 -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: 3.03 3.04 3.00 3/486 8989
/proc/meminfo: memFree=22229196/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/8989/stat : 8989 (runsolver) R 8987 8989 7922 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 749770347 12079104 49 33554432000 4194304 5432360 140735336429376 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/8989/statm: 2949 49 30 303 0 2643 0

[startup+0.0185139 s]
/proc/loadavg: 3.03 3.04 3.00 3/486 8989
/proc/meminfo: memFree=22229196/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=14644 CPUtime=0 cores=1,3,5,7
/proc/8989/stat : 8989 (python) R 8987 8989 7922 0 -1 4202496 375 0 0 0 0 0 0 0 18 0 1 0 749770347 14995456 295 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8989/statm: 3661 297 213 364 0 148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14644

[startup+0.100546 s]
/proc/loadavg: 3.03 3.04 3.00 3/486 8989
/proc/meminfo: memFree=22229196/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=50340 CPUtime=0.05 cores=1,3,5,7
/proc/8989/stat : 8989 (python) R 8987 8989 7922 0 -1 4202496 2008 0 0 0 3 2 0 0 17 0 1 0 749770347 51548160 1768 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895490192 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8989/statm: 12585 1769 480 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50340

[startup+0.300525 s]
/proc/loadavg: 3.03 3.04 3.00 3/486 8989
/proc/meminfo: memFree=22229196/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/8989/stat : 8989 (python) R 8987 8989 7922 0 -1 4202496 5973 933 1 0 13 6 0 0 17 0 1 0 749770347 139010048 4149 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895486469 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8989/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700449 s]
/proc/loadavg: 3.03 3.04 3.00 3/486 8989
/proc/meminfo: memFree=22229196/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=279532 CPUtime=0.43 cores=1,3,5,7
/proc/8989/stat : 8989 (python) R 8987 8989 7922 0 -1 4202496 9539 933 1 0 29 14 0 0 15 0 1 0 749770347 286240768 7209 33554432000 4194304 5683644 140735748359600 18446744073709551615 4295285 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8989/statm: 69883 7209 1761 364 0 5807 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279532

[startup+1.50029 s]
/proc/loadavg: 3.03 3.04 3.00 4/487 8994
/proc/meminfo: memFree=22205256/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=289196 CPUtime=0.74 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10013 933 1 0 60 14 0 0 17 0 2 0 749770347 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 72299 7203 1877 364 0 8217 0
[pid=8989/tid=8996] ppid=8987 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 749770449 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 289196

[startup+3.10099 s]
/proc/loadavg: 3.03 3.04 3.00 4/490 8997
/proc/meminfo: memFree=22201636/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=289196 CPUtime=0.74 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10013 933 1 0 60 14 0 0 17 0 2 0 749770347 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 72299 7203 1877 364 0 8217 0
[pid=8995] ppid=8989 vsize=278952 CPUtime=0 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 749770448 285646848 5676 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510543 0 0 16781312 514 4543749948021113092 0 0 17 1 0 0 0
/proc/8995/statm: 69738 5676 354 364 0 5656 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=2.08 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) R 8995 8997 8997 0 -1 4202496 514 0 0 0 208 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8989/tid=8996] ppid=8987 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 749770449 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1586080

[startup+6.30038 s]
/proc/loadavg: 3.03 3.04 3.00 4/490 8997
/proc/meminfo: memFree=22201264/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=289196 CPUtime=0.74 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10013 933 1 0 60 14 0 0 17 0 2 0 749770347 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 72299 7203 1877 364 0 8217 0
[pid=8995] ppid=8989 vsize=278952 CPUtime=0.01 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 878 0 0 0 1 0 0 0 18 0 1 0 749770448 285646848 5699 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510543 0 0 16781312 514 4543749948021113092 0 0 17 1 0 0 0
/proc/8995/statm: 69738 5699 377 364 0 5656 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=5.28 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) R 8995 8997 8997 0 -1 4202496 514 0 0 0 528 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8989/tid=8996] ppid=8987 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 749770449 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1586080

[startup+12.7012 s]
/proc/loadavg: 3.03 3.04 3.00 4/490 8997
/proc/meminfo: memFree=22199284/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=289196 CPUtime=0.74 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10013 933 1 0 60 14 0 0 17 0 2 0 749770347 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 72299 7203 1877 364 0 8217 0
[pid=8995] ppid=8989 vsize=278952 CPUtime=0.03 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 883 0 0 0 2 1 0 0 18 0 1 0 749770448 285646848 5699 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510543 0 0 16781312 514 10542997096418476292 0 0 17 1 0 0 0
/proc/8995/statm: 69738 5699 377 364 0 5656 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=11.68 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) R 8995 8997 8997 0 -1 4202496 514 0 0 0 1168 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8989/tid=8996] ppid=8987 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 749770449 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1586080

[startup+25.5008 s]
/proc/loadavg: 3.02 3.04 3.00 4/490 8997
/proc/meminfo: memFree=22198500/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=289196 CPUtime=0.74 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10013 933 1 0 60 14 0 0 17 0 2 0 749770347 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 72299 7203 1877 364 0 8217 0
[pid=8995] ppid=8989 vsize=278952 CPUtime=0.07 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 889 0 0 0 4 3 0 0 18 0 1 0 749770448 285646848 5699 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510543 0 0 16781312 514 10542997096418476292 0 0 17 1 0 0 0
/proc/8995/statm: 69738 5699 377 364 0 5656 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=24.48 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) R 8995 8997 8997 0 -1 4202496 514 0 0 0 2448 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8989/tid=8996] ppid=8987 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 749770449 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1586080

[startup+51.101 s]
/proc/loadavg: 3.01 3.03 3.00 4/490 8998
/proc/meminfo: memFree=22195844/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=289196 CPUtime=0.74 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10013 933 1 0 60 14 0 0 17 0 2 0 749770347 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 72299 7203 1877 364 0 8217 0
[pid=8995] ppid=8989 vsize=278952 CPUtime=0.15 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 900 0 0 0 8 7 0 0 18 0 1 0 749770448 285646848 5699 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510543 0 0 16781312 514 10542997096418476292 0 0 17 7 0 0 0
/proc/8995/statm: 69738 5699 377 364 0 5656 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=50.08 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) R 8995 8997 8997 0 -1 4202496 514 0 0 0 5008 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134525002 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8989/tid=8996] ppid=8987 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 749770449 296136704 7203 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1586080

[startup+102.317 s]
/proc/loadavg: 3.15 3.06 3.01 5/494 9004
/proc/meminfo: memFree=22185604/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=299452 CPUtime=0.78 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10896 933 1 0 63 15 0 0 19 0 3 0 749770347 306638848 7210 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 74863 7210 1880 364 0 10778 0
[pid=8995] ppid=8989 vsize=289196 CPUtime=0.34 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 1079 0 0 0 18 16 0 0 19 0 2 0 749770448 296136704 5737 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8995/statm: 72299 5737 410 364 0 8217 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=99.34 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) T 8995 8997 8997 0 -1 4202496 514 0 0 0 9934 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134524742 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8995/tid=9000] ppid=8989 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8995/task/9000/stat : 9000 (python) S 8989 8989 7922 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 749780382 296136704 5737 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604466855519360 0 0 -1 7 0 0 0
[pid=9001] ppid=8989 vsize=289208 CPUtime=0 cores=1,3,5,7
/proc/9001/stat : 9001 (python) S 8989 8989 7922 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 749780385 296148992 5674 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510598 0 0 16781312 514 5682000119222731016 0 0 17 1 0 0 0
/proc/9001/statm: 72302 5674 348 364 0 8217 0
[pid=9003] ppid=9001 vsize=1017932 CPUtime=1.92 cores=1,3,5,7
/proc/9003/stat : 9003 (gnovelty+2) R 9001 9003 9003 0 -1 4202496 512 0 0 0 192 0 0 0 23 0 1 0 749780386 1042362368 247 33554432000 134512640 135663704 4294005376 18446744073709551615 134524759 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/9003/statm: 254483 247 113 282 0 254199 0
[pid=8989/tid=8996] ppid=8987 vsize=299452 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 749770449 306638848 7210 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9002] ppid=8987 vsize=299452 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9002/stat : 9002 (python) S 8987 8989 7922 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 749780386 306638848 7210 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 2913720

[startup+162.301 s]
/proc/loadavg: 3.12 3.06 3.01 4/494 9005
/proc/meminfo: memFree=22178724/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=299452 CPUtime=0.78 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 10896 933 1 0 63 15 0 0 19 0 3 0 749770347 306638848 7210 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8989/statm: 74863 7210 1880 364 0 10778 0
[pid=8995] ppid=8989 vsize=289196 CPUtime=0.34 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 1079 0 0 0 18 16 0 0 19 0 2 0 749770448 296136704 5737 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8995/statm: 72299 5737 410 364 0 8217 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=99.34 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) T 8995 8997 8997 0 -1 4202496 514 0 0 0 9934 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134524742 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8995/tid=9000] ppid=8989 vsize=289196 CPUtime=0 cores=1,3,5,7

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

/proc/9008/stat : 9008 (python) S 8989 8989 7922 0 -1 4202560 1080 0 0 0 18 16 0 0 19 0 2 0 749790323 306933760 5768 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9008/statm: 74935 5768 400 364 0 10847 0
[pid=9010] ppid=9008 vsize=416788 CPUtime=100.34 cores=1,3,5,7
/proc/9010/stat : 9010 (adaptg2wsat2009) T 9008 9010 9010 0 -1 4202496 628 0 0 0 10034 0 0 0 25 0 1 0 749790323 426790912 363 33554432000 134512640 135107411 4292056800 18446744073709551615 134531248 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9010/statm: 104197 363 59 146 0 103073 0
[pid=9008/tid=9014] ppid=8989 vsize=299740 CPUtime=0 cores=1,3,5,7
/proc/9008/task/9014/stat : 9014 (python) S 8989 8989 7922 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749800358 306933760 5768 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604471152761024 0 0 -1 7 0 0 0
[pid=9015] ppid=8989 vsize=309996 CPUtime=0.35 cores=1,3,5,7
/proc/9015/stat : 9015 (python) S 8989 8989 7922 0 -1 4202560 1108 0 0 0 18 17 0 0 19 0 2 0 749800361 317435904 5793 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9015/statm: 77499 5793 400 364 0 13408 0
[pid=9017] ppid=9015 vsize=416788 CPUtime=99.34 cores=1,3,5,7
/proc/9017/stat : 9017 (adaptg2wsat2009) T 9015 9017 9017 0 -1 4202496 630 0 0 0 9934 0 0 0 25 0 1 0 749800362 426790912 363 33554432000 134512640 135107411 4288298816 18446744073709551615 134532217 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9017/statm: 104197 363 59 146 0 103073 0
[pid=9015/tid=9021] ppid=8989 vsize=309996 CPUtime=0 cores=1,3,5,7
/proc/9015/task/9021/stat : 9021 (python) S 8989 8989 7922 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 749810297 317435904 5793 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604462811938880 0 0 -1 7 0 0 0
[pid=9022] ppid=8989 vsize=320424 CPUtime=0.34 cores=1,3,5,7
/proc/9022/stat : 9022 (python) S 8989 8989 7922 0 -1 4202560 1109 0 0 0 15 19 0 0 19 0 2 0 749810300 328114176 5819 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9022/statm: 80106 5819 400 364 0 16012 0
[pid=9024] ppid=9022 vsize=416788 CPUtime=99.34 cores=1,3,5,7
/proc/9024/stat : 9024 (adaptg2wsat2009) T 9022 9024 9024 0 -1 4202496 634 0 0 0 9934 0 0 0 25 0 1 0 749810300 426790912 364 33554432000 134512640 135107411 4288671488 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9024/statm: 104197 364 59 146 0 103073 0
[pid=9022/tid=9028] ppid=8989 vsize=320424 CPUtime=0 cores=1,3,5,7
/proc/9022/task/9028/stat : 9028 (python) S 8989 8989 7922 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749820235 328114176 5819 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604464373624896 0 0 -1 7 0 0 0
[pid=9029] ppid=8989 vsize=330680 CPUtime=0.35 cores=1,3,5,7
/proc/9029/stat : 9029 (python) S 8989 8989 7922 0 -1 4202560 1130 0 0 0 17 18 0 0 17 0 2 0 749820238 338616320 5823 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 82670 5823 400 364 0 18573 0
[pid=9031] ppid=9029 vsize=1017932 CPUtime=99.36 cores=1,3,5,7
/proc/9031/stat : 9031 (gnovelty+2) T 9029 9031 9031 0 -1 4202496 517 0 0 0 9936 0 0 0 25 0 1 0 749820239 1042362368 248 33554432000 134512640 135663704 4290798576 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9031/statm: 254483 248 113 282 0 254199 0
[pid=9029/tid=9035] ppid=8989 vsize=330680 CPUtime=0 cores=1,3,5,7
/proc/9029/task/9035/stat : 9035 (python) S 8989 8989 7922 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 749830175 338616320 5823 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604467900721344 0 0 -1 7 0 0 0
[pid=9036] ppid=8989 vsize=341084 CPUtime=0.36 cores=1,3,5,7
/proc/9036/stat : 9036 (python) S 8989 8989 7922 0 -1 4202560 1117 0 0 0 18 18 0 0 19 0 2 0 749830178 349270016 5864 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9036/statm: 85271 5864 400 364 0 21171 0
[pid=9038] ppid=9036 vsize=246932 CPUtime=99.36 cores=1,3,5,7
/proc/9038/stat : 9038 (FH) T 9036 9038 9038 0 -1 4202496 596 0 0 0 9936 0 0 0 25 0 1 0 749830179 252858368 326 33554432000 134512640 134936988 4294918752 18446744073709551615 134554610 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9038/statm: 61733 326 41 104 0 61237 0
[pid=9036/tid=9041] ppid=8989 vsize=341084 CPUtime=0 cores=1,3,5,7
/proc/9036/task/9041/stat : 9041 (python) S 8989 8989 7922 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 749840115 349270016 5864 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604470767675264 0 0 -1 7 0 0 0
[pid=9042] ppid=8989 vsize=351340 CPUtime=0.35 cores=1,3,5,7
/proc/9042/stat : 9042 (python) S 8989 8989 7922 0 -1 4202560 1154 0 0 0 18 17 0 0 16 0 2 0 749840118 359772160 5874 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9042/statm: 87835 5874 406 364 0 23732 0
[pid=9044] ppid=9042 vsize=416788 CPUtime=99.35 cores=1,3,5,7
/proc/9044/stat : 9044 (adaptg2wsat2009) T 9042 9044 9044 0 -1 4202496 640 0 0 0 9935 0 0 0 25 0 1 0 749840119 426790912 364 33554432000 134512640 135107411 4293612832 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9044/statm: 104197 364 59 146 0 103073 0
[pid=9042/tid=9048] ppid=8989 vsize=351340 CPUtime=0 cores=1,3,5,7
/proc/9042/task/9048/stat : 9048 (python) S 8989 8989 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749850055 359772160 5874 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604463741719872 0 0 -1 7 0 0 0
[pid=9049] ppid=8989 vsize=361336 CPUtime=1.5 cores=1,3,5,7
/proc/9049/stat : 9049 (python) S 8989 8989 7922 0 -1 4202560 1037 0 0 0 80 70 0 0 15 0 1 0 749850058 370008064 5778 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510598 0 0 16781312 514 16105531978748494088 0 0 17 7 0 0 0
/proc/9049/statm: 90334 5778 371 364 0 26228 0
[pid=9051] ppid=9049 vsize=4916 CPUtime=371.32 cores=1,3,5,7
/proc/9051/stat : 9051 (march_hi) R 9049 9051 9051 0 -1 4202496 1696 0 0 0 37132 0 0 0 18 0 1 0 749850059 5033984 841 33554432000 4194304 4955518 140734575845008 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9051/statm: 1229 841 106 186 0 1042 0
[pid=8989/tid=8996] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 10 0 749770449 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9002] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9002/stat : 9002 (python) S 8987 8989 7922 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 10 0 749780386 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9009] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9009/stat : 9009 (python) S 8987 8989 7922 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 10 0 749790323 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9016] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9016/stat : 9016 (python) S 8987 8989 7922 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 10 0 749800361 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9023] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9023/stat : 9023 (python) S 8987 8989 7922 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 749810300 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9030] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9030/stat : 9030 (python) S 8987 8989 7922 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 749820238 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9037] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9037/stat : 9037 (python) S 8987 8989 7922 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 10 0 749830178 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9043] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9043/stat : 9043 (python) S 8987 8989 7922 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 749840119 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 3 0 0 0
[pid=8989/tid=9050] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9050/stat : 9050 (python) S 8987 8989 7922 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 10 0 749850059 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1172.37
Current children cumulated vsize (KiB) 8237380

[startup+1168.6 s]
/proc/loadavg: 3.14 3.06 3.01 4/523 9064
/proc/meminfo: memFree=22028548/32950928 swapFree=60044328/67111528
[pid=8989] ppid=8987 vsize=371580 CPUtime=1.02 cores=1,3,5,7
/proc/8989/stat : 8989 (python) S 8987 8989 7922 0 -1 4202496 17144 933 1 0 86 16 0 0 19 0 10 0 749770347 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8989/statm: 92895 7305 1894 364 0 28789 0
[pid=8995] ppid=8989 vsize=289196 CPUtime=0.34 cores=1,3,5,7
/proc/8995/stat : 8995 (python) S 8989 8989 7922 0 -1 4202560 1079 0 0 0 18 16 0 0 19 0 2 0 749770448 296136704 5737 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/8995/statm: 72299 5737 410 364 0 8217 0
[pid=8997] ppid=8995 vsize=1017932 CPUtime=99.34 cores=1,3,5,7
/proc/8997/stat : 8997 (gnovelty+2) T 8995 8997 8997 0 -1 4202496 514 0 0 0 9934 0 0 0 25 0 1 0 749770449 1042362368 248 33554432000 134512640 135663704 4289838864 18446744073709551615 134524742 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/8997/statm: 254483 248 113 282 0 254199 0
[pid=8995/tid=9000] ppid=8989 vsize=289196 CPUtime=0 cores=1,3,5,7
/proc/8995/task/9000/stat : 9000 (python) S 8989 8989 7922 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 749780382 296136704 5737 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604466855519360 0 0 -1 7 0 0 0
[pid=9001] ppid=8989 vsize=289208 CPUtime=0.33 cores=1,3,5,7
/proc/9001/stat : 9001 (python) S 8989 8989 7922 0 -1 4202560 1086 0 0 0 16 17 0 0 16 0 2 0 749780385 296148992 5727 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9001/statm: 72302 5727 400 364 0 8217 0
[pid=9003] ppid=9001 vsize=1017932 CPUtime=99.34 cores=1,3,5,7
/proc/9003/stat : 9003 (gnovelty+2) T 9001 9003 9003 0 -1 4202496 512 0 0 0 9934 0 0 0 25 0 1 0 749780386 1042362368 247 33554432000 134512640 135663704 4294005376 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9003/statm: 254483 247 113 282 0 254199 0
[pid=9001/tid=9007] ppid=8989 vsize=289208 CPUtime=0 cores=1,3,5,7
/proc/9001/task/9007/stat : 9007 (python) S 8989 8989 7922 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 749790320 296148992 5727 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604462825571584 0 0 -1 7 0 0 0
[pid=9008] ppid=8989 vsize=299740 CPUtime=0.34 cores=1,3,5,7
/proc/9008/stat : 9008 (python) S 8989 8989 7922 0 -1 4202560 1080 0 0 0 18 16 0 0 19 0 2 0 749790323 306933760 5768 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9008/statm: 74935 5768 400 364 0 10847 0
[pid=9010] ppid=9008 vsize=416788 CPUtime=100.34 cores=1,3,5,7
/proc/9010/stat : 9010 (adaptg2wsat2009) T 9008 9010 9010 0 -1 4202496 628 0 0 0 10034 0 0 0 25 0 1 0 749790323 426790912 363 33554432000 134512640 135107411 4292056800 18446744073709551615 134531248 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9010/statm: 104197 363 59 146 0 103073 0
[pid=9008/tid=9014] ppid=8989 vsize=299740 CPUtime=0 cores=1,3,5,7
/proc/9008/task/9014/stat : 9014 (python) S 8989 8989 7922 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749800358 306933760 5768 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604471152761024 0 0 -1 7 0 0 0
[pid=9015] ppid=8989 vsize=309996 CPUtime=0.35 cores=1,3,5,7
/proc/9015/stat : 9015 (python) S 8989 8989 7922 0 -1 4202560 1108 0 0 0 18 17 0 0 19 0 2 0 749800361 317435904 5793 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9015/statm: 77499 5793 400 364 0 13408 0
[pid=9017] ppid=9015 vsize=416788 CPUtime=99.34 cores=1,3,5,7
/proc/9017/stat : 9017 (adaptg2wsat2009) T 9015 9017 9017 0 -1 4202496 630 0 0 0 9934 0 0 0 25 0 1 0 749800362 426790912 363 33554432000 134512640 135107411 4288298816 18446744073709551615 134532217 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9017/statm: 104197 363 59 146 0 103073 0
[pid=9015/tid=9021] ppid=8989 vsize=309996 CPUtime=0 cores=1,3,5,7
/proc/9015/task/9021/stat : 9021 (python) S 8989 8989 7922 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 749810297 317435904 5793 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604462811938880 0 0 -1 7 0 0 0
[pid=9022] ppid=8989 vsize=320424 CPUtime=0.34 cores=1,3,5,7
/proc/9022/stat : 9022 (python) S 8989 8989 7922 0 -1 4202560 1109 0 0 0 15 19 0 0 19 0 2 0 749810300 328114176 5819 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9022/statm: 80106 5819 400 364 0 16012 0
[pid=9024] ppid=9022 vsize=416788 CPUtime=99.34 cores=1,3,5,7
/proc/9024/stat : 9024 (adaptg2wsat2009) T 9022 9024 9024 0 -1 4202496 634 0 0 0 9934 0 0 0 25 0 1 0 749810300 426790912 364 33554432000 134512640 135107411 4288671488 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9024/statm: 104197 364 59 146 0 103073 0
[pid=9022/tid=9028] ppid=8989 vsize=320424 CPUtime=0 cores=1,3,5,7
/proc/9022/task/9028/stat : 9028 (python) S 8989 8989 7922 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749820235 328114176 5819 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604464373624896 0 0 -1 7 0 0 0
[pid=9029] ppid=8989 vsize=330680 CPUtime=0.35 cores=1,3,5,7
/proc/9029/stat : 9029 (python) S 8989 8989 7922 0 -1 4202560 1130 0 0 0 17 18 0 0 17 0 2 0 749820238 338616320 5823 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9029/statm: 82670 5823 400 364 0 18573 0
[pid=9031] ppid=9029 vsize=1017932 CPUtime=99.36 cores=1,3,5,7
/proc/9031/stat : 9031 (gnovelty+2) T 9029 9031 9031 0 -1 4202496 517 0 0 0 9936 0 0 0 25 0 1 0 749820239 1042362368 248 33554432000 134512640 135663704 4290798576 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9031/statm: 254483 248 113 282 0 254199 0
[pid=9029/tid=9035] ppid=8989 vsize=330680 CPUtime=0 cores=1,3,5,7
/proc/9029/task/9035/stat : 9035 (python) S 8989 8989 7922 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 749830175 338616320 5823 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604467900721344 0 0 -1 7 0 0 0
[pid=9036] ppid=8989 vsize=341084 CPUtime=0.36 cores=1,3,5,7
/proc/9036/stat : 9036 (python) S 8989 8989 7922 0 -1 4202560 1117 0 0 0 18 18 0 0 19 0 2 0 749830178 349270016 5864 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9036/statm: 85271 5864 400 364 0 21171 0
[pid=9038] ppid=9036 vsize=246932 CPUtime=99.36 cores=1,3,5,7
/proc/9038/stat : 9038 (FH) T 9036 9038 9038 0 -1 4202496 596 0 0 0 9936 0 0 0 25 0 1 0 749830179 252858368 326 33554432000 134512640 134936988 4294918752 18446744073709551615 134554610 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9038/statm: 61733 326 41 104 0 61237 0
[pid=9036/tid=9041] ppid=8989 vsize=341084 CPUtime=0 cores=1,3,5,7
/proc/9036/task/9041/stat : 9041 (python) S 8989 8989 7922 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 749840115 349270016 5864 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604470767675264 0 0 -1 7 0 0 0
[pid=9042] ppid=8989 vsize=351340 CPUtime=0.35 cores=1,3,5,7
/proc/9042/stat : 9042 (python) S 8989 8989 7922 0 -1 4202560 1154 0 0 0 18 17 0 0 16 0 2 0 749840118 359772160 5874 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/9042/statm: 87835 5874 406 364 0 23732 0
[pid=9044] ppid=9042 vsize=416788 CPUtime=99.35 cores=1,3,5,7
/proc/9044/stat : 9044 (adaptg2wsat2009) T 9042 9044 9044 0 -1 4202496 640 0 0 0 9935 0 0 0 25 0 1 0 749840119 426790912 364 33554432000 134512640 135107411 4293612832 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/9044/statm: 104197 364 59 146 0 103073 0
[pid=9042/tid=9048] ppid=8989 vsize=351340 CPUtime=0 cores=1,3,5,7
/proc/9042/task/9048/stat : 9048 (python) S 8989 8989 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749850055 359772160 5874 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 514 18446604463741719872 0 0 -1 7 0 0 0
[pid=9049] ppid=8989 vsize=361336 CPUtime=1.5 cores=1,3,5,7
/proc/9049/stat : 9049 (python) R 8989 8989 7922 0 -1 4202560 1037 0 0 0 80 70 0 0 15 0 1 0 749850058 370008064 5778 33554432000 4194304 5683644 140735748359600 18446744073709551615 231895510598 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/9049/statm: 90334 5778 371 364 0 26228 0
[pid=9051] ppid=9049 vsize=4916 CPUtime=371.42 cores=1,3,5,7
/proc/9051/stat : 9051 (march_hi) R 9049 9051 9051 0 -1 4202496 1696 0 0 0 37142 0 0 0 18 0 1 0 749850059 5033984 841 33554432000 4194304 4955518 140734575845008 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/9051/statm: 1229 841 106 186 0 1042 0
[pid=8989/tid=8996] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/8996/stat : 8996 (python) S 8987 8989 7922 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 10 0 749770449 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9002] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9002/stat : 9002 (python) S 8987 8989 7922 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 10 0 749780386 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9009] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9009/stat : 9009 (python) S 8987 8989 7922 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 10 0 749790323 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9016] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9016/stat : 9016 (python) S 8987 8989 7922 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 10 0 749800361 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9023] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9023/stat : 9023 (python) S 8987 8989 7922 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 749810300 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9030] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9030/stat : 9030 (python) S 8987 8989 7922 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 749820238 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9037] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9037/stat : 9037 (python) S 8987 8989 7922 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 10 0 749830178 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 1 0 0 0
[pid=8989/tid=9043] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9043/stat : 9043 (python) S 8987 8989 7922 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 10 0 749840119 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 3 0 0 0
[pid=8989/tid=9050] ppid=8987 vsize=371580 CPUtime=0 cores=1,3,5,7
/proc/8989/task/9050/stat : 9050 (python) S 8987 8989 7922 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 10 0 749850059 380497920 7305 33554432000 4194304 5683644 140735748359600 18446744073709551615 231907314097 0 0 16781312 2 18446604458757191552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1172.47
Current children cumulated vsize (KiB) 8237380

Child status: 0
Real time (s): 1168.66
CPU time (s): 1172.71
CPU user time (s): 1170.38
CPU system time (s): 2.33564
CPU usage (%): 100.346
Max. virtual memory (cumulated for all children) (KiB): 8237380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1170.38
system time used= 2.33564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39250
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= 5009
involuntary context switches= 2834

runsolver used 6.44602 second user time and 15.5196 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-17 03:23:16
IDJOB=3386968
IDBENCH=83033
IDSOLVER=1872
FILE ID=node114/3386968-1305595396
RUNJOBID= node114-1305586148-7941
PBS_JOBID= 13350364
Free space on /tmp= 72884 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S113771637-026.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-3386968-1305595396/watcher-3386968-1305595396 -o /tmp/evaluation-result-3386968-1305595396/solver-3386968-1305595396 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386968-1305595396.cnf -seed 2038053447 -budget 5000

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

MD5SUM BENCH= 7f4758baa378252dd3709cff507a5405
RANDOM SEED=2038053447

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.15
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      22229236 kB
Buffers:         90104 kB
Cached:         601472 kB
SwapCached:      48552 kB
Active:        2243896 kB
Inactive:      8256084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22229236 kB
SwapTotal:    67111528 kB
SwapFree:     60044328 kB
Dirty:           31880 kB
Writeback:           0 kB
AnonPages:     9765976 kB
Mapped:          33956 kB
Slab:            82996 kB
PageTables:      70424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 109756248 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= 72852 MiB
End job on node114 at 2011-05-17 03:42:45