Trace number 3377497

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) 702.89 702.875

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S775210372-041.UNKNOWN.cnf
MD5SUM3ecea073a44f0b1adf464774647edbfb
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3377497-1305453607.cnf
0.30/0.46	c INFO: computing task features
0.38/0.51	c INFO: computed variable-clause graph statistics
0.38/0.52	c INFO: computed clause balance statistics
0.68/0.80	c INFO: computed variable balance statistics
0.78/0.91	c INFO: computed small-clause counts
0.78/0.91	c INFO: computed Horn-clause counts
0.78/0.92	c INFO: computed variable graph statistics
0.78/0.92	c INFO: collected features for HOME/instance-3377497-1305453607.cnf in 0.46 s
0.78/0.94	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.46)
100.99/101.19	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.29/201.45	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.56/301.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
400.98/400.96	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.04)
501.28/501.22	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.03)
601.49/601.49	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
701.80/701.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3377497-1305453607/watcher-3377497-1305453607 -o /tmp/evaluation-result-3377497-1305453607/solver-3377497-1305453607 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377497-1305453607.cnf -seed 1437417360 -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: 4.02 4.03 3.54 4/363 24026
/proc/meminfo: memFree=27653700/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=16244 CPUtime=0 cores=1,3
/proc/24026/stat : 24026 (python) R 24024 24026 12685 0 -1 4202496 996 0 0 0 0 0 0 0 25 0 1 0 656958701 16633856 869 33554432000 4194304 5683644 140736060856000 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24026/statm: 4061 869 368 364 0 548 0

[startup+0.019174 s]
/proc/loadavg: 4.02 4.03 3.54 4/363 24026
/proc/meminfo: memFree=27653700/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=16244 CPUtime=0 cores=1,3
/proc/24026/stat : 24026 (python) R 24024 24026 12685 0 -1 4202496 1064 0 0 0 0 0 0 0 25 0 1 0 656958701 16633856 935 33554432000 4194304 5683644 140736060856000 18446744073709551615 4504465 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24026/statm: 4061 935 382 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100199 s]
/proc/loadavg: 4.02 4.03 3.54 4/363 24026
/proc/meminfo: memFree=27653700/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=104232 CPUtime=0.06 cores=1,3
/proc/24026/stat : 24026 (python) R 24024 24026 12685 0 -1 4202496 3066 0 0 0 4 2 0 0 17 0 1 0 656958701 106733568 2748 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/24026/statm: 26058 2748 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300182 s]
/proc/loadavg: 4.02 4.03 3.54 4/363 24026
/proc/meminfo: memFree=27653700/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=187692 CPUtime=0.21 cores=1,3
/proc/24026/stat : 24026 (python) R 24024 24026 12685 0 -1 4202496 6837 932 1 0 15 6 0 0 17 0 1 0 656958701 192196608 4884 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24026/statm: 46923 4884 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 187692

[startup+0.701091 s]
/proc/loadavg: 4.02 4.03 3.54 4/363 24026
/proc/meminfo: memFree=27653700/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=280208 CPUtime=0.58 cores=1,3
/proc/24026/stat : 24026 (python) R 24024 24026 12685 0 -1 4202496 10018 932 1 0 50 8 0 0 17 0 1 0 656958701 286932992 7452 33554432000 4194304 5683644 140736060856000 18446744073709551615 47871850851936 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24026/statm: 70052 7452 1826 364 0 5976 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 280208

[startup+1.50094 s]
/proc/loadavg: 4.02 4.03 3.54 5/367 24034
/proc/meminfo: memFree=27627628/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=289600 CPUtime=0.83 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 10444 932 1 0 74 9 0 0 20 0 2 0 656958701 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 72400 7296 1869 364 0 8318 0
[pid=24032] ppid=24026 vsize=279356 CPUtime=0 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 730 0 0 0 0 0 0 0 19 0 1 0 656958795 286060544 5777 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734095 0 0 16781312 514 15809085776836165631 0 0 17 1 0 0 0
/proc/24032/statm: 69839 5777 354 364 0 5757 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=0.55 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) R 24032 24034 24034 0 -1 4202496 570 0 0 0 55 0 0 0 22 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24026/tid=24033] ppid=24024 vsize=289600 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 656958796 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1587044

