Trace number 3377238

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.58 1300.07

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1854039067-041-UNKNOWN.cnf
MD5SUM30037b76a2fd7877580e038a49317f67
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark560.149
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.69	c INFO: solving HOME/instance-3377238-1305451499.cnf
0.37/0.69	c INFO: computing task features
0.81/1.14	c INFO: computed variable-clause graph statistics
0.81/1.15	c INFO: computed clause balance statistics
3.02/3.33	c INFO: computed variable balance statistics
4.71/5.09	c INFO: computed small-clause counts
4.81/5.16	c INFO: computed Horn-clause counts
6.01/6.30	c INFO: computed variable graph statistics
6.01/6.30	c INFO: collected features for HOME/instance-3377238-1305451499.cnf in 5.59 s
6.01/6.31	c INFO: running hybridGM3@0 for 97 with 2394 remaining (b = 0.38)
105.36/105.47	c INFO: running hybridGM3@0 for 97 with 2295 remaining (b = 0.23)
206.47/206.59	c INFO: running hybridGM3@0 for 97 with 2194 remaining (b = 0.15)
307.68/307.71	c INFO: running hybridGM3@99 for 97 with 2093 remaining (b = 0.12)
404.27/404.02	c INFO: running hybridGM3@100 for 97 with 1997 remaining (b = 0.12)
501.61/501.32	c INFO: running TNM@0 for 97 with 1900 remaining (b = 0.13)
601.95/601.62	c INFO: running hybridGM3@100 for 97 with 1800 remaining (b = 0.11)
699.30/698.92	c INFO: running hybridGM3@0 for 97 with 1703 remaining (b = 0.11)
799.70/799.08	c INFO: running hybridGM3@100 for 97 with 1603 remaining (b = 0.08)
894.29/893.39	c INFO: running hybridGM3@0 for 97 with 1508 remaining (b = 0.08)
995.52/994.54	c INFO: running hybridGM3@100 for 97 with 1407 remaining (b = 0.06)
1090.82/1089.83	c INFO: running hybridGM3@0 for 194 with 1312 remaining (b = 0.11)
1288.79/1287.26	c INFO: running hybridGM3@0 for 194 with 1115 remaining (b = 0.08)

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

running on 2 cores: 5,7

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: 3.79 3.52 3.78 4/391 25969
/proc/meminfo: memFree=24639208/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=15380 CPUtime=0 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 817 0 0 0 0 0 0 0 17 0 1 0 735380664 15749120 703 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/25969/statm: 3845 703 334 364 0 332 0

[startup+0.069069 s]
/proc/loadavg: 3.79 3.52 3.78 4/391 25969
/proc/meminfo: memFree=24639208/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=34420 CPUtime=0.04 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 1550 0 0 0 4 0 0 0 17 0 1 0 735380664 35246080 1387 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/25969/statm: 8605 1387 448 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34420

[startup+0.101061 s]
/proc/loadavg: 3.79 3.52 3.78 4/391 25969
/proc/meminfo: memFree=24639208/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=85616 CPUtime=0.06 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 2628 0 0 0 5 1 0 0 17 0 1 0 735380664 87670784 2347 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/25969/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.30097 s]
/proc/loadavg: 3.79 3.52 3.78 4/391 25969
/proc/meminfo: memFree=24639208/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=135744 CPUtime=0.18 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 5968 932 1 0 14 4 0 0 17 0 1 0 735380664 139001856 4148 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/25969/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.700947 s]
/proc/loadavg: 3.79 3.52 3.78 4/391 25969
/proc/meminfo: memFree=24639208/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=280640 CPUtime=0.41 cores=5,7
/proc/25969/stat : 25969 (python) R 25967 25969 24847 0 -1 4202496 9760 932 1 0 31 10 0 0 16 0 1 0 735380664 287375360 7434 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367546624 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25969/statm: 70160 7456 1758 364 0 6084 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 280640

[startup+1.5008 s]
/proc/loadavg: 3.79 3.52 3.78 5/392 25974
/proc/meminfo: memFree=24595420/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=307968 CPUtime=1.21 cores=5,7
/proc/25969/stat : 25969 (python) R 25967 25969 24847 0 -1 4202496 20150 932 1 0 110 11 0 0 16 0 1 0 735380664 315359232 14377 33554432000 4194304 5683644 140733703504256 18446744073709551615 47088740077596 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25969/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 307968

