Trace number 3377199

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) 1299.96 1300.07

General information on the benchmark

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

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.48	c INFO: solving HOME/instance-3377199-1305451331.cnf
0.31/0.48	c INFO: computing task features
0.80/0.99	c INFO: computed variable-clause graph statistics
0.91/1.01	c INFO: computed clause balance statistics
3.40/3.54	c INFO: computed variable balance statistics
5.41/5.57	c INFO: computed small-clause counts
5.41/5.58	c INFO: computed Horn-clause counts
7.00/7.14	c INFO: computed variable graph statistics
7.00/7.14	c INFO: collected features for HOME/instance-3377199-1305451331.cnf in 6.65 s
7.00/7.16	c INFO: running hybridGM3@0 for 97 with 2393 remaining (b = 0.36)
107.28/107.45	c INFO: running hybridGM3@0 for 97 with 2293 remaining (b = 0.21)
207.58/207.76	c INFO: running hybridGM3@0 for 97 with 2193 remaining (b = 0.14)
307.90/308.07	c INFO: running hybridGM3@100 for 97 with 2093 remaining (b = 0.11)
405.21/405.30	c INFO: running hybridGM3@100 for 97 with 1996 remaining (b = 0.11)
502.44/502.54	c INFO: running TNM@0 for 97 with 1899 remaining (b = 0.13)
602.65/602.79	c INFO: running hybridGM3@100 for 97 with 1799 remaining (b = 0.10)
699.97/700.04	c INFO: running hybridGM3@0 for 97 with 1702 remaining (b = 0.10)
798.48/798.39	c INFO: running hybridGM3@98 for 97 with 1603 remaining (b = 0.08)
898.05/897.65	c INFO: running hybridGM3@0 for 97 with 1504 remaining (b = 0.07)
998.41/998.00	c INFO: running hybridGM3@100 for 97 with 1404 remaining (b = 0.06)
1093.56/1093.24	c INFO: running hybridGM3@0 for 194 with 1309 remaining (b = 0.10)
1289.79/1289.85	c INFO: running hybridGM3@0 for 194 with 1113 remaining (b = 0.07)

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-3377199-1305451331/watcher-3377199-1305451331 -o /tmp/evaluation-result-3377199-1305451331/solver-3377199-1305451331 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377199-1305451331.cnf -seed 1064434605 -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: 2.96 3.06 3.28 4/313 32492
/proc/meminfo: memFree=27206512/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=16240 CPUtime=0 cores=5,7
/proc/32492/stat : 32492 (python) R 32490 32492 31275 0 -1 4202496 994 0 0 0 0 0 0 0 17 0 1 0 656731656 16629760 868 33554432000 4194304 5683644 140736650782848 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32492/statm: 4060 868 368 364 0 547 0

[startup+0.084344 s]
/proc/loadavg: 2.96 3.06 3.28 4/313 32492
/proc/meminfo: memFree=27206512/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=85620 CPUtime=0.06 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 2629 0 0 0 5 1 0 0 17 0 1 0 656731656 87674880 2348 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/32492/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.100977 s]
/proc/loadavg: 2.96 3.06 3.28 4/313 32492
/proc/meminfo: memFree=27206512/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=104216 CPUtime=0.06 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 3044 0 0 0 5 1 0 0 17 0 1 0 656731656 106717184 2731 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/32492/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.301022 s]
/proc/loadavg: 2.96 3.06 3.28 4/313 32492
/proc/meminfo: memFree=27206512/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=156688 CPUtime=0.23 cores=5,7
/proc/32492/stat : 32492 (python) D 32490 32492 31275 0 -1 4202496 6417 934 1 0 17 6 0 0 17 0 1 0 656731656 160448512 4523 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204643173 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/32492/statm: 39172 4523 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 156688

