Trace number 3484090

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)? (MO) 701.15 700.665

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S927774663-037-UNKNOWN.cnf
MD5SUM950830e22ef92fb7f22c5b3c987a21f5
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 variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3484090-1307747177.cnf
0.31/0.46	c INFO: computing task features
0.59/0.70	c INFO: computed variable-clause graph statistics
0.59/0.70	c INFO: computed clause balance statistics
1.69/1.86	c INFO: computed variable balance statistics
2.19/2.32	c INFO: computed small-clause counts
2.19/2.32	c INFO: computed Horn-clause counts
2.19/2.36	c INFO: computed variable graph statistics
2.19/2.36	c INFO: collected features for HOME/instance-3484090-1307747177.cnf in 1.90 s
2.19/2.37	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.51/101.56	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
200.84/200.77	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
301.04/300.91	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
400.27/400.07	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.05)
500.49/500.22	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.04)
599.81/599.44	c INFO: running FH@0 for 97 with 601 remaining (b = 0.03)
700.16/699.61	c INFO: running adaptg2wsat2009++@0 for 97 with 501 remaining (b = 0.03)
701.15/700.66	c INFO: running adaptg2wsat2009++@0 for 97 with 501 remaining (b = 0.02)

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

running on 2 cores: 4,6

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.89 1.88 0.73 4/210 5774
/proc/meminfo: memFree=31437748/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=15752 CPUtime=0 cores=4,6
/proc/5774/stat : 5774 (python) R 5772 5774 5426 0 -1 4202496 841 0 0 0 0 0 0 0 18 0 1 0 867133849 16130048 723 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106766848 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/5774/statm: 3938 723 334 364 0 425 0

[startup+0.0598771 s]
/proc/loadavg: 3.89 1.88 0.73 4/210 5774
/proc/meminfo: memFree=31437748/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=38904 CPUtime=0.03 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 1660 0 0 0 3 0 0 0 17 0 1 0 867133849 39837696 1486 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/5774/statm: 9726 1486 455 364 0 1026 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38904

[startup+0.102012 s]
/proc/loadavg: 3.89 1.88 0.73 4/210 5774
/proc/meminfo: memFree=31437748/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=104616 CPUtime=0.07 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 3101 0 0 0 5 2 0 0 17 0 1 0 867133849 107126784 2779 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/5774/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.30054 s]
/proc/loadavg: 3.89 1.88 0.73 4/210 5774
/proc/meminfo: memFree=31437748/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=190252 CPUtime=0.22 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 6897 933 1 0 16 6 0 0 18 0 1 0 867133849 194818048 4942 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/5774/statm: 47563 4942 1422 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190252

[startup+0.700514 s]
/proc/loadavg: 3.89 1.88 0.73 4/210 5774
/proc/meminfo: memFree=31437748/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=289500 CPUtime=0.59 cores=4,6
/proc/5774/stat : 5774 (python) R 5772 5774 5426 0 -1 4202496 14001 933 1 0 51 8 0 0 18 0 1 0 867133849 296448000 9752 33554432000 4194304 5683644 140735967991296 18446744073709551615 46913684855958 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5774/statm: 72375 9752 1818 364 0 8299 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 289500

[startup+1.50034 s]
/proc/loadavg: 3.89 1.88 0.73 5/211 5779
/proc/meminfo: memFree=31405520/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=289500 CPUtime=1.39 cores=4,6
/proc/5774/stat : 5774 (python) R 5772 5774 5426 0 -1 4202496 14009 933 1 0 131 8 0 0 20 0 1 0 867133849 296448000 9760 33554432000 4194304 5683644 140735967991296 18446744073709551615 4418281 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/5774/statm: 72375 9760 1826 364 0 8299 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 289500

[startup+3.10111 s]
/proc/loadavg: 3.89 1.88 0.73 5/211 5779
/proc/meminfo: memFree=31405268/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=291936 CPUtime=2.27 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 14321 933 1 0 218 9 0 0 24 0 2 0 867133849 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 72984 7849 1869 364 0 8902 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 291936
heavy processes:

[startup+6.30053 s]
/proc/loadavg: 3.90 1.92 0.75 5/214 5782
/proc/meminfo: memFree=31407228/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=291936 CPUtime=2.27 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 14321 933 1 0 218 9 0 0 24 0 2 0 867133849 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 72984 7849 1869 364 0 8902 0
[pid=5780] ppid=5774 vsize=282244 CPUtime=0 cores=4,6
/proc/5780/stat : 5780 (python) S 5774 5774 5426 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867134087 289017856 6332 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788879 0 0 16781312 514 4498358534613729537 0 0 17 6 0 0 0
/proc/5780/statm: 70561 6332 355 364 0 6479 0
[pid=5782] ppid=5780 vsize=1020188 CPUtime=3.92 cores=4,6
/proc/5782/stat : 5782 (gnovelty+2) R 5780 5782 5782 0 -1 4202496 1142 0 0 0 392 0 0 0 25 0 1 0 867134087 1044672512 877 33554432000 134512640 135663704 4292773168 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5782/statm: 255047 877 113 282 0 254763 0
[pid=5774/tid=5781] ppid=5772 vsize=291936 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867134087 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1594368

[startup+12.7004 s]
/proc/loadavg: 3.91 1.95 0.77 5/214 5782
/proc/meminfo: memFree=31406668/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=291936 CPUtime=2.27 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 14321 933 1 0 218 9 0 0 24 0 2 0 867133849 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 72984 7849 1869 364 0 8902 0
[pid=5780] ppid=5774 vsize=282244 CPUtime=0 cores=4,6
/proc/5780/stat : 5780 (python) S 5774 5774 5426 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 867134087 289017856 6355 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788879 0 0 16781312 514 17044365370992853249 0 0 17 6 0 0 0
/proc/5780/statm: 70561 6355 378 364 0 6479 0
[pid=5782] ppid=5780 vsize=1020188 CPUtime=10.32 cores=4,6
/proc/5782/stat : 5782 (gnovelty+2) R 5780 5782 5782 0 -1 4202496 1142 0 0 0 1032 0 0 0 25 0 1 0 867134087 1044672512 877 33554432000 134512640 135663704 4292773168 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5782/statm: 255047 877 113 282 0 254763 0
[pid=5774/tid=5781] ppid=5772 vsize=291936 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867134087 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1594368

[startup+25.5012 s]
/proc/loadavg: 3.93 2.05 0.82 5/222 5790
/proc/meminfo: memFree=31353448/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=291936 CPUtime=2.27 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 14321 933 1 0 218 9 0 0 24 0 2 0 867133849 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 72984 7849 1869 364 0 8902 0
[pid=5780] ppid=5774 vsize=282244 CPUtime=0.02 cores=4,6
/proc/5780/stat : 5780 (python) S 5774 5774 5426 0 -1 4202560 871 0 0 0 1 1 0 0 18 0 1 0 867134087 289017856 6355 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788879 0 0 16781312 514 17044365370992853249 0 0 17 6 0 0 0
/proc/5780/statm: 70561 6355 378 364 0 6479 0
[pid=5782] ppid=5780 vsize=1020188 CPUtime=23.12 cores=4,6
/proc/5782/stat : 5782 (gnovelty+2) R 5780 5782 5782 0 -1 4202496 1142 0 0 0 2312 0 0 0 25 0 1 0 867134087 1044672512 877 33554432000 134512640 135663704 4292773168 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5782/statm: 255047 877 113 282 0 254763 0
[pid=5774/tid=5781] ppid=5772 vsize=291936 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867134087 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1594368

