Trace number 3484187

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (TO) 1200.01 1199.45

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1170024351-015-UNKNOWN.cnf
MD5SUM0f7796213ec78265bd44aa83c0fa283d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.855
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.51	c INFO: solving HOME/instance-3484187-1307748225.cnf
0.35/0.51	c INFO: computing task features
1.06/1.29	c INFO: computed variable-clause graph statistics
1.15/1.32	c INFO: computed clause balance statistics
4.75/4.90	c INFO: computed variable balance statistics
7.65/7.81	c INFO: computed small-clause counts
7.65/7.83	c INFO: computed Horn-clause counts
10.76/10.97	c INFO: computed variable graph statistics
10.76/10.97	c INFO: collected features for HOME/instance-3484187-1307748225.cnf in 10.45 s
10.76/10.98	c INFO: running hybridGM3@0 for 97 with 1189 remaining (b = 0.35)
111.02/111.26	c INFO: running hybridGM3@0 for 97 with 1089 remaining (b = 0.21)
211.36/211.54	c INFO: running hybridGM3@0 for 97 with 989 remaining (b = 0.14)
310.69/310.79	c INFO: running hybridGM3@100 for 97 with 890 remaining (b = 0.10)
407.91/407.92	c INFO: running hybridGM3@100 for 97 with 793 remaining (b = 0.10)
505.00/505.06	c INFO: running TNM@0 for 97 with 696 remaining (b = 0.13)
605.21/605.21	c INFO: running hybridGM3@99 for 97 with 596 remaining (b = 0.09)
702.47/702.35	c INFO: running hybridGM3@0 for 97 with 498 remaining (b = 0.10)
802.77/802.61	c INFO: running hybridGM3@100 for 97 with 398 remaining (b = 0.07)
897.86/897.73	c INFO: running hybridGM3@0 for 97 with 303 remaining (b = 0.07)
998.20/997.96	c INFO: running hybridGM3@100 for 97 with 203 remaining (b = 0.05)
1093.45/1093.09	c INFO: running hybridGM3@0 for 108 with 108 remaining (b = 0.05)

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.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484187-1307748225/watcher-3484187-1307748225 -o /tmp/evaluation-result-3484187-1307748225/solver-3484187-1307748225 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484187-1307748225.cnf -seed 34828360 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.95 3.91 2.90 5/247 1865
/proc/meminfo: memFree=31346608/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=15184 CPUtime=0 cores=5,7
/proc/1865/stat : 1865 (python) R 1863 1865 1193 0 -1 4202496 690 0 0 0 0 0 0 0 25 0 1 0 886422266 15548416 584 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473664023 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1865/statm: 3796 587 320 364 0 283 0

[startup+0.084559 s]
/proc/loadavg: 3.95 3.91 2.90 5/247 1865
/proc/meminfo: memFree=31346608/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=87700 CPUtime=0.06 cores=5,7
/proc/1865/stat : 1865 (python) R 1863 1865 1193 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 886422266 89804800 2353 33554432000 4194304 5683644 140736957383456 18446744073709551615 274474010759 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1865/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.100555 s]
/proc/loadavg: 3.95 3.91 2.90 5/247 1865
/proc/meminfo: memFree=31346608/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=104216 CPUtime=0.06 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 3040 0 0 0 5 1 0 0 17 0 1 0 886422266 106717184 2727 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/1865/statm: 26054 2727 847 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.300721 s]
/proc/loadavg: 3.95 3.91 2.90 5/247 1865
/proc/meminfo: memFree=31346608/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=156420 CPUtime=0.22 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 6377 933 1 0 17 5 0 0 17 0 1 0 886422266 160174080 4492 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 7 0 0 0
/proc/1865/statm: 39105 4492 1257 364 0 3213 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 156420

[startup+0.700452 s]
/proc/loadavg: 3.95 3.91 2.90 5/247 1865
/proc/meminfo: memFree=31346608/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=293908 CPUtime=0.55 cores=5,7
/proc/1865/stat : 1865 (python) R 1863 1865 1193 0 -1 4202496 13088 933 1 0 47 8 0 0 17 0 1 0 886422266 300961792 10762 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473628705 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1865/statm: 73477 10762 1761 364 0 9401 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 293908

