Trace number 3484175

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.09 1200.25

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S625465881-078-UNKNOWN.cnf
MD5SUM3ba69e7f651721ce4358ca0320f27486
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark497.12
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.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.65	c INFO: solving HOME/instance-3484175-1307748197.cnf
0.36/0.65	c INFO: computing task features
1.03/1.32	c INFO: computed variable-clause graph statistics
1.03/1.34	c INFO: computed clause balance statistics
3.64/3.93	c INFO: computed variable balance statistics
5.74/6.04	c INFO: computed small-clause counts
5.74/6.05	c INFO: computed Horn-clause counts
7.34/7.62	c INFO: computed variable graph statistics
7.34/7.62	c INFO: collected features for HOME/instance-3484175-1307748197.cnf in 6.95 s
7.34/7.63	c INFO: running hybridGM3@0 for 97 with 1193 remaining (b = 0.36)
107.55/107.85	c INFO: running hybridGM3@0 for 97 with 1092 remaining (b = 0.21)
207.75/208.07	c INFO: running hybridGM3@0 for 97 with 992 remaining (b = 0.14)
308.08/308.30	c INFO: running hybridGM3@100 for 97 with 892 remaining (b = 0.11)
405.22/405.44	c INFO: running hybridGM3@100 for 97 with 795 remaining (b = 0.11)
502.31/502.57	c INFO: running TNM@0 for 97 with 698 remaining (b = 0.13)
602.50/602.71	c INFO: running hybridGM3@100 for 97 with 598 remaining (b = 0.10)
699.58/699.85	c INFO: running hybridGM3@0 for 97 with 501 remaining (b = 0.10)
799.80/800.07	c INFO: running hybridGM3@100 for 97 with 401 remaining (b = 0.08)
895.00/895.20	c INFO: running hybridGM3@0 for 97 with 306 remaining (b = 0.07)
995.22/995.42	c INFO: running hybridGM3@100 for 97 with 206 remaining (b = 0.06)
1090.37/1090.55	c INFO: running hybridGM3@0 for 111 with 111 remaining (b = 0.05)
1200.09/1200.24	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-3484175-1307748197/watcher-3484175-1307748197 -o /tmp/evaluation-result-3484175-1307748197/solver-3484175-1307748197 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484175-1307748197.cnf -seed 86719792 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 3.95 2.91 4/231 11747
/proc/meminfo: memFree=31489052/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=15184 CPUtime=0 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 867235174 15548416 622 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/11747/statm: 3796 622 322 364 0 283 0

[startup+0.0833679 s]
/proc/loadavg: 4.00 3.95 2.91 4/231 11747
/proc/meminfo: memFree=31489052/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=50336 CPUtime=0.05 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 2011 0 0 0 4 1 0 0 17 0 1 0 867235174 51544064 1770 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/11747/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50336

[startup+0.100375 s]
/proc/loadavg: 4.00 3.95 2.91 4/231 11747
/proc/meminfo: memFree=31489052/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=89768 CPUtime=0.06 cores=1,3
/proc/11747/stat : 11747 (python) R 11745 11747 11144 0 -1 4202496 2673 0 0 0 5 1 0 0 17 0 1 0 867235174 91922432 2388 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11747/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300297 s]
/proc/loadavg: 4.00 3.95 2.91 4/231 11747
/proc/meminfo: memFree=31489052/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=135752 CPUtime=0.17 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 5975 935 1 0 13 4 0 0 17 0 1 0 867235174 139010048 4150 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095447045 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/11747/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.706315 s]
/proc/loadavg: 4.00 3.95 2.91 4/231 11747
/proc/meminfo: memFree=31489052/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=283188 CPUtime=0.43 cores=1,3
/proc/11747/stat : 11747 (python) R 11745 11747 11144 0 -1 4202496 10456 935 1 0 33 10 0 0 15 0 1 0 867235174 289984512 8127 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095147563 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11747/statm: 70797 8127 1761 364 0 6721 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 283188

[startup+1.50111 s]
/proc/loadavg: 4.00 3.95 2.91 5/232 11752
/proc/meminfo: memFree=31449636/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=312976 CPUtime=1.24 cores=1,3
/proc/11747/stat : 11747 (python) R 11745 11747 11144 0 -1 4202496 21980 935 1 0 112 12 0 0 16 0 1 0 867235174 320487424 15629 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095108929 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11747/statm: 78244 15629 1826 364 0 14168 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 312976

