Trace number 3377319

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)? (TO) 1301.16 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
MD5SUM15b86e0c1384321ea7bbac2466a811a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.072
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.64	c INFO: solving HOME/instance-3377319-1305452268.cnf
0.34/0.64	c INFO: computing task features
0.74/1.01	c INFO: computed variable-clause graph statistics
0.74/1.02	c INFO: computed clause balance statistics
2.53/2.81	c INFO: computed variable balance statistics
3.93/4.26	c INFO: computed small-clause counts
3.93/4.27	c INFO: computed Horn-clause counts
4.83/5.10	c INFO: computed variable graph statistics
4.83/5.10	c INFO: collected features for HOME/instance-3377319-1305452268.cnf in 4.44 s
4.83/5.11	c INFO: running hybridGM3@0 for 97 with 2395 remaining (b = 0.40)
105.62/105.99	c INFO: running hybridGM3@0 for 97 with 2294 remaining (b = 0.25)
204.78/204.89	c INFO: running hybridGM3@0 for 97 with 2196 remaining (b = 0.17)
305.72/305.77	c INFO: running hybridGM3@100 for 97 with 2095 remaining (b = 0.13)
403.03/403.06	c INFO: running hybridGM3@98 for 97 with 1998 remaining (b = 0.13)
500.61/500.37	c INFO: running TNM@0 for 97 with 1901 remaining (b = 0.15)
600.93/600.68	c INFO: running hybridGM3@100 for 97 with 1801 remaining (b = 0.13)
698.21/697.98	c INFO: running hybridGM3@0 for 194 with 1704 remaining (b = 0.23)
895.43/895.15	c INFO: running hybridGM3@0 for 194 with 1507 remaining (b = 0.18)
1092.22/1091.33	c INFO: running hybridGM3@0 for 194 with 1311 remaining (b = 0.13)
1289.63/1288.50	c INFO: running hybridGM3@0 for 194 with 1114 remaining (b = 0.10)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.05 3.93 3.54 5/413 14724
/proc/meminfo: memFree=25490748/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=15772 CPUtime=0 cores=1,3
/proc/14724/stat : 14724 (python) R 14722 14724 13135 0 -1 4202496 900 0 0 0 0 0 0 0 18 0 1 0 656829464 16150528 782 33554432000 4194304 5683644 140733919464160 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14724/statm: 3943 782 345 364 0 430 0

[startup+0.0996529 s]
/proc/loadavg: 4.05 3.93 3.54 5/413 14724
/proc/meminfo: memFree=25490748/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=87704 CPUtime=0.05 cores=1,3
/proc/14724/stat : 14724 (python) R 14722 14724 13135 0 -1 4202496 2636 0 0 0 4 1 0 0 17 0 1 0 656829464 89808896 2354 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634511205 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14724/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.10065 s]
/proc/loadavg: 4.05 3.93 3.54 5/413 14724
/proc/meminfo: memFree=25490748/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=87704 CPUtime=0.05 cores=1,3
/proc/14724/stat : 14724 (python) R 14722 14724 13135 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 656829464 89808896 2354 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634513408 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/14724/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300617 s]
/proc/loadavg: 4.05 3.93 3.54 5/413 14724
/proc/meminfo: memFree=25490748/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=135748 CPUtime=0.18 cores=1,3
/proc/14724/stat : 14724 (python) R 14722 14724 13135 0 -1 4202496 5971 933 1 0 14 4 0 0 17 0 1 0 656829464 139005952 4149 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634511365 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/14724/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700541 s]
/proc/loadavg: 4.05 3.93 3.54 5/413 14724
/proc/meminfo: memFree=25490748/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=283316 CPUtime=0.43 cores=1,3
/proc/14724/stat : 14724 (python) R 14722 14724 13135 0 -1 4202496 10472 933 1 0 34 9 0 0 15 0 1 0 656829464 290115584 8146 33554432000 4194304 5683644 140733919464160 18446744073709551615 4619808 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14724/statm: 70829 8146 1761 364 0 6753 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 283316

