Trace number 3484152

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) 703.04 702.864

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S536077088-015-UNKNOWN.cnf
MD5SUM7eb6d5b5c1c99a6b88954b61ac97b4f7
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.29/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.48	c INFO: solving HOME/instance-3484152-1307747810.cnf
0.29/0.48	c INFO: computing task features
0.57/0.74	c INFO: computed variable-clause graph statistics
0.57/0.75	c INFO: computed clause balance statistics
1.88/2.07	c INFO: computed variable balance statistics
2.38/2.59	c INFO: computed small-clause counts
2.38/2.59	c INFO: computed Horn-clause counts
2.48/2.64	c INFO: computed variable graph statistics
2.48/2.64	c INFO: collected features for HOME/instance-3484152-1307747810.cnf in 2.15 s
2.48/2.65	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.38)
102.71/102.85	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
203.02/203.05	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
303.24/303.20	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.36/403.35	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.61/503.51	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
601.93/601.73	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
702.04/701.89	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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-3484152-1307747810/watcher-3484152-1307747810 -o /tmp/evaluation-result-3484152-1307747810/solver-3484152-1307747810 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484152-1307747810.cnf -seed 664127887 -budget 1200 

running on 2 cores: 0,2

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.94 3.75 2.36 5/214 18927
/proc/meminfo: memFree=31849908/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=15184 CPUtime=0 cores=0,2
/proc/18927/stat : 18927 (python) R 18925 18927 18188 0 -1 4202496 680 0 0 0 0 0 0 0 23 0 1 0 886378100 15548416 574 33554432000 4194304 5683644 140735379546288 18446744073709551615 5145920 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18927/statm: 3796 578 321 364 0 283 0

[startup+0.0927571 s]
/proc/loadavg: 3.94 3.75 2.36 5/214 18927
/proc/meminfo: memFree=31849908/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=94176 CPUtime=0.06 cores=0,2
/proc/18927/stat : 18927 (python) R 18925 18927 18188 0 -1 4202496 2751 0 0 0 5 1 0 0 24 0 1 0 886378100 96436224 2461 33554432000 4194304 5683644 140735379546288 18446744073709551615 4566996 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18927/statm: 23544 2470 764 364 0 1676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94176

[startup+0.100745 s]
/proc/loadavg: 3.94 3.75 2.36 5/214 18927
/proc/meminfo: memFree=31849908/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=101748 CPUtime=0.06 cores=0,2
/proc/18927/stat : 18927 (python) R 18925 18927 18188 0 -1 4202496 2918 0 0 0 5 1 0 0 24 0 1 0 886378100 104189952 2614 33554432000 4194304 5683644 140735379546288 18446744073709551615 4994461 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18927/statm: 25437 2617 837 364 0 1737 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101748

[startup+0.303643 s]
/proc/loadavg: 3.94 3.75 2.36 5/214 18927
/proc/meminfo: memFree=31849908/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=157380 CPUtime=0.21 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 6597 931 1 0 16 5 0 0 17 0 1 0 886378100 161157120 4695 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/18927/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157380

[startup+0.700689 s]
/proc/loadavg: 3.94 3.75 2.36 5/214 18927
/proc/meminfo: memFree=31849908/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=288216 CPUtime=0.57 cores=0,2
/proc/18927/stat : 18927 (python) R 18925 18927 18188 0 -1 4202496 11325 931 1 0 50 7 0 0 17 0 1 0 886378100 295133184 8998 33554432000 4194304 5683644 140735379546288 18446744073709551615 47221099420357 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18927/statm: 72054 8999 1761 364 0 7978 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 288216

[startup+1.50054 s]
/proc/loadavg: 3.94 3.75 2.36 5/215 18932
/proc/meminfo: memFree=31817476/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=289492 CPUtime=1.38 cores=0,2
/proc/18927/stat : 18927 (python) R 18925 18927 18188 0 -1 4202496 13891 931 1 0 130 8 0 0 18 0 1 0 886378100 296439808 9758 33554432000 4194304 5683644 140735379546288 18446744073709551615 47221099473344 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/18927/statm: 72373 9758 1826 364 0 8297 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 289492

[startup+3.10018 s]
/proc/loadavg: 3.94 3.75 2.36 5/215 18932
/proc/meminfo: memFree=31817332/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=291928 CPUtime=2.53 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 14204 931 1 0 245 8 0 0 23 0 2 0 886378100 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 72982 7847 1869 364 0 8900 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 291928

