Trace number 3484094

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.01 1199.45

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
MD5SUM94d10ca78c6cee5b0badfb96b777ac08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.64	c INFO: solving HOME/instance-3484094-1307747274.cnf
0.37/0.64	c INFO: computing task features
1.05/1.39	c INFO: computed variable-clause graph statistics
1.15/1.42	c INFO: computed clause balance statistics
4.85/5.15	c INFO: computed variable balance statistics
7.85/8.11	c INFO: computed small-clause counts
7.85/8.12	c INFO: computed Horn-clause counts
10.85/11.20	c INFO: computed variable graph statistics
10.85/11.20	c INFO: collected features for HOME/instance-3484094-1307747274.cnf in 10.54 s
10.95/11.21	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.33)
111.28/111.41	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
210.58/210.68	c INFO: running hybridGM3@0 for 97 with 990 remaining (b = 0.14)
310.02/309.95	c INFO: running hybridGM3@100 for 97 with 890 remaining (b = 0.10)
407.28/407.09	c INFO: running hybridGM3@99 for 97 with 793 remaining (b = 0.10)
504.61/504.23	c INFO: running TNM@0 for 97 with 696 remaining (b = 0.13)
604.70/604.37	c INFO: running hybridGM3@99 for 97 with 596 remaining (b = 0.09)
701.05/700.52	c INFO: running hybridGM3@0 for 97 with 500 remaining (b = 0.09)
801.34/800.80	c INFO: running hybridGM3@100 for 97 with 400 remaining (b = 0.07)
896.46/895.93	c INFO: running hybridGM3@0 for 97 with 305 remaining (b = 0.07)
996.78/996.21	c INFO: running hybridGM3@100 for 97 with 205 remaining (b = 0.05)
1091.90/1091.34	c INFO: running hybridGM3@0 for 110 with 110 remaining (b = 0.05)
1200.01/1199.45	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484094-1307747274/watcher-3484094-1307747274 -o /tmp/evaluation-result-3484094-1307747274/solver-3484094-1307747274 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484094-1307747274.cnf -seed 1017891483 -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.99 2.48 1.07 6/214 11007
/proc/meminfo: memFree=31634884/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=15080 CPUtime=0 cores=4,6
/proc/11007/stat : 11007 (python) R 11005 11007 10649 0 -1 4202496 618 0 0 0 0 0 0 0 25 0 1 0 867143309 15441920 513 33554432000 4194304 5683644 140736685604048 18446744073709551615 4306352 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11007/statm: 3770 513 300 364 0 257 0

[startup+0.0521009 s]
/proc/loadavg: 3.99 2.48 1.07 6/214 11007
/proc/meminfo: memFree=31634884/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=18884 CPUtime=0.02 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 1289 0 0 0 2 0 0 0 25 0 1 0 867143309 19337216 1140 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11007/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100761 s]
/proc/loadavg: 3.99 2.48 1.07 6/214 11007
/proc/meminfo: memFree=31634884/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=85624 CPUtime=0.05 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 2632 0 0 0 4 1 0 0 18 0 1 0 867143309 87678976 2348 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11007/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300743 s]
/proc/loadavg: 3.99 2.48 1.07 6/214 11007
/proc/meminfo: memFree=31634884/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=135752 CPUtime=0.19 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 5974 931 1 0 13 6 0 0 18 0 1 0 867143309 139010048 4149 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/11007/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.70471 s]
/proc/loadavg: 3.99 2.48 1.07 6/214 11007
/proc/meminfo: memFree=31634884/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=286092 CPUtime=0.46 cores=4,6
/proc/11007/stat : 11007 (python) R 11005 11007 10649 0 -1 4202496 11139 931 1 0 35 11 0 0 17 0 1 0 867143309 292958208 8809 33554432000 4194304 5683644 140736685604048 18446744073709551615 4421728 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11007/statm: 71523 8809 1761 364 0 7447 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 286092

