Trace number 3484180

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.91 702.865

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S94779963-093-UNKNOWN.cnf
MD5SUMaef8bd4e13046b42a5bc777dc56e10de
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.64	c INFO: solving HOME/instance-3484180-1307748213.cnf
0.36/0.64	c INFO: computing task features
0.54/0.87	c INFO: computed variable-clause graph statistics
0.54/0.88	c INFO: computed clause balance statistics
1.85/2.11	c INFO: computed variable balance statistics
2.24/2.58	c INFO: computed small-clause counts
2.24/2.58	c INFO: computed Horn-clause counts
2.34/2.62	c INFO: computed variable graph statistics
2.34/2.62	c INFO: collected features for HOME/instance-3484180-1307748213.cnf in 1.98 s
2.34/2.64	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.51/102.83	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
201.83/202.03	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.07/301.17	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.07)
401.40/401.30	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
501.52/501.45	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.04)
601.74/601.65	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.83/701.80	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)
702.91/702.86	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 1,3

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: 4.01 3.94 2.89 5/247 31884
/proc/meminfo: memFree=31022484/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=15380 CPUtime=0 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 793 0 0 0 0 0 0 0 25 0 1 0 886421036 15749120 680 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/31884/statm: 3845 680 322 364 0 332 0

[startup+0.0355259 s]
/proc/loadavg: 4.01 3.94 2.89 5/247 31884
/proc/meminfo: memFree=31022484/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=18884 CPUtime=0.01 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 1236 0 0 0 1 0 0 0 25 0 1 0 886421036 19337216 1092 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/31884/statm: 4721 1092 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100685 s]
/proc/loadavg: 4.01 3.94 2.89 5/247 31884
/proc/meminfo: memFree=31022484/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=93960 CPUtime=0.05 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 2693 0 0 0 4 1 0 0 25 0 1 0 886421036 96215040 2407 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080228197 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/31884/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300536 s]
/proc/loadavg: 4.01 3.94 2.89 5/247 31884
/proc/meminfo: memFree=31022484/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=135752 CPUtime=0.18 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 5972 932 1 0 14 4 0 0 17 0 1 0 886421036 139010048 4150 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/31884/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700425 s]
/proc/loadavg: 4.01 3.94 2.89 5/247 31884
/proc/meminfo: memFree=31022484/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=281448 CPUtime=0.45 cores=1,3
/proc/31884/stat : 31884 (python) R 31882 31884 31379 0 -1 4202496 9999 932 1 0 34 11 0 0 15 0 1 0 886421036 288202752 7672 33554432000 4194304 5683644 140735062646192 18446744073709551615 5007937 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31884/statm: 70362 7672 1761 364 0 6286 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 281448

[startup+1.50025 s]
/proc/loadavg: 4.01 3.94 2.89 4/219 31890
/proc/meminfo: memFree=31246676/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=289492 CPUtime=1.24 cores=1,3
/proc/31884/stat : 31884 (python) R 31882 31884 31379 0 -1 4202496 13891 932 1 0 113 11 0 0 16 0 1 0 886421036 296439808 9758 33554432000 4194304 5683644 140735062646192 18446744073709551615 46952078631992 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31884/statm: 72373 9758 1826 364 0 8297 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 289492

[startup+3.10094 s]
/proc/loadavg: 4.01 3.94 2.89 4/219 31890
/proc/meminfo: memFree=31246676/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=291928 CPUtime=2.37 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 14216 932 1 0 226 11 0 0 20 0 2 0 886421036 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31884/statm: 72982 7855 1877 364 0 8900 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 291928
heavy processes:

