Trace number 3386782

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 1211.47 1206.96

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1556216475-025.UNKNOWN.cnf
MD5SUM4227d784a99fd8c0304137876add0b08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark367.009
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-3386782-1305592428.cnf
0.35/0.67	c INFO: computing task features
0.43/0.71	c INFO: computed variable-clause graph statistics
0.43/0.71	c INFO: computed clause balance statistics
0.63/0.90	c INFO: computed variable balance statistics
0.63/0.98	c INFO: computed small-clause counts
0.63/0.98	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-3386782-1305592428.cnf in 0.31 s
0.63/1.01	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
99.50/99.44	c INFO: running gnovelty+2@0 for 97 with 4901 remaining (b = 0.10)
200.25/199.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4800 remaining (b = 0.05)
298.14/297.34	c INFO: running adaptg2wsat2009++@0 for 97 with 4703 remaining (b = 0.04)
398.81/397.76	c INFO: running adaptg2wsat2009++@0 for 97 with 4603 remaining (b = 0.03)
497.72/496.20	c INFO: running gnovelty+2@0 for 97 with 4504 remaining (b = 0.02)
598.42/596.64	c INFO: running FH@0 for 97 with 4404 remaining (b = 0.02)
701.31/699.12	c INFO: running adaptg2wsat2009++@0 for 97 with 4301 remaining (b = 0.01)
804.20/801.62	c INFO: running march_hi@0 for 2134 with 4199 remaining (b = 0.32)
1211.23/1206.93	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-3386782-1305592428/watcher-3386782-1305592428 -o /tmp/evaluation-result-3386782-1305592428/solver-3386782-1305592428 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386782-1305592428.cnf -seed 448214935 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.05 2.00 2/557 9281
/proc/meminfo: memFree=11071804/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/9281/stat : 9281 (python) R 9279 9281 8584 0 -1 4202496 921 0 0 0 0 0 0 0 25 0 1 0 651658340 16154624 801 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095447045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/9281/statm: 3944 801 350 364 0 431 0

[startup+0.0575799 s]
/proc/loadavg: 2.01 2.05 2.00 2/557 9281
/proc/meminfo: memFree=11071804/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=29788 CPUtime=0.03 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 1414 0 0 0 3 0 0 0 25 0 1 0 651658340 30502912 1258 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/9281/statm: 7447 1258 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100881 s]
/proc/loadavg: 2.01 2.05 2.00 2/557 9281
/proc/meminfo: memFree=11071804/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 2672 0 0 0 5 1 0 0 17 0 1 0 651658340 91922432 2388 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/9281/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300849 s]
/proc/loadavg: 2.01 2.05 2.00 2/557 9281
/proc/meminfo: memFree=11071804/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 5972 932 1 0 13 4 0 0 17 0 1 0 651658340 139005952 4149 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/9281/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.704819 s]
/proc/loadavg: 2.01 2.05 2.00 2/557 9281
/proc/meminfo: memFree=11071804/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=279528 CPUtime=0.43 cores=0,2,4,6
/proc/9281/stat : 9281 (python) R 9279 9281 8584 0 -1 4202496 9536 932 1 0 32 11 0 0 16 0 1 0 651658340 286236672 7209 33554432000 4194304 5683644 140735816860960 18446744073709551615 47014486156768 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9281/statm: 69882 7209 1761 364 0 5806 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279528

[startup+1.50068 s]
/proc/loadavg: 2.01 2.05 2.00 3/558 9286
/proc/meminfo: memFree=11048484/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=289192 CPUtime=0.74 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10012 932 1 0 63 11 0 0 18 0 2 0 651658340 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9281/statm: 72298 7203 1877 364 0 8216 0
[pid=9281/tid=9288] ppid=9279 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 2 0 651658442 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 289192

