Trace number 3484197

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, 1200 s timeout)? (TO) 1200.06 1199.26

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
MD5SUM68db236c1470208d12f1f4e80de80849
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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.31/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.49	c INFO: solving HOME/instance-3484197-1307748266.cnf
0.31/0.49	c INFO: computing task features
0.38/0.54	c INFO: computed variable-clause graph statistics
0.38/0.54	c INFO: computed clause balance statistics
0.58/0.78	c INFO: computed variable balance statistics
0.68/0.88	c INFO: computed small-clause counts
0.68/0.88	c INFO: computed Horn-clause counts
0.68/0.89	c INFO: computed variable graph statistics
0.68/0.89	c INFO: collected features for HOME/instance-3484197-1307748266.cnf in 0.39 s
0.79/0.90	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.54)
100.87/101.04	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
200.97/201.19	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.05)
301.15/301.34	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.27/401.49	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.60/501.63	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
600.92/600.80	c INFO: running FH@0 for 97 with 600 remaining (b = 0.02)
701.00/700.97	c INFO: running march_hi@0 for 388 with 500 remaining (b = 0.08)
1092.09/1091.43	c INFO: running march_hi@390 for 109 with 109 remaining (b = 0.03)
1200.06/1199.25	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484197-1307748266/watcher-3484197-1307748266 -o /tmp/evaluation-result-3484197-1307748266/solver-3484197-1307748266 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484197-1307748266.cnf -seed 405752091 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.72 4.27 3.17 4/189 13451
/proc/meminfo: memFree=31453016/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=15184 CPUtime=0 cores=0,2
/proc/13451/stat : 13451 (python) R 13449 13451 12804 0 -1 4202496 698 0 0 0 0 0 0 0 25 0 1 0 886425310 15548416 589 33554432000 4194304 5683644 140733759364352 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13451/statm: 3796 594 320 364 0 283 0

[startup+0.0469371 s]
/proc/loadavg: 4.72 4.27 3.17 4/189 13451
/proc/meminfo: memFree=31453016/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=18884 CPUtime=0.02 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 1290 0 0 0 2 0 0 0 17 0 1 0 886425310 19337216 1141 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/13451/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.101181 s]
/proc/loadavg: 4.72 4.27 3.17 4/189 13451
/proc/meminfo: memFree=31453016/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=99376 CPUtime=0.07 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 2893 0 0 0 5 2 0 0 17 0 1 0 886425310 101761024 2588 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/13451/statm: 24844 2588 832 364 0 1695 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99376

[startup+0.300686 s]
/proc/loadavg: 4.72 4.27 3.17 4/189 13451
/proc/meminfo: memFree=31453016/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=154348 CPUtime=0.22 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 6366 934 1 0 16 6 0 0 17 0 1 0 886425310 158052352 4475 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/13451/statm: 38587 4475 1250 364 0 3215 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 154348

[startup+0.700372 s]
/proc/loadavg: 4.72 4.27 3.17 4/189 13451
/proc/meminfo: memFree=31453016/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=279852 CPUtime=0.58 cores=0,2
/proc/13451/stat : 13451 (python) R 13449 13451 12804 0 -1 4202496 9781 934 1 0 49 9 0 0 17 0 1 0 886425310 286568448 7348 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970217344 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/13451/statm: 69963 7348 1826 364 0 5887 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 279852

[startup+1.50117 s]
/proc/loadavg: 4.72 4.27 3.17 4/193 13459
/proc/meminfo: memFree=31427720/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=290120 CPUtime=0.79 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10076 934 1 0 69 10 0 0 19 0 2 0 886425310 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 72530 7401 1869 364 0 8448 0
[pid=13457] ppid=13451 vsize=279876 CPUtime=0 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886425400 286593024 5882 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570255 0 0 16781312 514 1078413928079294463 0 0 17 0 0 0 0
/proc/13457/statm: 69969 5882 354 364 0 5887 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=0.59 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) R 13457 13459 13459 0 -1 4202496 532 0 0 0 59 0 0 0 20 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134524925 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13451/tid=13458] ppid=13449 vsize=290120 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886425400 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1588072

