Trace number 3483997

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.03 1200.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.591
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.47/1.11	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.47/1.11	c INFO: solving HOME/instance-3483997-1307746988.cnf
0.47/1.11	c INFO: computing task features
1.00/1.61	c INFO: computed variable-clause graph statistics
1.00/1.63	c INFO: computed clause balance statistics
3.50/4.15	c INFO: computed variable balance statistics
5.50/6.19	c INFO: computed small-clause counts
5.60/6.20	c INFO: computed Horn-clause counts
7.11/7.77	c INFO: computed variable graph statistics
7.11/7.77	c INFO: collected features for HOME/instance-3483997-1307746988.cnf in 6.64 s
7.11/7.78	c INFO: running hybridGM3@0 for 97 with 1193 remaining (b = 0.36)
107.31/107.97	c INFO: running hybridGM3@0 for 97 with 1093 remaining (b = 0.21)
207.51/208.17	c INFO: running hybridGM3@0 for 97 with 993 remaining (b = 0.14)
307.73/308.38	c INFO: running hybridGM3@100 for 97 with 893 remaining (b = 0.11)
404.96/405.51	c INFO: running hybridGM3@100 for 97 with 796 remaining (b = 0.11)
502.12/502.65	c INFO: running TNM@0 for 97 with 699 remaining (b = 0.13)
602.24/602.80	c INFO: running hybridGM3@100 for 97 with 599 remaining (b = 0.10)
699.45/699.95	c INFO: running hybridGM3@0 for 97 with 502 remaining (b = 0.10)
799.80/800.17	c INFO: running hybridGM3@100 for 97 with 401 remaining (b = 0.08)
895.01/895.29	c INFO: running hybridGM3@0 for 97 with 306 remaining (b = 0.07)
995.22/995.49	c INFO: running hybridGM3@100 for 97 with 206 remaining (b = 0.06)
1090.47/1090.62	c INFO: running hybridGM3@0 for 111 with 111 remaining (b = 0.05)
1200.03/1200.05	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-3483997-1307746988/watcher-3483997-1307746988 -o /tmp/evaluation-result-3483997-1307746988/solver-3483997-1307746988 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3483997-1307746988.cnf -seed 2106410688 -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: 0.00 0.00 0.00 1/181 13038
/proc/meminfo: memFree=31932996/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=15184 CPUtime=0 cores=1,3
/proc/13038/stat : 13038 (python) R 13036 13038 12976 0 -1 4202496 726 0 0 0 0 0 0 0 18 0 1 0 867114727 15548416 615 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816279687 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13038/statm: 3796 616 322 364 0 283 0

[startup+0.058041 s]
/proc/loadavg: 0.00 0.00 0.00 1/181 13038
/proc/meminfo: memFree=31932996/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=29792 CPUtime=0.04 cores=1,3
/proc/13038/stat : 13038 (python) R 13036 13038 12976 0 -1 4202496 1445 0 0 0 3 1 0 0 17 0 1 0 867114727 30507008 1287 33554432000 4194304 5683644 140737475627600 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13038/statm: 7448 1289 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.101061 s]
/proc/loadavg: 0.00 0.00 0.00 1/181 13038
/proc/meminfo: memFree=31932996/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=93960 CPUtime=0.06 cores=1,3
/proc/13038/stat : 13038 (python) R 13036 13038 12976 0 -1 4202496 2697 0 0 0 4 2 0 0 17 0 1 0 867114727 96215040 2407 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13038/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300979 s]
/proc/loadavg: 0.00 0.00 0.00 1/181 13038
/proc/meminfo: memFree=31932996/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=135748 CPUtime=0.19 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 5973 933 1 0 13 6 0 0 17 0 1 0 867114727 139005952 4149 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/13038/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700889 s]
/proc/loadavg: 0.00 0.00 0.00 1/181 13038
/proc/meminfo: memFree=31932996/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=217548 CPUtime=0.36 cores=1,3
/proc/13038/stat : 13038 (python) R 13036 13038 12976 0 -1 4202496 7433 933 1 0 20 16 0 0 16 0 1 0 867114727 222769152 5423 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/13038/statm: 54387 5423 1526 364 0 4132 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 217548