[startup+3.10037 s]
/proc/loadavg: 2.01 2.05 2.00 3/561 9289
/proc/meminfo: memFree=11045360/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=289192 CPUtime=0.74 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10012 932 1 0 63 11 0 0 18 0 2 0 651658340 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9281/statm: 72298 7203 1877 364 0 8216 0
[pid=9287] ppid=9281 vsize=278948 CPUtime=0 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 651658442 285642752 5676 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471119 0 0 16781312 514 7069921343545770243 0 0 17 2 0 0 0
/proc/9287/statm: 69737 5676 354 364 0 5655 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=2.07 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) R 9287 9289 9289 0 -1 4202496 514 0 0 0 207 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9281/tid=9288] ppid=9279 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 2 0 651658442 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1586072

[startup+6.30075 s]
/proc/loadavg: 2.01 2.05 2.00 3/561 9289
/proc/meminfo: memFree=11044244/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=289192 CPUtime=0.74 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10012 932 1 0 63 11 0 0 18 0 2 0 651658340 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9281/statm: 72298 7203 1877 364 0 8216 0
[pid=9287] ppid=9281 vsize=278948 CPUtime=0.02 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 880 0 0 0 1 1 0 0 15 0 1 0 651658442 285642752 5699 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471119 0 0 16781312 514 7069921343545770243 0 0 17 2 0 0 0
/proc/9287/statm: 69737 5699 377 364 0 5655 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=5.28 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) R 9287 9289 9289 0 -1 4202496 514 0 0 0 528 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9281/tid=9288] ppid=9279 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 2 0 651658442 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1586072

[startup+12.7006 s]
/proc/loadavg: 2.01 2.05 2.00 3/561 9289
/proc/meminfo: memFree=11044324/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=289192 CPUtime=0.74 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10012 932 1 0 63 11 0 0 18 0 2 0 651658340 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9281/statm: 72298 7203 1877 364 0 8216 0
[pid=9287] ppid=9281 vsize=278948 CPUtime=0.04 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 886 0 0 0 2 2 0 0 15 0 1 0 651658442 285642752 5699 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471119 0 0 16781312 514 8372684288490963203 0 0 17 6 0 0 0
/proc/9287/statm: 69737 5699 377 364 0 5655 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=11.68 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) R 9287 9289 9289 0 -1 4202496 514 0 0 0 1168 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9281/tid=9288] ppid=9279 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 2 0 651658442 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1586072

[startup+25.5012 s]
/proc/loadavg: 2.00 2.05 2.00 3/561 9289
/proc/meminfo: memFree=11044316/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=289192 CPUtime=0.74 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10012 932 1 0 63 11 0 0 18 0 2 0 651658340 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9281/statm: 72298 7203 1877 364 0 8216 0
[pid=9287] ppid=9281 vsize=278948 CPUtime=0.09 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 891 0 0 0 4 5 0 0 15 0 1 0 651658442 285642752 5699 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471119 0 0 16781312 514 8372684288490963203 0 0 17 6 0 0 0
/proc/9287/statm: 69737 5699 377 364 0 5655 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=24.48 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) R 9287 9289 9289 0 -1 4202496 514 0 0 0 2448 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9281/tid=9288] ppid=9279 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 2 0 651658442 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1586072

[startup+51.1006 s]
/proc/loadavg: 2.00 2.04 2.00 3/561 9290
/proc/meminfo: memFree=11044296/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=289192 CPUtime=0.74 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10012 932 1 0 63 11 0 0 18 0 2 0 651658340 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9281/statm: 72298 7203 1877 364 0 8216 0
[pid=9287] ppid=9281 vsize=278948 CPUtime=0.18 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 901 0 0 0 9 9 0 0 15 0 1 0 651658442 285642752 5699 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471119 0 0 16781312 514 8372684288490963203 0 0 17 6 0 0 0
/proc/9287/statm: 69737 5699 377 364 0 5655 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=50.08 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) R 9287 9289 9289 0 -1 4202496 514 0 0 0 5008 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9281/tid=9288] ppid=9279 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 2 0 651658442 296132608 7203 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 1586072

