Trace number 3377374

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) 704.9 705.078

General information on the benchmark

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

Solver Data

0.35/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.66	c INFO: solving HOME/instance-3377374-1305452853.cnf
0.35/0.66	c INFO: computing task features
0.52/0.82	c INFO: computed variable-clause graph statistics
0.52/0.82	c INFO: computed clause balance statistics
1.32/1.62	c INFO: computed variable balance statistics
1.72/2.05	c INFO: computed small-clause counts
1.72/2.06	c INFO: computed Horn-clause counts
1.72/2.09	c INFO: computed variable graph statistics
1.72/2.09	c INFO: collected features for HOME/instance-3377374-1305452853.cnf in 1.42 s
1.72/2.11	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.12/102.43	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
202.43/202.77	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.75/303.07	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.07/403.38	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.06)
503.35/503.69	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.05)
603.78/604.03	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.04)
704.17/704.33	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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.13 3.60 3.73 4/411 29507
/proc/meminfo: memFree=23770504/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=11796 CPUtime=0 cores=4,6
/proc/29507/stat : 29507 (runsolver) R 29505 29507 28260 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 656882368 12079104 52 33554432000 4194304 5432360 140735365498896 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/29507/statm: 2949 52 33 303 0 2643 0

[startup+0.07673 s]
/proc/loadavg: 3.13 3.60 3.73 4/411 29507
/proc/meminfo: memFree=23770504/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=29788 CPUtime=0.03 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 1460 0 0 0 3 0 0 0 25 0 1 0 656882368 30502912 1300 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/29507/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.101179 s]
/proc/loadavg: 3.13 3.60 3.73 4/411 29507
/proc/meminfo: memFree=23770504/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=54536 CPUtime=0.05 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 2071 0 0 0 4 1 0 0 25 0 1 0 656882368 55844864 1828 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/29507/statm: 13634 1828 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.300883 s]
/proc/loadavg: 3.13 3.60 3.73 4/411 29507
/proc/meminfo: memFree=23770504/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=135748 CPUtime=0.17 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 5970 931 1 0 13 4 0 0 18 0 1 0 656882368 139005952 4149 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/29507/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.706876 s]
/proc/loadavg: 3.13 3.60 3.73 4/411 29507
/proc/meminfo: memFree=23770504/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=281244 CPUtime=0.42 cores=4,6
/proc/29507/stat : 29507 (python) R 29505 29507 28260 0 -1 4202496 9986 931 1 0 32 10 0 0 17 0 1 0 656882368 287993856 7657 33554432000 4194304 5683644 140736248632448 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29507/statm: 70311 7657 1761 364 0 6235 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 281244

[startup+1.50072 s]
/proc/loadavg: 3.12 3.59 3.73 4/412 29512
/proc/meminfo: memFree=23739248/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=287584 CPUtime=1.22 cores=4,6
/proc/29507/stat : 29507 (python) R 29505 29507 28260 0 -1 4202496 12693 931 1 0 111 11 0 0 18 0 1 0 656882368 294486016 9281 33554432000 4194304 5683644 140736248632448 18446744073709551615 4500664 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29507/statm: 71896 9281 1826 364 0 7820 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 287584

[startup+3.10041 s]
/proc/loadavg: 3.12 3.59 3.73 4/412 29512
/proc/meminfo: memFree=23742468/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=293204 CPUtime=1.83 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 13047 931 1 0 172 11 0 0 21 0 2 0 656882368 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 73301 8166 1869 364 0 9219 0
[pid=29507/tid=29514] ppid=29505 vsize=293204 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 2 0 656882579 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 293204
heavy processes:

[startup+6.30074 s]
/proc/loadavg: 3.11 3.58 3.72 4/415 29515
/proc/meminfo: memFree=23736864/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=293204 CPUtime=1.83 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 13047 931 1 0 172 11 0 0 21 0 2 0 656882368 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 73301 8166 1869 364 0 9219 0
[pid=29513] ppid=29507 vsize=283444 CPUtime=0 cores=4,6
/proc/29513/stat : 29513 (python) S 29507 29507 28260 0 -1 4202560 979 0 0 0 0 0 0 0 18 0 1 0 656882579 290246656 6677 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715023 0 0 16781312 514 12499031859939737860 0 0 17 4 0 0 0
/proc/29513/statm: 70861 6677 383 364 0 6779 0
[pid=29515] ppid=29513 vsize=1018996 CPUtime=4.17 cores=4,6
/proc/29515/stat : 29515 (gnovelty+2) R 29513 29515 29515 0 -1 4202496 964 0 0 0 417 0 0 0 25 0 1 0 656882579 1043451904 698 33554432000 134512640 135663704 4290172528 18446744073709551615 135007701 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29515/statm: 254749 698 113 282 0 254465 0
[pid=29507/tid=29514] ppid=29505 vsize=293204 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 2 0 656882579 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1595644

