Trace number 3377334

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) 730.28 709.877

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S817927155-033-UNKNOWN.cnf
MD5SUMbdd02c131ae0dd9fa14ba01f07a63379
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.83/2.60	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.83/2.60	c INFO: solving HOME/instance-3377334-1305452484.cnf
0.83/2.60	c INFO: computing task features
1.02/2.82	c INFO: computed variable-clause graph statistics
1.02/2.83	c INFO: computed clause balance statistics
2.22/4.02	c INFO: computed variable balance statistics
2.63/4.49	c INFO: computed small-clause counts
4.20/6.00	c INFO: computed Horn-clause counts
4.20/6.00	c INFO: computed variable graph statistics
4.20/6.00	c INFO: collected features for HOME/instance-3377334-1305452484.cnf in 1.94 s
4.20/6.00	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
115.76/103.58	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.13)
230.39/210.18	c INFO: running adaptg2wsat2009++@0 for 97 with 2193 remaining (b = 0.08)
327.90/307.49	c INFO: running adaptg2wsat2009++@0 for 97 with 2096 remaining (b = 0.07)
428.22/407.78	c INFO: running adaptg2wsat2009++@0 for 97 with 1996 remaining (b = 0.05)
528.49/508.08	c INFO: running gnovelty+2@0 for 97 with 1896 remaining (b = 0.04)
628.90/608.43	c INFO: running FH@0 for 97 with 1796 remaining (b = 0.03)
729.19/708.72	c INFO: running adaptg2wsat2009++@0 for 97 with 1696 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-3377334-1305452484/watcher-3377334-1305452484 -o /tmp/evaluation-result-3377334-1305452484/solver-3377334-1305452484 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377334-1305452484.cnf -seed 1708626416 -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.69 3.97 3.94 4/367 25635
/proc/meminfo: memFree=21272448/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=15776 CPUtime=0 cores=1,3
/proc/25635/stat : 25635 (python) R 25633 25635 24429 0 -1 4202496 903 0 0 0 0 0 0 0 17 0 1 0 656848033 16154624 784 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25635/statm: 3944 784 346 364 0 431 0

[startup+0.0434511 s]
/proc/loadavg: 3.69 3.97 3.94 4/367 25635
/proc/meminfo: memFree=21272448/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=16536 CPUtime=0.02 cores=1,3
/proc/25635/stat : 25635 (python) D 25633 25635 24429 0 -1 4202496 1190 0 0 0 1 1 0 0 17 0 1 0 656848033 16932864 1050 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25635/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+0.100459 s]
/proc/loadavg: 3.69 3.97 3.94 4/367 25635
/proc/meminfo: memFree=21272448/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=21104 CPUtime=0.04 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 1314 0 1 0 2 2 0 0 17 0 1 0 656848033 21610496 1166 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647142245 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/25635/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21104

[startup+0.300442 s]
/proc/loadavg: 3.69 3.97 3.94 4/367 25635
/proc/meminfo: memFree=21272448/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=50336 CPUtime=0.11 cores=1,3
/proc/25635/stat : 25635 (python) D 25633 25635 24429 0 -1 4202496 2005 0 5 0 4 7 0 0 17 0 1 0 656848033 51544064 1770 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 1 0 0 1
/proc/25635/statm: 12584 1770 480 364 0 1284 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 50336

[startup+0.700388 s]
/proc/loadavg: 3.69 3.97 3.94 4/367 25635
/proc/meminfo: memFree=21272448/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=115428 CPUtime=0.23 cores=1,3
/proc/25635/stat : 25635 (python) R 25633 25635 24429 0 -1 4202496 3576 0 21 0 7 16 0 0 16 0 1 0 656848033 118198272 3237 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/25635/statm: 28857 3237 889 364 0 2358 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 115428

[startup+1.50024 s]
/proc/loadavg: 3.69 3.97 3.94 1/376 25644
/proc/meminfo: memFree=21213416/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=135748 CPUtime=0.45 cores=1,3
/proc/25635/stat : 25635 (python) D 25633 25635 24429 0 -1 4202496 5950 928 26 8 16 29 0 0 17 0 1 0 656848033 139005952 4150 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647142405 0 0 16781312 2 0 0 0 17 1 0 0 13
/proc/25635/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 135748