[startup+1.50055 s]
/proc/loadavg: 3.91 2.49 1.08 5/215 11012
/proc/meminfo: memFree=31573396/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=327992 CPUtime=1.25 cores=4,6
/proc/11007/stat : 11007 (python) R 11005 11007 10649 0 -1 4202496 27464 931 1 0 113 12 0 0 18 0 1 0 867143309 335863808 19382 33554432000 4194304 5683644 140736685604048 18446744073709551615 47539071755480 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11007/statm: 81998 19382 1826 364 0 17922 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 327992

[startup+3.10028 s]
/proc/loadavg: 3.91 2.49 1.08 6/215 11012
/proc/meminfo: memFree=31554672/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=327992 CPUtime=2.85 cores=4,6
/proc/11007/stat : 11007 (python) R 11005 11007 10649 0 -1 4202496 27464 931 1 0 273 12 0 0 21 0 1 0 867143309 335863808 19382 33554432000 4194304 5683644 140736685604048 18446744073709551615 4528338 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11007/statm: 81998 19382 1826 364 0 17922 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 327992

[startup+6.3007 s]
/proc/loadavg: 3.91 2.51 1.09 6/212 11056
/proc/meminfo: memFree=31607892/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=327992 CPUtime=6.05 cores=4,6
/proc/11007/stat : 11007 (python) R 11005 11007 10649 0 -1 4202496 27465 931 1 0 593 12 0 0 25 0 1 0 867143309 335863808 19383 33554432000 4194304 5683644 140736685604048 18446744073709551615 4662176 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11007/statm: 81998 19383 1827 364 0 17922 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 327992

[startup+12.7006 s]
/proc/loadavg: 3.92 2.54 1.11 6/215 11063
/proc/meminfo: memFree=31537340/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=334356 CPUtime=10.96 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 27757 931 1 0 1084 12 0 0 25 0 2 0 867143309 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 83589 18459 1875 364 0 19507 0
[pid=11061] ppid=11007 vsize=324112 CPUtime=0 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 867144430 331890688 16933 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510317583 0 0 16781312 514 4520800666448297983 0 0 17 6 0 0 0
/proc/11061/statm: 81028 16933 353 364 0 16946 0
[pid=11063] ppid=11061 vsize=276236 CPUtime=1.47 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) R 11061 11063 11063 0 -1 4202496 4896 0 0 0 147 0 0 0 25 0 1 0 867144430 282865664 4631 33554432000 134512640 135204385 4291017616 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11063/statm: 69059 4631 57 169 0 68889 0
[pid=11007/tid=11062] ppid=11005 vsize=334356 CPUtime=0 cores=4,6
/proc/11007/task/11062/stat : 11062 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 867144430 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 934704

[startup+25.5073 s]
/proc/loadavg: 3.94 2.61 1.15 6/222 11070
/proc/meminfo: memFree=31472328/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=334356 CPUtime=10.96 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 27757 931 1 0 1084 12 0 0 25 0 2 0 867143309 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 83589 18459 1875 364 0 19507 0
[pid=11061] ppid=11007 vsize=324112 CPUtime=0.01 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 879 0 0 0 1 0 0 0 15 0 1 0 867144430 331890688 16956 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510317583 0 0 16781312 514 9976475929230147844 0 0 17 6 0 0 0
/proc/11061/statm: 81028 16956 376 364 0 16946 0
[pid=11063] ppid=11061 vsize=276240 CPUtime=14.28 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) R 11061 11063 11063 0 -1 4202496 9521 0 0 0 1428 0 0 0 25 0 1 0 867144430 282869760 9256 33554432000 134512640 135204385 4291017616 18446744073709551615 134537401 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11063/statm: 69060 9256 64 169 0 68890 0
[pid=11007/tid=11062] ppid=11005 vsize=334356 CPUtime=0 cores=4,6
/proc/11007/task/11062/stat : 11062 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 867144430 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 934708