[startup+3.10092 s]
/proc/loadavg: 4.72 4.27 3.17 4/193 13459
/proc/meminfo: memFree=31430504/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=290120 CPUtime=0.79 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10076 934 1 0 69 10 0 0 19 0 2 0 886425310 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 72530 7401 1869 364 0 8448 0
[pid=13457] ppid=13451 vsize=279876 CPUtime=0 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886425400 286593024 5882 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570255 0 0 16781312 514 1078413928079261954 0 0 17 0 0 0 0
/proc/13457/statm: 69969 5882 354 364 0 5887 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=2.19 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) R 13457 13459 13459 0 -1 4202496 532 0 0 0 219 0 0 0 25 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13451/tid=13458] ppid=13449 vsize=290120 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886425400 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1588072

[startup+6.30037 s]
/proc/loadavg: 4.90 4.31 3.19 4/193 13459
/proc/meminfo: memFree=31432156/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=290120 CPUtime=0.79 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10076 934 1 0 69 10 0 0 19 0 2 0 886425310 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 72530 7401 1869 364 0 8448 0
[pid=13457] ppid=13451 vsize=279876 CPUtime=0 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 886425400 286593024 5905 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570255 0 0 16781312 514 1078413928079261954 0 0 17 0 0 0 0
/proc/13457/statm: 69969 5905 377 364 0 5887 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=5.38 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) R 13457 13459 13459 0 -1 4202496 532 0 0 0 538 0 0 0 25 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13451/tid=13458] ppid=13449 vsize=290120 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886425400 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1588072

[startup+12.7003 s]
/proc/loadavg: 5.15 4.37 3.21 5/200 13527
/proc/meminfo: memFree=31400552/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=290120 CPUtime=0.79 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10076 934 1 0 69 10 0 0 19 0 2 0 886425310 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 72530 7401 1869 364 0 8448 0
[pid=13457] ppid=13451 vsize=279876 CPUtime=0.01 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 873 0 0 0 1 0 0 0 18 0 1 0 886425400 286593024 5905 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570255 0 0 16781312 514 9710534852796711170 0 0 17 0 0 0 0
/proc/13457/statm: 69969 5905 377 364 0 5887 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=11.77 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) R 13457 13459 13459 0 -1 4202496 532 0 0 0 1177 0 0 0 25 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13451/tid=13458] ppid=13449 vsize=290120 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886425400 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1588072

[startup+25.5011 s]
/proc/loadavg: 5.40 4.47 3.26 5/200 13527
/proc/meminfo: memFree=31400992/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=290120 CPUtime=0.79 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10076 934 1 0 69 10 0 0 19 0 2 0 886425310 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 72530 7401 1869 364 0 8448 0
[pid=13457] ppid=13451 vsize=279876 CPUtime=0.02 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 881 0 0 0 1 1 0 0 18 0 1 0 886425400 286593024 5905 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570255 0 0 16781312 514 9710534852796711170 0 0 17 0 0 0 0
/proc/13457/statm: 69969 5905 377 364 0 5887 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=24.56 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) R 13457 13459 13459 0 -1 4202496 532 0 0 0 2456 0 0 0 25 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13451/tid=13458] ppid=13449 vsize=290120 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886425400 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1588072

[startup+51.1007 s]
/proc/loadavg: 5.28 4.51 3.31 5/204 13625
/proc/meminfo: memFree=31372000/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=290120 CPUtime=0.79 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10076 934 1 0 69 10 0 0 19 0 2 0 886425310 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 72530 7401 1869 364 0 8448 0
[pid=13457] ppid=13451 vsize=279876 CPUtime=0.05 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 893 0 0 0 3 2 0 0 18 0 1 0 886425400 286593024 5905 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570255 0 0 16781312 514 9710534852796711170 0 0 17 0 0 0 0
/proc/13457/statm: 69969 5905 377 364 0 5887 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=50.14 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) R 13457 13459 13459 0 -1 4202496 532 0 0 0 5014 0 0 0 25 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13451/tid=13458] ppid=13449 vsize=290120 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 2 0 886425400 297082880 7401 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1588072