[startup+3.10065 s]
/proc/loadavg: 4.02 4.03 3.54 5/367 24034
/proc/meminfo: memFree=27627008/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=289600 CPUtime=0.83 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 10444 932 1 0 74 9 0 0 20 0 2 0 656958701 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 72400 7296 1869 364 0 8318 0
[pid=24032] ppid=24026 vsize=279356 CPUtime=0 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 656958795 286060544 5777 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734095 0 0 16781312 514 15809085776836133127 0 0 17 1 0 0 0
/proc/24032/statm: 69839 5777 354 364 0 5757 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=2.15 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) R 24032 24034 24034 0 -1 4202496 570 0 0 0 215 0 0 0 25 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24026/tid=24033] ppid=24024 vsize=289600 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 656958796 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1587044

[startup+6.30107 s]
/proc/loadavg: 4.02 4.03 3.54 5/367 24034
/proc/meminfo: memFree=27626116/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=289600 CPUtime=0.83 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 10444 932 1 0 74 9 0 0 20 0 2 0 656958701 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 72400 7296 1869 364 0 8318 0
[pid=24032] ppid=24026 vsize=279356 CPUtime=0 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 964 0 0 0 0 0 0 0 18 0 1 0 656958795 286060544 5804 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734095 0 0 16781312 514 15809085776836133127 0 0 17 1 0 0 0
/proc/24032/statm: 69839 5804 381 364 0 5757 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=5.33 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) R 24032 24034 24034 0 -1 4202496 570 0 0 0 533 0 0 0 25 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24026/tid=24033] ppid=24024 vsize=289600 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 656958796 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1587044

[startup+12.7009 s]
/proc/loadavg: 4.02 4.03 3.54 5/367 24034
/proc/meminfo: memFree=27625872/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=289600 CPUtime=0.83 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 10444 932 1 0 74 9 0 0 20 0 2 0 656958701 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 72400 7296 1869 364 0 8318 0
[pid=24032] ppid=24026 vsize=279356 CPUtime=0.02 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 969 0 0 0 1 1 0 0 18 0 1 0 656958795 286060544 5805 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734095 0 0 16781312 514 1377995932859072775 0 0 17 1 0 0 0
/proc/24032/statm: 69839 5805 382 364 0 5757 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=11.73 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) R 24032 24034 24034 0 -1 4202496 570 0 0 0 1173 0 0 0 25 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24026/tid=24033] ppid=24024 vsize=289600 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 656958796 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 1587044

[startup+25.5006 s]
/proc/loadavg: 4.08 4.04 3.55 5/367 24034
/proc/meminfo: memFree=27626108/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=289600 CPUtime=0.83 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 10444 932 1 0 74 9 0 0 20 0 2 0 656958701 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 72400 7296 1869 364 0 8318 0
[pid=24032] ppid=24026 vsize=279356 CPUtime=0.05 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 974 0 0 0 2 3 0 0 18 0 1 0 656958795 286060544 5805 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734095 0 0 16781312 514 1377995932859072775 0 0 17 1 0 0 0
/proc/24032/statm: 69839 5805 382 364 0 5757 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=24.5 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) R 24032 24034 24034 0 -1 4202496 570 0 0 0 2450 0 0 0 25 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24026/tid=24033] ppid=24024 vsize=289600 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 656958796 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1587044

[startup+51.101 s]
/proc/loadavg: 4.05 4.04 3.56 5/371 24039
/proc/meminfo: memFree=27620168/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=289600 CPUtime=0.83 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 10444 932 1 0 74 9 0 0 20 0 2 0 656958701 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 72400 7296 1869 364 0 8318 0
[pid=24032] ppid=24026 vsize=279356 CPUtime=0.11 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 987 0 0 0 5 6 0 0 18 0 1 0 656958795 286060544 5805 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734095 0 0 16781312 514 1377995932859072775 0 0 17 1 0 0 0
/proc/24032/statm: 69839 5805 382 364 0 5757 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=50.04 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) R 24032 24034 24034 0 -1 4202496 570 0 0 0 5004 0 0 0 25 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24026/tid=24033] ppid=24024 vsize=289600 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 656958796 296550400 7296 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1587044

