Trace number 3484127

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) 702.97 702.964

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S970203146-047-UNKNOWN.cnf
MD5SUM635ea520fe16a78d41337039f98997e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2027.46
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3484127-1307747698.cnf
0.31/0.46	c INFO: computing task features
0.40/0.57	c INFO: computed variable-clause graph statistics
0.40/0.57	c INFO: computed clause balance statistics
1.01/1.18	c INFO: computed variable balance statistics
1.30/1.41	c INFO: computed small-clause counts
1.30/1.41	c INFO: computed Horn-clause counts
1.30/1.43	c INFO: computed variable graph statistics
1.30/1.43	c INFO: collected features for HOME/instance-3484127-1307747698.cnf in 0.97 s
1.30/1.44	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.35)
101.50/101.60	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.12)
201.61/201.76	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.69/301.89	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.06)
401.90/402.03	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.01/502.17	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.23/602.35	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.57/702.50	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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.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-3484127-1307747698/watcher-3484127-1307747698 -o /tmp/evaluation-result-3484127-1307747698/solver-3484127-1307747698 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484127-1307747698.cnf -seed 332255228 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.92 3.62 2.12 6/228 11209
/proc/meminfo: memFree=31537840/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=15380 CPUtime=0 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 793 0 0 0 0 0 0 0 23 0 1 0 886367822 15749120 679 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/11209/statm: 3845 679 322 364 0 332 0

[startup+0.101746 s]
/proc/loadavg: 3.92 3.62 2.12 6/228 11209
/proc/meminfo: memFree=31537840/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=104616 CPUtime=0.06 cores=5,7
/proc/11209/stat : 11209 (python) R 11207 11209 10635 0 -1 4202496 3100 0 0 0 5 1 0 0 17 0 1 0 886367822 107126784 2778 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244346880 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/11209/statm: 26154 2778 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.200763 s]
/proc/loadavg: 3.92 3.62 2.12 6/228 11209
/proc/meminfo: memFree=31537840/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=131296 CPUtime=0.15 cores=5,7
/proc/11209/stat : 11209 (python) R 11207 11209 10635 0 -1 4202496 5693 935 1 0 12 3 0 0 19 0 1 0 886367822 134447104 4087 33554432000 4194304 5683644 140734166362736 18446744073709551615 4539126 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11209/statm: 32824 4087 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 131296

[startup+0.300747 s]
/proc/loadavg: 3.92 3.62 2.12 6/228 11209
/proc/meminfo: memFree=31537840/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=198920 CPUtime=0.22 cores=5,7
/proc/11209/stat : 11209 (python) R 11207 11209 10635 0 -1 4202496 6990 935 1 0 17 5 0 0 17 0 1 0 886367822 203694080 5023 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244346880 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/11209/statm: 49731 5024 1454 364 0 3758 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700672 s]
/proc/loadavg: 3.92 3.62 2.12 6/228 11209
/proc/meminfo: memFree=31537840/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=282560 CPUtime=0.6 cores=5,7
/proc/11209/stat : 11209 (python) R 11207 11209 10635 0 -1 4202496 11221 935 1 0 53 7 0 0 17 0 1 0 886367822 289341440 8052 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244016158 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11209/statm: 70640 8052 1826 364 0 6564 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282560

[startup+1.5005 s]
/proc/loadavg: 3.92 3.62 2.12 5/232 11217
/proc/meminfo: memFree=31510056/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=289440 CPUtime=1.34 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 11581 935 1 0 127 7 0 0 21 0 2 0 886367822 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 72360 7224 1869 364 0 8278 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 289440

[startup+3.10025 s]
/proc/loadavg: 3.92 3.62 2.12 5/235 11220
/proc/meminfo: memFree=31510032/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=289440 CPUtime=1.34 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 11581 935 1 0 127 7 0 0 21 0 2 0 886367822 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 72360 7224 1869 364 0 8278 0
[pid=11218] ppid=11209 vsize=279196 CPUtime=0 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886367967 285896704 5705 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368911 0 0 16781312 514 787659622985990406 0 0 17 5 0 0 0
/proc/11218/statm: 69799 5705 354 364 0 5717 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=1.65 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) R 11218 11220 11220 0 -1 4202496 765 0 0 0 165 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11209/tid=11219] ppid=11207 vsize=289440 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 886367967 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1587252