[startup+0.700876 s]
/proc/loadavg: 2.96 3.06 3.28 4/313 32492
/proc/meminfo: memFree=27206512/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=295092 CPUtime=0.6 cores=5,7
/proc/32492/stat : 32492 (python) R 32490 32492 31275 0 -1 4202496 13329 934 1 0 51 9 0 0 17 0 1 0 656731656 302174208 11002 33554432000 4194304 5683644 140736650782848 18446744073709551615 47944650142972 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/32492/statm: 73773 11002 1761 364 0 9697 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 295092

[startup+1.50077 s]
/proc/loadavg: 2.96 3.06 3.28 5/314 32501
/proc/meminfo: memFree=27130988/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=312968 CPUtime=1.4 cores=5,7
/proc/32492/stat : 32492 (python) R 32490 32492 31275 0 -1 4202496 21976 934 1 0 130 10 0 0 19 0 1 0 656731656 320479232 15627 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204314606 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32492/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 312968

[startup+3.10051 s]
/proc/loadavg: 2.96 3.06 3.28 5/317 32504
/proc/meminfo: memFree=27129240/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=312968 CPUtime=3 cores=5,7
/proc/32492/stat : 32492 (python) R 32490 32492 31275 0 -1 4202496 21976 934 1 0 290 10 0 0 22 0 1 0 656731656 320479232 15627 33554432000 4194304 5683644 140736650782848 18446744073709551615 4662294 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32492/statm: 78242 15627 1826 364 0 14166 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 312968

[startup+6.30097 s]
/proc/loadavg: 3.04 3.08 3.28 5/317 32504
/proc/meminfo: memFree=27129616/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=312968 CPUtime=6.2 cores=5,7
/proc/32492/stat : 32492 (python) R 32490 32492 31275 0 -1 4202496 21983 934 1 0 610 10 0 0 25 0 1 0 656731656 320479232 15634 33554432000 4194304 5683644 140736650782848 18446744073709551615 47944479291520 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/32492/statm: 78242 15634 1833 364 0 14166 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 312968

[startup+12.7009 s]
/proc/loadavg: 3.12 3.09 3.29 5/320 32508
/proc/meminfo: memFree=27097872/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=320504 CPUtime=7.06 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 22266 934 1 0 696 10 0 0 25 0 2 0 656731656 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32492/statm: 80126 14989 1867 364 0 16044 0
[pid=32505] ppid=32492 vsize=310260 CPUtime=0.01 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 981 0 0 0 0 1 0 0 15 0 1 0 656732372 317706240 13499 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204667407 0 0 16781312 514 7655921733609685256 0 0 17 5 0 0 0
/proc/32505/statm: 77565 13499 381 364 0 13483 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=5.52 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) R 32505 32507 32507 0 -1 4202496 8086 0 0 0 551 1 0 0 25 0 1 0 656732372 274866176 7819 33554432000 134512640 135204385 4288400384 18446744073709551615 134537403 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32507/statm: 67106 7819 64 169 0 66936 0
[pid=32492/tid=32506] ppid=32490 vsize=320504 CPUtime=0 cores=5,7
/proc/32492/task/32506/stat : 32506 (python) S 32490 32492 31275 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 656732372 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 899188

[startup+25.5008 s]
/proc/loadavg: 3.31 3.14 3.30 5/317 32540
/proc/meminfo: memFree=27108548/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=320504 CPUtime=7.06 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 22266 934 1 0 696 10 0 0 25 0 2 0 656731656 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32492/statm: 80126 14989 1867 364 0 16044 0
[pid=32505] ppid=32492 vsize=310260 CPUtime=0.03 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 988 0 0 0 1 2 0 0 15 0 1 0 656732372 317706240 13499 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204667407 0 0 16781312 514 17194391533579632904 0 0 17 5 0 0 0
/proc/32505/statm: 77565 13499 381 364 0 13483 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=18.29 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) R 32505 32507 32507 0 -1 4202496 8090 0 0 0 1828 1 0 0 25 0 1 0 656732372 274866176 7823 33554432000 134512640 135204385 4288400384 18446744073709551615 134537608 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32507/statm: 67106 7823 64 169 0 66936 0
[pid=32492/tid=32506] ppid=32490 vsize=320504 CPUtime=0 cores=5,7
/proc/32492/task/32506/stat : 32506 (python) S 32490 32492 31275 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 656732372 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 899188