[startup+6.30039 s]
/proc/loadavg: 3.93 3.93 2.89 4/224 31931
/proc/meminfo: memFree=31248876/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=291928 CPUtime=2.37 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 14216 932 1 0 226 11 0 0 20 0 2 0 886421036 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31884/statm: 72982 7855 1877 364 0 8900 0
[pid=31891] ppid=31884 vsize=282236 CPUtime=0 cores=1,3
/proc/31891/stat : 31891 (python) S 31884 31884 31379 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886421301 289009664 6330 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080252431 0 0 16781312 514 8233553190918783237 0 0 17 1 0 0 0
/proc/31891/statm: 70559 6330 355 364 0 6477 0
[pid=31893] ppid=31891 vsize=1020188 CPUtime=3.64 cores=1,3
/proc/31893/stat : 31893 (gnovelty+2) R 31891 31893 31893 0 -1 4202496 1138 0 0 0 364 0 0 0 25 0 1 0 886421301 1044672512 876 33554432000 134512640 135663704 4290527200 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31893/statm: 255047 876 113 282 0 254763 0
[pid=31884/tid=31892] ppid=31882 vsize=291928 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 2 0 886421301 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1594352

[startup+12.7011 s]
/proc/loadavg: 3.93 3.93 2.90 5/234 31945
/proc/meminfo: memFree=31200800/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=291928 CPUtime=2.37 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 14216 932 1 0 226 11 0 0 20 0 2 0 886421036 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31884/statm: 72982 7855 1877 364 0 8900 0
[pid=31891] ppid=31884 vsize=282236 CPUtime=0 cores=1,3
/proc/31891/stat : 31891 (python) S 31884 31884 31379 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 886421301 289009664 6353 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080252431 0 0 16781312 514 8233553190918783237 0 0 17 1 0 0 0
/proc/31891/statm: 70559 6353 378 364 0 6477 0
[pid=31893] ppid=31891 vsize=1020188 CPUtime=10.03 cores=1,3
/proc/31893/stat : 31893 (gnovelty+2) R 31891 31893 31893 0 -1 4202496 1138 0 0 0 1003 0 0 0 25 0 1 0 886421301 1044672512 876 33554432000 134512640 135663704 4290527200 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31893/statm: 255047 876 113 282 0 254763 0
[pid=31884/tid=31892] ppid=31882 vsize=291928 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 2 0 886421301 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1594352

[startup+25.5007 s]
/proc/loadavg: 4.02 3.95 2.92 5/234 31945
/proc/meminfo: memFree=31200832/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=291928 CPUtime=2.37 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 14216 932 1 0 226 11 0 0 20 0 2 0 886421036 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31884/statm: 72982 7855 1877 364 0 8900 0
[pid=31891] ppid=31884 vsize=282236 CPUtime=0.03 cores=1,3
/proc/31891/stat : 31891 (python) S 31884 31884 31379 0 -1 4202560 875 0 0 0 2 1 0 0 18 0 1 0 886421301 289009664 6353 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080252431 0 0 16781312 514 16064163948970082565 0 0 17 1 0 0 0
/proc/31891/statm: 70559 6353 378 364 0 6477 0
[pid=31893] ppid=31891 vsize=1020188 CPUtime=22.81 cores=1,3
/proc/31893/stat : 31893 (gnovelty+2) R 31891 31893 31893 0 -1 4202496 1138 0 0 0 2281 0 0 0 25 0 1 0 886421301 1044672512 876 33554432000 134512640 135663704 4290527200 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31893/statm: 255047 876 113 282 0 254763 0
[pid=31884/tid=31892] ppid=31882 vsize=291928 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 2 0 886421301 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1594352

[startup+51.1008 s]
/proc/loadavg: 4.01 3.95 2.95 5/234 31946
/proc/meminfo: memFree=31200912/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=291928 CPUtime=2.37 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 14216 932 1 0 226 11 0 0 20 0 2 0 886421036 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31884/statm: 72982 7855 1877 364 0 8900 0
[pid=31891] ppid=31884 vsize=282236 CPUtime=0.05 cores=1,3
/proc/31891/stat : 31891 (python) S 31884 31884 31379 0 -1 4202560 888 0 0 0 3 2 0 0 18 0 1 0 886421301 289009664 6353 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080252431 0 0 16781312 514 16064163948970082565 0 0 17 1 0 0 0
/proc/31891/statm: 70559 6353 378 364 0 6477 0
[pid=31893] ppid=31891 vsize=1020188 CPUtime=48.38 cores=1,3
/proc/31893/stat : 31893 (gnovelty+2) R 31891 31893 31893 0 -1 4202496 1138 0 0 0 4838 0 0 0 25 0 1 0 886421301 1044672512 876 33554432000 134512640 135663704 4290527200 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31893/statm: 255047 876 113 282 0 254763 0
[pid=31884/tid=31892] ppid=31882 vsize=291928 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 2 0 886421301 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1594352