[startup+102.313 s]
/proc/loadavg: 4.02 4.03 3.58 5/383 24061
/proc/meminfo: memFree=27604324/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=300120 CPUtime=0.84 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 11335 932 1 0 75 9 0 0 20 0 3 0 656958701 307322880 7337 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 75030 7337 1872 364 0 10945 0
[pid=24032] ppid=24026 vsize=289600 CPUtime=0.23 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 1150 0 0 0 13 10 0 0 19 0 2 0 656958795 296550400 5843 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24032/statm: 72400 5843 415 364 0 8318 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=100.01 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) T 24032 24034 24034 0 -1 4202496 570 0 0 0 10001 0 0 0 25 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24032/tid=24058] ppid=24026 vsize=289600 CPUtime=0 cores=1,3
/proc/24032/task/24058/stat : 24058 (python) S 24026 24026 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656968819 296550400 5843 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604469478434752 0 0 -1 3 0 0 0
[pid=24059] ppid=24026 vsize=289876 CPUtime=0 cores=1,3
/proc/24059/stat : 24059 (python) S 24026 24026 12685 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 656968820 296833024 5809 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734150 0 0 16781312 514 2199217323649237255 0 0 17 1 0 0 0
/proc/24059/statm: 72469 5809 348 364 0 8384 0
[pid=24061] ppid=24059 vsize=1018088 CPUtime=1.11 cores=1,3
/proc/24061/stat : 24061 (gnovelty+2) R 24059 24061 24061 0 -1 4202496 569 0 0 0 111 0 0 0 25 0 1 0 656968821 1042522112 307 33554432000 134512640 135663704 4287534816 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24061/statm: 254522 307 113 282 0 254238 0
[pid=24026/tid=24033] ppid=24024 vsize=300120 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 656958796 307322880 7337 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24060] ppid=24024 vsize=300120 CPUtime=0 cores=1,3
/proc/24026/task/24060/stat : 24060 (python) S 24024 24026 12685 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 656968821 307322880 7337 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 2915772

[startup+162.301 s]
/proc/loadavg: 4.08 4.05 3.62 5/387 24067
/proc/meminfo: memFree=27595080/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=300120 CPUtime=0.84 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 11335 932 1 0 75 9 0 0 20 0 3 0 656958701 307322880 7337 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 75030 7337 1872 364 0 10945 0
[pid=24032] ppid=24026 vsize=289600 CPUtime=0.23 cores=1,3

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

