Trace number 3484135

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.04 1199.66

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S1298436766-097-UNKNOWN.cnf
MD5SUM28b704f4b0f31dccf5e0c8fedfb14daa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.2658
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3484135-1307747720.cnf
0.32/0.46	c INFO: computing task features
0.61/0.76	c INFO: computed variable-clause graph statistics
0.61/0.77	c INFO: computed clause balance statistics
2.11/2.23	c INFO: computed variable balance statistics
3.21/3.35	c INFO: computed small-clause counts
3.21/3.35	c INFO: computed Horn-clause counts
3.81/3.92	c INFO: computed variable graph statistics
3.81/3.92	c INFO: collected features for HOME/instance-3484135-1307747720.cnf in 3.45 s
3.81/3.93	c INFO: running hybridGM3@0 for 97 with 1196 remaining (b = 0.43)
104.30/104.47	c INFO: running hybridGM3@0 for 97 with 1096 remaining (b = 0.26)
204.88/205.00	c INFO: running hybridGM3@0 for 97 with 995 remaining (b = 0.19)
305.34/305.54	c INFO: running hybridGM3@100 for 97 with 895 remaining (b = 0.15)
402.46/402.68	c INFO: running hybridGM3@100 for 97 with 798 remaining (b = 0.15)
499.67/499.82	c INFO: running TNM@0 for 97 with 701 remaining (b = 0.16)
599.88/599.96	c INFO: running hybridGM3@100 for 97 with 601 remaining (b = 0.14)
697.02/697.09	c INFO: running hybridGM3@0 for 97 with 504 remaining (b = 0.15)
797.59/797.62	c INFO: running hybridGM3@100 for 97 with 403 remaining (b = 0.11)
892.70/892.75	c INFO: running hybridGM3@0 for 97 with 308 remaining (b = 0.11)
993.34/993.29	c INFO: running hybridGM3@100 for 97 with 208 remaining (b = 0.09)
1088.66/1088.43	c INFO: running hybridGM3@0 for 113 with 113 remaining (b = 0.08)

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

running on 2 cores: 4,6

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: 3.84 3.60 2.12 5/235 31731
/proc/meminfo: memFree=31182280/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=15524 CPUtime=0 cores=4,6
/proc/31731/stat : 31731 (python) R 31729 31731 31379 0 -1 4202496 826 0 0 0 0 0 0 0 25 0 1 0 886371671 15896576 709 33554432000 4194304 5683644 140733693882000 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31731/statm: 3881 709 334 364 0 368 0

[startup+0.0805901 s]
/proc/loadavg: 3.84 3.60 2.12 5/235 31731
/proc/meminfo: memFree=31182280/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=85620 CPUtime=0.06 cores=4,6
/proc/31731/stat : 31731 (python) R 31729 31731 31379 0 -1 4202496 2632 0 0 0 4 2 0 0 25 0 1 0 886371671 87674880 2348 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080230400 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31731/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.100589 s]
/proc/loadavg: 3.84 3.60 2.12 5/235 31731
/proc/meminfo: memFree=31182280/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=104232 CPUtime=0.07 cores=4,6
/proc/31731/stat : 31731 (python) R 31729 31731 31379 0 -1 4202496 3089 0 0 0 5 2 0 0 25 0 1 0 886371671 106733568 2768 33554432000 4194304 5683644 140733693882000 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31731/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300599 s]
/proc/loadavg: 3.84 3.60 2.12 5/235 31731
/proc/meminfo: memFree=31182280/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=194552 CPUtime=0.23 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 6934 937 1 0 17 6 0 0 25 0 1 0 886371671 199221248 4977 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/31731/statm: 48638 4977 1431 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 194552

[startup+0.700473 s]
/proc/loadavg: 3.84 3.60 2.12 5/235 31731
/proc/meminfo: memFree=31182280/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=294420 CPUtime=0.61 cores=4,6
/proc/31731/stat : 31731 (python) R 31729 31731 31379 0 -1 4202496 13053 937 1 0 52 9 0 0 25 0 1 0 886371671 301486080 10725 33554432000 4194304 5683644 140733693882000 18446744073709551615 47764120738501 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31731/statm: 73605 10727 1761 364 0 9529 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 294420