[startup+51.1007 s]
/proc/loadavg: 3.95 2.21 0.90 5/226 5795
/proc/meminfo: memFree=31319040/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=291936 CPUtime=2.27 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 14321 933 1 0 218 9 0 0 24 0 2 0 867133849 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 72984 7849 1869 364 0 8902 0
[pid=5780] ppid=5774 vsize=282244 CPUtime=0.05 cores=4,6
/proc/5780/stat : 5780 (python) S 5774 5774 5426 0 -1 4202560 888 0 0 0 3 2 0 0 18 0 1 0 867134087 289017856 6355 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788879 0 0 16781312 514 17044365370992853249 0 0 17 6 0 0 0
/proc/5780/statm: 70561 6355 378 364 0 6479 0
[pid=5782] ppid=5780 vsize=1020188 CPUtime=48.72 cores=4,6
/proc/5782/stat : 5782 (gnovelty+2) R 5780 5782 5782 0 -1 4202496 1142 0 0 0 4872 0 0 0 25 0 1 0 867134087 1044672512 877 33554432000 134512640 135663704 4292773168 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5782/statm: 255047 877 113 282 0 254763 0
[pid=5774/tid=5781] ppid=5772 vsize=291936 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 867134087 298942464 7849 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1594368

[startup+102.308 s]
/proc/loadavg: 3.98 2.48 1.06 5/230 5801
/proc/meminfo: memFree=31311468/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=302328 CPUtime=2.28 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 15167 933 1 0 219 9 0 0 20 0 3 0 867133849 309583872 7906 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 75582 7906 1872 364 0 11497 0
[pid=5780] ppid=5774 vsize=292488 CPUtime=0.12 cores=4,6
/proc/5780/stat : 5780 (python) S 5774 5774 5426 0 -1 4202560 1156 0 0 0 7 5 0 0 19 0 2 0 867134087 299507712 6397 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5780/statm: 73122 6397 415 364 0 9040 0
[pid=5782] ppid=5780 vsize=1020188 CPUtime=99.18 cores=4,6
/proc/5782/stat : 5782 (gnovelty+2) T 5780 5782 5782 0 -1 4202496 1142 0 0 0 9918 0 0 0 25 0 1 0 867134087 1044672512 877 33554432000 134512640 135663704 4292773168 18446744073709551615 134525506 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5782/statm: 255047 877 113 282 0 254763 0
[pid=5780/tid=5798] ppid=5774 vsize=292488 CPUtime=0 cores=4,6
/proc/5780/task/5798/stat : 5798 (python) S 5774 5774 5426 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867144005 299507712 6397 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453960048960 0 0 -1 6 0 0 0
[pid=5799] ppid=5774 vsize=293172 CPUtime=0 cores=4,6
/proc/5799/stat : 5799 (python) S 5774 5774 5426 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 867144006 300208128 6380 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788934 0 0 16781312 514 4471036770175156223 0 0 17 6 0 0 0
/proc/5799/statm: 73293 6380 349 364 0 9208 0
[pid=5801] ppid=5799 vsize=1020188 CPUtime=0.73 cores=4,6
/proc/5801/stat : 5801 (gnovelty+2) R 5799 5801 5801 0 -1 4202496 1142 0 0 0 73 0 0 0 22 0 1 0 867144006 1044672512 876 33554432000 134512640 135663704 4288121296 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5801/statm: 255047 876 113 282 0 254763 0
[pid=5774/tid=5781] ppid=5772 vsize=302328 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 3 0 867134087 309583872 7906 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5800] ppid=5772 vsize=302328 CPUtime=0 cores=4,6
/proc/5774/task/5800/stat : 5800 (python) S 5772 5774 5426 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 3 0 867144006 309583872 7906 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2928364