[startup+1.50031 s]
/proc/loadavg: 3.95 3.91 2.90 5/248 1870
/proc/meminfo: memFree=31291444/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=327992 CPUtime=1.35 cores=5,7
/proc/1865/stat : 1865 (python) R 1863 1865 1193 0 -1 4202496 27461 933 1 0 126 9 0 0 18 0 1 0 886422266 335863808 19383 33554432000 4194304 5683644 140736957383456 18446744073709551615 47223790225200 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1865/statm: 81998 19383 1826 364 0 17922 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 327992

[startup+3.10103 s]
/proc/loadavg: 3.96 3.91 2.90 5/248 1871
/proc/meminfo: memFree=31275572/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=327992 CPUtime=2.95 cores=5,7
/proc/1865/stat : 1865 (python) R 1863 1865 1193 0 -1 4202496 27461 933 1 0 286 9 0 0 21 0 1 0 886422266 335863808 19383 33554432000 4194304 5683644 140736957383456 18446744073709551615 47223790432557 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1865/statm: 81998 19383 1826 364 0 17922 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 327992

[startup+6.30047 s]
/proc/loadavg: 3.96 3.91 2.90 5/248 1871
/proc/meminfo: memFree=31274628/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=327992 CPUtime=6.15 cores=5,7
/proc/1865/stat : 1865 (python) R 1863 1865 1193 0 -1 4202496 27462 933 1 0 606 9 0 0 25 0 1 0 886422266 335863808 19384 33554432000 4194304 5683644 140736957383456 18446744073709551615 47223790560171 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1865/statm: 81998 19384 1827 364 0 17922 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 327992

[startup+12.7003 s]
/proc/loadavg: 3.96 3.92 2.92 5/251 1874
/proc/meminfo: memFree=31259976/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=334356 CPUtime=10.83 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 27749 933 1 0 1074 9 0 0 25 0 2 0 886422266 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1865/statm: 83589 18452 1867 364 0 19507 0
[pid=1872] ppid=1865 vsize=324112 CPUtime=0 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 886423364 331890688 16934 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473987599 0 0 16781312 514 13137287364747460607 0 0 17 5 0 0 0
/proc/1872/statm: 81028 16934 353 364 0 16946 0
[pid=1874] ppid=1872 vsize=276236 CPUtime=1.7 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) R 1872 1874 1874 0 -1 4202496 5018 0 0 0 169 1 0 0 25 0 1 0 886423365 282865664 4755 33554432000 134512640 135204385 4293999504 18446744073709551615 134543968 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1874/statm: 69059 4755 57 169 0 68889 0
[pid=1865/tid=1873] ppid=1863 vsize=334356 CPUtime=0 cores=5,7
/proc/1865/task/1873/stat : 1873 (python) S 1863 1865 1193 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886423365 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 934704

[startup+25.5012 s]
/proc/loadavg: 3.97 3.92 2.93 5/251 1874
/proc/meminfo: memFree=31239936/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=334356 CPUtime=10.83 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 27749 933 1 0 1074 9 0 0 25 0 2 0 886422266 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1865/statm: 83589 18452 1867 364 0 19507 0
[pid=1872] ppid=1865 vsize=324112 CPUtime=0.01 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 879 0 0 0 0 1 0 0 15 0 1 0 886423364 331890688 16957 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473987599 0 0 16781312 514 2464929147613315336 0 0 17 5 0 0 0
/proc/1872/statm: 81028 16957 376 364 0 16946 0
[pid=1874] ppid=1872 vsize=276240 CPUtime=14.48 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) R 1872 1874 1874 0 -1 4202496 9517 0 0 0 1447 1 0 0 25 0 1 0 886423365 282869760 9254 33554432000 134512640 135204385 4293999504 18446744073709551615 134545851 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1874/statm: 69060 9254 64 169 0 68890 0
[pid=1865/tid=1873] ppid=1863 vsize=334356 CPUtime=0 cores=5,7
/proc/1865/task/1873/stat : 1873 (python) S 1863 1865 1193 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886423365 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 934708