[startup+1.50078 s]
/proc/loadavg: 0.00 0.00 0.00 1/187 13069
/proc/meminfo: memFree=31836508/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=306916 CPUtime=0.91 cores=1,3
/proc/13038/stat : 13038 (python) R 13036 13038 12976 0 -1 4202496 16208 933 1 0 67 24 0 0 16 0 1 0 867114727 314281984 13878 33554432000 4194304 5683644 140737475627600 18446744073709551615 47781457320645 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13038/statm: 76729 13879 1761 364 0 12653 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 306916

[startup+3.10047 s]
/proc/loadavg: 0.00 0.00 0.00 5/193 13075
/proc/meminfo: memFree=31769500/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=312968 CPUtime=2.5 cores=1,3
/proc/13038/stat : 13038 (python) R 13036 13038 12976 0 -1 4202496 21979 933 1 0 226 24 0 0 18 0 1 0 867114727 320479232 15627 33554432000 4194304 5683644 140737475627600 18446744073709551615 47781457081560 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13038/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 312968

[startup+6.30089 s]
/proc/loadavg: 0.32 0.07 0.02 5/196 13078
/proc/meminfo: memFree=31769092/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=312968 CPUtime=5.7 cores=1,3
/proc/13038/stat : 13038 (python) R 13036 13038 12976 0 -1 4202496 21986 933 1 0 546 24 0 0 25 0 1 0 867114727 320479232 15634 33554432000 4194304 5683644 140737475627600 18446744073709551615 47781457139852 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/13038/statm: 78242 15634 1833 364 0 14166 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 312968

[startup+12.7007 s]
/proc/loadavg: 0.61 0.13 0.04 5/199 13081
/proc/meminfo: memFree=31739232/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=320504 CPUtime=7.18 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 22263 933 1 0 694 24 0 0 25 0 2 0 867114727 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 80126 14989 1867 364 0 16044 0
[pid=13079] ppid=13038 vsize=310260 CPUtime=0 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 869 0 0 0 0 0 0 0 15 0 1 0 867115505 317706240 13494 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816256527 0 0 16781312 514 4458993819316093192 0 0 17 1 0 0 0
/proc/13079/statm: 77565 13494 376 364 0 13483 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=4.89 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) R 13079 13081 13081 0 -1 4202496 8089 0 0 0 489 0 0 0 25 0 1 0 867115506 274866176 7823 33554432000 134512640 135204385 4289028352 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13081/statm: 67106 7823 64 169 0 66936 0
[pid=13038/tid=13080] ppid=13036 vsize=320504 CPUtime=0 cores=1,3
/proc/13038/task/13080/stat : 13080 (python) S 13036 13038 12976 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 2 0 867115506 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 899188

[startup+25.5003 s]
/proc/loadavg: 1.36 0.32 0.11 5/199 13082
/proc/meminfo: memFree=31740172/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=320504 CPUtime=7.18 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 22263 933 1 0 694 24 0 0 25 0 2 0 867114727 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 80126 14989 1867 364 0 16044 0
[pid=13079] ppid=13038 vsize=310260 CPUtime=0.01 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 875 0 0 0 0 1 0 0 15 0 1 0 867115505 317706240 13494 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816256527 0 0 16781312 514 17995856345391137032 0 0 17 1 0 0 0
/proc/13079/statm: 77565 13494 376 364 0 13483 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=17.68 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) R 13079 13081 13081 0 -1 4202496 8089 0 0 0 1768 0 0 0 25 0 1 0 867115506 274866176 7823 33554432000 134512640 135204385 4289028352 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13081/statm: 67106 7823 64 169 0 66936 0
[pid=13038/tid=13080] ppid=13036 vsize=320504 CPUtime=0 cores=1,3
/proc/13038/task/13080/stat : 13080 (python) S 13036 13038 12976 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 2 0 867115506 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 899188