[startup+3.1005 s]
/proc/loadavg: 3.81 3.53 3.78 5/392 25974
/proc/meminfo: memFree=24586244/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=307968 CPUtime=2.81 cores=5,7
/proc/25969/stat : 25969 (python) R 25967 25969 24847 0 -1 4202496 20150 932 1 0 270 11 0 0 18 0 1 0 735380664 315359232 14377 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379383984 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25969/statm: 76992 14377 1826 364 0 12916 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 307968

[startup+6.30091 s]
/proc/loadavg: 3.81 3.53 3.78 5/392 25974
/proc/meminfo: memFree=24586244/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=307968 CPUtime=6.01 cores=5,7
/proc/25969/stat : 25969 (python) R 25967 25969 24847 0 -1 4202496 20157 932 1 0 590 11 0 0 25 0 1 0 735380664 315359232 14384 33554432000 4194304 5683644 140733703504256 18446744073709551615 47088739825804 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25969/statm: 76992 14384 1833 364 0 12916 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 307968

[startup+12.7007 s]
/proc/loadavg: 3.84 3.55 3.78 5/395 25977
/proc/meminfo: memFree=24554452/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=315888 CPUtime=6.02 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 20443 932 1 0 591 11 0 0 20 0 2 0 735380664 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25969/statm: 78972 13843 1875 364 0 14890 0
[pid=25975] ppid=25969 vsize=305644 CPUtime=0.01 cores=5,7
/proc/25975/stat : 25975 (python) S 25969 25969 24847 0 -1 4202560 972 0 0 0 0 1 0 0 18 0 1 0 735381296 312979456 12345 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367566863 0 0 16781312 514 13151852870158483719 0 0 17 7 0 0 0
/proc/25975/statm: 76411 12345 381 364 0 12329 0
[pid=25977] ppid=25975 vsize=268420 CPUtime=6.36 cores=5,7
/proc/25977/stat : 25977 (hybridGM3) R 25975 25977 25977 0 -1 4202496 7611 0 0 0 636 0 0 0 25 0 1 0 735381296 274862080 7344 33554432000 134512640 135204385 4294458864 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25977/statm: 67105 7344 64 169 0 66935 0
[pid=25969/tid=25976] ppid=25967 vsize=315888 CPUtime=0 cores=5,7
/proc/25969/task/25976/stat : 25976 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 735381296 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 889952

[startup+25.5004 s]
/proc/loadavg: 3.86 3.56 3.78 5/395 25977
/proc/meminfo: memFree=24555596/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=315888 CPUtime=6.02 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 20443 932 1 0 591 11 0 0 20 0 2 0 735380664 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25969/statm: 78972 13843 1875 364 0 14890 0
[pid=25975] ppid=25969 vsize=305644 CPUtime=0.04 cores=5,7
/proc/25975/stat : 25975 (python) S 25969 25969 24847 0 -1 4202560 976 0 0 0 2 2 0 0 18 0 1 0 735381296 312979456 12345 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367566863 0 0 16781312 514 12723443003507572999 0 0 17 7 0 0 0
/proc/25975/statm: 76411 12345 381 364 0 12329 0
[pid=25977] ppid=25975 vsize=268420 CPUtime=19.16 cores=5,7
/proc/25977/stat : 25977 (hybridGM3) R 25975 25977 25977 0 -1 4202496 7611 0 0 0 1916 0 0 0 25 0 1 0 735381296 274862080 7344 33554432000 134512640 135204385 4294458864 18446744073709551615 134537544 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25977/statm: 67105 7344 64 169 0 66935 0
[pid=25969/tid=25976] ppid=25967 vsize=315888 CPUtime=0 cores=5,7
/proc/25969/task/25976/stat : 25976 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 735381296 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 889952