[startup+12.7005 s]
/proc/loadavg: 3.10 3.57 3.72 4/415 29515
/proc/meminfo: memFree=23736444/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=293204 CPUtime=1.83 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 13047 931 1 0 172 11 0 0 21 0 2 0 656882368 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 73301 8166 1869 364 0 9219 0
[pid=29513] ppid=29507 vsize=283444 CPUtime=0.02 cores=4,6
/proc/29513/stat : 29513 (python) S 29507 29507 28260 0 -1 4202560 981 0 0 0 1 1 0 0 18 0 1 0 656882579 290246656 6677 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715023 0 0 16781312 514 10993427427899703556 0 0 17 4 0 0 0
/proc/29513/statm: 70861 6677 383 364 0 6779 0
[pid=29515] ppid=29513 vsize=1018996 CPUtime=10.56 cores=4,6
/proc/29515/stat : 29515 (gnovelty+2) R 29513 29515 29515 0 -1 4202496 964 0 0 0 1056 0 0 0 25 0 1 0 656882579 1043451904 698 33554432000 134512640 135663704 4290172528 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29515/statm: 254749 698 113 282 0 254465 0
[pid=29507/tid=29514] ppid=29505 vsize=293204 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 2 0 656882579 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1595644

[startup+25.5011 s]
/proc/loadavg: 3.08 3.54 3.71 4/415 29516
/proc/meminfo: memFree=23736816/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=293204 CPUtime=1.83 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 13047 931 1 0 172 11 0 0 21 0 2 0 656882368 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 73301 8166 1869 364 0 9219 0
[pid=29513] ppid=29507 vsize=283444 CPUtime=0.06 cores=4,6
/proc/29513/stat : 29513 (python) S 29507 29507 28260 0 -1 4202560 986 0 0 0 3 3 0 0 18 0 1 0 656882579 290246656 6677 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715023 0 0 16781312 514 10993427427899703556 0 0 17 4 0 0 0
/proc/29513/statm: 70861 6677 383 364 0 6779 0
[pid=29515] ppid=29513 vsize=1018996 CPUtime=23.32 cores=4,6
/proc/29515/stat : 29515 (gnovelty+2) R 29513 29515 29515 0 -1 4202496 964 0 0 0 2332 0 0 0 25 0 1 0 656882579 1043451904 698 33554432000 134512640 135663704 4290172528 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29515/statm: 254749 698 113 282 0 254465 0
[pid=29507/tid=29514] ppid=29505 vsize=293204 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 2 0 656882579 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1595644

[startup+51.1012 s]
/proc/loadavg: 3.05 3.49 3.69 4/415 29516
/proc/meminfo: memFree=23736848/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=293204 CPUtime=1.83 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 13047 931 1 0 172 11 0 0 21 0 2 0 656882368 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 73301 8166 1869 364 0 9219 0
[pid=29513] ppid=29507 vsize=283444 CPUtime=0.13 cores=4,6
/proc/29513/stat : 29513 (python) S 29507 29507 28260 0 -1 4202560 998 0 0 0 8 5 0 0 18 0 1 0 656882579 290246656 6677 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715023 0 0 16781312 514 10993427427899703556 0 0 17 4 0 0 0
/proc/29513/statm: 70861 6677 383 364 0 6779 0
[pid=29515] ppid=29513 vsize=1018996 CPUtime=48.85 cores=4,6
/proc/29515/stat : 29515 (gnovelty+2) R 29513 29515 29515 0 -1 4202496 964 0 0 0 4885 0 0 0 25 0 1 0 656882579 1043451904 698 33554432000 134512640 135663704 4290172528 18446744073709551615 135008512 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29515/statm: 254749 698 113 282 0 254465 0
[pid=29507/tid=29514] ppid=29505 vsize=293204 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 2 0 656882579 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1595644

