Trace number 3484144

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
MD5SUM2d92a52914298e3c91073398b38892d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark265.737
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3484144-1307747750.cnf
0.32/0.46	c INFO: computing task features
0.70/0.89	c INFO: computed variable-clause graph statistics
0.81/0.91	c INFO: computed clause balance statistics
3.01/3.19	c INFO: computed variable balance statistics
4.90/5.04	c INFO: computed small-clause counts
4.90/5.05	c INFO: computed Horn-clause counts
6.10/6.23	c INFO: computed variable graph statistics
6.10/6.23	c INFO: collected features for HOME/instance-3484144-1307747750.cnf in 5.75 s
6.10/6.24	c INFO: running hybridGM3@0 for 97 with 1194 remaining (b = 0.38)
106.98/107.19	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.23)
208.09/208.15	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.15)
309.10/309.12	c INFO: running hybridGM3@100 for 97 with 891 remaining (b = 0.12)
406.20/406.26	c INFO: running hybridGM3@100 for 97 with 794 remaining (b = 0.12)
503.54/503.41	c INFO: running TNM@0 for 97 with 697 remaining (b = 0.13)
603.65/603.56	c INFO: running hybridGM3@100 for 97 with 597 remaining (b = 0.11)
701.00/700.70	c INFO: running hybridGM3@0 for 97 with 500 remaining (b = 0.11)
801.88/801.68	c INFO: running hybridGM3@100 for 97 with 399 remaining (b = 0.08)
897.07/896.80	c INFO: running hybridGM3@0 for 97 with 304 remaining (b = 0.08)
997.95/997.78	c INFO: running hybridGM3@100 for 97 with 203 remaining (b = 0.06)
1093.15/1092.91	c INFO: running hybridGM3@0 for 108 with 108 remaining (b = 0.06)

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

running on 2 cores: 1,3

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.00 3.66 2.19 4/206 1692
/proc/meminfo: memFree=31555872/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=15184 CPUtime=0 cores=1,3
/proc/1692/stat : 1692 (python) R 1690 1692 1193 0 -1 4202496 712 0 0 0 0 0 0 0 25 0 1 0 886374677 15548416 603 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473965568 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/1692/statm: 3796 603 319 364 0 283 0

[startup+0.0913411 s]
/proc/loadavg: 4.00 3.66 2.19 4/206 1692
/proc/meminfo: memFree=31555872/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=101576 CPUtime=0.06 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 2897 0 0 0 5 1 0 0 17 0 1 0 886374677 104013824 2593 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/1692/statm: 25394 2593 837 364 0 1694 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101576

[startup+0.10028 s]
/proc/loadavg: 4.00 3.66 2.19 4/206 1692
/proc/meminfo: memFree=31555872/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=104620 CPUtime=0.06 cores=1,3
/proc/1692/stat : 1692 (python) R 1690 1692 1193 0 -1 4202496 3113 0 0 0 5 1 0 0 17 0 1 0 886374677 107130880 2793 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473967360 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1692/statm: 26155 2795 847 364 0 1903 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104620

[startup+0.307342 s]
/proc/loadavg: 4.00 3.66 2.19 4/206 1692
/proc/meminfo: memFree=31555872/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=198916 CPUtime=0.24 cores=1,3
/proc/1692/stat : 1692 (python) R 1690 1692 1193 0 -1 4202496 7036 936 1 0 18 6 0 0 19 0 1 0 886374677 203689984 5053 33554432000 4194304 5683644 140736101136064 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1692/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700232 s]
/proc/loadavg: 4.00 3.66 2.19 4/206 1692
/proc/meminfo: memFree=31555872/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=296112 CPUtime=0.6 cores=1,3
/proc/1692/stat : 1692 (python) R 1690 1692 1193 0 -1 4202496 13545 936 1 0 51 9 0 0 18 0 1 0 886374677 303218688 11210 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473628357 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1692/statm: 74028 11210 1761 364 0 9952 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 296112