[startup+6.30069 s]
/proc/loadavg: 3.93 3.62 2.13 5/235 11220
/proc/meminfo: memFree=31509764/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=289440 CPUtime=1.34 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 11581 935 1 0 127 7 0 0 21 0 2 0 886367822 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 72360 7224 1869 364 0 8278 0
[pid=11218] ppid=11209 vsize=279196 CPUtime=0 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 886367967 285896704 5728 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368911 0 0 16781312 514 787659622985990406 0 0 17 5 0 0 0
/proc/11218/statm: 69799 5728 377 364 0 5717 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=4.84 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) R 11218 11220 11220 0 -1 4202496 765 0 0 0 484 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11209/tid=11219] ppid=11207 vsize=289440 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 886367967 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1587252

[startup+12.7006 s]
/proc/loadavg: 3.93 3.63 2.14 5/235 11220
/proc/meminfo: memFree=31509036/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=289440 CPUtime=1.34 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 11581 935 1 0 127 7 0 0 21 0 2 0 886367822 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 72360 7224 1869 364 0 8278 0
[pid=11218] ppid=11209 vsize=279196 CPUtime=0 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 865 0 0 0 0 0 0 0 18 0 1 0 886367967 285896704 5728 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368911 0 0 16781312 514 7072709700738842886 0 0 17 5 0 0 0
/proc/11218/statm: 69799 5728 377 364 0 5717 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=11.23 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) R 11218 11220 11220 0 -1 4202496 765 0 0 0 1123 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11209/tid=11219] ppid=11207 vsize=289440 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 886367967 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1587252

[startup+25.5003 s]
/proc/loadavg: 3.95 3.64 2.17 5/235 11220
/proc/meminfo: memFree=31509536/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=289440 CPUtime=1.34 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 11581 935 1 0 127 7 0 0 21 0 2 0 886367822 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 72360 7224 1869 364 0 8278 0
[pid=11218] ppid=11209 vsize=279196 CPUtime=0.02 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 872 0 0 0 1 1 0 0 18 0 1 0 886367967 285896704 5728 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368911 0 0 16781312 514 7072709700738842886 0 0 17 5 0 0 0
/proc/11218/statm: 69799 5728 377 364 0 5717 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=24.01 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) R 11218 11220 11220 0 -1 4202496 765 0 0 0 2401 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134525490 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11209/tid=11219] ppid=11207 vsize=289440 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 886367967 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1587252

[startup+51.1008 s]
/proc/loadavg: 4.09 3.70 2.22 4/206 11318
/proc/meminfo: memFree=31522152/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=289440 CPUtime=1.34 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 11581 935 1 0 127 7 0 0 21 0 2 0 886367822 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 72360 7224 1869 364 0 8278 0
[pid=11218] ppid=11209 vsize=279196 CPUtime=0.06 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 884 0 0 0 3 3 0 0 18 0 1 0 886367967 285896704 5728 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368911 0 0 16781312 514 7072709700738842886 0 0 17 5 0 0 0
/proc/11218/statm: 69799 5728 377 364 0 5717 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=49.58 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) R 11218 11220 11220 0 -1 4202496 765 0 0 0 4958 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134525052 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11209/tid=11219] ppid=11207 vsize=289440 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 886367967 296386560 7224 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1587252