[startup+1.50041 s]
/proc/loadavg: 4.05 3.93 3.55 5/414 14729
/proc/meminfo: memFree=25444488/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=302956 CPUtime=1.23 cores=1,3
/proc/14724/stat : 14724 (python) R 14722 14724 13135 0 -1 4202496 18318 933 1 0 113 10 0 0 16 0 1 0 656829464 310226944 13124 33554432000 4194304 5683644 140733919464160 18446744073709551615 46918009057647 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14724/statm: 75739 13124 1826 364 0 11663 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 302956

[startup+3.10012 s]
/proc/loadavg: 4.05 3.93 3.55 5/414 14729
/proc/meminfo: memFree=25443000/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=302956 CPUtime=2.83 cores=1,3
/proc/14724/stat : 14724 (python) R 14722 14724 13135 0 -1 4202496 18319 933 1 0 273 10 0 0 18 0 1 0 656829464 310226944 13125 33554432000 4194304 5683644 140733919464160 18446744073709551615 4533077 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14724/statm: 75739 13125 1827 364 0 11663 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 302956

[startup+6.30056 s]
/proc/loadavg: 4.05 3.93 3.55 5/417 14732
/proc/meminfo: memFree=25430328/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=311272 CPUtime=4.85 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 18617 933 1 0 475 10 0 0 25 0 2 0 656829464 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14724/statm: 77818 12689 1875 364 0 13736 0
[pid=14730] ppid=14724 vsize=301028 CPUtime=0 cores=1,3
/proc/14730/stat : 14730 (python) S 14724 14724 13135 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 1 0 656829975 308252672 11163 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535439 0 0 16781312 514 5641832760436850687 0 0 17 1 0 0 0
/proc/14730/statm: 75257 11163 353 364 0 11175 0
[pid=14732] ppid=14730 vsize=268420 CPUtime=1.16 cores=1,3
/proc/14732/stat : 14732 (hybridGM3) R 14730 14732 14732 0 -1 4202496 7133 0 0 0 116 0 0 0 25 0 1 0 656829976 274862080 6870 33554432000 134512640 135204385 4292733904 18446744073709551615 134537167 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14732/statm: 67105 6870 64 169 0 66935 0
[pid=14724/tid=14731] ppid=14722 vsize=311272 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656829976 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 880720

[startup+12.7004 s]
/proc/loadavg: 4.04 3.93 3.55 5/418 14733
/proc/meminfo: memFree=25411844/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=311272 CPUtime=4.85 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 18617 933 1 0 475 10 0 0 25 0 2 0 656829464 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14724/statm: 77818 12689 1875 364 0 13736 0
[pid=14730] ppid=14724 vsize=301028 CPUtime=0.01 cores=1,3
/proc/14730/stat : 14730 (python) S 14724 14724 13135 0 -1 4202560 992 0 0 0 0 1 0 0 18 0 1 0 656829975 308252672 11191 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535439 0 0 16781312 514 5641832760436818183 0 0 17 1 0 0 0
/proc/14730/statm: 75257 11191 381 364 0 11175 0
[pid=14732] ppid=14730 vsize=268420 CPUtime=7.54 cores=1,3
/proc/14732/stat : 14732 (hybridGM3) R 14730 14732 14732 0 -1 4202496 7133 0 0 0 754 0 0 0 25 0 1 0 656829976 274862080 6870 33554432000 134512640 135204385 4292733904 18446744073709551615 134537573 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14732/statm: 67105 6870 64 169 0 66935 0
[pid=14724/tid=14731] ppid=14722 vsize=311272 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656829976 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 880720