[startup+1.50032 s]
/proc/loadavg: 3.84 3.60 2.12 5/239 31739
/proc/meminfo: memFree=31141972/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=297692 CPUtime=1.4 cores=4,6
/proc/31731/stat : 31731 (python) R 31729 31731 31379 0 -1 4202496 16366 937 1 0 131 9 0 0 25 0 1 0 886371671 304836608 11808 33554432000 4194304 5683644 140733693882000 18446744073709551615 47764123319068 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31731/statm: 74423 11808 1826 364 0 10347 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 297692

[startup+3.10101 s]
/proc/loadavg: 3.84 3.60 2.12 5/239 31739
/proc/meminfo: memFree=31141228/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=297692 CPUtime=3.01 cores=4,6
/proc/31731/stat : 31731 (python) R 31729 31731 31379 0 -1 4202496 16367 937 1 0 292 9 0 0 25 0 1 0 886371671 304836608 11809 33554432000 4194304 5683644 140733693882000 18446744073709551615 47764120929644 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31731/statm: 74423 11809 1827 364 0 10347 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 297692

[startup+6.30035 s]
/proc/loadavg: 3.85 3.61 2.13 5/242 31742
/proc/meminfo: memFree=31124064/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=296980 CPUtime=3.85 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 16695 937 1 0 375 10 0 0 25 0 2 0 886371671 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31731/statm: 74245 9125 1867 364 0 10163 0
[pid=31740] ppid=31731 vsize=287828 CPUtime=0 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 886372064 294735872 7610 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252431 0 0 16781312 514 4036873988104749314 0 0 17 4 0 0 0
/proc/31740/statm: 71957 7610 355 364 0 7875 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=2.35 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) R 31740 31742 31742 0 -1 4202496 6663 0 0 0 234 1 0 0 25 0 1 0 886372064 274866176 6397 33554432000 134512640 135204385 4293333264 18446744073709551615 134546153 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6397 64 169 0 66936 0
[pid=31731/tid=31741] ppid=31729 vsize=296980 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 2 0 886372064 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 853232

[startup+12.7012 s]
/proc/loadavg: 3.94 3.63 2.14 5/242 31742
/proc/meminfo: memFree=31123668/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=296980 CPUtime=3.85 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 16695 937 1 0 375 10 0 0 25 0 2 0 886371671 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31731/statm: 74245 9125 1867 364 0 10163 0
[pid=31740] ppid=31731 vsize=287828 CPUtime=0 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 886372064 294735872 7633 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252431 0 0 16781312 514 4036873988104749314 0 0 17 4 0 0 0
/proc/31740/statm: 71957 7633 378 364 0 7875 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=8.74 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) R 31740 31742 31742 0 -1 4202496 6666 0 0 0 873 1 0 0 25 0 1 0 886372064 274866176 6400 33554432000 134512640 135204385 4293333264 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6400 64 169 0 66936 0
[pid=31731/tid=31741] ppid=31729 vsize=296980 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 2 0 886372064 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 853232

[startup+25.5007 s]
/proc/loadavg: 4.02 3.67 2.18 5/242 31742
/proc/meminfo: memFree=31124180/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=296980 CPUtime=3.85 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 16695 937 1 0 375 10 0 0 25 0 2 0 886371671 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31731/statm: 74245 9125 1867 364 0 10163 0
[pid=31740] ppid=31731 vsize=287828 CPUtime=0.02 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 873 0 0 0 1 1 0 0 18 0 1 0 886372064 294735872 7633 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252431 0 0 16781312 514 17322779307331780866 0 0 17 4 0 0 0
/proc/31740/statm: 71957 7633 378 364 0 7875 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=21.53 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) R 31740 31742 31742 0 -1 4202496 6666 0 0 0 2152 1 0 0 25 0 1 0 886372064 274866176 6400 33554432000 134512640 135204385 4293333264 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6400 64 169 0 66936 0
[pid=31731/tid=31741] ppid=31729 vsize=296980 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 2 0 886372064 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 853232

[startup+51.1008 s]
/proc/loadavg: 4.02 3.69 2.22 5/242 31743
/proc/meminfo: memFree=31123852/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=296980 CPUtime=3.85 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 16695 937 1 0 375 10 0 0 25 0 2 0 886371671 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31731/statm: 74245 9125 1867 364 0 10163 0
[pid=31740] ppid=31731 vsize=287828 CPUtime=0.06 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 887 0 0 0 4 2 0 0 18 0 1 0 886372064 294735872 7633 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252431 0 0 16781312 514 17322779307331780866 0 0 17 4 0 0 0
/proc/31740/statm: 71957 7633 378 364 0 7875 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=47.08 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) R 31740 31742 31742 0 -1 4202496 6666 0 0 0 4707 1 0 0 25 0 1 0 886372064 274866176 6400 33554432000 134512640 135204385 4293333264 18446744073709551615 134546144 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6400 64 169 0 66936 0
[pid=31731/tid=31741] ppid=31729 vsize=296980 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 2 0 886372064 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 853232