[startup+51.1007 s]
/proc/loadavg: 3.98 3.92 2.95 5/254 1878
/proc/meminfo: memFree=31217424/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=334356 CPUtime=10.83 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 27749 933 1 0 1074 9 0 0 25 0 2 0 886422266 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1865/statm: 83589 18452 1867 364 0 19507 0
[pid=1872] ppid=1865 vsize=324112 CPUtime=0.05 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 891 0 0 0 3 2 0 0 15 0 1 0 886423364 331890688 16957 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473987599 0 0 16781312 514 2464929147613315336 0 0 17 5 0 0 0
/proc/1872/statm: 81028 16957 376 364 0 16946 0
[pid=1874] ppid=1872 vsize=276240 CPUtime=40.05 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) R 1872 1874 1874 0 -1 4202496 9517 0 0 0 4004 1 0 0 25 0 1 0 886423365 282869760 9254 33554432000 134512640 135204385 4293999504 18446744073709551615 134536698 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1874/statm: 69060 9254 64 169 0 68890 0
[pid=1865/tid=1873] ppid=1863 vsize=334356 CPUtime=0 cores=5,7
/proc/1865/task/1873/stat : 1873 (python) S 1863 1865 1193 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886423365 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 934708

[startup+102.309 s]
/proc/loadavg: 4.02 3.95 3.02 5/262 1887
/proc/meminfo: memFree=31196440/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=334356 CPUtime=10.83 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 27749 933 1 0 1074 9 0 0 25 0 2 0 886422266 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1865/statm: 83589 18452 1867 364 0 19507 0
[pid=1872] ppid=1865 vsize=324112 CPUtime=0.13 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 918 0 0 0 7 6 0 0 15 0 1 0 886423364 331890688 16957 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473987599 0 0 16781312 514 2464929147613315336 0 0 17 5 0 0 0
/proc/1872/statm: 81028 16957 376 364 0 16946 0
[pid=1874] ppid=1872 vsize=276240 CPUtime=91.18 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) R 1872 1874 1874 0 -1 4202496 9517 0 0 0 9117 1 0 0 25 0 1 0 886423365 282869760 9254 33554432000 134512640 135204385 4293999504 18446744073709551615 134537565 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1874/statm: 69060 9254 64 169 0 68890 0
[pid=1865/tid=1873] ppid=1863 vsize=334356 CPUtime=0 cores=5,7
/proc/1865/task/1873/stat : 1873 (python) S 1863 1865 1193 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 2 0 886423365 342380544 18452 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 934708

