Trace number 3377330

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)? (MO) 705.38 705.081

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S377999798-061-UNKNOWN.cnf
MD5SUMa4ba28fb1550ba8a4eca95d91f4669c6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark872.659
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
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 530000
Number of clauses of size over 50

Solver Data

0.35/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.65	c INFO: solving HOME/instance-3377330-1305452383.cnf
0.35/0.65	c INFO: computing task features
0.52/0.80	c INFO: computed variable-clause graph statistics
0.52/0.80	c INFO: computed clause balance statistics
1.22/1.59	c INFO: computed variable balance statistics
1.72/2.01	c INFO: computed small-clause counts
1.72/2.01	c INFO: computed Horn-clause counts
1.72/2.04	c INFO: computed variable graph statistics
1.72/2.04	c INFO: collected features for HOME/instance-3377330-1305452383.cnf in 1.39 s
1.72/2.06	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.07/102.41	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.37/202.75	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.96/303.09	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.42/403.41	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
503.74/503.74	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
604.45/604.11	c INFO: running FH@0 for 97 with 1797 remaining (b = 0.04)
704.76/704.43	c INFO: running adaptg2wsat2009++@0 for 97 with 1697 remaining (b = 0.03)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.03 4.04 3.91 5/419 6661
/proc/meminfo: memFree=23263620/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=11796 CPUtime=0 cores=5,7
/proc/6661/stat : 6661 (runsolver) R 6659 6661 5445 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 656838769 12079104 52 33554432000 4194304 5432360 140736963123840 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/6661/statm: 2949 52 33 303 0 2643 0

[startup+0.094398 s]
/proc/loadavg: 4.03 4.04 3.91 5/419 6661
/proc/meminfo: memFree=23263620/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=50020 CPUtime=0.04 cores=5,7
/proc/6661/stat : 6661 (python) R 6659 6661 5445 0 -1 4202496 1975 0 0 0 3 1 0 0 25 0 1 0 656838769 51220480 1737 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640902791 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6661/statm: 12504 1737 480 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50020

[startup+0.100395 s]
/proc/loadavg: 4.03 4.04 3.91 5/419 6661
/proc/meminfo: memFree=23263620/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=54540 CPUtime=0.04 cores=5,7
/proc/6661/stat : 6661 (python) R 6659 6661 5445 0 -1 4202496 2079 0 0 0 3 1 0 0 25 0 1 0 656838769 55848960 1835 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6661/statm: 13635 1835 492 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54540

[startup+0.300362 s]
/proc/loadavg: 4.03 4.04 3.91 5/419 6661
/proc/meminfo: memFree=23263620/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=135752 CPUtime=0.18 cores=5,7
/proc/6661/stat : 6661 (python) R 6659 6661 5445 0 -1 4202496 5967 931 1 0 13 5 0 0 17 0 1 0 656838769 139010048 4149 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640855557 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/6661/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700282 s]
/proc/loadavg: 4.03 4.04 3.91 5/419 6661
/proc/meminfo: memFree=23263620/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=281648 CPUtime=0.43 cores=5,7
/proc/6661/stat : 6661 (python) R 6659 6661 5445 0 -1 4202496 10028 931 1 0 33 10 0 0 16 0 1 0 656838769 288407552 7704 33554432000 4194304 5683644 140735342708720 18446744073709551615 47763608952502 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6661/statm: 70412 7706 1761 364 0 6336 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 281648

[startup+1.50014 s]
/proc/loadavg: 4.03 4.04 3.91 5/420 6666
/proc/meminfo: memFree=23231796/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=287588 CPUtime=1.22 cores=5,7
/proc/6661/stat : 6661 (python) R 6659 6661 5445 0 -1 4202496 12688 931 1 0 112 10 0 0 16 0 1 0 656838769 294490112 9281 33554432000 4194304 5683644 140735342708720 18446744073709551615 47763440866895 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6661/statm: 71897 9281 1826 364 0 7821 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 287588

