Trace number 3377229

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 705.36 707.279

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
MD5SUMf6b9ddbb2d1027fc4cfe1e8c2d86f4e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.86/2.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.86/2.70	c INFO: solving HOME/instance-3377229-1305451457.cnf
0.86/2.70	c INFO: computing task features
0.86/2.77	c INFO: computed variable-clause graph statistics
0.86/2.77	c INFO: computed clause balance statistics
1.66/3.53	c INFO: computed variable balance statistics
2.06/3.95	c INFO: computed small-clause counts
2.06/3.96	c INFO: computed Horn-clause counts
2.06/3.99	c INFO: computed variable graph statistics
2.06/3.99	c INFO: collected features for HOME/instance-3377229-1305451457.cnf in 1.37 s
2.16/4.00	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.38/104.31	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.68/204.62	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.98/304.91	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.28/405.20	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
503.60/505.50	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.90/605.84	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.04)
704.26/706.15	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.07 3.79 3.69 4/366 6133
/proc/meminfo: memFree=23600552/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=15380 CPUtime=0 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 809 0 0 0 0 0 0 0 17 0 1 0 656746096 15749120 696 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/6133/statm: 3845 696 334 364 0 332 0

[startup+0.0654749 s]
/proc/loadavg: 3.07 3.79 3.69 4/366 6133
/proc/meminfo: memFree=23600552/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=18884 CPUtime=0.02 cores=1,3
/proc/6133/stat : 6133 (python) D 6131 6133 5445 0 -1 4202496 1257 0 1 0 1 1 0 0 17 0 1 0 656746096 19337216 1113 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640855397 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6133/statm: 4721 1113 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.10049 s]
/proc/loadavg: 3.07 3.79 3.69 4/366 6133
/proc/meminfo: memFree=23600552/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=23184 CPUtime=0.03 cores=1,3
/proc/6133/stat : 6133 (python) D 6131 6133 5445 0 -1 4202496 1320 0 3 0 2 1 0 0 17 0 1 0 656746096 23740416 1173 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6133/statm: 5796 1173 432 364 0 723 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23184

[startup+0.300433 s]
/proc/loadavg: 3.07 3.79 3.69 4/366 6133
/proc/meminfo: memFree=23600552/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=54536 CPUtime=0.1 cores=1,3
/proc/6133/stat : 6133 (python) D 6131 6133 5445 0 -1 4202496 2045 0 10 0 4 6 0 0 17 0 1 0 656746096 55844864 1814 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 1 0 0 1
/proc/6133/statm: 13634 1814 492 364 0 1284 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 54536

[startup+0.700336 s]
/proc/loadavg: 3.07 3.79 3.69 4/366 6133
/proc/meminfo: memFree=23600552/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=116324 CPUtime=0.24 cores=1,3
/proc/6133/stat : 6133 (python) R 6131 6133 5445 0 -1 4202496 3760 0 21 0 9 15 0 0 16 0 1 0 656746096 119115776 3419 33554432000 4194304 5683644 140733765825600 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/6133/statm: 29081 3422 895 364 0 2582 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 116324

[startup+1.50021 s]
/proc/loadavg: 3.07 3.79 3.69 3/371 6155
/proc/meminfo: memFree=23519492/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=187740 CPUtime=0.53 cores=1,3
/proc/6133/stat : 6133 (python) D 6131 6133 5445 0 -1 4202496 6727 924 43 8 19 34 0 0 16 0 1 0 656746096 192245760 4827 33554432000 4194304 5683644 140733765825600 18446744073709551615 253635940035 0 0 16781312 2 18446744071562154983 0 0 17 1 0 0 14
/proc/6133/statm: 46935 4827 1349 364 0 3723 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 187740

