Trace number 3377212

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1969540674-065-UNKNOWN.cnf
MD5SUMfcb14103324f734a2e69e02c062e67ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.64/2.00	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.64/2.00	c INFO: solving HOME/instance-3377212-1305451360.cnf
0.64/2.00	c INFO: computing task features
1.47/2.83	c INFO: computed variable-clause graph statistics
1.47/2.84	c INFO: computed clause balance statistics
5.67/7.00	c INFO: computed variable balance statistics
8.97/10.36	c INFO: computed small-clause counts
8.97/10.38	c INFO: computed Horn-clause counts
12.47/13.82	c INFO: computed variable graph statistics
12.47/13.82	c INFO: collected features for HOME/instance-3377212-1305451360.cnf in 11.80 s
12.47/13.84	c INFO: running hybridGM3@0 for 97 with 2388 remaining (b = 0.35)
113.07/114.43	c INFO: running hybridGM3@0 for 97 with 2287 remaining (b = 0.21)
213.59/214.96	c INFO: running hybridGM3@0 for 97 with 2187 remaining (b = 0.14)
314.17/315.56	c INFO: running hybridGM3@100 for 97 with 2087 remaining (b = 0.10)
411.60/412.88	c INFO: running hybridGM3@100 for 97 with 1990 remaining (b = 0.10)
508.92/510.19	c INFO: running TNM@0 for 97 with 1893 remaining (b = 0.13)
609.52/610.50	c INFO: running hybridGM3@100 for 97 with 1793 remaining (b = 0.09)
706.99/707.83	c INFO: running hybridGM3@0 for 97 with 1695 remaining (b = 0.10)
807.86/808.44	c INFO: running hybridGM3@100 for 97 with 1595 remaining (b = 0.07)
903.47/903.73	c INFO: running hybridGM3@0 for 97 with 1500 remaining (b = 0.07)
1004.12/1004.40	c INFO: running hybridGM3@100 for 97 with 1399 remaining (b = 0.05)
1099.45/1099.71	c INFO: running hybridGM3@0 for 194 with 1304 remaining (b = 0.09)
1295.07/1294.71	c INFO: running hybridGM3@0 for 194 with 1109 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-3377212-1305451360/watcher-3377212-1305451360 -o /tmp/evaluation-result-3377212-1305451360/solver-3377212-1305451360 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377212-1305451360.cnf -seed 718033468 -budget 2400 

running on 2 cores: 0,2

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: 1.60 3.20 3.74 7/364 25883
/proc/meminfo: memFree=24991468/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=11796 CPUtime=0 cores=0,2
/proc/25883/stat : 25883 (runsolver) R 25881 25883 24847 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 735366737 12079104 52 33554432000 4194304 5432360 140737253251008 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/25883/statm: 2949 52 33 303 0 2643 0

[startup+0.094935 s]
/proc/loadavg: 1.60 3.20 3.74 7/364 25883
/proc/meminfo: memFree=24991468/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=30116 CPUtime=0.05 cores=0,2
/proc/25883/stat : 25883 (python) D 25881 25883 24847 0 -1 4202496 1510 0 0 0 3 2 0 0 17 0 1 0 735366737 30838784 1348 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367542629 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25883/statm: 7529 1348 443 364 0 899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30116

[startup+0.100911 s]
/proc/loadavg: 1.60 3.20 3.74 7/364 25883
/proc/meminfo: memFree=24991468/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=30116 CPUtime=0.05 cores=0,2
/proc/25883/stat : 25883 (python) D 25881 25883 24847 0 -1 4202496 1515 0 0 0 3 2 0 0 17 0 1 0 735366737 30838784 1352 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25883/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30116

[startup+0.300909 s]
/proc/loadavg: 1.60 3.20 3.74 7/364 25883
/proc/meminfo: memFree=24991468/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=87708 CPUtime=0.13 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 2626 0 11 0 5 8 0 0 17 0 1 0 735366737 89812992 2354 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 1
/proc/25883/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 87708

[startup+0.700794 s]
/proc/loadavg: 1.60 3.20 3.74 7/364 25883
/proc/meminfo: memFree=24991468/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=124072 CPUtime=0.25 cores=0,2
/proc/25883/stat : 25883 (python) R 25881 25883 24847 0 -1 4202496 4187 0 24 0 9 16 0 0 16 0 1 0 735366737 127049728 3824 33554432000 4194304 5683644 140736134215824 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 7
/proc/25883/statm: 31018 3825 991 364 0 2829 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 124072

