Trace number 3377585

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) 1299.99 1300.06

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S289144908-090.UNKNOWN.cnf
MD5SUMacdd1627e1c0387cb30884180f862a47
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.29/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.47	c INFO: solving HOME/instance-3377585-1305455728.cnf
0.29/0.47	c INFO: computing task features
0.38/0.51	c INFO: computed variable-clause graph statistics
0.38/0.51	c INFO: computed clause balance statistics
0.58/0.73	c INFO: computed variable balance statistics
0.68/0.82	c INFO: computed small-clause counts
0.68/0.82	c INFO: computed Horn-clause counts
0.68/0.82	c INFO: computed variable graph statistics
0.68/0.82	c INFO: collected features for HOME/instance-3377585-1305455728.cnf in 0.35 s
0.68/0.84	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.52)
100.98/101.12	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.27/201.40	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.05)
301.45/301.68	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
401.73/401.95	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.03)
502.00/502.23	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
602.31/602.52	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.02)
702.54/702.81	c INFO: running march_hi@0 for 485 with 1699 remaining (b = 0.09)
1191.70/1191.75	c INFO: running march_hi@487 for 194 with 1212 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-3377585-1305455728/watcher-3377585-1305455728 -o /tmp/evaluation-result-3377585-1305455728/solver-3377585-1305455728 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377585-1305455728.cnf -seed 225342618 -budget 2400 

running on 2 cores: 5,7

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.93 2.53 2.30 4/387 6717
/proc/meminfo: memFree=20900212/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=15780 CPUtime=0 cores=5,7
/proc/6717/stat : 6717 (python) R 6714 6717 5042 0 -1 4202496 858 0 0 0 0 0 0 0 25 0 1 0 637988914 16158720 741 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106768528 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6717/statm: 3945 741 335 364 0 432 0

[startup+0.0190899 s]
/proc/loadavg: 3.93 2.53 2.30 4/387 6717
/proc/meminfo: memFree=20900212/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=16248 CPUtime=0.01 cores=5,7
/proc/6717/stat : 6717 (python) R 6714 6717 5042 0 -1 4202496 1062 0 0 0 1 0 0 0 25 0 1 0 637988914 16637952 935 33554432000 4194304 5683644 140736194271568 18446744073709551615 4378752 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6717/statm: 4062 935 381 364 0 549 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16248

[startup+0.101138 s]
/proc/loadavg: 3.93 2.53 2.30 4/387 6717
/proc/meminfo: memFree=20900212/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=104220 CPUtime=0.06 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 3043 0 0 0 5 1 0 0 17 0 1 0 637988914 106721280 2731 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/6717/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.301116 s]
/proc/loadavg: 3.93 2.53 2.30 4/387 6717
/proc/meminfo: memFree=20900212/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=168676 CPUtime=0.22 cores=5,7
/proc/6717/stat : 6717 (python) R 6714 6717 5042 0 -1 4202496 6718 932 1 0 17 5 0 0 17 0 1 0 637988914 172724224 4795 33554432000 4194304 5683644 140736194271568 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6717/statm: 42169 4795 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.70101 s]
/proc/loadavg: 3.93 2.53 2.30 4/387 6717
/proc/meminfo: memFree=20900212/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=279748 CPUtime=0.58 cores=5,7
/proc/6717/stat : 6717 (python) R 6714 6717 5042 0 -1 4202496 10034 932 1 0 51 7 0 0 17 0 1 0 637988914 286461952 7321 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106435973 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/6717/statm: 69937 7321 1826 364 0 5861 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 279748

[startup+1.50086 s]
/proc/loadavg: 3.93 2.53 2.30 5/395 6731
/proc/meminfo: memFree=20870636/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=288992 CPUtime=0.72 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 10469 932 1 0 65 7 0 0 19 0 2 0 637988914 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 72248 7152 1877 364 0 8166 0
[pid=6728] ppid=6717 vsize=278748 CPUtime=0 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 637988999 285437952 5625 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788879 0 0 16781312 514 18235260438105292799 0 0 17 5 0 0 0
/proc/6728/statm: 69687 5625 354 364 0 5605 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=0.64 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) R 6728 6731 6731 0 -1 4202496 537 0 0 0 64 0 0 0 20 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6717/tid=6729] ppid=6714 vsize=288992 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 637988999 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 1585816