[startup+51.1006 s]
/proc/loadavg: 2.33 0.63 0.21 5/199 13082
/proc/meminfo: memFree=31740752/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=320504 CPUtime=7.18 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 22263 933 1 0 694 24 0 0 25 0 2 0 867114727 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 80126 14989 1867 364 0 16044 0
[pid=13079] ppid=13038 vsize=310260 CPUtime=0.04 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 887 0 0 0 2 2 0 0 15 0 1 0 867115505 317706240 13494 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816256527 0 0 16781312 514 17995856345391137032 0 0 17 1 0 0 0
/proc/13079/statm: 77565 13494 376 364 0 13483 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=43.26 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) R 13079 13081 13081 0 -1 4202496 8089 0 0 0 4326 0 0 0 25 0 1 0 867115506 274866176 7823 33554432000 134512640 135204385 4289028352 18446744073709551615 134537357 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13081/statm: 67106 7823 64 169 0 66936 0
[pid=13038/tid=13080] ppid=13036 vsize=320504 CPUtime=0 cores=1,3
/proc/13038/task/13080/stat : 13080 (python) S 13036 13038 12976 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 2 0 867115506 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 899188

[startup+102.307 s]
/proc/loadavg: 3.27 1.15 0.41 5/203 13134
/proc/meminfo: memFree=31733600/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=320504 CPUtime=7.18 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 22263 933 1 0 694 24 0 0 25 0 2 0 867114727 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 80126 14989 1867 364 0 16044 0
[pid=13079] ppid=13038 vsize=310260 CPUtime=0.11 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 911 0 0 0 5 6 0 0 15 0 1 0 867115505 317706240 13494 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816256527 0 0 16781312 514 17995856345391137032 0 0 17 1 0 0 0
/proc/13079/statm: 77565 13494 376 364 0 13483 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=94.42 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) R 13079 13081 13081 0 -1 4202496 8089 0 0 0 9442 0 0 0 25 0 1 0 867115506 274866176 7823 33554432000 134512640 135204385 4289028352 18446744073709551615 134536656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13081/statm: 67106 7823 64 169 0 66936 0
[pid=13038/tid=13080] ppid=13036 vsize=320504 CPUtime=0 cores=1,3
/proc/13038/task/13080/stat : 13080 (python) S 13036 13038 12976 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 2 0 867115506 328196096 14989 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 899188

[startup+162.301 s]
/proc/loadavg: 3.77 1.68 0.64 5/211 13143
/proc/meminfo: memFree=31688552/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=330760 CPUtime=7.2 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 23176 933 1 0 695 25 0 0 20 0 3 0 867114727 338698240 14996 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 82690 14996 1870 364 0 18605 0
[pid=13079] ppid=13038 vsize=320504 CPUtime=0.12 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 1148 0 0 0 6 6 0 0 17 0 2 0 867115505 328196096 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13079/statm: 80126 13538 415 364 0 16044 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=100.08 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) T 13079 13081 13081 0 -1 4202496 8089 0 0 0 10008 0 0 0 25 0 1 0 867115506 274866176 7823 33554432000 134512640 135204385 4289028352 18446744073709551615 134546086 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13081/statm: 67106 7823 64 169 0 66936 0
[pid=13079/tid=13139] ppid=13038 vsize=320504 CPUtime=0 cores=1,3
/proc/13079/task/13139/stat : 13139 (python) S 13038 13038 12976 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867125524 328196096 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471130752832 0 0 -1 1 0 0 0
[pid=13140] ppid=13038 vsize=320516 CPUtime=0.06 cores=1,3
/proc/13140/stat : 13140 (python) S 13038 13038 12976 0 -1 4202560 911 0 0 0 4 2 0 0 15 0 1 0 867125525 328208384 13492 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816256582 0 0 16781312 514 17995856345391137032 0 0 17 1 0 0 0
/proc/13140/statm: 80129 13492 370 364 0 16044 0
[pid=13142] ppid=13140 vsize=268428 CPUtime=54.26 cores=1,3
/proc/13142/stat : 13142 (hybridGM3) R 13140 13142 13142 0 -1 4202496 8089 0 0 0 5426 0 0 0 25 0 1 0 867125525 274870272 7825 33554432000 134512640 135204385 4290483680 18446744073709551615 134536605 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13142/statm: 67107 7825 64 169 0 66937 0
[pid=13038/tid=13080] ppid=13036 vsize=330760 CPUtime=0 cores=1,3
/proc/13038/task/13080/stat : 13080 (python) S 13036 13038 12976 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 3 0 867115506 338698240 14996 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13141] ppid=13036 vsize=330760 CPUtime=0 cores=1,3
/proc/13038/task/13141/stat : 13141 (python) S 13036 13038 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867125525 338698240 14996 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 1508632