[startup+102.301 s]
/proc/loadavg: 3.47 3.59 2.26 4/209 11323
/proc/meminfo: memFree=31517448/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=299868 CPUtime=1.36 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 12444 935 1 0 128 8 0 0 19 0 3 0 886367822 307064832 7298 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 74967 7298 1880 364 0 10882 0
[pid=11218] ppid=11209 vsize=289440 CPUtime=0.12 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 1140 0 0 0 6 6 0 0 19 0 2 0 886367967 296386560 5771 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11218/statm: 72360 5771 415 364 0 8278 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=100.03 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) T 11218 11220 11220 0 -1 4202496 765 0 0 0 10003 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11218/tid=11320] ppid=11209 vsize=289440 CPUtime=0 cores=5,7
/proc/11218/task/11320/stat : 11320 (python) S 11209 11209 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886377982 296386560 5771 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604461686019136 0 0 -1 7 0 0 0
[pid=11321] ppid=11209 vsize=289624 CPUtime=0 cores=5,7
/proc/11321/stat : 11321 (python) S 11209 11209 10635 0 -1 4202560 741 0 0 0 0 0 0 0 19 0 1 0 886377982 296574976 5762 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368966 0 0 16781312 514 4579519260295954431 0 0 17 5 0 0 0
/proc/11321/statm: 72406 5762 348 364 0 8321 0
[pid=11323] ppid=11321 vsize=1018616 CPUtime=0.69 cores=5,7
/proc/11323/stat : 11323 (gnovelty+2) R 11321 11323 11323 0 -1 4202496 767 0 0 0 69 0 0 0 22 0 1 0 886377983 1043062784 500 33554432000 134512640 135663704 4289190864 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11323/statm: 254654 500 113 282 0 254370 0
[pid=11209/tid=11219] ppid=11207 vsize=299868 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 3 0 886367967 307064832 7298 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11322] ppid=11207 vsize=299868 CPUtime=0 cores=5,7
/proc/11209/task/11322/stat : 11322 (python) S 11207 11209 10635 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 886377983 307064832 7298 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 2916164

[startup+162.301 s]
/proc/loadavg: 3.17 3.48 2.31 4/216 11332
/proc/meminfo: memFree=31454688/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=299868 CPUtime=1.36 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 12444 935 1 0 128 8 0 0 19 0 3 0 886367822 307064832 7298 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 74967 7298 1880 364 0 10882 0
[pid=11218] ppid=11209 vsize=289440 CPUtime=0.12 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 1140 0 0 0 6 6 0 0 19 0 2 0 886367967 296386560 5771 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11218/statm: 72360 5771 415 364 0 8278 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=100.03 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) T 11218 11220 11220 0 -1 4202496 765 0 0 0 10003 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11218/tid=11320] ppid=11209 vsize=289440 CPUtime=0 cores=5,7
/proc/11218/task/11320/stat : 11320 (python) S 11209 11209 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886377982 296386560 5771 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604461686019136 0 0 -1 7 0 0 0
[pid=11321] ppid=11209 vsize=289624 CPUtime=0.07 cores=5,7

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