[startup+3.10081 s]
/proc/loadavg: 4.00 3.95 2.91 5/232 11752
/proc/meminfo: memFree=31432276/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=312976 CPUtime=2.84 cores=1,3
/proc/11747/stat : 11747 (python) R 11745 11747 11144 0 -1 4202496 21980 935 1 0 272 12 0 0 18 0 1 0 867235174 320487424 15629 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095108078 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11747/statm: 78244 15629 1826 364 0 14168 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 312976

[startup+6.30023 s]
/proc/loadavg: 4.00 3.95 2.92 5/232 11752
/proc/meminfo: memFree=31432236/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=312976 CPUtime=6.04 cores=1,3
/proc/11747/stat : 11747 (python) R 11745 11747 11144 0 -1 4202496 21987 935 1 0 592 12 0 0 25 0 1 0 867235174 320487424 15636 33554432000 4194304 5683644 140736027156192 18446744073709551615 47911565822092 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11747/statm: 78244 15636 1833 364 0 14168 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 312976

[startup+12.7011 s]
/proc/loadavg: 4.00 3.95 2.92 5/239 11759
/proc/meminfo: memFree=31391792/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=320512 CPUtime=7.36 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 22266 935 1 0 724 12 0 0 25 0 2 0 867235174 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11747/statm: 80128 14991 1867 364 0 16046 0
[pid=11757] ppid=11747 vsize=310268 CPUtime=0 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 861 0 0 0 0 0 0 0 15 0 1 0 867235937 317714432 13496 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095471119 0 0 16781312 514 4482620674929557766 0 0 17 1 0 0 0
/proc/11757/statm: 77567 13496 376 364 0 13485 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=5.04 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) R 11757 11759 11759 0 -1 4202496 8088 0 0 0 503 1 0 0 25 0 1 0 867235938 274866176 7823 33554432000 134512640 135204385 4289818416 18446744073709551615 134536641 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11759/statm: 67106 7823 64 169 0 66936 0
[pid=11747/tid=11758] ppid=11745 vsize=320512 CPUtime=0 cores=1,3
/proc/11747/task/11758/stat : 11758 (python) S 11745 11747 11144 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 867235938 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 899204

[startup+25.5007 s]
/proc/loadavg: 4.00 3.95 2.94 5/239 11759
/proc/meminfo: memFree=31392216/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=320512 CPUtime=7.36 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 22266 935 1 0 724 12 0 0 25 0 2 0 867235174 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11747/statm: 80128 14991 1867 364 0 16046 0
[pid=11757] ppid=11747 vsize=310268 CPUtime=0.02 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 867 0 0 0 1 1 0 0 15 0 1 0 867235937 317714432 13496 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095471119 0 0 16781312 514 4959325206851059974 0 0 17 1 0 0 0
/proc/11757/statm: 77567 13496 376 364 0 13485 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=17.83 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) R 11757 11759 11759 0 -1 4202496 8088 0 0 0 1782 1 0 0 25 0 1 0 867235938 274866176 7823 33554432000 134512640 135204385 4289818416 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11759/statm: 67106 7823 64 169 0 66936 0
[pid=11747/tid=11758] ppid=11745 vsize=320512 CPUtime=0 cores=1,3
/proc/11747/task/11758/stat : 11758 (python) S 11745 11747 11144 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 867235938 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 899204

[startup+51.101 s]
/proc/loadavg: 4.07 3.97 2.97 5/243 11764
/proc/meminfo: memFree=31385424/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=320512 CPUtime=7.36 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 22266 935 1 0 724 12 0 0 25 0 2 0 867235174 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11747/statm: 80128 14991 1867 364 0 16046 0
[pid=11757] ppid=11747 vsize=310268 CPUtime=0.05 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 879 0 0 0 3 2 0 0 15 0 1 0 867235937 317714432 13496 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095471119 0 0 16781312 514 4959325206851059974 0 0 17 1 0 0 0
/proc/11757/statm: 77567 13496 376 364 0 13485 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=43.4 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) R 11757 11759 11759 0 -1 4202496 8088 0 0 0 4339 1 0 0 25 0 1 0 867235938 274866176 7823 33554432000 134512640 135204385 4289818416 18446744073709551615 134536986 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11759/statm: 67106 7823 64 169 0 66936 0
[pid=11747/tid=11758] ppid=11745 vsize=320512 CPUtime=0 cores=1,3
/proc/11747/task/11758/stat : 11758 (python) S 11745 11747 11144 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 867235938 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 899204