[startup+1.50103 s]
/proc/loadavg: 4.00 3.66 2.19 6/207 1697
/proc/meminfo: memFree=31504668/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=307968 CPUtime=1.41 cores=1,3
/proc/1692/stat : 1692 (python) R 1690 1692 1193 0 -1 4202496 20158 936 1 0 131 10 0 0 19 0 1 0 886374677 315359232 14377 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473626150 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1692/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 307968

[startup+3.10075 s]
/proc/loadavg: 4.00 3.66 2.19 5/207 1697
/proc/meminfo: memFree=31504652/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=307968 CPUtime=3.01 cores=1,3
/proc/1692/stat : 1692 (python) R 1690 1692 1193 0 -1 4202496 20158 936 1 0 291 10 0 0 22 0 1 0 886374677 315359232 14377 33554432000 4194304 5683644 140736101136064 18446744073709551615 47831870474178 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1692/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 307968

[startup+6.30019 s]
/proc/loadavg: 4.00 3.67 2.20 5/207 1697
/proc/meminfo: memFree=31504832/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=315888 CPUtime=6.14 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 20446 936 1 0 604 10 0 0 25 0 2 0 886374677 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1692/statm: 78972 13835 1867 364 0 14890 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 315888

[startup+12.7011 s]
/proc/loadavg: 4.00 3.67 2.21 6/210 1700
/proc/meminfo: memFree=31475348/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=315888 CPUtime=6.14 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 20446 936 1 0 604 10 0 0 25 0 2 0 886374677 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1692/statm: 78972 13835 1867 364 0 14890 0
[pid=1698] ppid=1692 vsize=305644 CPUtime=0 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 886375301 312979456 12339 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473987599 0 0 16781312 514 6335931636185530631 0 0 17 1 0 0 0
/proc/1698/statm: 76411 12339 375 364 0 12329 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=6.44 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) R 1698 1700 1700 0 -1 4202496 7608 0 0 0 643 1 0 0 25 0 1 0 886375301 274866176 7345 33554432000 134512640 135204385 4287920000 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1700/statm: 67106 7345 64 169 0 66936 0
[pid=1692/tid=1699] ppid=1690 vsize=315888 CPUtime=0 cores=1,3
/proc/1692/task/1699/stat : 1699 (python) S 1690 1692 1193 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 886375301 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 889956

[startup+25.5008 s]
/proc/loadavg: 4.00 3.69 2.24 5/210 1700
/proc/meminfo: memFree=31476040/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=315888 CPUtime=6.14 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 20446 936 1 0 604 10 0 0 25 0 2 0 886374677 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1692/statm: 78972 13835 1867 364 0 14890 0
[pid=1698] ppid=1692 vsize=305644 CPUtime=0.02 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 873 0 0 0 1 1 0 0 18 0 1 0 886375301 312979456 12339 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473987599 0 0 16781312 514 13158532948758069511 0 0 17 1 0 0 0
/proc/1698/statm: 76411 12339 375 364 0 12329 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=19.23 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) R 1698 1700 1700 0 -1 4202496 7609 0 0 0 1922 1 0 0 25 0 1 0 886375301 274866176 7346 33554432000 134512640 135204385 4287920000 18446744073709551615 134537100 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1700/statm: 67106 7346 64 169 0 66936 0
[pid=1692/tid=1699] ppid=1690 vsize=315888 CPUtime=0 cores=1,3
/proc/1692/task/1699/stat : 1699 (python) S 1690 1692 1193 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 886375301 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 889956