[startup+6.30062 s]
/proc/loadavg: 3.94 3.75 2.37 5/218 18935
/proc/meminfo: memFree=31819292/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=291928 CPUtime=2.53 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 14204 931 1 0 245 8 0 0 23 0 2 0 886378100 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 72982 7847 1869 364 0 8900 0
[pid=18933] ppid=18927 vsize=282236 CPUtime=0 cores=0,2
/proc/18933/stat : 18933 (python) S 18927 18927 18188 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 886378366 289009664 6330 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476715023 0 0 16781312 514 4348691637451325700 0 0 17 0 0 0 0
/proc/18933/statm: 70559 6330 355 364 0 6477 0
[pid=18935] ppid=18933 vsize=1020188 CPUtime=3.64 cores=0,2
/proc/18935/stat : 18935 (gnovelty+2) R 18933 18935 18935 0 -1 4202496 1143 0 0 0 364 0 0 0 25 0 1 0 886378366 1044672512 877 33554432000 134512640 135663704 4291274160 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18935/statm: 255047 877 113 282 0 254763 0
[pid=18927/tid=18934] ppid=18925 vsize=291928 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 2 0 886378366 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1594352

[startup+12.7004 s]
/proc/loadavg: 3.95 3.76 2.38 5/218 18935
/proc/meminfo: memFree=31818704/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=291928 CPUtime=2.53 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 14204 931 1 0 245 8 0 0 23 0 2 0 886378100 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 72982 7847 1869 364 0 8900 0
[pid=18933] ppid=18927 vsize=282236 CPUtime=0 cores=0,2
/proc/18933/stat : 18933 (python) S 18927 18927 18188 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 1 0 886378366 289009664 6353 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476715023 0 0 16781312 514 4348691637451325700 0 0 17 0 0 0 0
/proc/18933/statm: 70559 6353 378 364 0 6477 0
[pid=18935] ppid=18933 vsize=1020188 CPUtime=10.03 cores=0,2
/proc/18935/stat : 18935 (gnovelty+2) R 18933 18935 18935 0 -1 4202496 1143 0 0 0 1003 0 0 0 25 0 1 0 886378366 1044672512 877 33554432000 134512640 135663704 4291274160 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18935/statm: 255047 877 113 282 0 254763 0
[pid=18927/tid=18934] ppid=18925 vsize=291928 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 2 0 886378366 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1594352

[startup+25.5009 s]
/proc/loadavg: 3.96 3.77 2.40 5/218 18936
/proc/meminfo: memFree=31819316/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=291928 CPUtime=2.53 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 14204 931 1 0 245 8 0 0 23 0 2 0 886378100 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 72982 7847 1869 364 0 8900 0
[pid=18933] ppid=18927 vsize=282236 CPUtime=0.03 cores=0,2
/proc/18933/stat : 18933 (python) S 18927 18927 18188 0 -1 4202560 869 0 0 0 2 1 0 0 18 0 1 0 886378366 289009664 6353 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476715023 0 0 16781312 514 9353730135443865860 0 0 17 0 0 0 0
/proc/18933/statm: 70559 6353 378 364 0 6477 0
[pid=18935] ppid=18933 vsize=1020188 CPUtime=22.82 cores=0,2
/proc/18935/stat : 18935 (gnovelty+2) R 18933 18935 18935 0 -1 4202496 1143 0 0 0 2282 0 0 0 25 0 1 0 886378366 1044672512 877 33554432000 134512640 135663704 4291274160 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18935/statm: 255047 877 113 282 0 254763 0
[pid=18927/tid=18934] ppid=18925 vsize=291928 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 2 0 886378366 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1594352