[startup+25.5012 s]
/proc/loadavg: 4.03 3.93 3.55 5/418 14733
/proc/meminfo: memFree=25412476/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=311272 CPUtime=4.85 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 18617 933 1 0 475 10 0 0 25 0 2 0 656829464 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14724/statm: 77818 12689 1875 364 0 13736 0
[pid=14730] ppid=14724 vsize=301028 CPUtime=0.05 cores=1,3
/proc/14730/stat : 14730 (python) S 14724 14724 13135 0 -1 4202560 997 0 0 0 3 2 0 0 18 0 1 0 656829975 308252672 11191 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535439 0 0 16781312 514 17309796274031001863 0 0 17 1 0 0 0
/proc/14730/statm: 75257 11191 381 364 0 11175 0
[pid=14732] ppid=14730 vsize=268420 CPUtime=20.31 cores=1,3
/proc/14732/stat : 14732 (hybridGM3) R 14730 14732 14732 0 -1 4202496 7133 0 0 0 2031 0 0 0 25 0 1 0 656829976 274862080 6870 33554432000 134512640 135204385 4292733904 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14732/statm: 67105 6870 64 169 0 66935 0
[pid=14724/tid=14731] ppid=14722 vsize=311272 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656829976 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 880720

[startup+51.1007 s]
/proc/loadavg: 4.02 3.94 3.56 5/422 14738
/proc/meminfo: memFree=25404672/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=311272 CPUtime=4.85 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 18617 933 1 0 475 10 0 0 25 0 2 0 656829464 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14724/statm: 77818 12689 1875 364 0 13736 0
[pid=14730] ppid=14724 vsize=301028 CPUtime=0.11 cores=1,3
/proc/14730/stat : 14730 (python) S 14724 14724 13135 0 -1 4202560 1008 0 0 0 6 5 0 0 18 0 1 0 656829975 308252672 11191 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535439 0 0 16781312 514 17309796274031001863 0 0 17 1 0 0 0
/proc/14730/statm: 75257 11191 381 364 0 11175 0
[pid=14732] ppid=14730 vsize=268420 CPUtime=45.84 cores=1,3
/proc/14732/stat : 14732 (hybridGM3) R 14730 14732 14732 0 -1 4202496 7133 0 0 0 4584 0 0 0 25 0 1 0 656829976 274862080 6870 33554432000 134512640 135204385 4292733904 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14732/statm: 67105 6870 64 169 0 66935 0
[pid=14724/tid=14731] ppid=14722 vsize=311272 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656829976 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 880720

[startup+102.315 s]
/proc/loadavg: 4.01 3.95 3.59 5/423 14740
/proc/meminfo: memFree=25400552/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=311272 CPUtime=4.85 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 18617 933 1 0 475 10 0 0 25 0 2 0 656829464 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14724/statm: 77818 12689 1875 364 0 13736 0
[pid=14730] ppid=14724 vsize=301028 CPUtime=0.26 cores=1,3
/proc/14730/stat : 14730 (python) S 14724 14724 13135 0 -1 4202560 1031 0 0 0 13 13 0 0 18 0 1 0 656829975 308252672 11191 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535439 0 0 16781312 514 17309796274031001863 0 0 17 1 0 0 0
/proc/14730/statm: 75257 11191 381 364 0 11175 0
[pid=14732] ppid=14730 vsize=268420 CPUtime=96.92 cores=1,3
/proc/14732/stat : 14732 (hybridGM3) R 14730 14732 14732 0 -1 4202496 7137 0 0 0 9692 0 0 0 25 0 1 0 656829976 274862080 6874 33554432000 134512640 135204385 4292733904 18446744073709551615 134536968 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14732/statm: 67105 6874 64 169 0 66935 0
[pid=14724/tid=14731] ppid=14722 vsize=311272 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 656829976 318742528 12689 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 880720