[startup+3.10094 s]
/proc/loadavg: 3.63 3.95 3.93 5/368 25652
/proc/meminfo: memFree=21182240/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=289488 CPUtime=1.32 cores=1,3
/proc/25635/stat : 25635 (python) R 25633 25635 24429 0 -1 4202496 13934 928 70 8 81 51 0 0 16 0 1 0 656848033 296435712 9757 33554432000 4194304 5683644 140736839244128 18446744073709551615 47464759280452 0 0 16781312 2 0 0 0 17 1 0 0 36
/proc/25635/statm: 72372 9757 1826 364 0 8296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 289488
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 3.63 3.95 3.93 6/377 25696
/proc/meminfo: memFree=21097624/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=291928 CPUtime=2.78 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 14258 928 70 8 226 52 0 0 20 0 2 0 656848033 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 36
/proc/25635/statm: 72982 7855 1877 364 0 8900 0
[pid=25694] ppid=25635 vsize=282236 CPUtime=0 cores=1,3
/proc/25694/stat : 25694 (python) S 25635 25635 24429 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656848488 289009664 6330 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647166479 0 0 16781312 514 15325134359480992007 0 0 17 1 0 0 0
/proc/25694/statm: 70559 6330 355 364 0 6477 0
[pid=25696] ppid=25694 vsize=1020188 CPUtime=1.72 cores=1,3
/proc/25696/stat : 25696 (gnovelty+2) R 25694 25696 25696 0 -1 4202496 1143 0 0 0 172 0 0 0 25 0 1 0 656848488 1044672512 876 33554432000 134512640 135663704 4293360192 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25696/statm: 255047 876 113 282 0 254763 0
[pid=25635/tid=25695] ppid=25633 vsize=291928 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656848488 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1594352
heavy processes:

[startup+15.6758 s]
/proc/loadavg: 4.69 4.17 4.00 7/380 25700
/proc/meminfo: memFree=21094728/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=291928 CPUtime=2.78 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 14258 928 70 8 226 52 0 0 20 0 2 0 656848033 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 36
/proc/25635/statm: 72982 7855 1877 364 0 8900 0
[pid=25694] ppid=25635 vsize=282236 CPUtime=2.88 cores=1,3
/proc/25694/stat : 25694 (python) R 25635 25635 24429 0 -1 4202560 964 0 0 0 166 122 0 0 20 0 1 0 656848488 289009664 6352 33554432000 4194304 5683644 140736839244128 18446744073709551615 210646783328 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25694/statm: 70559 6352 377 364 0 6477 0
[pid=25696] ppid=25694 vsize=1020188 CPUtime=11.08 cores=1,3
/proc/25696/stat : 25696 (gnovelty+2) R 25694 25696 25696 0 -1 4202496 1143 0 0 0 1108 0 0 0 25 0 1 0 656848488 1044672512 876 33554432000 134512640 135663704 4293360192 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25696/statm: 255047 876 113 282 0 254763 0
[pid=25635/tid=25695] ppid=25633 vsize=291928 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656848488 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.74
Current children cumulated vsize (KiB) 1594352

[startup+25.5011 s]
/proc/loadavg: 5.51 4.36 4.06 6/380 25700
/proc/meminfo: memFree=21091216/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=291928 CPUtime=2.78 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 14258 928 70 8 226 52 0 0 20 0 2 0 656848033 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 36
/proc/25635/statm: 72982 7855 1877 364 0 8900 0
[pid=25694] ppid=25635 vsize=282236 CPUtime=6.9 cores=1,3
/proc/25694/stat : 25694 (python) R 25635 25635 24429 0 -1 4202560 964 0 0 0 408 282 0 0 25 0 1 0 656848488 289009664 6352 33554432000 4194304 5683644 140736839244128 18446744073709551615 4960279 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25694/statm: 70559 6352 377 364 0 6477 0
[pid=25696] ppid=25694 vsize=1020188 CPUtime=20.79 cores=1,3
/proc/25696/stat : 25696 (gnovelty+2) R 25694 25696 25696 0 -1 4202496 1143 0 0 0 2079 0 0 0 25 0 1 0 656848488 1044672512 876 33554432000 134512640 135663704 4293360192 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25696/statm: 255047 876 113 282 0 254763 0
[pid=25635/tid=25695] ppid=25633 vsize=291928 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656848488 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 30.47
Current children cumulated vsize (KiB) 1594352