[startup+102.307 s]
/proc/loadavg: 4.85 4.53 3.38 5/208 13679
/proc/meminfo: memFree=31426192/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=300376 CPUtime=0.8 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10942 934 1 0 70 10 0 0 20 0 3 0 886425310 307585024 7408 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 75094 7408 1872 364 0 11009 0
[pid=13457] ppid=13451 vsize=290120 CPUtime=0.12 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 1150 0 0 0 7 5 0 0 19 0 2 0 886425400 297082880 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13457/statm: 72530 5949 416 364 0 8448 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=100 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) T 13457 13459 13459 0 -1 4202496 532 0 0 0 10000 0 0 0 25 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134525007 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13457/tid=13676] ppid=13451 vsize=290120 CPUtime=0 cores=0,2
/proc/13457/task/13676/stat : 13676 (python) S 13451 13451 12804 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886435413 297082880 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604440278879168 0 0 -1 2 0 0 0
[pid=13677] ppid=13451 vsize=290132 CPUtime=0 cores=0,2
/proc/13677/stat : 13677 (python) S 13451 13451 12804 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 886435414 297095168 5880 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570310 0 0 16781312 514 12453971124654407938 0 0 17 0 0 0 0
/proc/13677/statm: 72533 5880 348 364 0 8448 0
[pid=13679] ppid=13677 vsize=1018076 CPUtime=1.25 cores=0,2
/proc/13679/stat : 13679 (gnovelty+2) R 13677 13679 13679 0 -1 4202496 530 0 0 0 125 0 0 0 25 0 1 0 886435415 1042509824 267 33554432000 134512640 135663704 4291488528 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13679/statm: 254519 267 113 282 0 254235 0
[pid=13451/tid=13458] ppid=13449 vsize=300376 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 3 0 886425400 307585024 7408 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
[pid=13451/tid=13678] ppid=13449 vsize=300376 CPUtime=0 cores=0,2
/proc/13451/task/13678/stat : 13678 (python) S 13449 13451 12804 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 886435414 307585024 7408 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2916780

[startup+162.301 s]
/proc/loadavg: 4.31 4.43 3.41 5/216 13689
/proc/meminfo: memFree=31415184/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=300376 CPUtime=0.8 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 10942 934 1 0 70 10 0 0 20 0 3 0 886425310 307585024 7408 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 75094 7408 1872 364 0 11009 0
[pid=13457] ppid=13451 vsize=290120 CPUtime=0.12 cores=0,2

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