[startup+162.301 s]
/proc/loadavg: 4.00 3.95 3.61 5/434 14753
/proc/meminfo: memFree=25330988/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=321528 CPUtime=4.86 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 19533 933 1 0 476 10 0 0 19 0 3 0 656829464 329244672 12696 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14724/statm: 80382 12696 1878 364 0 16297 0
[pid=14730] ppid=14724 vsize=311272 CPUtime=0.28 cores=1,3
/proc/14730/stat : 14730 (python) S 14724 14724 13135 0 -1 4202560 1169 0 0 0 14 14 0 0 19 0 2 0 656829975 318742528 11229 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14730/statm: 77818 11229 414 364 0 13736 0
[pid=14732] ppid=14730 vsize=268420 CPUtime=100.59 cores=1,3
/proc/14732/stat : 14732 (hybridGM3) T 14730 14732 14732 0 -1 4202496 7137 0 0 0 10059 0 0 0 25 0 1 0 656829976 274862080 6874 33554432000 134512640 135204385 4292733904 18446744073709551615 134546153 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14732/statm: 67105 6874 64 169 0 66935 0
[pid=14730/tid=14742] ppid=14724 vsize=311272 CPUtime=0 cores=1,3
/proc/14730/task/14742/stat : 14742 (python) S 14724 14724 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656840062 318742528 11229 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604467111186688 0 0 -1 3 0 0 0
[pid=14743] ppid=14724 vsize=311284 CPUtime=0.14 cores=1,3
/proc/14743/stat : 14743 (python) S 14724 14724 13135 0 -1 4202560 904 0 0 0 7 7 0 0 15 0 1 0 656840063 318754816 11184 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535494 0 0 16781312 514 17309796274031001863 0 0 17 3 0 0 0
/proc/14743/statm: 77821 11184 370 364 0 13736 0
[pid=14745] ppid=14743 vsize=268424 CPUtime=56.28 cores=1,3
/proc/14745/stat : 14745 (hybridGM3) R 14743 14745 14745 0 -1 4202496 7145 0 0 0 5628 0 0 0 25 0 1 0 656840064 274866176 6875 33554432000 134512640 135204385 4291613696 18446744073709551615 134545880 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14745/statm: 67106 6875 64 169 0 66936 0
[pid=14724/tid=14731] ppid=14722 vsize=321528 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 656829976 329244672 12696 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
[pid=14724/tid=14744] ppid=14722 vsize=321528 CPUtime=0 cores=1,3
/proc/14724/task/14744/stat : 14744 (python) S 14722 14724 13135 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 656840064 329244672 12696 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 1480928

[startup+222.301 s]
/proc/loadavg: 4.00 3.96 3.63 5/441 14762
/proc/meminfo: memFree=25266388/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=331784 CPUtime=4.88 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 20388 933 1 0 477 11 0 0 19 0 4 0 656829464 339746816 12702 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14724/statm: 82946 12702 1880 364 0 18858 0

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