[startup+51.1009 s]
/proc/loadavg: 6.04 4.58 4.15 5/380 25700
/proc/meminfo: memFree=21095444/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=291928 CPUtime=2.78 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 14258 928 70 8 226 52 0 0 20 0 2 0 656848033 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 36
/proc/25635/statm: 72982 7855 1877 364 0 8900 0
[pid=25694] ppid=25635 vsize=282236 CPUtime=14.47 cores=1,3
/proc/25694/stat : 25694 (python) S 25635 25635 24429 0 -1 4202560 983 0 0 0 850 597 0 0 18 0 1 0 656848488 289009664 6358 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647166479 0 0 16781312 514 4389355971198025991 0 0 17 1 0 0 0
/proc/25694/statm: 70559 6358 383 364 0 6477 0
[pid=25696] ppid=25694 vsize=1020188 CPUtime=46.09 cores=1,3
/proc/25696/stat : 25696 (gnovelty+2) R 25694 25696 25696 0 -1 4202496 1143 0 0 0 4609 0 0 0 25 0 1 0 656848488 1044672512 876 33554432000 134512640 135663704 4293360192 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25696/statm: 255047 876 113 282 0 254763 0
[pid=25635/tid=25695] ppid=25633 vsize=291928 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656848488 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.34
Current children cumulated vsize (KiB) 1594352

[startup+102.3 s]
/proc/loadavg: 4.96 4.52 4.15 5/380 25702
/proc/meminfo: memFree=21093272/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=291928 CPUtime=2.78 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 14258 928 70 8 226 52 0 0 20 0 2 0 656848033 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 36
/proc/25635/statm: 72982 7855 1877 364 0 8900 0
[pid=25694] ppid=25635 vsize=282236 CPUtime=14.6 cores=1,3
/proc/25694/stat : 25694 (python) S 25635 25635 24429 0 -1 4202560 1005 0 0 0 856 604 0 0 18 0 1 0 656848488 289009664 6358 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647166479 0 0 16781312 514 4389355971198025991 0 0 17 1 0 0 0
/proc/25694/statm: 70559 6358 383 364 0 6477 0
[pid=25696] ppid=25694 vsize=1020188 CPUtime=97.18 cores=1,3
/proc/25696/stat : 25696 (gnovelty+2) R 25694 25696 25696 0 -1 4202496 1143 0 0 0 9716 2 0 0 25 0 1 0 656848488 1044672512 876 33554432000 134512640 135663704 4293360192 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25696/statm: 255047 876 113 282 0 254763 0
[pid=25635/tid=25695] ppid=25633 vsize=291928 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 2 0 656848488 298934272 7855 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 114.56
Current children cumulated vsize (KiB) 1594352

