Trace number 3386676

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.07 4981.57

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S873866006-055.UNKNOWN.cnf
MD5SUM9ec6e0c9f7f3592c1fc9e4fe986eba4f
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.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3386676-1305590431.cnf
0.35/0.63	c INFO: computing task features
0.35/0.64	c INFO: computed variable-clause graph statistics
0.35/0.65	c INFO: computed clause balance statistics
0.44/0.73	c INFO: computed variable balance statistics
0.44/0.78	c INFO: computed small-clause counts
0.44/0.78	c INFO: computed Horn-clause counts
0.44/0.78	c INFO: computed variable graph statistics
0.44/0.78	c INFO: collected features for HOME/instance-3386676-1305590431.cnf in 0.15 s
0.53/0.81	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
101.31/101.23	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.08)
199.98/199.69	c INFO: running march_hi@0 for 485 with 4801 remaining (b = 0.29)
691.92/689.84	c INFO: running march_hi@489 for 194 with 4311 remaining (b = 0.16)
886.17/883.39	c INFO: running march_hi@683 for 97 with 4118 remaining (b = 0.06)
979.73/976.56	c INFO: running march_hi@0 for 388 with 4024 remaining (b = 0.23)
1370.74/1366.06	c INFO: running march_hi@389 for 97 with 3635 remaining (b = 0.08)
1471.59/1466.49	c INFO: running march_hi@489 for 194 with 3535 remaining (b = 0.13)
1666.81/1660.81	c INFO: running march_hi@0 for 388 with 3340 remaining (b = 0.21)
2058.72/2051.17	c INFO: running march_hi@390 for 97 with 2950 remaining (b = 0.07)
2159.54/2151.61	c INFO: running march_hi@490 for 97 with 2850 remaining (b = 0.05)
2256.16/2247.86	c INFO: running march_hi@586 for 97 with 2754 remaining (b = 0.06)
2353.89/2345.26	c INFO: running march_hi@0 for 388 with 2656 remaining (b = 0.18)
2747.06/2737.66	c INFO: running march_hi@391 for 97 with 2265 remaining (b = 0.05)
2845.87/2836.08	c INFO: running march_hi@0 for 388 with 2166 remaining (b = 0.16)
3235.74/3224.44	c INFO: running march_hi@388 for 97 with 1778 remaining (b = 0.04)
3335.73/3324.05	c INFO: running adaptg2wsat2009++@0 for 97 with 1679 remaining (b = 0.03)
3436.51/3424.48	c INFO: running march_hi@776 for 1358 with 1578 remaining (b = 0.38)
4801.63/4783.95	c INFO: running march_hi@2135 for 97 with 219 remaining (b = 0.11)
4901.43/4883.37	c INFO: running march_hi@489 for 119 with 119 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-3386676-1305590431/watcher-3386676-1305590431 -o /tmp/evaluation-result-3386676-1305590431/solver-3386676-1305590431 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386676-1305590431.cnf -seed 760987739 -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: 4.01 4.05 4.00 4/552 20162
/proc/meminfo: memFree=3876924/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/20162/stat : 20162 (python) R 20160 20162 19558 0 -1 4202496 1005 0 0 0 0 0 0 0 23 0 1 0 670641805 16633856 879 33554432000 4194304 5683644 140734946701408 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20162/statm: 4061 885 372 364 0 548 0

[startup+0.112345 s]
/proc/loadavg: 4.01 4.05 4.00 4/552 20162
/proc/meminfo: memFree=3876924/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=101744 CPUtime=0.06 cores=0,2,4,6
/proc/20162/stat : 20162 (python) R 20160 20162 19558 0 -1 4202496 2930 0 0 0 5 1 0 0 24 0 1 0 670641805 104185856 2627 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970548224 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20162/statm: 25436 2627 837 364 0 1736 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101744

[startup+0.200316 s]
/proc/loadavg: 4.01 4.05 4.00 4/552 20162
/proc/meminfo: memFree=3876924/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=126300 CPUtime=0.12 cores=0,2,4,6
/proc/20162/stat : 20162 (python) R 20160 20162 19558 0 -1 4202496 4709 934 1 0 9 3 0 0 18 0 1 0 670641805 129331200 3896 33554432000 4194304 5683644 140734946701408 18446744073709551615 5170223 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20162/statm: 31575 3896 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 126300