[startup+102.315 s]
/proc/loadavg: 3.02 3.42 3.65 4/421 29524
/proc/meminfo: memFree=23668104/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=293204 CPUtime=1.83 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 13047 931 1 0 172 11 0 0 21 0 2 0 656882368 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 73301 8166 1869 364 0 9219 0
[pid=29513] ppid=29507 vsize=283444 CPUtime=0.26 cores=4,6
/proc/29513/stat : 29513 (python) S 29507 29507 28260 0 -1 4202560 1020 0 0 0 15 11 0 0 18 0 1 0 656882579 290246656 6677 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715023 0 0 16781312 514 10993427427899703556 0 0 17 4 0 0 0
/proc/29513/statm: 70861 6677 383 364 0 6779 0
[pid=29515] ppid=29513 vsize=1018996 CPUtime=99.94 cores=4,6
/proc/29515/stat : 29515 (gnovelty+2) R 29513 29515 29515 0 -1 4202496 964 0 0 0 9994 0 0 0 25 0 1 0 656882579 1043451904 698 33554432000 134512640 135663704 4290172528 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29515/statm: 254749 698 113 282 0 254465 0
[pid=29507/tid=29514] ppid=29505 vsize=293204 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 2 0 656882579 300240896 8166 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1595644

[startup+162.301 s]
/proc/loadavg: 3.01 3.34 3.61 4/427 29531
/proc/meminfo: memFree=23657492/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=303460 CPUtime=1.84 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 13945 931 1 0 173 11 0 0 19 0 3 0 656882368 310743040 8181 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 75865 8181 1880 364 0 11780 0
[pid=29513] ppid=29507 vsize=293688 CPUtime=0.28 cores=4,6
/proc/29513/stat : 29513 (python) S 29507 29507 28260 0 -1 4202560 1162 0 0 0 16 12 0 0 19 0 2 0 656882579 300736512 6714 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29513/statm: 73422 6714 415 364 0 9340 0
[pid=29515] ppid=29513 vsize=1018996 CPUtime=100.04 cores=4,6
/proc/29515/stat : 29515 (gnovelty+2) T 29513 29515 29515 0 -1 4202496 964 0 0 0 10004 0 0 0 25 0 1 0 656882579 1043451904 698 33554432000 134512640 135663704 4290172528 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29515/statm: 254749 698 113 282 0 254465 0
[pid=29513/tid=29525] ppid=29507 vsize=293688 CPUtime=0 cores=4,6
/proc/29513/task/29525/stat : 29525 (python) S 29507 29507 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656892611 300736512 6714 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604447232916288 0 0 -1 4 0 0 0
[pid=29526] ppid=29507 vsize=293700 CPUtime=0.16 cores=4,6
/proc/29526/stat : 29526 (python) S 29507 29507 28260 0 -1 4202560 911 0 0 0 9 7 0 0 18 0 1 0 656892612 300748800 6670 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715078 0 0 16781312 514 10993427427899703556 0 0 17 4 0 0 0
/proc/29526/statm: 73425 6670 372 364 0 9340 0
[pid=29528] ppid=29526 vsize=1018996 CPUtime=59.7 cores=4,6
/proc/29528/stat : 29528 (gnovelty+2) R 29526 29528 29528 0 -1 4202496 962 0 0 0 5970 0 0 0 25 0 1 0 656892612 1043451904 698 33554432000 134512640 135663704 4290294256 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29528/statm: 254749 698 113 282 0 254465 0
[pid=29507/tid=29514] ppid=29505 vsize=303460 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 3 0 656882579 310743040 8181 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29527] ppid=29505 vsize=303460 CPUtime=0 cores=4,6
/proc/29507/task/29527/stat : 29527 (python) S 29505 29507 28260 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 3 0 656892612 310743040 8181 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 2928840

[startup+222.301 s]
/proc/loadavg: 3.00 3.27 3.57 4/431 29537
/proc/meminfo: memFree=23645664/32950928 swapFree=67056568/67111528

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