[startup+3.10085 s]
/proc/loadavg: 4.03 4.04 3.91 5/423 6669
/proc/meminfo: memFree=23233012/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=292812 CPUtime=1.78 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 12990 931 1 0 168 10 0 0 19 0 2 0 656838769 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6661/statm: 73203 8107 1877 364 0 9121 0
[pid=6667] ppid=6661 vsize=283516 CPUtime=0 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 656838975 290320384 6582 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879631 0 0 16781312 514 14739691971568205823 0 0 17 5 0 0 0
/proc/6667/statm: 70879 6582 355 364 0 6797 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=1.02 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) R 6667 6669 6669 0 -1 4202496 963 0 0 0 102 0 0 0 22 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134545727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6661/tid=6668] ppid=6659 vsize=292812 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 656838975 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 1595324

[startup+6.30028 s]
/proc/loadavg: 4.03 4.04 3.91 5/423 6670
/proc/meminfo: memFree=23230788/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=292812 CPUtime=1.78 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 12990 931 1 0 168 10 0 0 19 0 2 0 656838769 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6661/statm: 73203 8107 1877 364 0 9121 0
[pid=6667] ppid=6661 vsize=283516 CPUtime=0.01 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 987 0 0 0 1 0 0 0 18 0 1 0 656838975 290320384 6610 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879631 0 0 16781312 514 14739691971568173316 0 0 17 5 0 0 0
/proc/6667/statm: 70879 6610 383 364 0 6797 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=4.2 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) R 6667 6669 6669 0 -1 4202496 963 0 0 0 420 0 0 0 25 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6661/tid=6668] ppid=6659 vsize=292812 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 656838975 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1595324

[startup+12.7011 s]
/proc/loadavg: 4.03 4.04 3.91 5/427 6674
/proc/meminfo: memFree=23224672/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=292812 CPUtime=1.78 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 12990 931 1 0 168 10 0 0 19 0 2 0 656838769 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6661/statm: 73203 8107 1877 364 0 9121 0
[pid=6667] ppid=6661 vsize=283516 CPUtime=0.03 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 991 0 0 0 2 1 0 0 18 0 1 0 656838975 290320384 6610 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879631 0 0 16781312 514 14391604452983275780 0 0 17 5 0 0 0
/proc/6667/statm: 70879 6610 383 364 0 6797 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=10.58 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) R 6667 6669 6669 0 -1 4202496 963 0 0 0 1058 0 0 0 25 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6661/tid=6668] ppid=6659 vsize=292812 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 656838975 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1595324

[startup+25.5007 s]
/proc/loadavg: 4.09 4.05 3.92 5/427 6674
/proc/meminfo: memFree=23224928/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=292812 CPUtime=1.78 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 12990 931 1 0 168 10 0 0 19 0 2 0 656838769 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6661/statm: 73203 8107 1877 364 0 9121 0
[pid=6667] ppid=6661 vsize=283516 CPUtime=0.06 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 996 0 0 0 4 2 0 0 18 0 1 0 656838975 290320384 6610 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879631 0 0 16781312 514 14391604452983275780 0 0 17 5 0 0 0
/proc/6667/statm: 70879 6610 383 364 0 6797 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=23.33 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) R 6667 6669 6669 0 -1 4202496 963 0 0 0 2333 0 0 0 25 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6661/tid=6668] ppid=6659 vsize=292812 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 656838975 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 1595324

[startup+51.1011 s]
/proc/loadavg: 4.06 4.05 3.92 5/431 6679
/proc/meminfo: memFree=23213336/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=292812 CPUtime=1.78 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 12990 931 1 0 168 10 0 0 19 0 2 0 656838769 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6661/statm: 73203 8107 1877 364 0 9121 0
[pid=6667] ppid=6661 vsize=283516 CPUtime=0.13 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 1008 0 0 0 7 6 0 0 18 0 1 0 656838975 290320384 6610 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879631 0 0 16781312 514 14391604452983275780 0 0 17 5 0 0 0
/proc/6667/statm: 70879 6610 383 364 0 6797 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=48.84 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) R 6667 6669 6669 0 -1 4202496 963 0 0 0 4884 0 0 0 25 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6661/tid=6668] ppid=6659 vsize=292812 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 656838975 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 1595324