[startup+102.308 s]
/proc/loadavg: 4.03 3.97 3.02 5/247 11770
/proc/meminfo: memFree=31348596/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=320512 CPUtime=7.36 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 22266 935 1 0 724 12 0 0 25 0 2 0 867235174 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11747/statm: 80128 14991 1867 364 0 16046 0
[pid=11757] ppid=11747 vsize=310268 CPUtime=0.13 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 902 0 0 0 7 6 0 0 15 0 1 0 867235937 317714432 13496 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095471119 0 0 16781312 514 4959325206851059974 0 0 17 1 0 0 0
/proc/11757/statm: 77567 13496 376 364 0 13485 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=94.56 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) R 11757 11759 11759 0 -1 4202496 8088 0 0 0 9455 1 0 0 25 0 1 0 867235938 274866176 7823 33554432000 134512640 135204385 4289818416 18446744073709551615 134547435 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11759/statm: 67106 7823 64 169 0 66936 0
[pid=11747/tid=11758] ppid=11745 vsize=320512 CPUtime=0 cores=1,3
/proc/11747/task/11758/stat : 11758 (python) S 11745 11747 11144 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 2 0 867235938 328204288 14991 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 899204

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.08 5/259 11786
/proc/meminfo: memFree=31291904/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=330768 CPUtime=7.37 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 23151 935 1 0 725 12 0 0 20 0 3 0 867235174 338706432 14998 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11747/statm: 82692 14998 1870 364 0 18607 0
[pid=11757] ppid=11747 vsize=320512 CPUtime=0.15 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 1144 0 0 0 8 7 0 0 17 0 2 0 867235937 328204288 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11757/statm: 80128 13540 415 364 0 16046 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=100.09 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) T 11757 11759 11759 0 -1 4202496 8088 0 0 0 10008 1 0 0 25 0 1 0 867235938 274866176 7823 33554432000 134512640 135204385 4289818416 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11759/statm: 67106 7823 64 169 0 66936 0
[pid=11757/tid=11777] ppid=11747 vsize=320512 CPUtime=0 cores=1,3
/proc/11757/task/11777/stat : 11777 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867245959 328204288 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0
[pid=11778] ppid=11747 vsize=320524 CPUtime=0.07 cores=1,3
/proc/11778/stat : 11778 (python) S 11747 11747 11144 0 -1 4202560 901 0 0 0 3 4 0 0 15 0 1 0 867245960 328216576 13494 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095471174 0 0 16781312 514 4959325206851059976 0 0 17 1 0 0 0
/proc/11778/statm: 80131 13494 370 364 0 16046 0
[pid=11780] ppid=11778 vsize=268420 CPUtime=54.35 cores=1,3
/proc/11780/stat : 11780 (hybridGM3) R 11778 11780 11780 0 -1 4202496 8084 0 0 0 5434 1 0 0 25 0 1 0 867245960 274862080 7822 33554432000 134512640 135204385 4286635856 18446744073709551615 134547471 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11780/statm: 67105 7822 64 169 0 66935 0
[pid=11747/tid=11758] ppid=11745 vsize=330768 CPUtime=0 cores=1,3
/proc/11747/task/11758/stat : 11758 (python) S 11745 11747 11144 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 3 0 867235938 338706432 14998 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=11779] ppid=11745 vsize=330768 CPUtime=0 cores=1,3
/proc/11747/task/11779/stat : 11779 (python) S 11745 11747 11144 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 3 0 867245960 338706432 14998 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1508648

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.14 5/267 11796
/proc/meminfo: memFree=31248536/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=341024 CPUtime=7.38 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 24002 935 1 0 725 13 0 0 20 0 4 0 867235174 349208576 15012 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11747/statm: 85256 15012 1880 364 0 21168 0
[pid=11757] ppid=11747 vsize=320512 CPUtime=0.15 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 1144 0 0 0 8 7 0 0 17 0 2 0 867235937 328204288 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11757/statm: 80128 13540 415 364 0 16046 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=100.09 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) T 11757 11759 11759 0 -1 4202496 8088 0 0 0 10008 1 0 0 25 0 1 0 867235938 274866176 7823 33554432000 134512640 135204385 4289818416 18446744073709551615 134537383 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11759/statm: 67106 7823 64 169 0 66936 0
[pid=11757/tid=11777] ppid=11747 vsize=320512 CPUtime=0 cores=1,3
/proc/11757/task/11777/stat : 11777 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 867245959 328204288 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0

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