/proc/24059/statm: 72469 5862 400 364 0 8384 0
[pid=24061] ppid=24059 vsize=1018088 CPUtime=100 cores=1,3
/proc/24061/stat : 24061 (gnovelty+2) T 24059 24061 24061 0 -1 4202496 569 0 0 0 10000 0 0 0 25 0 1 0 656968821 1042522112 307 33554432000 134512640 135663704 4287534816 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24061/statm: 254522 307 113 282 0 254238 0
[pid=24059/tid=24077] ppid=24026 vsize=289876 CPUtime=0 cores=1,3
/proc/24059/task/24077/stat : 24077 (python) S 24026 24026 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656978845 296833024 5862 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604462014673024 0 0 -1 3 0 0 0
[pid=24078] ppid=24026 vsize=300132 CPUtime=0.25 cores=1,3
/proc/24078/stat : 24078 (python) S 24026 24026 12685 0 -1 4202560 1074 0 0 0 13 12 0 0 19 0 2 0 656978847 307335168 5866 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24078/statm: 75033 5866 400 364 0 10945 0
[pid=24080] ppid=24078 vsize=417192 CPUtime=99.98 cores=1,3
/proc/24080/stat : 24080 (adaptg2wsat2009) T 24078 24080 24080 0 -1 4202496 763 0 0 0 9998 0 0 0 25 0 1 0 656978847 427204608 495 33554432000 134512640 135107411 4287339056 18446744073709551615 134531500 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/24080/statm: 104298 495 59 146 0 103174 0
[pid=24078/tid=24130] ppid=24026 vsize=300132 CPUtime=0 cores=1,3
/proc/24078/task/24130/stat : 24130 (python) S 24026 24026 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656988871 307335168 5866 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604471120935040 0 0 -1 1 0 0 0
[pid=24131] ppid=24026 vsize=310388 CPUtime=0.24 cores=1,3
/proc/24131/stat : 24131 (python) S 24026 24026 12685 0 -1 4202560 1085 0 0 0 12 12 0 0 19 0 2 0 656988872 317837312 5870 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/24131/statm: 77597 5870 400 364 0 13506 0
[pid=24133] ppid=24131 vsize=417192 CPUtime=99.24 cores=1,3
/proc/24133/stat : 24133 (adaptg2wsat2009) T 24131 24133 24133 0 -1 4202496 762 0 0 0 9924 0 0 0 25 0 1 0 656988872 427204608 496 33554432000 134512640 135107411 4289580176 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/24133/statm: 104298 496 59 146 0 103174 0
[pid=24131/tid=24175] ppid=24026 vsize=310388 CPUtime=0 cores=1,3
/proc/24131/task/24175/stat : 24175 (python) S 24026 24026 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656998797 317837312 5870 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604469478408448 0 0 -1 3 0 0 0
[pid=24176] ppid=24026 vsize=320644 CPUtime=0.25 cores=1,3
/proc/24176/stat : 24176 (python) S 24026 24026 12685 0 -1 4202560 1080 0 0 0 13 12 0 0 19 0 2 0 656998798 328339456 5874 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24176/statm: 80161 5874 400 364 0 16067 0
[pid=24178] ppid=24176 vsize=417192 CPUtime=99.99 cores=1,3
/proc/24178/stat : 24178 (adaptg2wsat2009) T 24176 24178 24178 0 -1 4202496 761 0 0 0 9999 0 0 0 25 0 1 0 656998799 427204608 496 33554432000 134512640 135107411 4292692192 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24178/statm: 104298 496 59 146 0 103174 0
[pid=24176/tid=24221] ppid=24026 vsize=320644 CPUtime=0 cores=1,3
/proc/24176/task/24221/stat : 24221 (python) S 24026 24026 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657008823 328339456 5874 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604465784462272 0 0 -1 1 0 0 0
[pid=24222] ppid=24026 vsize=330900 CPUtime=0.24 cores=1,3
/proc/24222/stat : 24222 (python) S 24026 24026 12685 0 -1 4202560 1094 0 0 0 13 11 0 0 19 0 2 0 657008824 338841600 5878 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24222/statm: 82725 5878 400 364 0 18628 0
[pid=24224] ppid=24222 vsize=1018088 CPUtime=100 cores=1,3
/proc/24224/stat : 24224 (gnovelty+2) T 24222 24224 24224 0 -1 4202496 574 0 0 0 10000 0 0 0 25 0 1 0 657008824 1042522112 307 33554432000 134512640 135663704 4294822224 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24224/statm: 254522 307 113 282 0 254238 0
[pid=24222/tid=24233] ppid=24026 vsize=330900 CPUtime=0 cores=1,3
/proc/24222/task/24233/stat : 24233 (python) S 24026 24026 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657018849 338841600 5878 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604460347698176 0 0 -1 3 0 0 0
[pid=24234] ppid=24026 vsize=341156 CPUtime=0.24 cores=1,3
/proc/24234/stat : 24234 (python) S 24026 24026 12685 0 -1 4202560 1088 0 0 0 13 11 0 0 19 0 2 0 657018851 349343744 5882 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24234/statm: 85289 5882 400 364 0 21189 0
[pid=24236] ppid=24234 vsize=247352 CPUtime=100 cores=1,3
/proc/24236/stat : 24236 (FH) T 24234 24236 24236 0 -1 4202496 708 0 0 0 10000 0 0 0 25 0 1 0 657018851 253288448 444 33554432000 134512640 134936988 4293303568 18446744073709551615 134553270 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24236/statm: 61838 444 41 104 0 61342 0
[pid=24026/tid=24033] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656958796 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24060] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24060/stat : 24060 (python) S 24024 24026 12685 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 656968821 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24079] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24079/stat : 24079 (python) S 24024 24026 12685 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656978847 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 3 0 0 0
[pid=24026/tid=24132] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24132/stat : 24132 (python) S 24024 24026 12685 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 656988872 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24177] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24177/stat : 24177 (python) S 24024 24026 12685 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656998798 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24223] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24223/stat : 24223 (python) S 24024 24026 12685 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 657008824 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24235] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24235/stat : 24235 (python) S 24024 24026 12685 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 657018851 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.83
Current children cumulated vsize (KiB) 7097544



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 3.93 4.01 3.78 5/389 24263
/proc/meminfo: memFree=27570488/32951124 swapFree=54427468/67111528
[pid=24026] ppid=24024 vsize=361656 CPUtime=0.92 cores=1,3
/proc/24026/stat : 24026 (python) S 24024 24026 12685 0 -1 4202496 16549 932 1 0 82 10 0 0 19 0 9 0 656958701 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24026/statm: 90414 7381 1892 364 0 26311 0
[pid=24032] ppid=24026 vsize=289600 CPUtime=0.23 cores=1,3
/proc/24032/stat : 24032 (python) S 24026 24026 12685 0 -1 4202560 1150 0 0 0 13 10 0 0 19 0 2 0 656958795 296550400 5843 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24032/statm: 72400 5843 415 364 0 8318 0
[pid=24034] ppid=24032 vsize=1018088 CPUtime=100.01 cores=1,3
/proc/24034/stat : 24034 (gnovelty+2) T 24032 24034 24034 0 -1 4202496 570 0 0 0 10001 0 0 0 25 0 1 0 656958796 1042522112 305 33554432000 134512640 135663704 4287167616 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/24034/statm: 254522 305 113 282 0 254238 0
[pid=24032/tid=24058] ppid=24026 vsize=289600 CPUtime=0 cores=1,3
/proc/24032/task/24058/stat : 24058 (python) S 24026 24026 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656968819 296550400 5843 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604469478434752 0 0 -1 3 0 0 0
[pid=24059] ppid=24026 vsize=289876 CPUtime=0.24 cores=1,3
/proc/24059/stat : 24059 (python) S 24026 24026 12685 0 -1 4202560 1074 0 0 0 12 12 0 0 19 0 2 0 656968820 296833024 5862 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24059/statm: 72469 5862 400 364 0 8384 0
[pid=24061] ppid=24059 vsize=1018088 CPUtime=100 cores=1,3
/proc/24061/stat : 24061 (gnovelty+2) T 24059 24061 24061 0 -1 4202496 569 0 0 0 10000 0 0 0 25 0 1 0 656968821 1042522112 307 33554432000 134512640 135663704 4287534816 18446744073709551615 134525490 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24061/statm: 254522 307 113 282 0 254238 0
[pid=24059/tid=24077] ppid=24026 vsize=289876 CPUtime=0 cores=1,3
/proc/24059/task/24077/stat : 24077 (python) S 24026 24026 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656978845 296833024 5862 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604462014673024 0 0 -1 3 0 0 0
[pid=24078] ppid=24026 vsize=300132 CPUtime=0.25 cores=1,3
/proc/24078/stat : 24078 (python) S 24026 24026 12685 0 -1 4202560 1074 0 0 0 13 12 0 0 19 0 2 0 656978847 307335168 5866 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24078/statm: 75033 5866 400 364 0 10945 0
[pid=24080] ppid=24078 vsize=417192 CPUtime=99.98 cores=1,3
/proc/24080/stat : 24080 (adaptg2wsat2009) T 24078 24080 24080 0 -1 4202496 763 0 0 0 9998 0 0 0 25 0 1 0 656978847 427204608 495 33554432000 134512640 135107411 4287339056 18446744073709551615 134531500 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/24080/statm: 104298 495 59 146 0 103174 0
[pid=24078/tid=24130] ppid=24026 vsize=300132 CPUtime=0 cores=1,3
/proc/24078/task/24130/stat : 24130 (python) S 24026 24026 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656988871 307335168 5866 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604471120935040 0 0 -1 1 0 0 0
[pid=24131] ppid=24026 vsize=310388 CPUtime=0.24 cores=1,3
/proc/24131/stat : 24131 (python) S 24026 24026 12685 0 -1 4202560 1085 0 0 0 12 12 0 0 19 0 2 0 656988872 317837312 5870 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/24131/statm: 77597 5870 400 364 0 13506 0
[pid=24133] ppid=24131 vsize=417192 CPUtime=99.24 cores=1,3
/proc/24133/stat : 24133 (adaptg2wsat2009) T 24131 24133 24133 0 -1 4202496 762 0 0 0 9924 0 0 0 25 0 1 0 656988872 427204608 496 33554432000 134512640 135107411 4289580176 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/24133/statm: 104298 496 59 146 0 103174 0
[pid=24131/tid=24175] ppid=24026 vsize=310388 CPUtime=0 cores=1,3
/proc/24131/task/24175/stat : 24175 (python) S 24026 24026 12685 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656998797 317837312 5870 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604469478408448 0 0 -1 3 0 0 0
[pid=24176] ppid=24026 vsize=320644 CPUtime=0.25 cores=1,3
/proc/24176/stat : 24176 (python) S 24026 24026 12685 0 -1 4202560 1080 0 0 0 13 12 0 0 19 0 2 0 656998798 328339456 5874 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24176/statm: 80161 5874 400 364 0 16067 0
[pid=24178] ppid=24176 vsize=417192 CPUtime=99.99 cores=1,3
/proc/24178/stat : 24178 (adaptg2wsat2009) T 24176 24178 24178 0 -1 4202496 761 0 0 0 9999 0 0 0 25 0 1 0 656998799 427204608 496 33554432000 134512640 135107411 4292692192 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24178/statm: 104298 496 59 146 0 103174 0
[pid=24176/tid=24221] ppid=24026 vsize=320644 CPUtime=0 cores=1,3
/proc/24176/task/24221/stat : 24221 (python) S 24026 24026 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657008823 328339456 5874 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604465784462272 0 0 -1 1 0 0 0
[pid=24222] ppid=24026 vsize=330900 CPUtime=0.24 cores=1,3
/proc/24222/stat : 24222 (python) S 24026 24026 12685 0 -1 4202560 1094 0 0 0 13 11 0 0 19 0 2 0 657008824 338841600 5878 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24222/statm: 82725 5878 400 364 0 18628 0
[pid=24224] ppid=24222 vsize=1018088 CPUtime=100 cores=1,3
/proc/24224/stat : 24224 (gnovelty+2) T 24222 24224 24224 0 -1 4202496 574 0 0 0 10000 0 0 0 25 0 1 0 657008824 1042522112 307 33554432000 134512640 135663704 4294822224 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24224/statm: 254522 307 113 282 0 254238 0
[pid=24222/tid=24233] ppid=24026 vsize=330900 CPUtime=0 cores=1,3
/proc/24222/task/24233/stat : 24233 (python) S 24026 24026 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657018849 338841600 5878 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604460347698176 0 0 -1 3 0 0 0
[pid=24234] ppid=24026 vsize=341156 CPUtime=0.24 cores=1,3
/proc/24234/stat : 24234 (python) S 24026 24026 12685 0 -1 4202560 1088 0 0 0 13 11 0 0 19 0 2 0 657018851 349343744 5882 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24234/statm: 85289 5882 400 364 0 21189 0
[pid=24236] ppid=24234 vsize=247352 CPUtime=100 cores=1,3
/proc/24236/stat : 24236 (FH) T 24234 24236 24236 0 -1 4202496 708 0 0 0 10000 0 0 0 25 0 1 0 657018851 253288448 444 33554432000 134512640 134936988 4293303568 18446744073709551615 134553270 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24236/statm: 61838 444 41 104 0 61342 0
[pid=24234/tid=24260] ppid=24026 vsize=341156 CPUtime=0 cores=1,3
/proc/24234/task/24260/stat : 24260 (python) S 24026 24026 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 657028875 349343744 5882 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 514 18446604467925620672 0 0 -1 3 0 0 0
[pid=24261] ppid=24026 vsize=351412 CPUtime=0 cores=1,3
/proc/24261/stat : 24261 (python) S 24026 24026 12685 0 -1 4202560 793 0 0 0 0 0 0 0 18 0 1 0 657028876 359845888 5839 33554432000 4194304 5683644 140736060856000 18446744073709551615 228122734150 0 0 16781312 514 3641605330355355647 0 0 17 1 0 0 0
/proc/24261/statm: 87853 5839 354 364 0 23750 0
[pid=24263] ppid=24261 vsize=417048 CPUtime=1.06 cores=1,3
/proc/24263/stat : 24263 (adaptg2wsat2009) R 24261 24263 24263 0 -1 4202496 689 0 0 0 106 0 0 0 24 0 1 0 657028877 427057152 419 33554432000 134512640 135107411 4288996800 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24263/statm: 104262 419 49 146 0 103138 0
[pid=24026/tid=24033] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24033/stat : 24033 (python) S 24024 24026 12685 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656958796 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24060] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24060/stat : 24060 (python) S 24024 24026 12685 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 656968821 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24079] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24079/stat : 24079 (python) S 24024 24026 12685 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 656978847 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 3 0 0 0
[pid=24026/tid=24132] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24132/stat : 24132 (python) S 24024 24026 12685 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 656988872 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24177] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24177/stat : 24177 (python) S 24024 24026 12685 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 656998798 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24223] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24223/stat : 24223 (python) S 24024 24026 12685 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 657008824 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24235] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24235/stat : 24235 (python) S 24024 24026 12685 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 657018851 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
[pid=24026/tid=24262] ppid=24024 vsize=361656 CPUtime=0 cores=1,3
/proc/24026/task/24262/stat : 24262 (python) S 24024 24026 12685 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 657028877 370335744 7381 33554432000 4194304 5683644 140736060856000 18446744073709551615 228134537649 0 0 16781312 2 18446604454831793344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.89
Current children cumulated vsize (KiB) 7866004

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