[startup+51.101 s]
/proc/loadavg: 4.05 3.80 2.45 5/226 18944
/proc/meminfo: memFree=31805820/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=291928 CPUtime=2.53 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 14204 931 1 0 245 8 0 0 23 0 2 0 886378100 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 72982 7847 1869 364 0 8900 0
[pid=18933] ppid=18927 vsize=282236 CPUtime=0.06 cores=0,2
/proc/18933/stat : 18933 (python) S 18927 18927 18188 0 -1 4202560 882 0 0 0 4 2 0 0 18 0 1 0 886378366 289009664 6353 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476715023 0 0 16781312 514 9353730135443865860 0 0 17 0 0 0 0
/proc/18933/statm: 70559 6353 378 364 0 6477 0
[pid=18935] ppid=18933 vsize=1020188 CPUtime=48.4 cores=0,2
/proc/18935/stat : 18935 (gnovelty+2) R 18933 18935 18935 0 -1 4202496 1143 0 0 0 4840 0 0 0 25 0 1 0 886378366 1044672512 877 33554432000 134512640 135663704 4291274160 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18935/statm: 255047 877 113 282 0 254763 0
[pid=18927/tid=18934] ppid=18925 vsize=291928 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 2 0 886378366 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1594352

[startup+102.307 s]
/proc/loadavg: 4.02 3.83 2.53 5/230 18950
/proc/meminfo: memFree=31799396/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=291928 CPUtime=2.53 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 14204 931 1 0 245 8 0 0 23 0 2 0 886378100 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 72982 7847 1869 364 0 8900 0
[pid=18933] ppid=18927 vsize=282236 CPUtime=0.13 cores=0,2
/proc/18933/stat : 18933 (python) S 18927 18927 18188 0 -1 4202560 903 0 0 0 8 5 0 0 18 0 1 0 886378366 289009664 6353 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476715023 0 0 16781312 514 9353730135443865860 0 0 17 0 0 0 0
/proc/18933/statm: 70559 6353 378 364 0 6477 0
[pid=18935] ppid=18933 vsize=1020188 CPUtime=99.56 cores=0,2
/proc/18935/stat : 18935 (gnovelty+2) R 18933 18935 18935 0 -1 4202496 1143 0 0 0 9956 0 0 0 25 0 1 0 886378366 1044672512 877 33554432000 134512640 135663704 4291274160 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18935/statm: 255047 877 113 282 0 254763 0
[pid=18927/tid=18934] ppid=18925 vsize=291928 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 2 0 886378366 298934272 7847 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 1594352

[startup+162.301 s]
/proc/loadavg: 4.06 3.87 2.62 5/242 18964
/proc/meminfo: memFree=31772064/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=302344 CPUtime=2.54 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 15034 931 1 0 246 8 0 0 19 0 3 0 886378100 309600256 7894 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18927/statm: 75586 7894 1872 364 0 11501 0
[pid=18933] ppid=18927 vsize=292480 CPUtime=0.14 cores=0,2
/proc/18933/stat : 18933 (python) S 18927 18927 18188 0 -1 4202560 1142 0 0 0 8 6 0 0 19 0 2 0 886378366 299499520 6395 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18933/statm: 73120 6395 415 364 0 9038 0
[pid=18935] ppid=18933 vsize=1020188 CPUtime=100.09 cores=0,2
/proc/18935/stat : 18935 (gnovelty+2) T 18933 18935 18935 0 -1 4202496 1143 0 0 0 10009 0 0 0 25 0 1 0 886378366 1044672512 877 33554432000 134512640 135663704 4291274160 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18935/statm: 255047 877 113 282 0 254763 0
[pid=18933/tid=18951] ppid=18927 vsize=292480 CPUtime=0 cores=0,2
/proc/18933/task/18951/stat : 18951 (python) S 18927 18927 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886388385 299499520 6395 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201920 0 0 -1 2 0 0 0
[pid=18952] ppid=18927 vsize=293124 CPUtime=0.07 cores=0,2
/proc/18952/stat : 18952 (python) S 18927 18927 18188 0 -1 4202560 902 0 0 0 5 2 0 0 18 0 1 0 886388386 300158976 6391 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476715078 0 0 16781312 514 9353730135443865860 0 0 17 2 0 0 0
/proc/18952/statm: 73281 6391 372 364 0 9196 0
[pid=18954] ppid=18952 vsize=1020188 CPUtime=59.44 cores=0,2
/proc/18954/stat : 18954 (gnovelty+2) R 18952 18954 18954 0 -1 4202496 1140 0 0 0 5944 0 0 0 25 0 1 0 886388386 1044672512 876 33554432000 134512640 135663704 4287967152 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18954/statm: 255047 876 113 282 0 254763 0
[pid=18927/tid=18934] ppid=18925 vsize=302344 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 3 0 886378366 309600256 7894 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=18953] ppid=18925 vsize=302344 CPUtime=0 cores=0,2
/proc/18927/task/18953/stat : 18953 (python) S 18925 18927 18188 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 3 0 886388386 309600256 7894 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2928324

