Trace number 3377793

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)? (TO) 1302.21 1300.08

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S560963242-048.UNKNOWN.cnf
MD5SUM3be09135963d2d9a560d20860022864d
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.39/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.50	c INFO: solving HOME/instance-3377793-1305458148.cnf
0.39/0.50	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.59/0.72	c INFO: computed variable balance statistics
0.69/0.80	c INFO: computed small-clause counts
0.69/0.80	c INFO: computed Horn-clause counts
0.69/0.81	c INFO: computed variable graph statistics
0.69/0.81	c INFO: collected features for HOME/instance-3377793-1305458148.cnf in 0.36 s
0.69/0.82	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.52)
100.85/101.11	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.32/201.41	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.05)
299.89/299.71	c INFO: running adaptg2wsat2009++@0 for 97 with 2101 remaining (b = 0.04)
400.29/400.00	c INFO: running adaptg2wsat2009++@0 for 97 with 2001 remaining (b = 0.03)
500.73/500.31	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.02)
601.07/600.62	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.02)
701.27/700.93	c INFO: running march_hi@0 for 485 with 1701 remaining (b = 0.09)
1193.18/1191.30	c INFO: running march_hi@490 for 194 with 1210 remaining (b = 0.05)

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-3377793-1305458148/watcher-3377793-1305458148 -o /tmp/evaluation-result-3377793-1305458148/solver-3377793-1305458148 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377793-1305458148.cnf -seed 1573381838 -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: 0.85 1.04 1.80 5/390 7489
/proc/meminfo: memFree=20918996/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=15912 CPUtime=0 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 944 0 0 0 0 0 0 0 25 0 1 0 638230941 16293888 821 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/7489/statm: 3978 821 357 364 0 465 0

[startup+0.087065 s]
/proc/loadavg: 0.85 1.04 1.80 5/390 7489
/proc/meminfo: memFree=20918996/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=99380 CPUtime=0.07 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 2864 0 0 0 5 2 0 0 17 0 1 0 638230941 101765120 2564 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/7489/statm: 24845 2564 818 364 0 1696 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99380

[startup+0.101054 s]
/proc/loadavg: 0.85 1.04 1.80 5/390 7489
/proc/meminfo: memFree=20918996/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=104624 CPUtime=0.07 cores=4,6
/proc/7489/stat : 7489 (python) R 7486 7489 5042 0 -1 4202496 3148 0 0 0 5 2 0 0 17 0 1 0 638230941 107134976 2825 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106768640 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7489/statm: 26156 2826 847 364 0 1904 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104624

[startup+0.301014 s]
/proc/loadavg: 0.85 1.04 1.80 5/390 7489
/proc/meminfo: memFree=20918996/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=198920 CPUtime=0.22 cores=4,6
/proc/7489/stat : 7489 (python) R 7486 7489 5042 0 -1 4202496 7029 934 1 0 16 6 0 0 18 0 1 0 638230941 203694080 5053 33554432000 4194304 5683644 140737007915968 18446744073709551615 47671716040208 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7489/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198920

[startup+0.700977 s]
/proc/loadavg: 0.85 1.04 1.80 5/390 7489
/proc/meminfo: memFree=20918996/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=279852 CPUtime=0.59 cores=4,6
/proc/7489/stat : 7489 (python) R 7486 7489 5042 0 -1 4202496 9775 934 1 0 52 7 0 0 18 0 1 0 638230941 286568448 7347 33554432000 4194304 5683644 140737007915968 18446744073709551615 47671718507184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7489/statm: 69963 7347 1826 364 0 5887 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279852

[startup+1.50078 s]
/proc/loadavg: 1.10 1.09 1.81 5/394 7497
/proc/meminfo: memFree=20892048/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=290120 CPUtime=0.73 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10074 934 1 0 65 8 0 0 20 0 2 0 638230941 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 72530 7400 1869 364 0 8448 0
[pid=7495] ppid=7489 vsize=279876 CPUtime=0 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 638231024 286593024 5881 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788879 0 0 16781312 514 1328475307828576255 0 0 17 4 0 0 0
/proc/7495/statm: 69969 5881 354 364 0 5887 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=0.65 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) R 7495 7497 7497 0 -1 4202496 530 0 0 0 65 0 0 0 22 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7489/tid=7496] ppid=7486 vsize=290120 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 638231024 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1588072

