Trace number 3386680

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.05 4983.27

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S375894551-007.UNKNOWN.cnf
MD5SUMa88511669158afb29f3ddcebdff7b380
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.29/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.46	c INFO: solving HOME/instance-3386680-1305590488.cnf
0.29/0.46	c INFO: computing task features
0.29/0.48	c INFO: computed variable-clause graph statistics
0.29/0.48	c INFO: computed clause balance statistics
0.38/0.56	c INFO: computed variable balance statistics
0.48/0.60	c INFO: computed small-clause counts
0.48/0.60	c INFO: computed Horn-clause counts
0.48/0.61	c INFO: computed variable graph statistics
0.48/0.61	c INFO: collected features for HOME/instance-3386680-1305590488.cnf in 0.15 s
0.48/0.64	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
100.98/100.98	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.08)
200.70/200.36	c INFO: running march_hi@0 for 679 with 4800 remaining (b = 0.34)
882.81/880.56	c INFO: running march_hi@679 for 97 with 4120 remaining (b = 0.06)
983.16/980.51	c INFO: running march_hi@0 for 485 with 4020 remaining (b = 0.25)
1474.15/1469.89	c INFO: running march_hi@489 for 97 with 3531 remaining (b = 0.06)
1570.20/1565.50	c INFO: running march_hi@584 for 97 with 3435 remaining (b = 0.08)
1666.93/1661.99	c INFO: running march_hi@0 for 485 with 3339 remaining (b = 0.23)
2154.14/2147.41	c INFO: running march_hi@485 for 194 with 2853 remaining (b = 0.10)
2349.44/2342.01	c INFO: running march_hi@0 for 388 with 2659 remaining (b = 0.17)
2740.00/2731.27	c INFO: running march_hi@389 for 97 with 2270 remaining (b = 0.05)
2840.75/2831.62	c INFO: running march_hi@0 for 388 with 2169 remaining (b = 0.15)
3235.12/3224.69	c INFO: running march_hi@392 for 97 with 1777 remaining (b = 0.04)
3329.86/3319.01	c INFO: running adaptg2wsat2009++@0 for 97 with 1682 remaining (b = 0.03)
3430.47/3419.37	c INFO: running march_hi@779 for 1358 with 1582 remaining (b = 0.37)
4794.65/4778.64	c INFO: running march_hi@2138 for 97 with 223 remaining (b = 0.11)
4889.31/4872.98	c INFO: running march_hi@489 for 129 with 129 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-3386680-1305590488/watcher-3386680-1305590488 -o /tmp/evaluation-result-3386680-1305590488/solver-3386680-1305590488 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386680-1305590488.cnf -seed 881490864 -budget 5000 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.05 3.06 3.01 3/448 27594
/proc/meminfo: memFree=22411224/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=16244 CPUtime=0 cores=1,3,5,7
/proc/27594/stat : 27594 (python) R 27592 27594 26973 0 -1 4202496 1049 0 0 0 0 0 0 0 17 0 1 0 670646974 16633856 922 33554432000 4194304 5683644 140735203124176 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27594/statm: 4061 922 381 364 0 548 0

[startup+0.0648551 s]
/proc/loadavg: 3.05 3.06 3.01 3/448 27594
/proc/meminfo: memFree=22411224/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=50016 CPUtime=0.04 cores=1,3,5,7
/proc/27594/stat : 27594 (python) R 27592 27594 26973 0 -1 4202496 1962 0 0 0 3 1 0 0 17 0 1 0 670646974 51216384 1726 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335894844 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27594/statm: 12504 1727 476 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50016

[startup+0.10085 s]
/proc/loadavg: 3.05 3.06 3.01 3/448 27594
/proc/meminfo: memFree=22411224/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=104236 CPUtime=0.06 cores=1,3,5,7
/proc/27594/stat : 27594 (python) R 27592 27594 26973 0 -1 4202496 3086 0 0 0 5 1 0 0 17 0 1 0 670646974 106737664 2768 33554432000 4194304 5683644 140735203124176 18446744073709551615 5114112 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27594/statm: 26059 2768 847 364 0 1807 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104236

