Trace number 3386711

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)? (TO) 5000.02 4981.47

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1653142431-025.UNKNOWN.cnf
MD5SUM57404773f78439bca79cfbdcb4a4a71b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
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 53195
Number of clauses of size over 50

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.68	c INFO: solving HOME/instance-3386711-1305591128.cnf
0.34/0.68	c INFO: computing task features
0.42/0.70	c INFO: computed variable-clause graph statistics
0.42/0.70	c INFO: computed clause balance statistics
0.42/0.78	c INFO: computed variable balance statistics
0.52/0.82	c INFO: computed small-clause counts
0.52/0.82	c INFO: computed Horn-clause counts
0.52/0.83	c INFO: computed variable graph statistics
0.52/0.83	c INFO: collected features for HOME/instance-3386711-1305591128.cnf in 0.15 s
0.52/0.86	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
100.23/100.24	c INFO: running gnovelty+2@0 for 97 with 4900 remaining (b = 0.08)
199.98/199.65	c INFO: running march_hi@0 for 679 with 4801 remaining (b = 0.35)
882.37/879.43	c INFO: running march_hi@679 for 97 with 4121 remaining (b = 0.06)
982.45/979.13	c INFO: running march_hi@0 for 388 with 4021 remaining (b = 0.23)
1375.56/1370.79	c INFO: running march_hi@391 for 97 with 3630 remaining (b = 0.08)
1474.63/1469.47	c INFO: running march_hi@490 for 97 with 3531 remaining (b = 0.07)
1572.33/1566.70	c INFO: running march_hi@587 for 97 with 3434 remaining (b = 0.08)
1666.28/1660.38	c INFO: running march_hi@0 for 388 with 3340 remaining (b = 0.20)
2058.27/2051.23	c INFO: running march_hi@390 for 97 with 2950 remaining (b = 0.07)
2153.86/2146.59	c INFO: running march_hi@485 for 97 with 2854 remaining (b = 0.05)
2251.78/2244.03	c INFO: running march_hi@583 for 97 with 2757 remaining (b = 0.06)
2352.56/2344.43	c INFO: running march_hi@0 for 388 with 2657 remaining (b = 0.18)
2747.62/2737.94	c INFO: running march_hi@393 for 97 with 2263 remaining (b = 0.05)
2842.34/2832.34	c INFO: running march_hi@0 for 388 with 2169 remaining (b = 0.16)
3237.08/3225.58	c INFO: running march_hi@393 for 97 with 1776 remaining (b = 0.04)
3329.57/3317.68	c INFO: running adaptg2wsat2009++@0 for 97 with 1684 remaining (b = 0.03)
3428.30/3416.10	c INFO: running march_hi@779 for 1358 with 1585 remaining (b = 0.38)
4790.11/4772.39	c INFO: running march_hi@2135 for 97 with 229 remaining (b = 0.11)
4888.91/4870.81	c INFO: running march_hi@487 for 131 with 131 remaining (b = 0.04)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3386711-1305591128/watcher-3386711-1305591128 -o /tmp/evaluation-result-3386711-1305591128/solver-3386711-1305591128 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386711-1305591128.cnf -seed 2044358801 -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.01 3/495 2827
/proc/meminfo: memFree=15820676/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=14644 CPUtime=0 cores=0,2,4,6
/proc/2827/stat : 2827 (python) R 2825 2827 2389 0 -1 4202496 325 0 0 0 0 0 0 0 23 0 1 0 670710568 14995456 253 33554432000 4194304 5683644 140733351359680 18446744073709551615 5114640 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2827/statm: 3661 259 204 364 0 148 0

[startup+0.088475 s]
/proc/loadavg: 2.01 2.05 2.01 3/495 2827
/proc/meminfo: memFree=15820676/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=52412 CPUtime=0.04 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 2014 0 0 0 3 1 0 0 17 0 1 0 670710568 53669888 1775 33554432000 4194304 5683644 140733351359680 18446744073709551615 218900807303 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/2827/statm: 13103 1775 484 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 52412