[startup+51.1004 s]
/proc/loadavg: 4.00 3.71 2.29 6/214 1705
/proc/meminfo: memFree=31461688/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=315888 CPUtime=6.14 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 20446 936 1 0 604 10 0 0 25 0 2 0 886374677 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1692/statm: 78972 13835 1867 364 0 14890 0
[pid=1698] ppid=1692 vsize=305644 CPUtime=0.05 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 886 0 0 0 3 2 0 0 18 0 1 0 886375301 312979456 12340 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473987599 0 0 16781312 514 13158532948758069511 0 0 17 1 0 0 0
/proc/1698/statm: 76411 12340 376 364 0 12329 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=44.79 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) R 1698 1700 1700 0 -1 4202496 7609 0 0 0 4478 1 0 0 25 0 1 0 886375301 274866176 7346 33554432000 134512640 135204385 4287920000 18446744073709551615 134537020 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1700/statm: 67106 7346 64 169 0 66936 0
[pid=1692/tid=1699] ppid=1690 vsize=315888 CPUtime=0 cores=1,3
/proc/1692/task/1699/stat : 1699 (python) S 1690 1692 1193 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 886375301 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 889956

[startup+102.307 s]
/proc/loadavg: 4.00 3.75 2.37 6/222 1715
/proc/meminfo: memFree=31446188/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=315888 CPUtime=6.14 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 20446 936 1 0 604 10 0 0 25 0 2 0 886374677 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1692/statm: 78972 13835 1867 364 0 14890 0
[pid=1698] ppid=1692 vsize=305644 CPUtime=0.12 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 909 0 0 0 6 6 0 0 18 0 1 0 886375301 312979456 12340 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473987599 0 0 16781312 514 13158532948758069511 0 0 17 1 0 0 0
/proc/1698/statm: 76411 12340 376 364 0 12329 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=95.92 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) R 1698 1700 1700 0 -1 4202496 7609 0 0 0 9591 1 0 0 25 0 1 0 886375301 274866176 7346 33554432000 134512640 135204385 4287920000 18446744073709551615 134536895 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1700/statm: 67106 7346 64 169 0 66936 0
[pid=1692/tid=1699] ppid=1690 vsize=315888 CPUtime=0 cores=1,3
/proc/1692/task/1699/stat : 1699 (python) S 1690 1692 1193 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 2 0 886375301 323469312 13835 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 889956

[startup+162.301 s]
/proc/loadavg: 4.00 3.80 2.47 5/230 1724
/proc/meminfo: memFree=31396600/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=326144 CPUtime=6.16 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 21334 936 1 0 605 11 0 0 20 0 3 0 886374677 333971456 13842 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1692/statm: 81536 13842 1870 364 0 17451 0
[pid=1698] ppid=1692 vsize=315888 CPUtime=0.13 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 1149 0 0 0 7 6 0 0 19 0 2 0 886375301 323469312 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1698/statm: 78972 12384 415 364 0 14890 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=100.79 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) T 1698 1700 1700 0 -1 4202496 7609 0 0 0 10078 1 0 0 25 0 1 0 886375301 274866176 7346 33554432000 134512640 135204385 4287920000 18446744073709551615 134537008 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1700/statm: 67106 7346 64 169 0 66936 0
[pid=1698/tid=1716] ppid=1692 vsize=315888 CPUtime=0 cores=1,3
/proc/1698/task/1716/stat : 1716 (python) S 1692 1692 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886385395 323469312 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604462977826880 0 0 -1 3 0 0 0
[pid=1717] ppid=1692 vsize=315900 CPUtime=0.06 cores=1,3
/proc/1717/stat : 1717 (python) S 1692 1692 1193 0 -1 4202560 902 0 0 0 3 3 0 0 18 0 1 0 886385396 323481600 12338 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473987654 0 0 16781312 514 13158532948758069512 0 0 17 3 0 0 0
/proc/1717/statm: 78975 12338 370 364 0 14890 0
[pid=1719] ppid=1717 vsize=268424 CPUtime=55.1 cores=1,3
/proc/1719/stat : 1719 (hybridGM3) R 1717 1719 1719 0 -1 4202496 7608 0 0 0 5509 1 0 0 25 0 1 0 886385396 274866176 7345 33554432000 134512640 135204385 4288107824 18446744073709551615 134547640 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1719/statm: 67106 7345 64 169 0 66936 0
[pid=1692/tid=1699] ppid=1690 vsize=326144 CPUtime=0 cores=1,3
/proc/1692/task/1699/stat : 1699 (python) S 1690 1692 1193 0 -1 4202560 27 936 0 0 0 0 0 0 25 0 3 0 886375301 333971456 13842 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=1692/tid=1718] ppid=1690 vsize=326144 CPUtime=0 cores=1,3
/proc/1692/task/1718/stat : 1718 (python) S 1690 1692 1193 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 886385396 333971456 13842 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1494780