[startup+1.50063 s]
/proc/loadavg: 1.79 3.21 3.74 4/371 25906
/proc/meminfo: memFree=24925488/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=210656 CPUtime=0.52 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 7276 922 57 8 24 28 0 0 16 0 1 0 735366737 215711744 5342 33554432000 4194304 5683644 140736134215824 18446744073709551615 251362623111 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 16
/proc/25883/statm: 52664 5342 1508 364 0 4044 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 210656

[startup+3.10036 s]
/proc/loadavg: 1.79 3.21 3.74 6/371 25906
/proc/meminfo: memFree=24837444/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=327996 CPUtime=1.77 cores=0,2
/proc/25883/stat : 25883 (python) R 25881 25883 24847 0 -1 4202496 27386 922 77 8 143 34 0 0 17 0 1 0 735366737 335867904 19383 33554432000 4194304 5683644 140736134215824 18446744073709551615 47649740635627 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/25883/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 327996
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 1.79 3.21 3.74 5/377 25912
/proc/meminfo: memFree=24760888/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=327996 CPUtime=4.97 cores=0,2
/proc/25883/stat : 25883 (python) R 25881 25883 24847 0 -1 4202496 27386 922 77 8 463 34 0 0 22 0 1 0 735366737 335867904 19383 33554432000 4194304 5683644 140736134215824 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/25883/statm: 81999 19383 1826 364 0 17923 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 327996
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 2.35 3.28 3.75 5/380 25915
/proc/meminfo: memFree=24729332/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=327996 CPUtime=11.37 cores=0,2
/proc/25883/stat : 25883 (python) R 25881 25883 24847 0 -1 4202496 27393 922 77 8 1103 34 0 0 25 0 1 0 735366737 335867904 19390 33554432000 4194304 5683644 140736134215824 18446744073709551615 47649740388492 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/25883/statm: 81999 19390 1833 364 0 17923 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 327996

[startup+25.5012 s]
/proc/loadavg: 2.60 3.31 3.76 5/383 25919
/proc/meminfo: memFree=24696980/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=334360 CPUtime=12.51 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 27672 922 77 8 1217 34 0 0 20 0 2 0 735366737 342384640 18452 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/25883/statm: 83590 18452 1867 364 0 19508 0
[pid=25916] ppid=25883 vsize=324116 CPUtime=0.03 cores=0,2
/proc/25916/stat : 25916 (python) S 25883 25883 24847 0 -1 4202560 977 0 0 0 2 1 0 0 15 0 1 0 735368121 331894784 16962 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367566863 0 0 16781312 514 5679039130114162945 0 0 17 0 0 0 0
/proc/25916/statm: 81029 16962 381 364 0 16947 0
[pid=25918] ppid=25916 vsize=276240 CPUtime=11.59 cores=0,2
/proc/25918/stat : 25918 (hybridGM3) R 25916 25918 25918 0 -1 4202496 9518 0 0 0 1158 1 0 0 25 0 1 0 735368121 282869760 9251 33554432000 134512640 135204385 4290809760 18446744073709551615 134536744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25918/statm: 69060 9251 64 169 0 68890 0
[pid=25883/tid=25917] ppid=25881 vsize=334360 CPUtime=0 cores=0,2
/proc/25883/task/25917/stat : 25917 (python) S 25881 25883 24847 0 -1 4202560 26 922 0 8 0 0 0 0 20 0 2 0 735368121 342384640 18452 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 934716

[startup+51.1005 s]
/proc/loadavg: 3.08 3.36 3.76 5/383 25919
/proc/meminfo: memFree=24697272/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=334360 CPUtime=12.51 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 27672 922 77 8 1217 34 0 0 20 0 2 0 735366737 342384640 18452 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/25883/statm: 83590 18452 1867 364 0 19508 0
[pid=25916] ppid=25883 vsize=324116 CPUtime=0.1 cores=0,2
/proc/25916/stat : 25916 (python) S 25883 25883 24847 0 -1 4202560 989 0 0 0 6 4 0 0 15 0 1 0 735368121 331894784 16962 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367566863 0 0 16781312 514 5679039130114162945 0 0 17 0 0 0 0
/proc/25916/statm: 81029 16962 381 364 0 16947 0
[pid=25918] ppid=25916 vsize=276240 CPUtime=37.12 cores=0,2
/proc/25918/stat : 25918 (hybridGM3) R 25916 25918 25918 0 -1 4202496 9518 0 0 0 3711 1 0 0 25 0 1 0 735368121 282869760 9251 33554432000 134512640 135204385 4290809760 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25918/statm: 69060 9251 64 169 0 68890 0
[pid=25883/tid=25917] ppid=25881 vsize=334360 CPUtime=0 cores=0,2
/proc/25883/task/25917/stat : 25917 (python) S 25881 25883 24847 0 -1 4202560 26 922 0 8 0 0 0 0 20 0 2 0 735368121 342384640 18452 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.73
Current children cumulated vsize (KiB) 934716