[startup+51.1006 s]
/proc/loadavg: 3.91 3.59 3.79 5/395 25978
/proc/meminfo: memFree=24555424/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=315888 CPUtime=6.02 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 20443 932 1 0 591 11 0 0 20 0 2 0 735380664 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25969/statm: 78972 13843 1875 364 0 14890 0
[pid=25975] ppid=25969 vsize=305644 CPUtime=0.11 cores=5,7
/proc/25975/stat : 25975 (python) S 25969 25969 24847 0 -1 4202560 987 0 0 0 6 5 0 0 18 0 1 0 735381296 312979456 12345 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367566863 0 0 16781312 514 12723443003507572999 0 0 17 7 0 0 0
/proc/25975/statm: 76411 12345 381 364 0 12329 0
[pid=25977] ppid=25975 vsize=268420 CPUtime=44.77 cores=5,7
/proc/25977/stat : 25977 (hybridGM3) R 25975 25977 25977 0 -1 4202496 7612 0 0 0 4477 0 0 0 25 0 1 0 735381296 274862080 7345 33554432000 134512640 135204385 4294458864 18446744073709551615 134537383 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25977/statm: 67105 7345 64 169 0 66935 0
[pid=25969/tid=25976] ppid=25967 vsize=315888 CPUtime=0 cores=5,7
/proc/25969/task/25976/stat : 25976 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 735381296 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 889952

[startup+102.315 s]
/proc/loadavg: 4.08 3.69 3.81 5/407 25991
/proc/meminfo: memFree=24464008/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=315888 CPUtime=6.02 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 20443 932 1 0 591 11 0 0 20 0 2 0 735380664 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25969/statm: 78972 13843 1875 364 0 14890 0
[pid=25975] ppid=25969 vsize=305644 CPUtime=0.27 cores=5,7
/proc/25975/stat : 25975 (python) S 25969 25969 24847 0 -1 4202560 1010 0 0 0 14 13 0 0 18 0 1 0 735381296 312979456 12345 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367566863 0 0 16781312 514 12723443003507572999 0 0 17 7 0 0 0
/proc/25975/statm: 76411 12345 381 364 0 12329 0
[pid=25977] ppid=25975 vsize=268420 CPUtime=95.98 cores=5,7
/proc/25977/stat : 25977 (hybridGM3) R 25975 25977 25977 0 -1 4202496 7612 0 0 0 9598 0 0 0 25 0 1 0 735381296 274862080 7345 33554432000 134512640 135204385 4294458864 18446744073709551615 134536791 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25977/statm: 67105 7345 64 169 0 66935 0
[pid=25969/tid=25976] ppid=25967 vsize=315888 CPUtime=0 cores=5,7
/proc/25969/task/25976/stat : 25976 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 735381296 323469312 13843 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 889952

[startup+162.301 s]
/proc/loadavg: 4.10 3.76 3.83 5/411 25997
/proc/meminfo: memFree=24429212/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=326144 CPUtime=6.03 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 21344 932 1 0 592 11 0 0 20 0 3 0 735380664 333971456 13850 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25969/statm: 81536 13850 1878 364 0 17451 0
[pid=25975] ppid=25969 vsize=315888 CPUtime=0.28 cores=5,7
/proc/25975/stat : 25975 (python) S 25969 25969 24847 0 -1 4202560 1149 0 0 0 15 13 0 0 19 0 2 0 735381296 323469312 12383 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25975/statm: 78972 12383 414 364 0 14890 0
[pid=25977] ppid=25975 vsize=268420 CPUtime=99.12 cores=5,7
/proc/25977/stat : 25977 (hybridGM3) T 25975 25977 25977 0 -1 4202496 7612 0 0 0 9912 0 0 0 25 0 1 0 735381296 274862080 7345 33554432000 134512640 135204385 4294458864 18446744073709551615 134546059 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25977/statm: 67105 7345 64 169 0 66935 0
[pid=25975/tid=25992] ppid=25969 vsize=315888 CPUtime=0 cores=5,7
/proc/25975/task/25992/stat : 25992 (python) S 25969 25969 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735391210 323469312 12383 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604460269814912 0 0 -1 7 0 0 0
[pid=25993] ppid=25969 vsize=315900 CPUtime=0.15 cores=5,7
/proc/25993/stat : 25993 (python) S 25969 25969 24847 0 -1 4202560 900 0 0 0 7 8 0 0 18 0 1 0 735391211 323481600 12338 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367566918 0 0 16781312 514 12723443003507572999 0 0 17 5 0 0 0
/proc/25993/statm: 78975 12338 370 364 0 14890 0
[pid=25995] ppid=25993 vsize=268428 CPUtime=56.68 cores=5,7
/proc/25995/stat : 25995 (hybridGM3) R 25993 25995 25995 0 -1 4202496 7616 0 0 0 5667 1 0 0 25 0 1 0 735391211 274870272 7352 33554432000 134512640 135204385 4293638720 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25995/statm: 67107 7352 64 169 0 66937 0
[pid=25969/tid=25976] ppid=25967 vsize=326144 CPUtime=0 cores=5,7
/proc/25969/task/25976/stat : 25976 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 735381296 333971456 13850 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
[pid=25969/tid=25994] ppid=25967 vsize=326144 CPUtime=0 cores=5,7
/proc/25969/task/25994/stat : 25994 (python) S 25967 25969 24847 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 735391211 333971456 13850 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1494780