[startup+0.300818 s]
/proc/loadavg: 3.05 3.06 3.01 3/448 27594
/proc/meminfo: memFree=22411224/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=194556 CPUtime=0.21 cores=1,3,5,7
/proc/27594/stat : 27594 (python) R 27592 27594 26973 0 -1 4202496 6928 932 1 0 16 5 0 0 17 0 1 0 670646974 199225344 4973 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/27594/statm: 48639 4976 1431 364 0 3758 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 194556

[startup+0.70075 s]
/proc/loadavg: 3.05 3.06 3.01 3/448 27594
/proc/meminfo: memFree=22411224/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=288920 CPUtime=0.51 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 9932 932 1 0 44 7 0 0 19 0 2 0 670646974 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27594/statm: 72230 7112 1875 364 0 8148 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 288920

[startup+1.5006 s]
/proc/loadavg: 3.05 3.06 3.01 4/452 27602
/proc/meminfo: memFree=22386516/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=288920 CPUtime=0.51 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 9932 932 1 0 44 7 0 0 19 0 2 0 670646974 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27594/statm: 72230 7112 1875 364 0 8148 0
[pid=27600] ppid=27594 vsize=278676 CPUtime=0 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 670647038 285364224 5587 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912463 0 0 16781312 514 13001282174438080511 0 0 17 5 0 0 0
/proc/27600/statm: 69669 5587 354 364 0 5587 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=0.85 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) R 27600 27602 27602 0 -1 4202496 453 0 0 0 85 0 0 0 21 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27594/tid=27601] ppid=27592 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 670647038 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1585536

[startup+3.10032 s]
/proc/loadavg: 3.05 3.06 3.01 4/452 27602
/proc/meminfo: memFree=22385524/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=288920 CPUtime=0.51 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 9932 932 1 0 44 7 0 0 19 0 2 0 670646974 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27594/statm: 72230 7112 1875 364 0 8148 0
[pid=27600] ppid=27594 vsize=278676 CPUtime=0 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 670647038 285364224 5587 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048004 0 0 17 5 0 0 0
/proc/27600/statm: 69669 5587 354 364 0 5587 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=2.45 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) R 27600 27602 27602 0 -1 4202496 453 0 0 0 245 0 0 0 25 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27594/tid=27601] ppid=27592 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 670647038 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1585536

[startup+6.30075 s]
/proc/loadavg: 3.05 3.06 3.01 4/452 27602
/proc/meminfo: memFree=22385888/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=288920 CPUtime=0.51 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 9932 932 1 0 44 7 0 0 19 0 2 0 670646974 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27594/statm: 72230 7112 1875 364 0 8148 0
[pid=27600] ppid=27594 vsize=278676 CPUtime=0.01 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 891 0 0 0 1 0 0 0 18 0 1 0 670647038 285364224 5610 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912463 0 0 16781312 514 13001282174438048004 0 0 17 5 0 0 0
/proc/27600/statm: 69669 5610 377 364 0 5587 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=5.65 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) R 27600 27602 27602 0 -1 4202496 453 0 0 0 565 0 0 0 25 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134544132 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27594/tid=27601] ppid=27592 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 670647038 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1585536

[startup+12.7006 s]
/proc/loadavg: 3.04 3.06 3.00 4/452 27603
/proc/meminfo: memFree=22385664/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=288920 CPUtime=0.51 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 9932 932 1 0 44 7 0 0 19 0 2 0 670646974 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27594/statm: 72230 7112 1875 364 0 8148 0
[pid=27600] ppid=27594 vsize=278676 CPUtime=0.03 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 894 0 0 0 2 1 0 0 18 0 1 0 670647038 285364224 5610 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912463 0 0 16781312 514 5056785917537124612 0 0 17 5 0 0 0
/proc/27600/statm: 69669 5610 377 364 0 5587 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=12.04 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) R 27600 27602 27602 0 -1 4202496 453 0 0 0 1204 0 0 0 25 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27594/tid=27601] ppid=27592 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 670647038 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1585536