[startup+102.307 s]
/proc/loadavg: 4.05 3.75 2.32 5/223 31799
/proc/meminfo: memFree=31105368/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=296980 CPUtime=3.85 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 16695 937 1 0 375 10 0 0 25 0 2 0 886371671 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31731/statm: 74245 9125 1867 364 0 10163 0
[pid=31740] ppid=31731 vsize=287828 CPUtime=0.12 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 909 0 0 0 8 4 0 0 18 0 1 0 886372064 294735872 7633 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252431 0 0 16781312 514 17322779307331780866 0 0 17 4 0 0 0
/proc/31740/statm: 71957 7633 378 364 0 7875 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=98.23 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) R 31740 31742 31742 0 -1 4202496 6666 0 0 0 9818 5 0 0 25 0 1 0 886372064 274866176 6400 33554432000 134512640 135204385 4293333264 18446744073709551615 134547462 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6400 64 169 0 66936 0
[pid=31731/tid=31741] ppid=31729 vsize=296980 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 2 0 886372064 304107520 9125 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 853232

[startup+162.301 s]
/proc/loadavg: 4.02 3.79 2.42 5/227 31805
/proc/meminfo: memFree=31074092/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=307844 CPUtime=3.85 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 17563 937 1 0 375 10 0 0 20 0 3 0 886371671 315232256 9267 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31731/statm: 76961 9267 1870 364 0 12876 0
[pid=31740] ppid=31731 vsize=298072 CPUtime=0.13 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 1145 0 0 0 8 5 0 0 19 0 2 0 886372064 305225728 7676 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31740/statm: 74518 7676 416 364 0 10436 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=100.38 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) T 31740 31742 31742 0 -1 4202496 6666 0 0 0 10033 5 0 0 25 0 1 0 886372064 274866176 6400 33554432000 134512640 135204385 4293333264 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6400 64 169 0 66936 0
[pid=31740/tid=31800] ppid=31731 vsize=298072 CPUtime=0 cores=4,6
/proc/31740/task/31800/stat : 31800 (python) S 31731 31731 31379 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886382117 305225728 7676 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453852601216 0 0 -1 6 0 0 0
[pid=31801] ppid=31731 vsize=297756 CPUtime=0.07 cores=4,6
/proc/31801/stat : 31801 (python) S 31731 31731 31379 0 -1 4202560 902 0 0 0 3 4 0 0 15 0 1 0 886382118 304902144 7766 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252486 0 0 16781312 514 17322779307331780868 0 0 17 4 0 0 0
/proc/31801/statm: 74439 7766 372 364 0 10354 0
[pid=31803] ppid=31801 vsize=268424 CPUtime=57.74 cores=4,6
/proc/31803/stat : 31803 (hybridGM3) R 31801 31803 31803 0 -1 4202496 6660 0 0 0 5774 0 0 0 25 0 1 0 886382118 274866176 6397 33554432000 134512640 135204385 4291733664 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31803/statm: 67106 6397 64 169 0 66936 0
[pid=31731/tid=31741] ppid=31729 vsize=307844 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 3 0 886372064 315232256 9267 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
[pid=31731/tid=31802] ppid=31729 vsize=307844 CPUtime=0 cores=4,6
/proc/31731/task/31802/stat : 31802 (python) S 31729 31731 31379 0 -1 4202560 26 937 0 0 0 0 0 0 20 0 3 0 886382118 315232256 9267 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 1440520

[startup+222.301 s]
/proc/loadavg: 4.00 3.83 2.52 5/242 31821
/proc/meminfo: memFree=30968016/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=318100 CPUtime=3.86 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 18367 937 1 0 376 10 0 0 20 0 4 0 886371671 325734400 9273 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31731/statm: 79525 9273 1872 364 0 15437 0

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