/proc/29526/statm: 73425 6699 400 364 0 9340 0
[pid=29528] ppid=29526 vsize=1018996 CPUtime=100.04 cores=4,6
/proc/29528/stat : 29528 (gnovelty+2) T 29526 29528 29528 0 -1 4202496 962 0 0 0 10004 0 0 0 25 0 1 0 656892612 1043451904 698 33554432000 134512640 135663704 4290294256 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29528/statm: 254749 698 113 282 0 254465 0
[pid=29526/tid=29533] ppid=29507 vsize=293700 CPUtime=0 cores=4,6
/proc/29526/task/29533/stat : 29533 (python) S 29507 29507 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656902644 300748800 6699 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604453963870528 0 0 -1 6 0 0 0
[pid=29534] ppid=29507 vsize=303956 CPUtime=0.29 cores=4,6
/proc/29534/stat : 29534 (python) S 29507 29507 28260 0 -1 4202560 1088 0 0 0 18 11 0 0 19 0 2 0 656902645 311250944 6703 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29534/statm: 75989 6703 400 364 0 11901 0
[pid=29536] ppid=29534 vsize=421428 CPUtime=100.01 cores=4,6
/proc/29536/stat : 29536 (adaptg2wsat2009) T 29534 29536 29536 0 -1 4202496 2050 0 0 0 10001 0 0 0 25 0 1 0 656902646 431542272 1781 33554432000 134512640 135107411 4293446608 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29536/statm: 105357 1781 59 146 0 104233 0
[pid=29534/tid=29546] ppid=29507 vsize=303956 CPUtime=0 cores=4,6
/proc/29534/task/29546/stat : 29546 (python) S 29507 29507 28260 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 656912674 311250944 6703 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604447232914496 0 0 -1 6 0 0 0
[pid=29547] ppid=29507 vsize=314212 CPUtime=0.3 cores=4,6
/proc/29547/stat : 29547 (python) S 29507 29507 28260 0 -1 4202560 1085 0 0 0 16 14 0 0 19 0 2 0 656912675 321753088 6707 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 78553 6707 400 364 0 14462 0
[pid=29549] ppid=29547 vsize=421428 CPUtime=100.02 cores=4,6
/proc/29549/stat : 29549 (adaptg2wsat2009) T 29547 29549 29549 0 -1 4202496 2053 0 0 0 10002 0 0 0 25 0 1 0 656912676 431542272 1782 33554432000 134512640 135107411 4291486928 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29549/statm: 105357 1782 59 146 0 104233 0
[pid=29547/tid=29555] ppid=29507 vsize=314212 CPUtime=0 cores=4,6
/proc/29547/task/29555/stat : 29555 (python) S 29507 29507 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656922705 321753088 6707 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604447276577856 0 0 -1 6 0 0 0
[pid=29556] ppid=29507 vsize=324564 CPUtime=0.29 cores=4,6
/proc/29556/stat : 29556 (python) S 29507 29507 28260 0 -1 4202560 1094 0 0 0 16 13 0 0 19 0 2 0 656922706 332353536 6711 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29556/statm: 81141 6711 400 364 0 17047 0
[pid=29558] ppid=29556 vsize=421428 CPUtime=99.98 cores=4,6
/proc/29558/stat : 29558 (adaptg2wsat2009) T 29556 29558 29558 0 -1 4202496 2048 0 0 0 9998 0 0 0 25 0 1 0 656922707 431542272 1781 33554432000 134512640 135107411 4293208768 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29558/statm: 105357 1781 59 146 0 104233 0
[pid=29556/tid=29567] ppid=29507 vsize=324564 CPUtime=0 cores=4,6
/proc/29556/task/29567/stat : 29567 (python) S 29507 29507 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656932736 332353536 6711 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604450373149696 0 0 -1 6 0 0 0
[pid=29568] ppid=29507 vsize=334828 CPUtime=0.3 cores=4,6
/proc/29568/stat : 29568 (python) S 29507 29507 28260 0 -1 4202560 1089 0 0 0 16 14 0 0 19 0 2 0 656932737 342863872 6739 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29568/statm: 83707 6739 400 364 0 19610 0
[pid=29570] ppid=29568 vsize=1018996 CPUtime=100.07 cores=4,6
/proc/29570/stat : 29570 (gnovelty+2) T 29568 29570 29570 0 -1 4202496 966 0 0 0 10007 0 0 0 25 0 1 0 656932737 1043451904 697 33554432000 134512640 135663704 4289532912 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29570/statm: 254749 697 113 282 0 254465 0
[pid=29568/tid=29574] ppid=29507 vsize=334828 CPUtime=0 cores=4,6
/proc/29568/task/29574/stat : 29574 (python) S 29507 29507 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656942770 342863872 6739 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604440595605504 0 0 -1 6 0 0 0
[pid=29575] ppid=29507 vsize=344980 CPUtime=0.27 cores=4,6
/proc/29575/stat : 29575 (python) S 29507 29507 28260 0 -1 4202560 931 0 0 0 14 13 0 0 18 0 1 0 656942772 353259520 6716 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715078 0 0 16781312 514 10993427427899703553 0 0 17 4 0 0 0
/proc/29575/statm: 86245 6716 372 364 0 22145 0
[pid=29577] ppid=29575 vsize=251296 CPUtime=98.07 cores=4,6
/proc/29577/stat : 29577 (FH) R 29575 29577 29577 0 -1 4202496 1949 0 0 0 9807 0 0 0 25 0 1 0 656942772 257327104 1682 33554432000 134512640 134936988 4294068544 18446744073709551615 134553505 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29577/statm: 62824 1682 41 104 0 62328 0
[pid=29507/tid=29514] ppid=29505 vsize=354740 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 8 0 656882579 363253760 8237 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29527] ppid=29505 vsize=354740 CPUtime=0 cores=4,6
/proc/29507/task/29527/stat : 29527 (python) S 29505 29507 28260 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 8 0 656892612 363253760 8237 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29535] ppid=29505 vsize=354740 CPUtime=0 cores=4,6
/proc/29507/task/29535/stat : 29535 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 656902646 363253760 8237 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29548] ppid=29505 vsize=354740 CPUtime=0 cores=4,6
/proc/29507/task/29548/stat : 29548 (python) S 29505 29507 28260 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 8 0 656912676 363253760 8237 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29557] ppid=29505 vsize=354740 CPUtime=0 cores=4,6
/proc/29507/task/29557/stat : 29557 (python) S 29505 29507 28260 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 8 0 656922706 363253760 8237 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29569] ppid=29505 vsize=354740 CPUtime=0 cores=4,6
/proc/29507/task/29569/stat : 29569 (python) S 29505 29507 28260 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 656932737 363253760 8237 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29576] ppid=29505 vsize=354740 CPUtime=0 cores=4,6
/proc/29507/task/29576/stat : 29576 (python) S 29505 29507 28260 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 8 0 656942772 363253760 8237 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 7137236



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 1.81 2.77 3.24 3/413 29629
/proc/meminfo: memFree=23688124/32950928 swapFree=67056568/67111528
[pid=29507] ppid=29505 vsize=364996 CPUtime=1.93 cores=4,6
/proc/29507/stat : 29507 (python) S 29505 29507 28260 0 -1 4202496 19178 931 1 0 180 13 0 0 20 0 9 0 656882368 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29507/statm: 91249 8243 1892 364 0 27146 0
[pid=29513] ppid=29507 vsize=293688 CPUtime=0.28 cores=4,6
/proc/29513/stat : 29513 (python) S 29507 29507 28260 0 -1 4202560 1162 0 0 0 16 12 0 0 19 0 2 0 656882579 300736512 6714 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29513/statm: 73422 6714 415 364 0 9340 0
[pid=29515] ppid=29513 vsize=1018996 CPUtime=100.04 cores=4,6
/proc/29515/stat : 29515 (gnovelty+2) T 29513 29515 29515 0 -1 4202496 964 0 0 0 10004 0 0 0 25 0 1 0 656882579 1043451904 698 33554432000 134512640 135663704 4290172528 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29515/statm: 254749 698 113 282 0 254465 0
[pid=29513/tid=29525] ppid=29507 vsize=293688 CPUtime=0 cores=4,6
/proc/29513/task/29525/stat : 29525 (python) S 29507 29507 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656892611 300736512 6714 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604447232916288 0 0 -1 4 0 0 0
[pid=29526] ppid=29507 vsize=293700 CPUtime=0.29 cores=4,6
/proc/29526/stat : 29526 (python) S 29507 29507 28260 0 -1 4202560 1075 0 0 0 17 12 0 0 19 0 2 0 656892612 300748800 6699 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29526/statm: 73425 6699 400 364 0 9340 0
[pid=29528] ppid=29526 vsize=1018996 CPUtime=100.04 cores=4,6
/proc/29528/stat : 29528 (gnovelty+2) T 29526 29528 29528 0 -1 4202496 962 0 0 0 10004 0 0 0 25 0 1 0 656892612 1043451904 698 33554432000 134512640 135663704 4290294256 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29528/statm: 254749 698 113 282 0 254465 0
[pid=29526/tid=29533] ppid=29507 vsize=293700 CPUtime=0 cores=4,6
/proc/29526/task/29533/stat : 29533 (python) S 29507 29507 28260 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656902644 300748800 6699 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604453963870528 0 0 -1 6 0 0 0
[pid=29534] ppid=29507 vsize=303956 CPUtime=0.29 cores=4,6
/proc/29534/stat : 29534 (python) S 29507 29507 28260 0 -1 4202560 1088 0 0 0 18 11 0 0 19 0 2 0 656902645 311250944 6703 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29534/statm: 75989 6703 400 364 0 11901 0
[pid=29536] ppid=29534 vsize=421428 CPUtime=100.01 cores=4,6
/proc/29536/stat : 29536 (adaptg2wsat2009) T 29534 29536 29536 0 -1 4202496 2050 0 0 0 10001 0 0 0 25 0 1 0 656902646 431542272 1781 33554432000 134512640 135107411 4293446608 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29536/statm: 105357 1781 59 146 0 104233 0
[pid=29534/tid=29546] ppid=29507 vsize=303956 CPUtime=0 cores=4,6
/proc/29534/task/29546/stat : 29546 (python) S 29507 29507 28260 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 656912674 311250944 6703 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604447232914496 0 0 -1 6 0 0 0
[pid=29547] ppid=29507 vsize=314212 CPUtime=0.3 cores=4,6
/proc/29547/stat : 29547 (python) S 29507 29507 28260 0 -1 4202560 1085 0 0 0 16 14 0 0 19 0 2 0 656912675 321753088 6707 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29547/statm: 78553 6707 400 364 0 14462 0
[pid=29549] ppid=29547 vsize=421428 CPUtime=100.02 cores=4,6
/proc/29549/stat : 29549 (adaptg2wsat2009) T 29547 29549 29549 0 -1 4202496 2053 0 0 0 10002 0 0 0 25 0 1 0 656912676 431542272 1782 33554432000 134512640 135107411 4291486928 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29549/statm: 105357 1782 59 146 0 104233 0
[pid=29547/tid=29555] ppid=29507 vsize=314212 CPUtime=0 cores=4,6
/proc/29547/task/29555/stat : 29555 (python) S 29507 29507 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656922705 321753088 6707 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604447276577856 0 0 -1 6 0 0 0
[pid=29556] ppid=29507 vsize=324564 CPUtime=0.29 cores=4,6
/proc/29556/stat : 29556 (python) S 29507 29507 28260 0 -1 4202560 1094 0 0 0 16 13 0 0 19 0 2 0 656922706 332353536 6711 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29556/statm: 81141 6711 400 364 0 17047 0
[pid=29558] ppid=29556 vsize=421428 CPUtime=99.98 cores=4,6
/proc/29558/stat : 29558 (adaptg2wsat2009) T 29556 29558 29558 0 -1 4202496 2048 0 0 0 9998 0 0 0 25 0 1 0 656922707 431542272 1781 33554432000 134512640 135107411 4293208768 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29558/statm: 105357 1781 59 146 0 104233 0
[pid=29556/tid=29567] ppid=29507 vsize=324564 CPUtime=0 cores=4,6
/proc/29556/task/29567/stat : 29567 (python) S 29507 29507 28260 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656932736 332353536 6711 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604450373149696 0 0 -1 6 0 0 0
[pid=29568] ppid=29507 vsize=334828 CPUtime=0.3 cores=4,6
/proc/29568/stat : 29568 (python) S 29507 29507 28260 0 -1 4202560 1089 0 0 0 16 14 0 0 19 0 2 0 656932737 342863872 6739 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29568/statm: 83707 6739 400 364 0 19610 0
[pid=29570] ppid=29568 vsize=1018996 CPUtime=100.07 cores=4,6
/proc/29570/stat : 29570 (gnovelty+2) T 29568 29570 29570 0 -1 4202496 966 0 0 0 10007 0 0 0 25 0 1 0 656932737 1043451904 697 33554432000 134512640 135663704 4289532912 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29570/statm: 254749 697 113 282 0 254465 0
[pid=29568/tid=29574] ppid=29507 vsize=334828 CPUtime=0 cores=4,6
/proc/29568/task/29574/stat : 29574 (python) S 29507 29507 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656942770 342863872 6739 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604440595605504 0 0 -1 6 0 0 0
[pid=29575] ppid=29507 vsize=344980 CPUtime=0.29 cores=4,6
/proc/29575/stat : 29575 (python) S 29507 29507 28260 0 -1 4202560 1089 0 0 0 15 14 0 0 19 0 2 0 656942772 353259520 6745 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29575/statm: 86245 6745 400 364 0 22145 0
[pid=29577] ppid=29575 vsize=251296 CPUtime=100.09 cores=4,6
/proc/29577/stat : 29577 (FH) T 29575 29577 29577 0 -1 4202496 1949 0 0 0 10009 0 0 0 25 0 1 0 656942772 257327104 1682 33554432000 134512640 134936988 4294068544 18446744073709551615 134554229 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29577/statm: 62824 1682 41 104 0 62328 0
[pid=29575/tid=29626] ppid=29507 vsize=344980 CPUtime=0 cores=4,6
/proc/29575/task/29626/stat : 29626 (python) S 29507 29507 28260 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656952800 353259520 6745 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 514 18446604453891580096 0 0 -1 4 0 0 0
[pid=29627] ppid=29507 vsize=355356 CPUtime=0 cores=4,6
/proc/29627/stat : 29627 (python) S 29507 29507 28260 0 -1 4202560 780 0 0 0 0 0 0 0 19 0 1 0 656952802 363884544 6699 33554432000 4194304 5683644 140736248632448 18446744073709551615 239476715078 0 0 16781312 514 7539483727106146303 0 0 17 4 0 0 0
/proc/29627/statm: 88839 6699 351 364 0 24736 0
[pid=29629] ppid=29627 vsize=421428 CPUtime=0.68 cores=4,6
/proc/29629/stat : 29629 (adaptg2wsat2009) R 29627 29629 29629 0 -1 4202496 2059 0 0 0 68 0 0 0 22 0 1 0 656952802 431542272 1783 33554432000 134512640 135107411 4292690576 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29629/statm: 105357 1783 59 146 0 104233 0
[pid=29507/tid=29514] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29514/stat : 29514 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 9 0 656882579 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29527] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29527/stat : 29527 (python) S 29505 29507 28260 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 656892612 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29535] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29535/stat : 29535 (python) S 29505 29507 28260 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 656902646 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29548] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29548/stat : 29548 (python) S 29505 29507 28260 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 9 0 656912676 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29557] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29557/stat : 29557 (python) S 29505 29507 28260 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 656922706 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29569] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29569/stat : 29569 (python) S 29505 29507 28260 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 656932737 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
[pid=29507/tid=29576] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29576/stat : 29576 (python) S 29505 29507 28260 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 656942772 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 6 0 0 0
[pid=29507/tid=29628] ppid=29505 vsize=364996 CPUtime=0 cores=4,6
/proc/29507/task/29628/stat : 29628 (python) S 29505 29507 28260 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 656952802 373755904 8243 33554432000 4194304 5683644 140736248632448 18446744073709551615 239488518577 0 0 16781312 2 18446604453942803264 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 704.9
Current children cumulated vsize (KiB) 7924276

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

Real time (s): 705.078
CPU time (s): 704.9
CPU user time (s): 703.87
CPU system time (s): 1.03
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 7924276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.81772
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20596
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= 2866
involuntary context switches= 44

runsolver used 3.17252 second user time and 6.583 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 11:47:33
IDJOB=3377374
IDBENCH=82683
IDSOLVER=1857
FILE ID=node148/3377374-1305452853
RUNJOBID= node148-1305451495-29008
PBS_JOBID= 13324858
Free space on /tmp= 72808 MiB

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

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

MD5SUM BENCH= 0c1f90cdbd54dc48a7f7e4333f537217
RANDOM SEED=279095850

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23770784 kB
Buffers:        330488 kB
Cached:        4845576 kB
SwapCached:       8488 kB
Active:        5570564 kB
Inactive:      3245280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23770784 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           32344 kB
Writeback:           0 kB
AnonPages:     3637652 kB
Mapped:          36236 kB
Slab:           258384 kB
PageTables:      39944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99278972 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= 72836 MiB
End job on node148 at 2011-05-15 11:59:20