/proc/11321/statm: 72406 5815 400 364 0 8321 0
[pid=11323] ppid=11321 vsize=1018616 CPUtime=100.02 cores=5,7
/proc/11323/stat : 11323 (gnovelty+2) T 11321 11323 11323 0 -1 4202496 767 0 0 0 10002 0 0 0 25 0 1 0 886377983 1043062784 500 33554432000 134512640 135663704 4289190864 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11323/statm: 254654 500 113 282 0 254370 0
[pid=11321/tid=11334] ppid=11209 vsize=289624 CPUtime=0 cores=5,7
/proc/11321/task/11334/stat : 11334 (python) S 11209 11209 10635 0 -1 4202560 53 0 0 0 0 0 0 0 19 0 2 0 886387998 296574976 5815 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471158814848 0 0 -1 7 0 0 0
[pid=11335] ppid=11209 vsize=300484 CPUtime=0.13 cores=5,7
/proc/11335/stat : 11335 (python) S 11209 11209 10635 0 -1 4202560 1076 0 0 0 6 7 0 0 19 0 2 0 886387999 307695616 5954 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11335/statm: 75121 5954 399 364 0 11033 0
[pid=11337] ppid=11335 vsize=418636 CPUtime=100 cores=5,7
/proc/11337/stat : 11337 (adaptg2wsat2009) T 11335 11337 11337 0 -1 4202496 1224 0 0 0 10000 0 0 0 25 0 1 0 886387999 428683264 957 33554432000 134512640 135107411 4292182688 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11337/statm: 104659 957 59 146 0 103535 0
[pid=11335/tid=11346] ppid=11209 vsize=300484 CPUtime=0 cores=5,7
/proc/11335/task/11346/stat : 11346 (python) S 11209 11209 10635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886398011 307695616 5954 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471115592832 0 0 -1 7 0 0 0
[pid=11347] ppid=11209 vsize=310740 CPUtime=0.13 cores=5,7
/proc/11347/stat : 11347 (python) S 11209 11209 10635 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 886398012 318197760 5958 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11347/statm: 77685 5958 400 364 0 13594 0
[pid=11349] ppid=11347 vsize=418636 CPUtime=99.99 cores=5,7
/proc/11349/stat : 11349 (adaptg2wsat2009) T 11347 11349 11349 0 -1 4202496 1221 0 0 0 9999 0 0 0 25 0 1 0 886398012 428683264 957 33554432000 134512640 135107411 4293062816 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11349/statm: 104659 957 59 146 0 103535 0
[pid=11347/tid=11356] ppid=11209 vsize=310740 CPUtime=0 cores=5,7
/proc/11347/task/11356/stat : 11356 (python) S 11209 11209 10635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886408025 318197760 5958 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471115591936 0 0 -1 7 0 0 0
[pid=11357] ppid=11209 vsize=320996 CPUtime=0.13 cores=5,7
/proc/11357/stat : 11357 (python) S 11209 11209 10635 0 -1 4202560 1083 0 0 0 7 6 0 0 19 0 2 0 886408025 328699904 5962 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11357/statm: 80249 5962 400 364 0 16155 0
[pid=11359] ppid=11357 vsize=418636 CPUtime=100.03 cores=5,7
/proc/11359/stat : 11359 (adaptg2wsat2009) T 11357 11359 11359 0 -1 4202496 1225 0 0 0 10003 0 0 0 25 0 1 0 886408026 428683264 956 33554432000 134512640 135107411 4288573104 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11359/statm: 104659 956 59 146 0 103535 0
[pid=11357/tid=11370] ppid=11209 vsize=320996 CPUtime=0 cores=5,7
/proc/11357/task/11370/stat : 11370 (python) S 11209 11209 10635 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886418039 328699904 5962 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471115965760 0 0 -1 7 0 0 0
[pid=11371] ppid=11209 vsize=331252 CPUtime=0.14 cores=5,7
/proc/11371/stat : 11371 (python) S 11209 11209 10635 0 -1 4202560 1077 0 0 0 6 8 0 0 19 0 2 0 886418040 339202048 5966 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11371/statm: 82813 5966 400 364 0 18716 0
[pid=11373] ppid=11371 vsize=1018616 CPUtime=100.05 cores=5,7
/proc/11373/stat : 11373 (gnovelty+2) T 11371 11373 11373 0 -1 4202496 760 0 0 0 10005 0 0 0 25 0 1 0 886418040 1043062784 500 33554432000 134512640 135663704 4293922336 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11373/statm: 254654 500 113 282 0 254370 0
[pid=11371/tid=11382] ppid=11209 vsize=331252 CPUtime=0 cores=5,7
/proc/11371/task/11382/stat : 11382 (python) S 11209 11209 10635 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886428057 339202048 5966 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604461686018240 0 0 -1 7 0 0 0
[pid=11383] ppid=11209 vsize=341508 CPUtime=0.14 cores=5,7
/proc/11383/stat : 11383 (python) S 11209 11209 10635 0 -1 4202560 918 0 0 0 7 7 0 0 18 0 1 0 886428057 349704192 5940 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368966 0 0 16781312 514 7072709700738842886 0 0 17 7 0 0 0
/proc/11383/statm: 85377 5940 371 364 0 21277 0
[pid=11385] ppid=11383 vsize=248652 CPUtime=99.94 cores=5,7
/proc/11385/stat : 11385 (FH) R 11383 11385 11385 0 -1 4202496 1122 0 0 0 9994 0 0 0 25 0 1 0 886428058 254619648 857 33554432000 134512640 134936988 4294173440 18446744073709551615 134558740 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11385/statm: 62163 857 41 104 0 61667 0
[pid=11209/tid=11219] ppid=11207 vsize=351752 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 8 0 886367967 360194048 7463 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11322] ppid=11207 vsize=351752 CPUtime=0 cores=5,7
/proc/11209/task/11322/stat : 11322 (python) S 11207 11209 10635 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 886377983 360194048 7463 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11336] ppid=11207 vsize=351752 CPUtime=0 cores=5,7
/proc/11209/task/11336/stat : 11336 (python) S 11207 11209 10635 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 886387999 360194048 7463 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11348] ppid=11207 vsize=351752 CPUtime=0 cores=5,7
/proc/11209/task/11348/stat : 11348 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 8 0 886398012 360194048 7463 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11358] ppid=11207 vsize=351752 CPUtime=0 cores=5,7
/proc/11209/task/11358/stat : 11358 (python) S 11207 11209 10635 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 8 0 886408026 360194048 7463 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11372] ppid=11207 vsize=351752 CPUtime=0 cores=5,7
/proc/11209/task/11372/stat : 11372 (python) S 11207 11209 10635 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 8 0 886418040 360194048 7463 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 7 0 0 0
[pid=11209/tid=11384] ppid=11207 vsize=351752 CPUtime=0 cores=5,7
/proc/11209/task/11384/stat : 11384 (python) S 11207 11209 10635 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 886428058 360194048 7463 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 7096204



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.901 s]
/proc/loadavg: 3.01 3.09 2.61 5/255 11395
/proc/meminfo: memFree=31209304/32951124 swapFree=67056676/67111528
[pid=11209] ppid=11207 vsize=362008 CPUtime=1.41 cores=5,7
/proc/11209/stat : 11209 (python) S 11207 11209 10635 0 -1 4202496 17508 935 1 0 131 10 0 0 20 0 9 0 886367822 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11209/statm: 90502 7469 1892 364 0 26399 0
[pid=11218] ppid=11209 vsize=289440 CPUtime=0.12 cores=5,7
/proc/11218/stat : 11218 (python) S 11209 11209 10635 0 -1 4202560 1140 0 0 0 6 6 0 0 19 0 2 0 886367967 296386560 5771 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11218/statm: 72360 5771 415 364 0 8278 0
[pid=11220] ppid=11218 vsize=1018616 CPUtime=100.03 cores=5,7
/proc/11220/stat : 11220 (gnovelty+2) T 11218 11220 11220 0 -1 4202496 765 0 0 0 10003 0 0 0 25 0 1 0 886367967 1043062784 500 33554432000 134512640 135663704 4291652960 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11220/statm: 254654 500 113 282 0 254370 0
[pid=11218/tid=11320] ppid=11209 vsize=289440 CPUtime=0 cores=5,7
/proc/11218/task/11320/stat : 11320 (python) S 11209 11209 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886377982 296386560 5771 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604461686019136 0 0 -1 7 0 0 0
[pid=11321] ppid=11209 vsize=289624 CPUtime=0.12 cores=5,7
/proc/11321/stat : 11321 (python) S 11209 11209 10635 0 -1 4202560 1085 0 0 0 6 6 0 0 19 0 2 0 886377982 296574976 5815 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11321/statm: 72406 5815 400 364 0 8321 0
[pid=11323] ppid=11321 vsize=1018616 CPUtime=100.02 cores=5,7
/proc/11323/stat : 11323 (gnovelty+2) T 11321 11323 11323 0 -1 4202496 767 0 0 0 10002 0 0 0 25 0 1 0 886377983 1043062784 500 33554432000 134512640 135663704 4289190864 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11323/statm: 254654 500 113 282 0 254370 0
[pid=11321/tid=11334] ppid=11209 vsize=289624 CPUtime=0 cores=5,7
/proc/11321/task/11334/stat : 11334 (python) S 11209 11209 10635 0 -1 4202560 53 0 0 0 0 0 0 0 19 0 2 0 886387998 296574976 5815 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471158814848 0 0 -1 7 0 0 0
[pid=11335] ppid=11209 vsize=300484 CPUtime=0.13 cores=5,7
/proc/11335/stat : 11335 (python) S 11209 11209 10635 0 -1 4202560 1076 0 0 0 6 7 0 0 19 0 2 0 886387999 307695616 5954 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11335/statm: 75121 5954 399 364 0 11033 0
[pid=11337] ppid=11335 vsize=418636 CPUtime=100 cores=5,7
/proc/11337/stat : 11337 (adaptg2wsat2009) T 11335 11337 11337 0 -1 4202496 1224 0 0 0 10000 0 0 0 25 0 1 0 886387999 428683264 957 33554432000 134512640 135107411 4292182688 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11337/statm: 104659 957 59 146 0 103535 0
[pid=11335/tid=11346] ppid=11209 vsize=300484 CPUtime=0 cores=5,7
/proc/11335/task/11346/stat : 11346 (python) S 11209 11209 10635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886398011 307695616 5954 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471115592832 0 0 -1 7 0 0 0
[pid=11347] ppid=11209 vsize=310740 CPUtime=0.13 cores=5,7
/proc/11347/stat : 11347 (python) S 11209 11209 10635 0 -1 4202560 1081 0 0 0 7 6 0 0 19 0 2 0 886398012 318197760 5958 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11347/statm: 77685 5958 400 364 0 13594 0
[pid=11349] ppid=11347 vsize=418636 CPUtime=99.99 cores=5,7
/proc/11349/stat : 11349 (adaptg2wsat2009) T 11347 11349 11349 0 -1 4202496 1221 0 0 0 9999 0 0 0 25 0 1 0 886398012 428683264 957 33554432000 134512640 135107411 4293062816 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11349/statm: 104659 957 59 146 0 103535 0
[pid=11347/tid=11356] ppid=11209 vsize=310740 CPUtime=0 cores=5,7
/proc/11347/task/11356/stat : 11356 (python) S 11209 11209 10635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886408025 318197760 5958 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471115591936 0 0 -1 7 0 0 0
[pid=11357] ppid=11209 vsize=320996 CPUtime=0.13 cores=5,7
/proc/11357/stat : 11357 (python) S 11209 11209 10635 0 -1 4202560 1083 0 0 0 7 6 0 0 19 0 2 0 886408025 328699904 5962 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11357/statm: 80249 5962 400 364 0 16155 0
[pid=11359] ppid=11357 vsize=418636 CPUtime=100.03 cores=5,7
/proc/11359/stat : 11359 (adaptg2wsat2009) T 11357 11359 11359 0 -1 4202496 1225 0 0 0 10003 0 0 0 25 0 1 0 886408026 428683264 956 33554432000 134512640 135107411 4288573104 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11359/statm: 104659 956 59 146 0 103535 0
[pid=11357/tid=11370] ppid=11209 vsize=320996 CPUtime=0 cores=5,7
/proc/11357/task/11370/stat : 11370 (python) S 11209 11209 10635 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886418039 328699904 5962 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604471115965760 0 0 -1 7 0 0 0
[pid=11371] ppid=11209 vsize=331252 CPUtime=0.14 cores=5,7
/proc/11371/stat : 11371 (python) S 11209 11209 10635 0 -1 4202560 1077 0 0 0 6 8 0 0 19 0 2 0 886418040 339202048 5966 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/11371/statm: 82813 5966 400 364 0 18716 0
[pid=11373] ppid=11371 vsize=1018616 CPUtime=100.05 cores=5,7
/proc/11373/stat : 11373 (gnovelty+2) T 11371 11373 11373 0 -1 4202496 760 0 0 0 10005 0 0 0 25 0 1 0 886418040 1043062784 500 33554432000 134512640 135663704 4293922336 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/11373/statm: 254654 500 113 282 0 254370 0
[pid=11371/tid=11382] ppid=11209 vsize=331252 CPUtime=0 cores=5,7
/proc/11371/task/11382/stat : 11382 (python) S 11209 11209 10635 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886428057 339202048 5966 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604461686018240 0 0 -1 7 0 0 0
[pid=11383] ppid=11209 vsize=341508 CPUtime=0.15 cores=5,7
/proc/11383/stat : 11383 (python) S 11209 11209 10635 0 -1 4202560 1075 0 0 0 7 8 0 0 19 0 2 0 886428057 349704192 5970 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/11383/statm: 85377 5970 400 364 0 21277 0
[pid=11385] ppid=11383 vsize=248652 CPUtime=100.13 cores=5,7
/proc/11385/stat : 11385 (FH) T 11383 11385 11385 0 -1 4202496 1122 0 0 0 10013 0 0 0 25 0 1 0 886428058 254619648 857 33554432000 134512640 134936988 4294173440 18446744073709551615 134554252 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/11385/statm: 62163 857 41 104 0 61667 0
[pid=11383/tid=11391] ppid=11209 vsize=341508 CPUtime=0 cores=5,7
/proc/11383/task/11391/stat : 11391 (python) S 11209 11209 10635 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886438072 349704192 5970 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 514 18446604461686020032 0 0 -1 7 0 0 0
[pid=11392] ppid=11209 vsize=351764 CPUtime=0 cores=5,7
/proc/11392/stat : 11392 (python) S 11209 11209 10635 0 -1 4202560 838 0 0 0 0 0 0 0 19 0 1 0 886438073 360206336 5923 33554432000 4194304 5683644 140734166362736 18446744073709551615 228244368966 0 0 16781312 514 15733558673856790527 0 0 17 5 0 0 0
/proc/11392/statm: 87941 5923 350 364 0 23838 0
[pid=11394] ppid=11392 vsize=418500 CPUtime=0.39 cores=5,7
/proc/11394/stat : 11394 (adaptg2wsat2009) R 11392 11394 11394 0 -1 4202496 1074 0 0 0 39 0 0 0 21 0 1 0 886438073 428544000 809 33554432000 134512640 135107411 4288103856 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11394/statm: 104625 809 49 146 0 103501 0
[pid=11209/tid=11219] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11219/stat : 11219 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 886367967 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11322] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11322/stat : 11322 (python) S 11207 11209 10635 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886377983 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11336] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11336/stat : 11336 (python) S 11207 11209 10635 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886387999 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11348] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11348/stat : 11348 (python) S 11207 11209 10635 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886398012 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11358] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11358/stat : 11358 (python) S 11207 11209 10635 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 886408026 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11372] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11372/stat : 11372 (python) S 11207 11209 10635 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 886418040 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 7 0 0 0
[pid=11209/tid=11384] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11384/stat : 11384 (python) S 11207 11209 10635 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 886428058 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
[pid=11209/tid=11393] ppid=11207 vsize=362008 CPUtime=0 cores=5,7
/proc/11209/task/11393/stat : 11393 (python) S 11207 11209 10635 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886438073 370696192 7469 33554432000 4194304 5683644 140734166362736 18446744073709551615 228256172465 0 0 16781312 2 18446604456592550784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.97
Current children cumulated vsize (KiB) 7876724

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

Real time (s): 702.964
CPU time (s): 702.97
CPU user time (s): 702.4
CPU system time (s): 0.57
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 7876724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3198
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18448
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= 1008
involuntary context switches= 25

runsolver used 1.88071 second user time and 3.3015 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-11 01:14:58
IDJOB=3484127
IDBENCH=82638
IDSOLVER=1975
FILE ID=node136/3484127-1307747698
RUNJOBID= node136-1307746989-10656
PBS_JOBID= 13550822
Free space on /tmp= 74068 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S970203146-047-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-3484127-1307747698/watcher-3484127-1307747698 -o /tmp/evaluation-result-3484127-1307747698/solver-3484127-1307747698 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484127-1307747698.cnf -seed 332255228 -budget 1200

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

MD5SUM BENCH= 635ea520fe16a78d41337039f98997e5
RANDOM SEED=332255228

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31538020 kB
Buffers:        222856 kB
Cached:         697056 kB
SwapCached:       8764 kB
Active:         780544 kB
Inactive:       418240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31538020 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           64724 kB
Writeback:           0 kB
AnonPages:      276452 kB
Mapped:          20116 kB
Slab:           138604 kB
PageTables:      14144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6439780 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= 73936 MiB
End job on node136 at 2011-06-11 01:26:44