[startup+102.314 s]
/proc/loadavg: 3.63 3.47 3.77 5/387 25925
/proc/meminfo: memFree=24690788/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=334360 CPUtime=12.51 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 27672 922 77 8 1217 34 0 0 20 0 2 0 735366737 342384640 18452 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/25883/statm: 83590 18452 1867 364 0 19508 0
[pid=25916] ppid=25883 vsize=324116 CPUtime=0.25 cores=0,2
/proc/25916/stat : 25916 (python) S 25883 25883 24847 0 -1 4202560 1011 0 0 0 13 12 0 0 15 0 1 0 735368121 331894784 16962 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367566863 0 0 16781312 514 5679039130114162945 0 0 17 0 0 0 0
/proc/25916/statm: 81029 16962 381 364 0 16947 0
[pid=25918] ppid=25916 vsize=276240 CPUtime=88.21 cores=0,2
/proc/25918/stat : 25918 (hybridGM3) R 25916 25918 25918 0 -1 4202496 9518 0 0 0 8820 1 0 0 25 0 1 0 735368121 282869760 9251 33554432000 134512640 135204385 4290809760 18446744073709551615 134536646 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25918/statm: 69060 9251 64 169 0 68890 0
[pid=25883/tid=25917] ppid=25881 vsize=334360 CPUtime=0 cores=0,2
/proc/25883/task/25917/stat : 25917 (python) S 25881 25883 24847 0 -1 4202560 26 922 0 8 0 0 0 0 20 0 2 0 735368121 342384640 18452 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 934716

[startup+162.301 s]
/proc/loadavg: 3.86 3.56 3.78 5/395 25977
/proc/meminfo: memFree=24555328/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=344616 CPUtime=12.53 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 28561 922 77 8 1218 35 0 0 20 0 3 0 735366737 352886784 18459 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/25883/statm: 86154 18459 1870 364 0 22069 0
[pid=25916] ppid=25883 vsize=334360 CPUtime=0.3 cores=0,2
/proc/25916/stat : 25916 (python) S 25883 25883 24847 0 -1 4202560 1155 0 0 0 16 14 0 0 17 0 2 0 735368121 342384640 17000 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25916/statm: 83590 17000 414 364 0 19508 0
[pid=25918] ppid=25916 vsize=276240 CPUtime=100.27 cores=0,2
/proc/25918/stat : 25918 (hybridGM3) T 25916 25918 25918 0 -1 4202496 9518 0 0 0 10026 1 0 0 25 0 1 0 735368121 282869760 9251 33554432000 134512640 135204385 4290809760 18446744073709551615 134536656 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25918/statm: 69060 9251 64 169 0 68890 0
[pid=25916/tid=25934] ppid=25883 vsize=334360 CPUtime=0 cores=0,2
/proc/25916/task/25934/stat : 25934 (python) S 25883 25883 24847 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735378179 342384640 17000 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604443480953792 0 0 -1 0 0 0 0
[pid=25935] ppid=25883 vsize=334372 CPUtime=0.14 cores=0,2
/proc/25935/stat : 25935 (python) S 25883 25883 24847 0 -1 4202560 893 0 0 0 8 6 0 0 15 0 1 0 735378180 342396928 16955 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367566918 0 0 16781312 514 5679039130114162947 0 0 17 0 0 0 0
/proc/25935/statm: 83593 16955 370 364 0 19508 0
[pid=25937] ppid=25935 vsize=276236 CPUtime=47.72 cores=0,2
/proc/25937/stat : 25937 (hybridGM3) R 25935 25937 25937 0 -1 4202496 9518 0 0 0 4771 1 0 0 25 0 1 0 735378181 282865664 9254 33554432000 134512640 135204385 4289983312 18446744073709551615 134536993 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25937/statm: 69059 9254 64 169 0 68889 0
[pid=25883/tid=25917] ppid=25881 vsize=344616 CPUtime=0 cores=0,2
/proc/25883/task/25917/stat : 25917 (python) S 25881 25883 24847 0 -1 4202560 26 922 0 8 0 0 0 0 20 0 3 0 735368121 352886784 18459 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=25936] ppid=25881 vsize=344616 CPUtime=0 cores=0,2
/proc/25883/task/25936/stat : 25936 (python) S 25881 25883 24847 0 -1 4202560 29 922 0 8 0 0 0 0 20 0 3 0 735378181 352886784 18459 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.96
Current children cumulated vsize (KiB) 1565824