[startup+3.10049 s]
/proc/loadavg: 1.10 1.09 1.81 5/394 7497
/proc/meminfo: memFree=20889236/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=290120 CPUtime=0.73 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10074 934 1 0 65 8 0 0 20 0 2 0 638230941 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 72530 7400 1869 364 0 8448 0
[pid=7495] ppid=7489 vsize=279876 CPUtime=0 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 638231024 286593024 5881 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788879 0 0 16781312 514 1328475307828543745 0 0 17 4 0 0 0
/proc/7495/statm: 69969 5881 354 364 0 5887 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=2.24 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) R 7495 7497 7497 0 -1 4202496 530 0 0 0 224 0 0 0 25 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7489/tid=7496] ppid=7486 vsize=290120 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 638231024 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1588072

[startup+6.30096 s]
/proc/loadavg: 1.10 1.09 1.81 5/394 7497
/proc/meminfo: memFree=20890752/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=290120 CPUtime=0.73 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10074 934 1 0 65 8 0 0 20 0 2 0 638230941 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 72530 7400 1869 364 0 8448 0
[pid=7495] ppid=7489 vsize=279876 CPUtime=0.01 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 980 0 0 0 0 1 0 0 18 0 1 0 638231024 286593024 5909 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788879 0 0 16781312 514 1328475307828543745 0 0 17 4 0 0 0
/proc/7495/statm: 69969 5909 382 364 0 5887 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=5.41 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) R 7495 7497 7497 0 -1 4202496 530 0 0 0 541 0 0 0 25 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7489/tid=7496] ppid=7486 vsize=290120 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 638231024 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1588072

[startup+12.7008 s]
/proc/loadavg: 1.62 1.20 1.84 5/394 7498
/proc/meminfo: memFree=20888644/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=290120 CPUtime=0.73 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10074 934 1 0 65 8 0 0 20 0 2 0 638230941 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 72530 7400 1869 364 0 8448 0
[pid=7495] ppid=7489 vsize=279876 CPUtime=0.02 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 984 0 0 0 1 1 0 0 18 0 1 0 638231024 286593024 5909 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788879 0 0 16781312 514 8801511415509647617 0 0 17 4 0 0 0
/proc/7495/statm: 69969 5909 382 364 0 5887 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=11.8 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) R 7495 7497 7497 0 -1 4202496 530 0 0 0 1180 0 0 0 25 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7489/tid=7496] ppid=7486 vsize=290120 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 638231024 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1588072

[startup+25.5006 s]
/proc/loadavg: 1.99 1.30 1.86 5/394 7498
/proc/meminfo: memFree=20888572/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=290120 CPUtime=0.73 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10074 934 1 0 65 8 0 0 20 0 2 0 638230941 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 72530 7400 1869 364 0 8448 0
[pid=7495] ppid=7489 vsize=279876 CPUtime=0.06 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 990 0 0 0 3 3 0 0 18 0 1 0 638231024 286593024 5909 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788879 0 0 16781312 514 8801511415509647617 0 0 17 4 0 0 0
/proc/7495/statm: 69969 5909 382 364 0 5887 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=24.56 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) R 7495 7497 7497 0 -1 4202496 530 0 0 0 2456 0 0 0 25 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7489/tid=7496] ppid=7486 vsize=290120 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 638231024 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1588072