[startup+162.301 s]
/proc/loadavg: 4.61 4.51 4.17 5/392 25754
/proc/meminfo: memFree=21037888/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=302320 CPUtime=2.79 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 15121 928 70 8 227 52 0 0 20 0 3 0 656848033 309575680 7913 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 36
/proc/25635/statm: 75580 7913 1880 364 0 11495 0
[pid=25694] ppid=25635 vsize=292480 CPUtime=14.61 cores=1,3
/proc/25694/stat : 25694 (python) S 25635 25635 24429 0 -1 4202560 1143 0 0 0 857 604 0 0 19 0 2 0 656848488 299499520 6395 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25694/statm: 73120 6395 415 364 0 9038 0
[pid=25696] ppid=25694 vsize=1020188 CPUtime=98.43 cores=1,3
/proc/25696/stat : 25696 (gnovelty+2) T 25694 25696 25696 0 -1 4202496 1143 0 0 0 9841 2 0 0 25 0 1 0 656848488 1044672512 876 33554432000 134512640 135663704 4293360192 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25696/statm: 255047 876 113 282 0 254763 0
[pid=25694/tid=25703] ppid=25635 vsize=292480 CPUtime=0 cores=1,3
/proc/25694/task/25703/stat : 25703 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656858390 299499520 6395 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604460775821440 0 0 -1 3 0 0 0
[pid=25704] ppid=25635 vsize=293168 CPUtime=4.21 cores=1,3
/proc/25704/stat : 25704 (python) S 25635 25635 24429 0 -1 4202560 916 0 0 0 263 158 0 0 18 0 1 0 656858391 300204032 6402 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647166534 0 0 16781312 514 4389355971198025992 0 0 17 1 0 0 0
/proc/25704/statm: 73292 6402 372 364 0 9207 0
[pid=25706] ppid=25704 vsize=1020188 CPUtime=58.36 cores=1,3
/proc/25706/stat : 25706 (gnovelty+2) R 25704 25706 25706 0 -1 4202496 1141 0 0 0 5834 2 0 0 25 0 1 0 656858391 1044672512 877 33554432000 134512640 135663704 4292576928 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25706/statm: 255047 877 113 282 0 254763 0
[pid=25635/tid=25695] ppid=25633 vsize=302320 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 3 0 656848488 309575680 7913 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25705] ppid=25633 vsize=302320 CPUtime=0 cores=1,3
/proc/25635/task/25705/stat : 25705 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 3 0 656858391 309575680 7913 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 178.4
Current children cumulated vsize (KiB) 2928344

[startup+222.301 s]
/proc/loadavg: 4.58 4.51 4.19 5/404 25803
/proc/meminfo: memFree=20989572/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=313184 CPUtime=2.8 cores=1,3

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