[startup+102.316 s]
/proc/loadavg: 4.02 4.04 3.92 5/435 6684
/proc/meminfo: memFree=23200200/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=292812 CPUtime=1.78 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 12990 931 1 0 168 10 0 0 19 0 2 0 656838769 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6661/statm: 73203 8107 1877 364 0 9121 0
[pid=6667] ppid=6661 vsize=283516 CPUtime=0.27 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 1031 0 0 0 14 13 0 0 18 0 1 0 656838975 290320384 6610 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879631 0 0 16781312 514 14391604452983275780 0 0 17 5 0 0 0
/proc/6667/statm: 70879 6610 383 364 0 6797 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=99.94 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) R 6667 6669 6669 0 -1 4202496 963 0 0 0 9994 0 0 0 25 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6661/tid=6668] ppid=6659 vsize=292812 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 2 0 656838975 299839488 8107 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 1595324

[startup+162.301 s]
/proc/loadavg: 4.01 4.03 3.92 5/447 6698
/proc/meminfo: memFree=23170532/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=303532 CPUtime=1.79 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 13876 931 1 0 169 10 0 0 20 0 3 0 656838769 310816768 8198 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/6661/statm: 75883 8198 1880 364 0 11798 0
[pid=6667] ppid=6661 vsize=293760 CPUtime=0.29 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 1168 0 0 0 15 14 0 0 19 0 2 0 656838975 300810240 6647 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6667/statm: 73440 6647 415 364 0 9358 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=100 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) T 6667 6669 6669 0 -1 4202496 963 0 0 0 10000 0 0 0 25 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6667/tid=6685] ppid=6661 vsize=293760 CPUtime=0 cores=5,7
/proc/6667/task/6685/stat : 6685 (python) S 6661 6661 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656849009 300810240 6647 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604469229447104 0 0 -1 7 0 0 0
[pid=6686] ppid=6661 vsize=293704 CPUtime=0.17 cores=5,7
/proc/6686/stat : 6686 (python) S 6661 6661 5445 0 -1 4202560 918 0 0 0 10 7 0 0 18 0 1 0 656849010 300752896 6687 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879686 0 0 16781312 514 14391604452983275783 0 0 17 5 0 0 0
/proc/6686/statm: 73426 6687 372 364 0 9341 0
[pid=6688] ppid=6686 vsize=1018996 CPUtime=59.69 cores=5,7
/proc/6688/stat : 6688 (gnovelty+2) R 6686 6688 6688 0 -1 4202496 965 0 0 0 5969 0 0 0 25 0 1 0 656849010 1043451904 698 33554432000 134512640 135663704 4289320928 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6688/statm: 254749 698 113 282 0 254465 0
[pid=6661/tid=6668] ppid=6659 vsize=303532 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 3 0 656838975 310816768 8198 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6687] ppid=6659 vsize=303532 CPUtime=0 cores=5,7
/proc/6661/task/6687/stat : 6687 (python) S 6659 6661 5445 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 656849010 310816768 8198 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.94

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