[pid=31740] ppid=31731 vsize=298072 CPUtime=0.28 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 1196 0 0 0 16 12 0 0 18 0 2 0 886372064 305225728 7677 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31740/statm: 74518 7677 417 364 0 10436 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=197.38 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) T 31740 31742 31742 0 -1 4202496 6666 0 0 0 19733 5 0 0 25 0 1 0 886372064 274866176 6400 33554432000 134512640 135204385 4293333264 18446744073709551615 134545866 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6400 64 169 0 66936 0
[pid=31740/tid=31800] ppid=31731 vsize=298072 CPUtime=0 cores=4,6
/proc/31740/task/31800/stat : 31800 (python) S 31731 31731 31379 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 886382117 305225728 7677 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453852601216 0 0 -1 6 0 0 0
[pid=31801] ppid=31731 vsize=297756 CPUtime=0.28 cores=4,6
/proc/31801/stat : 31801 (python) S 31731 31731 31379 0 -1 4202560 1111 0 0 0 13 15 0 0 15 0 2 0 886382118 304902144 7795 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31801/statm: 74439 7795 400 364 0 10354 0
[pid=31803] ppid=31801 vsize=268424 CPUtime=197.39 cores=4,6
/proc/31803/stat : 31803 (hybridGM3) T 31801 31803 31803 0 -1 4202496 6661 0 0 0 19737 2 0 0 25 0 1 0 886382118 274866176 6398 33554432000 134512640 135204385 4291733664 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31803/statm: 67106 6398 64 169 0 66936 0
[pid=31801/tid=31818] ppid=31731 vsize=297756 CPUtime=0 cores=4,6
/proc/31801/task/31818/stat : 31818 (python) S 31731 31731 31379 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886392170 304902144 7795 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604446320603456 0 0 -1 4 0 0 0
[pid=31819] ppid=31731 vsize=308616 CPUtime=0.28 cores=4,6
/proc/31819/stat : 31819 (python) S 31731 31731 31379 0 -1 4202560 1112 0 0 0 14 14 0 0 15 0 2 0 886392171 316022784 7799 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31819/statm: 77154 7799 400 364 0 13066 0
[pid=31821] ppid=31819 vsize=268424 CPUtime=197.37 cores=4,6
/proc/31821/stat : 31821 (hybridGM3) T 31819 31821 31821 0 -1 4202496 6661 0 0 0 19737 0 0 0 25 0 1 0 886392171 274866176 6399 33554432000 134512640 135204385 4286664224 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31821/statm: 67106 6399 64 169 0 66936 0
[pid=31819/tid=31834] ppid=31731 vsize=308616 CPUtime=0 cores=4,6
/proc/31819/task/31834/stat : 31834 (python) S 31731 31731 31379 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886402225 316022784 7799 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453857837120 0 0 -1 4 0 0 0
[pid=31936] ppid=31731 vsize=318520 CPUtime=0.13 cores=4,6
/proc/31936/stat : 31936 (python) S 31731 31731 31379 0 -1 4202560 1073 0 0 0 6 7 0 0 19 0 2 0 886421654 326164480 7872 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31936/statm: 79630 7872 400 364 0 15539 0
[pid=31938] ppid=31936 vsize=458972 CPUtime=100.11 cores=4,6
/proc/31938/stat : 31938 (TNM) T 31936 31938 31938 0 -1 4202496 3589 0 0 0 10011 0 0 0 25 0 1 0 886421654 469987328 3328 33554432000 134512640 135008748 4290220448 18446744073709551615 134527477 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31938/statm: 114743 3328 46 122 0 113643 0
[pid=31936/tid=31953] ppid=31731 vsize=318520 CPUtime=0 cores=4,6
/proc/31936/task/31953/stat : 31953 (python) S 31731 31731 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886431667 326164480 7872 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453588255872 0 0 -1 6 0 0 0
[pid=32014] ppid=31731 vsize=328644 CPUtime=0.27 cores=4,6
/proc/32014/stat : 32014 (python) S 31731 31731 31379 0 -1 4202560 1115 0 0 0 14 13 0 0 15 0 2 0 886441381 336531456 7875 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32014/statm: 82161 7875 399 364 0 18067 0
[pid=32016] ppid=32014 vsize=268420 CPUtime=195.36 cores=4,6
/proc/32016/stat : 32016 (hybridGM3) T 32014 32016 32016 0 -1 4202496 6661 0 0 0 19536 0 0 0 25 0 1 0 886441381 274862080 6398 33554432000 134512640 135204385 4293595008 18446744073709551615 134547403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32016/statm: 67105 6398 64 169 0 66935 0
[pid=32014/tid=32032] ppid=31731 vsize=328644 CPUtime=0 cores=4,6
/proc/32014/task/32032/stat : 32032 (python) S 31731 31731 31379 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886451432 336531456 7875 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453871000320 0 0 -1 4 0 0 0
[pid=32039] ppid=31731 vsize=338900 CPUtime=0.29 cores=4,6
/proc/32039/stat : 32039 (python) S 31731 31731 31379 0 -1 4202560 1112 0 0 0 15 14 0 0 15 0 2 0 886460946 347033600 7879 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32039/statm: 84725 7879 399 364 0 20628 0
[pid=32041] ppid=32039 vsize=268424 CPUtime=195.65 cores=4,6
/proc/32041/stat : 32041 (hybridGM3) T 32039 32041 32041 0 -1 4202496 6660 0 0 0 19564 1 0 0 25 0 1 0 886460947 274866176 6397 33554432000 134512640 135204385 4293118224 18446744073709551615 134660132 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32041/statm: 67106 6397 64 169 0 66936 0
[pid=32039/tid=32145] ppid=31731 vsize=338900 CPUtime=0 cores=4,6
/proc/32039/task/32145/stat : 32145 (python) S 31731 31731 31379 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886471000 347033600 7879 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453870746560 0 0 -1 6 0 0 0
[pid=32161] ppid=31731 vsize=349292 CPUtime=0.14 cores=4,6
/proc/32161/stat : 32161 (python) S 31731 31731 31379 0 -1 4202560 915 0 0 0 8 6 0 0 15 0 1 0 886480514 357675008 7855 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252486 0 0 16781312 514 17322779307331780865 0 0 17 6 0 0 0
/proc/32161/statm: 87323 7855 372 364 0 23223 0
[pid=32163] ppid=32161 vsize=268428 CPUtime=93.86 cores=4,6
/proc/32163/stat : 32163 (hybridGM3) R 32161 32163 32163 0 -1 4202496 6663 0 0 0 9384 2 0 0 25 0 1 0 886480514 274870272 6399 33554432000 134512640 135204385 4292429456 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32163/statm: 67107 6399 64 169 0 66937 0
[pid=31731/tid=31741] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 8 0 886372064 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
[pid=31731/tid=31802] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31802/stat : 31802 (python) S 31729 31731 31379 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 8 0 886382118 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
[pid=31731/tid=31820] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31820/stat : 31820 (python) S 31729 31731 31379 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 8 0 886392171 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 6 0 0 0
[pid=31731/tid=31937] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31937/stat : 31937 (python) S 31729 31731 31379 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 8 0 886421654 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
[pid=31731/tid=32015] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/32015/stat : 32015 (python) S 31729 31731 31379 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 8 0 886441381 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 6 0 0 0
[pid=31731/tid=32040] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/32040/stat : 32040 (python) S 31729 31731 31379 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 8 0 886460947 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 6 0 0 0
[pid=31731/tid=32162] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/32162/stat : 32162 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 8 0 886480514 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 4668716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 3.92 3.98 3.46 5/250 32322
/proc/meminfo: memFree=31118632/32950928 swapFree=67055948/67111528
[pid=31731] ppid=31729 vsize=359400 CPUtime=3.92 cores=4,6
/proc/31731/stat : 31731 (python) S 31729 31731 31379 0 -1 4202496 22184 937 1 0 381 11 0 0 20 0 8 0 886371671 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31731/statm: 89850 9374 1888 364 0 25750 0
[pid=31740] ppid=31731 vsize=298072 CPUtime=0.28 cores=4,6
/proc/31740/stat : 31740 (python) S 31731 31731 31379 0 -1 4202560 1196 0 0 0 16 12 0 0 18 0 2 0 886372064 305225728 7677 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31740/statm: 74518 7677 417 364 0 10436 0
[pid=31742] ppid=31740 vsize=268424 CPUtime=197.38 cores=4,6
/proc/31742/stat : 31742 (hybridGM3) T 31740 31742 31742 0 -1 4202496 6666 0 0 0 19733 5 0 0 25 0 1 0 886372064 274866176 6400 33554432000 134512640 135204385 4293333264 18446744073709551615 134545866 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31742/statm: 67106 6400 64 169 0 66936 0
[pid=31740/tid=31800] ppid=31731 vsize=298072 CPUtime=0 cores=4,6
/proc/31740/task/31800/stat : 31800 (python) S 31731 31731 31379 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 886382117 305225728 7677 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453852601216 0 0 -1 6 0 0 0
[pid=31801] ppid=31731 vsize=297756 CPUtime=0.28 cores=4,6
/proc/31801/stat : 31801 (python) S 31731 31731 31379 0 -1 4202560 1111 0 0 0 13 15 0 0 15 0 2 0 886382118 304902144 7795 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31801/statm: 74439 7795 400 364 0 10354 0
[pid=31803] ppid=31801 vsize=268424 CPUtime=197.39 cores=4,6
/proc/31803/stat : 31803 (hybridGM3) T 31801 31803 31803 0 -1 4202496 6661 0 0 0 19737 2 0 0 25 0 1 0 886382118 274866176 6398 33554432000 134512640 135204385 4291733664 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31803/statm: 67106 6398 64 169 0 66936 0
[pid=31801/tid=31818] ppid=31731 vsize=297756 CPUtime=0 cores=4,6
/proc/31801/task/31818/stat : 31818 (python) S 31731 31731 31379 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 886392170 304902144 7795 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604446320603456 0 0 -1 4 0 0 0
[pid=31819] ppid=31731 vsize=308616 CPUtime=0.28 cores=4,6
/proc/31819/stat : 31819 (python) S 31731 31731 31379 0 -1 4202560 1112 0 0 0 14 14 0 0 15 0 2 0 886392171 316022784 7799 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/31819/statm: 77154 7799 400 364 0 13066 0
[pid=31821] ppid=31819 vsize=268424 CPUtime=197.37 cores=4,6
/proc/31821/stat : 31821 (hybridGM3) T 31819 31821 31821 0 -1 4202496 6661 0 0 0 19737 0 0 0 25 0 1 0 886392171 274866176 6399 33554432000 134512640 135204385 4286664224 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/31821/statm: 67106 6399 64 169 0 66936 0
[pid=31819/tid=31834] ppid=31731 vsize=308616 CPUtime=0 cores=4,6
/proc/31819/task/31834/stat : 31834 (python) S 31731 31731 31379 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 886402225 316022784 7799 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453857837120 0 0 -1 4 0 0 0
[pid=31936] ppid=31731 vsize=318520 CPUtime=0.13 cores=4,6
/proc/31936/stat : 31936 (python) S 31731 31731 31379 0 -1 4202560 1073 0 0 0 6 7 0 0 19 0 2 0 886421654 326164480 7872 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31936/statm: 79630 7872 400 364 0 15539 0
[pid=31938] ppid=31936 vsize=458972 CPUtime=100.11 cores=4,6
/proc/31938/stat : 31938 (TNM) T 31936 31938 31938 0 -1 4202496 3589 0 0 0 10011 0 0 0 25 0 1 0 886421654 469987328 3328 33554432000 134512640 135008748 4290220448 18446744073709551615 134527477 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31938/statm: 114743 3328 46 122 0 113643 0
[pid=31936/tid=31953] ppid=31731 vsize=318520 CPUtime=0 cores=4,6
/proc/31936/task/31953/stat : 31953 (python) S 31731 31731 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886431667 326164480 7872 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453588255872 0 0 -1 6 0 0 0
[pid=32014] ppid=31731 vsize=328644 CPUtime=0.27 cores=4,6
/proc/32014/stat : 32014 (python) S 31731 31731 31379 0 -1 4202560 1115 0 0 0 14 13 0 0 15 0 2 0 886441381 336531456 7875 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32014/statm: 82161 7875 399 364 0 18067 0
[pid=32016] ppid=32014 vsize=268420 CPUtime=195.36 cores=4,6
/proc/32016/stat : 32016 (hybridGM3) T 32014 32016 32016 0 -1 4202496 6661 0 0 0 19536 0 0 0 25 0 1 0 886441381 274862080 6398 33554432000 134512640 135204385 4293595008 18446744073709551615 134547403 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/32016/statm: 67105 6398 64 169 0 66935 0
[pid=32014/tid=32032] ppid=31731 vsize=328644 CPUtime=0 cores=4,6
/proc/32014/task/32032/stat : 32032 (python) S 31731 31731 31379 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886451432 336531456 7875 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453871000320 0 0 -1 4 0 0 0
[pid=32039] ppid=31731 vsize=338900 CPUtime=0.29 cores=4,6
/proc/32039/stat : 32039 (python) S 31731 31731 31379 0 -1 4202560 1112 0 0 0 15 14 0 0 15 0 2 0 886460946 347033600 7879 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32039/statm: 84725 7879 399 364 0 20628 0
[pid=32041] ppid=32039 vsize=268424 CPUtime=195.65 cores=4,6
/proc/32041/stat : 32041 (hybridGM3) T 32039 32041 32041 0 -1 4202496 6660 0 0 0 19564 1 0 0 25 0 1 0 886460947 274866176 6397 33554432000 134512640 135204385 4293118224 18446744073709551615 134660132 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32041/statm: 67106 6397 64 169 0 66936 0
[pid=32039/tid=32145] ppid=31731 vsize=338900 CPUtime=0 cores=4,6
/proc/32039/task/32145/stat : 32145 (python) S 31731 31731 31379 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 886471000 347033600 7879 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 514 18446604453870746560 0 0 -1 6 0 0 0
[pid=32161] ppid=31731 vsize=349292 CPUtime=0.16 cores=4,6
/proc/32161/stat : 32161 (python) S 31731 31731 31379 0 -1 4202560 920 0 0 0 9 7 0 0 15 0 1 0 886480514 357675008 7855 33554432000 4194304 5683644 140733693882000 18446744073709551615 208080252486 0 0 16781312 514 17322779307331780865 0 0 17 6 0 0 0
/proc/32161/statm: 87323 7855 372 364 0 23223 0
[pid=32163] ppid=32161 vsize=268428 CPUtime=111.17 cores=4,6
/proc/32163/stat : 32163 (hybridGM3) R 32161 32163 32163 0 -1 4202496 6663 0 0 0 11115 2 0 0 25 0 1 0 886480514 274870272 6399 33554432000 134512640 135204385 4292429456 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32163/statm: 67107 6399 64 169 0 66937 0
[pid=31731/tid=31741] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31741/stat : 31741 (python) S 31729 31731 31379 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 8 0 886372064 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
[pid=31731/tid=31802] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31802/stat : 31802 (python) S 31729 31731 31379 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 8 0 886382118 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
[pid=31731/tid=31820] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31820/stat : 31820 (python) S 31729 31731 31379 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 8 0 886392171 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 6 0 0 0
[pid=31731/tid=31937] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/31937/stat : 31937 (python) S 31729 31731 31379 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 8 0 886421654 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
[pid=31731/tid=32015] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/32015/stat : 32015 (python) S 31729 31731 31379 0 -1 4202560 30 937 0 0 0 0 0 0 18 0 8 0 886441381 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 6 0 0 0
[pid=31731/tid=32040] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/32040/stat : 32040 (python) S 31729 31731 31379 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 8 0 886460947 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 6 0 0 0
[pid=31731/tid=32162] ppid=31729 vsize=359400 CPUtime=0 cores=4,6
/proc/31731/task/32162/stat : 32162 (python) S 31729 31731 31379 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 8 0 886480514 368025600 9374 33554432000 4194304 5683644 140733693882000 18446744073709551615 208092055985 0 0 16781312 2 18446604453852599424 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 4668716

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