[pid=11757] ppid=11747 vsize=320512 CPUtime=0.29 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 1200 0 0 0 16 13 0 0 15 0 2 0 867235937 328204288 13541 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11757/statm: 80128 13541 416 364 0 16046 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=197.12 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) T 11757 11759 11759 0 -1 4202496 8091 0 0 0 19711 1 0 0 25 0 1 0 867235938 274866176 7826 33554432000 134512640 135204385 4289818416 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11759/statm: 67106 7826 64 169 0 66936 0
[pid=11757/tid=11777] ppid=11747 vsize=320512 CPUtime=0 cores=1,3
/proc/11757/task/11777/stat : 11777 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867245959 328204288 13541 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0
[pid=11778] ppid=11747 vsize=320524 CPUtime=0.29 cores=1,3
/proc/11778/stat : 11778 (python) S 11747 11747 11144 0 -1 4202560 1117 0 0 0 15 14 0 0 15 0 2 0 867245960 328216576 13533 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11778/statm: 80131 13533 408 364 0 16046 0
[pid=11780] ppid=11778 vsize=268420 CPUtime=197.05 cores=1,3
/proc/11780/stat : 11780 (hybridGM3) T 11778 11780 11780 0 -1 4202496 8085 0 0 0 19704 1 0 0 25 0 1 0 867245960 274862080 7823 33554432000 134512640 135204385 4286635856 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11780/statm: 67105 7823 64 169 0 66935 0
[pid=11778/tid=11792] ppid=11747 vsize=320524 CPUtime=0 cores=1,3
/proc/11778/task/11792/stat : 11792 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867255981 328216576 13533 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604454223473344 0 0 -1 1 0 0 0
[pid=11793] ppid=11747 vsize=330780 CPUtime=0.29 cores=1,3
/proc/11793/stat : 11793 (python) S 11747 11747 11144 0 -1 4202560 1112 0 0 0 15 14 0 0 15 0 2 0 867255982 338718720 13528 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11793/statm: 82695 13528 399 364 0 18607 0
[pid=11795] ppid=11793 vsize=268424 CPUtime=197.07 cores=1,3
/proc/11795/stat : 11795 (hybridGM3) T 11793 11795 11795 0 -1 4202496 8086 0 0 0 19707 0 0 0 25 0 1 0 867255982 274866176 7825 33554432000 134512640 135204385 4289780384 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11795/statm: 67106 7825 64 169 0 66936 0
[pid=11793/tid=11903] ppid=11747 vsize=330780 CPUtime=0 cores=1,3
/proc/11793/task/11903/stat : 11903 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867266004 338718720 13528 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471136254784 0 0 -1 1 0 0 0
[pid=12110] ppid=11747 vsize=341036 CPUtime=0.14 cores=1,3
/proc/12110/stat : 12110 (python) S 11747 11747 11144 0 -1 4202560 1067 0 0 0 8 6 0 0 19 0 2 0 867285432 349220864 13532 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12110/statm: 85259 13532 399 364 0 21168 0
[pid=12112] ppid=12110 vsize=465044 CPUtime=99.97 cores=1,3
/proc/12112/stat : 12112 (TNM) T 12110 12112 12112 0 -1 4202496 6005 0 0 0 9997 0 0 0 25 0 1 0 867285432 476205056 5748 33554432000 134512640 135008748 4293297408 18446744073709551615 134527840 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12112/statm: 116261 5748 46 122 0 115161 0
[pid=12110/tid=12124] ppid=11747 vsize=341036 CPUtime=0 cores=1,3
/proc/12110/task/12124/stat : 12124 (python) S 11747 11747 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867295445 349220864 13532 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604470285535424 0 0 -1 3 0 0 0
[pid=12131] ppid=11747 vsize=351292 CPUtime=0.29 cores=1,3
/proc/12131/stat : 12131 (python) S 11747 11747 11144 0 -1 4202560 1114 0 0 0 15 14 0 0 16 0 2 0 867305160 359723008 13536 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12131/statm: 87823 13536 399 364 0 23729 0
[pid=12133] ppid=12131 vsize=268420 CPUtime=195.07 cores=1,3
/proc/12133/stat : 12133 (hybridGM3) T 12131 12133 12133 0 -1 4202496 8086 0 0 0 19506 1 0 0 25 0 1 0 867305160 274862080 7824 33554432000 134512640 135204385 4293573600 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12133/statm: 67105 7824 64 169 0 66935 0
[pid=12131/tid=12141] ppid=11747 vsize=351292 CPUtime=0 cores=1,3
/proc/12131/task/12141/stat : 12141 (python) S 11747 11747 11144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867315181 359723008 13536 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471140394112 0 0 -1 1 0 0 0
[pid=12149] ppid=11747 vsize=361548 CPUtime=0.29 cores=1,3
/proc/12149/stat : 12149 (python) S 11747 11747 11144 0 -1 4202560 1112 0 0 0 15 14 0 0 15 0 2 0 867324695 370225152 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12149/statm: 90387 13540 399 364 0 26290 0
[pid=12151] ppid=12149 vsize=268424 CPUtime=195.11 cores=1,3
/proc/12151/stat : 12151 (hybridGM3) T 12149 12151 12151 0 -1 4202496 8084 0 0 0 19510 1 0 0 25 0 1 0 867324696 274866176 7824 33554432000 134512640 135204385 4290371216 18446744073709551615 134536922 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12151/statm: 67106 7824 64 169 0 66936 0
[pid=12149/tid=12204] ppid=11747 vsize=361548 CPUtime=0 cores=1,3
/proc/12149/task/12204/stat : 12204 (python) S 11747 11747 11144 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867334716 370225152 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471140393216 0 0 -1 1 0 0 0
[pid=12216] ppid=11747 vsize=371804 CPUtime=0.12 cores=1,3
/proc/12216/stat : 12216 (python) S 11747 11747 11144 0 -1 4202560 922 0 0 0 7 5 0 0 15 0 1 0 867344230 380727296 13514 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095471174 0 0 16781312 514 4959325206851059974 0 0 17 1 0 0 0
/proc/12216/statm: 92951 13514 370 364 0 28851 0
[pid=12218] ppid=12216 vsize=268420 CPUtime=91.61 cores=1,3
/proc/12218/stat : 12218 (hybridGM3) R 12216 12218 12218 0 -1 4202496 8092 0 0 0 9160 1 0 0 25 0 1 0 867344231 274862080 7826 33554432000 134512640 135204385 4292541200 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12218/statm: 67105 7826 64 169 0 66935 0
[pid=11747/tid=11758] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/11758/stat : 11758 (python) S 11745 11747 11144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867235938 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=11779] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/11779/stat : 11779 (python) S 11745 11747 11144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867245960 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=11794] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/11794/stat : 11794 (python) S 11745 11747 11144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867255982 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 3 0 0 0
[pid=11747/tid=12111] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12111/stat : 12111 (python) S 11745 11747 11144 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 8 0 867285432 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=12132] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12132/stat : 12132 (python) S 11745 11747 11144 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 867305160 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 3 0 0 0
[pid=11747/tid=12150] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12150/stat : 12150 (python) S 11745 11747 11144 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 8 0 867324695 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=12217] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12217/stat : 12217 (python) S 11745 11747 11144 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 8 0 867344230 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.16
Current children cumulated vsize (KiB) 4855120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 4.01 4.01 3.69 5/243 12277
/proc/meminfo: memFree=31239708/32951124 swapFree=67053960/67111528
[pid=11747] ppid=11745 vsize=382048 CPUtime=7.45 cores=1,3
/proc/11747/stat : 11747 (python) S 11745 11747 11144 0 -1 4202496 27855 935 1 0 731 14 0 0 20 0 8 0 867235174 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11747/statm: 95512 15036 1888 364 0 31412 0
[pid=11757] ppid=11747 vsize=320512 CPUtime=0.29 cores=1,3
/proc/11757/stat : 11757 (python) S 11747 11747 11144 0 -1 4202560 1200 0 0 0 16 13 0 0 15 0 2 0 867235937 328204288 13541 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11757/statm: 80128 13541 416 364 0 16046 0
[pid=11759] ppid=11757 vsize=268424 CPUtime=197.12 cores=1,3
/proc/11759/stat : 11759 (hybridGM3) T 11757 11759 11759 0 -1 4202496 8091 0 0 0 19711 1 0 0 25 0 1 0 867235938 274866176 7826 33554432000 134512640 135204385 4289818416 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11759/statm: 67106 7826 64 169 0 66936 0
[pid=11757/tid=11777] ppid=11747 vsize=320512 CPUtime=0 cores=1,3
/proc/11757/task/11777/stat : 11777 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867245959 328204288 13541 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471136253888 0 0 -1 1 0 0 0
[pid=11778] ppid=11747 vsize=320524 CPUtime=0.29 cores=1,3
/proc/11778/stat : 11778 (python) S 11747 11747 11144 0 -1 4202560 1117 0 0 0 15 14 0 0 15 0 2 0 867245960 328216576 13533 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11778/statm: 80131 13533 408 364 0 16046 0
[pid=11780] ppid=11778 vsize=268420 CPUtime=197.05 cores=1,3
/proc/11780/stat : 11780 (hybridGM3) T 11778 11780 11780 0 -1 4202496 8085 0 0 0 19704 1 0 0 25 0 1 0 867245960 274862080 7823 33554432000 134512640 135204385 4286635856 18446744073709551615 134536676 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11780/statm: 67105 7823 64 169 0 66935 0
[pid=11778/tid=11792] ppid=11747 vsize=320524 CPUtime=0 cores=1,3
/proc/11778/task/11792/stat : 11792 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867255981 328216576 13533 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604454223473344 0 0 -1 1 0 0 0
[pid=11793] ppid=11747 vsize=330780 CPUtime=0.29 cores=1,3
/proc/11793/stat : 11793 (python) S 11747 11747 11144 0 -1 4202560 1112 0 0 0 15 14 0 0 15 0 2 0 867255982 338718720 13528 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11793/statm: 82695 13528 399 364 0 18607 0
[pid=11795] ppid=11793 vsize=268424 CPUtime=197.07 cores=1,3
/proc/11795/stat : 11795 (hybridGM3) T 11793 11795 11795 0 -1 4202496 8086 0 0 0 19707 0 0 0 25 0 1 0 867255982 274866176 7825 33554432000 134512640 135204385 4289780384 18446744073709551615 134536993 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11795/statm: 67106 7825 64 169 0 66936 0
[pid=11793/tid=11903] ppid=11747 vsize=330780 CPUtime=0 cores=1,3
/proc/11793/task/11903/stat : 11903 (python) S 11747 11747 11144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 867266004 338718720 13528 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471136254784 0 0 -1 1 0 0 0
[pid=12110] ppid=11747 vsize=341036 CPUtime=0.14 cores=1,3
/proc/12110/stat : 12110 (python) S 11747 11747 11144 0 -1 4202560 1067 0 0 0 8 6 0 0 19 0 2 0 867285432 349220864 13532 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12110/statm: 85259 13532 399 364 0 21168 0
[pid=12112] ppid=12110 vsize=465044 CPUtime=99.97 cores=1,3
/proc/12112/stat : 12112 (TNM) T 12110 12112 12112 0 -1 4202496 6005 0 0 0 9997 0 0 0 25 0 1 0 867285432 476205056 5748 33554432000 134512640 135008748 4293297408 18446744073709551615 134527840 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12112/statm: 116261 5748 46 122 0 115161 0
[pid=12110/tid=12124] ppid=11747 vsize=341036 CPUtime=0 cores=1,3
/proc/12110/task/12124/stat : 12124 (python) S 11747 11747 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867295445 349220864 13532 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604470285535424 0 0 -1 3 0 0 0
[pid=12131] ppid=11747 vsize=351292 CPUtime=0.29 cores=1,3
/proc/12131/stat : 12131 (python) S 11747 11747 11144 0 -1 4202560 1114 0 0 0 15 14 0 0 16 0 2 0 867305160 359723008 13536 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12131/statm: 87823 13536 399 364 0 23729 0
[pid=12133] ppid=12131 vsize=268420 CPUtime=195.07 cores=1,3
/proc/12133/stat : 12133 (hybridGM3) T 12131 12133 12133 0 -1 4202496 8086 0 0 0 19506 1 0 0 25 0 1 0 867305160 274862080 7824 33554432000 134512640 135204385 4293573600 18446744073709551615 134537357 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12133/statm: 67105 7824 64 169 0 66935 0
[pid=12131/tid=12141] ppid=11747 vsize=351292 CPUtime=0 cores=1,3
/proc/12131/task/12141/stat : 12141 (python) S 11747 11747 11144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 867315181 359723008 13536 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471140394112 0 0 -1 1 0 0 0
[pid=12149] ppid=11747 vsize=361548 CPUtime=0.29 cores=1,3
/proc/12149/stat : 12149 (python) S 11747 11747 11144 0 -1 4202560 1112 0 0 0 15 14 0 0 15 0 2 0 867324695 370225152 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/12149/statm: 90387 13540 399 364 0 26290 0
[pid=12151] ppid=12149 vsize=268424 CPUtime=195.11 cores=1,3
/proc/12151/stat : 12151 (hybridGM3) T 12149 12151 12151 0 -1 4202496 8084 0 0 0 19510 1 0 0 25 0 1 0 867324696 274866176 7824 33554432000 134512640 135204385 4290371216 18446744073709551615 134536922 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/12151/statm: 67106 7824 64 169 0 66936 0
[pid=12149/tid=12204] ppid=11747 vsize=361548 CPUtime=0 cores=1,3
/proc/12149/task/12204/stat : 12204 (python) S 11747 11747 11144 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 867334716 370225152 13540 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 514 18446604471140393216 0 0 -1 1 0 0 0
[pid=12216] ppid=11747 vsize=371804 CPUtime=0.15 cores=1,3
/proc/12216/stat : 12216 (python) S 11747 11747 11144 0 -1 4202560 928 0 0 0 8 7 0 0 15 0 1 0 867344230 380727296 13514 33554432000 4194304 5683644 140736027156192 18446744073709551615 228095471174 0 0 16781312 514 4959325206851059974 0 0 17 1 0 0 0
/proc/12216/statm: 92951 13514 370 364 0 28851 0
[pid=12218] ppid=12216 vsize=268420 CPUtime=109.51 cores=1,3
/proc/12218/stat : 12218 (hybridGM3) R 12216 12218 12218 0 -1 4202496 8092 0 0 0 10950 1 0 0 25 0 1 0 867344231 274862080 7826 33554432000 134512640 135204385 4292541200 18446744073709551615 134537020 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12218/statm: 67105 7826 64 169 0 66935 0
[pid=11747/tid=11758] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/11758/stat : 11758 (python) S 11745 11747 11144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867235938 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=11779] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/11779/stat : 11779 (python) S 11745 11747 11144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867245960 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=11794] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/11794/stat : 11794 (python) S 11745 11747 11144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 867255982 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 3 0 0 0
[pid=11747/tid=12111] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12111/stat : 12111 (python) S 11745 11747 11144 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 8 0 867285432 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=12132] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12132/stat : 12132 (python) S 11745 11747 11144 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 867305160 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 3 0 0 0
[pid=11747/tid=12150] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12150/stat : 12150 (python) S 11745 11747 11144 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 8 0 867324695 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 1 0 0 0
[pid=11747/tid=12217] ppid=11745 vsize=382048 CPUtime=0 cores=1,3
/proc/11747/task/12217/stat : 12217 (python) S 11745 11747 11144 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 8 0 867344230 391217152 15036 33554432000 4194304 5683644 140736027156192 18446744073709551615 228107274673 0 0 16781312 2 18446604471104772032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 4855120

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