[pid=13715] ppid=13451 vsize=310644 CPUtime=0.14 cores=0,2
/proc/13715/stat : 13715 (python) S 13451 13451 12804 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 886455444 318099456 5941 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13715/statm: 77661 5941 400 364 0 13570 0
[pid=13717] ppid=13715 vsize=416920 CPUtime=100.01 cores=0,2
/proc/13717/stat : 13717 (adaptg2wsat2009) T 13715 13717 13717 0 -1 4202496 670 0 0 0 10001 0 0 0 25 0 1 0 886455444 426926080 407 33554432000 134512640 135107411 4290207936 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13717/statm: 104230 407 59 146 0 103106 0
[pid=13715/tid=13724] ppid=13451 vsize=310644 CPUtime=0 cores=0,2
/proc/13715/task/13724/stat : 13724 (python) S 13451 13451 12804 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886465458 318099456 5941 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604442927459264 0 0 -1 0 0 0 0
[pid=13725] ppid=13451 vsize=320900 CPUtime=0.14 cores=0,2
/proc/13725/stat : 13725 (python) S 13451 13451 12804 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886465459 328601600 5945 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13725/statm: 80225 5945 400 364 0 16131 0
[pid=13727] ppid=13725 vsize=416920 CPUtime=100.12 cores=0,2
/proc/13727/stat : 13727 (adaptg2wsat2009) T 13725 13727 13727 0 -1 4202496 669 0 0 0 10012 0 0 0 25 0 1 0 886465459 426926080 406 33554432000 134512640 135107411 4290975872 18446744073709551615 134539082 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13727/statm: 104230 406 59 146 0 103106 0
[pid=13725/tid=13736] ppid=13451 vsize=320900 CPUtime=0 cores=0,2
/proc/13725/task/13736/stat : 13736 (python) S 13451 13451 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886475473 328601600 5945 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604453824899008 0 0 -1 0 0 0 0
[pid=13737] ppid=13451 vsize=331156 CPUtime=0.14 cores=0,2
/proc/13737/stat : 13737 (python) S 13451 13451 12804 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 886475473 339103744 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13737/statm: 82789 5949 400 364 0 18692 0
[pid=13739] ppid=13737 vsize=1018076 CPUtime=99.14 cores=0,2
/proc/13739/stat : 13739 (gnovelty+2) T 13737 13739 13739 0 -1 4202496 528 0 0 0 9914 0 0 0 25 0 1 0 886475474 1042509824 268 33554432000 134512640 135663704 4289746752 18446744073709551615 134525054 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13739/statm: 254519 268 113 282 0 254235 0
[pid=13737/tid=13746] ppid=13451 vsize=331156 CPUtime=0 cores=0,2
/proc/13737/task/13746/stat : 13746 (python) S 13451 13451 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886485389 339103744 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604452741558464 0 0 -1 2 0 0 0
[pid=13747] ppid=13451 vsize=341412 CPUtime=0.16 cores=0,2
/proc/13747/stat : 13747 (python) S 13451 13451 12804 0 -1 4202560 1088 0 0 0 9 7 0 0 19 0 2 0 886485390 349605888 5953 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13747/statm: 85353 5953 400 364 0 21253 0
[pid=13749] ppid=13747 vsize=247072 CPUtime=100 cores=0,2
/proc/13749/stat : 13749 (FH) T 13747 13749 13749 0 -1 4202496 631 0 0 0 10000 0 0 0 25 0 1 0 886485391 253001728 366 33554432000 134512640 134936988 4292544320 18446744073709551615 134552400 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13749/statm: 61768 366 41 104 0 61272 0
[pid=13747/tid=13803] ppid=13451 vsize=341412 CPUtime=0 cores=0,2
/proc/13747/task/13803/stat : 13803 (python) S 13451 13451 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886495406 349605888 5953 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604453890837568 0 0 -1 2 0 0 0
[pid=13804] ppid=13451 vsize=351668 CPUtime=0.75 cores=0,2
/proc/13804/stat : 13804 (python) S 13451 13451 12804 0 -1 4202560 1187 0 0 0 45 30 0 0 15 0 2 0 886495407 360108032 5963 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13804/statm: 87917 5963 406 364 0 23814 0
[pid=13806] ppid=13804 vsize=4260 CPUtime=481.27 cores=0,2
/proc/13806/stat : 13806 (march_hi) R 13804 13806 13806 0 -1 4202496 2003 0 0 0 48126 1 0 0 25 0 1 0 886495407 4362240 850 33554432000 4194304 4955518 140733823636544 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13806/statm: 1065 850 106 186 0 878 0
[pid=13804/tid=13833] ppid=13451 vsize=351668 CPUtime=0 cores=0,2
/proc/13804/task/13833/stat : 13833 (python) S 13451 13451 12804 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 886534453 360108032 5963 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604442927458368 0 0 -1 2 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 886425400 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
[pid=13451/tid=13678] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13678/stat : 13678 (python) S 13449 13451 12804 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 886435414 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13698] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13698/stat : 13698 (python) S 13449 13451 12804 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886445429 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13716] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13716/stat : 13716 (python) S 13449 13451 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 886455444 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
[pid=13451/tid=13726] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13726/stat : 13726 (python) S 13449 13451 12804 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 886465459 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13738] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13738/stat : 13738 (python) S 13449 13451 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886475474 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13748] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13748/stat : 13748 (python) S 13449 13451 12804 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 886485391 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13805] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13805/stat : 13805 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 886495407 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 7454652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.2 s]
/proc/loadavg: 4.00 4.05 3.83 5/263 13839
/proc/meminfo: memFree=31011792/32951132 swapFree=67052544/67111528
[pid=13451] ppid=13449 vsize=361912 CPUtime=0.87 cores=0,2
/proc/13451/stat : 13451 (python) S 13449 13451 12804 0 -1 4202496 16793 934 1 0 75 12 0 0 18 0 9 0 886425310 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13451/statm: 90478 7444 1884 364 0 26375 0
[pid=13457] ppid=13451 vsize=290120 CPUtime=0.12 cores=0,2
/proc/13457/stat : 13457 (python) S 13451 13451 12804 0 -1 4202560 1150 0 0 0 7 5 0 0 19 0 2 0 886425400 297082880 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13457/statm: 72530 5949 416 364 0 8448 0
[pid=13459] ppid=13457 vsize=1018076 CPUtime=100 cores=0,2
/proc/13459/stat : 13459 (gnovelty+2) T 13457 13459 13459 0 -1 4202496 532 0 0 0 10000 0 0 0 25 0 1 0 886425400 1042509824 267 33554432000 134512640 135663704 4289309776 18446744073709551615 134525007 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13459/statm: 254519 267 113 282 0 254235 0
[pid=13457/tid=13676] ppid=13451 vsize=290120 CPUtime=0 cores=0,2
/proc/13457/task/13676/stat : 13676 (python) S 13451 13451 12804 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886435413 297082880 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604440278879168 0 0 -1 2 0 0 0
[pid=13677] ppid=13451 vsize=290132 CPUtime=0.13 cores=0,2
/proc/13677/stat : 13677 (python) S 13451 13451 12804 0 -1 4202560 1083 0 0 0 8 5 0 0 19 0 2 0 886435414 297095168 5933 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13677/statm: 72533 5933 400 364 0 8448 0
[pid=13679] ppid=13677 vsize=1018076 CPUtime=99.99 cores=0,2
/proc/13679/stat : 13679 (gnovelty+2) T 13677 13679 13679 0 -1 4202496 530 0 0 0 9999 0 0 0 25 0 1 0 886435415 1042509824 267 33554432000 134512640 135663704 4291488528 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13679/statm: 254519 267 113 282 0 254235 0
[pid=13677/tid=13696] ppid=13451 vsize=290132 CPUtime=0 cores=0,2
/proc/13677/task/13696/stat : 13696 (python) S 13451 13451 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886445428 297095168 5933 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604442927457472 0 0 -1 2 0 0 0
[pid=13697] ppid=13451 vsize=300388 CPUtime=0.15 cores=0,2
/proc/13697/stat : 13697 (python) S 13451 13451 12804 0 -1 4202560 1073 0 0 0 8 7 0 0 19 0 2 0 886445429 307597312 5937 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13697/statm: 75097 5937 400 364 0 11009 0
[pid=13699] ppid=13697 vsize=416920 CPUtime=100 cores=0,2
/proc/13699/stat : 13699 (adaptg2wsat2009) T 13697 13699 13699 0 -1 4202496 671 0 0 0 10000 0 0 0 25 0 1 0 886445429 426926080 405 33554432000 134512640 135107411 4291807584 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13699/statm: 104230 405 59 146 0 103106 0
[pid=13697/tid=13714] ppid=13451 vsize=300388 CPUtime=0 cores=0,2
/proc/13697/task/13714/stat : 13714 (python) S 13451 13451 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886455443 307597312 5937 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604453866627520 0 0 -1 2 0 0 0
[pid=13715] ppid=13451 vsize=310644 CPUtime=0.14 cores=0,2
/proc/13715/stat : 13715 (python) S 13451 13451 12804 0 -1 4202560 1086 0 0 0 7 7 0 0 19 0 2 0 886455444 318099456 5941 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13715/statm: 77661 5941 400 364 0 13570 0
[pid=13717] ppid=13715 vsize=416920 CPUtime=100.01 cores=0,2
/proc/13717/stat : 13717 (adaptg2wsat2009) T 13715 13717 13717 0 -1 4202496 670 0 0 0 10001 0 0 0 25 0 1 0 886455444 426926080 407 33554432000 134512640 135107411 4290207936 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13717/statm: 104230 407 59 146 0 103106 0
[pid=13715/tid=13724] ppid=13451 vsize=310644 CPUtime=0 cores=0,2
/proc/13715/task/13724/stat : 13724 (python) S 13451 13451 12804 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886465458 318099456 5941 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604442927459264 0 0 -1 0 0 0 0
[pid=13725] ppid=13451 vsize=320900 CPUtime=0.14 cores=0,2
/proc/13725/stat : 13725 (python) S 13451 13451 12804 0 -1 4202560 1075 0 0 0 8 6 0 0 19 0 2 0 886465459 328601600 5945 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13725/statm: 80225 5945 400 364 0 16131 0
[pid=13727] ppid=13725 vsize=416920 CPUtime=100.12 cores=0,2
/proc/13727/stat : 13727 (adaptg2wsat2009) T 13725 13727 13727 0 -1 4202496 669 0 0 0 10012 0 0 0 25 0 1 0 886465459 426926080 406 33554432000 134512640 135107411 4290975872 18446744073709551615 134539082 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13727/statm: 104230 406 59 146 0 103106 0
[pid=13725/tid=13736] ppid=13451 vsize=320900 CPUtime=0 cores=0,2
/proc/13725/task/13736/stat : 13736 (python) S 13451 13451 12804 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886475473 328601600 5945 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604453824899008 0 0 -1 0 0 0 0
[pid=13737] ppid=13451 vsize=331156 CPUtime=0.14 cores=0,2
/proc/13737/stat : 13737 (python) S 13451 13451 12804 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 886475473 339103744 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13737/statm: 82789 5949 400 364 0 18692 0
[pid=13739] ppid=13737 vsize=1018076 CPUtime=99.14 cores=0,2
/proc/13739/stat : 13739 (gnovelty+2) T 13737 13739 13739 0 -1 4202496 528 0 0 0 9914 0 0 0 25 0 1 0 886475474 1042509824 268 33554432000 134512640 135663704 4289746752 18446744073709551615 134525054 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/13739/statm: 254519 268 113 282 0 254235 0
[pid=13737/tid=13746] ppid=13451 vsize=331156 CPUtime=0 cores=0,2
/proc/13737/task/13746/stat : 13746 (python) S 13451 13451 12804 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886485389 339103744 5949 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604452741558464 0 0 -1 2 0 0 0
[pid=13747] ppid=13451 vsize=341412 CPUtime=0.16 cores=0,2
/proc/13747/stat : 13747 (python) S 13451 13451 12804 0 -1 4202560 1088 0 0 0 9 7 0 0 19 0 2 0 886485390 349605888 5953 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/13747/statm: 85353 5953 400 364 0 21253 0
[pid=13749] ppid=13747 vsize=247072 CPUtime=100 cores=0,2
/proc/13749/stat : 13749 (FH) T 13747 13749 13749 0 -1 4202496 631 0 0 0 10000 0 0 0 25 0 1 0 886485391 253001728 366 33554432000 134512640 134936988 4292544320 18446744073709551615 134552400 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/13749/statm: 61768 366 41 104 0 61272 0
[pid=13747/tid=13803] ppid=13451 vsize=341412 CPUtime=0 cores=0,2
/proc/13747/task/13803/stat : 13803 (python) S 13451 13451 12804 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886495406 349605888 5953 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604453890837568 0 0 -1 2 0 0 0
[pid=13804] ppid=13451 vsize=351668 CPUtime=0.78 cores=0,2
/proc/13804/stat : 13804 (python) S 13451 13451 12804 0 -1 4202560 1187 0 0 0 46 32 0 0 15 0 2 0 886495407 360108032 5963 33554432000 4194304 5683644 140733759364352 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/13804/statm: 87917 5963 406 364 0 23814 0
[pid=13806] ppid=13804 vsize=5024 CPUtime=498.17 cores=0,2
/proc/13806/stat : 13806 (march_hi) R 13804 13806 13806 0 -1 4202496 2016 0 0 0 49816 1 0 0 25 0 1 0 886495407 5144576 863 33554432000 4194304 4955518 140733823636544 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13806/statm: 1256 863 106 186 0 1069 0
[pid=13804/tid=13833] ppid=13451 vsize=351668 CPUtime=0 cores=0,2
/proc/13804/task/13833/stat : 13833 (python) S 13451 13451 12804 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 886534453 360108032 5963 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 514 18446604442927458368 0 0 -1 2 0 0 0
[pid=13451/tid=13458] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13458/stat : 13458 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 886425400 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
[pid=13451/tid=13678] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13678/stat : 13678 (python) S 13449 13451 12804 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 886435414 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13698] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13698/stat : 13698 (python) S 13449 13451 12804 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 886445429 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13716] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13716/stat : 13716 (python) S 13449 13451 12804 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 886455444 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
[pid=13451/tid=13726] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13726/stat : 13726 (python) S 13449 13451 12804 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 886465459 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13738] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13738/stat : 13738 (python) S 13449 13451 12804 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 886475474 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13748] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13748/stat : 13748 (python) S 13449 13451 12804 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 886485391 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 0 0 0 0
[pid=13451/tid=13805] ppid=13449 vsize=361912 CPUtime=0 cores=0,2
/proc/13451/task/13805/stat : 13805 (python) S 13449 13451 12804 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 886495407 370597888 7444 33554432000 4194304 5683644 140733759364352 18446744073709551615 242982373809 0 0 16781312 2 18446604452741561152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 7455416

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