[startup+3.10091 s]
/proc/loadavg: 2.98 3.76 3.68 2/371 6155
/proc/meminfo: memFree=23480108/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=287580 CPUtime=1.26 cores=1,3
/proc/6133/stat : 6133 (python) R 6131 6133 5445 0 -1 4202496 12615 924 76 8 80 46 0 0 16 0 1 0 656746096 294481920 9280 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640519648 0 0 16781312 2 0 0 0 17 1 0 0 42
/proc/6133/statm: 71895 9280 1826 364 0 7819 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 287580
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 2.98 3.76 3.68 4/374 6165
/proc/meminfo: memFree=23442908/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=292808 CPUtime=2.17 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 12918 924 76 8 170 47 0 0 19 0 2 0 656746096 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 42
/proc/6133/statm: 73202 8107 1877 364 0 9120 0
[pid=6162] ppid=6133 vsize=283508 CPUtime=0 cores=1,3
/proc/6162/stat : 6162 (python) S 6133 6133 5445 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656746497 290312192 6582 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879631 0 0 16781312 514 3058782803773587718 0 0 17 1 0 0 0
/proc/6162/statm: 70877 6582 355 364 0 6795 0
[pid=6164] ppid=6162 vsize=1018996 CPUtime=2.26 cores=1,3
/proc/6164/stat : 6164 (gnovelty+2) R 6162 6164 6164 0 -1 4202496 965 0 0 0 226 0 0 0 25 0 1 0 656746497 1043451904 697 33554432000 134512640 135663704 4286577568 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/6164/statm: 254749 697 113 282 0 254465 0
[pid=6133/tid=6163] ppid=6131 vsize=292808 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 2 0 656746497 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 1595312
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 3.29 3.80 3.70 5/380 6199
/proc/meminfo: memFree=23357380/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=292808 CPUtime=2.17 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 12918 924 76 8 170 47 0 0 19 0 2 0 656746096 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 42
/proc/6133/statm: 73202 8107 1877 364 0 9120 0
[pid=6162] ppid=6133 vsize=283508 CPUtime=0.01 cores=1,3
/proc/6162/stat : 6162 (python) S 6133 6133 5445 0 -1 4202560 982 0 0 0 1 0 0 0 18 0 1 0 656746497 290312192 6610 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879631 0 0 16781312 514 3058782803773587718 0 0 17 1 0 0 0
/proc/6162/statm: 70877 6610 383 364 0 6795 0
[pid=6164] ppid=6162 vsize=1018996 CPUtime=8.6 cores=1,3
/proc/6164/stat : 6164 (gnovelty+2) R 6162 6164 6164 0 -1 4202496 965 0 0 0 860 0 0 0 25 0 1 0 656746497 1043451904 697 33554432000 134512640 135663704 4286577568 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6164/statm: 254749 697 113 282 0 254465 0
[pid=6133/tid=6163] ppid=6131 vsize=292808 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 2 0 656746497 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 1595312

[startup+25.5008 s]
/proc/loadavg: 3.40 3.80 3.70 5/383 6202
/proc/meminfo: memFree=23326720/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=292808 CPUtime=2.17 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 12918 924 76 8 170 47 0 0 19 0 2 0 656746096 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 42
/proc/6133/statm: 73202 8107 1877 364 0 9120 0
[pid=6162] ppid=6133 vsize=283508 CPUtime=0.04 cores=1,3
/proc/6162/stat : 6162 (python) S 6133 6133 5445 0 -1 4202560 986 0 0 0 2 2 0 0 18 0 1 0 656746497 290312192 6610 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879631 0 0 16781312 514 6339643308268028166 0 0 17 1 0 0 0
/proc/6162/statm: 70877 6610 383 364 0 6795 0
[pid=6164] ppid=6162 vsize=1018996 CPUtime=21.36 cores=1,3
/proc/6164/stat : 6164 (gnovelty+2) R 6162 6164 6164 0 -1 4202496 965 0 0 0 2136 0 0 0 25 0 1 0 656746497 1043451904 697 33554432000 134512640 135663704 4286577568 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6164/statm: 254749 697 113 282 0 254465 0
[pid=6133/tid=6163] ppid=6131 vsize=292808 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 2 0 656746497 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.57
Current children cumulated vsize (KiB) 1595312