Real time (s): 1200.25
CPU time (s): 1200.09
CPU user time (s): 1199.08
CPU system time (s): 1.01
CPU usage (%): 99.9864
Max. virtual memory (cumulated for all children) (KiB): 4855120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.822
system time used= 1.03184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45757
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= 4312
involuntary context switches= 430

runsolver used 2.75958 second user time and 5.44117 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:23:17
IDJOB=3484175
IDBENCH=82686
IDSOLVER=1975
FILE ID=node142/3484175-1307748197
RUNJOBID= node142-1307746989-11164
PBS_JOBID= 13550818
Free space on /tmp= 73976 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-S625465881-078-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-3484175-1307748197/watcher-3484175-1307748197 -o /tmp/evaluation-result-3484175-1307748197/solver-3484175-1307748197 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484175-1307748197.cnf -seed 86719792 -budget 1200

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

MD5SUM BENCH= 3ba69e7f651721ce4358ca0320f27486
RANDOM SEED=86719792

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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:      31489728 kB
Buffers:        159428 kB
Cached:         841684 kB
SwapCached:      11412 kB
Active:         793656 kB
Inactive:       483272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31489728 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           34632 kB
Writeback:           0 kB
AnonPages:      272792 kB
Mapped:          20832 kB
Slab:           108812 kB
PageTables:      14700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7823912 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= 73976 MiB
End job on node142 at 2011-06-11 01:43:19