[startup+102.308 s]
/proc/loadavg: 4.06 3.97 3.01 5/234 31947
/proc/meminfo: memFree=31201324/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=291928 CPUtime=2.37 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 14216 932 1 0 226 11 0 0 20 0 2 0 886421036 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31884/statm: 72982 7855 1877 364 0 8900 0
[pid=31891] ppid=31884 vsize=282236 CPUtime=0.12 cores=1,3
/proc/31891/stat : 31891 (python) S 31884 31884 31379 0 -1 4202560 909 0 0 0 7 5 0 0 18 0 1 0 886421301 289009664 6353 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080252431 0 0 16781312 514 16064163948970082565 0 0 17 1 0 0 0
/proc/31891/statm: 70559 6353 378 364 0 6477 0
[pid=31893] ppid=31891 vsize=1020188 CPUtime=99.53 cores=1,3
/proc/31893/stat : 31893 (gnovelty+2) R 31891 31893 31893 0 -1 4202496 1138 0 0 0 9953 0 0 0 25 0 1 0 886421301 1044672512 876 33554432000 134512640 135663704 4290527200 18446744073709551615 134544225 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31893/statm: 255047 876 113 282 0 254763 0
[pid=31884/tid=31892] ppid=31882 vsize=291928 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 2 0 886421301 298934272 7855 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1594352

[startup+162.301 s]
/proc/loadavg: 4.02 3.97 3.07 5/247 31962
/proc/meminfo: memFree=31172028/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=302320 CPUtime=2.38 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 15065 932 1 0 227 11 0 0 20 0 3 0 886421036 309575680 7912 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31884/statm: 75580 7912 1880 364 0 11495 0
[pid=31891] ppid=31884 vsize=292480 CPUtime=0.13 cores=1,3
/proc/31891/stat : 31891 (python) S 31884 31884 31379 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 886421301 299499520 6395 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31891/statm: 73120 6395 415 364 0 9038 0
[pid=31893] ppid=31891 vsize=1020188 CPUtime=100.04 cores=1,3
/proc/31893/stat : 31893 (gnovelty+2) T 31891 31893 31893 0 -1 4202496 1138 0 0 0 10004 0 0 0 25 0 1 0 886421301 1044672512 876 33554432000 134512640 135663704 4290527200 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31893/statm: 255047 876 113 282 0 254763 0
[pid=31891/tid=31948] ppid=31884 vsize=292480 CPUtime=0 cores=1,3
/proc/31891/task/31948/stat : 31948 (python) S 31884 31884 31379 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886431319 299499520 6395 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604463419651328 0 0 -1 3 0 0 0
[pid=31949] ppid=31884 vsize=293164 CPUtime=0.08 cores=1,3
/proc/31949/stat : 31949 (python) S 31884 31884 31379 0 -1 4202560 913 0 0 0 4 4 0 0 18 0 1 0 886431320 300199936 6401 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080252486 0 0 16781312 514 16064163948970082568 0 0 17 3 0 0 0
/proc/31949/statm: 73291 6401 372 364 0 9206 0
[pid=31951] ppid=31949 vsize=1020188 CPUtime=59.46 cores=1,3
/proc/31951/stat : 31951 (gnovelty+2) R 31949 31951 31951 0 -1 4202496 1144 0 0 0 5946 0 0 0 25 0 1 0 886431320 1044672512 877 33554432000 134512640 135663704 4291188048 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31951/statm: 255047 877 113 282 0 254763 0
[pid=31884/tid=31892] ppid=31882 vsize=302320 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 886421301 309575680 7912 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
[pid=31884/tid=31950] ppid=31882 vsize=302320 CPUtime=0 cores=1,3
/proc/31884/task/31950/stat : 31950 (python) S 31882 31884 31379 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886431320 309575680 7912 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 2928340

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.12 5/234 32021
/proc/meminfo: memFree=31191856/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=313180 CPUtime=2.4 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 15902 932 1 0 228 12 0 0 20 0 4 0 886421036 320696320 8053 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0

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