[startup+25.5003 s]
/proc/loadavg: 3.03 3.05 3.00 4/452 27603
/proc/meminfo: memFree=22386328/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=288920 CPUtime=0.51 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 9932 932 1 0 44 7 0 0 19 0 2 0 670646974 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27594/statm: 72230 7112 1875 364 0 8148 0
[pid=27600] ppid=27594 vsize=278676 CPUtime=0.07 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 900 0 0 0 4 3 0 0 18 0 1 0 670647038 285364224 5610 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912463 0 0 16781312 514 5056785917537124612 0 0 17 5 0 0 0
/proc/27600/statm: 69669 5610 377 364 0 5587 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=24.83 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) R 27600 27602 27602 0 -1 4202496 453 0 0 0 2483 0 0 0 25 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27594/tid=27601] ppid=27592 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 670647038 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1585536

[startup+51.1008 s]
/proc/loadavg: 3.08 3.06 3.01 4/452 27604
/proc/meminfo: memFree=22385828/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=288920 CPUtime=0.51 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 9932 932 1 0 44 7 0 0 19 0 2 0 670646974 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27594/statm: 72230 7112 1875 364 0 8148 0
[pid=27600] ppid=27594 vsize=278676 CPUtime=0.15 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 912 0 0 0 9 6 0 0 18 0 1 0 670647038 285364224 5610 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912463 0 0 16781312 514 5056785917537124612 0 0 17 5 0 0 0
/proc/27600/statm: 69669 5610 377 364 0 5587 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=50.41 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) R 27600 27602 27602 0 -1 4202496 453 0 0 0 5041 0 0 0 25 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27594/tid=27601] ppid=27592 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 670647038 295854080 7112 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1585536

[startup+102.317 s]
/proc/loadavg: 3.09 3.07 3.01 4/460 27613
/proc/meminfo: memFree=22376196/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=299548 CPUtime=0.54 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 10775 932 1 0 47 7 0 0 20 0 3 0 670646974 306737152 7217 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27594/statm: 74887 7217 1878 364 0 10802 0
[pid=27600] ppid=27594 vsize=288920 CPUtime=0.31 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 1090 0 0 0 17 14 0 0 19 0 2 0 670647038 295854080 5648 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27600/statm: 72230 5648 410 364 0 8148 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=100.23 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) T 27600 27602 27602 0 -1 4202496 453 0 0 0 10023 0 0 0 25 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27600/tid=27610] ppid=27594 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (python) S 27594 27594 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670657069 295854080 5648 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604455939790144 0 0 -1 5 0 0 0
[pid=27611] ppid=27594 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/27611/stat : 27611 (python) S 27594 27594 26973 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 670657072 296247296 5683 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912518 0 0 16781312 514 4534179249057136900 0 0 17 7 0 0 0
/proc/27611/statm: 72326 5683 348 364 0 8241 0
[pid=27613] ppid=27611 vsize=1017940 CPUtime=1.32 cores=1,3,5,7
/proc/27613/stat : 27613 (gnovelty+2) R 27611 27613 27613 0 -1 4202496 458 0 0 0 132 0 0 0 25 0 1 0 670657072 1042370560 192 33554432000 134512640 135663704 4289632576 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/27613/statm: 254485 192 113 282 0 254201 0
[pid=27594/tid=27601] ppid=27592 vsize=299548 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 3 0 670647038 306737152 7217 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=299548 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (python) S 27592 27594 26973 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 670657072 306737152 7217 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 2913652

[startup+162.301 s]
/proc/loadavg: 3.04 3.05 3.00 4/460 27615
/proc/meminfo: memFree=22374820/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=299548 CPUtime=0.54 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 10775 932 1 0 47 7 0 0 20 0 3 0 670646974 306737152 7217 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27594/statm: 74887 7217 1878 364 0 10802 0
[pid=27600] ppid=27594 vsize=288920 CPUtime=0.31 cores=1,3,5,7

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