[startup+102.319 s]
/proc/loadavg: 2.00 2.03 2.00 3/565 9295
/proc/meminfo: memFree=11040112/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=299448 CPUtime=0.77 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10883 932 1 0 66 11 0 0 20 0 3 0 651658340 306634752 7210 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9281/statm: 74862 7210 1880 364 0 10777 0
[pid=9287] ppid=9281 vsize=289192 CPUtime=0.38 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 1076 0 0 0 21 17 0 0 17 0 2 0 651658442 296132608 5737 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9287/statm: 72298 5737 410 364 0 8216 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=98.39 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) T 9287 9289 9289 0 -1 4202496 514 0 0 0 9839 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134525247 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9287/tid=9292] ppid=9281 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9287/task/9292/stat : 9292 (python) S 9281 9281 8584 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 651668282 296132608 5737 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604441673885696 0 0 -1 6 0 0 0
[pid=9293] ppid=9281 vsize=289204 CPUtime=0 cores=0,2,4,6
/proc/9293/stat : 9293 (python) S 9281 9281 8584 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 651668285 296144896 5674 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471174 0 0 16781312 514 4595466851823091970 0 0 17 6 0 0 0
/proc/9293/statm: 72301 5674 348 364 0 8216 0
[pid=9295] ppid=9293 vsize=1017932 CPUtime=2.86 cores=0,2,4,6
/proc/9295/stat : 9295 (gnovelty+2) R 9293 9295 9295 0 -1 4202496 512 0 0 0 286 0 0 0 25 0 1 0 651668285 1042362368 248 33554432000 134512640 135663704 4293289984 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9295/statm: 254483 248 113 282 0 254199 0
[pid=9281/tid=9288] ppid=9279 vsize=299448 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 3 0 651658442 306634752 7210 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
[pid=9281/tid=9294] ppid=9279 vsize=299448 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9294/stat : 9294 (python) S 9279 9281 8584 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 651668285 306634752 7210 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 2913708

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/565 9297
/proc/meminfo: memFree=11038228/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=299448 CPUtime=0.77 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 10883 932 1 0 66 11 0 0 20 0 3 0 651658340 306634752 7210 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9281/statm: 74862 7210 1880 364 0 10777 0
[pid=9287] ppid=9281 vsize=289192 CPUtime=0.38 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 1076 0 0 0 21 17 0 0 17 0 2 0 651658442 296132608 5737 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9287/statm: 72298 5737 410 364 0 8216 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=98.39 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) T 9287 9289 9289 0 -1 4202496 514 0 0 0 9839 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134525247 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9287/tid=9292] ppid=9281 vsize=289192 CPUtime=0 cores=0,2,4,6

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