[startup+51.1007 s]
/proc/loadavg: 4.08 2.75 1.24 6/222 11071
/proc/meminfo: memFree=31471436/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=334356 CPUtime=10.96 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 27757 931 1 0 1084 12 0 0 25 0 2 0 867143309 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 83589 18459 1875 364 0 19507 0
[pid=11061] ppid=11007 vsize=324112 CPUtime=0.05 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 891 0 0 0 3 2 0 0 15 0 1 0 867144430 331890688 16956 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510317583 0 0 16781312 514 9976475929230147844 0 0 17 6 0 0 0
/proc/11061/statm: 81028 16956 376 364 0 16946 0
[pid=11063] ppid=11061 vsize=276240 CPUtime=39.87 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) R 11061 11063 11063 0 -1 4202496 9521 0 0 0 3987 0 0 0 25 0 1 0 867144430 282869760 9256 33554432000 134512640 135204385 4291017616 18446744073709551615 134536922 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11063/statm: 69060 9256 64 169 0 68890 0
[pid=11007/tid=11062] ppid=11005 vsize=334356 CPUtime=0 cores=4,6
/proc/11007/task/11062/stat : 11062 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 867144430 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 934708

[startup+102.3 s]
/proc/loadavg: 4.03 2.94 1.38 6/222 11072
/proc/meminfo: memFree=31470916/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=334356 CPUtime=10.96 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 27757 931 1 0 1084 12 0 0 25 0 2 0 867143309 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 83589 18459 1875 364 0 19507 0
[pid=11061] ppid=11007 vsize=324112 CPUtime=0.12 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 916 0 0 0 7 5 0 0 15 0 1 0 867144430 331890688 16956 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510317583 0 0 16781312 514 9976475929230147844 0 0 17 6 0 0 0
/proc/11061/statm: 81028 16956 376 364 0 16946 0
[pid=11063] ppid=11061 vsize=276240 CPUtime=91.07 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) R 11061 11063 11063 0 -1 4202496 9521 0 0 0 9107 0 0 0 25 0 1 0 867144430 282869760 9256 33554432000 134512640 135204385 4291017616 18446744073709551615 134545975 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11063/statm: 69060 9256 64 169 0 68890 0
[pid=11007/tid=11062] ppid=11005 vsize=334356 CPUtime=0 cores=4,6
/proc/11007/task/11062/stat : 11062 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 2 0 867144430 342380544 18459 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 934708

[startup+162.301 s]
/proc/loadavg: 4.01 3.13 1.54 6/223 11129
/proc/meminfo: memFree=31468100/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=344612 CPUtime=10.97 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 28641 931 1 0 1084 13 0 0 20 0 3 0 867143309 352882688 18466 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 86153 18466 1878 364 0 22068 0
[pid=11061] ppid=11007 vsize=334356 CPUtime=0.14 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 1161 0 0 0 8 6 0 0 16 0 2 0 867144430 342380544 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11061/statm: 83589 17000 415 364 0 19507 0
[pid=11063] ppid=11061 vsize=276240 CPUtime=100.18 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) T 11061 11063 11063 0 -1 4202496 9521 0 0 0 10018 0 0 0 25 0 1 0 867144430 282869760 9256 33554432000 134512640 135204385 4291017616 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11063/statm: 69060 9256 64 169 0 68890 0
[pid=11061/tid=11074] ppid=11007 vsize=334356 CPUtime=0 cores=4,6
/proc/11061/task/11074/stat : 11074 (python) S 11007 11007 10649 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867154449 342380544 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453965274176 0 0 -1 6 0 0 0
[pid=11075] ppid=11007 vsize=334368 CPUtime=0.06 cores=4,6
/proc/11075/stat : 11075 (python) S 11007 11007 10649 0 -1 4202560 919 0 0 0 3 3 0 0 15 0 1 0 867154450 342392832 16954 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510317638 0 0 16781312 514 9976475929230147844 0 0 17 6 0 0 0
/proc/11075/statm: 83592 16954 370 364 0 19507 0
[pid=11077] ppid=11075 vsize=276236 CPUtime=50.87 cores=4,6
/proc/11077/stat : 11077 (hybridGM3) R 11075 11077 11077 0 -1 4202496 9514 0 0 0 5085 2 0 0 25 0 1 0 867154451 282865664 9251 33554432000 134512640 135204385 4286981408 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11077/statm: 69059 9251 64 169 0 68889 0
[pid=11007/tid=11062] ppid=11005 vsize=344612 CPUtime=0 cores=4,6
/proc/11007/task/11062/stat : 11062 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 3 0 867144430 352882688 18466 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11076] ppid=11005 vsize=344612 CPUtime=0 cores=4,6
/proc/11007/task/11076/stat : 11076 (python) S 11005 11007 10649 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 867154450 352882688 18466 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1565812