[startup+0.100513 s]
/proc/loadavg: 2.01 2.05 2.01 3/495 2827
/proc/meminfo: memFree=15820676/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=85364 CPUtime=0.05 cores=0,2,4,6
/proc/2827/stat : 2827 (python) R 2825 2827 2389 0 -1 4202496 2594 0 0 0 4 1 0 0 17 0 1 0 670710568 87412736 2315 33554432000 4194304 5683644 140733351359680 18446744073709551615 5214048 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2827/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.300438 s]
/proc/loadavg: 2.01 2.05 2.01 3/495 2827
/proc/meminfo: memFree=15820676/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 5972 932 1 0 13 5 0 0 17 0 1 0 670710568 139005952 4149 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905726981 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/2827/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700395 s]
/proc/loadavg: 2.01 2.05 2.01 3/495 2827
/proc/meminfo: memFree=15820676/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=278764 CPUtime=0.42 cores=0,2,4,6
/proc/2827/stat : 2827 (python) R 2825 2827 2389 0 -1 4202496 9345 932 1 0 32 10 0 0 16 0 1 0 670710568 285454336 7014 33554432000 4194304 5683644 140733351359680 18446744073709551615 5307856 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2827/statm: 69691 7016 1768 364 0 5615 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278764

[startup+1.50026 s]
/proc/loadavg: 2.01 2.05 2.01 3/499 2836
/proc/meminfo: memFree=15794836/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=289032 CPUtime=0.58 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 9858 932 1 0 48 10 0 0 17 0 2 0 670710568 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2827/statm: 72258 7129 1875 364 0 8176 0
[pid=2834] ppid=2827 vsize=278788 CPUtime=0 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 670710654 285478912 5604 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751055 0 0 16781312 514 6194283752202436607 0 0 17 2 0 0 0
/proc/2834/statm: 69697 5604 354 364 0 5615 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=0.62 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) R 2834 2836 2836 0 -1 4202496 454 0 0 0 62 0 0 0 21 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2827/tid=2835] ppid=2825 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 670710654 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1585760

[startup+3.10096 s]
/proc/loadavg: 2.01 2.05 2.01 3/499 2836
/proc/meminfo: memFree=15794340/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=289032 CPUtime=0.58 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 9858 932 1 0 48 10 0 0 17 0 2 0 670710568 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2827/statm: 72258 7129 1875 364 0 8176 0
[pid=2834] ppid=2827 vsize=278788 CPUtime=0 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 670710654 285478912 5604 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751055 0 0 16781312 514 6194283752202404097 0 0 17 2 0 0 0
/proc/2834/statm: 69697 5604 354 364 0 5615 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=2.23 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) R 2834 2836 2836 0 -1 4202496 454 0 0 0 223 0 0 0 25 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2827/tid=2835] ppid=2825 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 670710654 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1585760

[startup+6.30041 s]
/proc/loadavg: 2.01 2.05 2.01 3/499 2836
/proc/meminfo: memFree=15793960/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=289032 CPUtime=0.58 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 9858 932 1 0 48 10 0 0 17 0 2 0 670710568 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2827/statm: 72258 7129 1875 364 0 8176 0
[pid=2834] ppid=2827 vsize=278788 CPUtime=0.02 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 894 0 0 0 1 1 0 0 18 0 1 0 670710654 285478912 5626 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751055 0 0 16781312 514 6194283752202404097 0 0 17 2 0 0 0
/proc/2834/statm: 69697 5626 376 364 0 5615 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=5.43 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) R 2834 2836 2836 0 -1 4202496 454 0 0 0 543 0 0 0 25 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2827/tid=2835] ppid=2825 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 670710654 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1585760

[startup+12.7012 s]
/proc/loadavg: 2.00 2.05 2.01 3/503 2841
/proc/meminfo: memFree=15790020/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=289032 CPUtime=0.58 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 9858 932 1 0 48 10 0 0 17 0 2 0 670710568 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2827/statm: 72258 7129 1875 364 0 8176 0
[pid=2834] ppid=2827 vsize=278788 CPUtime=0.03 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 897 0 0 0 2 1 0 0 18 0 1 0 670710654 285478912 5627 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751055 0 0 16781312 514 6412932355329065217 0 0 17 2 0 0 0
/proc/2834/statm: 69697 5627 377 364 0 5615 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=11.82 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) R 2834 2836 2836 0 -1 4202496 454 0 0 0 1182 0 0 0 25 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2827/tid=2835] ppid=2825 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 670710654 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1585760