/proc/31949/statm: 73291 6430 400 364 0 9206 0
[pid=31951] ppid=31949 vsize=1020188 CPUtime=99.18 cores=1,3
/proc/31951/stat : 31951 (gnovelty+2) T 31949 31951 31951 0 -1 4202496 1144 0 0 0 9918 0 0 0 25 0 1 0 886431320 1044672512 877 33554432000 134512640 135663704 4291188048 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31951/statm: 255047 877 113 282 0 254763 0
[pid=31949/tid=32010] ppid=31884 vsize=293164 CPUtime=0 cores=1,3
/proc/31949/task/32010/stat : 32010 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886441239 300199936 6430 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604471145001408 0 0 -1 1 0 0 0
[pid=32011] ppid=31884 vsize=302936 CPUtime=0.13 cores=1,3
/proc/32011/stat : 32011 (python) S 31884 31884 31379 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 886441240 310206464 6568 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32011/statm: 75734 6568 399 364 0 11646 0
[pid=32013] ppid=32011 vsize=421804 CPUtime=99.12 cores=1,3
/proc/32013/stat : 32013 (adaptg2wsat2009) T 32011 32013 32013 0 -1 4202496 2138 0 0 0 9912 0 0 0 25 0 1 0 886441240 431927296 1871 33554432000 134512640 135107411 4290850208 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32013/statm: 105451 1871 59 146 0 104327 0
[pid=32011/tid=32028] ppid=31884 vsize=302936 CPUtime=0 cores=1,3
/proc/32011/task/32028/stat : 32028 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886451153 310206464 6568 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604466649642304 0 0 -1 1 0 0 0
[pid=32029] ppid=31884 vsize=313408 CPUtime=0.13 cores=1,3
/proc/32029/stat : 32029 (python) S 31884 31884 31379 0 -1 4202560 1087 0 0 0 7 6 0 0 19 0 2 0 886451153 320929792 6573 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32029/statm: 78352 6573 400 364 0 14261 0
[pid=32031] ppid=32029 vsize=421804 CPUtime=100.12 cores=1,3
/proc/32031/stat : 32031 (adaptg2wsat2009) T 32029 32031 32031 0 -1 4202496 2133 0 0 0 10012 0 0 0 25 0 1 0 886451154 431927296 1871 33554432000 134512640 135107411 4292807376 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32031/statm: 105451 1871 59 146 0 104327 0
[pid=32029/tid=32042] ppid=31884 vsize=313408 CPUtime=0 cores=1,3
/proc/32029/task/32042/stat : 32042 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886461166 320929792 6573 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604471128848512 0 0 -1 3 0 0 0
[pid=32043] ppid=31884 vsize=323612 CPUtime=0.15 cores=1,3
/proc/32043/stat : 32043 (python) S 31884 31884 31379 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886461167 331378688 6577 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32043/statm: 80903 6577 400 364 0 16809 0
[pid=32045] ppid=32043 vsize=421804 CPUtime=100.02 cores=1,3
/proc/32045/stat : 32045 (adaptg2wsat2009) T 32043 32045 32045 0 -1 4202496 2137 0 0 0 10002 0 0 0 25 0 1 0 886461167 431927296 1871 33554432000 134512640 135107411 4292959312 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32045/statm: 105451 1871 59 146 0 104327 0
[pid=32043/tid=32146] ppid=31884 vsize=323612 CPUtime=0 cores=1,3
/proc/32043/task/32146/stat : 32146 (python) S 31884 31884 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886471181 331378688 6577 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604470136475776 0 0 -1 3 0 0 0
[pid=32147] ppid=31884 vsize=333972 CPUtime=0.15 cores=1,3
/proc/32147/stat : 32147 (python) S 31884 31884 31379 0 -1 4202560 1077 0 0 0 9 6 0 0 19 0 2 0 886471182 341987328 6581 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32147/statm: 83493 6581 400 364 0 19396 0
[pid=32149] ppid=32147 vsize=1020188 CPUtime=100.06 cores=1,3
/proc/32149/stat : 32149 (gnovelty+2) T 32147 32149 32149 0 -1 4202496 1137 0 0 0 10006 0 0 0 25 0 1 0 886471182 1044672512 876 33554432000 134512640 135663704 4290120800 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32149/statm: 255047 876 113 282 0 254763 0
[pid=32147/tid=32164] ppid=31884 vsize=333972 CPUtime=0 cores=1,3
/proc/32147/task/32164/stat : 32164 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886481201 341987328 6581 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604471151657024 0 0 -1 3 0 0 0
[pid=32165] ppid=31884 vsize=344124 CPUtime=0.14 cores=1,3
/proc/32165/stat : 32165 (python) S 31884 31884 31379 0 -1 4202560 1082 0 0 0 8 6 0 0 19 0 2 0 886481202 352382976 6585 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32165/statm: 86031 6585 400 364 0 21931 0
[pid=32167] ppid=32165 vsize=251296 CPUtime=99.97 cores=1,3
/proc/32167/stat : 32167 (FH) T 32165 32167 32167 0 -1 4202496 1956 0 0 0 9997 0 0 0 25 0 1 0 886481202 257327104 1693 33554432000 134512640 134936988 4291898240 18446744073709551615 134544951 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32167/statm: 62824 1693 41 104 0 62328 0
[pid=31884/tid=31892] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886421301 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
[pid=31884/tid=31950] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/31950/stat : 31950 (python) S 31882 31884 31379 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886431320 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
[pid=31884/tid=32012] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32012/stat : 32012 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886441240 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
[pid=31884/tid=32030] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32030/stat : 32030 (python) S 31882 31884 31379 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 886451154 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
[pid=31884/tid=32044] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32044/stat : 32044 (python) S 31882 31884 31379 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886461167 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
[pid=31884/tid=32148] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32148/stat : 32148 (python) S 31882 31884 31379 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886471182 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
[pid=31884/tid=32166] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32166/stat : 32166 (python) S 31882 31884 31379 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886481202 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 7145428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.00 4.00 3.47 6/278 32273
/proc/meminfo: memFree=31035952/32950928 swapFree=67055948/67111528
[pid=31884] ppid=31882 vsize=364460 CPUtime=2.44 cores=1,3
/proc/31884/stat : 31884 (python) S 31882 31884 31379 0 -1 4202496 20130 932 1 0 232 12 0 0 20 0 9 0 886421036 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31884/statm: 91115 8083 1892 364 0 27012 0
[pid=31891] ppid=31884 vsize=292480 CPUtime=0.13 cores=1,3
/proc/31891/stat : 31891 (python) S 31884 31884 31379 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 886421301 299499520 6395 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31891/statm: 73120 6395 415 364 0 9038 0
[pid=31893] ppid=31891 vsize=1020188 CPUtime=100.04 cores=1,3
/proc/31893/stat : 31893 (gnovelty+2) T 31891 31893 31893 0 -1 4202496 1138 0 0 0 10004 0 0 0 25 0 1 0 886421301 1044672512 876 33554432000 134512640 135663704 4290527200 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31893/statm: 255047 876 113 282 0 254763 0
[pid=31891/tid=31948] ppid=31884 vsize=292480 CPUtime=0 cores=1,3
/proc/31891/task/31948/stat : 31948 (python) S 31884 31884 31379 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886431319 299499520 6395 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604463419651328 0 0 -1 3 0 0 0
[pid=31949] ppid=31884 vsize=293164 CPUtime=0.14 cores=1,3
/proc/31949/stat : 31949 (python) S 31884 31884 31379 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 886431320 300199936 6430 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31949/statm: 73291 6430 400 364 0 9206 0
[pid=31951] ppid=31949 vsize=1020188 CPUtime=99.18 cores=1,3
/proc/31951/stat : 31951 (gnovelty+2) T 31949 31951 31951 0 -1 4202496 1144 0 0 0 9918 0 0 0 25 0 1 0 886431320 1044672512 877 33554432000 134512640 135663704 4291188048 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31951/statm: 255047 877 113 282 0 254763 0
[pid=31949/tid=32010] ppid=31884 vsize=293164 CPUtime=0 cores=1,3
/proc/31949/task/32010/stat : 32010 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886441239 300199936 6430 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604471145001408 0 0 -1 1 0 0 0
[pid=32011] ppid=31884 vsize=302936 CPUtime=0.13 cores=1,3
/proc/32011/stat : 32011 (python) S 31884 31884 31379 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 886441240 310206464 6568 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32011/statm: 75734 6568 399 364 0 11646 0
[pid=32013] ppid=32011 vsize=421804 CPUtime=99.12 cores=1,3
/proc/32013/stat : 32013 (adaptg2wsat2009) T 32011 32013 32013 0 -1 4202496 2138 0 0 0 9912 0 0 0 25 0 1 0 886441240 431927296 1871 33554432000 134512640 135107411 4290850208 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32013/statm: 105451 1871 59 146 0 104327 0
[pid=32011/tid=32028] ppid=31884 vsize=302936 CPUtime=0 cores=1,3
/proc/32011/task/32028/stat : 32028 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886451153 310206464 6568 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604466649642304 0 0 -1 1 0 0 0
[pid=32029] ppid=31884 vsize=313408 CPUtime=0.13 cores=1,3
/proc/32029/stat : 32029 (python) S 31884 31884 31379 0 -1 4202560 1087 0 0 0 7 6 0 0 19 0 2 0 886451153 320929792 6573 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/32029/statm: 78352 6573 400 364 0 14261 0
[pid=32031] ppid=32029 vsize=421804 CPUtime=100.12 cores=1,3
/proc/32031/stat : 32031 (adaptg2wsat2009) T 32029 32031 32031 0 -1 4202496 2133 0 0 0 10012 0 0 0 25 0 1 0 886451154 431927296 1871 33554432000 134512640 135107411 4292807376 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32031/statm: 105451 1871 59 146 0 104327 0
[pid=32029/tid=32042] ppid=31884 vsize=313408 CPUtime=0 cores=1,3
/proc/32029/task/32042/stat : 32042 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886461166 320929792 6573 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604471128848512 0 0 -1 3 0 0 0
[pid=32043] ppid=31884 vsize=323612 CPUtime=0.15 cores=1,3
/proc/32043/stat : 32043 (python) S 31884 31884 31379 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886461167 331378688 6577 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32043/statm: 80903 6577 400 364 0 16809 0
[pid=32045] ppid=32043 vsize=421804 CPUtime=100.02 cores=1,3
/proc/32045/stat : 32045 (adaptg2wsat2009) T 32043 32045 32045 0 -1 4202496 2137 0 0 0 10002 0 0 0 25 0 1 0 886461167 431927296 1871 33554432000 134512640 135107411 4292959312 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32045/statm: 105451 1871 59 146 0 104327 0
[pid=32043/tid=32146] ppid=31884 vsize=323612 CPUtime=0 cores=1,3
/proc/32043/task/32146/stat : 32146 (python) S 31884 31884 31379 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886471181 331378688 6577 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604470136475776 0 0 -1 3 0 0 0
[pid=32147] ppid=31884 vsize=333972 CPUtime=0.15 cores=1,3
/proc/32147/stat : 32147 (python) S 31884 31884 31379 0 -1 4202560 1077 0 0 0 9 6 0 0 19 0 2 0 886471182 341987328 6581 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32147/statm: 83493 6581 400 364 0 19396 0
[pid=32149] ppid=32147 vsize=1020188 CPUtime=100.06 cores=1,3
/proc/32149/stat : 32149 (gnovelty+2) T 32147 32149 32149 0 -1 4202496 1137 0 0 0 10006 0 0 0 25 0 1 0 886471182 1044672512 876 33554432000 134512640 135663704 4290120800 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32149/statm: 255047 876 113 282 0 254763 0
[pid=32147/tid=32164] ppid=31884 vsize=333972 CPUtime=0 cores=1,3
/proc/32147/task/32164/stat : 32164 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886481201 341987328 6581 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604471151657024 0 0 -1 3 0 0 0
[pid=32165] ppid=31884 vsize=344124 CPUtime=0.14 cores=1,3
/proc/32165/stat : 32165 (python) S 31884 31884 31379 0 -1 4202560 1082 0 0 0 8 6 0 0 19 0 2 0 886481202 352382976 6585 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32165/statm: 86031 6585 400 364 0 21931 0
[pid=32167] ppid=32165 vsize=251296 CPUtime=99.97 cores=1,3
/proc/32167/stat : 32167 (FH) T 32165 32167 32167 0 -1 4202496 1956 0 0 0 9997 0 0 0 25 0 1 0 886481202 257327104 1693 33554432000 134512640 134936988 4291898240 18446744073709551615 134544951 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32167/statm: 62824 1693 41 104 0 62328 0
[pid=32165/tid=32270] ppid=31884 vsize=344124 CPUtime=0 cores=1,3
/proc/32165/task/32270/stat : 32270 (python) S 31884 31884 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886491216 352382976 6585 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 514 18446604471145004096 0 0 -1 3 0 0 0
[pid=32271] ppid=31884 vsize=354620 CPUtime=0 cores=1,3
/proc/32271/stat : 32271 (python) R 31884 31884 31379 0 -1 4202560 841 0 0 0 0 0 0 0 18 0 1 0 886491217 363130880 6539 33554432000 4194304 5683644 140735062646192 18446744073709551615 208080337491 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/32271/statm: 88655 6539 351 364 0 24552 0
[pid=32273] ppid=32271 vsize=421140 CPUtime=0.99 cores=1,3
/proc/32273/stat : 32273 (adaptg2wsat2009) R 32271 32273 32273 0 -1 4202496 1801 0 0 0 99 0 0 0 23 0 1 0 886491217 431247360 1538 33554432000 134512640 135107411 4291562576 18446744073709551615 134523257 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32273/statm: 105285 1538 49 146 0 104161 0
[pid=31884/tid=31892] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/31892/stat : 31892 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886421301 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
[pid=31884/tid=31950] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/31950/stat : 31950 (python) S 31882 31884 31379 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886431320 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
[pid=31884/tid=32012] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32012/stat : 32012 (python) S 31882 31884 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886441240 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
[pid=31884/tid=32030] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32030/stat : 32030 (python) S 31882 31884 31379 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 886451154 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
[pid=31884/tid=32044] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32044/stat : 32044 (python) S 31882 31884 31379 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886461167 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
[pid=31884/tid=32148] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32148/stat : 32148 (python) S 31882 31884 31379 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886471182 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
[pid=31884/tid=32166] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32166/stat : 32166 (python) S 31882 31884 31379 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886481202 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 1 0 0 0
[pid=31884/tid=32272] ppid=31882 vsize=364460 CPUtime=0 cores=1,3
/proc/31884/task/32272/stat : 32272 (python) S 31882 31884 31379 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886491217 373207040 8083 33554432000 4194304 5683644 140735062646192 18446744073709551615 208092055985 0 0 16781312 2 18446604466649641408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 702.91
Current children cumulated vsize (KiB) 7921188

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

Real time (s): 702.865
CPU time (s): 702.91
CPU user time (s): 702.35
CPU system time (s): 0.56
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 7921188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9314
system time used= 0.609907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32301
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= 3696
involuntary context switches= 74

runsolver used 1.37879 second user time and 3.03454 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 01:23:34
IDJOB=3484180
IDBENCH=82691
IDSOLVER=1975
FILE ID=node127/3484180-1307748213
RUNJOBID= node127-1307747008-31399
PBS_JOBID= 13550830
Free space on /tmp= 73996 MiB

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

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

MD5SUM BENCH= aef8bd4e13046b42a5bc777dc56e10de
RANDOM SEED=409621536

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      31023284 kB
Buffers:        270692 kB
Cached:         980720 kB
SwapCached:       9372 kB
Active:        1060400 kB
Inactive:       654976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31023284 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           32756 kB
Writeback:           0 kB
AnonPages:      461496 kB
Mapped:          20744 kB
Slab:           133412 kB
PageTables:      17968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7632364 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= 73964 MiB
End job on node127 at 2011-06-11 01:35:19