[pid=27840] ppid=27594 vsize=310188 CPUtime=2.39 cores=1,3,5,7
/proc/27840/stat : 27840 (python) S 27594 27594 26973 0 -1 4202560 1158 0 0 0 119 120 0 0 15 0 2 0 670745026 317632512 5820 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27840/statm: 77547 5820 400 364 0 13456 0
[pid=27842] ppid=27840 vsize=142208 CPUtime=681.41 cores=1,3,5,7
/proc/27842/stat : 27842 (march_hi) T 27840 27842 27842 0 -1 4202496 32874 0 0 0 68125 16 0 0 25 0 1 0 670745026 145620992 32603 33554432000 4194304 4955518 140734754412992 18446744073709551615 4314169 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27842/statm: 35552 32603 106 186 0 35365 0
[pid=27840/tid=27865] ppid=27594 vsize=310188 CPUtime=0 cores=1,3,5,7
/proc/27840/task/27865/stat : 27865 (python) S 27594 27594 26973 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670793961 317632512 5820 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604458506674240 0 0 -1 7 0 0 0
[pid=27872] ppid=27594 vsize=320444 CPUtime=2.38 cores=1,3,5,7
/proc/27872/stat : 27872 (python) S 27594 27594 26973 0 -1 4202560 1166 0 0 0 122 116 0 0 15 0 2 0 670813173 328134656 5825 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27872/statm: 80111 5825 400 364 0 16017 0
[pid=27874] ppid=27872 vsize=142208 CPUtime=679.98 cores=1,3,5,7
/proc/27874/stat : 27874 (march_hi) T 27872 27874 27874 0 -1 4202496 32883 0 0 0 67979 19 0 0 25 0 1 0 670813174 145620992 32612 33554432000 4194304 4955518 140734738710416 18446744073709551615 4245762 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27874/statm: 35552 32612 106 186 0 35365 0
[pid=27872/tid=27892] ppid=27594 vsize=320444 CPUtime=0 cores=1,3,5,7
/proc/27872/task/27892/stat : 27892 (python) S 27594 27594 26973 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670861713 328134656 5825 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604456446326080 0 0 -1 7 0 0 0
[pid=27898] ppid=27594 vsize=330832 CPUtime=2.04 cores=1,3,5,7
/proc/27898/stat : 27898 (python) S 27594 27594 26973 0 -1 4202560 1159 0 0 0 105 99 0 0 15 0 2 0 670881175 338771968 5861 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27898/statm: 82708 5861 400 364 0 18611 0
[pid=27900] ppid=27898 vsize=142208 CPUtime=578.89 cores=1,3,5,7
/proc/27900/stat : 27900 (march_hi) R 27898 27900 27900 0 -1 4202496 28072 0 0 0 57875 14 0 0 25 0 1 0 670881175 145620992 27800 33554432000 4194304 4955518 140736496726048 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27900/statm: 35552 27800 106 186 0 35365 0
[pid=27898/tid=27915] ppid=27594 vsize=330832 CPUtime=0 cores=1,3,5,7
/proc/27898/task/27915/stat : 27915 (python) S 27594 27594 26973 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670920099 338771968 5861 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604470629298624 0 0 -1 5 0 0 0
[pid=27919] ppid=27594 vsize=340256 CPUtime=1.72 cores=1,3,5,7
/proc/27919/stat : 27919 (python) S 27594 27594 26973 0 -1 4202560 1157 0 0 0 86 86 0 0 15 0 2 0 670930136 348422144 5689 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27919/statm: 85064 5689 400 364 0 20964 0
[pid=27921] ppid=27919 vsize=138376 CPUtime=487.37 cores=1,3,5,7
/proc/27921/stat : 27921 (march_hi) T 27919 27921 27921 0 -1 4202496 23894 0 0 0 48721 16 0 0 25 0 1 0 670930136 141697024 23623 33554432000 4194304 4955518 140737400289296 18446744073709551615 4311933 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27921/statm: 34594 23623 106 186 0 34407 0
[pid=27919/tid=27932] ppid=27594 vsize=340256 CPUtime=0 cores=1,3,5,7
/proc/27919/task/27932/stat : 27932 (python) S 27594 27594 26973 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 670969441 348422144 5689 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604457982489536 0 0 -1 5 0 0 0
[pid=27939] ppid=27594 vsize=351320 CPUtime=0.34 cores=1,3,5,7
/proc/27939/stat : 27939 (python) S 27594 27594 26973 0 -1 4202560 1149 0 0 0 17 17 0 0 19 0 2 0 670978876 359751680 5869 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27939/statm: 87830 5869 406 364 0 23727 0
[pid=27941] ppid=27939 vsize=416280 CPUtime=100.33 cores=1,3,5,7
/proc/27941/stat : 27941 (adaptg2wsat2009) T 27939 27941 27941 0 -1 4202496 526 0 0 0 10033 0 0 0 25 0 1 0 670978876 426270720 253 33554432000 134512640 135107411 4287349648 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27941/statm: 104070 253 59 146 0 102946 0
[pid=27939/tid=27945] ppid=27594 vsize=351320 CPUtime=0 cores=1,3,5,7
/proc/27939/task/27945/stat : 27945 (python) S 27594 27594 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670988910 359751680 5869 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604454395487232 0 0 -1 7 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 9 0 670647038 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (python) S 27592 27594 26973 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 670657072 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 5 0 0 0
[pid=27594/tid=27626] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27626/stat : 27626 (python) S 27592 27594 26973 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 670667010 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 5 0 0 0
[pid=27594/tid=27841] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27841/stat : 27841 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 670745026 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
[pid=27594/tid=27873] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27873/stat : 27873 (python) S 27592 27594 26973 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 670813174 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 3 0 0 0
[pid=27594/tid=27899] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27899/stat : 27899 (python) S 27592 27594 26973 0 -1 4202560 37 932 0 0 0 0 0 0 18 0 9 0 670881175 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 3 0 0 0
[pid=27594/tid=27920] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27920/stat : 27920 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 670930136 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 3 0 0 0
[pid=27594/tid=27940] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27940/stat : 27940 (python) S 27592 27594 26973 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 670978876 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4979.06
Current children cumulated vsize (KiB) 6389332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4983.2 s]
/proc/loadavg: 3.00 3.06 3.03 4/494 28003
/proc/meminfo: memFree=21041632/32951124 swapFree=65173164/67111528
[pid=27594] ppid=27592 vsize=361564 CPUtime=0.82 cores=1,3,5,7
/proc/27594/stat : 27594 (python) S 27592 27594 26973 0 -1 4202496 17190 932 1 0 74 8 0 0 18 0 9 0 670646974 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27594/statm: 90391 7384 1890 364 0 26288 0
[pid=27600] ppid=27594 vsize=288920 CPUtime=0.31 cores=1,3,5,7
/proc/27600/stat : 27600 (python) S 27594 27594 26973 0 -1 4202560 1090 0 0 0 17 14 0 0 19 0 2 0 670647038 295854080 5648 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27600/statm: 72230 5648 410 364 0 8148 0
[pid=27602] ppid=27600 vsize=1017940 CPUtime=100.23 cores=1,3,5,7
/proc/27602/stat : 27602 (gnovelty+2) T 27600 27602 27602 0 -1 4202496 453 0 0 0 10023 0 0 0 25 0 1 0 670647038 1042370560 192 33554432000 134512640 135663704 4292647088 18446744073709551615 134524503 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/27602/statm: 254485 192 113 282 0 254201 0
[pid=27600/tid=27610] ppid=27594 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/27600/task/27610/stat : 27610 (python) S 27594 27594 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670657069 295854080 5648 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604455939790144 0 0 -1 5 0 0 0
[pid=27611] ppid=27594 vsize=289304 CPUtime=0.33 cores=1,3,5,7
/proc/27611/stat : 27611 (python) S 27594 27594 26973 0 -1 4202560 1078 0 0 0 17 16 0 0 19 0 2 0 670657072 296247296 5736 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27611/statm: 72326 5736 400 364 0 8241 0
[pid=27613] ppid=27611 vsize=1017940 CPUtime=99.34 cores=1,3,5,7
/proc/27613/stat : 27613 (gnovelty+2) T 27611 27613 27613 0 -1 4202496 458 0 0 0 9934 0 0 0 25 0 1 0 670657072 1042370560 192 33554432000 134512640 135663704 4289632576 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27613/statm: 254485 192 113 282 0 254201 0
[pid=27611/tid=27624] ppid=27594 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/27611/task/27624/stat : 27624 (python) S 27594 27594 26973 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 670667007 296247296 5736 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604466853291008 0 0 -1 7 0 0 0
[pid=27625] ppid=27594 vsize=299212 CPUtime=7.81 cores=1,3,5,7
/proc/27625/stat : 27625 (python) S 27594 27594 26973 0 -1 4202560 1148 0 0 0 403 378 0 0 15 0 2 0 670667010 306393088 5652 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27625/statm: 74803 5652 400 364 0 10715 0
[pid=27627] ppid=27625 vsize=480132 CPUtime=2233.37 cores=1,3,5,7
/proc/27627/stat : 27627 (march_hi) T 27625 27627 27627 0 -1 4202496 99069 0 0 0 223287 50 0 0 25 0 1 0 670667010 491655168 98800 33554432000 4194304 4955518 140737444366352 18446744073709551615 4314504 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27627/statm: 120033 98800 106 186 0 119846 0
[pid=27625/tid=27837] ppid=27594 vsize=299212 CPUtime=0 cores=1,3,5,7
/proc/27625/task/27837/stat : 27837 (python) S 27594 27594 26973 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 670735028 306393088 5652 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604469750331200 0 0 -1 7 0 0 0
[pid=27840] ppid=27594 vsize=310188 CPUtime=2.39 cores=1,3,5,7
/proc/27840/stat : 27840 (python) S 27594 27594 26973 0 -1 4202560 1158 0 0 0 119 120 0 0 15 0 2 0 670745026 317632512 5820 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27840/statm: 77547 5820 400 364 0 13456 0
[pid=27842] ppid=27840 vsize=142208 CPUtime=681.41 cores=1,3,5,7
/proc/27842/stat : 27842 (march_hi) T 27840 27842 27842 0 -1 4202496 32874 0 0 0 68125 16 0 0 25 0 1 0 670745026 145620992 32603 33554432000 4194304 4955518 140734754412992 18446744073709551615 4314169 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/27842/statm: 35552 32603 106 186 0 35365 0
[pid=27840/tid=27865] ppid=27594 vsize=310188 CPUtime=0 cores=1,3,5,7
/proc/27840/task/27865/stat : 27865 (python) S 27594 27594 26973 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670793961 317632512 5820 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604458506674240 0 0 -1 7 0 0 0
[pid=27872] ppid=27594 vsize=320444 CPUtime=2.38 cores=1,3,5,7
/proc/27872/stat : 27872 (python) S 27594 27594 26973 0 -1 4202560 1166 0 0 0 122 116 0 0 15 0 2 0 670813173 328134656 5825 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27872/statm: 80111 5825 400 364 0 16017 0
[pid=27874] ppid=27872 vsize=142208 CPUtime=679.98 cores=1,3,5,7
/proc/27874/stat : 27874 (march_hi) T 27872 27874 27874 0 -1 4202496 32883 0 0 0 67979 19 0 0 25 0 1 0 670813174 145620992 32612 33554432000 4194304 4955518 140734738710416 18446744073709551615 4245762 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27874/statm: 35552 32612 106 186 0 35365 0
[pid=27872/tid=27892] ppid=27594 vsize=320444 CPUtime=0 cores=1,3,5,7
/proc/27872/task/27892/stat : 27892 (python) S 27594 27594 26973 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670861713 328134656 5825 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604456446326080 0 0 -1 7 0 0 0
[pid=27898] ppid=27594 vsize=330832 CPUtime=2.11 cores=1,3,5,7
/proc/27898/stat : 27898 (python) S 27594 27594 26973 0 -1 4202560 1159 0 0 0 108 103 0 0 15 0 2 0 670881175 338771968 5861 33554432000 4194304 5683644 140735203124176 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27898/statm: 82708 5861 400 364 0 18611 0
[pid=27900] ppid=27898 vsize=142208 CPUtime=599.81 cores=1,3,5,7
/proc/27900/stat : 27900 (march_hi) R 27898 27900 27900 0 -1 4202496 29104 0 0 0 59966 15 0 0 25 0 1 0 670881175 145620992 28832 33554432000 4194304 4955518 140736496726048 18446744073709551615 4235581 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27900/statm: 35552 28832 106 186 0 35365 0
[pid=27898/tid=27915] ppid=27594 vsize=330832 CPUtime=0 cores=1,3,5,7
/proc/27898/task/27915/stat : 27915 (python) S 27594 27594 26973 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670920099 338771968 5861 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604470629298624 0 0 -1 5 0 0 0
[pid=27919] ppid=27594 vsize=340256 CPUtime=1.72 cores=1,3,5,7
/proc/27919/stat : 27919 (python) S 27594 27594 26973 0 -1 4202560 1157 0 0 0 86 86 0 0 15 0 2 0 670930136 348422144 5689 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27919/statm: 85064 5689 400 364 0 20964 0
[pid=27921] ppid=27919 vsize=138376 CPUtime=487.37 cores=1,3,5,7
/proc/27921/stat : 27921 (march_hi) T 27919 27921 27921 0 -1 4202496 23894 0 0 0 48721 16 0 0 25 0 1 0 670930136 141697024 23623 33554432000 4194304 4955518 140737400289296 18446744073709551615 4311933 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27921/statm: 34594 23623 106 186 0 34407 0
[pid=27919/tid=27932] ppid=27594 vsize=340256 CPUtime=0 cores=1,3,5,7
/proc/27919/task/27932/stat : 27932 (python) S 27594 27594 26973 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 670969441 348422144 5689 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604457982489536 0 0 -1 5 0 0 0
[pid=27939] ppid=27594 vsize=351320 CPUtime=0.34 cores=1,3,5,7
/proc/27939/stat : 27939 (python) S 27594 27594 26973 0 -1 4202560 1149 0 0 0 17 17 0 0 19 0 2 0 670978876 359751680 5869 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/27939/statm: 87830 5869 406 364 0 23727 0
[pid=27941] ppid=27939 vsize=416280 CPUtime=100.33 cores=1,3,5,7
/proc/27941/stat : 27941 (adaptg2wsat2009) T 27939 27941 27941 0 -1 4202496 526 0 0 0 10033 0 0 0 25 0 1 0 670978876 426270720 253 33554432000 134512640 135107411 4287349648 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27941/statm: 104070 253 59 146 0 102946 0
[pid=27939/tid=27945] ppid=27594 vsize=351320 CPUtime=0 cores=1,3,5,7
/proc/27939/task/27945/stat : 27945 (python) S 27594 27594 26973 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670988910 359751680 5869 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 514 18446604454395487232 0 0 -1 7 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 9 0 670647038 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (python) S 27592 27594 26973 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 670657072 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 5 0 0 0
[pid=27594/tid=27626] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27626/stat : 27626 (python) S 27592 27594 26973 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 670667010 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 5 0 0 0
[pid=27594/tid=27841] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27841/stat : 27841 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 670745026 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 7 0 0 0
[pid=27594/tid=27873] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27873/stat : 27873 (python) S 27592 27594 26973 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 670813174 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 3 0 0 0
[pid=27594/tid=27899] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27899/stat : 27899 (python) S 27592 27594 26973 0 -1 4202560 37 932 0 0 0 0 0 0 18 0 9 0 670881175 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 3 0 0 0
[pid=27594/tid=27920] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27920/stat : 27920 (python) S 27592 27594 26973 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 670930136 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 3 0 0 0
[pid=27594/tid=27940] ppid=27592 vsize=361564 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27940/stat : 27940 (python) S 27592 27594 26973 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 670978876 370241536 7384 33554432000 4194304 5683644 140735203124176 18446744073709551615 232347716017 0 0 16781312 2 18446604458311992384 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 6389332

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 27594 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=749886
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=90986
# CPU time returned by wait4() is 0.840872
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4983.27
CPU time (s): 5000.05
CPU user time (s): 4990.31
CPU system time (s): 9.74
CPU usage (%): 100.337
Max. virtual memory (cumulated for all children) (KiB): 6389332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.749886
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18125
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= 1042
involuntary context switches= 24

runsolver used 28.7246 second user time and 65.601 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-17 02:01:28
IDJOB=3386680
IDBENCH=82745
IDSOLVER=1872
FILE ID=node132/3386680-1305590488
RUNJOBID= node132-1305586144-26992
PBS_JOBID= 13350346
Free space on /tmp= 73232 MiB

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

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

MD5SUM BENCH= a88511669158afb29f3ddcebdff7b380
RANDOM SEED=881490864

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22411256 kB
Buffers:        320828 kB
Cached:        3639984 kB
SwapCached:       9908 kB
Active:        4151304 kB
Inactive:      6047512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22411256 kB
SwapTotal:    67111528 kB
SwapFree:     65173164 kB
Dirty:           32280 kB
Writeback:           0 kB
AnonPages:     6235720 kB
Mapped:          33548 kB
Slab:           223920 kB
PageTables:      49280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99028008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73200 MiB
End job on node132 at 2011-05-17 03:24:33