[startup+51.1005 s]
/proc/loadavg: 3.63 3.22 3.32 5/317 32576
/proc/meminfo: memFree=27059368/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=320504 CPUtime=7.06 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 22266 934 1 0 696 10 0 0 25 0 2 0 656731656 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32492/statm: 80126 14989 1867 364 0 16044 0
[pid=32505] ppid=32492 vsize=310260 CPUtime=0.08 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 1000 0 0 0 4 4 0 0 15 0 1 0 656732372 317706240 13499 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204667407 0 0 16781312 514 17194391533579632904 0 0 17 5 0 0 0
/proc/32505/statm: 77565 13499 381 364 0 13483 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=43.84 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) R 32505 32507 32507 0 -1 4202496 8090 0 0 0 4383 1 0 0 25 0 1 0 656732372 274866176 7823 33554432000 134512640 135204385 4288400384 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32507/statm: 67106 7823 64 169 0 66936 0
[pid=32492/tid=32506] ppid=32490 vsize=320504 CPUtime=0 cores=5,7
/proc/32492/task/32506/stat : 32506 (python) S 32490 32492 31275 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 656732372 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 899188

[startup+102.312 s]
/proc/loadavg: 3.88 3.35 3.36 5/328 32588
/proc/meminfo: memFree=27015084/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=320504 CPUtime=7.06 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 22266 934 1 0 696 10 0 0 25 0 2 0 656731656 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32492/statm: 80126 14989 1867 364 0 16044 0
[pid=32505] ppid=32492 vsize=310260 CPUtime=0.2 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 1023 0 0 0 10 10 0 0 15 0 1 0 656732372 317706240 13499 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204667407 0 0 16781312 514 17194391533579632904 0 0 17 5 0 0 0
/proc/32505/statm: 77565 13499 381 364 0 13483 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=94.93 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) R 32505 32507 32507 0 -1 4202496 8091 0 0 0 9492 1 0 0 25 0 1 0 656732372 274866176 7824 33554432000 134512640 135204385 4288400384 18446744073709551615 134537483 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32507/statm: 67106 7824 64 169 0 66936 0
[pid=32492/tid=32506] ppid=32490 vsize=320504 CPUtime=0 cores=5,7
/proc/32492/task/32506/stat : 32506 (python) S 32490 32492 31275 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 2 0 656732372 328196096 14989 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 899188

[startup+162.301 s]
/proc/loadavg: 4.04 3.50 3.40 5/336 32633
/proc/meminfo: memFree=27037632/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=330760 CPUtime=7.08 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 23191 934 1 0 697 11 0 0 20 0 3 0 656731656 338698240 15004 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32492/statm: 82690 15004 1878 364 0 18605 0
[pid=32505] ppid=32492 vsize=320504 CPUtime=0.21 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 1161 0 0 0 10 11 0 0 17 0 2 0 656732372 328196096 13537 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32505/statm: 80126 13537 414 364 0 16044 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=100.04 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) T 32505 32507 32507 0 -1 4202496 8091 0 0 0 10003 1 0 0 25 0 1 0 656732372 274866176 7824 33554432000 134512640 135204385 4288400384 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32507/statm: 67106 7824 64 169 0 66936 0
[pid=32505/tid=32589] ppid=32492 vsize=320504 CPUtime=0 cores=5,7
/proc/32505/task/32589/stat : 32589 (python) S 32492 32492 31275 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656742399 328196096 13537 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463285161024 0 0 -1 5 0 0 0
[pid=32590] ppid=32492 vsize=320516 CPUtime=0.11 cores=5,7
/proc/32590/stat : 32590 (python) S 32492 32492 31275 0 -1 4202560 905 0 0 0 5 6 0 0 15 0 1 0 656742401 328208384 13492 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204667462 0 0 16781312 514 17194391533579632900 0 0 17 5 0 0 0
/proc/32590/statm: 80129 13492 370 364 0 16044 0
[pid=32592] ppid=32590 vsize=268424 CPUtime=54.71 cores=5,7
/proc/32592/stat : 32592 (hybridGM3) R 32590 32592 32592 0 -1 4202496 8088 0 0 0 5470 1 0 0 25 0 1 0 656742401 274866176 7823 33554432000 134512640 135204385 4290109296 18446744073709551615 134537020 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/32592/statm: 67106 7823 64 169 0 66936 0
[pid=32492/tid=32506] ppid=32490 vsize=330760 CPUtime=0 cores=5,7
/proc/32492/task/32506/stat : 32506 (python) S 32490 32492 31275 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 3 0 656732372 338698240 15004 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=32591] ppid=32490 vsize=330760 CPUtime=0 cores=5,7
/proc/32492/task/32591/stat : 32591 (python) S 32490 32492 31275 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 656742401 338698240 15004 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 1508628