[startup+162.301 s]
/proc/loadavg: 4.01 3.95 3.07 5/267 1894
/proc/meminfo: memFree=31147984/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=344612 CPUtime=10.85 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 28612 933 1 0 1075 10 0 0 20 0 3 0 886422266 352882688 18459 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1865/statm: 86153 18459 1870 364 0 22068 0
[pid=1872] ppid=1865 vsize=334356 CPUtime=0.15 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 1156 0 0 0 8 7 0 0 17 0 2 0 886423364 342380544 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1872/statm: 83589 17001 415 364 0 19507 0
[pid=1874] ppid=1872 vsize=276240 CPUtime=100.11 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) T 1872 1874 1874 0 -1 4202496 9517 0 0 0 10010 1 0 0 25 0 1 0 886423365 282869760 9254 33554432000 134512640 135204385 4293999504 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1874/statm: 69060 9254 64 169 0 68890 0
[pid=1872/tid=1888] ppid=1865 vsize=334356 CPUtime=0 cores=5,7
/proc/1872/task/1888/stat : 1888 (python) S 1865 1865 1193 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886433392 342380544 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604468856358208 0 0 -1 5 0 0 0
[pid=1889] ppid=1865 vsize=334368 CPUtime=0.06 cores=5,7
/proc/1889/stat : 1889 (python) S 1865 1865 1193 0 -1 4202560 898 0 0 0 3 3 0 0 15 0 1 0 886433393 342392832 16955 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473987654 0 0 16781312 514 2464929147613315336 0 0 17 5 0 0 0
/proc/1889/statm: 83592 16955 370 364 0 19507 0
[pid=1891] ppid=1889 vsize=276244 CPUtime=50.96 cores=5,7
/proc/1891/stat : 1891 (hybridGM3) R 1889 1891 1891 0 -1 4202496 9516 0 0 0 5095 1 0 0 25 0 1 0 886433393 282873856 9256 33554432000 134512640 135204385 4294071968 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1891/statm: 69061 9256 64 169 0 68891 0
[pid=1865/tid=1873] ppid=1863 vsize=344612 CPUtime=0 cores=5,7
/proc/1865/task/1873/stat : 1873 (python) S 1863 1865 1193 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 3 0 886423365 352882688 18459 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=1865/tid=1890] ppid=1863 vsize=344612 CPUtime=0 cores=5,7
/proc/1865/task/1890/stat : 1890 (python) S 1863 1865 1193 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 3 0 886433393 352882688 18459 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 1565820

[startup+222.301 s]
/proc/loadavg: 3.95 3.94 3.12 5/223 2001
/proc/meminfo: memFree=31250504/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=354868 CPUtime=10.86 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 29459 933 1 0 1076 10 0 0 20 0 4 0 886422266 363384832 18465 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1865/statm: 88717 18465 1872 364 0 24629 0
[pid=1872] ppid=1865 vsize=334356 CPUtime=0.15 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 1156 0 0 0 8 7 0 0 17 0 2 0 886423364 342380544 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1872/statm: 83589 17001 415 364 0 19507 0
[pid=1874] ppid=1872 vsize=276240 CPUtime=100.11 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) T 1872 1874 1874 0 -1 4202496 9517 0 0 0 10010 1 0 0 25 0 1 0 886423365 282869760 9254 33554432000 134512640 135204385 4293999504 18446744073709551615 134537363 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1874/statm: 69060 9254 64 169 0 68890 0
[pid=1872/tid=1888] ppid=1865 vsize=334356 CPUtime=0 cores=5,7
/proc/1872/task/1888/stat : 1888 (python) S 1865 1865 1193 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 886433392 342380544 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604468856358208 0 0 -1 5 0 0 0

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