[startup+222.301 s]
/proc/loadavg: 4.00 3.29 1.69 6/238 11145
/proc/meminfo: memFree=31356628/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=354868 CPUtime=10.98 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 29504 931 1 0 1085 13 0 0 20 0 4 0 867143309 363384832 18472 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 88717 18472 1880 364 0 24629 0
[pid=11061] ppid=11007 vsize=334356 CPUtime=0.14 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 1161 0 0 0 8 6 0 0 16 0 2 0 867144430 342380544 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11061/statm: 83589 17000 415 364 0 19507 0
[pid=11063] ppid=11061 vsize=276240 CPUtime=100.18 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) T 11061 11063 11063 0 -1 4202496 9521 0 0 0 10018 0 0 0 25 0 1 0 867144430 282869760 9256 33554432000 134512640 135204385 4291017616 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11063/statm: 69060 9256 64 169 0 68890 0
[pid=11061/tid=11074] ppid=11007 vsize=334356 CPUtime=0 cores=4,6
/proc/11061/task/11074/stat : 11074 (python) S 11007 11007 10649 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 867154449 342380544 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453965274176 0 0 -1 6 0 0 0

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

[pid=11061] ppid=11007 vsize=334356 CPUtime=0.28 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 1227 0 0 0 16 12 0 0 15 0 2 0 867144430 342380544 17001 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11061/statm: 83589 17001 416 364 0 19507 0
[pid=11063] ppid=11061 vsize=276240 CPUtime=197.31 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) T 11061 11063 11063 0 -1 4202496 9521 0 0 0 19731 0 0 0 25 0 1 0 867144430 282869760 9256 33554432000 134512640 135204385 4291017616 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11063/statm: 69060 9256 64 169 0 68890 0
[pid=11061/tid=11074] ppid=11007 vsize=334356 CPUtime=0 cores=4,6
/proc/11061/task/11074/stat : 11074 (python) S 11007 11007 10649 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867154449 342380544 17001 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453965274176 0 0 -1 6 0 0 0
[pid=11075] ppid=11007 vsize=334368 CPUtime=0.28 cores=4,6
/proc/11075/stat : 11075 (python) S 11007 11007 10649 0 -1 4202560 1133 0 0 0 15 13 0 0 15 0 2 0 867154450 342392832 16984 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11075/statm: 83592 16984 399 364 0 19507 0
[pid=11077] ppid=11075 vsize=276236 CPUtime=196.37 cores=4,6
/proc/11077/stat : 11077 (hybridGM3) T 11075 11077 11077 0 -1 4202496 9514 0 0 0 19629 8 0 0 25 0 1 0 867154451 282865664 9251 33554432000 134512640 135204385 4286981408 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11077/statm: 69059 9251 64 169 0 68889 0
[pid=11075/tid=11134] ppid=11007 vsize=334368 CPUtime=0 cores=4,6
/proc/11075/task/11134/stat : 11134 (python) S 11007 11007 10649 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867164376 342392832 16984 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453915414976 0 0 -1 6 0 0 0
[pid=11135] ppid=11007 vsize=344624 CPUtime=0.29 cores=4,6
/proc/11135/stat : 11135 (python) S 11007 11007 10649 0 -1 4202560 1124 0 0 0 17 12 0 0 16 0 2 0 867164377 352894976 16988 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11135/statm: 86156 16988 399 364 0 22068 0
[pid=11137] ppid=11135 vsize=276240 CPUtime=195.39 cores=4,6
/proc/11137/stat : 11137 (hybridGM3) T 11135 11137 11137 0 -1 4202496 9523 0 0 0 19537 2 0 0 25 0 1 0 867164377 282869760 9258 33554432000 134512640 135204385 4294172304 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11137/statm: 69060 9258 64 169 0 68890 0
[pid=11135/tid=11195] ppid=11007 vsize=344624 CPUtime=0 cores=4,6
/proc/11135/task/11195/stat : 11195 (python) S 11007 11007 10649 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867174303 352894976 16988 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453932416000 0 0 -1 6 0 0 0
[pid=11311] ppid=11007 vsize=354880 CPUtime=0.14 cores=4,6
/proc/11311/stat : 11311 (python) S 11007 11007 10649 0 -1 4202560 1094 0 0 0 8 6 0 0 19 0 2 0 867193732 363397120 16992 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11311/statm: 88720 16992 399 364 0 24629 0
[pid=11313] ppid=11311 vsize=471116 CPUtime=100 cores=4,6
/proc/11313/stat : 11313 (TNM) T 11311 11313 11313 0 -1 4202496 8434 0 0 0 9997 3 0 0 25 0 1 0 867193732 482422784 8171 33554432000 134512640 135008748 4288162304 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11313/statm: 117779 8171 46 122 0 116679 0
[pid=11311/tid=11367] ppid=11007 vsize=354880 CPUtime=0 cores=4,6
/proc/11311/task/11367/stat : 11367 (python) S 11007 11007 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867203746 363397120 16992 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453941727296 0 0 -1 6 0 0 0
[pid=11378] ppid=11007 vsize=365136 CPUtime=0.28 cores=4,6
/proc/11378/stat : 11378 (python) S 11007 11007 10649 0 -1 4202560 1134 0 0 0 17 11 0 0 15 0 2 0 867213361 373899264 16996 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11378/statm: 91284 16996 399 364 0 27190 0
[pid=11380] ppid=11378 vsize=276240 CPUtime=195.12 cores=4,6
/proc/11380/stat : 11380 (hybridGM3) T 11378 11380 11380 0 -1 4202496 9518 0 0 0 19511 1 0 0 25 0 1 0 867213362 282869760 9255 33554432000 134512640 135204385 4288271024 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11380/statm: 69060 9255 64 169 0 68890 0
[pid=11378/tid=11392] ppid=11007 vsize=365136 CPUtime=0 cores=4,6
/proc/11378/task/11392/stat : 11392 (python) S 11007 11007 10649 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867223388 373899264 16996 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453935778624 0 0 -1 4 0 0 0
[pid=11403] ppid=11007 vsize=375392 CPUtime=0.29 cores=4,6
/proc/11403/stat : 11403 (python) S 11007 11007 10649 0 -1 4202560 1129 0 0 0 16 13 0 0 15 0 2 0 867232902 384401408 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11403/statm: 93848 17000 399 364 0 29751 0
[pid=11405] ppid=11403 vsize=276240 CPUtime=195.13 cores=4,6
/proc/11405/stat : 11405 (hybridGM3) T 11403 11405 11405 0 -1 4202496 9516 0 0 0 19511 2 0 0 25 0 1 0 867232903 282869760 9255 33554432000 134512640 135204385 4294787200 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11405/statm: 69060 9255 64 169 0 68890 0
[pid=11403/tid=11420] ppid=11007 vsize=375392 CPUtime=0 cores=4,6
/proc/11403/task/11420/stat : 11420 (python) S 11007 11007 10649 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867242929 384401408 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453943599360 0 0 -1 4 0 0 0
[pid=11432] ppid=11007 vsize=385648 CPUtime=0.14 cores=4,6
/proc/11432/stat : 11432 (python) S 11007 11007 10649 0 -1 4202560 934 0 0 0 9 5 0 0 15 0 1 0 867252443 394903552 16974 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510317638 0 0 16781312 514 9976475929230147843 0 0 17 4 0 0 0
/proc/11432/statm: 96412 16974 370 364 0 32312 0
[pid=11434] ppid=11432 vsize=276236 CPUtime=90.83 cores=4,6
/proc/11434/stat : 11434 (hybridGM3) R 11432 11434 11434 0 -1 4202496 9517 0 0 0 9082 1 0 0 25 0 1 0 867252444 282865664 9252 33554432000 134512640 135204385 4289609184 18446744073709551615 134659333 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11434/statm: 69059 9252 64 169 0 68889 0
[pid=11007/tid=11062] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11062/stat : 11062 (python) S 11005 11007 10649 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 867144430 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11076] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11076/stat : 11076 (python) S 11005 11007 10649 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 8 0 867154450 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11136] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11136/stat : 11136 (python) S 11005 11007 10649 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 8 0 867164377 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11312] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11312/stat : 11312 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 867193732 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11379] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11379/stat : 11379 (python) S 11005 11007 10649 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 867213362 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11404] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11404/stat : 11404 (python) S 11005 11007 10649 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 867232903 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11433] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11433/stat : 11433 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 867252444 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1182.9
Current children cumulated vsize (KiB) 5018844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 4.06 4.03 3.21 5/289 11447
/proc/meminfo: memFree=30792940/32951124 swapFree=67056964/67111528
[pid=11007] ppid=11005 vsize=395892 CPUtime=11.05 cores=4,6
/proc/11007/stat : 11007 (python) S 11005 11007 10649 0 -1 4202496 33271 931 1 0 1090 15 0 0 20 0 8 0 867143309 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11007/statm: 98973 18496 1888 364 0 34873 0
[pid=11061] ppid=11007 vsize=334356 CPUtime=0.28 cores=4,6
/proc/11061/stat : 11061 (python) S 11007 11007 10649 0 -1 4202560 1227 0 0 0 16 12 0 0 15 0 2 0 867144430 342380544 17001 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11061/statm: 83589 17001 416 364 0 19507 0
[pid=11063] ppid=11061 vsize=276240 CPUtime=197.31 cores=4,6
/proc/11063/stat : 11063 (hybridGM3) T 11061 11063 11063 0 -1 4202496 9521 0 0 0 19731 0 0 0 25 0 1 0 867144430 282869760 9256 33554432000 134512640 135204385 4291017616 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11063/statm: 69060 9256 64 169 0 68890 0
[pid=11061/tid=11074] ppid=11007 vsize=334356 CPUtime=0 cores=4,6
/proc/11061/task/11074/stat : 11074 (python) S 11007 11007 10649 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867154449 342380544 17001 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453965274176 0 0 -1 6 0 0 0
[pid=11075] ppid=11007 vsize=334368 CPUtime=0.28 cores=4,6
/proc/11075/stat : 11075 (python) S 11007 11007 10649 0 -1 4202560 1133 0 0 0 15 13 0 0 15 0 2 0 867154450 342392832 16984 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11075/statm: 83592 16984 399 364 0 19507 0
[pid=11077] ppid=11075 vsize=276236 CPUtime=196.37 cores=4,6
/proc/11077/stat : 11077 (hybridGM3) T 11075 11077 11077 0 -1 4202496 9514 0 0 0 19629 8 0 0 25 0 1 0 867154451 282865664 9251 33554432000 134512640 135204385 4286981408 18446744073709551615 134546089 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11077/statm: 69059 9251 64 169 0 68889 0
[pid=11075/tid=11134] ppid=11007 vsize=334368 CPUtime=0 cores=4,6
/proc/11075/task/11134/stat : 11134 (python) S 11007 11007 10649 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 867164376 342392832 16984 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453915414976 0 0 -1 6 0 0 0
[pid=11135] ppid=11007 vsize=344624 CPUtime=0.29 cores=4,6
/proc/11135/stat : 11135 (python) S 11007 11007 10649 0 -1 4202560 1124 0 0 0 17 12 0 0 16 0 2 0 867164377 352894976 16988 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11135/statm: 86156 16988 399 364 0 22068 0
[pid=11137] ppid=11135 vsize=276240 CPUtime=195.39 cores=4,6
/proc/11137/stat : 11137 (hybridGM3) T 11135 11137 11137 0 -1 4202496 9523 0 0 0 19537 2 0 0 25 0 1 0 867164377 282869760 9258 33554432000 134512640 135204385 4294172304 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11137/statm: 69060 9258 64 169 0 68890 0
[pid=11135/tid=11195] ppid=11007 vsize=344624 CPUtime=0 cores=4,6
/proc/11135/task/11195/stat : 11195 (python) S 11007 11007 10649 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867174303 352894976 16988 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453932416000 0 0 -1 6 0 0 0
[pid=11311] ppid=11007 vsize=354880 CPUtime=0.14 cores=4,6
/proc/11311/stat : 11311 (python) S 11007 11007 10649 0 -1 4202560 1094 0 0 0 8 6 0 0 19 0 2 0 867193732 363397120 16992 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11311/statm: 88720 16992 399 364 0 24629 0
[pid=11313] ppid=11311 vsize=471116 CPUtime=100 cores=4,6
/proc/11313/stat : 11313 (TNM) T 11311 11313 11313 0 -1 4202496 8434 0 0 0 9997 3 0 0 25 0 1 0 867193732 482422784 8171 33554432000 134512640 135008748 4288162304 18446744073709551615 134529448 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11313/statm: 117779 8171 46 122 0 116679 0
[pid=11311/tid=11367] ppid=11007 vsize=354880 CPUtime=0 cores=4,6
/proc/11311/task/11367/stat : 11367 (python) S 11007 11007 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867203746 363397120 16992 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453941727296 0 0 -1 6 0 0 0
[pid=11378] ppid=11007 vsize=365136 CPUtime=0.28 cores=4,6
/proc/11378/stat : 11378 (python) S 11007 11007 10649 0 -1 4202560 1134 0 0 0 17 11 0 0 15 0 2 0 867213361 373899264 16996 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11378/statm: 91284 16996 399 364 0 27190 0
[pid=11380] ppid=11378 vsize=276240 CPUtime=195.12 cores=4,6
/proc/11380/stat : 11380 (hybridGM3) T 11378 11380 11380 0 -1 4202496 9518 0 0 0 19511 1 0 0 25 0 1 0 867213362 282869760 9255 33554432000 134512640 135204385 4288271024 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11380/statm: 69060 9255 64 169 0 68890 0
[pid=11378/tid=11392] ppid=11007 vsize=365136 CPUtime=0 cores=4,6
/proc/11378/task/11392/stat : 11392 (python) S 11007 11007 10649 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867223388 373899264 16996 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453935778624 0 0 -1 4 0 0 0
[pid=11403] ppid=11007 vsize=375392 CPUtime=0.29 cores=4,6
/proc/11403/stat : 11403 (python) S 11007 11007 10649 0 -1 4202560 1129 0 0 0 16 13 0 0 15 0 2 0 867232902 384401408 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11403/statm: 93848 17000 399 364 0 29751 0
[pid=11405] ppid=11403 vsize=276240 CPUtime=195.13 cores=4,6
/proc/11405/stat : 11405 (hybridGM3) T 11403 11405 11405 0 -1 4202496 9516 0 0 0 19511 2 0 0 25 0 1 0 867232903 282869760 9255 33554432000 134512640 135204385 4294787200 18446744073709551615 134536986 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11405/statm: 69060 9255 64 169 0 68890 0
[pid=11403/tid=11420] ppid=11007 vsize=375392 CPUtime=0 cores=4,6
/proc/11403/task/11420/stat : 11420 (python) S 11007 11007 10649 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867242929 384401408 17000 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 514 18446604453943599360 0 0 -1 4 0 0 0
[pid=11432] ppid=11007 vsize=385648 CPUtime=0.17 cores=4,6
/proc/11432/stat : 11432 (python) S 11007 11007 10649 0 -1 4202560 940 0 0 0 11 6 0 0 15 0 1 0 867252443 394903552 16974 33554432000 4194304 5683644 140736685604048 18446744073709551615 233510317638 0 0 16781312 514 9976475929230147843 0 0 17 4 0 0 0
/proc/11432/statm: 96412 16974 370 364 0 32312 0
[pid=11434] ppid=11432 vsize=276236 CPUtime=107.91 cores=4,6
/proc/11434/stat : 11434 (hybridGM3) R 11432 11434 11434 0 -1 4202496 9517 0 0 0 10790 1 0 0 25 0 1 0 867252444 282865664 9252 33554432000 134512640 135204385 4289609184 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11434/statm: 69059 9252 64 169 0 68889 0
[pid=11007/tid=11062] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11062/stat : 11062 (python) S 11005 11007 10649 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 867144430 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11076] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11076/stat : 11076 (python) S 11005 11007 10649 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 8 0 867154450 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11136] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11136/stat : 11136 (python) S 11005 11007 10649 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 8 0 867164377 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11312] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11312/stat : 11312 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 867193732 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11379] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11379/stat : 11379 (python) S 11005 11007 10649 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 867213362 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11404] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11404/stat : 11404 (python) S 11005 11007 10649 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 8 0 867232903 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 4 0 0 0
[pid=11007/tid=11433] ppid=11005 vsize=395892 CPUtime=0 cores=4,6
/proc/11007/task/11433/stat : 11433 (python) S 11005 11007 10649 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 867252444 405393408 18496 33554432000 4194304 5683644 140736685604048 18446744073709551615 233522121137 0 0 16781312 2 18446604453948941248 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 5018844

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