[startup+222.301 s]
/proc/loadavg: 4.02 3.89 2.71 5/250 18974
/proc/meminfo: memFree=31750724/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=313140 CPUtime=2.54 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 15881 931 1 0 246 8 0 0 19 0 4 0 886378100 320655360 8035 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 78285 8035 1874 364 0 14197 0

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

/proc/18952/statm: 73281 6420 400 364 0 9196 0
[pid=18954] ppid=18952 vsize=1020188 CPUtime=100.18 cores=0,2
/proc/18954/stat : 18954 (gnovelty+2) T 18952 18954 18954 0 -1 4202496 1140 0 0 0 10018 0 0 0 25 0 1 0 886388386 1044672512 876 33554432000 134512640 135663704 4287967152 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18954/statm: 255047 876 113 282 0 254763 0
[pid=18952/tid=18970] ppid=18927 vsize=293124 CPUtime=0 cores=0,2
/proc/18952/task/18970/stat : 18970 (python) S 18927 18927 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886398405 300158976 6420 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453951804736 0 0 -1 0 0 0 0
[pid=18971] ppid=18927 vsize=303064 CPUtime=0.15 cores=0,2
/proc/18971/stat : 18971 (python) S 18927 18927 18188 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886398406 310337536 6559 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18971/statm: 75766 6559 400 364 0 11678 0
[pid=18973] ppid=18971 vsize=421804 CPUtime=100.01 cores=0,2
/proc/18973/stat : 18973 (adaptg2wsat2009) T 18971 18973 18973 0 -1 4202496 2138 0 0 0 10001 0 0 0 25 0 1 0 886398406 431927296 1873 33554432000 134512640 135107411 4290032464 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18973/statm: 105451 1873 59 146 0 104327 0
[pid=18971/tid=19081] ppid=18927 vsize=303064 CPUtime=0 cores=0,2
/proc/18971/task/19081/stat : 19081 (python) S 18927 18927 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886408420 310337536 6559 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453929700352 0 0 -1 2 0 0 0
[pid=19082] ppid=18927 vsize=313412 CPUtime=0.14 cores=0,2
/proc/19082/stat : 19082 (python) S 18927 18927 18188 0 -1 4202560 1083 0 0 0 6 8 0 0 19 0 2 0 886408421 320933888 6563 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19082/statm: 78353 6563 400 364 0 14262 0
[pid=19084] ppid=19082 vsize=421804 CPUtime=100.01 cores=0,2
/proc/19084/stat : 19084 (adaptg2wsat2009) T 19082 19084 19084 0 -1 4202496 2136 0 0 0 10001 0 0 0 25 0 1 0 886408422 431927296 1872 33554432000 134512640 135107411 4291090288 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19084/statm: 105451 1872 59 146 0 104327 0
[pid=19082/tid=19100] ppid=18927 vsize=313412 CPUtime=0 cores=0,2
/proc/19082/task/19100/stat : 19100 (python) S 18927 18927 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886418435 320933888 6563 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453896021312 0 0 -1 2 0 0 0
[pid=19101] ppid=18927 vsize=323612 CPUtime=0.15 cores=0,2
/proc/19101/stat : 19101 (python) S 18927 18927 18188 0 -1 4202560 1073 0 0 0 8 7 0 0 19 0 2 0 886418436 331378688 6567 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19101/statm: 80903 6567 400 364 0 16809 0
[pid=19103] ppid=19101 vsize=421804 CPUtime=100.05 cores=0,2
/proc/19103/stat : 19103 (adaptg2wsat2009) T 19101 19103 19103 0 -1 4202496 2136 0 0 0 10005 0 0 0 25 0 1 0 886418436 431927296 1872 33554432000 134512640 135107411 4287121232 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19103/statm: 105451 1872 59 146 0 104327 0
[pid=19101/tid=19118] ppid=18927 vsize=323612 CPUtime=0 cores=0,2
/proc/19101/task/19118/stat : 19118 (python) S 18927 18927 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886428451 331378688 6567 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604440278876416 0 0 -1 2 0 0 0
[pid=19119] ppid=18927 vsize=333976 CPUtime=0.14 cores=0,2
/proc/19119/stat : 19119 (python) S 18927 18927 18188 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 886428452 341991424 6571 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19119/statm: 83494 6571 400 364 0 19397 0
[pid=19121] ppid=19119 vsize=1020188 CPUtime=98.2 cores=0,2
/proc/19121/stat : 19121 (gnovelty+2) T 19119 19121 19121 0 -1 4202496 1136 0 0 0 9820 0 0 0 25 0 1 0 886428452 1044672512 877 33554432000 134512640 135663704 4287354880 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19121/statm: 255047 877 113 282 0 254763 0
[pid=19119/tid=19131] ppid=18927 vsize=333976 CPUtime=0 cores=0,2
/proc/19119/task/19131/stat : 19131 (python) S 18927 18927 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886438273 341991424 6571 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453941802816 0 0 -1 2 0 0 0
[pid=19132] ppid=18927 vsize=409880 CPUtime=0.16 cores=0,2
/proc/19132/stat : 19132 (python) S 18927 18927 18188 0 -1 4202560 1081 0 0 0 9 7 0 0 18 0 2 0 886438274 419717120 6576 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19132/statm: 102470 6576 400 364 0 38370 0
[pid=19134] ppid=19132 vsize=251296 CPUtime=99.99 cores=0,2
/proc/19134/stat : 19134 (FH) T 19132 19134 19134 0 -1 4202496 1958 0 0 0 9999 0 0 0 25 0 1 0 886438274 257327104 1694 33554432000 134512640 134936988 4291332112 18446744073709551615 134555005 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19134/statm: 62824 1694 41 104 0 62328 0
[pid=18927/tid=18934] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 9 0 886378366 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=18953] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/18953/stat : 18953 (python) S 18925 18927 18188 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 886388386 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 2 0 0 0
[pid=18927/tid=18972] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/18972/stat : 18972 (python) S 18925 18927 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 886398406 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=19083] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19083/stat : 19083 (python) S 18925 18927 18188 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 886408422 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=19102] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19102/stat : 19102 (python) S 18925 18927 18188 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886418436 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=19120] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19120/stat : 19120 (python) S 18925 18927 18188 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 886428452 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 2 0 0 0
[pid=18927/tid=19133] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19133/stat : 19133 (python) S 18925 18927 18188 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886438274 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.13
Current children cumulated vsize (KiB) 7211240



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 3.97 3.96 3.21 6/251 19240
/proc/meminfo: memFree=31530344/32950928 swapFree=67055428/67111528
[pid=18927] ppid=18925 vsize=364420 CPUtime=2.6 cores=0,2
/proc/18927/stat : 18927 (python) S 18925 18927 18188 0 -1 4202496 20177 931 1 0 250 10 0 0 20 0 9 0 886378100 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18927/statm: 91105 8073 1892 364 0 27002 0
[pid=18933] ppid=18927 vsize=292480 CPUtime=0.14 cores=0,2
/proc/18933/stat : 18933 (python) S 18927 18927 18188 0 -1 4202560 1142 0 0 0 8 6 0 0 19 0 2 0 886378366 299499520 6395 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18933/statm: 73120 6395 415 364 0 9038 0
[pid=18935] ppid=18933 vsize=1020188 CPUtime=100.09 cores=0,2
/proc/18935/stat : 18935 (gnovelty+2) T 18933 18935 18935 0 -1 4202496 1143 0 0 0 10009 0 0 0 25 0 1 0 886378366 1044672512 877 33554432000 134512640 135663704 4291274160 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18935/statm: 255047 877 113 282 0 254763 0
[pid=18933/tid=18951] ppid=18927 vsize=292480 CPUtime=0 cores=0,2
/proc/18933/task/18951/stat : 18951 (python) S 18927 18927 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886388385 299499520 6395 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453925201920 0 0 -1 2 0 0 0
[pid=18952] ppid=18927 vsize=293124 CPUtime=0.12 cores=0,2
/proc/18952/stat : 18952 (python) S 18927 18927 18188 0 -1 4202560 1072 0 0 0 7 5 0 0 19 0 2 0 886388386 300158976 6420 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18952/statm: 73281 6420 400 364 0 9196 0
[pid=18954] ppid=18952 vsize=1020188 CPUtime=100.18 cores=0,2
/proc/18954/stat : 18954 (gnovelty+2) T 18952 18954 18954 0 -1 4202496 1140 0 0 0 10018 0 0 0 25 0 1 0 886388386 1044672512 876 33554432000 134512640 135663704 4287967152 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18954/statm: 255047 876 113 282 0 254763 0
[pid=18952/tid=18970] ppid=18927 vsize=293124 CPUtime=0 cores=0,2
/proc/18952/task/18970/stat : 18970 (python) S 18927 18927 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886398405 300158976 6420 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453951804736 0 0 -1 0 0 0 0
[pid=18971] ppid=18927 vsize=303064 CPUtime=0.15 cores=0,2
/proc/18971/stat : 18971 (python) S 18927 18927 18188 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 886398406 310337536 6559 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18971/statm: 75766 6559 400 364 0 11678 0
[pid=18973] ppid=18971 vsize=421804 CPUtime=100.01 cores=0,2
/proc/18973/stat : 18973 (adaptg2wsat2009) T 18971 18973 18973 0 -1 4202496 2138 0 0 0 10001 0 0 0 25 0 1 0 886398406 431927296 1873 33554432000 134512640 135107411 4290032464 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18973/statm: 105451 1873 59 146 0 104327 0
[pid=18971/tid=19081] ppid=18927 vsize=303064 CPUtime=0 cores=0,2
/proc/18971/task/19081/stat : 19081 (python) S 18927 18927 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886408420 310337536 6559 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453929700352 0 0 -1 2 0 0 0
[pid=19082] ppid=18927 vsize=313412 CPUtime=0.14 cores=0,2
/proc/19082/stat : 19082 (python) S 18927 18927 18188 0 -1 4202560 1083 0 0 0 6 8 0 0 19 0 2 0 886408421 320933888 6563 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19082/statm: 78353 6563 400 364 0 14262 0
[pid=19084] ppid=19082 vsize=421804 CPUtime=100.01 cores=0,2
/proc/19084/stat : 19084 (adaptg2wsat2009) T 19082 19084 19084 0 -1 4202496 2136 0 0 0 10001 0 0 0 25 0 1 0 886408422 431927296 1872 33554432000 134512640 135107411 4291090288 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19084/statm: 105451 1872 59 146 0 104327 0
[pid=19082/tid=19100] ppid=18927 vsize=313412 CPUtime=0 cores=0,2
/proc/19082/task/19100/stat : 19100 (python) S 18927 18927 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886418435 320933888 6563 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453896021312 0 0 -1 2 0 0 0
[pid=19101] ppid=18927 vsize=323612 CPUtime=0.15 cores=0,2
/proc/19101/stat : 19101 (python) S 18927 18927 18188 0 -1 4202560 1073 0 0 0 8 7 0 0 19 0 2 0 886418436 331378688 6567 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19101/statm: 80903 6567 400 364 0 16809 0
[pid=19103] ppid=19101 vsize=421804 CPUtime=100.05 cores=0,2
/proc/19103/stat : 19103 (adaptg2wsat2009) T 19101 19103 19103 0 -1 4202496 2136 0 0 0 10005 0 0 0 25 0 1 0 886418436 431927296 1872 33554432000 134512640 135107411 4287121232 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19103/statm: 105451 1872 59 146 0 104327 0
[pid=19101/tid=19118] ppid=18927 vsize=323612 CPUtime=0 cores=0,2
/proc/19101/task/19118/stat : 19118 (python) S 18927 18927 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886428451 331378688 6567 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604440278876416 0 0 -1 2 0 0 0
[pid=19119] ppid=18927 vsize=333976 CPUtime=0.14 cores=0,2
/proc/19119/stat : 19119 (python) S 18927 18927 18188 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 886428452 341991424 6571 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/19119/statm: 83494 6571 400 364 0 19397 0
[pid=19121] ppid=19119 vsize=1020188 CPUtime=98.2 cores=0,2
/proc/19121/stat : 19121 (gnovelty+2) T 19119 19121 19121 0 -1 4202496 1136 0 0 0 9820 0 0 0 25 0 1 0 886428452 1044672512 877 33554432000 134512640 135663704 4287354880 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/19121/statm: 255047 877 113 282 0 254763 0
[pid=19119/tid=19131] ppid=18927 vsize=333976 CPUtime=0 cores=0,2
/proc/19119/task/19131/stat : 19131 (python) S 18927 18927 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886438273 341991424 6571 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453941802816 0 0 -1 2 0 0 0
[pid=19132] ppid=18927 vsize=409880 CPUtime=0.16 cores=0,2
/proc/19132/stat : 19132 (python) S 18927 18927 18188 0 -1 4202560 1081 0 0 0 9 7 0 0 18 0 2 0 886438274 419717120 6576 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/19132/statm: 102470 6576 400 364 0 38370 0
[pid=19134] ppid=19132 vsize=251296 CPUtime=99.99 cores=0,2
/proc/19134/stat : 19134 (FH) T 19132 19134 19134 0 -1 4202496 1958 0 0 0 9999 0 0 0 25 0 1 0 886438274 257327104 1694 33554432000 134512640 134936988 4291332112 18446744073709551615 134555005 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/19134/statm: 62824 1694 41 104 0 62328 0
[pid=19132/tid=19237] ppid=18927 vsize=409880 CPUtime=0 cores=0,2
/proc/19132/task/19237/stat : 19237 (python) S 18927 18927 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886448289 419717120 6576 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 514 18446604453929699456 0 0 -1 2 0 0 0
[pid=19238] ppid=18927 vsize=354484 CPUtime=0 cores=0,2
/proc/19238/stat : 19238 (python) S 18927 18927 18188 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 886448290 362991616 6529 33554432000 4194304 5683644 140735379546288 18446744073709551615 239476715078 0 0 16781312 514 4606953999554314239 0 0 17 2 0 0 0
/proc/19238/statm: 88621 6529 351 364 0 24518 0
[pid=19240] ppid=19238 vsize=421140 CPUtime=0.91 cores=0,2
/proc/19240/stat : 19240 (adaptg2wsat2009) R 19238 19240 19240 0 -1 4202496 1805 0 0 0 91 0 0 0 23 0 1 0 886448290 431247360 1538 33554432000 134512640 135107411 4287425840 18446744073709551615 134523448 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/19240/statm: 105285 1538 49 146 0 104161 0
[pid=18927/tid=18934] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/18934/stat : 18934 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 9 0 886378366 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=18953] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/18953/stat : 18953 (python) S 18925 18927 18188 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 886388386 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 2 0 0 0
[pid=18927/tid=18972] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/18972/stat : 18972 (python) S 18925 18927 18188 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 886398406 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=19083] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19083/stat : 19083 (python) S 18925 18927 18188 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 886408422 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=19102] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19102/stat : 19102 (python) S 18925 18927 18188 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886418436 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=19120] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19120/stat : 19120 (python) S 18925 18927 18188 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 886428452 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 2 0 0 0
[pid=18927/tid=19133] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19133/stat : 19133 (python) S 18925 18927 18188 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886438274 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 0 0 0 0
[pid=18927/tid=19239] ppid=18925 vsize=364420 CPUtime=0 cores=0,2
/proc/18927/task/19239/stat : 19239 (python) S 18925 18927 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886448290 373166080 8073 33554432000 4194304 5683644 140735379546288 18446744073709551615 239488518577 0 0 16781312 2 18446604453928825152 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 703.04
Current children cumulated vsize (KiB) 7986864

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

Real time (s): 702.864
CPU time (s): 703.04
CPU user time (s): 702.47
CPU system time (s): 0.57
CPU usage (%): 100.025
Max. virtual memory (cumulated for all children) (KiB): 7986864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.51862
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= 21584
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= 1018
involuntary context switches= 31

runsolver used 1.53877 second user time and 2.89556 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:16:50
IDJOB=3484152
IDBENCH=82663
IDSOLVER=1975
FILE ID=node148/3484152-1307747810
RUNJOBID= node148-1307746987-18206
PBS_JOBID= 13550812
Free space on /tmp= 73948 MiB

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

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

MD5SUM BENCH= 7eb6d5b5c1c99a6b88954b61ac97b4f7
RANDOM SEED=664127887

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31850436 kB
Buffers:         94148 kB
Cached:         709132 kB
SwapCached:       8824 kB
Active:         487600 kB
Inactive:       457260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31850436 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           43572 kB
Writeback:          12 kB
AnonPages:      140176 kB
Mapped:          20784 kB
Slab:            83028 kB
PageTables:      11364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6043388 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= 73912 MiB
End job on node148 at 2011-06-11 01:28:35