[startup+51.1012 s]
/proc/loadavg: 3.60 3.82 3.71 5/383 6203
/proc/meminfo: memFree=23327604/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=292808 CPUtime=2.17 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 12918 924 76 8 170 47 0 0 19 0 2 0 656746096 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 42
/proc/6133/statm: 73202 8107 1877 364 0 9120 0
[pid=6162] ppid=6133 vsize=283508 CPUtime=0.12 cores=1,3
/proc/6162/stat : 6162 (python) S 6133 6133 5445 0 -1 4202560 1002 0 0 0 6 6 0 0 18 0 1 0 656746497 290312192 6610 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879631 0 0 16781312 514 6339643308268028166 0 0 17 1 0 0 0
/proc/6162/statm: 70877 6610 383 364 0 6795 0
[pid=6164] ppid=6162 vsize=1018996 CPUtime=46.9 cores=1,3
/proc/6164/stat : 6164 (gnovelty+2) R 6162 6164 6164 0 -1 4202496 965 0 0 0 4689 1 0 0 25 0 1 0 656746497 1043451904 697 33554432000 134512640 135663704 4286577568 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6164/statm: 254749 697 113 282 0 254465 0
[pid=6133/tid=6163] ppid=6131 vsize=292808 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 2 0 656746497 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.19
Current children cumulated vsize (KiB) 1595312

[startup+102.314 s]
/proc/loadavg: 4.06 3.91 3.74 5/384 6243
/proc/meminfo: memFree=23296204/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=292808 CPUtime=2.17 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 12918 924 76 8 170 47 0 0 19 0 2 0 656746096 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 42
/proc/6133/statm: 73202 8107 1877 364 0 9120 0
[pid=6162] ppid=6133 vsize=283508 CPUtime=0.24 cores=1,3
/proc/6162/stat : 6162 (python) S 6133 6133 5445 0 -1 4202560 1025 0 0 0 12 12 0 0 18 0 1 0 656746497 290312192 6610 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879631 0 0 16781312 514 6339643308268028166 0 0 17 1 0 0 0
/proc/6162/statm: 70877 6610 383 364 0 6795 0
[pid=6164] ppid=6162 vsize=1018996 CPUtime=97.97 cores=1,3
/proc/6164/stat : 6164 (gnovelty+2) R 6162 6164 6164 0 -1 4202496 965 0 0 0 9796 1 0 0 25 0 1 0 656746497 1043451904 697 33554432000 134512640 135663704 4286577568 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6164/statm: 254749 697 113 282 0 254465 0
[pid=6133/tid=6163] ppid=6131 vsize=292808 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 2 0 656746497 299835392 8107 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.38
Current children cumulated vsize (KiB) 1595312

[startup+162.301 s]
/proc/loadavg: 4.02 3.92 3.75 5/391 6323
/proc/meminfo: memFree=23409284/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=303524 CPUtime=2.18 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 13792 924 76 8 171 47 0 0 19 0 3 0 656746096 310808576 8197 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 42
/proc/6133/statm: 75881 8197 1880 364 0 11796 0
[pid=6162] ppid=6133 vsize=293752 CPUtime=0.26 cores=1,3
/proc/6162/stat : 6162 (python) S 6133 6133 5445 0 -1 4202560 1161 0 0 0 13 13 0 0 19 0 2 0 656746497 300802048 6647 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6162/statm: 73438 6647 415 364 0 9356 0
[pid=6164] ppid=6162 vsize=1018996 CPUtime=99.95 cores=1,3
/proc/6164/stat : 6164 (gnovelty+2) T 6162 6164 6164 0 -1 4202496 965 0 0 0 9994 1 0 0 25 0 1 0 656746497 1043451904 697 33554432000 134512640 135663704 4286577568 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6164/statm: 254749 697 113 282 0 254465 0
[pid=6162/tid=6248] ppid=6133 vsize=293752 CPUtime=0 cores=1,3
/proc/6162/task/6248/stat : 6248 (python) S 6133 6133 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656756526 300802048 6647 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604466509773504 0 0 -1 1 0 0 0
[pid=6249] ppid=6133 vsize=293696 CPUtime=0.14 cores=1,3
/proc/6249/stat : 6249 (python) S 6133 6133 5445 0 -1 4202560 906 0 0 0 7 7 0 0 18 0 1 0 656756528 300744704 6686 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879686 0 0 16781312 514 6339643308268028164 0 0 17 1 0 0 0
/proc/6249/statm: 73424 6686 372 364 0 9339 0
[pid=6251] ppid=6249 vsize=1018996 CPUtime=57.83 cores=1,3
/proc/6251/stat : 6251 (gnovelty+2) R 6249 6251 6251 0 -1 4202496 963 0 0 0 5783 0 0 0 25 0 1 0 656756528 1043451904 698 33554432000 134512640 135663704 4291531792 18446744073709551615 134525222 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6251/statm: 254749 698 113 282 0 254465 0
[pid=6133/tid=6163] ppid=6131 vsize=303524 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 3 0 656746497 310808576 8197 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6250] ppid=6131 vsize=303524 CPUtime=0 cores=1,3
/proc/6133/task/6250/stat : 6250 (python) S 6131 6133 5445 0 -1 4202560 26 924 0 8 0 0 0 0 20 0 3 0 656756528 310808576 8197 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.36
Current children cumulated vsize (KiB) 2928964