[startup+3.10058 s]
/proc/loadavg: 3.94 2.56 2.31 5/395 6731
/proc/meminfo: memFree=20869148/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=288992 CPUtime=0.72 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 10469 932 1 0 65 7 0 0 19 0 2 0 637988914 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 72248 7152 1877 364 0 8166 0
[pid=6728] ppid=6717 vsize=278748 CPUtime=0 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 637988999 285437952 5625 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788879 0 0 16781312 514 18235260438105260295 0 0 17 5 0 0 0
/proc/6728/statm: 69687 5625 354 364 0 5605 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=2.24 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) R 6728 6731 6731 0 -1 4202496 537 0 0 0 224 0 0 0 25 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6717/tid=6729] ppid=6714 vsize=288992 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 637988999 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1585816

[startup+6.30102 s]
/proc/loadavg: 3.94 2.56 2.31 5/395 6731
/proc/meminfo: memFree=20866048/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=288992 CPUtime=0.72 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 10469 932 1 0 65 7 0 0 19 0 2 0 637988914 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 72248 7152 1877 364 0 8166 0
[pid=6728] ppid=6717 vsize=278748 CPUtime=0.01 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 991 0 0 0 0 1 0 0 18 0 1 0 637988999 285437952 5652 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788879 0 0 16781312 514 18235260438105260295 0 0 17 5 0 0 0
/proc/6728/statm: 69687 5652 381 364 0 5605 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=5.43 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) R 6728 6731 6731 0 -1 4202496 537 0 0 0 543 0 0 0 25 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6717/tid=6729] ppid=6714 vsize=288992 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 637988999 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1585816

[startup+12.7009 s]
/proc/loadavg: 3.94 2.60 2.33 5/399 6735
/proc/meminfo: memFree=20860144/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=288992 CPUtime=0.72 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 10469 932 1 0 65 7 0 0 19 0 2 0 637988914 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 72248 7152 1877 364 0 8166 0
[pid=6728] ppid=6717 vsize=278748 CPUtime=0.03 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 996 0 0 0 1 2 0 0 18 0 1 0 637988999 285437952 5652 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788879 0 0 16781312 514 16914148009892086023 0 0 17 5 0 0 0
/proc/6728/statm: 69687 5652 381 364 0 5605 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=11.81 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) R 6728 6731 6731 0 -1 4202496 537 0 0 0 1181 0 0 0 25 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6717/tid=6729] ppid=6714 vsize=288992 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 637988999 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1585816

[startup+25.5006 s]
/proc/loadavg: 4.03 2.66 2.35 5/399 6735
/proc/meminfo: memFree=20855768/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=288992 CPUtime=0.72 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 10469 932 1 0 65 7 0 0 19 0 2 0 637988914 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 72248 7152 1877 364 0 8166 0
[pid=6728] ppid=6717 vsize=278748 CPUtime=0.06 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 1003 0 0 0 3 3 0 0 18 0 1 0 637988999 285437952 5653 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788879 0 0 16781312 514 16914148009892086023 0 0 17 5 0 0 0
/proc/6728/statm: 69687 5653 382 364 0 5605 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=24.59 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) R 6728 6731 6731 0 -1 4202496 537 0 0 0 2459 0 0 0 25 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6717/tid=6729] ppid=6714 vsize=288992 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 637988999 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1585816