[startup+222.301 s]
/proc/loadavg: 3.99 2.11 0.85 5/227 13161
/proc/meminfo: memFree=31626844/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=341016 CPUtime=7.2 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 24053 933 1 0 695 25 0 0 20 0 4 0 867114727 349200384 15002 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 85254 15002 1872 364 0 21166 0
[pid=13079] ppid=13038 vsize=320504 CPUtime=0.12 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 1148 0 0 0 6 6 0 0 17 0 2 0 867115505 328196096 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13079/statm: 80126 13538 415 364 0 16044 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=100.08 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) T 13079 13081 13081 0 -1 4202496 8089 0 0 0 10008 0 0 0 25 0 1 0 867115506 274866176 7823 33554432000 134512640 135204385 4289028352 18446744073709551615 134546086 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13081/statm: 67106 7823 64 169 0 66936 0
[pid=13079/tid=13139] ppid=13038 vsize=320504 CPUtime=0 cores=1,3
/proc/13079/task/13139/stat : 13139 (python) S 13038 13038 12976 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867125524 328196096 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471130752832 0 0 -1 1 0 0 0

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

[pid=13079] ppid=13038 vsize=320504 CPUtime=0.26 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 1216 0 0 0 13 13 0 0 15 0 2 0 867115505 328196096 13539 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13079/statm: 80126 13539 416 364 0 16044 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=197.1 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) T 13079 13081 13081 0 -1 4202496 8091 0 0 0 19710 0 0 0 25 0 1 0 867115506 274866176 7825 33554432000 134512640 135204385 4289028352 18446744073709551615 134545823 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13081/statm: 67106 7825 64 169 0 66936 0
[pid=13079/tid=13139] ppid=13038 vsize=320504 CPUtime=0 cores=1,3
/proc/13079/task/13139/stat : 13139 (python) S 13038 13038 12976 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867125524 328196096 13539 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471130752832 0 0 -1 1 0 0 0
[pid=13140] ppid=13038 vsize=320516 CPUtime=0.28 cores=1,3
/proc/13140/stat : 13140 (python) S 13038 13038 12976 0 -1 4202560 1132 0 0 0 17 11 0 0 15 0 2 0 867125525 328208384 13522 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13140/statm: 80129 13522 399 364 0 16044 0
[pid=13142] ppid=13140 vsize=268428 CPUtime=197.09 cores=1,3
/proc/13142/stat : 13142 (hybridGM3) T 13140 13142 13142 0 -1 4202496 8100 0 0 0 19709 0 0 0 25 0 1 0 867125525 274870272 7836 33554432000 134512640 135204385 4290483680 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13142/statm: 67107 7836 64 169 0 66937 0
[pid=13140/tid=13158] ppid=13038 vsize=320516 CPUtime=0 cores=1,3
/proc/13140/task/13158/stat : 13158 (python) S 13038 13038 12976 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 867135544 328208384 13522 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471158416576 0 0 -1 1 0 0 0
[pid=13159] ppid=13038 vsize=330772 CPUtime=0.29 cores=1,3
/proc/13159/stat : 13159 (python) S 13038 13038 12976 0 -1 4202560 1131 0 0 0 16 13 0 0 15 0 2 0 867135545 338710528 13526 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13159/statm: 82693 13526 399 364 0 18605 0
[pid=13161] ppid=13159 vsize=268420 CPUtime=197.09 cores=1,3
/proc/13161/stat : 13161 (hybridGM3) T 13159 13161 13161 0 -1 4202496 8085 0 0 0 19709 0 0 0 25 0 1 0 867135545 274862080 7824 33554432000 134512640 135204385 4290404304 18446744073709551615 134545842 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13161/statm: 67105 7824 64 169 0 66935 0
[pid=13159/tid=13176] ppid=13038 vsize=330772 CPUtime=0 cores=1,3
/proc/13159/task/13176/stat : 13176 (python) S 13038 13038 12976 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867145565 338710528 13526 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471158045696 0 0 -1 1 0 0 0
[pid=13198] ppid=13038 vsize=341028 CPUtime=0.15 cores=1,3
/proc/13198/stat : 13198 (python) S 13038 13038 12976 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 867164993 349212672 13530 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13198/statm: 85257 13530 399 364 0 21166 0
[pid=13200] ppid=13198 vsize=465044 CPUtime=100.02 cores=1,3
/proc/13200/stat : 13200 (TNM) T 13198 13200 13200 0 -1 4202496 6010 0 0 0 10001 1 0 0 25 0 1 0 867164993 476205056 5750 33554432000 134512640 135008748 4288697008 18446744073709551615 134527089 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13200/statm: 116261 5750 46 122 0 115161 0
[pid=13198/tid=13216] ppid=13038 vsize=341028 CPUtime=0 cores=1,3
/proc/13198/task/13216/stat : 13216 (python) S 13038 13038 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175007 349212672 13530 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471137114816 0 0 -1 3 0 0 0
[pid=13232] ppid=13038 vsize=351284 CPUtime=0.26 cores=1,3
/proc/13232/stat : 13232 (python) S 13038 13038 12976 0 -1 4202560 1143 0 0 0 14 12 0 0 15 0 2 0 867184723 359714816 13534 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13232/statm: 87821 13534 399 364 0 23727 0
[pid=13234] ppid=13232 vsize=268424 CPUtime=195.32 cores=1,3
/proc/13234/stat : 13234 (hybridGM3) T 13232 13234 13234 0 -1 4202496 8094 0 0 0 19531 1 0 0 25 0 1 0 867184723 274866176 7832 33554432000 134512640 135204385 4288854064 18446744073709551615 134537440 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13234/statm: 67106 7832 64 169 0 66936 0
[pid=13232/tid=13436] ppid=13038 vsize=351284 CPUtime=0 cores=1,3
/proc/13232/task/13436/stat : 13436 (python) S 13038 13038 12976 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867194744 359714816 13534 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471131567232 0 0 -1 3 0 0 0
[pid=13498] ppid=13038 vsize=361540 CPUtime=0.27 cores=1,3
/proc/13498/stat : 13498 (python) S 13038 13038 12976 0 -1 4202560 1132 0 0 0 13 14 0 0 15 0 2 0 867204256 370216960 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13498/statm: 90385 13538 399 364 0 26288 0
[pid=13500] ppid=13498 vsize=268424 CPUtime=195.09 cores=1,3
/proc/13500/stat : 13500 (hybridGM3) T 13498 13500 13500 0 -1 4202496 8089 0 0 0 19508 1 0 0 25 0 1 0 867204257 274866176 7829 33554432000 134512640 135204385 4288828976 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13500/statm: 67106 7829 64 169 0 66936 0
[pid=13498/tid=13516] ppid=13038 vsize=361540 CPUtime=0 cores=1,3
/proc/13498/task/13516/stat : 13516 (python) S 13038 13038 12976 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 867214276 370216960 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604456673650752 0 0 -1 1 0 0 0
[pid=13573] ppid=13038 vsize=371796 CPUtime=0.13 cores=1,3
/proc/13573/stat : 13573 (python) S 13038 13038 12976 0 -1 4202560 938 0 0 0 8 5 0 0 15 0 1 0 867223790 380719104 13512 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816256582 0 0 16781312 514 17995856345391137032 0 0 17 3 0 0 0
/proc/13573/statm: 92949 13512 370 364 0 28849 0
[pid=13575] ppid=13573 vsize=268424 CPUtime=91.66 cores=1,3
/proc/13575/stat : 13575 (hybridGM3) R 13573 13575 13575 0 -1 4202496 8091 0 0 0 9166 0 0 0 25 0 1 0 867223790 274866176 7828 33554432000 134512640 135204385 4288670624 18446744073709551615 134536605 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13575/statm: 67106 7828 64 169 0 66936 0
[pid=13038/tid=13080] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13080/stat : 13080 (python) S 13036 13038 12976 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 867115506 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13141] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13141/stat : 13141 (python) S 13036 13038 12976 0 -1 4202560 36 933 0 0 0 0 0 0 18 0 8 0 867125525 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 3 0 0 0
[pid=13038/tid=13160] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13160/stat : 13160 (python) S 13036 13038 12976 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 867135545 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 3 0 0 0
[pid=13038/tid=13199] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13199/stat : 13199 (python) S 13036 13038 12976 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 867164993 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13233] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13233/stat : 13233 (python) S 13036 13038 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 867184723 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13499] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13499/stat : 13499 (python) S 13036 13038 12976 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 867204257 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13574] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13574/stat : 13574 (python) S 13036 13038 12976 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 867223790 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 4855068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200 s]
/proc/loadavg: 4.00 3.93 2.89 5/259 13636
/proc/meminfo: memFree=31394064/32951124 swapFree=67062492/67111528
[pid=13038] ppid=13036 vsize=382040 CPUtime=7.27 cores=1,3
/proc/13038/stat : 13038 (python) S 13036 13038 12976 0 -1 4202496 27953 933 1 0 701 26 0 0 20 0 8 0 867114727 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13038/statm: 95510 15034 1888 364 0 31410 0
[pid=13079] ppid=13038 vsize=320504 CPUtime=0.26 cores=1,3
/proc/13079/stat : 13079 (python) S 13038 13038 12976 0 -1 4202560 1216 0 0 0 13 13 0 0 15 0 2 0 867115505 328196096 13539 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13079/statm: 80126 13539 416 364 0 16044 0
[pid=13081] ppid=13079 vsize=268424 CPUtime=197.1 cores=1,3
/proc/13081/stat : 13081 (hybridGM3) T 13079 13081 13081 0 -1 4202496 8091 0 0 0 19710 0 0 0 25 0 1 0 867115506 274866176 7825 33554432000 134512640 135204385 4289028352 18446744073709551615 134545823 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13081/statm: 67106 7825 64 169 0 66936 0
[pid=13079/tid=13139] ppid=13038 vsize=320504 CPUtime=0 cores=1,3
/proc/13079/task/13139/stat : 13139 (python) S 13038 13038 12976 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867125524 328196096 13539 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471130752832 0 0 -1 1 0 0 0
[pid=13140] ppid=13038 vsize=320516 CPUtime=0.28 cores=1,3
/proc/13140/stat : 13140 (python) S 13038 13038 12976 0 -1 4202560 1132 0 0 0 17 11 0 0 15 0 2 0 867125525 328208384 13522 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13140/statm: 80129 13522 399 364 0 16044 0
[pid=13142] ppid=13140 vsize=268428 CPUtime=197.09 cores=1,3
/proc/13142/stat : 13142 (hybridGM3) T 13140 13142 13142 0 -1 4202496 8100 0 0 0 19709 0 0 0 25 0 1 0 867125525 274870272 7836 33554432000 134512640 135204385 4290483680 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13142/statm: 67107 7836 64 169 0 66937 0
[pid=13140/tid=13158] ppid=13038 vsize=320516 CPUtime=0 cores=1,3
/proc/13140/task/13158/stat : 13158 (python) S 13038 13038 12976 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 867135544 328208384 13522 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471158416576 0 0 -1 1 0 0 0
[pid=13159] ppid=13038 vsize=330772 CPUtime=0.29 cores=1,3
/proc/13159/stat : 13159 (python) S 13038 13038 12976 0 -1 4202560 1131 0 0 0 16 13 0 0 15 0 2 0 867135545 338710528 13526 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13159/statm: 82693 13526 399 364 0 18605 0
[pid=13161] ppid=13159 vsize=268420 CPUtime=197.09 cores=1,3
/proc/13161/stat : 13161 (hybridGM3) T 13159 13161 13161 0 -1 4202496 8085 0 0 0 19709 0 0 0 25 0 1 0 867135545 274862080 7824 33554432000 134512640 135204385 4290404304 18446744073709551615 134545842 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13161/statm: 67105 7824 64 169 0 66935 0
[pid=13159/tid=13176] ppid=13038 vsize=330772 CPUtime=0 cores=1,3
/proc/13159/task/13176/stat : 13176 (python) S 13038 13038 12976 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867145565 338710528 13526 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471158045696 0 0 -1 1 0 0 0
[pid=13198] ppid=13038 vsize=341028 CPUtime=0.15 cores=1,3
/proc/13198/stat : 13198 (python) S 13038 13038 12976 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 867164993 349212672 13530 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13198/statm: 85257 13530 399 364 0 21166 0
[pid=13200] ppid=13198 vsize=465044 CPUtime=100.02 cores=1,3
/proc/13200/stat : 13200 (TNM) T 13198 13200 13200 0 -1 4202496 6010 0 0 0 10001 1 0 0 25 0 1 0 867164993 476205056 5750 33554432000 134512640 135008748 4288697008 18446744073709551615 134527089 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13200/statm: 116261 5750 46 122 0 115161 0
[pid=13198/tid=13216] ppid=13038 vsize=341028 CPUtime=0 cores=1,3
/proc/13198/task/13216/stat : 13216 (python) S 13038 13038 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867175007 349212672 13530 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471137114816 0 0 -1 3 0 0 0
[pid=13232] ppid=13038 vsize=351284 CPUtime=0.26 cores=1,3
/proc/13232/stat : 13232 (python) S 13038 13038 12976 0 -1 4202560 1143 0 0 0 14 12 0 0 15 0 2 0 867184723 359714816 13534 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/13232/statm: 87821 13534 399 364 0 23727 0
[pid=13234] ppid=13232 vsize=268424 CPUtime=195.32 cores=1,3
/proc/13234/stat : 13234 (hybridGM3) T 13232 13234 13234 0 -1 4202496 8094 0 0 0 19531 1 0 0 25 0 1 0 867184723 274866176 7832 33554432000 134512640 135204385 4288854064 18446744073709551615 134537440 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/13234/statm: 67106 7832 64 169 0 66936 0
[pid=13232/tid=13436] ppid=13038 vsize=351284 CPUtime=0 cores=1,3
/proc/13232/task/13436/stat : 13436 (python) S 13038 13038 12976 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867194744 359714816 13534 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604471131567232 0 0 -1 3 0 0 0
[pid=13498] ppid=13038 vsize=361540 CPUtime=0.27 cores=1,3
/proc/13498/stat : 13498 (python) S 13038 13038 12976 0 -1 4202560 1132 0 0 0 13 14 0 0 15 0 2 0 867204256 370216960 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/13498/statm: 90385 13538 399 364 0 26288 0
[pid=13500] ppid=13498 vsize=268424 CPUtime=195.09 cores=1,3
/proc/13500/stat : 13500 (hybridGM3) T 13498 13500 13500 0 -1 4202496 8089 0 0 0 19508 1 0 0 25 0 1 0 867204257 274866176 7829 33554432000 134512640 135204385 4288828976 18446744073709551615 134536843 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/13500/statm: 67106 7829 64 169 0 66936 0
[pid=13498/tid=13516] ppid=13038 vsize=361540 CPUtime=0 cores=1,3
/proc/13498/task/13516/stat : 13516 (python) S 13038 13038 12976 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 867214276 370216960 13538 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 514 18446604456673650752 0 0 -1 1 0 0 0
[pid=13573] ppid=13038 vsize=371796 CPUtime=0.16 cores=1,3
/proc/13573/stat : 13573 (python) S 13038 13038 12976 0 -1 4202560 944 0 0 0 10 6 0 0 15 0 1 0 867223790 380719104 13512 33554432000 4194304 5683644 140737475627600 18446744073709551615 220816256582 0 0 16781312 514 17995856345391137032 0 0 17 3 0 0 0
/proc/13573/statm: 92949 13512 370 364 0 28849 0
[pid=13575] ppid=13573 vsize=268424 CPUtime=109.38 cores=1,3
/proc/13575/stat : 13575 (hybridGM3) R 13573 13575 13575 0 -1 4202496 8091 0 0 0 10938 0 0 0 25 0 1 0 867223790 274866176 7828 33554432000 134512640 135204385 4288670624 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/13575/statm: 67106 7828 64 169 0 66936 0
[pid=13038/tid=13080] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13080/stat : 13080 (python) S 13036 13038 12976 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 867115506 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13141] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13141/stat : 13141 (python) S 13036 13038 12976 0 -1 4202560 36 933 0 0 0 0 0 0 18 0 8 0 867125525 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 3 0 0 0
[pid=13038/tid=13160] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13160/stat : 13160 (python) S 13036 13038 12976 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 8 0 867135545 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 3 0 0 0
[pid=13038/tid=13199] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13199/stat : 13199 (python) S 13036 13038 12976 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 867164993 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13233] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13233/stat : 13233 (python) S 13036 13038 12976 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 8 0 867184723 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13499] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13499/stat : 13499 (python) S 13036 13038 12976 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 867204257 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 1 0 0 0
[pid=13038/tid=13574] ppid=13036 vsize=382040 CPUtime=0 cores=1,3
/proc/13038/task/13574/stat : 13574 (python) S 13036 13038 12976 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 867223790 391208960 15034 33554432000 4194304 5683644 140737475627600 18446744073709551615 220828060081 0 0 16781312 2 18446604471124087040 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 4855068

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 13038 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=861804
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=18845
# CPU time returned by wait4() is 8.88065
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.06
CPU time (s): 1200.03
CPU user time (s): 1198.98
CPU system time (s): 1.05
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 4855068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8618
system time used= 1.01885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36408
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= 21083
involuntary context switches= 72

runsolver used 2.6376 second user time and 5.48217 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:03:08
IDJOB=3483997
IDBENCH=82508
IDSOLVER=1975
FILE ID=node147/3483997-1307746988
RUNJOBID= node147-1307746987-12996
PBS_JOBID= 13550813
Free space on /tmp= 73980 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-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-3483997-1307746988/watcher-3483997-1307746988 -o /tmp/evaluation-result-3483997-1307746988/solver-3483997-1307746988 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3483997-1307746988.cnf -seed 2106410688 -budget 1200

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=2106410688

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:     32951124 kB
MemFree:      31936160 kB
Buffers:         97956 kB
Cached:         745212 kB
SwapCached:      10268 kB
Active:         315632 kB
Inactive:       556784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31936160 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           98972 kB
Writeback:           0 kB
AnonPages:       27536 kB
Mapped:          11032 kB
Slab:            76028 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   209164 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= 73916 MiB
End job on node147 at 2011-06-11 01:23:10