[startup+222.301 s]
/proc/loadavg: 4.10 3.83 3.84 5/421 26009
/proc/meminfo: memFree=24376716/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=336400 CPUtime=6.04 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 22212 932 1 0 593 11 0 0 20 0 4 0 735380664 344473600 13856 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25969/statm: 84100 13856 1880 364 0 20012 0
[pid=25975] ppid=25969 vsize=315888 CPUtime=0.28 cores=5,7
/proc/25975/stat : 25975 (python) S 25969 25969 24847 0 -1 4202560 1149 0 0 0 15 13 0 0 19 0 2 0 735381296 323469312 12383 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25975/statm: 78972 12383 414 364 0 14890 0
[pid=25977] ppid=25975 vsize=268420 CPUtime=99.12 cores=5,7
/proc/25977/stat : 25977 (hybridGM3) T 25975 25977 25977 0 -1 4202496 7612 0 0 0 9912 0 0 0 25 0 1 0 735381296 274862080 7345 33554432000 134512640 135204385 4294458864 18446744073709551615 134546059 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25977/statm: 67105 7345 64 169 0 66935 0
[pid=25975/tid=25992] ppid=25969 vsize=315888 CPUtime=0 cores=5,7
/proc/25975/task/25992/stat : 25992 (python) S 25969 25969 24847 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735391210 323469312 12383 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604460269814912 0 0 -1 7 0 0 0

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