[startup+51.1011 s]
/proc/loadavg: 2.78 1.55 1.92 5/394 7499
/proc/meminfo: memFree=20888920/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=290120 CPUtime=0.73 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10074 934 1 0 65 8 0 0 20 0 2 0 638230941 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 72530 7400 1869 364 0 8448 0
[pid=7495] ppid=7489 vsize=279876 CPUtime=0.12 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 1000 0 0 0 7 5 0 0 18 0 1 0 638231024 286593024 5909 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788879 0 0 16781312 514 8801511415509647617 0 0 17 4 0 0 0
/proc/7495/statm: 69969 5909 382 364 0 5887 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=50.07 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) R 7495 7497 7497 0 -1 4202496 530 0 0 0 5007 0 0 0 25 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7489/tid=7496] ppid=7486 vsize=290120 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 638231024 297082880 7400 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 1588072

[startup+102.301 s]
/proc/loadavg: 3.47 1.93 2.03 5/410 7517
/proc/meminfo: memFree=20870180/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=300376 CPUtime=0.74 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10977 934 1 0 66 8 0 0 20 0 3 0 638230941 307585024 7415 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 75094 7415 1880 364 0 11009 0
[pid=7495] ppid=7489 vsize=290120 CPUtime=0.27 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 1161 0 0 0 15 12 0 0 19 0 2 0 638231024 297082880 5947 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7495/statm: 72530 5947 415 364 0 8448 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=99.96 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) T 7495 7497 7497 0 -1 4202496 530 0 0 0 9996 0 0 0 25 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7495/tid=7513] ppid=7489 vsize=290120 CPUtime=0 cores=4,6
/proc/7495/task/7513/stat : 7513 (python) S 7489 7489 5042 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638241051 297082880 5947 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604448927035712 0 0 -1 6 0 0 0
[pid=7515] ppid=7489 vsize=290132 CPUtime=0 cores=4,6
/proc/7515/stat : 7515 (python) S 7489 7489 5042 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 638241053 297095168 5879 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788934 0 0 16781312 514 664417563651834113 0 0 17 4 0 0 0
/proc/7515/statm: 72533 5879 348 364 0 8448 0
[pid=7517] ppid=7515 vsize=1018076 CPUtime=1.18 cores=4,6
/proc/7517/stat : 7517 (gnovelty+2) R 7515 7517 7517 0 -1 4202496 531 0 0 0 118 0 0 0 25 0 1 0 638241053 1042509824 268 33554432000 134512640 135663704 4290132192 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7517/statm: 254519 268 113 282 0 254235 0
[pid=7489/tid=7496] ppid=7486 vsize=300376 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 638231024 307585024 7415 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7516] ppid=7486 vsize=300376 CPUtime=0 cores=4,6
/proc/7489/task/7516/stat : 7516 (python) S 7486 7489 5042 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 3 0 638241053 307585024 7415 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 2916780

[startup+162.301 s]
/proc/loadavg: 3.80 2.30 2.15 5/410 7519
/proc/meminfo: memFree=20865076/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=300376 CPUtime=0.74 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 10977 934 1 0 66 8 0 0 20 0 3 0 638230941 307585024 7415 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 75094 7415 1880 364 0 11009 0
[pid=7495] ppid=7489 vsize=290120 CPUtime=0.27 cores=4,6

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