Real time (s): 1199.26
CPU time (s): 1200.06
CPU user time (s): 1199.18
CPU system time (s): 0.88
CPU usage (%): 100.067
Max. virtual memory (cumulated for all children) (KiB): 7455416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.026
system time used= 0.944856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29821
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= 2590
involuntary context switches= 1696

runsolver used 4.75128 second user time and 8.69168 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-11 01:24:26
IDJOB=3484197
IDBENCH=82708
IDSOLVER=1975
FILE ID=node128/3484197-1307748266
RUNJOBID= node128-1307747008-12822
PBS_JOBID= 13550829
Free space on /tmp= 74032 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S250627100-039.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-3484197-1307748266/watcher-3484197-1307748266 -o /tmp/evaluation-result-3484197-1307748266/solver-3484197-1307748266 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484197-1307748266.cnf -seed 405752091 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 68db236c1470208d12f1f4e80de80849
RANDOM SEED=405752091

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:      31453204 kB
Buffers:        241440 kB
Cached:         939560 kB
SwapCached:      11368 kB
Active:         444728 kB
Inactive:       841968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31453204 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           74004 kB
Writeback:           0 kB
AnonPages:      103960 kB
Mapped:          16700 kB
Slab:           142256 kB
PageTables:       7560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1660696 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= 74000 MiB
End job on node128 at 2011-06-11 01:44:28