[startup+222.301 s]
/proc/loadavg: 4.17 3.97 3.78 5/399 6333
/proc/meminfo: memFree=23391060/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=313780 CPUtime=2.19 cores=1,3

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

/proc/6249/statm: 73424 6715 400 364 0 9339 0
[pid=6251] ppid=6249 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/6251/stat : 6251 (gnovelty+2) T 6249 6251 6251 0 -1 4202496 963 0 0 0 10002 0 0 0 25 0 1 0 656756528 1043451904 698 33554432000 134512640 135663704 4291531792 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6251/statm: 254749 698 113 282 0 254465 0
[pid=6249/tid=6329] ppid=6133 vsize=293696 CPUtime=0 cores=1,3
/proc/6249/task/6329/stat : 6329 (python) S 6133 6133 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656766558 300744704 6715 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604454543611776 0 0 -1 3 0 0 0
[pid=6330] ppid=6133 vsize=303952 CPUtime=0.28 cores=1,3
/proc/6330/stat : 6330 (python) S 6133 6133 5445 0 -1 4202560 1092 0 0 0 15 13 0 0 19 0 2 0 656766559 311246848 6719 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6330/statm: 75988 6719 400 364 0 11900 0
[pid=6332] ppid=6330 vsize=421556 CPUtime=100.01 cores=1,3
/proc/6332/stat : 6332 (adaptg2wsat2009) T 6330 6332 6332 0 -1 4202496 2047 0 0 0 10001 0 0 0 25 0 1 0 656766559 431673344 1782 33554432000 134512640 135107411 4289907584 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6332/statm: 105389 1782 59 146 0 104265 0
[pid=6330/tid=6348] ppid=6133 vsize=303952 CPUtime=0 cores=1,3
/proc/6330/task/6348/stat : 6348 (python) S 6133 6133 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656776586 311246848 6719 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604468579619136 0 0 -1 3 0 0 0
[pid=6349] ppid=6133 vsize=314208 CPUtime=0.28 cores=1,3
/proc/6349/stat : 6349 (python) S 6133 6133 5445 0 -1 4202560 1096 0 0 0 13 15 0 0 19 0 2 0 656776587 321748992 6723 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6349/statm: 78552 6723 400 364 0 14461 0
[pid=6351] ppid=6349 vsize=421556 CPUtime=99.99 cores=1,3
/proc/6351/stat : 6351 (adaptg2wsat2009) T 6349 6351 6351 0 -1 4202496 2049 0 0 0 9999 0 0 0 25 0 1 0 656776588 431673344 1783 33554432000 134512640 135107411 4291220000 18446744073709551615 134531500 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6351/statm: 105389 1783 59 146 0 104265 0
[pid=6349/tid=6367] ppid=6133 vsize=314208 CPUtime=0 cores=1,3
/proc/6349/task/6367/stat : 6367 (python) S 6133 6133 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656786615 321748992 6723 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604466509771712 0 0 -1 3 0 0 0
[pid=6368] ppid=6133 vsize=324564 CPUtime=0.29 cores=1,3
/proc/6368/stat : 6368 (python) S 6133 6133 5445 0 -1 4202560 1091 0 0 0 16 13 0 0 19 0 2 0 656786616 332353536 6727 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6368/statm: 81141 6727 400 364 0 17047 0
[pid=6370] ppid=6368 vsize=421556 CPUtime=100.02 cores=1,3
/proc/6370/stat : 6370 (adaptg2wsat2009) T 6368 6370 6370 0 -1 4202496 2048 0 0 0 10002 0 0 0 25 0 1 0 656786617 431673344 1783 33554432000 134512640 135107411 4291240176 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6370/statm: 105389 1783 59 146 0 104265 0
[pid=6368/tid=6385] ppid=6133 vsize=324564 CPUtime=0 cores=1,3
/proc/6368/task/6385/stat : 6385 (python) S 6133 6133 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656796645 332353536 6727 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604465098369216 0 0 -1 3 0 0 0
[pid=6386] ppid=6133 vsize=334828 CPUtime=0.3 cores=1,3
/proc/6386/stat : 6386 (python) S 6133 6133 5445 0 -1 4202560 1100 0 0 0 17 13 0 0 19 0 2 0 656796646 342863872 6739 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6386/statm: 83707 6739 400 364 0 19610 0
[pid=6388] ppid=6386 vsize=1018996 CPUtime=100.04 cores=1,3
/proc/6388/stat : 6388 (gnovelty+2) T 6386 6388 6388 0 -1 4202496 963 0 0 0 10004 0 0 0 25 0 1 0 656796646 1043451904 698 33554432000 134512640 135663704 4291150368 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6388/statm: 254749 698 113 282 0 254465 0
[pid=6386/tid=6404] ppid=6133 vsize=334828 CPUtime=0 cores=1,3
/proc/6386/task/6404/stat : 6404 (python) S 6133 6133 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656806679 342863872 6739 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604457342027904 0 0 -1 3 0 0 0
[pid=6405] ppid=6133 vsize=344976 CPUtime=0.28 cores=1,3
/proc/6405/stat : 6405 (python) S 6133 6133 5445 0 -1 4202560 936 0 0 0 14 14 0 0 18 0 1 0 656806680 353255424 6716 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879686 0 0 16781312 514 6339643308268028168 0 0 17 1 0 0 0
/proc/6405/statm: 86244 6716 372 364 0 22144 0
[pid=6407] ppid=6405 vsize=251288 CPUtime=96.2 cores=1,3
/proc/6407/stat : 6407 (FH) R 6405 6407 6407 0 -1 4202496 1947 0 0 0 9620 0 0 0 25 0 1 0 656806681 257318912 1682 33554432000 134512640 134936988 4289523424 18446744073709551615 134545104 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6407/statm: 62822 1682 41 104 0 62326 0
[pid=6133/tid=6163] ppid=6131 vsize=354804 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 8 0 656746497 363319296 8237 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6250] ppid=6131 vsize=354804 CPUtime=0 cores=1,3
/proc/6133/task/6250/stat : 6250 (python) S 6131 6133 5445 0 -1 4202560 26 924 0 8 0 0 0 0 20 0 8 0 656756528 363319296 8237 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6331] ppid=6131 vsize=354804 CPUtime=0 cores=1,3
/proc/6133/task/6331/stat : 6331 (python) S 6131 6133 5445 0 -1 4202560 27 924 0 8 0 0 0 0 20 0 8 0 656766559 363319296 8237 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6350] ppid=6131 vsize=354804 CPUtime=0 cores=1,3
/proc/6133/task/6350/stat : 6350 (python) S 6131 6133 5445 0 -1 4202560 25 924 0 8 0 0 0 0 20 0 8 0 656776588 363319296 8237 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6369] ppid=6131 vsize=354804 CPUtime=0 cores=1,3
/proc/6133/task/6369/stat : 6369 (python) S 6131 6133 5445 0 -1 4202560 27 924 0 8 0 0 0 0 20 0 8 0 656786617 363319296 8237 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6387] ppid=6131 vsize=354804 CPUtime=0 cores=1,3
/proc/6133/task/6387/stat : 6387 (python) S 6131 6133 5445 0 -1 4202560 32 924 0 8 0 0 0 0 20 0 8 0 656796646 363319296 8237 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6406] ppid=6131 vsize=354804 CPUtime=0 cores=1,3
/proc/6133/task/6406/stat : 6406 (python) S 6131 6133 5445 0 -1 4202560 26 924 0 8 0 0 0 0 20 0 8 0 656806681 363319296 8237 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 700.45
Current children cumulated vsize (KiB) 7137724



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+707.202 s]
/proc/loadavg: 4.13 4.06 3.88 5/453 6427
/proc/meminfo: memFree=23254044/32951124 swapFree=56449224/67111528
[pid=6133] ppid=6131 vsize=365060 CPUtime=2.27 cores=1,3
/proc/6133/stat : 6133 (python) S 6131 6133 5445 0 -1 4202496 19062 924 76 8 179 48 0 0 19 0 9 0 656746096 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 42
/proc/6133/statm: 91265 8243 1892 364 0 27162 0
[pid=6162] ppid=6133 vsize=293752 CPUtime=0.26 cores=1,3
/proc/6162/stat : 6162 (python) S 6133 6133 5445 0 -1 4202560 1161 0 0 0 13 13 0 0 19 0 2 0 656746497 300802048 6647 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6162/statm: 73438 6647 415 364 0 9356 0
[pid=6164] ppid=6162 vsize=1018996 CPUtime=99.95 cores=1,3
/proc/6164/stat : 6164 (gnovelty+2) T 6162 6164 6164 0 -1 4202496 965 0 0 0 9994 1 0 0 25 0 1 0 656746497 1043451904 697 33554432000 134512640 135663704 4286577568 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6164/statm: 254749 697 113 282 0 254465 0
[pid=6162/tid=6248] ppid=6133 vsize=293752 CPUtime=0 cores=1,3
/proc/6162/task/6248/stat : 6248 (python) S 6133 6133 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656756526 300802048 6647 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604466509773504 0 0 -1 1 0 0 0
[pid=6249] ppid=6133 vsize=293696 CPUtime=0.27 cores=1,3
/proc/6249/stat : 6249 (python) S 6133 6133 5445 0 -1 4202560 1079 0 0 0 14 13 0 0 19 0 2 0 656756528 300744704 6715 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6249/statm: 73424 6715 400 364 0 9339 0
[pid=6251] ppid=6249 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/6251/stat : 6251 (gnovelty+2) T 6249 6251 6251 0 -1 4202496 963 0 0 0 10002 0 0 0 25 0 1 0 656756528 1043451904 698 33554432000 134512640 135663704 4291531792 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6251/statm: 254749 698 113 282 0 254465 0
[pid=6249/tid=6329] ppid=6133 vsize=293696 CPUtime=0 cores=1,3
/proc/6249/task/6329/stat : 6329 (python) S 6133 6133 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656766558 300744704 6715 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604454543611776 0 0 -1 3 0 0 0
[pid=6330] ppid=6133 vsize=303952 CPUtime=0.28 cores=1,3
/proc/6330/stat : 6330 (python) S 6133 6133 5445 0 -1 4202560 1092 0 0 0 15 13 0 0 19 0 2 0 656766559 311246848 6719 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6330/statm: 75988 6719 400 364 0 11900 0
[pid=6332] ppid=6330 vsize=421556 CPUtime=100.01 cores=1,3
/proc/6332/stat : 6332 (adaptg2wsat2009) T 6330 6332 6332 0 -1 4202496 2047 0 0 0 10001 0 0 0 25 0 1 0 656766559 431673344 1782 33554432000 134512640 135107411 4289907584 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6332/statm: 105389 1782 59 146 0 104265 0
[pid=6330/tid=6348] ppid=6133 vsize=303952 CPUtime=0 cores=1,3
/proc/6330/task/6348/stat : 6348 (python) S 6133 6133 5445 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656776586 311246848 6719 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604468579619136 0 0 -1 3 0 0 0
[pid=6349] ppid=6133 vsize=314208 CPUtime=0.28 cores=1,3
/proc/6349/stat : 6349 (python) S 6133 6133 5445 0 -1 4202560 1096 0 0 0 13 15 0 0 19 0 2 0 656776587 321748992 6723 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6349/statm: 78552 6723 400 364 0 14461 0
[pid=6351] ppid=6349 vsize=421556 CPUtime=99.99 cores=1,3
/proc/6351/stat : 6351 (adaptg2wsat2009) T 6349 6351 6351 0 -1 4202496 2049 0 0 0 9999 0 0 0 25 0 1 0 656776588 431673344 1783 33554432000 134512640 135107411 4291220000 18446744073709551615 134531500 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6351/statm: 105389 1783 59 146 0 104265 0
[pid=6349/tid=6367] ppid=6133 vsize=314208 CPUtime=0 cores=1,3
/proc/6349/task/6367/stat : 6367 (python) S 6133 6133 5445 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656786615 321748992 6723 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604466509771712 0 0 -1 3 0 0 0
[pid=6368] ppid=6133 vsize=324564 CPUtime=0.29 cores=1,3
/proc/6368/stat : 6368 (python) S 6133 6133 5445 0 -1 4202560 1091 0 0 0 16 13 0 0 19 0 2 0 656786616 332353536 6727 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6368/statm: 81141 6727 400 364 0 17047 0
[pid=6370] ppid=6368 vsize=421556 CPUtime=100.02 cores=1,3
/proc/6370/stat : 6370 (adaptg2wsat2009) T 6368 6370 6370 0 -1 4202496 2048 0 0 0 10002 0 0 0 25 0 1 0 656786617 431673344 1783 33554432000 134512640 135107411 4291240176 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/6370/statm: 105389 1783 59 146 0 104265 0
[pid=6368/tid=6385] ppid=6133 vsize=324564 CPUtime=0 cores=1,3
/proc/6368/task/6385/stat : 6385 (python) S 6133 6133 5445 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656796645 332353536 6727 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604465098369216 0 0 -1 3 0 0 0
[pid=6386] ppid=6133 vsize=334828 CPUtime=0.3 cores=1,3
/proc/6386/stat : 6386 (python) S 6133 6133 5445 0 -1 4202560 1100 0 0 0 17 13 0 0 19 0 2 0 656796646 342863872 6739 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6386/statm: 83707 6739 400 364 0 19610 0
[pid=6388] ppid=6386 vsize=1018996 CPUtime=100.04 cores=1,3
/proc/6388/stat : 6388 (gnovelty+2) T 6386 6388 6388 0 -1 4202496 963 0 0 0 10004 0 0 0 25 0 1 0 656796646 1043451904 698 33554432000 134512640 135663704 4291150368 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6388/statm: 254749 698 113 282 0 254465 0
[pid=6386/tid=6404] ppid=6133 vsize=334828 CPUtime=0 cores=1,3
/proc/6386/task/6404/stat : 6404 (python) S 6133 6133 5445 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656806679 342863872 6739 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604457342027904 0 0 -1 3 0 0 0
[pid=6405] ppid=6133 vsize=344976 CPUtime=0.3 cores=1,3
/proc/6405/stat : 6405 (python) S 6133 6133 5445 0 -1 4202560 1108 0 0 0 15 15 0 0 19 0 2 0 656806680 353255424 6754 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6405/statm: 86244 6754 409 364 0 22144 0
[pid=6407] ppid=6405 vsize=251288 CPUtime=100.03 cores=1,3
/proc/6407/stat : 6407 (FH) T 6405 6407 6407 0 -1 4202496 1947 0 0 0 10003 0 0 0 25 0 1 0 656806681 257318912 1682 33554432000 134512640 134936988 4289523424 18446744073709551615 134554227 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/6407/statm: 62822 1682 41 104 0 62326 0
[pid=6405/tid=6424] ppid=6133 vsize=344976 CPUtime=0 cores=1,3
/proc/6405/task/6424/stat : 6424 (python) S 6133 6133 5445 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656816710 353255424 6754 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 514 18446604465977262208 0 0 -1 1 0 0 0
[pid=6425] ppid=6133 vsize=355840 CPUtime=0 cores=1,3
/proc/6425/stat : 6425 (python) S 6133 6133 5445 0 -1 4202560 800 0 0 0 0 0 0 0 18 0 1 0 656816711 364380160 6703 33554432000 4194304 5683644 140733765825600 18446744073709551615 253640879686 0 0 16781312 514 1633083459431825407 0 0 17 1 0 0 0
/proc/6425/statm: 88960 6703 355 364 0 24857 0
[pid=6427] ppid=6425 vsize=421556 CPUtime=1.05 cores=1,3
/proc/6427/stat : 6427 (adaptg2wsat2009) R 6425 6427 6427 0 -1 4202496 2051 0 0 0 105 0 0 0 24 0 1 0 656816712 431673344 1783 33554432000 134512640 135107411 4291586128 18446744073709551615 134531401 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/6427/statm: 105389 1783 59 146 0 104265 0
[pid=6133/tid=6163] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6163/stat : 6163 (python) S 6131 6133 5445 0 -1 4202560 30 924 0 8 0 0 0 0 19 0 9 0 656746497 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6250] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6250/stat : 6250 (python) S 6131 6133 5445 0 -1 4202560 26 924 0 8 0 0 0 0 20 0 9 0 656756528 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6331] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6331/stat : 6331 (python) S 6131 6133 5445 0 -1 4202560 27 924 0 8 0 0 0 0 20 0 9 0 656766559 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6350] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6350/stat : 6350 (python) S 6131 6133 5445 0 -1 4202560 25 924 0 8 0 0 0 0 20 0 9 0 656776588 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6369] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6369/stat : 6369 (python) S 6131 6133 5445 0 -1 4202560 27 924 0 8 0 0 0 0 20 0 9 0 656786617 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6387] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6387/stat : 6387 (python) S 6131 6133 5445 0 -1 4202560 32 924 0 8 0 0 0 0 20 0 9 0 656796646 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6406] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6406/stat : 6406 (python) S 6131 6133 5445 0 -1 4202560 26 924 0 8 0 0 0 0 20 0 9 0 656806681 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
[pid=6133/tid=6426] ppid=6131 vsize=365060 CPUtime=0 cores=1,3
/proc/6133/task/6426/stat : 6426 (python) S 6131 6133 5445 0 -1 4202560 26 924 0 8 0 0 0 0 20 0 9 0 656816712 373821440 8243 33554432000 4194304 5683644 140733765825600 18446744073709551615 253652683185 0 0 16781312 2 18446604466509772608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 705.36
Current children cumulated vsize (KiB) 7925376

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

Real time (s): 707.279
CPU time (s): 705.36
CPU user time (s): 703.92
CPU system time (s): 1.44
CPU usage (%): 99.7288
Max. virtual memory (cumulated for all children) (KiB): 7925376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79473
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19992
page faults= 84
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50265
involuntary context switches= 52

runsolver used 2.88356 second user time and 6.26605 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 11:24:17
IDJOB=3377229
IDBENCH=82538
IDSOLVER=1857
FILE ID=node106/3377229-1305451457
RUNJOBID= node106-1305451456-6098
PBS_JOBID= 13324871
Free space on /tmp= 73448 MiB

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

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

MD5SUM BENCH= f6b9ddbb2d1027fc4cfe1e8c2d86f4e1
RANDOM SEED=1589858226

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23602380 kB
Buffers:        284556 kB
Cached:        6071236 kB
SwapCached:      27544 kB
Active:         901736 kB
Inactive:      8212040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23602380 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:          112680 kB
Writeback:           0 kB
AnonPages:     2738688 kB
Mapped:          10764 kB
Slab:           121972 kB
PageTables:      48484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75041860 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= 73328 MiB
End job on node106 at 2011-05-15 11:36:06