[pid=7547] ppid=7489 vsize=310644 CPUtime=0.28 cores=4,6
/proc/7547/stat : 7547 (python) S 7489 7489 5042 0 -1 4202560 1091 0 0 0 16 12 0 0 19 0 2 0 638260912 318099456 5940 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7547/statm: 77661 5940 400 364 0 13570 0
[pid=7549] ppid=7547 vsize=416920 CPUtime=100.1 cores=4,6
/proc/7549/stat : 7549 (adaptg2wsat2009) T 7547 7549 7549 0 -1 4202496 673 0 0 0 10010 0 0 0 25 0 1 0 638260913 426926080 406 33554432000 134512640 135107411 4290578944 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7549/statm: 104230 406 59 146 0 103106 0
[pid=7547/tid=7558] ppid=7489 vsize=310644 CPUtime=0 cores=4,6
/proc/7547/task/7558/stat : 7558 (python) S 7489 7489 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638270940 318099456 5940 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604451012119232 0 0 -1 6 0 0 0
[pid=7559] ppid=7489 vsize=320900 CPUtime=0.3 cores=4,6
/proc/7559/stat : 7559 (python) S 7489 7489 5042 0 -1 4202560 1084 0 0 0 14 16 0 0 19 0 2 0 638270942 328601600 5944 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7559/statm: 80225 5944 400 364 0 16131 0
[pid=7561] ppid=7559 vsize=416920 CPUtime=100.26 cores=4,6
/proc/7561/stat : 7561 (adaptg2wsat2009) T 7559 7561 7561 0 -1 4202496 671 0 0 0 10026 0 0 0 25 0 1 0 638270942 426926080 407 33554432000 134512640 135107411 4291178256 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7561/statm: 104230 407 59 146 0 103106 0
[pid=7559/tid=7566] ppid=7489 vsize=320900 CPUtime=0 cores=4,6
/proc/7559/task/7566/stat : 7566 (python) S 7489 7489 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638280971 328601600 5944 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604448743664704 0 0 -1 6 0 0 0
[pid=7570] ppid=7489 vsize=331156 CPUtime=0.3 cores=4,6
/proc/7570/stat : 7570 (python) S 7489 7489 5042 0 -1 4202560 1092 0 0 0 15 15 0 0 19 0 2 0 638280972 339103744 5948 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7570/statm: 82789 5948 400 364 0 18692 0
[pid=7572] ppid=7570 vsize=1018076 CPUtime=99.92 cores=4,6
/proc/7572/stat : 7572 (gnovelty+2) T 7570 7572 7572 0 -1 4202496 532 0 0 0 9992 0 0 0 25 0 1 0 638280973 1042509824 267 33554432000 134512640 135663704 4293308368 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7572/statm: 254519 267 113 282 0 254235 0
[pid=7570/tid=7579] ppid=7489 vsize=331156 CPUtime=0 cores=4,6
/proc/7570/task/7579/stat : 7579 (python) S 7489 7489 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638291002 339103744 5948 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604450005387200 0 0 -1 6 0 0 0
[pid=7582] ppid=7489 vsize=341412 CPUtime=0.3 cores=4,6
/proc/7582/stat : 7582 (python) S 7489 7489 5042 0 -1 4202560 1090 0 0 0 17 13 0 0 19 0 2 0 638291004 349605888 5952 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7582/statm: 85353 5952 400 364 0 21253 0
[pid=7584] ppid=7582 vsize=247072 CPUtime=99.9 cores=4,6
/proc/7584/stat : 7584 (FH) T 7582 7584 7584 0 -1 4202496 627 0 0 0 9990 0 0 0 25 0 1 0 638291004 253001728 365 33554432000 134512640 134936988 4287703824 18446744073709551615 134554245 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7584/statm: 61768 365 41 104 0 61272 0
[pid=7582/tid=7591] ppid=7489 vsize=341412 CPUtime=0 cores=4,6
/proc/7582/task/7591/stat : 7591 (python) S 7489 7489 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638301033 349605888 5952 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604453952236224 0 0 -1 4 0 0 0
[pid=7592] ppid=7489 vsize=351668 CPUtime=1.68 cores=4,6
/proc/7592/stat : 7592 (python) S 7489 7489 5042 0 -1 4202560 1185 0 0 0 91 77 0 0 15 0 2 0 638301035 360108032 5962 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7592/statm: 87917 5962 406 364 0 23814 0
[pid=7594] ppid=7592 vsize=62608 CPUtime=541.32 cores=4,6
/proc/7594/stat : 7594 (march_hi) R 7592 7594 7594 0 -1 4202496 14779 0 0 0 54129 3 0 0 25 0 1 0 638301035 64110592 13626 33554432000 4194304 4955518 140736063122576 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7594/statm: 15652 13626 106 186 0 15465 0
[pid=7592/tid=7631] ppid=7489 vsize=351668 CPUtime=0 cores=4,6
/proc/7592/task/7631/stat : 7631 (python) S 7489 7489 5042 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 638350071 360108032 5962 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604447967392000 0 0 -1 6 0 0 0
[pid=7489/tid=7496] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 638231024 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7516] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7516/stat : 7516 (python) S 7486 7489 5042 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 638241053 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7538] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7538/stat : 7538 (python) S 7486 7489 5042 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 638251083 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7548] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7548/stat : 7548 (python) S 7486 7489 5042 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 638260913 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7560] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7560/stat : 7560 (python) S 7486 7489 5042 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 638270942 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7571] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7571/stat : 7571 (python) S 7486 7489 5042 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 638280973 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7583] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7583/stat : 7583 (python) S 7486 7489 5042 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 638291004 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 6 0 0 0
[pid=7489/tid=7593] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7593/stat : 7593 (python) S 7486 7489 5042 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 638301035 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1244.34
Current children cumulated vsize (KiB) 7513000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.03 3.15 3.00 3/409 7672
/proc/meminfo: memFree=20938224/32951124 swapFree=67111348/67111528
[pid=7489] ppid=7486 vsize=361912 CPUtime=0.84 cores=4,6
/proc/7489/stat : 7489 (python) S 7486 7489 5042 0 -1 4202496 16952 934 1 0 74 10 0 0 18 0 9 0 638230941 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7489/statm: 90478 7451 1892 364 0 26375 0
[pid=7495] ppid=7489 vsize=290120 CPUtime=0.27 cores=4,6
/proc/7495/stat : 7495 (python) S 7489 7489 5042 0 -1 4202560 1161 0 0 0 15 12 0 0 19 0 2 0 638231024 297082880 5947 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7495/statm: 72530 5947 415 364 0 8448 0
[pid=7497] ppid=7495 vsize=1018076 CPUtime=99.96 cores=4,6
/proc/7497/stat : 7497 (gnovelty+2) T 7495 7497 7497 0 -1 4202496 530 0 0 0 9996 0 0 0 25 0 1 0 638231024 1042509824 267 33554432000 134512640 135663704 4294513808 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7497/statm: 254519 267 113 282 0 254235 0
[pid=7495/tid=7513] ppid=7489 vsize=290120 CPUtime=0 cores=4,6
/proc/7495/task/7513/stat : 7513 (python) S 7489 7489 5042 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 638241051 297082880 5947 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604448927035712 0 0 -1 6 0 0 0
[pid=7515] ppid=7489 vsize=290132 CPUtime=0.28 cores=4,6
/proc/7515/stat : 7515 (python) S 7489 7489 5042 0 -1 4202560 1078 0 0 0 16 12 0 0 19 0 2 0 638241053 297095168 5932 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7515/statm: 72533 5932 400 364 0 8448 0
[pid=7517] ppid=7515 vsize=1018076 CPUtime=100.07 cores=4,6
/proc/7517/stat : 7517 (gnovelty+2) T 7515 7517 7517 0 -1 4202496 531 0 0 0 10007 0 0 0 25 0 1 0 638241053 1042509824 268 33554432000 134512640 135663704 4290132192 18446744073709551615 134544268 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7517/statm: 254519 268 113 282 0 254235 0
[pid=7515/tid=7536] ppid=7489 vsize=290132 CPUtime=0 cores=4,6
/proc/7515/task/7536/stat : 7536 (python) S 7489 7489 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638251081 297095168 5932 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604448772422720 0 0 -1 6 0 0 0
[pid=7537] ppid=7489 vsize=300388 CPUtime=0.28 cores=4,6
/proc/7537/stat : 7537 (python) S 7489 7489 5042 0 -1 4202560 1081 0 0 0 17 11 0 0 19 0 2 0 638251082 307597312 5936 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7537/statm: 75097 5936 400 364 0 11009 0
[pid=7539] ppid=7537 vsize=416920 CPUtime=98.28 cores=4,6
/proc/7539/stat : 7539 (adaptg2wsat2009) T 7537 7539 7539 0 -1 4202496 674 0 0 0 9828 0 0 0 25 0 1 0 638251083 426926080 407 33554432000 134512640 135107411 4293698240 18446744073709551615 134532302 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7539/statm: 104230 407 59 146 0 103106 0
[pid=7537/tid=7546] ppid=7489 vsize=300388 CPUtime=0 cores=4,6
/proc/7537/task/7546/stat : 7546 (python) S 7489 7489 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638260911 307597312 5936 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604448927038400 0 0 -1 6 0 0 0
[pid=7547] ppid=7489 vsize=310644 CPUtime=0.28 cores=4,6
/proc/7547/stat : 7547 (python) S 7489 7489 5042 0 -1 4202560 1091 0 0 0 16 12 0 0 19 0 2 0 638260912 318099456 5940 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7547/statm: 77661 5940 400 364 0 13570 0
[pid=7549] ppid=7547 vsize=416920 CPUtime=100.1 cores=4,6
/proc/7549/stat : 7549 (adaptg2wsat2009) T 7547 7549 7549 0 -1 4202496 673 0 0 0 10010 0 0 0 25 0 1 0 638260913 426926080 406 33554432000 134512640 135107411 4290578944 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7549/statm: 104230 406 59 146 0 103106 0
[pid=7547/tid=7558] ppid=7489 vsize=310644 CPUtime=0 cores=4,6
/proc/7547/task/7558/stat : 7558 (python) S 7489 7489 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638270940 318099456 5940 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604451012119232 0 0 -1 6 0 0 0
[pid=7559] ppid=7489 vsize=320900 CPUtime=0.3 cores=4,6
/proc/7559/stat : 7559 (python) S 7489 7489 5042 0 -1 4202560 1084 0 0 0 14 16 0 0 19 0 2 0 638270942 328601600 5944 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7559/statm: 80225 5944 400 364 0 16131 0
[pid=7561] ppid=7559 vsize=416920 CPUtime=100.26 cores=4,6
/proc/7561/stat : 7561 (adaptg2wsat2009) T 7559 7561 7561 0 -1 4202496 671 0 0 0 10026 0 0 0 25 0 1 0 638270942 426926080 407 33554432000 134512640 135107411 4291178256 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7561/statm: 104230 407 59 146 0 103106 0
[pid=7559/tid=7566] ppid=7489 vsize=320900 CPUtime=0 cores=4,6
/proc/7559/task/7566/stat : 7566 (python) S 7489 7489 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638280971 328601600 5944 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604448743664704 0 0 -1 6 0 0 0
[pid=7570] ppid=7489 vsize=331156 CPUtime=0.3 cores=4,6
/proc/7570/stat : 7570 (python) S 7489 7489 5042 0 -1 4202560 1092 0 0 0 15 15 0 0 19 0 2 0 638280972 339103744 5948 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7570/statm: 82789 5948 400 364 0 18692 0
[pid=7572] ppid=7570 vsize=1018076 CPUtime=99.92 cores=4,6
/proc/7572/stat : 7572 (gnovelty+2) T 7570 7572 7572 0 -1 4202496 532 0 0 0 9992 0 0 0 25 0 1 0 638280973 1042509824 267 33554432000 134512640 135663704 4293308368 18446744073709551615 134525243 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7572/statm: 254519 267 113 282 0 254235 0
[pid=7570/tid=7579] ppid=7489 vsize=331156 CPUtime=0 cores=4,6
/proc/7570/task/7579/stat : 7579 (python) S 7489 7489 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638291002 339103744 5948 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604450005387200 0 0 -1 6 0 0 0
[pid=7582] ppid=7489 vsize=341412 CPUtime=0.3 cores=4,6
/proc/7582/stat : 7582 (python) S 7489 7489 5042 0 -1 4202560 1090 0 0 0 17 13 0 0 19 0 2 0 638291004 349605888 5952 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7582/statm: 85353 5952 400 364 0 21253 0
[pid=7584] ppid=7582 vsize=247072 CPUtime=99.9 cores=4,6
/proc/7584/stat : 7584 (FH) T 7582 7584 7584 0 -1 4202496 627 0 0 0 9990 0 0 0 25 0 1 0 638291004 253001728 365 33554432000 134512640 134936988 4287703824 18446744073709551615 134554245 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7584/statm: 61768 365 41 104 0 61272 0
[pid=7582/tid=7591] ppid=7489 vsize=341412 CPUtime=0 cores=4,6
/proc/7582/task/7591/stat : 7591 (python) S 7489 7489 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 638301033 349605888 5952 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604453952236224 0 0 -1 4 0 0 0
[pid=7592] ppid=7489 vsize=351668 CPUtime=1.83 cores=4,6
/proc/7592/stat : 7592 (python) S 7489 7489 5042 0 -1 4202560 1185 0 0 0 99 84 0 0 15 0 2 0 638301035 360108032 5962 33554432000 4194304 5683644 140737007915968 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7592/statm: 87917 5962 406 364 0 23814 0
[pid=7594] ppid=7592 vsize=63516 CPUtime=599.04 cores=4,6
/proc/7594/stat : 7594 (march_hi) R 7592 7594 7594 0 -1 4202496 16042 0 0 0 59901 3 0 0 25 0 1 0 638301035 65040384 14889 33554432000 4194304 4955518 140736063122576 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7594/statm: 15879 14889 106 186 0 15692 0
[pid=7592/tid=7631] ppid=7489 vsize=351668 CPUtime=0 cores=4,6
/proc/7592/task/7631/stat : 7631 (python) S 7489 7489 5042 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 638350071 360108032 5962 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 514 18446604447967392000 0 0 -1 6 0 0 0
[pid=7489/tid=7496] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7496/stat : 7496 (python) S 7486 7489 5042 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 638231024 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7516] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7516/stat : 7516 (python) S 7486 7489 5042 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 638241053 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7538] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7538/stat : 7538 (python) S 7486 7489 5042 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 638251083 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7548] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7548/stat : 7548 (python) S 7486 7489 5042 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 638260913 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7560] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7560/stat : 7560 (python) S 7486 7489 5042 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 638270942 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7571] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7571/stat : 7571 (python) S 7486 7489 5042 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 638280973 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 4 0 0 0
[pid=7489/tid=7583] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7583/stat : 7583 (python) S 7486 7489 5042 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 638291004 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 6 0 0 0
[pid=7489/tid=7593] ppid=7486 vsize=361912 CPUtime=0 cores=4,6
/proc/7489/task/7593/stat : 7593 (python) S 7486 7489 5042 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 638301035 370597888 7451 33554432000 4194304 5683644 140737007915968 18446744073709551615 255118592433 0 0 16781312 2 18446604440460911872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1302.21
Current children cumulated vsize (KiB) 7513908

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

Real time (s): 1300.08
CPU time (s): 1302.21
CPU user time (s): 1300.33
CPU system time (s): 1.88
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 7513908

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

runsolver used 7.60984 second user time and 14.1019 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 13:15:48
IDJOB=3377793
IDBENCH=83102
IDSOLVER=1857
FILE ID=node144/3377793-1305458148
RUNJOBID= node144-1305458145-7343
PBS_JOBID= 13324838
Free space on /tmp= 73148 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S560963242-048.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-3377793-1305458148/watcher-3377793-1305458148 -o /tmp/evaluation-result-3377793-1305458148/solver-3377793-1305458148 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377793-1305458148.cnf -seed 1573381838 -budget 2400

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

MD5SUM BENCH= 3be09135963d2d9a560d20860022864d
RANDOM SEED=1573381838

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20919276 kB
Buffers:        310952 kB
Cached:        3993768 kB
SwapCached:          0 kB
Active:        8790452 kB
Inactive:      2882844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20919276 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          127632 kB
Writeback:           0 kB
AnonPages:     7368816 kB
Mapped:          37844 kB
Slab:           252160 kB
PageTables:      43044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 98104692 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= 73200 MiB
End job on node144 at 2011-05-15 13:37:30