[startup+162.301 s]
/proc/loadavg: 4.06 2.77 1.25 5/236 5808
/proc/meminfo: memFree=31293884/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=302328 CPUtime=2.28 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 15167 933 1 0 219 9 0 0 20 0 3 0 867133849 309583872 7906 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 75582 7906 1872 364 0 11497 0
[pid=5780] ppid=5774 vsize=292488 CPUtime=0.12 cores=4,6
/proc/5780/stat : 5780 (python) S 5774 5774 5426 0 -1 4202560 1156 0 0 0 7 5 0 0 19 0 2 0 867134087 299507712 6397 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5780/statm: 73122 6397 415 364 0 9040 0
[pid=5782] ppid=5780 vsize=1020188 CPUtime=99.18 cores=4,6
/proc/5782/stat : 5782 (gnovelty+2) T 5780 5782 5782 0 -1 4202496 1142 0 0 0 9918 0 0 0 25 0 1 0 867134087 1044672512 877 33554432000 134512640 135663704 4292773168 18446744073709551615 134525506 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5782/statm: 255047 877 113 282 0 254763 0
[pid=5780/tid=5798] ppid=5774 vsize=292488 CPUtime=0 cores=4,6
/proc/5780/task/5798/stat : 5798 (python) S 5774 5774 5426 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867144005 299507712 6397 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453960048960 0 0 -1 6 0 0 0
[pid=5799] ppid=5774 vsize=293172 CPUtime=0.07 cores=4,6
/proc/5799/stat : 5799 (python) S 5774 5774 5426 0 -1 4202560 901 0 0 0 4 3 0 0 18 0 1 0 867144006 300208128 6403 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788934 0 0 16781312 514 17044365370992853249 0 0 17 6 0 0 0
/proc/5799/statm: 73293 6403 372 364 0 9208 0
[pid=5801] ppid=5799 vsize=1020188 CPUtime=60.72 cores=4,6
/proc/5801/stat : 5801 (gnovelty+2) R 5799 5801 5801 0 -1 4202496 1142 0 0 0 6072 0 0 0 25 0 1 0 867144006 1044672512 876 33554432000 134512640 135663704 4288121296 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5801/statm: 255047 876 113 282 0 254763 0
[pid=5774/tid=5781] ppid=5772 vsize=302328 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 3 0 867134087 309583872 7906 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0

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