[startup+0.300337 s]
/proc/loadavg: 4.01 4.05 4.00 4/552 20162
/proc/meminfo: memFree=3876924/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 5972 934 1 0 13 5 0 0 18 0 1 0 670641805 139010048 4150 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970546181 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/20162/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700291 s]
/proc/loadavg: 4.01 4.05 4.00 4/552 20162
/proc/meminfo: memFree=3876924/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=278768 CPUtime=0.44 cores=0,2,4,6
/proc/20162/stat : 20162 (python) R 20160 20162 19558 0 -1 4202496 9407 934 1 0 34 10 0 0 17 0 1 0 670641805 285458432 7067 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970210905 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20162/statm: 69692 7067 1826 364 0 5616 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278768

[startup+1.50116 s]
/proc/loadavg: 4.01 4.05 4.00 5/556 20170
/proc/meminfo: memFree=3851040/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 9911 934 1 0 45 10 0 0 19 0 2 0 670641805 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20162/statm: 72211 7095 1875 364 0 8129 0
[pid=20168] ppid=20162 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 670641886 285286400 5570 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570255 0 0 16781312 514 1317068974202028031 0 0 17 6 0 0 0
/proc/20168/statm: 69650 5570 354 364 0 5568 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=0.68 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) R 20168 20170 20170 0 -1 4202496 453 0 0 0 68 0 0 0 21 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20162/tid=20169] ppid=20160 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 670641887 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1585384

[startup+3.10088 s]
/proc/loadavg: 4.01 4.05 4.00 5/556 20170
/proc/meminfo: memFree=3850412/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 9911 934 1 0 45 10 0 0 19 0 2 0 670641805 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20162/statm: 72211 7095 1875 364 0 8129 0
[pid=20168] ppid=20162 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 670641886 285286400 5570 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570255 0 0 16781312 514 1317068974201995520 0 0 17 6 0 0 0
/proc/20168/statm: 69650 5570 354 364 0 5568 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=2.28 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) R 20168 20170 20170 0 -1 4202496 453 0 0 0 228 0 0 0 25 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20162/tid=20169] ppid=20160 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 670641887 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1585384

[startup+6.30032 s]
/proc/loadavg: 4.01 4.05 4.00 5/556 20170
/proc/meminfo: memFree=3848052/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 9911 934 1 0 45 10 0 0 19 0 2 0 670641805 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20162/statm: 72211 7095 1875 364 0 8129 0
[pid=20168] ppid=20162 vsize=278600 CPUtime=0.02 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 885 0 0 0 1 1 0 0 18 0 1 0 670641886 285286400 5593 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570255 0 0 16781312 514 1317068974201995520 0 0 17 6 0 0 0
/proc/20168/statm: 69650 5593 377 364 0 5568 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=5.48 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) R 20168 20170 20170 0 -1 4202496 453 0 0 0 548 0 0 0 25 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20162/tid=20169] ppid=20160 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 670641887 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1585384

[startup+12.7012 s]
/proc/loadavg: 4.16 4.08 4.01 5/556 20170
/proc/meminfo: memFree=3847136/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 9911 934 1 0 45 10 0 0 19 0 2 0 670641805 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20162/statm: 72211 7095 1875 364 0 8129 0
[pid=20168] ppid=20162 vsize=278600 CPUtime=0.04 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 670641886 285286400 5593 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570255 0 0 16781312 514 565764703188386048 0 0 17 6 0 0 0
/proc/20168/statm: 69650 5593 377 364 0 5568 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=11.88 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) R 20168 20170 20170 0 -1 4202496 453 0 0 0 1188 0 0 0 25 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20162/tid=20169] ppid=20160 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 670641887 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 1585384