/proc/6686/statm: 73426 6716 400 364 0 9341 0
[pid=6688] ppid=6686 vsize=1018996 CPUtime=100.04 cores=5,7
/proc/6688/stat : 6688 (gnovelty+2) T 6686 6688 6688 0 -1 4202496 965 0 0 0 10004 0 0 0 25 0 1 0 656849010 1043451904 698 33554432000 134512640 135663704 4289320928 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6688/statm: 254749 698 113 282 0 254465 0
[pid=6686/tid=6704] ppid=6661 vsize=293704 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (python) S 6661 6661 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656859043 300752896 6716 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604454543609984 0 0 -1 5 0 0 0
[pid=6705] ppid=6661 vsize=303960 CPUtime=0.31 cores=5,7
/proc/6705/stat : 6705 (python) S 6661 6661 5445 0 -1 4202560 1095 0 0 0 15 16 0 0 19 0 2 0 656859044 311255040 6720 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6705/statm: 75990 6720 400 364 0 11902 0
[pid=6707] ppid=6705 vsize=421428 CPUtime=100.31 cores=5,7
/proc/6707/stat : 6707 (adaptg2wsat2009) T 6705 6707 6707 0 -1 4202496 2049 0 0 0 10031 0 0 0 25 0 1 0 656859045 431542272 1783 33554432000 134512640 135107411 4293501520 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6707/statm: 105357 1783 59 146 0 104233 0
[pid=6705/tid=6723] ppid=6661 vsize=303960 CPUtime=0 cores=5,7
/proc/6705/task/6723/stat : 6723 (python) S 6661 6661 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656869077 311255040 6720 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604455114946432 0 0 -1 7 0 0 0
[pid=6724] ppid=6661 vsize=314304 CPUtime=0.32 cores=5,7
/proc/6724/stat : 6724 (python) S 6661 6661 5445 0 -1 4202560 1098 0 0 0 15 17 0 0 19 0 2 0 656869078 321847296 6724 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6724/statm: 78576 6724 400 364 0 14485 0
[pid=6726] ppid=6724 vsize=421428 CPUtime=100.03 cores=5,7
/proc/6726/stat : 6726 (adaptg2wsat2009) T 6724 6726 6726 0 -1 4202496 2049 0 0 0 10003 0 0 0 25 0 1 0 656869078 431542272 1781 33554432000 134512640 135107411 4291654736 18446744073709551615 134537722 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6726/statm: 105357 1781 59 146 0 104233 0
[pid=6724/tid=6741] ppid=6661 vsize=314304 CPUtime=0 cores=5,7
/proc/6724/task/6741/stat : 6741 (python) S 6661 6661 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656879109 321847296 6724 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604456609301440 0 0 -1 7 0 0 0
[pid=6742] ppid=6661 vsize=324568 CPUtime=0.32 cores=5,7
/proc/6742/stat : 6742 (python) S 6661 6661 5445 0 -1 4202560 1101 0 0 0 19 13 0 0 19 0 2 0 656879110 332357632 6733 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 81142 6733 400 364 0 17048 0
[pid=6744] ppid=6742 vsize=421428 CPUtime=100.01 cores=5,7
/proc/6744/stat : 6744 (adaptg2wsat2009) T 6742 6744 6744 0 -1 4202496 2047 0 0 0 10001 0 0 0 25 0 1 0 656879111 431542272 1781 33554432000 134512640 135107411 4291406976 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6744/statm: 105357 1781 59 146 0 104233 0
[pid=6742/tid=6795] ppid=6661 vsize=324568 CPUtime=0 cores=5,7
/proc/6742/task/6795/stat : 6795 (python) S 6661 6661 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656889141 332357632 6733 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604467909808448 0 0 -1 5 0 0 0
[pid=6796] ppid=6661 vsize=334728 CPUtime=0.32 cores=5,7
/proc/6796/stat : 6796 (python) S 6661 6661 5445 0 -1 4202560 1111 0 0 0 18 14 0 0 19 0 2 0 656889143 342761472 6748 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6796/statm: 83682 6748 409 364 0 19585 0
[pid=6798] ppid=6796 vsize=1018996 CPUtime=100.35 cores=5,7
/proc/6798/stat : 6798 (gnovelty+2) T 6796 6798 6798 0 -1 4202496 960 0 0 0 10035 0 0 0 25 0 1 0 656889143 1043451904 698 33554432000 134512640 135663704 4288202096 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6798/statm: 254749 698 113 282 0 254465 0
[pid=6796/tid=6884] ppid=6661 vsize=334728 CPUtime=0 cores=5,7
/proc/6796/task/6884/stat : 6884 (python) S 6661 6661 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656899179 342761472 6748 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109952 0 0 -1 7 0 0 0
[pid=6885] ppid=6661 vsize=345208 CPUtime=0.3 cores=5,7
/proc/6885/stat : 6885 (python) S 6661 6661 5445 0 -1 4202560 940 0 0 0 16 14 0 0 18 0 1 0 656899180 353492992 6714 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879686 0 0 16781312 514 14391604452983275780 0 0 17 5 0 0 0
/proc/6885/statm: 86302 6714 372 364 0 22202 0
[pid=6887] ppid=6885 vsize=251292 CPUtime=97.89 cores=5,7
/proc/6887/stat : 6887 (FH) R 6885 6887 6887 0 -1 4202496 1946 0 0 0 9789 0 0 0 25 0 1 0 656899180 257323008 1683 33554432000 134512640 134936988 4291965872 18446744073709551615 134546302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6887/statm: 62823 1683 41 104 0 62327 0
[pid=6661/tid=6668] ppid=6659 vsize=354812 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 8 0 656838975 363327488 8235 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6687] ppid=6659 vsize=354812 CPUtime=0 cores=5,7
/proc/6661/task/6687/stat : 6687 (python) S 6659 6661 5445 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 8 0 656849010 363327488 8235 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 7 0 0 0
[pid=6661/tid=6706] ppid=6659 vsize=354812 CPUtime=0 cores=5,7
/proc/6661/task/6706/stat : 6706 (python) S 6659 6661 5445 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 656859045 363327488 8235 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6725] ppid=6659 vsize=354812 CPUtime=0 cores=5,7
/proc/6661/task/6725/stat : 6725 (python) S 6659 6661 5445 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 8 0 656869078 363327488 8235 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6743] ppid=6659 vsize=354812 CPUtime=0 cores=5,7
/proc/6661/task/6743/stat : 6743 (python) S 6659 6661 5445 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 656879111 363327488 8235 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 7 0 0 0
[pid=6661/tid=6797] ppid=6659 vsize=354812 CPUtime=0 cores=5,7
/proc/6661/task/6797/stat : 6797 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656889143 363327488 8235 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6886] ppid=6659 vsize=354812 CPUtime=0 cores=5,7
/proc/6661/task/6886/stat : 6886 (python) S 6659 6661 5445 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 656899180 363327488 8235 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.66
Current children cumulated vsize (KiB) 7137608



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.001 s]
/proc/loadavg: 4.03 4.07 3.97 6/472 7047
/proc/meminfo: memFree=22921068/32951124 swapFree=56449224/67111528
[pid=6661] ppid=6659 vsize=365224 CPUtime=1.89 cores=5,7
/proc/6661/stat : 6661 (python) S 6659 6661 5445 0 -1 4202496 19090 931 1 0 177 12 0 0 20 0 9 0 656838769 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6661/statm: 91306 8273 1892 364 0 27203 0
[pid=6667] ppid=6661 vsize=293760 CPUtime=0.29 cores=5,7
/proc/6667/stat : 6667 (python) S 6661 6661 5445 0 -1 4202560 1168 0 0 0 15 14 0 0 19 0 2 0 656838975 300810240 6647 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6667/statm: 73440 6647 415 364 0 9358 0
[pid=6669] ppid=6667 vsize=1018996 CPUtime=100 cores=5,7
/proc/6669/stat : 6669 (gnovelty+2) T 6667 6669 6669 0 -1 4202496 963 0 0 0 10000 0 0 0 25 0 1 0 656838975 1043451904 698 33554432000 134512640 135663704 4291683552 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6669/statm: 254749 698 113 282 0 254465 0
[pid=6667/tid=6685] ppid=6661 vsize=293760 CPUtime=0 cores=5,7
/proc/6667/task/6685/stat : 6685 (python) S 6661 6661 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656849009 300810240 6647 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604469229447104 0 0 -1 7 0 0 0
[pid=6686] ppid=6661 vsize=293704 CPUtime=0.3 cores=5,7
/proc/6686/stat : 6686 (python) S 6661 6661 5445 0 -1 4202560 1086 0 0 0 15 15 0 0 19 0 2 0 656849010 300752896 6716 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6686/statm: 73426 6716 400 364 0 9341 0
[pid=6688] ppid=6686 vsize=1018996 CPUtime=100.04 cores=5,7
/proc/6688/stat : 6688 (gnovelty+2) T 6686 6688 6688 0 -1 4202496 965 0 0 0 10004 0 0 0 25 0 1 0 656849010 1043451904 698 33554432000 134512640 135663704 4289320928 18446744073709551615 134546746 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6688/statm: 254749 698 113 282 0 254465 0
[pid=6686/tid=6704] ppid=6661 vsize=293704 CPUtime=0 cores=5,7
/proc/6686/task/6704/stat : 6704 (python) S 6661 6661 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656859043 300752896 6716 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604454543609984 0 0 -1 5 0 0 0
[pid=6705] ppid=6661 vsize=303960 CPUtime=0.31 cores=5,7
/proc/6705/stat : 6705 (python) S 6661 6661 5445 0 -1 4202560 1095 0 0 0 15 16 0 0 19 0 2 0 656859044 311255040 6720 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6705/statm: 75990 6720 400 364 0 11902 0
[pid=6707] ppid=6705 vsize=421428 CPUtime=100.31 cores=5,7
/proc/6707/stat : 6707 (adaptg2wsat2009) T 6705 6707 6707 0 -1 4202496 2049 0 0 0 10031 0 0 0 25 0 1 0 656859045 431542272 1783 33554432000 134512640 135107411 4293501520 18446744073709551615 134531739 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6707/statm: 105357 1783 59 146 0 104233 0
[pid=6705/tid=6723] ppid=6661 vsize=303960 CPUtime=0 cores=5,7
/proc/6705/task/6723/stat : 6723 (python) S 6661 6661 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656869077 311255040 6720 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604455114946432 0 0 -1 7 0 0 0
[pid=6724] ppid=6661 vsize=314304 CPUtime=0.32 cores=5,7
/proc/6724/stat : 6724 (python) S 6661 6661 5445 0 -1 4202560 1098 0 0 0 15 17 0 0 19 0 2 0 656869078 321847296 6724 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6724/statm: 78576 6724 400 364 0 14485 0
[pid=6726] ppid=6724 vsize=421428 CPUtime=100.03 cores=5,7
/proc/6726/stat : 6726 (adaptg2wsat2009) T 6724 6726 6726 0 -1 4202496 2049 0 0 0 10003 0 0 0 25 0 1 0 656869078 431542272 1781 33554432000 134512640 135107411 4291654736 18446744073709551615 134537722 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6726/statm: 105357 1781 59 146 0 104233 0
[pid=6724/tid=6741] ppid=6661 vsize=314304 CPUtime=0 cores=5,7
/proc/6724/task/6741/stat : 6741 (python) S 6661 6661 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656879109 321847296 6724 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604456609301440 0 0 -1 7 0 0 0
[pid=6742] ppid=6661 vsize=324568 CPUtime=0.32 cores=5,7
/proc/6742/stat : 6742 (python) S 6661 6661 5445 0 -1 4202560 1101 0 0 0 19 13 0 0 19 0 2 0 656879110 332357632 6733 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6742/statm: 81142 6733 400 364 0 17048 0
[pid=6744] ppid=6742 vsize=421428 CPUtime=100.01 cores=5,7
/proc/6744/stat : 6744 (adaptg2wsat2009) T 6742 6744 6744 0 -1 4202496 2047 0 0 0 10001 0 0 0 25 0 1 0 656879111 431542272 1781 33554432000 134512640 135107411 4291406976 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6744/statm: 105357 1781 59 146 0 104233 0
[pid=6742/tid=6795] ppid=6661 vsize=324568 CPUtime=0 cores=5,7
/proc/6742/task/6795/stat : 6795 (python) S 6661 6661 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656889141 332357632 6733 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604467909808448 0 0 -1 5 0 0 0
[pid=6796] ppid=6661 vsize=334728 CPUtime=0.32 cores=5,7
/proc/6796/stat : 6796 (python) S 6661 6661 5445 0 -1 4202560 1111 0 0 0 18 14 0 0 19 0 2 0 656889143 342761472 6748 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/6796/statm: 83682 6748 409 364 0 19585 0
[pid=6798] ppid=6796 vsize=1018996 CPUtime=100.35 cores=5,7
/proc/6798/stat : 6798 (gnovelty+2) T 6796 6798 6798 0 -1 4202496 960 0 0 0 10035 0 0 0 25 0 1 0 656889143 1043451904 698 33554432000 134512640 135663704 4288202096 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6798/statm: 254749 698 113 282 0 254465 0
[pid=6796/tid=6884] ppid=6661 vsize=334728 CPUtime=0 cores=5,7
/proc/6796/task/6884/stat : 6884 (python) S 6661 6661 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656899179 342761472 6748 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604460364109952 0 0 -1 7 0 0 0
[pid=6885] ppid=6661 vsize=345208 CPUtime=0.32 cores=5,7
/proc/6885/stat : 6885 (python) S 6661 6661 5445 0 -1 4202560 1101 0 0 0 17 15 0 0 19 0 2 0 656899180 353492992 6743 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6885/statm: 86302 6743 400 364 0 22202 0
[pid=6887] ppid=6885 vsize=251292 CPUtime=100 cores=5,7
/proc/6887/stat : 6887 (FH) T 6885 6887 6887 0 -1 4202496 1946 0 0 0 10000 0 0 0 25 0 1 0 656899180 257323008 1683 33554432000 134512640 134936988 4291965872 18446744073709551615 134545000 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6887/statm: 62823 1683 41 104 0 62327 0
[pid=6885/tid=7044] ppid=6661 vsize=345208 CPUtime=0 cores=5,7
/proc/6885/task/7044/stat : 7044 (python) S 6661 6661 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656909211 353492992 6743 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 514 18446604467803481408 0 0 -1 7 0 0 0
[pid=7045] ppid=6661 vsize=355584 CPUtime=0 cores=5,7
/proc/7045/stat : 7045 (python) S 6661 6661 5445 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656909213 364118016 6729 33554432000 4194304 5683644 140735342708720 18446744073709551615 253640879686 0 0 16781312 514 4518083223460249599 0 0 17 5 0 0 0
/proc/7045/statm: 88896 6729 351 364 0 24793 0
[pid=7047] ppid=7045 vsize=421428 CPUtime=0.57 cores=5,7
/proc/7047/stat : 7047 (adaptg2wsat2009) R 7045 7047 7047 0 -1 4202496 2049 0 0 0 57 0 0 0 22 0 1 0 656909213 431542272 1782 33554432000 134512640 135107411 4294029424 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7047/statm: 105357 1782 59 146 0 104233 0
[pid=6661/tid=6668] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/6668/stat : 6668 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 19 0 9 0 656838975 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6687] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/6687/stat : 6687 (python) S 6659 6661 5445 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 656849010 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 7 0 0 0
[pid=6661/tid=6706] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/6706/stat : 6706 (python) S 6659 6661 5445 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 656859045 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6725] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/6725/stat : 6725 (python) S 6659 6661 5445 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 656869078 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6743] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/6743/stat : 6743 (python) S 6659 6661 5445 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 656879111 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 7 0 0 0
[pid=6661/tid=6797] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/6797/stat : 6797 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656889143 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=6886] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/6886/stat : 6886 (python) S 6659 6661 5445 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 656899180 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
[pid=6661/tid=7046] ppid=6659 vsize=365224 CPUtime=0 cores=5,7
/proc/6661/task/7046/stat : 7046 (python) S 6659 6661 5445 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656909213 373989376 8273 33554432000 4194304 5683644 140735342708720 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 705.38
Current children cumulated vsize (KiB) 7925032

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 6661 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=778729
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=127980
# CPU time returned by wait4() is 1.90671
# while last known CPU time is 705.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 705.081
CPU time (s): 705.38
CPU user time (s): 704.22
CPU system time (s): 1.16
CPU usage (%): 100.042
Max. virtual memory (cumulated for all children) (KiB): 7925032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77873
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20493
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= 2861
involuntary context switches= 28

runsolver used 3.04254 second user time and 6.96894 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 11:39:44
IDJOB=3377330
IDBENCH=82639
IDSOLVER=1857
FILE ID=node106/3377330-1305452383
RUNJOBID= node106-1305451456-6099
PBS_JOBID= 13324871
Free space on /tmp= 73340 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S377999798-061-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-3377330-1305452383/watcher-3377330-1305452383 -o /tmp/evaluation-result-3377330-1305452383/solver-3377330-1305452383 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377330-1305452383.cnf -seed 370617432 -budget 2400

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

MD5SUM BENCH= a4ba28fb1550ba8a4eca95d91f4669c6
RANDOM SEED=370617432

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23263900 kB
Buffers:        288204 kB
Cached:        6156152 kB
SwapCached:      27544 kB
Active:        1214752 kB
Inactive:      8221456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23263900 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           32812 kB
Writeback:           0 kB
AnonPages:     2972972 kB
Mapped:          21220 kB
Slab:           127276 kB
PageTables:      57244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99209784 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= 73284 MiB
End job on node106 at 2011-05-15 11:51:31