Real time (s): 702.875
CPU time (s): 702.89
CPU user time (s): 701.99
CPU system time (s): 0.9
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7866004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.824874
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17486
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1013
involuntary context switches= 34

runsolver used 2.43663 second user time and 5.18821 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 12:00:07
IDJOB=3377497
IDBENCH=82806
IDSOLVER=1857
FILE ID=node138/3377497-1305453607
RUNJOBID= node138-1305452176-23157
PBS_JOBID= 13324862
Free space on /tmp= 73484 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S775210372-041.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-3377497-1305453607/watcher-3377497-1305453607 -o /tmp/evaluation-result-3377497-1305453607/solver-3377497-1305453607 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377497-1305453607.cnf -seed 1437417360 -budget 2400

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

MD5SUM BENCH= 3ecea073a44f0b1adf464774647edbfb
RANDOM SEED=1437417360

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27653980 kB
Buffers:        284092 kB
Cached:        4095560 kB
SwapCached:      18496 kB
Active:        1855984 kB
Inactive:      3194300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27653980 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           64228 kB
Writeback:           0 kB
AnonPages:      664004 kB
Mapped:          20696 kB
Slab:           130080 kB
PageTables:      52920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64037424 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= 73480 MiB
End job on node138 at 2011-05-15 12:11:52