[startup+25.501 s]
/proc/loadavg: 4.14 4.08 4.01 5/556 20170
/proc/meminfo: memFree=3846228/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 9911 934 1 0 45 10 0 0 19 0 2 0 670641805 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20162/statm: 72211 7095 1875 364 0 8129 0
[pid=20168] ppid=20162 vsize=278600 CPUtime=0.08 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 900 0 0 0 4 4 0 0 18 0 1 0 670641886 285286400 5593 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570255 0 0 16781312 514 565764703188386048 0 0 17 6 0 0 0
/proc/20168/statm: 69650 5593 377 364 0 5568 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=24.68 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) R 20168 20170 20170 0 -1 4202496 453 0 0 0 2468 0 0 0 25 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134525497 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20162/tid=20169] ppid=20160 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 670641887 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1585384

[startup+51.1006 s]
/proc/loadavg: 4.09 4.07 4.01 5/556 20179
/proc/meminfo: memFree=3843148/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 9911 934 1 0 45 10 0 0 19 0 2 0 670641805 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20162/statm: 72211 7095 1875 364 0 8129 0
[pid=20168] ppid=20162 vsize=278600 CPUtime=0.18 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 910 0 0 0 10 8 0 0 18 0 1 0 670641886 285286400 5593 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570255 0 0 16781312 514 565764703188386048 0 0 17 4 0 0 0
/proc/20168/statm: 69650 5593 377 364 0 5568 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=50.26 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) R 20168 20170 20170 0 -1 4202496 453 0 0 0 5024 2 0 0 25 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20162/tid=20169] ppid=20160 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 2 0 670641887 295776256 7095 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1585384

[startup+102.301 s]
/proc/loadavg: 4.03 4.05 4.00 5/564 20189
/proc/meminfo: memFree=3825168/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=299536 CPUtime=0.57 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 10744 934 1 0 47 10 0 0 20 0 3 0 670641805 306724864 7215 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20162/statm: 74884 7215 1878 364 0 10799 0
[pid=20168] ppid=20162 vsize=288844 CPUtime=0.39 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 1081 0 0 0 22 17 0 0 19 0 2 0 670641886 295776256 5631 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20168/statm: 72211 5631 410 364 0 8129 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=100.36 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) T 20168 20170 20170 0 -1 4202496 453 0 0 0 10029 7 0 0 25 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134524901 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20168/tid=20186] ppid=20162 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20168/task/20186/stat : 20186 (python) S 20162 20162 19558 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670651925 295776256 5631 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604453219347264 0 0 -1 4 0 0 0
[pid=20187] ppid=20162 vsize=289292 CPUtime=0 cores=0,2,4,6
/proc/20187/stat : 20187 (python) S 20162 20162 19558 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 670651928 296235008 5681 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570310 0 0 16781312 514 14168512448490864901 0 0 17 2 0 0 0
/proc/20187/statm: 72323 5681 348 364 0 8238 0
[pid=20189] ppid=20187 vsize=1017940 CPUtime=1.08 cores=0,2,4,6
/proc/20189/stat : 20189 (gnovelty+2) R 20187 20189 20189 0 -1 4202496 451 0 0 0 108 0 0 0 24 0 1 0 670651928 1042370560 190 33554432000 134512640 135663704 4290230928 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20189/statm: 254485 190 113 282 0 254201 0
[pid=20162/tid=20169] ppid=20160 vsize=299536 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 3 0 670641887 306724864 7215 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
[pid=20162/tid=20188] ppid=20160 vsize=299536 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20188/stat : 20188 (python) S 20160 20162 19558 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 670651928 306724864 7215 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 2913552