/proc/25993/statm: 78975 12368 399 364 0 14890 0
[pid=25995] ppid=25993 vsize=268428 CPUtime=197.85 cores=5,7
/proc/25995/stat : 25995 (hybridGM3) T 25993 25995 25995 0 -1 4202496 7616 0 0 0 19784 1 0 0 25 0 1 0 735391211 274870272 7352 33554432000 134512640 135204385 4293638720 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25995/statm: 67107 7352 64 169 0 66937 0
[pid=25993/tid=26005] ppid=25969 vsize=315900 CPUtime=0 cores=5,7
/proc/25993/task/26005/stat : 26005 (python) S 25969 25969 24847 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 735401322 323481600 12368 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604455449897024 0 0 -1 7 0 0 0
[pid=26006] ppid=25969 vsize=326156 CPUtime=0.59 cores=5,7
/proc/26006/stat : 26006 (python) S 25969 25969 24847 0 -1 4202560 1122 0 0 0 30 29 0 0 18 0 2 0 735401323 333983744 12372 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26006/statm: 81539 12372 399 364 0 17451 0
[pid=26008] ppid=26006 vsize=268424 CPUtime=197.88 cores=5,7
/proc/26008/stat : 26008 (hybridGM3) T 26006 26008 26008 0 -1 4202496 7614 0 0 0 19788 0 0 0 25 0 1 0 735401324 274866176 7348 33554432000 134512640 135204385 4288595584 18446744073709551615 134536698 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26008/statm: 67106 7348 64 169 0 66936 0
[pid=26006/tid=26016] ppid=25969 vsize=326156 CPUtime=0 cores=5,7
/proc/26006/task/26016/stat : 26016 (python) S 25969 25969 24847 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 735411434 333983744 12372 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604460380119232 0 0 -1 5 0 0 0
[pid=26038] ppid=25969 vsize=336412 CPUtime=0.3 cores=5,7
/proc/26038/stat : 26038 (python) S 25969 25969 24847 0 -1 4202560 1070 0 0 0 15 15 0 0 19 0 2 0 735430796 344485888 12376 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26038/statm: 84103 12376 399 364 0 20012 0
[pid=26040] ppid=26038 vsize=463080 CPUtime=100.04 cores=5,7
/proc/26040/stat : 26040 (TNM) T 26038 26040 26040 0 -1 4202496 5208 0 0 0 10003 1 0 0 25 0 1 0 735430797 474193920 4943 33554432000 134512640 135008748 4294504256 18446744073709551615 134528456 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26040/statm: 115770 4943 46 122 0 114670 0
[pid=26038/tid=26089] ppid=25969 vsize=336412 CPUtime=0 cores=5,7
/proc/26038/task/26089/stat : 26089 (python) S 25969 25969 24847 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735440826 344485888 12376 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604462549956480 0 0 -1 7 0 0 0
[pid=26098] ppid=25969 vsize=346668 CPUtime=0.6 cores=5,7
/proc/26098/stat : 26098 (python) S 25969 25969 24847 0 -1 4202560 1128 0 0 0 31 29 0 0 18 0 2 0 735450557 354988032 12380 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26098/statm: 86667 12380 399 364 0 22573 0
[pid=26100] ppid=26098 vsize=268420 CPUtime=194.44 cores=5,7
/proc/26100/stat : 26100 (hybridGM3) T 26098 26100 26100 0 -1 4202496 7613 0 0 0 19443 1 0 0 25 0 1 0 735450557 274862080 7347 33554432000 134512640 135204385 4287467600 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26100/statm: 67105 7347 64 169 0 66935 0
[pid=26098/tid=26145] ppid=25969 vsize=346668 CPUtime=0 cores=5,7
/proc/26098/task/26145/stat : 26145 (python) S 25969 25969 24847 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 735460571 354988032 12380 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604464956659840 0 0 -1 7 0 0 0
[pid=26158] ppid=25969 vsize=356924 CPUtime=0.6 cores=5,7
/proc/26158/stat : 26158 (python) S 25969 25969 24847 0 -1 4202560 1128 0 0 0 31 29 0 0 18 0 2 0 735470004 365490176 12384 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26158/statm: 89231 12384 399 364 0 25134 0
[pid=26160] ppid=26158 vsize=268428 CPUtime=195.83 cores=5,7
/proc/26160/stat : 26160 (hybridGM3) T 26158 26160 26160 0 -1 4202496 7608 0 0 0 19582 1 0 0 25 0 1 0 735470004 274870272 7350 33554432000 134512640 135204385 4287616480 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26160/statm: 67107 7350 64 169 0 66937 0
[pid=26158/tid=26173] ppid=25969 vsize=356924 CPUtime=0 cores=5,7
/proc/26158/task/26173/stat : 26173 (python) S 25969 25969 24847 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 735480118 365490176 12384 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604460274143680 0 0 -1 7 0 0 0
[pid=26178] ppid=25969 vsize=367180 CPUtime=0.45 cores=5,7
/proc/26178/stat : 26178 (python) S 25969 25969 24847 0 -1 4202560 951 0 0 0 25 20 0 0 18 0 1 0 735489647 375992320 12358 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367566918 0 0 16781312 514 12723443003507572997 0 0 17 7 0 0 0
/proc/26178/statm: 91795 12358 370 364 0 27695 0
[pid=26180] ppid=26178 vsize=268424 CPUtime=152.45 cores=5,7
/proc/26180/stat : 26180 (hybridGM3) R 26178 26180 26180 0 -1 4202496 7613 0 0 0 15245 0 0 0 25 0 1 0 735489648 274866176 7349 33554432000 134512640 135204385 4294943728 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26180/statm: 67106 7349 64 169 0 66936 0
[pid=25969/tid=25976] ppid=25967 vsize=377424 CPUtime=0 cores=5,7
/proc/25969/task/25976/stat : 25976 (python) S 25967 25969 24847 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 735381296 386482176 13880 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
[pid=25969/tid=25994] ppid=25967 vsize=377424 CPUtime=0 cores=5,7
/proc/25969/task/25994/stat : 25994 (python) S 25967 25969 24847 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 735391211 386482176 13880 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26007] ppid=25967 vsize=377424 CPUtime=0 cores=5,7
/proc/25969/task/26007/stat : 26007 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 8 0 735401323 386482176 13880 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26039] ppid=25967 vsize=377424 CPUtime=0 cores=5,7
/proc/25969/task/26039/stat : 26039 (python) S 25967 25969 24847 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 8 0 735430796 386482176 13880 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26099] ppid=25967 vsize=377424 CPUtime=0 cores=5,7
/proc/25969/task/26099/stat : 26099 (python) S 25967 25969 24847 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 8 0 735450557 386482176 13880 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26159] ppid=25967 vsize=377424 CPUtime=0 cores=5,7
/proc/25969/task/26159/stat : 26159 (python) S 25967 25969 24847 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 735470004 386482176 13880 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26179] ppid=25967 vsize=377424 CPUtime=0 cores=5,7
/proc/25969/task/26179/stat : 26179 (python) S 25967 25969 24847 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 735489647 386482176 13880 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.76
Current children cumulated vsize (KiB) 4816176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.03 3.97 5/452 26322
/proc/meminfo: memFree=23830892/32950928 swapFree=38710892/67111528
[pid=25969] ppid=25967 vsize=387680 CPUtime=6.16 cores=5,7
/proc/25969/stat : 25969 (python) S 25967 25969 24847 0 -1 4202496 26956 932 1 0 604 12 0 0 20 0 9 0 735380664 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25969/statm: 96920 13886 1890 364 0 32817 0
[pid=25975] ppid=25969 vsize=315888 CPUtime=0.58 cores=5,7
/proc/25975/stat : 25975 (python) S 25969 25969 24847 0 -1 4202560 1199 0 0 0 29 29 0 0 18 0 2 0 735381296 323469312 12384 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25975/statm: 78972 12384 415 364 0 14890 0
[pid=25977] ppid=25975 vsize=268420 CPUtime=195.42 cores=5,7
/proc/25977/stat : 25977 (hybridGM3) T 25975 25977 25977 0 -1 4202496 7612 0 0 0 19542 0 0 0 25 0 1 0 735381296 274862080 7345 33554432000 134512640 135204385 4294458864 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25977/statm: 67105 7345 64 169 0 66935 0
[pid=25975/tid=25992] ppid=25969 vsize=315888 CPUtime=0 cores=5,7
/proc/25975/task/25992/stat : 25992 (python) S 25969 25969 24847 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 735391210 323469312 12384 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604460269814912 0 0 -1 7 0 0 0
[pid=25993] ppid=25969 vsize=315900 CPUtime=0.58 cores=5,7
/proc/25993/stat : 25993 (python) S 25969 25969 24847 0 -1 4202560 1112 0 0 0 30 28 0 0 18 0 2 0 735391211 323481600 12368 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25993/statm: 78975 12368 399 364 0 14890 0
[pid=25995] ppid=25993 vsize=268428 CPUtime=197.85 cores=5,7
/proc/25995/stat : 25995 (hybridGM3) T 25993 25995 25995 0 -1 4202496 7616 0 0 0 19784 1 0 0 25 0 1 0 735391211 274870272 7352 33554432000 134512640 135204385 4293638720 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25995/statm: 67107 7352 64 169 0 66937 0
[pid=25993/tid=26005] ppid=25969 vsize=315900 CPUtime=0 cores=5,7
/proc/25993/task/26005/stat : 26005 (python) S 25969 25969 24847 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 735401322 323481600 12368 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604455449897024 0 0 -1 7 0 0 0
[pid=26006] ppid=25969 vsize=326156 CPUtime=0.59 cores=5,7
/proc/26006/stat : 26006 (python) S 25969 25969 24847 0 -1 4202560 1122 0 0 0 30 29 0 0 18 0 2 0 735401323 333983744 12372 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26006/statm: 81539 12372 399 364 0 17451 0
[pid=26008] ppid=26006 vsize=268424 CPUtime=197.88 cores=5,7
/proc/26008/stat : 26008 (hybridGM3) T 26006 26008 26008 0 -1 4202496 7614 0 0 0 19788 0 0 0 25 0 1 0 735401324 274866176 7348 33554432000 134512640 135204385 4288595584 18446744073709551615 134536698 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26008/statm: 67106 7348 64 169 0 66936 0
[pid=26006/tid=26016] ppid=25969 vsize=326156 CPUtime=0 cores=5,7
/proc/26006/task/26016/stat : 26016 (python) S 25969 25969 24847 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 735411434 333983744 12372 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604460380119232 0 0 -1 5 0 0 0
[pid=26038] ppid=25969 vsize=336412 CPUtime=0.3 cores=5,7
/proc/26038/stat : 26038 (python) S 25969 25969 24847 0 -1 4202560 1070 0 0 0 15 15 0 0 19 0 2 0 735430796 344485888 12376 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26038/statm: 84103 12376 399 364 0 20012 0
[pid=26040] ppid=26038 vsize=463080 CPUtime=100.04 cores=5,7
/proc/26040/stat : 26040 (TNM) T 26038 26040 26040 0 -1 4202496 5208 0 0 0 10003 1 0 0 25 0 1 0 735430797 474193920 4943 33554432000 134512640 135008748 4294504256 18446744073709551615 134528456 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/26040/statm: 115770 4943 46 122 0 114670 0
[pid=26038/tid=26089] ppid=25969 vsize=336412 CPUtime=0 cores=5,7
/proc/26038/task/26089/stat : 26089 (python) S 25969 25969 24847 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735440826 344485888 12376 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604462549956480 0 0 -1 7 0 0 0
[pid=26098] ppid=25969 vsize=346668 CPUtime=0.6 cores=5,7
/proc/26098/stat : 26098 (python) S 25969 25969 24847 0 -1 4202560 1128 0 0 0 31 29 0 0 18 0 2 0 735450557 354988032 12380 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26098/statm: 86667 12380 399 364 0 22573 0
[pid=26100] ppid=26098 vsize=268420 CPUtime=194.44 cores=5,7
/proc/26100/stat : 26100 (hybridGM3) T 26098 26100 26100 0 -1 4202496 7613 0 0 0 19443 1 0 0 25 0 1 0 735450557 274862080 7347 33554432000 134512640 135204385 4287467600 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26100/statm: 67105 7347 64 169 0 66935 0
[pid=26098/tid=26145] ppid=25969 vsize=346668 CPUtime=0 cores=5,7
/proc/26098/task/26145/stat : 26145 (python) S 25969 25969 24847 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 735460571 354988032 12380 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604464956659840 0 0 -1 7 0 0 0
[pid=26158] ppid=25969 vsize=356924 CPUtime=0.6 cores=5,7
/proc/26158/stat : 26158 (python) S 25969 25969 24847 0 -1 4202560 1128 0 0 0 31 29 0 0 18 0 2 0 735470004 365490176 12384 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/26158/statm: 89231 12384 399 364 0 25134 0
[pid=26160] ppid=26158 vsize=268428 CPUtime=195.83 cores=5,7
/proc/26160/stat : 26160 (hybridGM3) T 26158 26160 26160 0 -1 4202496 7608 0 0 0 19582 1 0 0 25 0 1 0 735470004 274870272 7350 33554432000 134512640 135204385 4287616480 18446744073709551615 134536641 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26160/statm: 67107 7350 64 169 0 66937 0
[pid=26158/tid=26173] ppid=25969 vsize=356924 CPUtime=0 cores=5,7
/proc/26158/task/26173/stat : 26173 (python) S 25969 25969 24847 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 735480118 365490176 12384 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604460274143680 0 0 -1 7 0 0 0
[pid=26178] ppid=25969 vsize=367180 CPUtime=0.6 cores=5,7
/proc/26178/stat : 26178 (python) S 25969 25969 24847 0 -1 4202560 1128 0 0 0 33 27 0 0 19 0 2 0 735489647 375992320 12388 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/26178/statm: 91795 12388 399 364 0 27695 0
[pid=26180] ppid=26178 vsize=268424 CPUtime=197.41 cores=5,7
/proc/26180/stat : 26180 (hybridGM3) T 26178 26180 26180 0 -1 4202496 7613 0 0 0 19741 0 0 0 25 0 1 0 735489648 274866176 7349 33554432000 134512640 135204385 4294943728 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/26180/statm: 67106 7349 64 169 0 66936 0
[pid=26178/tid=26312] ppid=25969 vsize=367180 CPUtime=0 cores=5,7
/proc/26178/task/26312/stat : 26312 (python) S 25969 25969 24847 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735509389 375992320 12388 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 514 18446604466467512512 0 0 -1 5 0 0 0
[pid=26314] ppid=25969 vsize=377436 CPUtime=0.03 cores=5,7
/proc/26314/stat : 26314 (python) S 25969 25969 24847 0 -1 4202560 932 0 0 0 1 2 0 0 18 0 1 0 735509391 386494464 12367 33554432000 4194304 5683644 140733703504256 18446744073709551615 251367566918 0 0 16781312 514 12723443003507572999 0 0 17 5 0 0 0
/proc/26314/statm: 94359 12367 375 364 0 30256 0
[pid=26316] ppid=26314 vsize=268424 CPUtime=12.67 cores=5,7
/proc/26316/stat : 26316 (hybridGM3) R 26314 26316 26316 0 -1 4202496 7608 0 0 0 1267 0 0 0 25 0 1 0 735509391 274866176 7346 33554432000 134512640 135204385 4293357360 18446744073709551615 134547408 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/26316/statm: 67106 7346 64 169 0 66936 0
[pid=25969/tid=25976] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/25976/stat : 25976 (python) S 25967 25969 24847 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 735381296 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
[pid=25969/tid=25994] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/25994/stat : 25994 (python) S 25967 25969 24847 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 735391211 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26007] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/26007/stat : 26007 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 735401323 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26039] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/26039/stat : 26039 (python) S 25967 25969 24847 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 735430796 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26099] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/26099/stat : 26099 (python) S 25967 25969 24847 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 735450557 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26159] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/26159/stat : 26159 (python) S 25967 25969 24847 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 735470004 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
[pid=25969/tid=26179] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/26179/stat : 26179 (python) S 25967 25969 24847 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 735489647 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 7 0 0 0
[pid=25969/tid=26315] ppid=25967 vsize=387680 CPUtime=0 cores=5,7
/proc/25969/task/26315/stat : 26315 (python) S 25967 25969 24847 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 735509391 396984320 13886 33554432000 4194304 5683644 140733703504256 18446744073709551615 251379370417 0 0 16781312 2 18446604446363563264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 5472292

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 25969 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=57079
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 6.18906
# while last known CPU time is 1301.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.07
CPU time (s): 1301.58
CPU user time (s): 1299.54
CPU system time (s): 2.04
CPU usage (%): 100.116
Max. virtual memory (cumulated for all children) (KiB): 5472292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.05708
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28369
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= 2874
involuntary context switches= 58

runsolver used 5.9441 second user time and 13.7299 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 11:25:00
IDJOB=3377238
IDBENCH=82547
IDSOLVER=1857
FILE ID=node113/3377238-1305451499
RUNJOBID= node113-1305451360-25850
PBS_JOBID= 13324872
Free space on /tmp= 73380 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S1854039067-041-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-3377238-1305451499/watcher-3377238-1305451499 -o /tmp/evaluation-result-3377238-1305451499/solver-3377238-1305451499 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377238-1305451499.cnf -seed 1861503481 -budget 2400

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

MD5SUM BENCH= 30037b76a2fd7877580e038a49317f67
RANDOM SEED=1861503481

node113.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	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24639488 kB
Buffers:        270472 kB
Cached:        3058132 kB
SwapCached:      93712 kB
Active:        1283092 kB
Inactive:      6747596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24639488 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           34228 kB
Writeback:           4 kB
AnonPages:     4620304 kB
Mapped:          21120 kB
Slab:           118612 kB
PageTables:      98616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 90823128 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= 73332 MiB
End job on node113 at 2011-05-15 11:46:42