/proc/25704/statm: 73292 6431 400 364 0 9207 0
[pid=25706] ppid=25704 vsize=1020188 CPUtime=105.94 cores=1,3
/proc/25706/stat : 25706 (gnovelty+2) T 25704 25706 25706 0 -1 4202496 1141 0 0 0 10591 3 0 0 25 0 1 0 656858391 1044672512 877 33554432000 134512640 135663704 4292576928 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25706/statm: 255047 877 113 282 0 254763 0
[pid=25704/tid=25800] ppid=25635 vsize=293168 CPUtime=0 cores=1,3
/proc/25704/task/25800/stat : 25800 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 25 0 2 0 656869049 300204032 6431 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604464857896128 0 0 -1 3 0 0 0
[pid=25801] ppid=25635 vsize=302940 CPUtime=0.29 cores=1,3
/proc/25801/stat : 25801 (python) S 25635 25635 24429 0 -1 4202560 1089 0 0 0 15 14 0 0 19 0 2 0 656869051 310210560 6569 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25801/statm: 75735 6569 399 364 0 11647 0
[pid=25803] ppid=25801 vsize=421804 CPUtime=97.21 cores=1,3
/proc/25803/stat : 25803 (adaptg2wsat2009) T 25801 25803 25803 0 -1 4202496 2136 0 0 0 9704 17 0 0 25 0 1 0 656869051 431927296 1871 33554432000 134512640 135107411 4289519408 18446744073709551615 134532352 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25803/statm: 105451 1871 59 146 0 104327 0
[pid=25801/tid=25818] ppid=25635 vsize=302940 CPUtime=0 cores=1,3
/proc/25801/task/25818/stat : 25818 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656878781 310210560 6569 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604470782244992 0 0 -1 3 0 0 0
[pid=25819] ppid=25635 vsize=313196 CPUtime=0.28 cores=1,3
/proc/25819/stat : 25819 (python) S 25635 25635 24429 0 -1 4202560 1091 0 0 0 14 14 0 0 19 0 2 0 656878782 320712704 6573 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25819/statm: 78299 6573 399 364 0 14208 0
[pid=25821] ppid=25819 vsize=421804 CPUtime=99.99 cores=1,3
/proc/25821/stat : 25821 (adaptg2wsat2009) T 25819 25821 25821 0 -1 4202496 2141 0 0 0 9999 0 0 0 25 0 1 0 656878782 431927296 1873 33554432000 134512640 135107411 4294783520 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25821/statm: 105451 1873 59 146 0 104327 0
[pid=25819/tid=25837] ppid=25635 vsize=313196 CPUtime=0 cores=1,3
/proc/25819/task/25837/stat : 25837 (python) S 25635 25635 24429 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656888810 320712704 6573 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604458400078592 0 0 -1 3 0 0 0
[pid=25838] ppid=25635 vsize=323680 CPUtime=0.3 cores=1,3
/proc/25838/stat : 25838 (python) S 25635 25635 24429 0 -1 4202560 1088 0 0 0 15 15 0 0 19 0 2 0 656888811 331448320 6578 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25838/statm: 80920 6578 400 364 0 16826 0
[pid=25840] ppid=25838 vsize=421804 CPUtime=99.97 cores=1,3
/proc/25840/stat : 25840 (adaptg2wsat2009) T 25838 25840 25840 0 -1 4202496 2139 0 0 0 9997 0 0 0 25 0 1 0 656888811 431927296 1871 33554432000 134512640 135107411 4286618240 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25840/statm: 105451 1871 59 146 0 104327 0
[pid=25838/tid=25852] ppid=25635 vsize=323680 CPUtime=0 cores=1,3
/proc/25838/task/25852/stat : 25852 (python) S 25635 25635 24429 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656898840 331448320 6578 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604459333032832 0 0 -1 3 0 0 0
[pid=25853] ppid=25635 vsize=334144 CPUtime=0.28 cores=1,3
/proc/25853/stat : 25853 (python) S 25635 25635 24429 0 -1 4202560 1085 0 0 0 14 14 0 0 19 0 2 0 656898842 342163456 6582 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25853/statm: 83536 6582 400 364 0 19439 0
[pid=25855] ppid=25853 vsize=1020188 CPUtime=100.05 cores=1,3
/proc/25855/stat : 25855 (gnovelty+2) T 25853 25855 25855 0 -1 4202496 1140 0 0 0 10005 0 0 0 25 0 1 0 656898842 1044672512 877 33554432000 134512640 135663704 4288631344 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25855/statm: 255047 877 113 282 0 254763 0
[pid=25853/tid=25898] ppid=25635 vsize=334144 CPUtime=0 cores=1,3
/proc/25853/task/25898/stat : 25898 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656908875 342163456 6582 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604460775823232 0 0 -1 3 0 0 0
[pid=25899] ppid=25635 vsize=344204 CPUtime=0.24 cores=1,3
/proc/25899/stat : 25899 (python) S 25635 25635 24429 0 -1 4202560 935 0 0 0 12 12 0 0 18 0 1 0 656908876 352464896 6557 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647166534 0 0 16781312 514 4389355971198025990 0 0 17 1 0 0 0
/proc/25899/statm: 86051 6557 372 364 0 21951 0
[pid=25901] ppid=25899 vsize=251296 CPUtime=93.6 cores=1,3
/proc/25901/stat : 25901 (FH) R 25899 25901 25901 0 -1 4202496 1962 0 0 0 9360 0 0 0 25 0 1 0 656908877 257327104 1694 33554432000 134512640 134936988 4291221024 18446744073709551615 134554242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25901/statm: 62824 1694 41 104 0 62328 0
[pid=25635/tid=25695] ppid=25633 vsize=354208 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 8 0 656848488 362708992 8078 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25705] ppid=25633 vsize=354208 CPUtime=0 cores=1,3
/proc/25635/task/25705/stat : 25705 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 8 0 656858391 362708992 8078 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25802] ppid=25633 vsize=354208 CPUtime=0 cores=1,3
/proc/25635/task/25802/stat : 25802 (python) S 25633 25635 24429 0 -1 4202560 30 928 0 8 0 0 0 0 20 0 8 0 656869051 362708992 8078 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25820] ppid=25633 vsize=354208 CPUtime=0 cores=1,3
/proc/25635/task/25820/stat : 25820 (python) S 25633 25635 24429 0 -1 4202560 30 928 0 8 0 0 0 0 20 0 8 0 656878782 362708992 8078 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25839] ppid=25633 vsize=354208 CPUtime=0 cores=1,3
/proc/25635/task/25839/stat : 25839 (python) S 25633 25635 24429 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 8 0 656888811 362708992 8078 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25854] ppid=25633 vsize=354208 CPUtime=0 cores=1,3
/proc/25635/task/25854/stat : 25854 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 8 0 656898842 362708992 8078 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25900] ppid=25633 vsize=354208 CPUtime=0 cores=1,3
/proc/25635/task/25900/stat : 25900 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 8 0 656908877 362708992 8078 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 722.77
Current children cumulated vsize (KiB) 7135292



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+709.802 s]
/proc/loadavg: 2.18 3.31 3.80 3/392 25913
/proc/meminfo: memFree=21162220/32951132 swapFree=64495980/67111528
[pid=25635] ppid=25633 vsize=364464 CPUtime=2.87 cores=1,3
/proc/25635/stat : 25635 (python) S 25633 25635 24429 0 -1 4202496 20271 928 70 8 234 53 0 0 20 0 9 0 656848033 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 36
/proc/25635/statm: 91116 8084 1892 364 0 27013 0
[pid=25694] ppid=25635 vsize=292480 CPUtime=14.61 cores=1,3
/proc/25694/stat : 25694 (python) S 25635 25635 24429 0 -1 4202560 1143 0 0 0 857 604 0 0 19 0 2 0 656848488 299499520 6395 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25694/statm: 73120 6395 415 364 0 9038 0
[pid=25696] ppid=25694 vsize=1020188 CPUtime=98.43 cores=1,3
/proc/25696/stat : 25696 (gnovelty+2) T 25694 25696 25696 0 -1 4202496 1143 0 0 0 9841 2 0 0 25 0 1 0 656848488 1044672512 876 33554432000 134512640 135663704 4293360192 18446744073709551615 134525265 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25696/statm: 255047 876 113 282 0 254763 0
[pid=25694/tid=25703] ppid=25635 vsize=292480 CPUtime=0 cores=1,3
/proc/25694/task/25703/stat : 25703 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656858390 299499520 6395 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604460775821440 0 0 -1 3 0 0 0
[pid=25704] ppid=25635 vsize=293168 CPUtime=8.72 cores=1,3
/proc/25704/stat : 25704 (python) S 25635 25635 24429 0 -1 4202560 1079 0 0 0 553 319 0 0 25 0 2 0 656858391 300204032 6431 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25704/statm: 73292 6431 400 364 0 9207 0
[pid=25706] ppid=25704 vsize=1020188 CPUtime=105.94 cores=1,3
/proc/25706/stat : 25706 (gnovelty+2) T 25704 25706 25706 0 -1 4202496 1141 0 0 0 10591 3 0 0 25 0 1 0 656858391 1044672512 877 33554432000 134512640 135663704 4292576928 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25706/statm: 255047 877 113 282 0 254763 0
[pid=25704/tid=25800] ppid=25635 vsize=293168 CPUtime=0 cores=1,3
/proc/25704/task/25800/stat : 25800 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 25 0 2 0 656869049 300204032 6431 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604464857896128 0 0 -1 3 0 0 0
[pid=25801] ppid=25635 vsize=302940 CPUtime=0.29 cores=1,3
/proc/25801/stat : 25801 (python) S 25635 25635 24429 0 -1 4202560 1089 0 0 0 15 14 0 0 19 0 2 0 656869051 310210560 6569 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25801/statm: 75735 6569 399 364 0 11647 0
[pid=25803] ppid=25801 vsize=421804 CPUtime=97.21 cores=1,3
/proc/25803/stat : 25803 (adaptg2wsat2009) T 25801 25803 25803 0 -1 4202496 2136 0 0 0 9704 17 0 0 25 0 1 0 656869051 431927296 1871 33554432000 134512640 135107411 4289519408 18446744073709551615 134532352 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25803/statm: 105451 1871 59 146 0 104327 0
[pid=25801/tid=25818] ppid=25635 vsize=302940 CPUtime=0 cores=1,3
/proc/25801/task/25818/stat : 25818 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656878781 310210560 6569 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604470782244992 0 0 -1 3 0 0 0
[pid=25819] ppid=25635 vsize=313196 CPUtime=0.28 cores=1,3
/proc/25819/stat : 25819 (python) S 25635 25635 24429 0 -1 4202560 1091 0 0 0 14 14 0 0 19 0 2 0 656878782 320712704 6573 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25819/statm: 78299 6573 399 364 0 14208 0
[pid=25821] ppid=25819 vsize=421804 CPUtime=99.99 cores=1,3
/proc/25821/stat : 25821 (adaptg2wsat2009) T 25819 25821 25821 0 -1 4202496 2141 0 0 0 9999 0 0 0 25 0 1 0 656878782 431927296 1873 33554432000 134512640 135107411 4294783520 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25821/statm: 105451 1873 59 146 0 104327 0
[pid=25819/tid=25837] ppid=25635 vsize=313196 CPUtime=0 cores=1,3
/proc/25819/task/25837/stat : 25837 (python) S 25635 25635 24429 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656888810 320712704 6573 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604458400078592 0 0 -1 3 0 0 0
[pid=25838] ppid=25635 vsize=323680 CPUtime=0.3 cores=1,3
/proc/25838/stat : 25838 (python) S 25635 25635 24429 0 -1 4202560 1088 0 0 0 15 15 0 0 19 0 2 0 656888811 331448320 6578 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25838/statm: 80920 6578 400 364 0 16826 0
[pid=25840] ppid=25838 vsize=421804 CPUtime=99.97 cores=1,3
/proc/25840/stat : 25840 (adaptg2wsat2009) T 25838 25840 25840 0 -1 4202496 2139 0 0 0 9997 0 0 0 25 0 1 0 656888811 431927296 1871 33554432000 134512640 135107411 4286618240 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25840/statm: 105451 1871 59 146 0 104327 0
[pid=25838/tid=25852] ppid=25635 vsize=323680 CPUtime=0 cores=1,3
/proc/25838/task/25852/stat : 25852 (python) S 25635 25635 24429 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656898840 331448320 6578 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604459333032832 0 0 -1 3 0 0 0
[pid=25853] ppid=25635 vsize=334144 CPUtime=0.28 cores=1,3
/proc/25853/stat : 25853 (python) S 25635 25635 24429 0 -1 4202560 1085 0 0 0 14 14 0 0 19 0 2 0 656898842 342163456 6582 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25853/statm: 83536 6582 400 364 0 19439 0
[pid=25855] ppid=25853 vsize=1020188 CPUtime=100.05 cores=1,3
/proc/25855/stat : 25855 (gnovelty+2) T 25853 25855 25855 0 -1 4202496 1140 0 0 0 10005 0 0 0 25 0 1 0 656898842 1044672512 877 33554432000 134512640 135663704 4288631344 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25855/statm: 255047 877 113 282 0 254763 0
[pid=25853/tid=25898] ppid=25635 vsize=334144 CPUtime=0 cores=1,3
/proc/25853/task/25898/stat : 25898 (python) S 25635 25635 24429 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656908875 342163456 6582 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604460775823232 0 0 -1 3 0 0 0
[pid=25899] ppid=25635 vsize=344204 CPUtime=0.28 cores=1,3
/proc/25899/stat : 25899 (python) S 25635 25635 24429 0 -1 4202560 1095 0 0 0 14 14 0 0 19 0 2 0 656908876 352464896 6586 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25899/statm: 86051 6586 400 364 0 21951 0
[pid=25901] ppid=25899 vsize=251296 CPUtime=99.98 cores=1,3
/proc/25901/stat : 25901 (FH) T 25899 25901 25901 0 -1 4202496 1962 0 0 0 9998 0 0 0 25 0 1 0 656908877 257327104 1694 33554432000 134512640 134936988 4291221024 18446744073709551615 134552561 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25901/statm: 62824 1694 41 104 0 62328 0
[pid=25899/tid=25910] ppid=25635 vsize=344204 CPUtime=0 cores=1,3
/proc/25899/task/25910/stat : 25910 (python) S 25635 25635 24429 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656918904 352464896 6586 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 514 18446604465687815232 0 0 -1 3 0 0 0
[pid=25911] ppid=25635 vsize=354580 CPUtime=0 cores=1,3
/proc/25911/stat : 25911 (python) S 25635 25635 24429 0 -1 4202560 795 0 0 0 0 0 0 0 18 0 1 0 656918905 363089920 6544 33554432000 4194304 5683644 140736839244128 18446744073709551615 210647166534 0 0 16781312 514 5121392675324428287 0 0 17 1 0 0 0
/proc/25911/statm: 88645 6544 355 364 0 24542 0
[pid=25913] ppid=25911 vsize=421140 CPUtime=1.08 cores=1,3
/proc/25913/stat : 25913 (adaptg2wsat2009) R 25911 25913 25913 0 -1 4202496 1808 0 0 0 108 0 0 0 24 0 1 0 656918906 431247360 1540 33554432000 134512640 135107411 4294795568 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25913/statm: 105285 1540 49 146 0 104161 0
[pid=25635/tid=25695] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25695/stat : 25695 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 9 0 656848488 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25705] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25705/stat : 25705 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 9 0 656858391 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25802] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25802/stat : 25802 (python) S 25633 25635 24429 0 -1 4202560 30 928 0 8 0 0 0 0 20 0 9 0 656869051 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25820] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25820/stat : 25820 (python) S 25633 25635 24429 0 -1 4202560 30 928 0 8 0 0 0 0 20 0 9 0 656878782 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25839] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25839/stat : 25839 (python) S 25633 25635 24429 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 9 0 656888811 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25854] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25854/stat : 25854 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 9 0 656898842 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25900] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25900/stat : 25900 (python) S 25633 25635 24429 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 9 0 656908877 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
[pid=25635/tid=25912] ppid=25633 vsize=364464 CPUtime=0 cores=1,3
/proc/25635/task/25912/stat : 25912 (python) S 25633 25635 24429 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 9 0 656918906 373211136 8084 33554432000 4194304 5683644 140736839244128 18446744073709551615 210658970033 0 0 16781312 2 18446604468779625536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 730.28
Current children cumulated vsize (KiB) 7921268

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