[startup+162.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/564 20191
/proc/meminfo: memFree=3816588/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=299536 CPUtime=0.57 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 10744 934 1 0 47 10 0 0 20 0 3 0 670641805 306724864 7215 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20162/statm: 74884 7215 1878 364 0 10799 0
[pid=20168] ppid=20162 vsize=288844 CPUtime=0.39 cores=0,2,4,6

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

[pid=20242] ppid=20162 vsize=310028 CPUtime=2.89 cores=0,2,4,6
/proc/20242/stat : 20242 (python) S 20162 20162 19558 0 -1 4202560 1165 0 0 0 158 131 0 0 16 0 2 0 670739462 317468672 5803 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20242/statm: 77507 5803 400 364 0 13416 0
[pid=20244] ppid=20242 vsize=142192 CPUtime=684.05 cores=0,2,4,6
/proc/20244/stat : 20244 (march_hi) T 20242 20244 20244 0 -1 4202496 32696 0 0 0 68394 11 0 0 25 0 1 0 670739462 145604608 32423 33554432000 4194304 4955518 140735155684768 18446744073709551615 4245078 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20244/statm: 35548 32423 106 186 0 35361 0
[pid=20242/tid=20255] ppid=20162 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/20242/task/20255/stat : 20255 (python) S 20162 20162 19558 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670778409 317468672 5803 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604444920056768 0 0 -1 6 0 0 0
[pid=20264] ppid=20162 vsize=320204 CPUtime=2.9 cores=0,2,4,6
/proc/20264/stat : 20264 (python) S 20162 20162 19558 0 -1 4202560 1165 0 0 0 158 132 0 0 15 0 2 0 670807887 327888896 5782 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20264/statm: 80051 5782 400 364 0 15957 0
[pid=20266] ppid=20264 vsize=142192 CPUtime=684.16 cores=0,2,4,6
/proc/20266/stat : 20266 (march_hi) T 20264 20266 20266 0 -1 4202496 32695 0 0 0 68409 7 0 0 25 0 1 0 670807887 145604608 32421 33554432000 4194304 4955518 140736378330048 18446744073709551615 4237772 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20266/statm: 35548 32421 106 186 0 35361 0
[pid=20264/tid=20277] ppid=20162 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/20264/task/20277/stat : 20277 (python) S 20162 20162 19558 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 670846921 327888896 5782 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604446773855360 0 0 -1 6 0 0 0
[pid=20286] ppid=20162 vsize=330768 CPUtime=2.34 cores=0,2,4,6
/proc/20286/stat : 20286 (python) S 20162 20162 19558 0 -1 4202560 1151 0 0 0 131 103 0 0 15 0 2 0 670876332 338706432 5846 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20286/statm: 82692 5846 400 364 0 18595 0
[pid=20288] ppid=20286 vsize=142192 CPUtime=568.9 cores=0,2,4,6
/proc/20288/stat : 20288 (march_hi) R 20286 20288 20288 0 -1 4202496 27305 0 0 0 56871 19 0 0 25 0 1 0 670876332 145604608 27031 33554432000 4194304 4955518 140736671598496 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20288/statm: 35548 27031 106 186 0 35361 0
[pid=20286/tid=20517] ppid=20162 vsize=330768 CPUtime=0 cores=0,2,4,6
/proc/20286/task/20517/stat : 20517 (python) S 20162 20162 19558 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670915569 338706432 5846 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604440538052672 0 0 -1 6 0 0 0
[pid=20524] ppid=20162 vsize=341024 CPUtime=1.96 cores=0,2,4,6
/proc/20524/stat : 20524 (python) S 20162 20162 19558 0 -1 4202560 1152 0 0 0 107 89 0 0 15 0 2 0 670925413 349208576 5853 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20524/statm: 85256 5853 400 364 0 21156 0
[pid=20526] ppid=20524 vsize=94160 CPUtime=487.83 cores=0,2,4,6
/proc/20526/stat : 20526 (march_hi) T 20524 20526 20526 0 -1 4202496 22761 0 0 0 48777 6 0 0 25 0 1 0 670925414 96419840 22489 33554432000 4194304 4955518 140734636829808 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20526/statm: 23540 22489 106 186 0 23353 0
[pid=20524/tid=20539] ppid=20162 vsize=341024 CPUtime=0 cores=0,2,4,6
/proc/20524/task/20539/stat : 20539 (python) S 20162 20162 19558 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670964248 349208576 5853 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604453290059968 0 0 -1 6 0 0 0
[pid=20543] ppid=20162 vsize=351280 CPUtime=0.39 cores=0,2,4,6
/proc/20543/stat : 20543 (python) S 20162 20162 19558 0 -1 4202560 1147 0 0 0 20 19 0 0 19 0 2 0 670974211 359710720 5863 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20543/statm: 87820 5863 406 364 0 23717 0
[pid=20545] ppid=20543 vsize=416280 CPUtime=100.39 cores=0,2,4,6
/proc/20545/stat : 20545 (adaptg2wsat2009) T 20543 20545 20545 0 -1 4202496 527 0 0 0 10039 0 0 0 25 0 1 0 670974211 426270720 253 33554432000 134512640 135107411 4287862448 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20545/statm: 104070 253 59 146 0 102946 0
[pid=20543/tid=20548] ppid=20162 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/20543/task/20548/stat : 20548 (python) S 20162 20162 19558 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670984252 359710720 5863 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604447888127232 0 0 -1 6 0 0 0
[pid=20162/tid=20169] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 9 0 670641887 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
[pid=20162/tid=20188] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20188/stat : 20188 (python) S 20160 20162 19558 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 670651928 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
[pid=20162/tid=20194] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20194/stat : 20194 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 670661775 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20243] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20243/stat : 20243 (python) S 20160 20162 19558 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 9 0 670739462 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20265] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20265/stat : 20265 (python) S 20160 20162 19558 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 670807887 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20287] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20287/stat : 20287 (python) S 20160 20162 19558 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 670876332 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20525] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20525/stat : 20525 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 670925413 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
[pid=20162/tid=20544] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20544/stat : 20544 (python) S 20160 20162 19558 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 670974211 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4980.77
Current children cumulated vsize (KiB) 6345452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4981.5 s]
/proc/loadavg: 4.07 4.08 4.02 5/573 20613
/proc/meminfo: memFree=1953816/32951132 swapFree=59792360/67111528
[pid=20162] ppid=20160 vsize=361772 CPUtime=0.94 cores=0,2,4,6
/proc/20162/stat : 20162 (python) S 20160 20162 19558 0 -1 4202496 17320 934 1 0 81 13 0 0 18 0 9 0 670641805 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20162/statm: 90443 7409 1890 364 0 26340 0
[pid=20168] ppid=20162 vsize=288844 CPUtime=0.39 cores=0,2,4,6
/proc/20168/stat : 20168 (python) S 20162 20162 19558 0 -1 4202560 1081 0 0 0 22 17 0 0 19 0 2 0 670641886 295776256 5631 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/20168/statm: 72211 5631 410 364 0 8129 0
[pid=20170] ppid=20168 vsize=1017940 CPUtime=100.36 cores=0,2,4,6
/proc/20170/stat : 20170 (gnovelty+2) T 20168 20170 20170 0 -1 4202496 453 0 0 0 10029 7 0 0 25 0 1 0 670641887 1042370560 192 33554432000 134512640 135663704 4288239712 18446744073709551615 134524901 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20170/statm: 254485 192 113 282 0 254201 0
[pid=20168/tid=20186] ppid=20162 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/20168/task/20186/stat : 20186 (python) S 20162 20162 19558 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670651925 295776256 5631 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604453219347264 0 0 -1 4 0 0 0
[pid=20187] ppid=20162 vsize=289292 CPUtime=0.39 cores=0,2,4,6
/proc/20187/stat : 20187 (python) S 20162 20162 19558 0 -1 4202560 1084 0 0 0 20 19 0 0 19 0 2 0 670651928 296235008 5734 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20187/statm: 72323 5734 400 364 0 8238 0
[pid=20189] ppid=20187 vsize=1017940 CPUtime=98.36 cores=0,2,4,6
/proc/20189/stat : 20189 (gnovelty+2) T 20187 20189 20189 0 -1 4202496 451 0 0 0 9834 2 0 0 25 0 1 0 670651928 1042370560 190 33554432000 134512640 135663704 4290230928 18446744073709551615 134544204 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20189/statm: 254485 190 113 282 0 254201 0
[pid=20187/tid=20192] ppid=20162 vsize=289292 CPUtime=0 cores=0,2,4,6
/proc/20187/task/20192/stat : 20192 (python) S 20162 20162 19558 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 670661772 296235008 5734 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604451916589824 0 0 -1 4 0 0 0
[pid=20193] ppid=20162 vsize=299232 CPUtime=9.24 cores=0,2,4,6
/proc/20193/stat : 20193 (python) S 20162 20162 19558 0 -1 4202560 1148 0 0 0 492 432 0 0 15 0 2 0 670661775 306413568 5659 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20193/statm: 74808 5659 400 364 0 10720 0
[pid=20195] ppid=20193 vsize=480112 CPUtime=2235.28 cores=0,2,4,6
/proc/20195/stat : 20195 (march_hi) T 20193 20195 20195 0 -1 4202496 97953 0 0 0 223497 31 0 0 25 0 1 0 670661775 491634688 97682 33554432000 4194304 4955518 140735372466624 18446744073709551615 4224687 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20195/statm: 120028 97682 106 186 0 119841 0
[pid=20193/tid=20225] ppid=20162 vsize=299232 CPUtime=0 cores=0,2,4,6
/proc/20193/task/20225/stat : 20225 (python) S 20162 20162 19558 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670710786 306413568 5659 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604445755629760 0 0 -1 6 0 0 0
[pid=20242] ppid=20162 vsize=310028 CPUtime=2.89 cores=0,2,4,6
/proc/20242/stat : 20242 (python) S 20162 20162 19558 0 -1 4202560 1165 0 0 0 158 131 0 0 16 0 2 0 670739462 317468672 5803 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20242/statm: 77507 5803 400 364 0 13416 0
[pid=20244] ppid=20242 vsize=142192 CPUtime=684.05 cores=0,2,4,6
/proc/20244/stat : 20244 (march_hi) T 20242 20244 20244 0 -1 4202496 32696 0 0 0 68394 11 0 0 25 0 1 0 670739462 145604608 32423 33554432000 4194304 4955518 140735155684768 18446744073709551615 4245078 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/20244/statm: 35548 32423 106 186 0 35361 0
[pid=20242/tid=20255] ppid=20162 vsize=310028 CPUtime=0 cores=0,2,4,6
/proc/20242/task/20255/stat : 20255 (python) S 20162 20162 19558 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 670778409 317468672 5803 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604444920056768 0 0 -1 6 0 0 0
[pid=20264] ppid=20162 vsize=320204 CPUtime=2.9 cores=0,2,4,6
/proc/20264/stat : 20264 (python) S 20162 20162 19558 0 -1 4202560 1165 0 0 0 158 132 0 0 15 0 2 0 670807887 327888896 5782 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20264/statm: 80051 5782 400 364 0 15957 0
[pid=20266] ppid=20264 vsize=142192 CPUtime=684.16 cores=0,2,4,6
/proc/20266/stat : 20266 (march_hi) T 20264 20266 20266 0 -1 4202496 32695 0 0 0 68409 7 0 0 25 0 1 0 670807887 145604608 32421 33554432000 4194304 4955518 140736378330048 18446744073709551615 4237772 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/20266/statm: 35548 32421 106 186 0 35361 0
[pid=20264/tid=20277] ppid=20162 vsize=320204 CPUtime=0 cores=0,2,4,6
/proc/20264/task/20277/stat : 20277 (python) S 20162 20162 19558 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 670846921 327888896 5782 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604446773855360 0 0 -1 6 0 0 0
[pid=20286] ppid=20162 vsize=330768 CPUtime=2.42 cores=0,2,4,6
/proc/20286/stat : 20286 (python) S 20162 20162 19558 0 -1 4202560 1151 0 0 0 135 107 0 0 15 0 2 0 670876332 338706432 5846 33554432000 4194304 5683644 140734946701408 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20286/statm: 82692 5846 400 364 0 18595 0
[pid=20288] ppid=20286 vsize=142192 CPUtime=588.12 cores=0,2,4,6
/proc/20288/stat : 20288 (march_hi) R 20286 20288 20288 0 -1 4202496 28158 0 0 0 58792 20 0 0 25 0 1 0 670876332 145604608 27884 33554432000 4194304 4955518 140736671598496 18446744073709551615 4208722 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20288/statm: 35548 27884 106 186 0 35361 0
[pid=20286/tid=20517] ppid=20162 vsize=330768 CPUtime=0 cores=0,2,4,6
/proc/20286/task/20517/stat : 20517 (python) S 20162 20162 19558 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670915569 338706432 5846 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604440538052672 0 0 -1 6 0 0 0
[pid=20524] ppid=20162 vsize=341024 CPUtime=1.96 cores=0,2,4,6
/proc/20524/stat : 20524 (python) S 20162 20162 19558 0 -1 4202560 1152 0 0 0 107 89 0 0 15 0 2 0 670925413 349208576 5853 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20524/statm: 85256 5853 400 364 0 21156 0
[pid=20526] ppid=20524 vsize=94160 CPUtime=487.83 cores=0,2,4,6
/proc/20526/stat : 20526 (march_hi) T 20524 20526 20526 0 -1 4202496 22761 0 0 0 48777 6 0 0 25 0 1 0 670925414 96419840 22489 33554432000 4194304 4955518 140734636829808 18446744073709551615 4224615 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20526/statm: 23540 22489 106 186 0 23353 0
[pid=20524/tid=20539] ppid=20162 vsize=341024 CPUtime=0 cores=0,2,4,6
/proc/20524/task/20539/stat : 20539 (python) S 20162 20162 19558 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670964248 349208576 5853 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604453290059968 0 0 -1 6 0 0 0
[pid=20543] ppid=20162 vsize=351280 CPUtime=0.39 cores=0,2,4,6
/proc/20543/stat : 20543 (python) S 20162 20162 19558 0 -1 4202560 1147 0 0 0 20 19 0 0 19 0 2 0 670974211 359710720 5863 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20543/statm: 87820 5863 406 364 0 23717 0
[pid=20545] ppid=20543 vsize=416280 CPUtime=100.39 cores=0,2,4,6
/proc/20545/stat : 20545 (adaptg2wsat2009) T 20543 20545 20545 0 -1 4202496 527 0 0 0 10039 0 0 0 25 0 1 0 670974211 426270720 253 33554432000 134512640 135107411 4287862448 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/20545/statm: 104070 253 59 146 0 102946 0
[pid=20543/tid=20548] ppid=20162 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/20543/task/20548/stat : 20548 (python) S 20162 20162 19558 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670984252 359710720 5863 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 514 18446604447888127232 0 0 -1 6 0 0 0
[pid=20162/tid=20169] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20169/stat : 20169 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 19 0 9 0 670641887 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
[pid=20162/tid=20188] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20188/stat : 20188 (python) S 20160 20162 19558 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 670651928 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
[pid=20162/tid=20194] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20194/stat : 20194 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 670661775 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20243] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20243/stat : 20243 (python) S 20160 20162 19558 0 -1 4202560 25 934 0 0 0 0 0 0 18 0 9 0 670739462 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20265] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20265/stat : 20265 (python) S 20160 20162 19558 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 670807887 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20287] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20287/stat : 20287 (python) S 20160 20162 19558 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 9 0 670876332 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 4 0 0 0
[pid=20162/tid=20525] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20525/stat : 20525 (python) S 20160 20162 19558 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 670925413 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 6 0 0 0
[pid=20162/tid=20544] ppid=20160 vsize=361772 CPUtime=0 cores=0,2,4,6
/proc/20162/task/20544/stat : 20544 (python) S 20160 20162 19558 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 670974211 370454528 7409 33554432000 4194304 5683644 140734946701408 18446744073709551615 242982373809 0 0 16781312 2 18446604443529020672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 6345452

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

Real time (s): 4981.57
CPU time (s): 5000.07
CPU user time (s): 4989.64
CPU system time (s): 10.43
CPU usage (%): 100.371
Max. virtual memory (cumulated for all children) (KiB): 6345452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.816875
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18258
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= 2901
involuntary context switches= 44

runsolver used 34.2798 second user time and 68.8205 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-17 02:00:31
IDJOB=3386676
IDBENCH=82741
IDSOLVER=1872
FILE ID=node128/3386676-1305590431
RUNJOBID= node128-1305586146-19576
PBS_JOBID= 13350350
Free space on /tmp= 73440 MiB

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

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

MD5SUM BENCH= 9ec6e0c9f7f3592c1fc9e4fe986eba4f
RANDOM SEED=760987739

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       3877328 kB
Buffers:         79640 kB
Cached:         758100 kB
SwapCached:     122436 kB
Active:       13747744 kB
Inactive:     15036204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       3877328 kB
SwapTotal:    67111528 kB
SwapFree:     59792360 kB
Dirty:           31688 kB
Writeback:           0 kB
AnonPages:    27832612 kB
Mapped:          28272 kB
Slab:            99036 kB
PageTables:     120548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 178035148 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73408 MiB
End job on node128 at 2011-05-17 03:23:35