[pid=1872] ppid=1865 vsize=334356 CPUtime=0.28 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 1194 0 0 0 15 13 0 0 15 0 2 0 886423364 342380544 17002 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1872/statm: 83589 17002 416 364 0 19507 0
[pid=1874] ppid=1872 vsize=276240 CPUtime=197.12 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) T 1872 1874 1874 0 -1 4202496 9517 0 0 0 19711 1 0 0 25 0 1 0 886423365 282869760 9254 33554432000 134512640 135204385 4293999504 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1874/statm: 69060 9254 64 169 0 68890 0
[pid=1872/tid=1888] ppid=1865 vsize=334356 CPUtime=0 cores=5,7
/proc/1872/task/1888/stat : 1888 (python) S 1865 1865 1193 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886433392 342380544 17002 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604468856358208 0 0 -1 5 0 0 0
[pid=1889] ppid=1865 vsize=334368 CPUtime=0.3 cores=5,7
/proc/1889/stat : 1889 (python) S 1865 1865 1193 0 -1 4202560 1105 0 0 0 17 13 0 0 15 0 2 0 886433393 342392832 16985 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1889/statm: 83592 16985 399 364 0 19507 0
[pid=1891] ppid=1889 vsize=276244 CPUtime=197.14 cores=5,7
/proc/1891/stat : 1891 (hybridGM3) T 1889 1891 1891 0 -1 4202496 9516 0 0 0 19713 1 0 0 25 0 1 0 886433393 282873856 9256 33554432000 134512640 135204385 4294071968 18446744073709551615 134537435 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1891/statm: 69061 9256 64 169 0 68891 0
[pid=1889/tid=1998] ppid=1865 vsize=334368 CPUtime=0 cores=5,7
/proc/1889/task/1998/stat : 1998 (python) S 1865 1865 1193 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886443419 342392832 16985 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471102742720 0 0 -1 5 0 0 0
[pid=1999] ppid=1865 vsize=344624 CPUtime=0.28 cores=5,7
/proc/1999/stat : 1999 (python) S 1865 1865 1193 0 -1 4202560 1111 0 0 0 14 14 0 0 15 0 2 0 886443420 352894976 16989 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1999/statm: 86156 16989 399 364 0 22068 0
[pid=2001] ppid=1999 vsize=276244 CPUtime=196.37 cores=5,7
/proc/2001/stat : 2001 (hybridGM3) T 1999 2001 2001 0 -1 4202496 9514 0 0 0 19636 1 0 0 25 0 1 0 886443421 282873856 9253 33554432000 134512640 135204385 4291447440 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/2001/statm: 69061 9253 64 169 0 68891 0
[pid=1999/tid=2062] ppid=1865 vsize=344624 CPUtime=0 cores=5,7
/proc/1999/task/2062/stat : 2062 (python) S 1865 1865 1193 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886453345 352894976 16989 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471087219136 0 0 -1 7 0 0 0
[pid=2080] ppid=1865 vsize=354880 CPUtime=0.14 cores=5,7
/proc/2080/stat : 2080 (python) S 1865 1865 1193 0 -1 4202560 1071 0 0 0 6 8 0 0 19 0 2 0 886472772 363397120 16993 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2080/statm: 88720 16993 399 364 0 24629 0
[pid=2082] ppid=2080 vsize=471116 CPUtime=99.99 cores=5,7
/proc/2082/stat : 2082 (TNM) T 2080 2082 2082 0 -1 4202496 8430 0 0 0 9998 1 0 0 25 0 1 0 886472773 482422784 8172 33554432000 134512640 135008748 4292394384 18446744073709551615 134524689 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2082/statm: 117779 8172 46 122 0 116679 0
[pid=2080/tid=2087] ppid=1865 vsize=354880 CPUtime=0 cores=5,7
/proc/2080/task/2087/stat : 2087 (python) S 1865 1865 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886482787 363397120 16993 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471164520512 0 0 -1 7 0 0 0
[pid=2097] ppid=1865 vsize=365136 CPUtime=0.27 cores=5,7
/proc/2097/stat : 2097 (python) S 1865 1865 1193 0 -1 4202560 1121 0 0 0 16 11 0 0 15 0 2 0 886492502 373899264 16997 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2097/statm: 91284 16997 399 364 0 27190 0
[pid=2099] ppid=2097 vsize=276236 CPUtime=195.12 cores=5,7
/proc/2099/stat : 2099 (hybridGM3) T 2097 2099 2099 0 -1 4202496 9511 0 0 0 19511 1 0 0 25 0 1 0 886492502 282865664 9249 33554432000 134512640 135204385 4293746160 18446744073709551615 134547707 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2099/statm: 69059 9249 64 169 0 68889 0
[pid=2097/tid=2150] ppid=1865 vsize=365136 CPUtime=0 cores=5,7
/proc/2097/task/2150/stat : 2150 (python) S 1865 1865 1193 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886502527 373899264 16997 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604454260926400 0 0 -1 5 0 0 0
[pid=2203] ppid=1865 vsize=375392 CPUtime=0.29 cores=5,7
/proc/2203/stat : 2203 (python) S 1865 1865 1193 0 -1 4202560 1125 0 0 0 16 13 0 0 15 0 2 0 886512040 384401408 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2203/statm: 93848 17001 399 364 0 29751 0
[pid=2205] ppid=2203 vsize=276236 CPUtime=195.34 cores=5,7
/proc/2205/stat : 2205 (hybridGM3) T 2203 2205 2205 0 -1 4202496 9515 0 0 0 19533 1 0 0 25 0 1 0 886512040 282865664 9255 33554432000 134512640 135204385 4287968080 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/2205/statm: 69059 9255 64 169 0 68889 0
[pid=2203/tid=2217] ppid=1865 vsize=375392 CPUtime=0 cores=5,7
/proc/2203/task/2217/stat : 2217 (python) S 1865 1865 1193 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886522062 384401408 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471104322496 0 0 -1 7 0 0 0
[pid=2226] ppid=1865 vsize=385648 CPUtime=0.13 cores=5,7
/proc/2226/stat : 2226 (python) S 1865 1865 1193 0 -1 4202560 928 0 0 0 7 6 0 0 15 0 1 0 886531576 394903552 16975 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473987654 0 0 16781312 514 2464929147613315334 0 0 17 7 0 0 0
/proc/2226/statm: 96412 16975 370 364 0 32312 0
[pid=2228] ppid=2226 vsize=276236 CPUtime=89.19 cores=5,7
/proc/2228/stat : 2228 (hybridGM3) R 2226 2228 2228 0 -1 4202496 9516 0 0 0 8918 1 0 0 25 0 1 0 886531576 282865664 9254 33554432000 134512640 135204385 4286577472 18446744073709551615 134537510 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2228/statm: 69059 9254 64 169 0 68889 0
[pid=1865/tid=1873] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/1873/stat : 1873 (python) S 1863 1865 1193 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886423365 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=1865/tid=1890] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/1890/stat : 1890 (python) S 1863 1865 1193 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 886433393 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2000] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2000/stat : 2000 (python) S 1863 1865 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 886443421 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=1865/tid=2081] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2081/stat : 2081 (python) S 1863 1865 1193 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 8 0 886472773 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2098] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2098/stat : 2098 (python) S 1863 1865 1193 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 886492502 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2204] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2204/stat : 2204 (python) S 1863 1865 1193 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 886512040 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2227] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2227/stat : 2227 (python) S 1863 1865 1193 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 886531576 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1182.89
Current children cumulated vsize (KiB) 5018848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 4.12 4.04 3.70 5/260 2234
/proc/meminfo: memFree=30991120/32950928 swapFree=67079488/67111528
[pid=1865] ppid=1863 vsize=395892 CPUtime=10.93 cores=5,7
/proc/1865/stat : 1865 (python) S 1863 1865 1193 0 -1 4202496 33138 933 1 0 1081 12 0 0 19 0 8 0 886422266 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/1865/statm: 98973 18489 1880 364 0 34873 0
[pid=1872] ppid=1865 vsize=334356 CPUtime=0.28 cores=5,7
/proc/1872/stat : 1872 (python) S 1865 1865 1193 0 -1 4202560 1194 0 0 0 15 13 0 0 15 0 2 0 886423364 342380544 17002 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1872/statm: 83589 17002 416 364 0 19507 0
[pid=1874] ppid=1872 vsize=276240 CPUtime=197.12 cores=5,7
/proc/1874/stat : 1874 (hybridGM3) T 1872 1874 1874 0 -1 4202496 9517 0 0 0 19711 1 0 0 25 0 1 0 886423365 282869760 9254 33554432000 134512640 135204385 4293999504 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1874/statm: 69060 9254 64 169 0 68890 0
[pid=1872/tid=1888] ppid=1865 vsize=334356 CPUtime=0 cores=5,7
/proc/1872/task/1888/stat : 1888 (python) S 1865 1865 1193 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886433392 342380544 17002 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604468856358208 0 0 -1 5 0 0 0
[pid=1889] ppid=1865 vsize=334368 CPUtime=0.3 cores=5,7
/proc/1889/stat : 1889 (python) S 1865 1865 1193 0 -1 4202560 1105 0 0 0 17 13 0 0 15 0 2 0 886433393 342392832 16985 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1889/statm: 83592 16985 399 364 0 19507 0
[pid=1891] ppid=1889 vsize=276244 CPUtime=197.14 cores=5,7
/proc/1891/stat : 1891 (hybridGM3) T 1889 1891 1891 0 -1 4202496 9516 0 0 0 19713 1 0 0 25 0 1 0 886433393 282873856 9256 33554432000 134512640 135204385 4294071968 18446744073709551615 134537435 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1891/statm: 69061 9256 64 169 0 68891 0
[pid=1889/tid=1998] ppid=1865 vsize=334368 CPUtime=0 cores=5,7
/proc/1889/task/1998/stat : 1998 (python) S 1865 1865 1193 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 886443419 342392832 16985 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471102742720 0 0 -1 5 0 0 0
[pid=1999] ppid=1865 vsize=344624 CPUtime=0.28 cores=5,7
/proc/1999/stat : 1999 (python) S 1865 1865 1193 0 -1 4202560 1111 0 0 0 14 14 0 0 15 0 2 0 886443420 352894976 16989 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1999/statm: 86156 16989 399 364 0 22068 0
[pid=2001] ppid=1999 vsize=276244 CPUtime=196.37 cores=5,7
/proc/2001/stat : 2001 (hybridGM3) T 1999 2001 2001 0 -1 4202496 9514 0 0 0 19636 1 0 0 25 0 1 0 886443421 282873856 9253 33554432000 134512640 135204385 4291447440 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/2001/statm: 69061 9253 64 169 0 68891 0
[pid=1999/tid=2062] ppid=1865 vsize=344624 CPUtime=0 cores=5,7
/proc/1999/task/2062/stat : 2062 (python) S 1865 1865 1193 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 886453345 352894976 16989 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471087219136 0 0 -1 7 0 0 0
[pid=2080] ppid=1865 vsize=354880 CPUtime=0.14 cores=5,7
/proc/2080/stat : 2080 (python) S 1865 1865 1193 0 -1 4202560 1071 0 0 0 6 8 0 0 19 0 2 0 886472772 363397120 16993 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2080/statm: 88720 16993 399 364 0 24629 0
[pid=2082] ppid=2080 vsize=471116 CPUtime=99.99 cores=5,7
/proc/2082/stat : 2082 (TNM) T 2080 2082 2082 0 -1 4202496 8430 0 0 0 9998 1 0 0 25 0 1 0 886472773 482422784 8172 33554432000 134512640 135008748 4292394384 18446744073709551615 134524689 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2082/statm: 117779 8172 46 122 0 116679 0
[pid=2080/tid=2087] ppid=1865 vsize=354880 CPUtime=0 cores=5,7
/proc/2080/task/2087/stat : 2087 (python) S 1865 1865 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886482787 363397120 16993 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471164520512 0 0 -1 7 0 0 0
[pid=2097] ppid=1865 vsize=365136 CPUtime=0.27 cores=5,7
/proc/2097/stat : 2097 (python) S 1865 1865 1193 0 -1 4202560 1121 0 0 0 16 11 0 0 15 0 2 0 886492502 373899264 16997 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/2097/statm: 91284 16997 399 364 0 27190 0
[pid=2099] ppid=2097 vsize=276236 CPUtime=195.12 cores=5,7
/proc/2099/stat : 2099 (hybridGM3) T 2097 2099 2099 0 -1 4202496 9511 0 0 0 19511 1 0 0 25 0 1 0 886492502 282865664 9249 33554432000 134512640 135204385 4293746160 18446744073709551615 134547707 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2099/statm: 69059 9249 64 169 0 68889 0
[pid=2097/tid=2150] ppid=1865 vsize=365136 CPUtime=0 cores=5,7
/proc/2097/task/2150/stat : 2150 (python) S 1865 1865 1193 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 886502527 373899264 16997 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604454260926400 0 0 -1 5 0 0 0
[pid=2203] ppid=1865 vsize=375392 CPUtime=0.29 cores=5,7
/proc/2203/stat : 2203 (python) S 1865 1865 1193 0 -1 4202560 1125 0 0 0 16 13 0 0 15 0 2 0 886512040 384401408 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2203/statm: 93848 17001 399 364 0 29751 0
[pid=2205] ppid=2203 vsize=276236 CPUtime=195.34 cores=5,7
/proc/2205/stat : 2205 (hybridGM3) T 2203 2205 2205 0 -1 4202496 9515 0 0 0 19533 1 0 0 25 0 1 0 886512040 282865664 9255 33554432000 134512640 135204385 4287968080 18446744073709551615 134537292 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/2205/statm: 69059 9255 64 169 0 68889 0
[pid=2203/tid=2217] ppid=1865 vsize=375392 CPUtime=0 cores=5,7
/proc/2203/task/2217/stat : 2217 (python) S 1865 1865 1193 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 886522062 384401408 17001 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 514 18446604471104322496 0 0 -1 7 0 0 0
[pid=2226] ppid=1865 vsize=385648 CPUtime=0.15 cores=5,7
/proc/2226/stat : 2226 (python) S 1865 1865 1193 0 -1 4202560 933 0 0 0 8 7 0 0 15 0 1 0 886531576 394903552 16975 33554432000 4194304 5683644 140736957383456 18446744073709551615 274473987654 0 0 16781312 514 2464929147613315334 0 0 17 7 0 0 0
/proc/2226/statm: 96412 16975 370 364 0 32312 0
[pid=2228] ppid=2226 vsize=276236 CPUtime=106.29 cores=5,7
/proc/2228/stat : 2228 (hybridGM3) R 2226 2228 2228 0 -1 4202496 9516 0 0 0 10628 1 0 0 25 0 1 0 886531576 282865664 9254 33554432000 134512640 135204385 4286577472 18446744073709551615 134536663 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2228/statm: 69059 9254 64 169 0 68889 0
[pid=1865/tid=1873] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/1873/stat : 1873 (python) S 1863 1865 1193 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 886423365 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=1865/tid=1890] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/1890/stat : 1890 (python) S 1863 1865 1193 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 8 0 886433393 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2000] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2000/stat : 2000 (python) S 1863 1865 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 886443421 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 5 0 0 0
[pid=1865/tid=2081] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2081/stat : 2081 (python) S 1863 1865 1193 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 8 0 886472773 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2098] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2098/stat : 2098 (python) S 1863 1865 1193 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 886492502 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2204] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2204/stat : 2204 (python) S 1863 1865 1193 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 8 0 886512040 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
[pid=1865/tid=2227] ppid=1863 vsize=395892 CPUtime=0 cores=5,7
/proc/1865/task/2227/stat : 2227 (python) S 1863 1865 1193 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 886531576 405393408 18489 33554432000 4194304 5683644 140736957383456 18446744073709551615 274485791153 0 0 16781312 2 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 5018848

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

Real time (s): 1199.45
CPU time (s): 1200.01
CPU user time (s): 1199.03
CPU system time (s): 0.98
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 5018848

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

runsolver used 2.58561 second user time and 5.62514 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:23:46
IDJOB=3484187
IDBENCH=82698
IDSOLVER=1975
FILE ID=node125/3484187-1307748225
RUNJOBID= node125-1307747008-1214
PBS_JOBID= 13550832
Free space on /tmp= 73928 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1170024351-015-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-3484187-1307748225/watcher-3484187-1307748225 -o /tmp/evaluation-result-3484187-1307748225/solver-3484187-1307748225 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484187-1307748225.cnf -seed 34828360 -budget 1200

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

MD5SUM BENCH= 0f7796213ec78265bd44aa83c0fa283d
RANDOM SEED=34828360

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31347284 kB
Buffers:        246364 kB
Cached:         797940 kB
SwapCached:       3400 kB
Active:         861968 kB
Inactive:       527136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31347284 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           36180 kB
Writeback:           0 kB
AnonPages:      343580 kB
Mapped:          21900 kB
Slab:           134964 kB
PageTables:      17396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10820228 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= 73896 MiB
End job on node125 at 2011-06-11 01:43:48