/proc/5799/statm: 73293 6432 400 364 0 9208 0
[pid=5801] ppid=5799 vsize=1020188 CPUtime=99.19 cores=4,6
/proc/5801/stat : 5801 (gnovelty+2) T 5799 5801 5801 0 -1 4202496 1142 0 0 0 9919 0 0 0 25 0 1 0 867144006 1044672512 876 33554432000 134512640 135663704 4288121296 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5801/statm: 255047 876 113 282 0 254763 0
[pid=5799/tid=5810] ppid=5774 vsize=293172 CPUtime=0 cores=4,6
/proc/5799/task/5810/stat : 5810 (python) S 5774 5774 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867153926 300208128 6432 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453953687616 0 0 -1 6 0 0 0
[pid=5811] ppid=5774 vsize=302944 CPUtime=0.14 cores=4,6
/proc/5811/stat : 5811 (python) S 5774 5774 5426 0 -1 4202560 1073 0 0 0 8 6 0 0 19 0 2 0 867153926 310214656 6570 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5811/statm: 75736 6570 399 364 0 11648 0
[pid=5813] ppid=5811 vsize=421804 CPUtime=100 cores=4,6
/proc/5813/stat : 5813 (adaptg2wsat2009) T 5811 5813 5813 0 -1 4202496 2137 0 0 0 10000 0 0 0 25 0 1 0 867153927 431927296 1871 33554432000 134512640 135107411 4294516320 18446744073709551615 134531248 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5813/statm: 105451 1871 59 146 0 104327 0
[pid=5811/tid=5821] ppid=5774 vsize=302944 CPUtime=0 cores=4,6
/proc/5811/task/5821/stat : 5821 (python) S 5774 5774 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867163940 310214656 6570 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453963560064 0 0 -1 6 0 0 0
[pid=5822] ppid=5774 vsize=313416 CPUtime=0.15 cores=4,6
/proc/5822/stat : 5822 (python) S 5774 5774 5426 0 -1 4202560 1089 0 0 0 7 8 0 0 19 0 2 0 867163941 320937984 6575 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5822/statm: 78354 6575 400 364 0 14263 0
[pid=5824] ppid=5822 vsize=421804 CPUtime=99.14 cores=4,6
/proc/5824/stat : 5824 (adaptg2wsat2009) T 5822 5824 5824 0 -1 4202496 2135 0 0 0 9914 0 0 0 25 0 1 0 867163941 431927296 1871 33554432000 134512640 135107411 4294159728 18446744073709551615 134539270 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5824/statm: 105451 1871 59 146 0 104327 0
[pid=5822/tid=5837] ppid=5774 vsize=313416 CPUtime=0 cores=4,6
/proc/5822/task/5837/stat : 5837 (python) S 5774 5774 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867173856 320937984 6575 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453933725824 0 0 -1 4 0 0 0
[pid=5838] ppid=5774 vsize=323620 CPUtime=0.14 cores=4,6
/proc/5838/stat : 5838 (python) S 5774 5774 5426 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 867173857 331386880 6579 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5838/statm: 80905 6579 400 364 0 16811 0
[pid=5840] ppid=5838 vsize=421804 CPUtime=99.99 cores=4,6
/proc/5840/stat : 5840 (adaptg2wsat2009) T 5838 5840 5840 0 -1 4202496 2136 0 0 0 9999 0 0 0 25 0 1 0 867173857 431927296 1872 33554432000 134512640 135107411 4288828032 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5840/statm: 105451 1872 59 146 0 104327 0
[pid=5838/tid=5850] ppid=5774 vsize=323620 CPUtime=0 cores=4,6
/proc/5838/task/5850/stat : 5850 (python) S 5774 5774 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867183871 331386880 6579 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453922607232 0 0 -1 6 0 0 0
[pid=5851] ppid=5774 vsize=333980 CPUtime=0.15 cores=4,6
/proc/5851/stat : 5851 (python) S 5774 5774 5426 0 -1 4202560 1084 0 0 0 9 6 0 0 19 0 2 0 867183872 341995520 6583 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5851/statm: 83495 6583 400 364 0 19398 0
[pid=5853] ppid=5851 vsize=1020188 CPUtime=99.19 cores=4,6
/proc/5853/stat : 5853 (gnovelty+2) T 5851 5853 5853 0 -1 4202496 1139 0 0 0 9919 0 0 0 25 0 1 0 867183872 1044672512 876 33554432000 134512640 135663704 4292878512 18446744073709551615 134525073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5853/statm: 255047 876 113 282 0 254763 0
[pid=5851/tid=5960] ppid=5774 vsize=333980 CPUtime=0 cores=4,6
/proc/5851/task/5960/stat : 5960 (python) S 5774 5774 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867193793 341995520 6583 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453961194304 0 0 -1 4 0 0 0
[pid=5961] ppid=5774 vsize=344132 CPUtime=0.06 cores=4,6
/proc/5961/stat : 5961 (python) S 5774 5774 5426 0 -1 4202560 914 0 0 0 3 3 0 0 18 0 1 0 867193794 352391168 6558 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788934 0 0 16781312 514 17044365370992853249 0 0 17 6 0 0 0
/proc/5961/statm: 86033 6558 372 364 0 21933 0
[pid=5963] ppid=5961 vsize=251292 CPUtime=42.85 cores=4,6
/proc/5963/stat : 5963 (FH) R 5961 5963 5963 0 -1 4202496 1958 0 0 0 4285 0 0 0 25 0 1 0 867193795 257323008 1694 33554432000 134512640 134936988 4289501376 18446744073709551615 134554252 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5963/statm: 62823 1694 41 104 0 62327 0
[pid=5774/tid=5781] ppid=5772 vsize=354212 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 8 0 867134087 362713088 8079 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5800] ppid=5772 vsize=354212 CPUtime=0 cores=4,6
/proc/5774/task/5800/stat : 5800 (python) S 5772 5774 5426 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 867144006 362713088 8079 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5812] ppid=5772 vsize=354212 CPUtime=0 cores=4,6
/proc/5774/task/5812/stat : 5812 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 867153926 362713088 8079 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5823] ppid=5772 vsize=354212 CPUtime=0 cores=4,6
/proc/5774/task/5823/stat : 5823 (python) S 5772 5774 5426 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 867163941 362713088 8079 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 6 0 0 0
[pid=5774/tid=5839] ppid=5772 vsize=354212 CPUtime=0 cores=4,6
/proc/5774/task/5839/stat : 5839 (python) S 5772 5774 5426 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 867173857 362713088 8079 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5852] ppid=5772 vsize=354212 CPUtime=0 cores=4,6
/proc/5774/task/5852/stat : 5852 (python) S 5772 5774 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 867183872 362713088 8079 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 6 0 0 0
[pid=5774/tid=5962] ppid=5772 vsize=354212 CPUtime=0 cores=4,6
/proc/5774/task/5962/stat : 5962 (python) S 5772 5774 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 867193794 362713088 8079 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 642.76
Current children cumulated vsize (KiB) 7135232



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.602 s]
/proc/loadavg: 3.99 3.78 2.44 7/268 5975
/proc/meminfo: memFree=31086908/32951124 swapFree=67088052/67111528
[pid=5774] ppid=5772 vsize=364468 CPUtime=2.34 cores=4,6
/proc/5774/stat : 5774 (python) S 5772 5774 5426 0 -1 4202496 20258 933 1 0 223 11 0 0 20 0 9 0 867133849 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5774/statm: 91117 8085 1892 364 0 27014 0
[pid=5780] ppid=5774 vsize=292488 CPUtime=0.12 cores=4,6
/proc/5780/stat : 5780 (python) S 5774 5774 5426 0 -1 4202560 1156 0 0 0 7 5 0 0 19 0 2 0 867134087 299507712 6397 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5780/statm: 73122 6397 415 364 0 9040 0
[pid=5782] ppid=5780 vsize=1020188 CPUtime=99.18 cores=4,6
/proc/5782/stat : 5782 (gnovelty+2) T 5780 5782 5782 0 -1 4202496 1142 0 0 0 9918 0 0 0 25 0 1 0 867134087 1044672512 877 33554432000 134512640 135663704 4292773168 18446744073709551615 134525506 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5782/statm: 255047 877 113 282 0 254763 0
[pid=5780/tid=5798] ppid=5774 vsize=292488 CPUtime=0 cores=4,6
/proc/5780/task/5798/stat : 5798 (python) S 5774 5774 5426 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 867144005 299507712 6397 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453960048960 0 0 -1 6 0 0 0
[pid=5799] ppid=5774 vsize=293172 CPUtime=0.14 cores=4,6
/proc/5799/stat : 5799 (python) S 5774 5774 5426 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 867144006 300208128 6432 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5799/statm: 73293 6432 400 364 0 9208 0
[pid=5801] ppid=5799 vsize=1020188 CPUtime=99.19 cores=4,6
/proc/5801/stat : 5801 (gnovelty+2) T 5799 5801 5801 0 -1 4202496 1142 0 0 0 9919 0 0 0 25 0 1 0 867144006 1044672512 876 33554432000 134512640 135663704 4288121296 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5801/statm: 255047 876 113 282 0 254763 0
[pid=5799/tid=5810] ppid=5774 vsize=293172 CPUtime=0 cores=4,6
/proc/5799/task/5810/stat : 5810 (python) S 5774 5774 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867153926 300208128 6432 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453953687616 0 0 -1 6 0 0 0
[pid=5811] ppid=5774 vsize=302944 CPUtime=0.14 cores=4,6
/proc/5811/stat : 5811 (python) S 5774 5774 5426 0 -1 4202560 1073 0 0 0 8 6 0 0 19 0 2 0 867153926 310214656 6570 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5811/statm: 75736 6570 399 364 0 11648 0
[pid=5813] ppid=5811 vsize=421804 CPUtime=100 cores=4,6
/proc/5813/stat : 5813 (adaptg2wsat2009) T 5811 5813 5813 0 -1 4202496 2137 0 0 0 10000 0 0 0 25 0 1 0 867153927 431927296 1871 33554432000 134512640 135107411 4294516320 18446744073709551615 134531248 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5813/statm: 105451 1871 59 146 0 104327 0
[pid=5811/tid=5821] ppid=5774 vsize=302944 CPUtime=0 cores=4,6
/proc/5811/task/5821/stat : 5821 (python) S 5774 5774 5426 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867163940 310214656 6570 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453963560064 0 0 -1 6 0 0 0
[pid=5822] ppid=5774 vsize=313416 CPUtime=0.15 cores=4,6
/proc/5822/stat : 5822 (python) S 5774 5774 5426 0 -1 4202560 1089 0 0 0 7 8 0 0 19 0 2 0 867163941 320937984 6575 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5822/statm: 78354 6575 400 364 0 14263 0
[pid=5824] ppid=5822 vsize=421804 CPUtime=99.14 cores=4,6
/proc/5824/stat : 5824 (adaptg2wsat2009) T 5822 5824 5824 0 -1 4202496 2135 0 0 0 9914 0 0 0 25 0 1 0 867163941 431927296 1871 33554432000 134512640 135107411 4294159728 18446744073709551615 134539270 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5824/statm: 105451 1871 59 146 0 104327 0
[pid=5822/tid=5837] ppid=5774 vsize=313416 CPUtime=0 cores=4,6
/proc/5822/task/5837/stat : 5837 (python) S 5774 5774 5426 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867173856 320937984 6575 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453933725824 0 0 -1 4 0 0 0
[pid=5838] ppid=5774 vsize=323620 CPUtime=0.14 cores=4,6
/proc/5838/stat : 5838 (python) S 5774 5774 5426 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 867173857 331386880 6579 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/5838/statm: 80905 6579 400 364 0 16811 0
[pid=5840] ppid=5838 vsize=421804 CPUtime=99.99 cores=4,6
/proc/5840/stat : 5840 (adaptg2wsat2009) T 5838 5840 5840 0 -1 4202496 2136 0 0 0 9999 0 0 0 25 0 1 0 867173857 431927296 1872 33554432000 134512640 135107411 4288828032 18446744073709551615 134531537 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/5840/statm: 105451 1872 59 146 0 104327 0
[pid=5838/tid=5850] ppid=5774 vsize=323620 CPUtime=0 cores=4,6
/proc/5838/task/5850/stat : 5850 (python) S 5774 5774 5426 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867183871 331386880 6579 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453922607232 0 0 -1 6 0 0 0
[pid=5851] ppid=5774 vsize=333980 CPUtime=0.15 cores=4,6
/proc/5851/stat : 5851 (python) S 5774 5774 5426 0 -1 4202560 1084 0 0 0 9 6 0 0 19 0 2 0 867183872 341995520 6583 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5851/statm: 83495 6583 400 364 0 19398 0
[pid=5853] ppid=5851 vsize=1020188 CPUtime=99.19 cores=4,6
/proc/5853/stat : 5853 (gnovelty+2) T 5851 5853 5853 0 -1 4202496 1139 0 0 0 9919 0 0 0 25 0 1 0 867183872 1044672512 876 33554432000 134512640 135663704 4292878512 18446744073709551615 134525073 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5853/statm: 255047 876 113 282 0 254763 0
[pid=5851/tid=5960] ppid=5774 vsize=333980 CPUtime=0 cores=4,6
/proc/5851/task/5960/stat : 5960 (python) S 5774 5774 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867193793 341995520 6583 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453961194304 0 0 -1 4 0 0 0
[pid=5961] ppid=5774 vsize=344132 CPUtime=0.15 cores=4,6
/proc/5961/stat : 5961 (python) S 5774 5774 5426 0 -1 4202560 1092 0 0 0 8 7 0 0 19 0 2 0 867193794 352391168 6587 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/5961/statm: 86033 6587 400 364 0 21933 0
[pid=5963] ppid=5961 vsize=251292 CPUtime=100.14 cores=4,6
/proc/5963/stat : 5963 (FH) T 5961 5963 5963 0 -1 4202496 1958 0 0 0 10014 0 0 0 25 0 1 0 867193795 257323008 1694 33554432000 134512640 134936988 4289501376 18446744073709551615 134555005 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/5963/statm: 62823 1694 41 104 0 62327 0
[pid=5961/tid=5972] ppid=5774 vsize=344132 CPUtime=0 cores=4,6
/proc/5961/task/5972/stat : 5972 (python) S 5774 5774 5426 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867203809 352391168 6587 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 514 18446604453950964160 0 0 -1 4 0 0 0
[pid=5973] ppid=5774 vsize=354628 CPUtime=0 cores=4,6
/proc/5973/stat : 5973 (python) R 5774 5774 5426 0 -1 4202560 835 0 0 0 0 0 0 0 18 0 1 0 867203810 363139072 6541 33554432000 4194304 5683644 140735967991296 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/5973/statm: 88657 6541 351 364 0 24554 0
[pid=5975] ppid=5973 vsize=421140 CPUtime=0.99 cores=4,6
/proc/5975/stat : 5975 (adaptg2wsat2009) R 5973 5975 5975 0 -1 4202496 1804 0 0 0 99 0 0 0 23 0 1 0 867203811 431247360 1538 33554432000 134512640 135107411 4287208688 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5975/statm: 105285 1538 49 146 0 104161 0
[pid=5774/tid=5781] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5781/stat : 5781 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 9 0 867134087 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5800] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5800/stat : 5800 (python) S 5772 5774 5426 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867144006 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5812] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5812/stat : 5812 (python) S 5772 5774 5426 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867153926 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5823] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5823/stat : 5823 (python) S 5772 5774 5426 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867163941 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 6 0 0 0
[pid=5774/tid=5839] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5839/stat : 5839 (python) S 5772 5774 5426 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867173857 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
[pid=5774/tid=5852] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5852/stat : 5852 (python) S 5772 5774 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867183872 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 6 0 0 0
[pid=5774/tid=5962] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5962/stat : 5962 (python) S 5772 5774 5426 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 867193794 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 6 0 0 0
[pid=5774/tid=5974] ppid=5772 vsize=364468 CPUtime=0 cores=4,6
/proc/5774/task/5974/stat : 5974 (python) S 5772 5774 5426 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867203810 373215232 8085 33554432000 4194304 5683644 140735967991296 18446744073709551615 255118592433 0 0 16781312 2 18446604453960050752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.15
Current children cumulated vsize (KiB) 7921256

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 5774 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=369487
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=192970
# CPU time returned by wait4() is 3.56246
# while last known CPU time is 701.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 700.665
CPU time (s): 701.15
CPU user time (s): 700.6
CPU system time (s): 0.55
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 7921256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.36949
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25881
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= 1148
involuntary context switches= 51

runsolver used 1.9717 second user time and 3.38248 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 01:06:17
IDJOB=3484090
IDBENCH=82601
IDSOLVER=1975
FILE ID=node144/3484090-1307747177
RUNJOBID= node144-1307746988-5445
PBS_JOBID= 13550816
Free space on /tmp= 73964 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S927774663-037-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-3484090-1307747177/watcher-3484090-1307747177 -o /tmp/evaluation-result-3484090-1307747177/solver-3484090-1307747177 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484090-1307747177.cnf -seed 513207874 -budget 1200

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

MD5SUM BENCH= 950830e22ef92fb7f22c5b3c987a21f5
RANDOM SEED=513207874

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31438176 kB
Buffers:        149136 kB
Cached:         829656 kB
SwapCached:       1620 kB
Active:         779228 kB
Inactive:       551704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31438176 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           33216 kB
Writeback:          32 kB
AnonPages:      350748 kB
Mapped:          21072 kB
Slab:           108832 kB
PageTables:      11512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3959196 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= 73932 MiB
End job on node144 at 2011-06-11 01:18:00