Real time (s): 1199.66
CPU time (s): 1200.04
CPU user time (s): 1199.01
CPU system time (s): 1.03
CPU usage (%): 100.032
Max. virtual memory (cumulated for all children) (KiB): 4668716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.81642
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23126
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= 1010
involuntary context switches= 74

runsolver used 2.6526 second user time and 5.67414 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:15:20
IDJOB=3484135
IDBENCH=82646
IDSOLVER=1975
FILE ID=node127/3484135-1307747720
RUNJOBID= node127-1307747008-31398
PBS_JOBID= 13550830
Free space on /tmp= 73996 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S1298436766-097-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-3484135-1307747720/watcher-3484135-1307747720 -o /tmp/evaluation-result-3484135-1307747720/solver-3484135-1307747720 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484135-1307747720.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= 28b704f4b0f31dccf5e0c8fedfb14daa
RANDOM SEED=693387542

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31182832 kB
Buffers:        269528 kB
Cached:         978604 kB
SwapCached:       9372 kB
Active:         904048 kB
Inactive:       653196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31182832 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           66004 kB
Writeback:           0 kB
AnonPages:      306772 kB
Mapped:          20344 kB
Slab:           134464 kB
PageTables:      15448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7314064 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73964 MiB
End job on node127 at 2011-06-11 01:35:22