Real time (s): 1199.45
CPU time (s): 1200.01
CPU user time (s): 1198.96
CPU system time (s): 1.05
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 5018848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.911
system time used= 0.962853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52413
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= 4309
involuntary context switches= 566

runsolver used 2.97555 second user time and 5.87611 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 01:07:54
IDJOB=3484094
IDBENCH=82605
IDSOLVER=1975
FILE ID=node145/3484094-1307747274
RUNJOBID= node145-1307746987-10668
PBS_JOBID= 13550815
Free space on /tmp= 73992 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S758437099-099-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-3484094-1307747274/watcher-3484094-1307747274 -o /tmp/evaluation-result-3484094-1307747274/solver-3484094-1307747274 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484094-1307747274.cnf -seed 1017891483 -budget 1200

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

MD5SUM BENCH= 94d10ca78c6cee5b0badfb96b777ac08
RANDOM SEED=1017891483

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31635436 kB
Buffers:        109912 kB
Cached:         816888 kB
SwapCached:       7976 kB
Active:         619728 kB
Inactive:       544688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31635436 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           36220 kB
Writeback:           0 kB
AnonPages:      235860 kB
Mapped:          20456 kB
Slab:            78904 kB
PageTables:      11412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4244052 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= 73860 MiB
End job on node145 at 2011-06-11 01:27:56