[startup+222.301 s]
/proc/loadavg: 4.00 3.83 2.57 5/242 1738
/proc/meminfo: memFree=31338432/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=336400 CPUtime=6.17 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 22187 936 1 0 606 11 0 0 19 0 4 0 886374677 344473600 13848 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1692/statm: 84100 13848 1872 364 0 20012 0
[pid=1698] ppid=1692 vsize=315888 CPUtime=0.13 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 1149 0 0 0 7 6 0 0 19 0 2 0 886375301 323469312 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1698/statm: 78972 12384 415 364 0 14890 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=100.79 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) T 1698 1700 1700 0 -1 4202496 7609 0 0 0 10078 1 0 0 25 0 1 0 886375301 274866176 7346 33554432000 134512640 135204385 4287920000 18446744073709551615 134537008 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1700/statm: 67106 7346 64 169 0 66936 0
[pid=1698/tid=1716] ppid=1692 vsize=315888 CPUtime=0 cores=1,3
/proc/1698/task/1716/stat : 1716 (python) S 1692 1692 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886385395 323469312 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604462977826880 0 0 -1 3 0 0 0

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

[pid=1698] ppid=1692 vsize=315888 CPUtime=0.28 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 1204 0 0 0 14 14 0 0 18 0 2 0 886375301 323469312 12385 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1698/statm: 78972 12385 416 364 0 14890 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=197.78 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) T 1698 1700 1700 0 -1 4202496 7611 0 0 0 19777 1 0 0 25 0 1 0 886375301 274866176 7348 33554432000 134512640 135204385 4287920000 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1700/statm: 67106 7348 64 169 0 66936 0
[pid=1698/tid=1716] ppid=1692 vsize=315888 CPUtime=0 cores=1,3
/proc/1698/task/1716/stat : 1716 (python) S 1692 1692 1193 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886385395 323469312 12385 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604462977826880 0 0 -1 3 0 0 0
[pid=1717] ppid=1692 vsize=315900 CPUtime=0.29 cores=1,3
/proc/1717/stat : 1717 (python) S 1692 1692 1193 0 -1 4202560 1108 0 0 0 14 15 0 0 18 0 2 0 886385396 323481600 12368 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1717/statm: 78975 12368 399 364 0 14890 0
[pid=1719] ppid=1717 vsize=268424 CPUtime=198.08 cores=1,3
/proc/1719/stat : 1719 (hybridGM3) T 1717 1719 1719 0 -1 4202496 7611 0 0 0 19807 1 0 0 25 0 1 0 886385396 274866176 7348 33554432000 134512640 135204385 4288107824 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1719/statm: 67106 7348 64 169 0 66936 0
[pid=1717/tid=1734] ppid=1692 vsize=315900 CPUtime=0 cores=1,3
/proc/1717/task/1734/stat : 1734 (python) S 1692 1692 1193 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 886395492 323481600 12368 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604471102744512 0 0 -1 3 0 0 0
[pid=1735] ppid=1692 vsize=326156 CPUtime=0.29 cores=1,3
/proc/1735/stat : 1735 (python) S 1692 1692 1193 0 -1 4202560 1117 0 0 0 16 13 0 0 18 0 2 0 886395493 333983744 12372 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1735/statm: 81539 12372 399 364 0 17451 0
[pid=1737] ppid=1735 vsize=268420 CPUtime=197.94 cores=1,3
/proc/1737/stat : 1737 (hybridGM3) T 1735 1737 1737 0 -1 4202496 7613 0 0 0 19793 1 0 0 25 0 1 0 886395493 274862080 7349 33554432000 134512640 135204385 4294811216 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1737/statm: 67105 7349 64 169 0 66935 0
[pid=1735/tid=1753] ppid=1692 vsize=326156 CPUtime=0 cores=1,3
/proc/1735/task/1753/stat : 1753 (python) S 1692 1692 1193 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886405589 333983744 12372 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604462977827776 0 0 -1 3 0 0 0
[pid=1875] ppid=1692 vsize=336412 CPUtime=0.15 cores=1,3
/proc/1875/stat : 1875 (python) S 1692 1692 1193 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 886425018 344485888 12376 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1875/statm: 84103 12376 399 364 0 20012 0
[pid=1877] ppid=1875 vsize=463080 CPUtime=99.99 cores=1,3
/proc/1877/stat : 1877 (TNM) T 1875 1877 1877 0 -1 4202496 5202 0 0 0 9999 0 0 0 25 0 1 0 886425019 474193920 4941 33554432000 134512640 135008748 4288681792 18446744073709551615 134527535 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1877/statm: 115770 4941 46 122 0 114670 0
[pid=1875/tid=1893] ppid=1692 vsize=336412 CPUtime=0 cores=1,3
/proc/1875/task/1893/stat : 1893 (python) S 1692 1692 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886435033 344485888 12376 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604471164518720 0 0 -1 1 0 0 0
[pid=2002] ppid=1692 vsize=346668 CPUtime=0.26 cores=1,3
/proc/2002/stat : 2002 (python) S 1692 1692 1193 0 -1 4202560 1122 0 0 0 14 12 0 0 18 0 2 0 886444748 354988032 12380 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2002/statm: 86667 12380 399 364 0 22573 0
[pid=2004] ppid=2002 vsize=268428 CPUtime=195.8 cores=1,3
/proc/2004/stat : 2004 (hybridGM3) T 2002 2004 2004 0 -1 4202496 7610 0 0 0 19579 1 0 0 25 0 1 0 886444748 274870272 7349 33554432000 134512640 135204385 4290225776 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2004/statm: 67107 7349 64 169 0 66937 0
[pid=2002/tid=2063] ppid=1692 vsize=346668 CPUtime=0 cores=1,3
/proc/2002/task/2063/stat : 2063 (python) S 1692 1692 1193 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886454845 354988032 12380 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604468856357312 0 0 -1 3 0 0 0
[pid=2071] ppid=1692 vsize=356924 CPUtime=0.29 cores=1,3
/proc/2071/stat : 2071 (python) S 1692 1692 1193 0 -1 4202560 1126 0 0 0 14 15 0 0 18 0 2 0 886464357 365490176 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2071/statm: 89231 12384 399 364 0 25134 0
[pid=2073] ppid=2071 vsize=268424 CPUtime=195.8 cores=1,3
/proc/2073/stat : 2073 (hybridGM3) T 2071 2073 2073 0 -1 4202496 7610 0 0 0 19579 1 0 0 25 0 1 0 886464358 274866176 7347 33554432000 134512640 135204385 4291407040 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2073/statm: 67106 7347 64 169 0 66936 0
[pid=2071/tid=2083] ppid=1692 vsize=356924 CPUtime=0 cores=1,3
/proc/2071/task/2083/stat : 2083 (python) S 1692 1692 1193 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 886474454 365490176 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604471102743616 0 0 -1 3 0 0 0
[pid=2088] ppid=1692 vsize=367180 CPUtime=0.12 cores=1,3
/proc/2088/stat : 2088 (python) S 1692 1692 1193 0 -1 4202560 920 0 0 0 6 6 0 0 18 0 1 0 886483968 375992320 12358 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473987654 0 0 16781312 514 13158532948758069511 0 0 17 3 0 0 0
/proc/2088/statm: 91795 12358 370 364 0 27695 0
[pid=2090] ppid=2088 vsize=268424 CPUtime=89.37 cores=1,3
/proc/2090/stat : 2090 (hybridGM3) R 2088 2090 2090 0 -1 4202496 7611 0 0 0 8936 1 0 0 25 0 1 0 886483969 274866176 7348 33554432000 134512640 135204385 4292411520 18446744073709551615 134537544 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2090/statm: 67106 7348 64 169 0 66936 0
[pid=1692/tid=1699] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1699/stat : 1699 (python) S 1690 1692 1193 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 886375301 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=1692/tid=1718] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1718/stat : 1718 (python) S 1690 1692 1193 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 886385396 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=1692/tid=1736] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1736/stat : 1736 (python) S 1690 1692 1193 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 886395493 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=1692/tid=1876] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1876/stat : 1876 (python) S 1690 1692 1193 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 886425019 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=1692/tid=2003] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/2003/stat : 2003 (python) S 1690 1692 1193 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 8 0 886444748 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=1692/tid=2072] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/2072/stat : 2072 (python) S 1690 1692 1193 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 8 0 886464358 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=1692/tid=2089] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/2089/stat : 2089 (python) S 1690 1692 1193 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 886483969 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 4816176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 4.09 4.02 3.49 5/258 2100
/proc/meminfo: memFree=30962212/32950928 swapFree=67079488/67111528
[pid=1692] ppid=1690 vsize=377424 CPUtime=6.24 cores=1,3
/proc/1692/stat : 1692 (python) S 1690 1692 1193 0 -1 4202496 25952 936 1 0 612 12 0 0 19 0 8 0 886374677 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1692/statm: 94356 13872 1880 364 0 30256 0
[pid=1698] ppid=1692 vsize=315888 CPUtime=0.28 cores=1,3
/proc/1698/stat : 1698 (python) S 1692 1692 1193 0 -1 4202560 1204 0 0 0 14 14 0 0 18 0 2 0 886375301 323469312 12385 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1698/statm: 78972 12385 416 364 0 14890 0
[pid=1700] ppid=1698 vsize=268424 CPUtime=197.78 cores=1,3
/proc/1700/stat : 1700 (hybridGM3) T 1698 1700 1700 0 -1 4202496 7611 0 0 0 19777 1 0 0 25 0 1 0 886375301 274866176 7348 33554432000 134512640 135204385 4287920000 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/1700/statm: 67106 7348 64 169 0 66936 0
[pid=1698/tid=1716] ppid=1692 vsize=315888 CPUtime=0 cores=1,3
/proc/1698/task/1716/stat : 1716 (python) S 1692 1692 1193 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 886385395 323469312 12385 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604462977826880 0 0 -1 3 0 0 0
[pid=1717] ppid=1692 vsize=315900 CPUtime=0.29 cores=1,3
/proc/1717/stat : 1717 (python) S 1692 1692 1193 0 -1 4202560 1108 0 0 0 14 15 0 0 18 0 2 0 886385396 323481600 12368 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1717/statm: 78975 12368 399 364 0 14890 0
[pid=1719] ppid=1717 vsize=268424 CPUtime=198.08 cores=1,3
/proc/1719/stat : 1719 (hybridGM3) T 1717 1719 1719 0 -1 4202496 7611 0 0 0 19807 1 0 0 25 0 1 0 886385396 274866176 7348 33554432000 134512640 135204385 4288107824 18446744073709551615 134536744 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1719/statm: 67106 7348 64 169 0 66936 0
[pid=1717/tid=1734] ppid=1692 vsize=315900 CPUtime=0 cores=1,3
/proc/1717/task/1734/stat : 1734 (python) S 1692 1692 1193 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 886395492 323481600 12368 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604471102744512 0 0 -1 3 0 0 0
[pid=1735] ppid=1692 vsize=326156 CPUtime=0.29 cores=1,3
/proc/1735/stat : 1735 (python) S 1692 1692 1193 0 -1 4202560 1117 0 0 0 16 13 0 0 18 0 2 0 886395493 333983744 12372 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1735/statm: 81539 12372 399 364 0 17451 0
[pid=1737] ppid=1735 vsize=268420 CPUtime=197.94 cores=1,3
/proc/1737/stat : 1737 (hybridGM3) T 1735 1737 1737 0 -1 4202496 7613 0 0 0 19793 1 0 0 25 0 1 0 886395493 274862080 7349 33554432000 134512640 135204385 4294811216 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1737/statm: 67105 7349 64 169 0 66935 0
[pid=1735/tid=1753] ppid=1692 vsize=326156 CPUtime=0 cores=1,3
/proc/1735/task/1753/stat : 1753 (python) S 1692 1692 1193 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886405589 333983744 12372 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604462977827776 0 0 -1 3 0 0 0
[pid=1875] ppid=1692 vsize=336412 CPUtime=0.15 cores=1,3
/proc/1875/stat : 1875 (python) S 1692 1692 1193 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 886425018 344485888 12376 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1875/statm: 84103 12376 399 364 0 20012 0
[pid=1877] ppid=1875 vsize=463080 CPUtime=99.99 cores=1,3
/proc/1877/stat : 1877 (TNM) T 1875 1877 1877 0 -1 4202496 5202 0 0 0 9999 0 0 0 25 0 1 0 886425019 474193920 4941 33554432000 134512640 135008748 4288681792 18446744073709551615 134527535 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1877/statm: 115770 4941 46 122 0 114670 0
[pid=1875/tid=1893] ppid=1692 vsize=336412 CPUtime=0 cores=1,3
/proc/1875/task/1893/stat : 1893 (python) S 1692 1692 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886435033 344485888 12376 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604471164518720 0 0 -1 1 0 0 0
[pid=2002] ppid=1692 vsize=346668 CPUtime=0.26 cores=1,3
/proc/2002/stat : 2002 (python) S 1692 1692 1193 0 -1 4202560 1122 0 0 0 14 12 0 0 18 0 2 0 886444748 354988032 12380 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2002/statm: 86667 12380 399 364 0 22573 0
[pid=2004] ppid=2002 vsize=268428 CPUtime=195.8 cores=1,3
/proc/2004/stat : 2004 (hybridGM3) T 2002 2004 2004 0 -1 4202496 7610 0 0 0 19579 1 0 0 25 0 1 0 886444748 274870272 7349 33554432000 134512640 135204385 4290225776 18446744073709551615 134537224 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2004/statm: 67107 7349 64 169 0 66937 0
[pid=2002/tid=2063] ppid=1692 vsize=346668 CPUtime=0 cores=1,3
/proc/2002/task/2063/stat : 2063 (python) S 1692 1692 1193 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886454845 354988032 12380 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604468856357312 0 0 -1 3 0 0 0
[pid=2071] ppid=1692 vsize=356924 CPUtime=0.29 cores=1,3
/proc/2071/stat : 2071 (python) S 1692 1692 1193 0 -1 4202560 1126 0 0 0 14 15 0 0 18 0 2 0 886464357 365490176 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2071/statm: 89231 12384 399 364 0 25134 0
[pid=2073] ppid=2071 vsize=268424 CPUtime=195.8 cores=1,3
/proc/2073/stat : 2073 (hybridGM3) T 2071 2073 2073 0 -1 4202496 7610 0 0 0 19579 1 0 0 25 0 1 0 886464358 274866176 7347 33554432000 134512640 135204385 4291407040 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2073/statm: 67106 7347 64 169 0 66936 0
[pid=2071/tid=2083] ppid=1692 vsize=356924 CPUtime=0 cores=1,3
/proc/2071/task/2083/stat : 2083 (python) S 1692 1692 1193 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 886474454 365490176 12384 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 514 18446604471102743616 0 0 -1 3 0 0 0
[pid=2088] ppid=1692 vsize=367180 CPUtime=0.15 cores=1,3
/proc/2088/stat : 2088 (python) S 1692 1692 1193 0 -1 4202560 924 0 0 0 7 8 0 0 18 0 1 0 886483968 375992320 12358 33554432000 4194304 5683644 140736101136064 18446744073709551615 274473987654 0 0 16781312 514 13158532948758069511 0 0 17 3 0 0 0
/proc/2088/statm: 91795 12358 370 364 0 27695 0
[pid=2090] ppid=2088 vsize=268424 CPUtime=106.68 cores=1,3
/proc/2090/stat : 2090 (hybridGM3) R 2088 2090 2090 0 -1 4202496 7611 0 0 0 10667 1 0 0 25 0 1 0 886483969 274866176 7348 33554432000 134512640 135204385 4292411520 18446744073709551615 134536843 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2090/statm: 67106 7348 64 169 0 66936 0
[pid=1692/tid=1699] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1699/stat : 1699 (python) S 1690 1692 1193 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 8 0 886375301 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=1692/tid=1718] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1718/stat : 1718 (python) S 1690 1692 1193 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 886385396 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=1692/tid=1736] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1736/stat : 1736 (python) S 1690 1692 1193 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 886395493 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=1692/tid=1876] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/1876/stat : 1876 (python) S 1690 1692 1193 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 886425019 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=1692/tid=2003] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/2003/stat : 2003 (python) S 1690 1692 1193 0 -1 4202560 24 936 0 0 0 0 0 0 18 0 8 0 886444748 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=1692/tid=2072] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/2072/stat : 2072 (python) S 1690 1692 1193 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 8 0 886464358 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=1692/tid=2089] ppid=1690 vsize=377424 CPUtime=0 cores=1,3
/proc/1692/task/2089/stat : 2089 (python) S 1690 1692 1193 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 8 0 886483969 386482176 13872 33554432000 4194304 5683644 140736101136064 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 4816176

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 1692 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=121069
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=127980
# CPU time returned by wait4() is 6.24905
# while last known CPU time is 1200.02
#
# 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.02
CPU user time (s): 1199
CPU system time (s): 1.02
CPU usage (%): 100.03
Max. virtual memory (cumulated for all children) (KiB): 4816176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.12107
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26893
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= 1017
involuntary context switches= 47

runsolver used 2.6036 second user time and 5.55516 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:15:50
IDJOB=3484144
IDBENCH=82655
IDSOLVER=1975
FILE ID=node125/3484144-1307747750
RUNJOBID= node125-1307747008-1213
PBS_JOBID= 13550832
Free space on /tmp= 73932 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S643238994-057-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-3484144-1307747750/watcher-3484144-1307747750 -o /tmp/evaluation-result-3484144-1307747750/solver-3484144-1307747750 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484144-1307747750.cnf -seed 409621536 -budget 1200

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

MD5SUM BENCH= 2d92a52914298e3c91073398b38892d9
RANDOM SEED=409621536

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31556424 kB
Buffers:        245320 kB
Cached:         792224 kB
SwapCached:       3400 kB
Active:         664464 kB
Inactive:       524704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31556424 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           48460 kB
Writeback:           0 kB
AnonPages:      149580 kB
Mapped:          21724 kB
Slab:           133828 kB
PageTables:       9724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5078244 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= 73896 MiB
End job on node125 at 2011-06-11 01:35:52