/proc/9300/stat : 9300 (python) S 9281 9281 8584 0 -1 4202560 1077 0 0 0 22 17 0 0 19 0 2 0 651678329 306929664 5768 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9300/statm: 74934 5768 400 364 0 10846 0
[pid=9302] ppid=9300 vsize=416788 CPUtime=97.41 cores=0,2,4,6
/proc/9302/stat : 9302 (adaptg2wsat2009) T 9300 9302 9302 0 -1 4202496 629 0 0 0 9741 0 0 0 25 0 1 0 651678329 426790912 363 33554432000 134512640 135107411 4288285520 18446744073709551615 134531808 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9302/statm: 104197 363 59 146 0 103073 0
[pid=9300/tid=9306] ppid=9281 vsize=299736 CPUtime=0 cores=0,2,4,6
/proc/9300/task/9306/stat : 9306 (python) S 9281 9281 8584 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651688071 306929664 5768 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604441923203200 0 0 -1 6 0 0 0
[pid=9307] ppid=9281 vsize=309992 CPUtime=0.38 cores=0,2,4,6
/proc/9307/stat : 9307 (python) S 9281 9281 8584 0 -1 4202560 1110 0 0 0 22 16 0 0 19 0 2 0 651688075 317431808 5793 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9307/statm: 77498 5793 400 364 0 13407 0
[pid=9309] ppid=9307 vsize=416788 CPUtime=100.28 cores=0,2,4,6
/proc/9309/stat : 9309 (adaptg2wsat2009) T 9307 9309 9309 0 -1 4202496 630 0 0 0 10028 0 0 0 25 0 1 0 651688075 426790912 364 33554432000 134512640 135107411 4287366736 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9309/statm: 104197 364 59 146 0 103073 0
[pid=9307/tid=9312] ppid=9281 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/9307/task/9312/stat : 9312 (python) S 9281 9281 8584 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651698113 317431808 5793 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604451037228032 0 0 -1 4 0 0 0
[pid=9313] ppid=9281 vsize=320420 CPUtime=0.39 cores=0,2,4,6
/proc/9313/stat : 9313 (python) S 9281 9281 8584 0 -1 4202560 1094 0 0 0 22 17 0 0 19 0 2 0 651698116 328110080 5819 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9313/statm: 80105 5819 400 364 0 16011 0
[pid=9315] ppid=9313 vsize=416788 CPUtime=98.4 cores=0,2,4,6
/proc/9315/stat : 9315 (adaptg2wsat2009) T 9313 9315 9315 0 -1 4202496 631 0 0 0 9840 0 0 0 25 0 1 0 651698117 426790912 362 33554432000 134512640 135107411 4294003120 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9315/statm: 104197 362 59 146 0 103073 0
[pid=9313/tid=9319] ppid=9281 vsize=320420 CPUtime=0 cores=0,2,4,6
/proc/9313/task/9319/stat : 9319 (python) S 9281 9281 8584 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 651707957 328110080 5819 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604442077491392 0 0 -1 6 0 0 0
[pid=9320] ppid=9281 vsize=330676 CPUtime=0.39 cores=0,2,4,6
/proc/9320/stat : 9320 (python) S 9281 9281 8584 0 -1 4202560 1125 0 0 0 21 18 0 0 19 0 2 0 651707960 338612224 5848 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9320/statm: 82669 5848 400 364 0 18572 0
[pid=9322] ppid=9320 vsize=1017932 CPUtime=100.32 cores=0,2,4,6
/proc/9322/stat : 9322 (gnovelty+2) T 9320 9322 9322 0 -1 4202496 514 0 0 0 10032 0 0 0 25 0 1 0 651707961 1042362368 248 33554432000 134512640 135663704 4290495552 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9322/statm: 254483 248 113 282 0 254199 0
[pid=9320/tid=9326] ppid=9281 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/9320/task/9326/stat : 9326 (python) S 9281 9281 8584 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 651718000 338612224 5848 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604444623112320 0 0 -1 6 0 0 0
[pid=9327] ppid=9281 vsize=341136 CPUtime=0.43 cores=0,2,4,6
/proc/9327/stat : 9327 (python) S 9281 9281 8584 0 -1 4202560 1127 0 0 0 23 20 0 0 19 0 2 0 651718004 349323264 5878 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9327/statm: 85284 5878 400 364 0 21184 0
[pid=9329] ppid=9327 vsize=246932 CPUtime=102.4 cores=0,2,4,6
/proc/9329/stat : 9329 (FH) T 9327 9329 9329 0 -1 4202496 594 0 0 0 10240 0 0 0 25 0 1 0 651718005 252858368 326 33554432000 134512640 134936988 4292836736 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9329/statm: 61733 326 41 104 0 61237 0
[pid=9327/tid=9333] ppid=9281 vsize=341136 CPUtime=0 cores=0,2,4,6
/proc/9327/task/9333/stat : 9333 (python) S 9281 9281 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651728249 349323264 5878 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=9334] ppid=9281 vsize=351392 CPUtime=0.42 cores=0,2,4,6
/proc/9334/stat : 9334 (python) S 9281 9281 8584 0 -1 4202560 1155 0 0 0 22 20 0 0 19 0 2 0 651728253 359825408 5888 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9334/statm: 87848 5888 406 364 0 23745 0
[pid=9336] ppid=9334 vsize=416788 CPUtime=102.44 cores=0,2,4,6
/proc/9336/stat : 9336 (adaptg2wsat2009) T 9334 9336 9336 0 -1 4202496 639 0 0 0 10244 0 0 0 25 0 1 0 651728253 426790912 363 33554432000 134512640 135107411 4288406432 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9336/statm: 104197 363 59 146 0 103073 0
[pid=9334/tid=9340] ppid=9281 vsize=351392 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (python) S 9281 9281 8584 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651738499 359825408 5888 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604444105019584 0 0 -1 2 0 0 0
[pid=9341] ppid=9281 vsize=361648 CPUtime=1.75 cores=0,2,4,6
/proc/9341/stat : 9341 (python) S 9281 9281 8584 0 -1 4202560 1040 0 0 0 98 77 0 0 15 0 1 0 651738503 370327552 5882 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471174 0 0 16781312 514 1222080790288892162 0 0 17 6 0 0 0
/proc/9341/statm: 90412 5882 371 364 0 26306 0
[pid=9343] ppid=9341 vsize=4696 CPUtime=405.06 cores=0,2,4,6
/proc/9343/stat : 9343 (march_hi) R 9341 9343 9343 0 -1 4202496 1705 0 0 0 40506 0 0 0 25 0 1 0 651738503 4808704 800 33554432000 4194304 4955518 140734693708928 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9343/statm: 1174 800 106 186 0 987 0
[pid=9281/tid=9288] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 10 0 651658442 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
[pid=9281/tid=9294] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9294/stat : 9294 (python) S 9279 9281 8584 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 10 0 651668285 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 6 0 0 0
[pid=9281/tid=9301] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9301/stat : 9301 (python) S 9279 9281 8584 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 10 0 651678329 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
[pid=9281/tid=9308] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9308/stat : 9308 (python) S 9279 9281 8584 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 10 0 651688075 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 0 0 0 0
[pid=9281/tid=9314] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9314/stat : 9314 (python) S 9279 9281 8584 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 10 0 651698116 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 0 0 0 0
[pid=9281/tid=9321] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9321/stat : 9321 (python) S 9279 9281 8584 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 10 0 651707961 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 0 0 0 0
[pid=9281/tid=9328] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9328/stat : 9328 (python) S 9279 9281 8584 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 10 0 651718004 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 4 0 0 0
[pid=9281/tid=9335] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9335/stat : 9335 (python) S 9279 9281 8584 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 10 0 651728253 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 6 0 0 0
[pid=9281/tid=9342] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9342/stat : 9342 (python) S 9279 9281 8584 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 10 0 651738503 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1211.05
Current children cumulated vsize (KiB) 8237864