[startup+51.1012 s]
/proc/loadavg: 4.02 2.77 2.40 5/399 6736
/proc/meminfo: memFree=20847636/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=288992 CPUtime=0.72 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 10469 932 1 0 65 7 0 0 19 0 2 0 637988914 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 72248 7152 1877 364 0 8166 0
[pid=6728] ppid=6717 vsize=278748 CPUtime=0.12 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 1012 0 0 0 6 6 0 0 18 0 1 0 637988999 285437952 5653 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788879 0 0 16781312 514 16914148009892086023 0 0 17 5 0 0 0
/proc/6728/statm: 69687 5653 382 364 0 5605 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=50.14 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) R 6728 6731 6731 0 -1 4202496 537 0 0 0 5014 0 0 0 25 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6717/tid=6729] ppid=6714 vsize=288992 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 2 0 637988999 295927808 7152 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1585816

[startup+102.314 s]
/proc/loadavg: 4.17 3.03 2.51 5/407 6747
/proc/meminfo: memFree=20821952/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=299616 CPUtime=0.74 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 11333 932 1 0 66 8 0 0 20 0 3 0 637988914 306806784 7236 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 74904 7236 1880 364 0 10819 0
[pid=6728] ppid=6717 vsize=288992 CPUtime=0.26 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 1171 0 0 0 13 13 0 0 19 0 2 0 637988999 295927808 5691 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6728/statm: 72248 5691 415 364 0 8166 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=100 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) T 6728 6731 6731 0 -1 4202496 537 0 0 0 10000 0 0 0 25 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6728/tid=6744] ppid=6717 vsize=288992 CPUtime=0 cores=5,7
/proc/6728/task/6744/stat : 6744 (python) S 6717 6717 5042 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637999026 295927808 5691 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604457158420672 0 0 -1 7 0 0 0
[pid=6745] ppid=6717 vsize=289372 CPUtime=0 cores=5,7
/proc/6745/stat : 6745 (python) S 6717 6717 5042 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 637999027 296316928 5700 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788934 0 0 16781312 514 4591942092422349061 0 0 17 5 0 0 0
/proc/6745/statm: 72343 5700 348 364 0 8258 0
[pid=6747] ppid=6745 vsize=1018076 CPUtime=1.18 cores=5,7
/proc/6747/stat : 6747 (gnovelty+2) R 6745 6747 6747 0 -1 4202496 532 0 0 0 118 0 0 0 25 0 1 0 637999027 1042509824 266 33554432000 134512640 135663704 4292848752 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6747/statm: 254519 266 113 282 0 254235 0
[pid=6717/tid=6729] ppid=6714 vsize=299616 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 3 0 637988999 306806784 7236 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6746] ppid=6714 vsize=299616 CPUtime=0 cores=5,7
/proc/6717/task/6746/stat : 6746 (python) S 6714 6717 5042 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 637999027 306806784 7236 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2914132

[startup+162.301 s]
/proc/loadavg: 4.09 3.22 2.60 5/408 6750
/proc/meminfo: memFree=20799856/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=299616 CPUtime=0.74 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 11333 932 1 0 66 8 0 0 20 0 3 0 637988914 306806784 7236 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 74904 7236 1880 364 0 10819 0
[pid=6728] ppid=6717 vsize=288992 CPUtime=0.26 cores=5,7

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