[startup+25.5009 s]
/proc/loadavg: 2.00 2.04 2.01 3/503 2841
/proc/meminfo: memFree=15790992/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=289032 CPUtime=0.58 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 9858 932 1 0 48 10 0 0 17 0 2 0 670710568 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2827/statm: 72258 7129 1875 364 0 8176 0
[pid=2834] ppid=2827 vsize=278788 CPUtime=0.07 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 901 0 0 0 4 3 0 0 18 0 1 0 670710654 285478912 5627 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751055 0 0 16781312 514 6412932355329065217 0 0 17 2 0 0 0
/proc/2834/statm: 69697 5627 377 364 0 5615 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=24.62 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) R 2834 2836 2836 0 -1 4202496 454 0 0 0 2462 0 0 0 25 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2827/tid=2835] ppid=2825 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 670710654 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 1585760

[startup+51.1003 s]
/proc/loadavg: 2.00 2.04 2.01 3/503 2842
/proc/meminfo: memFree=15790444/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=289032 CPUtime=0.58 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 9858 932 1 0 48 10 0 0 17 0 2 0 670710568 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2827/statm: 72258 7129 1875 364 0 8176 0
[pid=2834] ppid=2827 vsize=278788 CPUtime=0.16 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 908 0 0 0 8 8 0 0 18 0 1 0 670710654 285478912 5627 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751055 0 0 16781312 514 6412932355329065217 0 0 17 6 0 0 0
/proc/2834/statm: 69697 5627 377 364 0 5615 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=50.22 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) R 2834 2836 2836 0 -1 4202496 454 0 0 0 5022 0 0 0 25 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134544252 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2827/tid=2835] ppid=2825 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 2 0 670710654 295968768 7129 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1585760

[startup+102.318 s]
/proc/loadavg: 2.00 2.03 2.00 3/507 2847
/proc/meminfo: memFree=15783712/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=299576 CPUtime=0.61 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 10708 932 1 0 51 10 0 0 20 0 3 0 670710568 306765824 7225 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2827/statm: 74894 7225 1878 364 0 10809 0
[pid=2834] ppid=2827 vsize=289032 CPUtime=0.35 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 1083 0 0 0 18 17 0 0 19 0 2 0 670710654 295968768 5665 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2834/statm: 72258 5665 410 364 0 8176 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=99.34 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) T 2834 2836 2836 0 -1 4202496 454 0 0 0 9934 0 0 0 25 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2834/tid=2844] ppid=2827 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2834/task/2844/stat : 2844 (python) S 2827 2827 2389 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670720590 295968768 5665 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604441470010432 0 0 -1 6 0 0 0
[pid=2845] ppid=2827 vsize=289332 CPUtime=0 cores=0,2,4,6
/proc/2845/stat : 2845 (python) S 2827 2827 2389 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 670720593 296275968 5691 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751110 0 0 16781312 514 677959423737430274 0 0 17 2 0 0 0
/proc/2845/statm: 72333 5691 348 364 0 8248 0
[pid=2847] ppid=2845 vsize=1017940 CPUtime=2.06 cores=0,2,4,6
/proc/2847/stat : 2847 (gnovelty+2) R 2845 2847 2847 0 -1 4202496 458 0 0 0 206 0 0 0 25 0 1 0 670720593 1042370560 192 33554432000 134512640 135663704 4291842832 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/2847/statm: 254485 192 113 282 0 254201 0
[pid=2827/tid=2835] ppid=2825 vsize=299576 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 3 0 670710654 306765824 7225 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
[pid=2827/tid=2846] ppid=2825 vsize=299576 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2846/stat : 2846 (python) S 2825 2827 2389 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 670720593 306765824 7225 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 2913820