[startup+222.301 s]
/proc/loadavg: 4.00 3.65 3.80 5/407 25991
/proc/meminfo: memFree=24464012/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=354872 CPUtime=12.54 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 29428 922 77 8 1219 35 0 0 20 0 4 0 735366737 363388928 18473 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/25883/statm: 88718 18473 1880 364 0 24630 0
[pid=25916] ppid=25883 vsize=334360 CPUtime=0.3 cores=0,2
/proc/25916/stat : 25916 (python) S 25883 25883 24847 0 -1 4202560 1155 0 0 0 16 14 0 0 17 0 2 0 735368121 342384640 17000 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25916/statm: 83590 17000 414 364 0 19508 0
[pid=25918] ppid=25916 vsize=276240 CPUtime=100.27 cores=0,2
/proc/25918/stat : 25918 (hybridGM3) T 25916 25918 25918 0 -1 4202496 9518 0 0 0 10026 1 0 0 25 0 1 0 735368121 282869760 9251 33554432000 134512640 135204385 4290809760 18446744073709551615 134536656 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25918/statm: 69060 9251 64 169 0 68890 0
[pid=25916/tid=25934] ppid=25883 vsize=334360 CPUtime=0 cores=0,2
/proc/25916/task/25934/stat : 25934 (python) S 25883 25883 24847 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735378179 342384640 17000 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604443480953792 0 0 -1 0 0 0 0
[pid=25935] ppid=25883 vsize=334372 CPUtime=0.31 cores=0,2
/proc/25935/stat : 25935 (python) S 25883 25883 24847 0 -1 4202560 1065 0 0 0 17 14 0 0 16 0 2 0 735378180 342396928 16985 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25935/statm: 83593 16985 399 364 0 19508 0
[pid=25937] ppid=25935 vsize=276236 CPUtime=100.23 cores=0,2
/proc/25937/stat : 25937 (hybridGM3) T 25935 25937 25937 0 -1 4202496 9518 0 0 0 10022 1 0 0 25 0 1 0 735378181 282865664 9254 33554432000 134512640 135204385 4289983312 18446744073709551615 134537401 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25937/statm: 69059 9254 64 169 0 68889 0

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