[startup+1206.9 s]
/proc/loadavg: 2.04 2.07 2.01 3/555 9402
/proc/meminfo: memFree=11038188/32951124 swapFree=65980224/67111528
[pid=9281] ppid=9279 vsize=371892 CPUtime=1.04 cores=0,2,4,6
/proc/9281/stat : 9281 (python) S 9279 9281 8584 0 -1 4202496 17255 932 1 0 91 13 0 0 20 0 10 0 651658340 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/9281/statm: 92973 7409 1894 364 0 28867 0
[pid=9287] ppid=9281 vsize=289192 CPUtime=0.38 cores=0,2,4,6
/proc/9287/stat : 9287 (python) S 9281 9281 8584 0 -1 4202560 1076 0 0 0 21 17 0 0 17 0 2 0 651658442 296132608 5737 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9287/statm: 72298 5737 410 364 0 8216 0
[pid=9289] ppid=9287 vsize=1017932 CPUtime=98.39 cores=0,2,4,6
/proc/9289/stat : 9289 (gnovelty+2) T 9287 9289 9289 0 -1 4202496 514 0 0 0 9839 0 0 0 25 0 1 0 651658442 1042362368 248 33554432000 134512640 135663704 4293699760 18446744073709551615 134525247 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9289/statm: 254483 248 113 282 0 254199 0
[pid=9287/tid=9292] ppid=9281 vsize=289192 CPUtime=0 cores=0,2,4,6
/proc/9287/task/9292/stat : 9292 (python) S 9281 9281 8584 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 651668282 296132608 5737 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604441673885696 0 0 -1 6 0 0 0
[pid=9293] ppid=9281 vsize=289204 CPUtime=0.38 cores=0,2,4,6
/proc/9293/stat : 9293 (python) S 9281 9281 8584 0 -1 4202560 1081 0 0 0 21 17 0 0 19 0 2 0 651668285 296144896 5727 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9293/statm: 72301 5727 400 364 0 8216 0
[pid=9295] ppid=9293 vsize=1017932 CPUtime=100.4 cores=0,2,4,6
/proc/9295/stat : 9295 (gnovelty+2) T 9293 9295 9295 0 -1 4202496 512 0 0 0 10040 0 0 0 25 0 1 0 651668285 1042362368 248 33554432000 134512640 135663704 4293289984 18446744073709551615 134544324 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9295/statm: 254483 248 113 282 0 254199 0
[pid=9293/tid=9299] ppid=9281 vsize=289204 CPUtime=0 cores=0,2,4,6
/proc/9293/task/9299/stat : 9299 (python) S 9281 9281 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651678326 296144896 5727 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 0 0 0 0
[pid=9300] ppid=9281 vsize=299736 CPUtime=0.39 cores=0,2,4,6
/proc/9300/stat : 9300 (python) S 9281 9281 8584 0 -1 4202560 1077 0 0 0 22 17 0 0 19 0 2 0 651678329 306929664 5768 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9300/statm: 74934 5768 400 364 0 10846 0
[pid=9302] ppid=9300 vsize=416788 CPUtime=97.41 cores=0,2,4,6
/proc/9302/stat : 9302 (adaptg2wsat2009) T 9300 9302 9302 0 -1 4202496 629 0 0 0 9741 0 0 0 25 0 1 0 651678329 426790912 363 33554432000 134512640 135107411 4288285520 18446744073709551615 134531808 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9302/statm: 104197 363 59 146 0 103073 0
[pid=9300/tid=9306] ppid=9281 vsize=299736 CPUtime=0 cores=0,2,4,6
/proc/9300/task/9306/stat : 9306 (python) S 9281 9281 8584 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651688071 306929664 5768 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604441923203200 0 0 -1 6 0 0 0
[pid=9307] ppid=9281 vsize=309992 CPUtime=0.38 cores=0,2,4,6
/proc/9307/stat : 9307 (python) S 9281 9281 8584 0 -1 4202560 1110 0 0 0 22 16 0 0 19 0 2 0 651688075 317431808 5793 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9307/statm: 77498 5793 400 364 0 13407 0
[pid=9309] ppid=9307 vsize=416788 CPUtime=100.28 cores=0,2,4,6
/proc/9309/stat : 9309 (adaptg2wsat2009) T 9307 9309 9309 0 -1 4202496 630 0 0 0 10028 0 0 0 25 0 1 0 651688075 426790912 364 33554432000 134512640 135107411 4287366736 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/9309/statm: 104197 364 59 146 0 103073 0
[pid=9307/tid=9312] ppid=9281 vsize=309992 CPUtime=0 cores=0,2,4,6
/proc/9307/task/9312/stat : 9312 (python) S 9281 9281 8584 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651698113 317431808 5793 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604451037228032 0 0 -1 4 0 0 0
[pid=9313] ppid=9281 vsize=320420 CPUtime=0.39 cores=0,2,4,6
/proc/9313/stat : 9313 (python) S 9281 9281 8584 0 -1 4202560 1094 0 0 0 22 17 0 0 19 0 2 0 651698116 328110080 5819 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9313/statm: 80105 5819 400 364 0 16011 0
[pid=9315] ppid=9313 vsize=416788 CPUtime=98.4 cores=0,2,4,6
/proc/9315/stat : 9315 (adaptg2wsat2009) T 9313 9315 9315 0 -1 4202496 631 0 0 0 9840 0 0 0 25 0 1 0 651698117 426790912 362 33554432000 134512640 135107411 4294003120 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9315/statm: 104197 362 59 146 0 103073 0
[pid=9313/tid=9319] ppid=9281 vsize=320420 CPUtime=0 cores=0,2,4,6
/proc/9313/task/9319/stat : 9319 (python) S 9281 9281 8584 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 651707957 328110080 5819 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604442077491392 0 0 -1 6 0 0 0
[pid=9320] ppid=9281 vsize=330676 CPUtime=0.39 cores=0,2,4,6
/proc/9320/stat : 9320 (python) S 9281 9281 8584 0 -1 4202560 1125 0 0 0 21 18 0 0 19 0 2 0 651707960 338612224 5848 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9320/statm: 82669 5848 400 364 0 18572 0
[pid=9322] ppid=9320 vsize=1017932 CPUtime=100.32 cores=0,2,4,6
/proc/9322/stat : 9322 (gnovelty+2) T 9320 9322 9322 0 -1 4202496 514 0 0 0 10032 0 0 0 25 0 1 0 651707961 1042362368 248 33554432000 134512640 135663704 4290495552 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9322/statm: 254483 248 113 282 0 254199 0
[pid=9320/tid=9326] ppid=9281 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/9320/task/9326/stat : 9326 (python) S 9281 9281 8584 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 651718000 338612224 5848 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604444623112320 0 0 -1 6 0 0 0
[pid=9327] ppid=9281 vsize=341136 CPUtime=0.43 cores=0,2,4,6
/proc/9327/stat : 9327 (python) S 9281 9281 8584 0 -1 4202560 1127 0 0 0 23 20 0 0 19 0 2 0 651718004 349323264 5878 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9327/statm: 85284 5878 400 364 0 21184 0
[pid=9329] ppid=9327 vsize=246932 CPUtime=102.4 cores=0,2,4,6
/proc/9329/stat : 9329 (FH) T 9327 9329 9329 0 -1 4202496 594 0 0 0 10240 0 0 0 25 0 1 0 651718005 252858368 326 33554432000 134512640 134936988 4292836736 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9329/statm: 61733 326 41 104 0 61237 0
[pid=9327/tid=9333] ppid=9281 vsize=341136 CPUtime=0 cores=0,2,4,6
/proc/9327/task/9333/stat : 9333 (python) S 9281 9281 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651728249 349323264 5878 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=9334] ppid=9281 vsize=351392 CPUtime=0.42 cores=0,2,4,6
/proc/9334/stat : 9334 (python) S 9281 9281 8584 0 -1 4202560 1155 0 0 0 22 20 0 0 19 0 2 0 651728253 359825408 5888 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9334/statm: 87848 5888 406 364 0 23745 0
[pid=9336] ppid=9334 vsize=416788 CPUtime=102.44 cores=0,2,4,6
/proc/9336/stat : 9336 (adaptg2wsat2009) T 9334 9336 9336 0 -1 4202496 639 0 0 0 10244 0 0 0 25 0 1 0 651728253 426790912 363 33554432000 134512640 135107411 4288406432 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9336/statm: 104197 363 59 146 0 103073 0
[pid=9334/tid=9340] ppid=9281 vsize=351392 CPUtime=0 cores=0,2,4,6
/proc/9334/task/9340/stat : 9340 (python) S 9281 9281 8584 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651738499 359825408 5888 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 514 18446604444105019584 0 0 -1 2 0 0 0
[pid=9341] ppid=9281 vsize=361648 CPUtime=1.75 cores=0,2,4,6
/proc/9341/stat : 9341 (python) S 9281 9281 8584 0 -1 4202560 1040 0 0 0 98 77 0 0 15 0 1 0 651738503 370327552 5882 33554432000 4194304 5683644 140735816860960 18446744073709551615 228095471174 0 0 16781312 514 1222080790288892162 0 0 17 6 0 0 0
/proc/9341/statm: 90412 5882 371 364 0 26306 0
[pid=9343] ppid=9341 vsize=4696 CPUtime=405.24 cores=0,2,4,6
/proc/9343/stat : 9343 (march_hi) R 9341 9343 9343 0 -1 4202496 1705 0 0 0 40524 0 0 0 25 0 1 0 651738503 4808704 800 33554432000 4194304 4955518 140734693708928 18446744073709551615 4297475 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/9343/statm: 1174 800 106 186 0 987 0
[pid=9281/tid=9288] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9288/stat : 9288 (python) S 9279 9281 8584 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 10 0 651658442 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
[pid=9281/tid=9294] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9294/stat : 9294 (python) S 9279 9281 8584 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 10 0 651668285 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 6 0 0 0
[pid=9281/tid=9301] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9301/stat : 9301 (python) S 9279 9281 8584 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 10 0 651678329 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 2 0 0 0
[pid=9281/tid=9308] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9308/stat : 9308 (python) S 9279 9281 8584 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 10 0 651688075 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 0 0 0 0
[pid=9281/tid=9314] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9314/stat : 9314 (python) S 9279 9281 8584 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 10 0 651698116 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 0 0 0 0
[pid=9281/tid=9321] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9321/stat : 9321 (python) S 9279 9281 8584 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 10 0 651707961 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 0 0 0 0
[pid=9281/tid=9328] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9328/stat : 9328 (python) S 9279 9281 8584 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 10 0 651718004 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 4 0 0 0
[pid=9281/tid=9335] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9335/stat : 9335 (python) S 9279 9281 8584 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 10 0 651728253 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 6 0 0 0
[pid=9281/tid=9342] ppid=9279 vsize=371892 CPUtime=0 cores=0,2,4,6
/proc/9281/task/9342/stat : 9342 (python) S 9279 9281 8584 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 10 0 651738503 380817408 7409 33554432000 4194304 5683644 140735816860960 18446744073709551615 228107274673 0 0 16781312 2 18446604441827238848 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1211.23
Current children cumulated vsize (KiB) 8237864

Child status: 0
Real time (s): 1206.96
CPU time (s): 1211.47
CPU user time (s): 1209.06
CPU system time (s): 2.41163
CPU usage (%): 100.374
Max. virtual memory (cumulated for all children) (KiB): 8237864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1209.06
system time used= 2.41163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39344
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= 5108
involuntary context switches= 3763

runsolver used 8.69668 second user time and 16.5675 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-17 02:33:49
IDJOB=3386782
IDBENCH=82847
IDSOLVER=1872
FILE ID=node142/3386782-1305592428
RUNJOBID= node142-1305586143-8602
PBS_JOBID= 13350336
Free space on /tmp= 73512 MiB

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

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

MD5SUM BENCH= 4227d784a99fd8c0304137876add0b08
RANDOM SEED=448214935

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11072092 kB
Buffers:        317380 kB
Cached:        4055840 kB
SwapCached:      11512 kB
Active:       17636780 kB
Inactive:      3850664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11072092 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           31912 kB
Writeback:           0 kB
AnonPages:    17111240 kB
Mapped:          36824 kB
Slab:           237800 kB
PageTables:      83844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 142361356 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= 73468 MiB
End job on node142 at 2011-05-17 02:53:56