[startup+162.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/507 2849
/proc/meminfo: memFree=15780948/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=299576 CPUtime=0.61 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 10708 932 1 0 51 10 0 0 20 0 3 0 670710568 306765824 7225 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2827/statm: 74894 7225 1878 364 0 10809 0
[pid=2834] ppid=2827 vsize=289032 CPUtime=0.35 cores=0,2,4,6

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

[pid=3092] ppid=2827 vsize=310072 CPUtime=2.64 cores=0,2,4,6
/proc/3092/stat : 3092 (python) S 2827 2827 2389 0 -1 4202560 1179 0 0 0 143 121 0 0 15 0 2 0 670808481 317513728 5814 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3092/statm: 77518 5814 400 364 0 13427 0
[pid=3094] ppid=3092 vsize=142640 CPUtime=681.16 cores=0,2,4,6
/proc/3094/stat : 3094 (march_hi) T 3092 3094 3094 0 -1 4202496 32777 0 0 0 68110 6 0 0 25 0 1 0 670808482 146063360 32505 33554432000 4194304 4955518 140735052252432 18446744073709551615 4224826 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3094/statm: 35660 32505 106 186 0 35473 0
[pid=3092/tid=3120] ppid=2827 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/3092/task/3120/stat : 3120 (python) S 2827 2827 2389 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670847645 317513728 5814 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604451691378752 0 0 -1 6 0 0 0
[pid=3137] ppid=2827 vsize=320328 CPUtime=2.6 cores=0,2,4,6
/proc/3137/stat : 3137 (python) S 2827 2827 2389 0 -1 4202560 1174 0 0 0 145 115 0 0 15 0 2 0 670876606 328015872 5826 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3137/statm: 80082 5826 400 364 0 15988 0
[pid=3139] ppid=3137 vsize=142640 CPUtime=683.53 cores=0,2,4,6
/proc/3139/stat : 3139 (march_hi) T 3137 3139 3139 0 -1 4202496 32816 0 0 0 68344 9 0 0 25 0 1 0 670876607 146063360 32544 33554432000 4194304 4955518 140735853168016 18446744073709551615 4224471 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3139/statm: 35660 32544 106 186 0 35473 0
[pid=3137/tid=3204] ppid=2827 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/3137/task/3204/stat : 3204 (python) S 2827 2827 2389 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 2 0 670915689 328015872 5826 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604440763775040 0 0 -1 4 0 0 0
[pid=3226] ppid=2827 vsize=330636 CPUtime=2.32 cores=0,2,4,6
/proc/3226/stat : 3226 (python) S 2827 2827 2389 0 -1 4202560 1175 0 0 0 130 102 0 0 15 0 2 0 670945012 338571264 5813 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3226/statm: 82659 5813 400 364 0 18562 0
[pid=3228] ppid=3226 vsize=142640 CPUtime=579.25 cores=0,2,4,6
/proc/3228/stat : 3228 (march_hi) R 3226 3228 3228 0 -1 4202496 28008 0 0 0 57919 6 0 0 25 0 1 0 670945012 146063360 27736 33554432000 4194304 4955518 140737053352464 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3228/statm: 35660 27736 106 186 0 35473 0
[pid=3226/tid=3256] ppid=2827 vsize=330636 CPUtime=0 cores=0,2,4,6
/proc/3226/task/3256/stat : 3256 (python) S 2827 2827 2389 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670984361 338571264 5813 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604445590178496 0 0 -1 6 0 0 0
[pid=3264] ppid=2827 vsize=340892 CPUtime=1.96 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 2827 2827 2389 0 -1 4202560 1175 0 0 0 109 87 0 0 15 0 2 0 670993802 349073408 5843 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3264/statm: 85223 5843 400 364 0 21123 0
[pid=3266] ppid=3264 vsize=94448 CPUtime=485.26 cores=0,2,4,6
/proc/3266/stat : 3266 (march_hi) T 3264 3266 3266 0 -1 4202496 23506 0 0 0 48522 4 0 0 25 0 1 0 670993802 96714752 23233 33554432000 4194304 4955518 140736192799184 18446744073709551615 4208710 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3266/statm: 23612 23233 106 186 0 23425 0
[pid=3264/tid=3302] ppid=2827 vsize=340892 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3302/stat : 3302 (python) S 2827 2827 2389 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671033124 349073408 5843 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604451090143040 0 0 -1 6 0 0 0
[pid=3306] ppid=2827 vsize=351312 CPUtime=0.38 cores=0,2,4,6
/proc/3306/stat : 3306 (python) S 2827 2827 2389 0 -1 4202560 1159 0 0 0 19 19 0 0 19 0 2 0 671042336 359743488 5868 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3306/statm: 87828 5868 406 364 0 23725 0
[pid=3308] ppid=3306 vsize=416280 CPUtime=98.37 cores=0,2,4,6
/proc/3308/stat : 3308 (adaptg2wsat2009) T 3306 3308 3308 0 -1 4202496 528 0 0 0 9837 0 0 0 25 0 1 0 671042337 426270720 252 33554432000 134512640 135107411 4288902368 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3308/statm: 104070 252 59 146 0 102946 0
[pid=3306/tid=3315] ppid=2827 vsize=351312 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (python) S 2827 2827 2389 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671052177 359743488 5868 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604444804470720 0 0 -1 6 0 0 0
[pid=2827/tid=2835] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 670710654 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
[pid=2827/tid=2846] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2846/stat : 2846 (python) S 2825 2827 2389 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 670720593 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
[pid=2827/tid=2853] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2853/stat : 2853 (python) S 2825 2827 2389 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 670730533 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 0 0 0 0
[pid=2827/tid=3093] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3093/stat : 3093 (python) S 2825 2827 2389 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 670808481 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
[pid=2827/tid=3138] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3138/stat : 3138 (python) S 2825 2827 2389 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 670876606 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 4 0 0 0
[pid=2827/tid=3227] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3227/stat : 3227 (python) S 2825 2827 2389 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 670945012 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 4 0 0 0
[pid=2827/tid=3265] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3265/stat : 3265 (python) S 2825 2827 2389 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 670993802 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
[pid=2827/tid=3307] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3307/stat : 3307 (python) S 2825 2827 2389 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 671042336 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4980.83
Current children cumulated vsize (KiB) 6348608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4981.4 s]
/proc/loadavg: 2.13 2.08 2.03 3/592 3366
/proc/meminfo: memFree=14623652/32951124 swapFree=62248504/67111528
[pid=2827] ppid=2825 vsize=361556 CPUtime=0.96 cores=0,2,4,6
/proc/2827/stat : 2827 (python) S 2825 2827 2389 0 -1 4202496 17224 932 1 0 84 12 0 0 18 0 9 0 670710568 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2827/statm: 90389 7387 1890 364 0 26286 0
[pid=2834] ppid=2827 vsize=289032 CPUtime=0.35 cores=0,2,4,6
/proc/2834/stat : 2834 (python) S 2827 2827 2389 0 -1 4202560 1083 0 0 0 18 17 0 0 19 0 2 0 670710654 295968768 5665 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2834/statm: 72258 5665 410 364 0 8176 0
[pid=2836] ppid=2834 vsize=1017940 CPUtime=99.34 cores=0,2,4,6
/proc/2836/stat : 2836 (gnovelty+2) T 2834 2836 2836 0 -1 4202496 454 0 0 0 9934 0 0 0 25 0 1 0 670710654 1042370560 191 33554432000 134512640 135663704 4292902464 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2836/statm: 254485 191 113 282 0 254201 0
[pid=2834/tid=2844] ppid=2827 vsize=289032 CPUtime=0 cores=0,2,4,6
/proc/2834/task/2844/stat : 2844 (python) S 2827 2827 2389 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670720590 295968768 5665 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604441470010432 0 0 -1 6 0 0 0
[pid=2845] ppid=2827 vsize=289332 CPUtime=0.36 cores=0,2,4,6
/proc/2845/stat : 2845 (python) S 2827 2827 2389 0 -1 4202560 1082 0 0 0 19 17 0 0 19 0 2 0 670720593 296275968 5744 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2845/statm: 72333 5744 400 364 0 8248 0
[pid=2847] ppid=2845 vsize=1017940 CPUtime=99.36 cores=0,2,4,6
/proc/2847/stat : 2847 (gnovelty+2) T 2845 2847 2847 0 -1 4202496 458 0 0 0 9936 0 0 0 25 0 1 0 670720593 1042370560 192 33554432000 134512640 135663704 4291842832 18446744073709551615 134524878 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/2847/statm: 254485 192 113 282 0 254201 0
[pid=2845/tid=2851] ppid=2827 vsize=289332 CPUtime=0 cores=0,2,4,6
/proc/2845/task/2851/stat : 2851 (python) S 2827 2827 2389 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670730530 296275968 5744 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604453070542976 0 0 -1 4 0 0 0
[pid=2852] ppid=2827 vsize=299408 CPUtime=8.87 cores=0,2,4,6
/proc/2852/stat : 2852 (python) S 2827 2827 2389 0 -1 4202560 1168 0 0 0 488 399 0 0 15 0 2 0 670730533 306593792 5686 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2852/statm: 74852 5686 400 364 0 10764 0
[pid=2854] ppid=2852 vsize=481512 CPUtime=2234.12 cores=0,2,4,6
/proc/2854/stat : 2854 (march_hi) T 2852 2854 2854 0 -1 4202496 97535 0 0 0 223388 24 0 0 25 0 1 0 670730533 493068288 97264 33554432000 4194304 4955518 140736162808720 18446744073709551615 4237738 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/2854/statm: 120378 97264 106 186 0 120191 0
[pid=2852/tid=3085] ppid=2827 vsize=299408 CPUtime=0 cores=0,2,4,6
/proc/2852/task/3085/stat : 3085 (python) S 2827 2827 2389 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670798509 306593792 5686 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604453402136832 0 0 -1 6 0 0 0
[pid=3092] ppid=2827 vsize=310072 CPUtime=2.64 cores=0,2,4,6
/proc/3092/stat : 3092 (python) S 2827 2827 2389 0 -1 4202560 1179 0 0 0 143 121 0 0 15 0 2 0 670808481 317513728 5814 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3092/statm: 77518 5814 400 364 0 13427 0
[pid=3094] ppid=3092 vsize=142640 CPUtime=681.16 cores=0,2,4,6
/proc/3094/stat : 3094 (march_hi) T 3092 3094 3094 0 -1 4202496 32777 0 0 0 68110 6 0 0 25 0 1 0 670808482 146063360 32505 33554432000 4194304 4955518 140735052252432 18446744073709551615 4224826 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3094/statm: 35660 32505 106 186 0 35473 0
[pid=3092/tid=3120] ppid=2827 vsize=310072 CPUtime=0 cores=0,2,4,6
/proc/3092/task/3120/stat : 3120 (python) S 2827 2827 2389 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670847645 317513728 5814 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604451691378752 0 0 -1 6 0 0 0
[pid=3137] ppid=2827 vsize=320328 CPUtime=2.6 cores=0,2,4,6
/proc/3137/stat : 3137 (python) S 2827 2827 2389 0 -1 4202560 1174 0 0 0 145 115 0 0 15 0 2 0 670876606 328015872 5826 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3137/statm: 80082 5826 400 364 0 15988 0
[pid=3139] ppid=3137 vsize=142640 CPUtime=683.53 cores=0,2,4,6
/proc/3139/stat : 3139 (march_hi) T 3137 3139 3139 0 -1 4202496 32816 0 0 0 68344 9 0 0 25 0 1 0 670876607 146063360 32544 33554432000 4194304 4955518 140735853168016 18446744073709551615 4224471 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3139/statm: 35660 32544 106 186 0 35473 0
[pid=3137/tid=3204] ppid=2827 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/3137/task/3204/stat : 3204 (python) S 2827 2827 2389 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 2 0 670915689 328015872 5826 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604440763775040 0 0 -1 4 0 0 0
[pid=3226] ppid=2827 vsize=330636 CPUtime=2.4 cores=0,2,4,6
/proc/3226/stat : 3226 (python) S 2827 2827 2389 0 -1 4202560 1176 0 0 0 134 106 0 0 15 0 2 0 670945012 338571264 5813 33554432000 4194304 5683644 140733351359680 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3226/statm: 82659 5813 400 364 0 18562 0
[pid=3228] ppid=3226 vsize=142640 CPUtime=598.36 cores=0,2,4,6
/proc/3228/stat : 3228 (march_hi) R 3226 3228 3228 0 -1 4202496 28910 0 0 0 59830 6 0 0 25 0 1 0 670945012 146063360 28638 33554432000 4194304 4955518 140737053352464 18446744073709551615 4208718 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/3228/statm: 35660 28638 106 186 0 35473 0
[pid=3226/tid=3256] ppid=2827 vsize=330636 CPUtime=0 cores=0,2,4,6
/proc/3226/task/3256/stat : 3256 (python) S 2827 2827 2389 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670984361 338571264 5813 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604445590178496 0 0 -1 6 0 0 0
[pid=3264] ppid=2827 vsize=340892 CPUtime=1.96 cores=0,2,4,6
/proc/3264/stat : 3264 (python) S 2827 2827 2389 0 -1 4202560 1175 0 0 0 109 87 0 0 15 0 2 0 670993802 349073408 5843 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3264/statm: 85223 5843 400 364 0 21123 0
[pid=3266] ppid=3264 vsize=94448 CPUtime=485.26 cores=0,2,4,6
/proc/3266/stat : 3266 (march_hi) T 3264 3266 3266 0 -1 4202496 23506 0 0 0 48522 4 0 0 25 0 1 0 670993802 96714752 23233 33554432000 4194304 4955518 140736192799184 18446744073709551615 4208710 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/3266/statm: 23612 23233 106 186 0 23425 0
[pid=3264/tid=3302] ppid=2827 vsize=340892 CPUtime=0 cores=0,2,4,6
/proc/3264/task/3302/stat : 3302 (python) S 2827 2827 2389 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671033124 349073408 5843 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604451090143040 0 0 -1 6 0 0 0
[pid=3306] ppid=2827 vsize=351312 CPUtime=0.38 cores=0,2,4,6
/proc/3306/stat : 3306 (python) S 2827 2827 2389 0 -1 4202560 1159 0 0 0 19 19 0 0 19 0 2 0 671042336 359743488 5868 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/3306/statm: 87828 5868 406 364 0 23725 0
[pid=3308] ppid=3306 vsize=416280 CPUtime=98.37 cores=0,2,4,6
/proc/3308/stat : 3308 (adaptg2wsat2009) T 3306 3308 3308 0 -1 4202496 528 0 0 0 9837 0 0 0 25 0 1 0 671042337 426270720 252 33554432000 134512640 135107411 4288902368 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3308/statm: 104070 252 59 146 0 102946 0
[pid=3306/tid=3315] ppid=2827 vsize=351312 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (python) S 2827 2827 2389 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 671052177 359743488 5868 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 514 18446604444804470720 0 0 -1 6 0 0 0
[pid=2827/tid=2835] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2835/stat : 2835 (python) S 2825 2827 2389 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 670710654 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 2 0 0 0
[pid=2827/tid=2846] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2846/stat : 2846 (python) S 2825 2827 2389 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 670720593 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
[pid=2827/tid=2853] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/2853/stat : 2853 (python) S 2825 2827 2389 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 670730533 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 0 0 0 0
[pid=2827/tid=3093] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3093/stat : 3093 (python) S 2825 2827 2389 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 670808481 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
[pid=2827/tid=3138] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3138/stat : 3138 (python) S 2825 2827 2389 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 670876606 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 4 0 0 0
[pid=2827/tid=3227] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3227/stat : 3227 (python) S 2825 2827 2389 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 670945012 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 4 0 0 0
[pid=2827/tid=3265] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3265/stat : 3265 (python) S 2825 2827 2389 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 670993802 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
[pid=2827/tid=3307] ppid=2825 vsize=361556 CPUtime=0 cores=0,2,4,6
/proc/2827/task/3307/stat : 3307 (python) S 2825 2827 2389 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 671042336 370233344 7387 33554432000 4194304 5683644 140733351359680 18446744073709551615 218917554609 0 0 16781312 2 18446604449860618176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 6348608

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2827 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=845871
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=124981
# CPU time returned by wait4() is 0.970852
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4981.47
CPU time (s): 5000.02
CPU user time (s): 4990.6
CPU system time (s): 9.42
CPU usage (%): 100.372
Max. virtual memory (cumulated for all children) (KiB): 6348612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.845871
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18160
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= 2912
involuntary context switches= 35

runsolver used 33.157 second user time and 64.6352 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-17 02:12:08
IDJOB=3386711
IDBENCH=82776
IDSOLVER=1872
FILE ID=node137/3386711-1305591128
RUNJOBID= node137-1305586143-2408
PBS_JOBID= 13350341
Free space on /tmp= 73632 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1653142431-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-3386711-1305591128/watcher-3386711-1305591128 -o /tmp/evaluation-result-3386711-1305591128/solver-3386711-1305591128 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386711-1305591128.cnf -seed 2044358801 -budget 5000

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

MD5SUM BENCH= 57404773f78439bca79cfbdcb4a4a71b
RANDOM SEED=2044358801

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15820840 kB
Buffers:        333808 kB
Cached:        4433692 kB
SwapCached:      25020 kB
Active:        7168044 kB
Inactive:      9682176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15820840 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:           31944 kB
Writeback:           0 kB
AnonPages:    12067312 kB
Mapped:          37588 kB
Slab:           139900 kB
PageTables:      70464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149130216 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= 73600 MiB
End job on node137 at 2011-05-17 03:35:12