/proc/25935/statm: 83593 16985 399 364 0 19508 0
[pid=25937] ppid=25935 vsize=276236 CPUtime=197.26 cores=0,2
/proc/25937/stat : 25937 (hybridGM3) T 25935 25937 25937 0 -1 4202496 9520 0 0 0 19725 1 0 0 25 0 1 0 735378181 282865664 9256 33554432000 134512640 135204385 4289983312 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25937/statm: 69059 9256 64 169 0 68889 0
[pid=25935/tid=25988] ppid=25883 vsize=334372 CPUtime=0 cores=0,2
/proc/25935/task/25988/stat : 25988 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735388232 342396928 16985 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604448682698880 0 0 -1 0 0 0 0
[pid=25989] ppid=25883 vsize=344628 CPUtime=0.65 cores=0,2
/proc/25989/stat : 25989 (python) S 25883 25883 24847 0 -1 4202560 1118 0 0 0 37 28 0 0 16 0 2 0 735388233 352899072 16989 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25989/statm: 86157 16989 399 364 0 22069 0
[pid=25991] ppid=25989 vsize=276240 CPUtime=197.3 cores=0,2
/proc/25991/stat : 25991 (hybridGM3) T 25989 25991 25991 0 -1 4202496 9517 0 0 0 19729 1 0 0 25 0 1 0 735388233 282869760 9256 33554432000 134512640 135204385 4292428928 18446744073709551615 134537123 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25991/statm: 69060 9256 64 169 0 68890 0
[pid=25989/tid=26003] ppid=25883 vsize=344628 CPUtime=0 cores=0,2
/proc/25989/task/26003/stat : 26003 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735398292 352899072 16989 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604442228352960 0 0 -1 0 0 0 0
[pid=26026] ppid=25883 vsize=354884 CPUtime=0.3 cores=0,2
/proc/26026/stat : 26026 (python) S 25883 25883 24847 0 -1 4202560 1086 0 0 0 18 12 0 0 19 0 2 0 735417756 363401216 16993 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26026/statm: 88721 16993 399 364 0 24630 0
[pid=26028] ppid=26026 vsize=471116 CPUtime=100.28 cores=0,2
/proc/26028/stat : 26028 (TNM) T 26026 26028 26028 0 -1 4202496 8434 0 0 0 10027 1 0 0 25 0 1 0 735417757 482422784 8172 33554432000 134512640 135008748 4294015472 18446744073709551615 134527111 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26028/statm: 117779 8172 46 122 0 116679 0
[pid=26026/tid=26036] ppid=25883 vsize=354884 CPUtime=0 cores=0,2
/proc/26026/task/26036/stat : 26036 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735427786 363401216 16993 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604448410991552 0 0 -1 0 0 0 0
[pid=26082] ppid=25883 vsize=365140 CPUtime=0.59 cores=0,2
/proc/26082/stat : 26082 (python) S 25883 25883 24847 0 -1 4202560 1127 0 0 0 33 26 0 0 15 0 2 0 735437520 373903360 16997 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26082/statm: 91285 16997 399 364 0 27191 0
[pid=26084] ppid=26082 vsize=276240 CPUtime=195.85 cores=0,2
/proc/26084/stat : 26084 (hybridGM3) T 26082 26084 26084 0 -1 4202496 9530 0 0 0 19584 1 0 0 25 0 1 0 735437521 282869760 9265 33554432000 134512640 135204385 4290744800 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26084/statm: 69060 9265 64 169 0 68890 0
[pid=26082/tid=26093] ppid=25883 vsize=365140 CPUtime=0 cores=0,2
/proc/26082/task/26093/stat : 26093 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735447580 373903360 16997 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604453825434048 0 0 -1 0 0 0 0
[pid=26141] ppid=25883 vsize=375396 CPUtime=0.66 cores=0,2
/proc/26141/stat : 26141 (python) S 25883 25883 24847 0 -1 4202560 1125 0 0 0 38 28 0 0 16 0 2 0 735457110 384405504 17001 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26141/statm: 93849 17001 399 364 0 29752 0
[pid=26143] ppid=26141 vsize=276240 CPUtime=195.3 cores=0,2
/proc/26143/stat : 26143 (hybridGM3) T 26141 26143 26143 0 -1 4202496 9516 0 0 0 19528 2 0 0 25 0 1 0 735457110 282869760 9253 33554432000 134512640 135204385 4288261600 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26143/statm: 69060 9253 64 169 0 68890 0
[pid=26141/tid=26156] ppid=25883 vsize=375396 CPUtime=0 cores=0,2
/proc/26141/task/26156/stat : 26156 (python) S 25883 25883 24847 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735467176 384405504 17001 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604453825436736 0 0 -1 0 0 0 0
[pid=26169] ppid=25883 vsize=385652 CPUtime=0.45 cores=0,2
/proc/26169/stat : 26169 (python) S 25883 25883 24847 0 -1 4202560 960 0 0 0 25 20 0 0 15 0 1 0 735476708 394907648 16975 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367566918 0 0 16781312 514 5679039130114162945 0 0 17 2 0 0 0
/proc/26169/statm: 96413 16975 370 364 0 32313 0
[pid=26171] ppid=26169 vsize=276244 CPUtime=142.56 cores=0,2
/proc/26171/stat : 26171 (hybridGM3) R 26169 26171 26171 0 -1 4202496 9517 0 0 0 14255 1 0 0 25 0 1 0 735476709 282873856 9253 33554432000 134512640 135204385 4287747552 18446744073709551615 134537558 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26171/statm: 69061 9253 64 169 0 68891 0
[pid=25883/tid=25917] ppid=25881 vsize=395896 CPUtime=0 cores=0,2
/proc/25883/task/25917/stat : 25917 (python) S 25881 25883 24847 0 -1 4202560 30 922 0 8 0 0 0 0 18 0 8 0 735368121 405397504 18497 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=25936] ppid=25881 vsize=395896 CPUtime=0 cores=0,2
/proc/25883/task/25936/stat : 25936 (python) S 25881 25883 24847 0 -1 4202560 31 922 0 8 0 0 0 0 18 0 8 0 735378181 405397504 18497 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 2 0 0 0
[pid=25883/tid=25990] ppid=25881 vsize=395896 CPUtime=0 cores=0,2
/proc/25883/task/25990/stat : 25990 (python) S 25881 25883 24847 0 -1 4202560 28 922 0 8 0 0 0 0 18 0 8 0 735388233 405397504 18497 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26027] ppid=25881 vsize=395896 CPUtime=0 cores=0,2
/proc/25883/task/26027/stat : 26027 (python) S 25881 25883 24847 0 -1 4202560 27 922 0 8 0 0 0 0 20 0 8 0 735417757 405397504 18497 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26083] ppid=25881 vsize=395896 CPUtime=0 cores=0,2
/proc/25883/task/26083/stat : 26083 (python) S 25881 25883 24847 0 -1 4202560 31 922 0 8 0 0 0 0 18 0 8 0 735437521 405397504 18497 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26142] ppid=25881 vsize=395896 CPUtime=0 cores=0,2
/proc/25883/task/26142/stat : 26142 (python) S 25881 25883 24847 0 -1 4202560 31 922 0 8 0 0 0 0 18 0 8 0 735457110 405397504 18497 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26170] ppid=25881 vsize=395896 CPUtime=0 cores=0,2
/proc/25883/task/26170/stat : 26170 (python) S 25881 25883 24847 0 -1 4202560 30 922 0 8 0 0 0 0 20 0 8 0 735476709 405397504 18497 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.48
Current children cumulated vsize (KiB) 5018884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.05 3.97 7/479 26190
/proc/meminfo: memFree=23702860/32950928 swapFree=38710892/67111528
[pid=25883] ppid=25881 vsize=406152 CPUtime=12.68 cores=0,2
/proc/25883/stat : 25883 (python) S 25881 25883 24847 0 -1 4202496 34186 922 77 8 1231 37 0 0 20 0 9 0 735366737 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/25883/statm: 101538 18503 1890 364 0 37435 0
[pid=25916] ppid=25883 vsize=334360 CPUtime=0.62 cores=0,2
/proc/25916/stat : 25916 (python) S 25883 25883 24847 0 -1 4202560 1211 0 0 0 34 28 0 0 15 0 2 0 735368121 342384640 17001 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25916/statm: 83590 17001 415 364 0 19508 0
[pid=25918] ppid=25916 vsize=276240 CPUtime=197.37 cores=0,2
/proc/25918/stat : 25918 (hybridGM3) T 25916 25918 25918 0 -1 4202496 9519 0 0 0 19736 1 0 0 25 0 1 0 735368121 282869760 9252 33554432000 134512640 135204385 4290809760 18446744073709551615 134537049 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25918/statm: 69060 9252 64 169 0 68890 0
[pid=25916/tid=25934] ppid=25883 vsize=334360 CPUtime=0 cores=0,2
/proc/25916/task/25934/stat : 25934 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735378179 342384640 17001 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604443480953792 0 0 -1 0 0 0 0
[pid=25935] ppid=25883 vsize=334372 CPUtime=0.63 cores=0,2
/proc/25935/stat : 25935 (python) S 25883 25883 24847 0 -1 4202560 1114 0 0 0 33 30 0 0 15 0 2 0 735378180 342396928 16985 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25935/statm: 83593 16985 399 364 0 19508 0
[pid=25937] ppid=25935 vsize=276236 CPUtime=197.26 cores=0,2
/proc/25937/stat : 25937 (hybridGM3) T 25935 25937 25937 0 -1 4202496 9520 0 0 0 19725 1 0 0 25 0 1 0 735378181 282865664 9256 33554432000 134512640 135204385 4289983312 18446744073709551615 134545880 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25937/statm: 69059 9256 64 169 0 68889 0
[pid=25935/tid=25988] ppid=25883 vsize=334372 CPUtime=0 cores=0,2
/proc/25935/task/25988/stat : 25988 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735388232 342396928 16985 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604448682698880 0 0 -1 0 0 0 0
[pid=25989] ppid=25883 vsize=344628 CPUtime=0.65 cores=0,2
/proc/25989/stat : 25989 (python) S 25883 25883 24847 0 -1 4202560 1118 0 0 0 37 28 0 0 16 0 2 0 735388233 352899072 16989 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25989/statm: 86157 16989 399 364 0 22069 0
[pid=25991] ppid=25989 vsize=276240 CPUtime=197.3 cores=0,2
/proc/25991/stat : 25991 (hybridGM3) T 25989 25991 25991 0 -1 4202496 9517 0 0 0 19729 1 0 0 25 0 1 0 735388233 282869760 9256 33554432000 134512640 135204385 4292428928 18446744073709551615 134537123 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25991/statm: 69060 9256 64 169 0 68890 0
[pid=25989/tid=26003] ppid=25883 vsize=344628 CPUtime=0 cores=0,2
/proc/25989/task/26003/stat : 26003 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735398292 352899072 16989 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604442228352960 0 0 -1 0 0 0 0
[pid=26026] ppid=25883 vsize=354884 CPUtime=0.3 cores=0,2
/proc/26026/stat : 26026 (python) S 25883 25883 24847 0 -1 4202560 1086 0 0 0 18 12 0 0 19 0 2 0 735417756 363401216 16993 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26026/statm: 88721 16993 399 364 0 24630 0
[pid=26028] ppid=26026 vsize=471116 CPUtime=100.28 cores=0,2
/proc/26028/stat : 26028 (TNM) T 26026 26028 26028 0 -1 4202496 8434 0 0 0 10027 1 0 0 25 0 1 0 735417757 482422784 8172 33554432000 134512640 135008748 4294015472 18446744073709551615 134527111 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26028/statm: 117779 8172 46 122 0 116679 0
[pid=26026/tid=26036] ppid=25883 vsize=354884 CPUtime=0 cores=0,2
/proc/26026/task/26036/stat : 26036 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735427786 363401216 16993 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604448410991552 0 0 -1 0 0 0 0
[pid=26082] ppid=25883 vsize=365140 CPUtime=0.59 cores=0,2
/proc/26082/stat : 26082 (python) S 25883 25883 24847 0 -1 4202560 1127 0 0 0 33 26 0 0 15 0 2 0 735437520 373903360 16997 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26082/statm: 91285 16997 399 364 0 27191 0
[pid=26084] ppid=26082 vsize=276240 CPUtime=195.85 cores=0,2
/proc/26084/stat : 26084 (hybridGM3) T 26082 26084 26084 0 -1 4202496 9530 0 0 0 19584 1 0 0 25 0 1 0 735437521 282869760 9265 33554432000 134512640 135204385 4290744800 18446744073709551615 134537290 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26084/statm: 69060 9265 64 169 0 68890 0
[pid=26082/tid=26093] ppid=25883 vsize=365140 CPUtime=0 cores=0,2
/proc/26082/task/26093/stat : 26093 (python) S 25883 25883 24847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 735447580 373903360 16997 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604453825434048 0 0 -1 0 0 0 0
[pid=26141] ppid=25883 vsize=375396 CPUtime=0.66 cores=0,2
/proc/26141/stat : 26141 (python) S 25883 25883 24847 0 -1 4202560 1125 0 0 0 38 28 0 0 16 0 2 0 735457110 384405504 17001 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26141/statm: 93849 17001 399 364 0 29752 0
[pid=26143] ppid=26141 vsize=276240 CPUtime=195.3 cores=0,2
/proc/26143/stat : 26143 (hybridGM3) T 26141 26143 26143 0 -1 4202496 9516 0 0 0 19528 2 0 0 25 0 1 0 735457110 282869760 9253 33554432000 134512640 135204385 4288261600 18446744073709551615 134537608 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/26143/statm: 69060 9253 64 169 0 68890 0
[pid=26141/tid=26156] ppid=25883 vsize=375396 CPUtime=0 cores=0,2
/proc/26141/task/26156/stat : 26156 (python) S 25883 25883 24847 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 735467176 384405504 17001 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604453825436736 0 0 -1 0 0 0 0
[pid=26169] ppid=25883 vsize=385652 CPUtime=0.62 cores=0,2
/proc/26169/stat : 26169 (python) S 25883 25883 24847 0 -1 4202560 1136 0 0 0 35 27 0 0 17 0 2 0 735476708 394907648 17005 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26169/statm: 96413 17005 399 364 0 32313 0
[pid=26171] ppid=26169 vsize=276244 CPUtime=194.97 cores=0,2
/proc/26171/stat : 26171 (hybridGM3) T 26169 26171 26171 0 -1 4202496 9518 0 0 0 19496 1 0 0 25 0 1 0 735476709 282873856 9254 33554432000 134512640 135204385 4287747552 18446744073709551615 134537272 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/26171/statm: 69061 9254 64 169 0 68891 0
[pid=26169/tid=26186] ppid=25883 vsize=385652 CPUtime=0 cores=0,2
/proc/26169/task/26186/stat : 26186 (python) S 25883 25883 24847 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 735496207 394907648 17005 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 514 18446604444178623360 0 0 -1 2 0 0 0
[pid=26187] ppid=25883 vsize=395908 CPUtime=0.02 cores=0,2
/proc/26187/stat : 26187 (python) S 25883 25883 24847 0 -1 4202560 943 0 0 0 1 1 0 0 15 0 1 0 735496208 405409792 16985 33554432000 4194304 5683644 140736134215824 18446744073709551615 251367566918 0 0 16781312 514 14831223565801455874 0 0 17 0 0 0 0
/proc/26187/statm: 98977 16985 376 364 0 34874 0
[pid=26189] ppid=26187 vsize=276240 CPUtime=5.27 cores=0,2
/proc/26189/stat : 26189 (hybridGM3) R 26187 26189 26189 0 -1 4202496 9521 0 0 0 526 1 0 0 25 0 1 0 735496209 282869760 9249 33554432000 134512640 135204385 4289489024 18446744073709551615 134546082 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26189/statm: 69060 9249 64 169 0 68890 0
[pid=25883/tid=25917] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/25917/stat : 25917 (python) S 25881 25883 24847 0 -1 4202560 30 922 0 8 0 0 0 0 18 0 9 0 735368121 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=25936] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/25936/stat : 25936 (python) S 25881 25883 24847 0 -1 4202560 31 922 0 8 0 0 0 0 18 0 9 0 735378181 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 2 0 0 0
[pid=25883/tid=25990] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/25990/stat : 25990 (python) S 25881 25883 24847 0 -1 4202560 28 922 0 8 0 0 0 0 18 0 9 0 735388233 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26027] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/26027/stat : 26027 (python) S 25881 25883 24847 0 -1 4202560 27 922 0 8 0 0 0 0 20 0 9 0 735417757 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26083] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/26083/stat : 26083 (python) S 25881 25883 24847 0 -1 4202560 31 922 0 8 0 0 0 0 18 0 9 0 735437521 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26142] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/26142/stat : 26142 (python) S 25881 25883 24847 0 -1 4202560 31 922 0 8 0 0 0 0 18 0 9 0 735457110 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26170] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/26170/stat : 26170 (python) S 25881 25883 24847 0 -1 4202560 30 922 0 8 0 0 0 0 20 0 9 0 735476709 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
[pid=25883/tid=26188] ppid=25881 vsize=406152 CPUtime=0 cores=0,2
/proc/25883/task/26188/stat : 26188 (python) S 25881 25883 24847 0 -1 4202560 25 922 0 8 0 0 0 0 20 0 9 0 735496209 415899648 18503 33554432000 4194304 5683644 140736134215824 18446744073709551615 251379370417 0 0 16781312 2 18446604444178622464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.37
Current children cumulated vsize (KiB) 5701288

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 25883 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=320127
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=379942
# CPU time returned by wait4() is 12.7001
# while last known CPU time is 1300.37
#
# 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): 1300.37
CPU user time (s): 1298.11
CPU system time (s): 2.26
CPU usage (%): 100.023
Max. virtual memory (cumulated for all children) (KiB): 5701288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3201
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35518
page faults= 85
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41680
involuntary context switches= 89

runsolver used 6.20106 second user time and 12.6411 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 11:22:40
IDJOB=3377212
IDBENCH=82521
IDSOLVER=1857
FILE ID=node113/3377212-1305451360
RUNJOBID= node113-1305451360-25847
PBS_JOBID= 13324872
Free space on /tmp= 73460 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1969540674-065-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-3377212-1305451360/watcher-3377212-1305451360 -o /tmp/evaluation-result-3377212-1305451360/solver-3377212-1305451360 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377212-1305451360.cnf -seed 718033468 -budget 2400

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

MD5SUM BENCH= fcb14103324f734a2e69e02c062e67ed
RANDOM SEED=718033468

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24992120 kB
Buffers:        270112 kB
Cached:        3023820 kB
SwapCached:      93712 kB
Active:         959528 kB
Inactive:      6728308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24992120 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:          135524 kB
Writeback:           0 kB
AnonPages:     4311508 kB
Mapped:          14964 kB
Slab:           115140 kB
PageTables:      91608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87078788 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= 73336 MiB
End job on node113 at 2011-05-15 11:44:23