[pid=6763] ppid=6717 vsize=310128 CPUtime=0.26 cores=5,7
/proc/6763/stat : 6763 (python) S 6717 6717 5042 0 -1 4202560 1104 0 0 0 15 11 0 0 19 0 2 0 638019082 317571072 5805 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6763/statm: 77532 5805 400 364 0 13441 0
[pid=6765] ppid=6763 vsize=416920 CPUtime=99.97 cores=5,7
/proc/6765/stat : 6765 (adaptg2wsat2009) T 6763 6765 6765 0 -1 4202496 668 0 0 0 9997 0 0 0 25 0 1 0 638019083 426926080 406 33554432000 134512640 135107411 4286568512 18446744073709551615 134531741 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6765/statm: 104230 406 59 146 0 103106 0
[pid=6763/tid=6770] ppid=6717 vsize=310128 CPUtime=0 cores=5,7
/proc/6763/task/6770/stat : 6770 (python) S 6717 6717 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638029109 317571072 5805 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604466055074944 0 0 -1 7 0 0 0
[pid=6771] ppid=6717 vsize=320384 CPUtime=0.27 cores=5,7
/proc/6771/stat : 6771 (python) S 6717 6717 5042 0 -1 4202560 1097 0 0 0 13 14 0 0 19 0 2 0 638029110 328073216 5809 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6771/statm: 80096 5809 400 364 0 16002 0
[pid=6773] ppid=6771 vsize=416920 CPUtime=99.98 cores=5,7
/proc/6773/stat : 6773 (adaptg2wsat2009) T 6771 6773 6773 0 -1 4202496 672 0 0 0 9998 0 0 0 25 0 1 0 638029110 426926080 405 33554432000 134512640 135107411 4288101152 18446744073709551615 134538035 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6773/statm: 104230 405 59 146 0 103106 0
[pid=6771/tid=6777] ppid=6717 vsize=320384 CPUtime=0 cores=5,7
/proc/6771/task/6777/stat : 6777 (python) S 6717 6717 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638039136 328073216 5809 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604457158418880 0 0 -1 7 0 0 0
[pid=6778] ppid=6717 vsize=330640 CPUtime=0.27 cores=5,7
/proc/6778/stat : 6778 (python) S 6717 6717 5042 0 -1 4202560 1111 0 0 0 15 12 0 0 19 0 2 0 638039138 338575360 5841 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6778/statm: 82660 5841 400 364 0 18563 0
[pid=6780] ppid=6778 vsize=1018076 CPUtime=100.01 cores=5,7
/proc/6780/stat : 6780 (gnovelty+2) T 6778 6780 6780 0 -1 4202496 528 0 0 0 10001 0 0 0 25 0 1 0 638039138 1042509824 266 33554432000 134512640 135663704 4288903696 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6780/statm: 254519 266 113 282 0 254235 0
[pid=6778/tid=6786] ppid=6717 vsize=330640 CPUtime=0 cores=5,7
/proc/6778/task/6786/stat : 6786 (python) S 6717 6717 5042 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638049165 338575360 5841 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604466681489536 0 0 -1 7 0 0 0
[pid=6787] ppid=6717 vsize=341112 CPUtime=0.28 cores=5,7
/proc/6787/stat : 6787 (python) S 6717 6717 5042 0 -1 4202560 1100 0 0 0 15 13 0 0 19 0 2 0 638049167 349298688 5871 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6787/statm: 85278 5871 400 364 0 21178 0
[pid=6789] ppid=6787 vsize=247068 CPUtime=100.03 cores=5,7
/proc/6789/stat : 6789 (FH) T 6787 6789 6789 0 -1 4202496 629 0 0 0 10003 0 0 0 25 0 1 0 638049167 252997632 366 33554432000 134512640 134936988 4289016784 18446744073709551615 134554083 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6789/statm: 61767 366 41 104 0 61271 0
[pid=6787/tid=6793] ppid=6717 vsize=341112 CPUtime=0 cores=5,7
/proc/6787/task/6793/stat : 6793 (python) S 6717 6717 5042 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638059194 349298688 5871 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604471138166720 0 0 -1 5 0 0 0
[pid=6794] ppid=6717 vsize=351368 CPUtime=1.62 cores=5,7
/proc/6794/stat : 6794 (python) S 6717 6717 5042 0 -1 4202560 1202 0 0 0 89 73 0 0 15 0 2 0 638059196 359800832 5890 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6794/statm: 87842 5890 415 364 0 23739 0
[pid=6796] ppid=6794 vsize=62676 CPUtime=538 cores=5,7
/proc/6796/stat : 6796 (march_hi) R 6794 6796 6796 0 -1 4202496 14753 0 0 0 53797 3 0 0 25 0 1 0 638059196 64180224 13719 33554432000 4194304 4955518 140733828461456 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6796/statm: 15669 13719 106 186 0 15482 0
[pid=6794/tid=7185] ppid=6717 vsize=351368 CPUtime=0 cores=5,7
/proc/6794/task/7185/stat : 7185 (python) S 6717 6717 5042 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 638108088 359800832 5890 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604464111819648 0 0 -1 5 0 0 0
[pid=6717/tid=6729] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 637988999 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6746] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6746/stat : 6746 (python) S 6714 6717 5042 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 637999027 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6755] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6755/stat : 6755 (python) S 6714 6717 5042 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 638009055 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6764] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6764/stat : 6764 (python) S 6714 6717 5042 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 638019083 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6772] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6772/stat : 6772 (python) S 6714 6717 5042 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 638029110 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6779] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6779/stat : 6779 (python) S 6714 6717 5042 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 638039138 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6788] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6788/stat : 6788 (python) S 6714 6717 5042 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 638049167 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6795] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6795/stat : 6795 (python) S 6714 6717 5042 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 638059196 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 7507672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.19 4.10 3.64 5/426 7199
/proc/meminfo: memFree=20788936/32951124 swapFree=67111348/67111528
[pid=6717] ppid=6714 vsize=361612 CPUtime=0.84 cores=5,7
/proc/6717/stat : 6717 (python) S 6714 6717 5042 0 -1 4202496 17266 932 1 0 75 9 0 0 18 0 9 0 637988914 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6717/statm: 90403 7385 1892 364 0 26300 0
[pid=6728] ppid=6717 vsize=288992 CPUtime=0.26 cores=5,7
/proc/6728/stat : 6728 (python) S 6717 6717 5042 0 -1 4202560 1171 0 0 0 13 13 0 0 19 0 2 0 637988999 295927808 5691 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6728/statm: 72248 5691 415 364 0 8166 0
[pid=6731] ppid=6728 vsize=1018076 CPUtime=100 cores=5,7
/proc/6731/stat : 6731 (gnovelty+2) T 6728 6731 6731 0 -1 4202496 537 0 0 0 10000 0 0 0 25 0 1 0 637988999 1042509824 266 33554432000 134512640 135663704 4292967712 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6731/statm: 254519 266 113 282 0 254235 0
[pid=6728/tid=6744] ppid=6717 vsize=288992 CPUtime=0 cores=5,7
/proc/6728/task/6744/stat : 6744 (python) S 6717 6717 5042 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637999026 295927808 5691 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604457158420672 0 0 -1 7 0 0 0
[pid=6745] ppid=6717 vsize=289372 CPUtime=0.26 cores=5,7
/proc/6745/stat : 6745 (python) S 6717 6717 5042 0 -1 4202560 1081 0 0 0 14 12 0 0 19 0 2 0 637999027 296316928 5753 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6745/statm: 72343 5753 400 364 0 8258 0
[pid=6747] ppid=6745 vsize=1018076 CPUtime=100 cores=5,7
/proc/6747/stat : 6747 (gnovelty+2) T 6745 6747 6747 0 -1 4202496 532 0 0 0 10000 0 0 0 25 0 1 0 637999027 1042509824 266 33554432000 134512640 135663704 4292848752 18446744073709551615 134525061 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6747/statm: 254519 266 113 282 0 254235 0
[pid=6745/tid=6753] ppid=6717 vsize=289372 CPUtime=0 cores=5,7
/proc/6745/task/6753/stat : 6753 (python) S 6717 6717 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638009054 296316928 5753 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604471161707264 0 0 -1 7 0 0 0
[pid=6754] ppid=6717 vsize=299332 CPUtime=0.26 cores=5,7
/proc/6754/stat : 6754 (python) S 6717 6717 5042 0 -1 4202560 1091 0 0 0 15 11 0 0 19 0 2 0 638009055 306515968 5686 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6754/statm: 74833 5686 400 364 0 10745 0
[pid=6756] ppid=6754 vsize=416920 CPUtime=99.98 cores=5,7
/proc/6756/stat : 6756 (adaptg2wsat2009) T 6754 6756 6756 0 -1 4202496 674 0 0 0 9998 0 0 0 25 0 1 0 638009055 426926080 406 33554432000 134512640 135107411 4294579904 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6756/statm: 104230 406 59 146 0 103106 0
[pid=6754/tid=6762] ppid=6717 vsize=299332 CPUtime=0 cores=5,7
/proc/6754/task/6762/stat : 6762 (python) S 6717 6717 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638019081 306515968 5686 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604471161971136 0 0 -1 5 0 0 0
[pid=6763] ppid=6717 vsize=310128 CPUtime=0.26 cores=5,7
/proc/6763/stat : 6763 (python) S 6717 6717 5042 0 -1 4202560 1104 0 0 0 15 11 0 0 19 0 2 0 638019082 317571072 5805 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6763/statm: 77532 5805 400 364 0 13441 0
[pid=6765] ppid=6763 vsize=416920 CPUtime=99.97 cores=5,7
/proc/6765/stat : 6765 (adaptg2wsat2009) T 6763 6765 6765 0 -1 4202496 668 0 0 0 9997 0 0 0 25 0 1 0 638019083 426926080 406 33554432000 134512640 135107411 4286568512 18446744073709551615 134531741 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6765/statm: 104230 406 59 146 0 103106 0
[pid=6763/tid=6770] ppid=6717 vsize=310128 CPUtime=0 cores=5,7
/proc/6763/task/6770/stat : 6770 (python) S 6717 6717 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638029109 317571072 5805 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604466055074944 0 0 -1 7 0 0 0
[pid=6771] ppid=6717 vsize=320384 CPUtime=0.27 cores=5,7
/proc/6771/stat : 6771 (python) S 6717 6717 5042 0 -1 4202560 1097 0 0 0 13 14 0 0 19 0 2 0 638029110 328073216 5809 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6771/statm: 80096 5809 400 364 0 16002 0
[pid=6773] ppid=6771 vsize=416920 CPUtime=99.98 cores=5,7
/proc/6773/stat : 6773 (adaptg2wsat2009) T 6771 6773 6773 0 -1 4202496 672 0 0 0 9998 0 0 0 25 0 1 0 638029110 426926080 405 33554432000 134512640 135107411 4288101152 18446744073709551615 134538035 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6773/statm: 104230 405 59 146 0 103106 0
[pid=6771/tid=6777] ppid=6717 vsize=320384 CPUtime=0 cores=5,7
/proc/6771/task/6777/stat : 6777 (python) S 6717 6717 5042 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 638039136 328073216 5809 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604457158418880 0 0 -1 7 0 0 0
[pid=6778] ppid=6717 vsize=330640 CPUtime=0.27 cores=5,7
/proc/6778/stat : 6778 (python) S 6717 6717 5042 0 -1 4202560 1111 0 0 0 15 12 0 0 19 0 2 0 638039138 338575360 5841 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6778/statm: 82660 5841 400 364 0 18563 0
[pid=6780] ppid=6778 vsize=1018076 CPUtime=100.01 cores=5,7
/proc/6780/stat : 6780 (gnovelty+2) T 6778 6780 6780 0 -1 4202496 528 0 0 0 10001 0 0 0 25 0 1 0 638039138 1042509824 266 33554432000 134512640 135663704 4288903696 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/6780/statm: 254519 266 113 282 0 254235 0
[pid=6778/tid=6786] ppid=6717 vsize=330640 CPUtime=0 cores=5,7
/proc/6778/task/6786/stat : 6786 (python) S 6717 6717 5042 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638049165 338575360 5841 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604466681489536 0 0 -1 7 0 0 0
[pid=6787] ppid=6717 vsize=341112 CPUtime=0.28 cores=5,7
/proc/6787/stat : 6787 (python) S 6717 6717 5042 0 -1 4202560 1100 0 0 0 15 13 0 0 19 0 2 0 638049167 349298688 5871 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6787/statm: 85278 5871 400 364 0 21178 0
[pid=6789] ppid=6787 vsize=247068 CPUtime=100.03 cores=5,7
/proc/6789/stat : 6789 (FH) T 6787 6789 6789 0 -1 4202496 629 0 0 0 10003 0 0 0 25 0 1 0 638049167 252997632 366 33554432000 134512640 134936988 4289016784 18446744073709551615 134554083 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/6789/statm: 61767 366 41 104 0 61271 0
[pid=6787/tid=6793] ppid=6717 vsize=341112 CPUtime=0 cores=5,7
/proc/6787/task/6793/stat : 6793 (python) S 6717 6717 5042 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638059194 349298688 5871 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604471138166720 0 0 -1 5 0 0 0
[pid=6794] ppid=6717 vsize=351368 CPUtime=1.78 cores=5,7
/proc/6794/stat : 6794 (python) S 6717 6717 5042 0 -1 4202560 1202 0 0 0 99 79 0 0 15 0 2 0 638059196 359800832 5890 33554432000 4194304 5683644 140736194271568 18446744073709551615 255106788934 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/6794/statm: 87842 5890 415 364 0 23739 0
[pid=6796] ppid=6794 vsize=63572 CPUtime=595.54 cores=5,7
/proc/6796/stat : 6796 (march_hi) R 6794 6796 6796 0 -1 4202496 16040 0 0 0 59550 4 0 0 25 0 1 0 638059196 65097728 15006 33554432000 4194304 4955518 140733828461456 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/6796/statm: 15893 15006 106 186 0 15706 0
[pid=6794/tid=7185] ppid=6717 vsize=351368 CPUtime=0 cores=5,7
/proc/6794/task/7185/stat : 7185 (python) S 6717 6717 5042 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 638108088 359800832 5890 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 514 18446604464111819648 0 0 -1 5 0 0 0
[pid=6717/tid=6729] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6729/stat : 6729 (python) S 6714 6717 5042 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 637988999 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6746] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6746/stat : 6746 (python) S 6714 6717 5042 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 637999027 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6755] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6755/stat : 6755 (python) S 6714 6717 5042 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 638009055 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6764] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6764/stat : 6764 (python) S 6714 6717 5042 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 638019083 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6772] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6772/stat : 6772 (python) S 6714 6717 5042 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 638029110 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6779] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6779/stat : 6779 (python) S 6714 6717 5042 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 638039138 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6788] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6788/stat : 6788 (python) S 6714 6717 5042 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 638049167 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
[pid=6717/tid=6795] ppid=6714 vsize=361612 CPUtime=0 cores=5,7
/proc/6717/task/6795/stat : 6795 (python) S 6714 6717 5042 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 638059196 370290688 7385 33554432000 4194304 5683644 140736194271568 18446744073709551615 255118592433 0 0 16781312 2 18446604468983659584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 7508568

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

Real time (s): 1300.06
CPU time (s): 1299.99
CPU user time (s): 1298.21
CPU system time (s): 1.78
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 7508568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.752885
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18204
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= 1005
involuntary context switches= 27

runsolver used 7.92879 second user time and 12.0552 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 12:35:28
IDJOB=3377585
IDBENCH=82894
IDSOLVER=1857
FILE ID=node144/3377585-1305455728
RUNJOBID= node144-1305455526-6442
PBS_JOBID= 13324838
Free space on /tmp= 73164 MiB

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

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

MD5SUM BENCH= acdd1627e1c0387cb30884180f862a47
RANDOM SEED=225342618

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:      20900616 kB
Buffers:        305876 kB
Cached:        3979724 kB
SwapCached:          0 kB
Active:        8808992 kB
Inactive:      2882772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20900616 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32328 kB
Writeback:           0 kB
AnonPages:     7405960 kB
Mapped:          36104 kB
Slab:           250292 kB
PageTables:      43648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86651380 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= 73128 MiB
End job on node144 at 2011-05-15 12:57:10