Real time (s): 709.877
CPU time (s): 730.28
CPU user time (s): 719.59
CPU system time (s): 10.69
CPU usage (%): 102.874
Max. virtual memory (cumulated for all children) (KiB): 7921268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.35064
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21205
page faults= 78
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53275
involuntary context switches= 63

runsolver used 2.82057 second user time and 6.82196 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 11:41:24
IDJOB=3377334
IDBENCH=82643
IDSOLVER=1857
FILE ID=node129/3377334-1305452484
RUNJOBID= node129-1305452483-25595
PBS_JOBID= 13324843
Free space on /tmp= 73392 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S817927155-033-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-3377334-1305452484/watcher-3377334-1305452484 -o /tmp/evaluation-result-3377334-1305452484/solver-3377334-1305452484 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377334-1305452484.cnf -seed 1708626416 -budget 2400

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

MD5SUM BENCH= bdd02c131ae0dd9fa14ba01f07a63379
RANDOM SEED=1708626416

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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:     32951132 kB
MemFree:      21273100 kB
Buffers:        258764 kB
Cached:        6228560 kB
SwapCached:      52668 kB
Active:        3132704 kB
Inactive:      8313400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21273100 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:          129308 kB
Writeback:           0 kB
AnonPages:     4914240 kB
Mapped:          17528 kB
Slab:           129176 kB
PageTables:      38852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79808168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73344 MiB
End job on node129 at 2011-05-15 11:53:16