[startup+222.301 s]
/proc/loadavg: 4.01 3.59 3.44 6/344 32642
/proc/meminfo: memFree=26993700/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=341016 CPUtime=7.09 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 24077 934 1 0 698 11 0 0 20 0 4 0 656731656 349200384 15010 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32492/statm: 85254 15010 1880 364 0 21166 0
[pid=32505] ppid=32492 vsize=320504 CPUtime=0.21 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 1161 0 0 0 10 11 0 0 17 0 2 0 656732372 328196096 13537 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32505/statm: 80126 13537 414 364 0 16044 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=100.04 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) T 32505 32507 32507 0 -1 4202496 8091 0 0 0 10003 1 0 0 25 0 1 0 656732372 274866176 7824 33554432000 134512640 135204385 4288400384 18446744073709551615 134537249 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32507/statm: 67106 7824 64 169 0 66936 0
[pid=32505/tid=32589] ppid=32492 vsize=320504 CPUtime=0 cores=5,7
/proc/32505/task/32589/stat : 32589 (python) S 32492 32492 31275 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 656742399 328196096 13537 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463285161024 0 0 -1 5 0 0 0

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

/proc/435/statm: 90385 13538 399 364 0 26288 0
[pid=437] ppid=435 vsize=268424 CPUtime=194.96 cores=5,7
/proc/437/stat : 437 (hybridGM3) T 435 437 437 0 -1 4202496 8090 0 0 0 19495 1 0 0 25 0 1 0 656821421 274866176 7825 33554432000 134512640 135204385 4289693600 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/437/statm: 67106 7825 64 169 0 66936 0
[pid=435/tid=450] ppid=32492 vsize=361540 CPUtime=0 cores=5,7
/proc/435/task/450/stat : 450 (python) S 32492 32492 31275 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656831455 370216960 13538 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604456710923328 0 0 -1 5 0 0 0
[pid=472] ppid=32492 vsize=371796 CPUtime=0.39 cores=5,7
/proc/472/stat : 472 (python) S 32492 32492 31275 0 -1 4202560 965 0 0 0 20 19 0 0 15 0 1 0 656840980 380719104 13512 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204667462 0 0 16781312 514 17194391533579632903 0 0 17 5 0 0 0
/proc/472/statm: 92949 13512 370 364 0 28849 0
[pid=474] ppid=472 vsize=268428 CPUtime=148.39 cores=5,7
/proc/474/stat : 474 (hybridGM3) R 472 474 474 0 -1 4202496 8087 0 0 0 14838 1 0 0 25 0 1 0 656840980 274870272 7825 33554432000 134512640 135204385 4294723600 18446744073709551615 134536656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/474/statm: 67107 7825 64 169 0 66937 0
[pid=32505] ppid=32492 vsize=320504 CPUtime=0.45 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 1209 0 0 0 23 22 0 0 15 0 2 0 656732372 328196096 13538 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32505/statm: 80126 13538 415 364 0 16044 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=197.04 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) T 32505 32507 32507 0 -1 4202496 8091 0 0 0 19703 1 0 0 25 0 1 0 656732372 274866176 7824 33554432000 134512640 135204385 4288400384 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32507/statm: 67106 7824 64 169 0 66936 0
[pid=32505/tid=32589] ppid=32492 vsize=320504 CPUtime=0 cores=5,7
/proc/32505/task/32589/stat : 32589 (python) S 32492 32492 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656742399 328196096 13538 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463285161024 0 0 -1 5 0 0 0
[pid=32590] ppid=32492 vsize=320516 CPUtime=0.47 cores=5,7
/proc/32590/stat : 32590 (python) S 32492 32492 31275 0 -1 4202560 1114 0 0 0 22 25 0 0 15 0 2 0 656742401 328208384 13522 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32590/statm: 80129 13522 399 364 0 16044 0
[pid=32592] ppid=32590 vsize=268424 CPUtime=197.11 cores=5,7
/proc/32592/stat : 32592 (hybridGM3) T 32590 32592 32592 0 -1 4202496 8094 0 0 0 19710 1 0 0 25 0 1 0 656742401 274866176 7829 33554432000 134512640 135204385 4290109296 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32592/statm: 67106 7829 64 169 0 66936 0
[pid=32590/tid=32639] ppid=32492 vsize=320516 CPUtime=0 cores=5,7
/proc/32590/task/32639/stat : 32639 (python) S 32492 32492 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656752431 328208384 13522 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604465913390912 0 0 -1 5 0 0 0
[pid=32640] ppid=32492 vsize=330772 CPUtime=0.48 cores=5,7
/proc/32640/stat : 32640 (python) S 32492 32492 31275 0 -1 4202560 1134 0 0 0 24 24 0 0 15 0 2 0 656752432 338710528 13526 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32640/statm: 82693 13526 399 364 0 18605 0
[pid=32642] ppid=32640 vsize=268424 CPUtime=197.09 cores=5,7
/proc/32642/stat : 32642 (hybridGM3) T 32640 32642 32642 0 -1 4202496 8097 0 0 0 19708 1 0 0 25 0 1 0 656752432 274866176 7831 33554432000 134512640 135204385 4294164480 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32642/statm: 67106 7831 64 169 0 66936 0
[pid=32640/tid=32657] ppid=32492 vsize=330772 CPUtime=0 cores=5,7
/proc/32640/task/32657/stat : 32657 (python) S 32492 32492 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656762462 338710528 13526 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463057027200 0 0 -1 5 0 0 0
[pid=32688] ppid=32492 vsize=341028 CPUtime=0.25 cores=5,7
/proc/32688/stat : 32688 (python) S 32492 32492 31275 0 -1 4202560 1082 0 0 0 13 12 0 0 19 0 2 0 656781910 349212672 13530 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32688/statm: 85257 13530 399 364 0 21166 0
[pid=32690] ppid=32688 vsize=465044 CPUtime=99.97 cores=5,7
/proc/32690/stat : 32690 (TNM) T 32688 32690 32690 0 -1 4202496 6015 0 0 0 9997 0 0 0 25 0 1 0 656781910 476205056 5749 33554432000 134512640 135008748 4291504272 18446744073709551615 134529414 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32690/statm: 116261 5749 46 122 0 115161 0
[pid=32688/tid=32705] ppid=32492 vsize=341028 CPUtime=0 cores=5,7
/proc/32688/task/32705/stat : 32705 (python) S 32492 32492 31275 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656791934 349212672 13530 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463057028992 0 0 -1 5 0 0 0
[pid=32492/tid=32506] ppid=32490 vsize=382040 CPUtime=0 cores=5,7
/proc/32492/task/32506/stat : 32506 (python) S 32490 32492 31275 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 8 0 656732372 391208960 15034 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=32591] ppid=32490 vsize=382040 CPUtime=0 cores=5,7
/proc/32492/task/32591/stat : 32591 (python) S 32490 32492 31275 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 8 0 656742401 391208960 15034 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=32641] ppid=32490 vsize=382040 CPUtime=0 cores=5,7
/proc/32492/task/32641/stat : 32641 (python) S 32490 32492 31275 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 656752432 391208960 15034 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=32689] ppid=32490 vsize=382040 CPUtime=0 cores=5,7
/proc/32492/task/32689/stat : 32689 (python) S 32490 32492 31275 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 656781910 391208960 15034 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=372] ppid=32490 vsize=382040 CPUtime=0 cores=5,7
/proc/32492/task/372/stat : 372 (python) S 32490 32492 31275 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 656801661 391208960 15034 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=436] ppid=32490 vsize=382040 CPUtime=0 cores=5,7
/proc/32492/task/436/stat : 436 (python) S 32490 32492 31275 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 8 0 656821421 391208960 15034 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=473] ppid=32490 vsize=382040 CPUtime=0 cores=5,7
/proc/32492/task/473/stat : 473 (python) S 32490 32492 31275 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 656840980 391208960 15034 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.37
Current children cumulated vsize (KiB) 4855076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.13 4.96 4.34 6/420 507
/proc/meminfo: memFree=26451716/32951124 swapFree=63649232/67111528
[pid=32492] ppid=32490 vsize=392296 CPUtime=7.21 cores=5,7
/proc/32492/stat : 32492 (python) S 32490 32492 31275 0 -1 4202496 29161 934 1 0 709 12 0 0 19 0 9 0 656731656 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/32492/statm: 98074 15040 1890 364 0 33971 0
[pid=371] ppid=32492 vsize=351284 CPUtime=0.51 cores=5,7
/proc/371/stat : 371 (python) S 32492 32492 31275 0 -1 4202560 1134 0 0 0 26 25 0 0 16 0 2 0 656801660 359714816 13534 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/371/statm: 87821 13534 399 364 0 23727 0
[pid=373] ppid=371 vsize=268428 CPUtime=197.57 cores=5,7
/proc/373/stat : 373 (hybridGM3) T 371 373 373 0 -1 4202496 8091 0 0 0 19756 1 0 0 25 0 1 0 656801661 274870272 7825 33554432000 134512640 135204385 4292278544 18446744073709551615 134537410 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/373/statm: 67107 7825 64 169 0 66937 0
[pid=371/tid=389] ppid=32492 vsize=351284 CPUtime=0 cores=5,7
/proc/371/task/389/stat : 389 (python) S 32492 32492 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656811494 359714816 13534 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463739116416 0 0 -1 7 0 0 0
[pid=435] ppid=32492 vsize=361540 CPUtime=0.49 cores=5,7
/proc/435/stat : 435 (python) S 32492 32492 31275 0 -1 4202560 1137 0 0 0 26 23 0 0 15 0 2 0 656821421 370216960 13538 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/435/statm: 90385 13538 399 364 0 26288 0
[pid=437] ppid=435 vsize=268424 CPUtime=194.96 cores=5,7
/proc/437/stat : 437 (hybridGM3) T 435 437 437 0 -1 4202496 8090 0 0 0 19495 1 0 0 25 0 1 0 656821421 274866176 7825 33554432000 134512640 135204385 4289693600 18446744073709551615 134547471 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/437/statm: 67106 7825 64 169 0 66936 0
[pid=435/tid=450] ppid=32492 vsize=361540 CPUtime=0 cores=5,7
/proc/435/task/450/stat : 450 (python) S 32492 32492 31275 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 656831455 370216960 13538 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604456710923328 0 0 -1 5 0 0 0
[pid=472] ppid=32492 vsize=371796 CPUtime=0.52 cores=5,7
/proc/472/stat : 472 (python) S 32492 32492 31275 0 -1 4202560 1142 0 0 0 27 25 0 0 17 0 2 0 656840980 380719104 13542 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/472/statm: 92949 13542 399 364 0 28849 0
[pid=474] ppid=472 vsize=268428 CPUtime=195.72 cores=5,7
/proc/474/stat : 474 (hybridGM3) T 472 474 474 0 -1 4202496 8087 0 0 0 19570 2 0 0 25 0 1 0 656840980 274870272 7825 33554432000 134512640 135204385 4294723600 18446744073709551615 134546082 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/474/statm: 67107 7825 64 169 0 66937 0
[pid=472/tid=500] ppid=32492 vsize=371796 CPUtime=0 cores=5,7
/proc/472/task/500/stat : 500 (python) S 32492 32492 31275 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 656860640 380719104 13542 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604462702486848 0 0 -1 5 0 0 0
[pid=501] ppid=32492 vsize=382052 CPUtime=0.03 cores=5,7
/proc/501/stat : 501 (python) S 32492 32492 31275 0 -1 4202560 944 0 0 0 2 1 0 0 15 0 1 0 656860642 391221248 13522 33554432000 4194304 5683644 140736650782848 18446744073709551615 210204667462 0 0 16781312 514 17194391533579632900 0 0 17 5 0 0 0
/proc/501/statm: 95513 13522 376 364 0 31410 0
[pid=503] ppid=501 vsize=268424 CPUtime=10.09 cores=5,7
/proc/503/stat : 503 (hybridGM3) R 501 503 503 0 -1 4202496 8089 0 0 0 1008 1 0 0 25 0 1 0 656860642 274866176 7824 33554432000 134512640 135204385 4291444992 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/503/statm: 67106 7824 64 169 0 66936 0
[pid=32505] ppid=32492 vsize=320504 CPUtime=0.45 cores=5,7
/proc/32505/stat : 32505 (python) S 32492 32492 31275 0 -1 4202560 1209 0 0 0 23 22 0 0 15 0 2 0 656732372 328196096 13538 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32505/statm: 80126 13538 415 364 0 16044 0
[pid=32507] ppid=32505 vsize=268424 CPUtime=197.04 cores=5,7
/proc/32507/stat : 32507 (hybridGM3) T 32505 32507 32507 0 -1 4202496 8091 0 0 0 19703 1 0 0 25 0 1 0 656732372 274866176 7824 33554432000 134512640 135204385 4288400384 18446744073709551615 134537483 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/32507/statm: 67106 7824 64 169 0 66936 0
[pid=32505/tid=32589] ppid=32492 vsize=320504 CPUtime=0 cores=5,7
/proc/32505/task/32589/stat : 32589 (python) S 32492 32492 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656742399 328196096 13538 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463285161024 0 0 -1 5 0 0 0
[pid=32590] ppid=32492 vsize=320516 CPUtime=0.47 cores=5,7
/proc/32590/stat : 32590 (python) S 32492 32492 31275 0 -1 4202560 1114 0 0 0 22 25 0 0 15 0 2 0 656742401 328208384 13522 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32590/statm: 80129 13522 399 364 0 16044 0
[pid=32592] ppid=32590 vsize=268424 CPUtime=197.11 cores=5,7
/proc/32592/stat : 32592 (hybridGM3) T 32590 32592 32592 0 -1 4202496 8094 0 0 0 19710 1 0 0 25 0 1 0 656742401 274866176 7829 33554432000 134512640 135204385 4290109296 18446744073709551615 134545851 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32592/statm: 67106 7829 64 169 0 66936 0
[pid=32590/tid=32639] ppid=32492 vsize=320516 CPUtime=0 cores=5,7
/proc/32590/task/32639/stat : 32639 (python) S 32492 32492 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656752431 328208384 13522 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604465913390912 0 0 -1 5 0 0 0
[pid=32640] ppid=32492 vsize=330772 CPUtime=0.48 cores=5,7
/proc/32640/stat : 32640 (python) S 32492 32492 31275 0 -1 4202560 1134 0 0 0 24 24 0 0 15 0 2 0 656752432 338710528 13526 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32640/statm: 82693 13526 399 364 0 18605 0
[pid=32642] ppid=32640 vsize=268424 CPUtime=197.09 cores=5,7
/proc/32642/stat : 32642 (hybridGM3) T 32640 32642 32642 0 -1 4202496 8097 0 0 0 19708 1 0 0 25 0 1 0 656752432 274866176 7831 33554432000 134512640 135204385 4294164480 18446744073709551615 134537403 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32642/statm: 67106 7831 64 169 0 66936 0
[pid=32640/tid=32657] ppid=32492 vsize=330772 CPUtime=0 cores=5,7
/proc/32640/task/32657/stat : 32657 (python) S 32492 32492 31275 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 656762462 338710528 13526 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463057027200 0 0 -1 5 0 0 0
[pid=32688] ppid=32492 vsize=341028 CPUtime=0.25 cores=5,7
/proc/32688/stat : 32688 (python) S 32492 32492 31275 0 -1 4202560 1082 0 0 0 13 12 0 0 19 0 2 0 656781910 349212672 13530 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/32688/statm: 85257 13530 399 364 0 21166 0
[pid=32690] ppid=32688 vsize=465044 CPUtime=99.97 cores=5,7
/proc/32690/stat : 32690 (TNM) T 32688 32690 32690 0 -1 4202496 6015 0 0 0 9997 0 0 0 25 0 1 0 656781910 476205056 5749 33554432000 134512640 135008748 4291504272 18446744073709551615 134529414 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32690/statm: 116261 5749 46 122 0 115161 0
[pid=32688/tid=32705] ppid=32492 vsize=341028 CPUtime=0 cores=5,7
/proc/32688/task/32705/stat : 32705 (python) S 32492 32492 31275 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656791934 349212672 13530 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 514 18446604463057028992 0 0 -1 5 0 0 0
[pid=32492/tid=32506] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/32506/stat : 32506 (python) S 32490 32492 31275 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 656732372 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=32591] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/32591/stat : 32591 (python) S 32490 32492 31275 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 656742401 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=32641] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/32641/stat : 32641 (python) S 32490 32492 31275 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 656752432 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=32689] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/32689/stat : 32689 (python) S 32490 32492 31275 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 656781910 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=372] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/372/stat : 372 (python) S 32490 32492 31275 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 9 0 656801661 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=436] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/436/stat : 436 (python) S 32490 32492 31275 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 656821421 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=473] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/473/stat : 473 (python) S 32490 32492 31275 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 656840980 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=32492/tid=502] ppid=32490 vsize=392296 CPUtime=0 cores=5,7
/proc/32492/task/502/stat : 502 (python) S 32490 32492 31275 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 656860642 401711104 15040 33554432000 4194304 5683644 140736650782848 18446744073709551615 210216470961 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 5515808

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 32492 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=96921
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=130980
# CPU time returned by wait4() is 7.2279
# while last known CPU time is 1299.96
#
# 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): 1299.96
CPU user time (s): 1298.19
CPU system time (s): 1.77
CPU usage (%): 99.9919
Max. virtual memory (cumulated for all children) (KiB): 5515808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.09692
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30101
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= 2789
involuntary context switches= 126

runsolver used 5.01224 second user time and 11.5232 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:22:11
IDJOB=3377199
IDBENCH=82508
IDSOLVER=1857
FILE ID=node130/3377199-1305451331
RUNJOBID= node130-1305451278-32333
PBS_JOBID= 13324842
Free space on /tmp= 73368 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377199-1305451331/watcher-3377199-1305451331 -o /tmp/evaluation-result-3377199-1305451331/solver-3377199-1305451331 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377199-1305451331.cnf -seed 1064434605 -budget 2400

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=1064434605

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27206792 kB
Buffers:        281576 kB
Cached:        4065132 kB
SwapCached:      10248 kB
Active:        1563900 kB
Inactive:      3899376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27206792 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           99528 kB
Writeback:           0 kB
AnonPages:     1114548 kB
Mapped:          20044 kB
Slab:           189960 kB
PageTables:      28176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53689704 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= 73272 MiB
End job on node130 at 2011-05-15 11:43:54