/proc/14743/statm: 77821 11214 399 364 0 13736 0
[pid=14745] ppid=14743 vsize=268424 CPUtime=196.17 cores=1,3
/proc/14745/stat : 14745 (hybridGM3) T 14743 14745 14745 0 -1 4202496 7145 0 0 0 19617 0 0 0 25 0 1 0 656840064 274866176 6875 33554432000 134512640 135204385 4291613696 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14745/statm: 67106 6875 64 169 0 66936 0
[pid=14743/tid=14758] ppid=14724 vsize=311284 CPUtime=0 cores=1,3
/proc/14743/task/14758/stat : 14758 (python) S 14724 14724 13135 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656849952 318754816 11214 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604467935917056 0 0 -1 3 0 0 0
[pid=14759] ppid=14724 vsize=321540 CPUtime=0.59 cores=1,3
/proc/14759/stat : 14759 (python) S 14724 14724 13135 0 -1 4202560 1126 0 0 0 29 30 0 0 15 0 2 0 656849953 329256960 11218 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14759/statm: 80385 11218 399 364 0 16297 0
[pid=14761] ppid=14759 vsize=268428 CPUtime=197.57 cores=1,3
/proc/14761/stat : 14761 (hybridGM3) T 14759 14761 14761 0 -1 4202496 7140 0 0 0 19757 0 0 0 25 0 1 0 656849953 274870272 6875 33554432000 134512640 135204385 4289480912 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14761/statm: 67107 6875 64 169 0 66937 0
[pid=14759/tid=14774] ppid=14724 vsize=321540 CPUtime=0 cores=1,3
/proc/14759/task/14774/stat : 14774 (python) S 14724 14724 13135 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656860040 329256960 11218 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604463087254336 0 0 -1 1 0 0 0
[pid=14862] ppid=14724 vsize=331796 CPUtime=0.3 cores=1,3
/proc/14862/stat : 14862 (python) S 14724 14724 13135 0 -1 4202560 1083 0 0 0 15 15 0 0 19 0 2 0 656879501 339759104 11222 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14862/statm: 82949 11222 399 364 0 18858 0
[pid=14864] ppid=14862 vsize=460952 CPUtime=99.97 cores=1,3
/proc/14864/stat : 14864 (TNM) T 14862 14864 14864 0 -1 4202496 4398 0 0 0 9997 0 0 0 25 0 1 0 656879502 472014848 4133 33554432000 134512640 135008748 4287629920 18446744073709551615 134527111 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14864/statm: 115238 4133 46 122 0 114138 0
[pid=14862/tid=14879] ppid=14724 vsize=331796 CPUtime=0 cores=1,3
/proc/14862/task/14879/stat : 14879 (python) S 14724 14724 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656889531 339759104 11222 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604460774859968 0 0 -1 3 0 0 0
[pid=14886] ppid=14724 vsize=342052 CPUtime=0.58 cores=1,3
/proc/14886/stat : 14886 (python) S 14724 14724 13135 0 -1 4202560 1127 0 0 0 29 29 0 0 16 0 2 0 656899262 350261248 11226 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14886/statm: 85513 11226 399 364 0 21419 0
[pid=14888] ppid=14886 vsize=268424 CPUtime=196.62 cores=1,3
/proc/14888/stat : 14888 (hybridGM3) T 14886 14888 14888 0 -1 4202496 7139 0 0 0 19661 1 0 0 25 0 1 0 656899262 274866176 6876 33554432000 134512640 135204385 4293685568 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14888/statm: 67106 6876 64 169 0 66936 0
[pid=14886/tid=14989] ppid=14724 vsize=342052 CPUtime=0 cores=1,3
/proc/14886/task/14989/stat : 14989 (python) S 14724 14724 13135 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656918977 350261248 11226 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604459366495552 0 0 -1 1 0 0 0
[pid=14990] ppid=14724 vsize=352308 CPUtime=0.6 cores=1,3
/proc/14990/stat : 14990 (python) S 14724 14724 13135 0 -1 4202560 1119 0 0 0 31 29 0 0 17 0 2 0 656918979 360763392 11230 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14990/statm: 88077 11230 399 364 0 23980 0
[pid=14992] ppid=14990 vsize=268424 CPUtime=196.17 cores=1,3
/proc/14992/stat : 14992 (hybridGM3) T 14990 14992 14992 0 -1 4202496 7137 0 0 0 19616 1 0 0 25 0 1 0 656918979 274866176 6876 33554432000 134512640 135204385 4287484736 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14992/statm: 67106 6876 64 169 0 66936 0
[pid=14990/tid=15036] ppid=14724 vsize=352308 CPUtime=0 cores=1,3
/proc/14990/task/15036/stat : 15036 (python) S 14724 14724 13135 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656938596 360763392 11230 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604457607624896 0 0 -1 3 0 0 0
[pid=15037] ppid=14724 vsize=362564 CPUtime=0.44 cores=1,3
/proc/15037/stat : 15037 (python) S 14724 14724 13135 0 -1 4202560 947 0 0 0 24 20 0 0 15 0 1 0 656938597 371265536 11204 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535494 0 0 16781312 514 17309796274031001860 0 0 17 1 0 0 0
/proc/15037/statm: 90641 11204 370 364 0 26541 0
[pid=15039] ppid=15037 vsize=268428 CPUtime=150.59 cores=1,3
/proc/15039/stat : 15039 (hybridGM3) R 15037 15039 15039 0 -1 4202496 7134 0 0 0 15059 0 0 0 25 0 1 0 656938598 274870272 6870 33554432000 134512640 135204385 4293531456 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15039/statm: 67107 6870 64 169 0 66937 0
[pid=14724/tid=14731] ppid=14722 vsize=372808 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 656829976 381755392 12726 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=14744] ppid=14722 vsize=372808 CPUtime=0 cores=1,3
/proc/14724/task/14744/stat : 14744 (python) S 14722 14724 13135 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 656840064 381755392 12726 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=14760] ppid=14722 vsize=372808 CPUtime=0 cores=1,3
/proc/14724/task/14760/stat : 14760 (python) S 14722 14724 13135 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 656849953 381755392 12726 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
[pid=14724/tid=14863] ppid=14722 vsize=372808 CPUtime=0 cores=1,3
/proc/14724/task/14863/stat : 14863 (python) S 14722 14724 13135 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 656879502 381755392 12726 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
[pid=14724/tid=14887] ppid=14722 vsize=372808 CPUtime=0 cores=1,3
/proc/14724/task/14887/stat : 14887 (python) S 14722 14724 13135 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656899262 381755392 12726 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=14991] ppid=14722 vsize=372808 CPUtime=0 cores=1,3
/proc/14724/task/14991/stat : 14991 (python) S 14722 14724 13135 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 656918979 381755392 12726 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=15038] ppid=14722 vsize=372808 CPUtime=0 cores=1,3
/proc/14724/task/15038/stat : 15038 (python) S 14722 14724 13135 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656938597 381755392 12726 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.32
Current children cumulated vsize (KiB) 4777124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.46 3.66 4/457 15057
/proc/meminfo: memFree=25026444/32951124 swapFree=53501236/67111528
[pid=14724] ppid=14722 vsize=383064 CPUtime=4.98 cores=1,3
/proc/14724/stat : 14724 (python) S 14722 14724 13135 0 -1 4202496 24998 933 1 0 486 12 0 0 20 0 9 0 656829464 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14724/statm: 95766 12732 1890 364 0 31663 0
[pid=14730] ppid=14724 vsize=311272 CPUtime=0.57 cores=1,3
/proc/14730/stat : 14730 (python) S 14724 14724 13135 0 -1 4202560 1212 0 0 0 27 30 0 0 18 0 2 0 656829975 318742528 11230 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14730/statm: 77818 11230 415 364 0 13736 0
[pid=14732] ppid=14730 vsize=268420 CPUtime=197.59 cores=1,3
/proc/14732/stat : 14732 (hybridGM3) T 14730 14732 14732 0 -1 4202496 7137 0 0 0 19758 1 0 0 25 0 1 0 656829976 274862080 6874 33554432000 134512640 135204385 4292733904 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14732/statm: 67105 6874 64 169 0 66935 0
[pid=14730/tid=14742] ppid=14724 vsize=311272 CPUtime=0 cores=1,3
/proc/14730/task/14742/stat : 14742 (python) S 14724 14724 13135 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 656840062 318742528 11230 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604467111186688 0 0 -1 3 0 0 0
[pid=14743] ppid=14724 vsize=311284 CPUtime=0.59 cores=1,3
/proc/14743/stat : 14743 (python) S 14724 14724 13135 0 -1 4202560 1116 0 0 0 30 29 0 0 15 0 2 0 656840063 318754816 11214 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14743/statm: 77821 11214 399 364 0 13736 0
[pid=14745] ppid=14743 vsize=268424 CPUtime=196.17 cores=1,3
/proc/14745/stat : 14745 (hybridGM3) T 14743 14745 14745 0 -1 4202496 7145 0 0 0 19617 0 0 0 25 0 1 0 656840064 274866176 6875 33554432000 134512640 135204385 4291613696 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14745/statm: 67106 6875 64 169 0 66936 0
[pid=14743/tid=14758] ppid=14724 vsize=311284 CPUtime=0 cores=1,3
/proc/14743/task/14758/stat : 14758 (python) S 14724 14724 13135 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656849952 318754816 11214 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604467935917056 0 0 -1 3 0 0 0
[pid=14759] ppid=14724 vsize=321540 CPUtime=0.59 cores=1,3
/proc/14759/stat : 14759 (python) S 14724 14724 13135 0 -1 4202560 1126 0 0 0 29 30 0 0 15 0 2 0 656849953 329256960 11218 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14759/statm: 80385 11218 399 364 0 16297 0
[pid=14761] ppid=14759 vsize=268428 CPUtime=197.57 cores=1,3
/proc/14761/stat : 14761 (hybridGM3) T 14759 14761 14761 0 -1 4202496 7140 0 0 0 19757 0 0 0 25 0 1 0 656849953 274870272 6875 33554432000 134512640 135204385 4289480912 18446744073709551615 134536646 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14761/statm: 67107 6875 64 169 0 66937 0
[pid=14759/tid=14774] ppid=14724 vsize=321540 CPUtime=0 cores=1,3
/proc/14759/task/14774/stat : 14774 (python) S 14724 14724 13135 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656860040 329256960 11218 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604463087254336 0 0 -1 1 0 0 0
[pid=14862] ppid=14724 vsize=331796 CPUtime=0.3 cores=1,3
/proc/14862/stat : 14862 (python) S 14724 14724 13135 0 -1 4202560 1083 0 0 0 15 15 0 0 19 0 2 0 656879501 339759104 11222 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14862/statm: 82949 11222 399 364 0 18858 0
[pid=14864] ppid=14862 vsize=460952 CPUtime=99.97 cores=1,3
/proc/14864/stat : 14864 (TNM) T 14862 14864 14864 0 -1 4202496 4398 0 0 0 9997 0 0 0 25 0 1 0 656879502 472014848 4133 33554432000 134512640 135008748 4287629920 18446744073709551615 134527111 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14864/statm: 115238 4133 46 122 0 114138 0
[pid=14862/tid=14879] ppid=14724 vsize=331796 CPUtime=0 cores=1,3
/proc/14862/task/14879/stat : 14879 (python) S 14724 14724 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656889531 339759104 11222 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604460774859968 0 0 -1 3 0 0 0
[pid=14886] ppid=14724 vsize=342052 CPUtime=0.58 cores=1,3
/proc/14886/stat : 14886 (python) S 14724 14724 13135 0 -1 4202560 1127 0 0 0 29 29 0 0 16 0 2 0 656899262 350261248 11226 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14886/statm: 85513 11226 399 364 0 21419 0
[pid=14888] ppid=14886 vsize=268424 CPUtime=196.62 cores=1,3
/proc/14888/stat : 14888 (hybridGM3) T 14886 14888 14888 0 -1 4202496 7139 0 0 0 19661 1 0 0 25 0 1 0 656899262 274866176 6876 33554432000 134512640 135204385 4293685568 18446744073709551615 134546144 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14888/statm: 67106 6876 64 169 0 66936 0
[pid=14886/tid=14989] ppid=14724 vsize=342052 CPUtime=0 cores=1,3
/proc/14886/task/14989/stat : 14989 (python) S 14724 14724 13135 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656918977 350261248 11226 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604459366495552 0 0 -1 1 0 0 0
[pid=14990] ppid=14724 vsize=352308 CPUtime=0.6 cores=1,3
/proc/14990/stat : 14990 (python) S 14724 14724 13135 0 -1 4202560 1119 0 0 0 31 29 0 0 17 0 2 0 656918979 360763392 11230 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14990/statm: 88077 11230 399 364 0 23980 0
[pid=14992] ppid=14990 vsize=268424 CPUtime=196.17 cores=1,3
/proc/14992/stat : 14992 (hybridGM3) T 14990 14992 14992 0 -1 4202496 7137 0 0 0 19616 1 0 0 25 0 1 0 656918979 274866176 6876 33554432000 134512640 135204385 4287484736 18446744073709551615 134536663 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14992/statm: 67106 6876 64 169 0 66936 0
[pid=14990/tid=15036] ppid=14724 vsize=352308 CPUtime=0 cores=1,3
/proc/14990/task/15036/stat : 15036 (python) S 14724 14724 13135 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 656938596 360763392 11230 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604457607624896 0 0 -1 3 0 0 0
[pid=15037] ppid=14724 vsize=362564 CPUtime=0.59 cores=1,3
/proc/15037/stat : 15037 (python) S 14724 14724 13135 0 -1 4202560 1122 0 0 0 32 27 0 0 16 0 2 0 656938597 371265536 11234 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15037/statm: 90641 11234 399 364 0 26541 0
[pid=15039] ppid=15037 vsize=268428 CPUtime=196.74 cores=1,3
/proc/15039/stat : 15039 (hybridGM3) T 15037 15039 15039 0 -1 4202496 7138 0 0 0 19674 0 0 0 25 0 1 0 656938598 274870272 6874 33554432000 134512640 135204385 4293531456 18446744073709551615 134545979 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15039/statm: 67107 6874 64 169 0 66937 0
[pid=15037/tid=15054] ppid=14724 vsize=362564 CPUtime=0 cores=1,3
/proc/15037/task/15054/stat : 15054 (python) S 14724 14724 13135 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 656958313 371265536 11234 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 1 0 0 0
[pid=15055] ppid=14724 vsize=372820 CPUtime=0.03 cores=1,3
/proc/15055/stat : 15055 (python) S 14724 14724 13135 0 -1 4202560 934 0 0 0 1 2 0 0 15 0 1 0 656958314 381767680 11214 33554432000 4194304 5683644 140733919464160 18446744073709551615 216634535494 0 0 16781312 514 17309796274031001861 0 0 17 3 0 0 0
/proc/15055/statm: 93205 11214 376 364 0 29102 0
[pid=15057] ppid=15055 vsize=268420 CPUtime=11.5 cores=1,3
/proc/15057/stat : 15057 (hybridGM3) R 15055 15057 15057 0 -1 4202496 7139 0 0 0 1150 0 0 0 25 0 1 0 656958314 274862080 6871 33554432000 134512640 135204385 4289528848 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15057/statm: 67105 6871 64 169 0 66935 0
[pid=14724/tid=14731] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/14731/stat : 14731 (python) S 14722 14724 13135 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 656829976 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=14744] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/14744/stat : 14744 (python) S 14722 14724 13135 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 9 0 656840064 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=14760] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/14760/stat : 14760 (python) S 14722 14724 13135 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 656849953 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
[pid=14724/tid=14863] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/14863/stat : 14863 (python) S 14722 14724 13135 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 656879502 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
[pid=14724/tid=14887] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/14887/stat : 14887 (python) S 14722 14724 13135 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656899262 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=14991] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/14991/stat : 14991 (python) S 14722 14724 13135 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656918979 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=15038] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/15038/stat : 15038 (python) S 14722 14724 13135 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656938597 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 3 0 0 0
[pid=14724/tid=15056] ppid=14722 vsize=383064 CPUtime=0 cores=1,3
/proc/14724/task/15056/stat : 15056 (python) S 14722 14724 13135 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656958314 392257536 12732 33554432000 4194304 5683644 140733919464160 18446744073709551615 216646338993 0 0 16781312 2 18446604468205424768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.16
Current children cumulated vsize (KiB) 5428620

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 14724 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=873259
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=125980
# CPU time returned by wait4() is 4.99924
# while last known CPU time is 1301.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 1301.16
CPU user time (s): 1299.1
CPU system time (s): 2.06
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 5428620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.87326
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26450
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= 2871
involuntary context switches= 48

runsolver used 5.75612 second user time and 12.3191 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 11:37:48
IDJOB=3377319
IDBENCH=82628
IDSOLVER=1857
FILE ID=node103/3377319-1305452268
RUNJOBID= node103-1305451339-14159
PBS_JOBID= 13324856
Free space on /tmp= 72940 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S30704505-092-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-3377319-1305452268/watcher-3377319-1305452268 -o /tmp/evaluation-result-3377319-1305452268/solver-3377319-1305452268 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377319-1305452268.cnf -seed 1817315311 -budget 2400

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

MD5SUM BENCH= 15b86e0c1384321ea7bbac2466a811a7
RANDOM SEED=1817315311

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.83
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.858
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:      25491028 kB
Buffers:        316260 kB
Cached:        4166676 kB
SwapCached:     340192 kB
Active:        1956416 kB
Inactive:      5210856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25491028 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           33880 kB
Writeback:           0 kB
AnonPages:     2355112 kB
Mapped:          19296 kB
Slab:           161476 kB
PageTables:      65100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89278852 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= 72920 MiB
End job on node103 at 2011-05-15 11:59:31