Trace number 3377744

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1960545292-083.UNKNOWN.cnf
MD5SUM54de6cac0499270ba5ca6b23e35899f2
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.36/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.50	c INFO: solving HOME/instance-3377744-1305457727.cnf
0.36/0.50	c INFO: computing task features
0.36/0.51	c INFO: computed variable-clause graph statistics
0.36/0.51	c INFO: computed clause balance statistics
0.56/0.73	c INFO: computed variable balance statistics
0.66/0.83	c INFO: computed small-clause counts
0.66/0.83	c INFO: computed Horn-clause counts
0.66/0.83	c INFO: computed variable graph statistics
0.66/0.83	c INFO: collected features for HOME/instance-3377744-1305457727.cnf in 0.37 s
0.66/0.85	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.53)
100.98/101.18	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.67/201.54	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.05)
301.30/300.88	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
401.77/401.22	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.03)
501.40/500.58	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.02)
601.83/600.93	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.02)
701.57/700.30	c INFO: running march_hi@0 for 485 with 1701 remaining (b = 0.09)
1190.82/1189.23	c INFO: running march_hi@487 for 194 with 1213 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-3377744-1305457727/watcher-3377744-1305457727 -o /tmp/evaluation-result-3377744-1305457727/solver-3377744-1305457727 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377744-1305457727.cnf -seed 1709870215 -budget 2400 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.08 4.01 3.76 5/454 20646
/proc/meminfo: memFree=17091472/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=16244 CPUtime=0 cores=1,3
/proc/20646/stat : 20646 (python) R 20644 20646 17657 0 -1 4202496 1040 0 0 0 0 0 0 0 22 0 1 0 736003382 16633856 913 33554432000 4194304 5683644 140736667662672 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20646/statm: 4061 914 381 364 0 548 0

[startup+0.0171169 s]
/proc/loadavg: 4.08 4.01 3.76 5/454 20646
/proc/meminfo: memFree=17091472/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=16244 CPUtime=0 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 1049 0 0 0 0 0 0 0 22 0 1 0 736003382 16633856 922 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/20646/statm: 4061 922 381 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100133 s]
/proc/loadavg: 4.08 4.01 3.76 5/454 20646
/proc/meminfo: memFree=17091472/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=104220 CPUtime=0.07 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 3045 0 0 0 5 2 0 0 17 0 1 0 736003382 106721280 2731 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/20646/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.301096 s]
/proc/loadavg: 4.08 4.01 3.76 5/454 20646
/proc/meminfo: memFree=17091472/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=187744 CPUtime=0.22 cores=1,3
/proc/20646/stat : 20646 (python) R 20644 20646 17657 0 -1 4202496 6801 931 1 0 16 6 0 0 17 0 1 0 736003382 192249856 4862 33554432000 4194304 5683644 140736667662672 18446744073709551615 224279963537 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20646/statm: 46936 4863 1382 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187744

[startup+0.70104 s]
/proc/loadavg: 4.08 4.01 3.76 5/454 20646
/proc/meminfo: memFree=17091472/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=279852 CPUtime=0.56 cores=1,3
/proc/20646/stat : 20646 (python) R 20644 20646 17657 0 -1 4202496 9773 931 1 0 49 7 0 0 17 0 1 0 736003382 286568448 7347 33554432000 4194304 5683644 140736667662672 18446744073709551615 47795000000128 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20646/statm: 69963 7347 1826 364 0 5887 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 279852

[startup+1.50091 s]
/proc/loadavg: 4.07 4.01 3.76 5/458 20654
/proc/meminfo: memFree=17064780/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=290120 CPUtime=0.72 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10072 931 1 0 64 8 0 0 19 0 2 0 736003382 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20646/statm: 72530 7400 1869 364 0 8448 0
[pid=20652] ppid=20646 vsize=279876 CPUtime=0 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 736003467 286593024 5881 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945935 0 0 16781312 514 12156714857550315519 0 0 17 1 0 0 0
/proc/20652/statm: 69969 5881 354 364 0 5887 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=0.63 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) R 20652 20654 20654 0 -1 4202496 530 0 0 0 63 0 0 0 21 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20646/tid=20653] ppid=20644 vsize=290120 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 736003467 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1588072

[startup+3.10063 s]
/proc/loadavg: 4.07 4.01 3.76 5/458 20654
/proc/meminfo: memFree=17063292/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=290120 CPUtime=0.72 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10072 931 1 0 64 8 0 0 19 0 2 0 736003382 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20646/statm: 72530 7400 1869 364 0 8448 0
[pid=20652] ppid=20646 vsize=279876 CPUtime=0 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 736003467 286593024 5881 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945935 0 0 16781312 514 12156714857550283014 0 0 17 1 0 0 0
/proc/20652/statm: 69969 5881 354 364 0 5887 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=2.23 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) R 20652 20654 20654 0 -1 4202496 530 0 0 0 223 0 0 0 25 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20646/tid=20653] ppid=20644 vsize=290120 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 736003467 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1588072

[startup+6.30109 s]
/proc/loadavg: 4.22 4.05 3.77 5/458 20654
/proc/meminfo: memFree=17060292/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=290120 CPUtime=0.72 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10072 931 1 0 64 8 0 0 19 0 2 0 736003382 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20646/statm: 72530 7400 1869 364 0 8448 0
[pid=20652] ppid=20646 vsize=279876 CPUtime=0.01 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 979 0 0 0 1 0 0 0 18 0 1 0 736003467 286593024 5908 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945935 0 0 16781312 514 12156714857550283014 0 0 17 1 0 0 0
/proc/20652/statm: 69969 5908 381 364 0 5887 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=5.42 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) R 20652 20654 20654 0 -1 4202496 530 0 0 0 542 0 0 0 25 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20646/tid=20653] ppid=20644 vsize=290120 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 736003467 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1588072

[startup+12.701 s]
/proc/loadavg: 4.21 4.05 3.77 5/458 20654
/proc/meminfo: memFree=17059796/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=290120 CPUtime=0.72 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10072 931 1 0 64 8 0 0 19 0 2 0 736003382 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20646/statm: 72530 7400 1869 364 0 8448 0
[pid=20652] ppid=20646 vsize=279876 CPUtime=0.03 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 983 0 0 0 2 1 0 0 18 0 1 0 736003467 286593024 5908 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945935 0 0 16781312 514 3347441160531443974 0 0 17 1 0 0 0
/proc/20652/statm: 69969 5908 381 364 0 5887 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=11.79 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) R 20652 20654 20654 0 -1 4202496 530 0 0 0 1179 0 0 0 25 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20646/tid=20653] ppid=20644 vsize=290120 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 736003467 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1588072

[startup+25.5009 s]
/proc/loadavg: 4.17 4.04 3.77 5/458 20654
/proc/meminfo: memFree=17058808/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=290120 CPUtime=0.72 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10072 931 1 0 64 8 0 0 19 0 2 0 736003382 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20646/statm: 72530 7400 1869 364 0 8448 0
[pid=20652] ppid=20646 vsize=279876 CPUtime=0.07 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 990 0 0 0 5 2 0 0 18 0 1 0 736003467 286593024 5909 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945935 0 0 16781312 514 3347441160531443974 0 0 17 1 0 0 0
/proc/20652/statm: 69969 5909 382 364 0 5887 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=24.57 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) R 20652 20654 20654 0 -1 4202496 530 0 0 0 2457 0 0 0 25 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20646/tid=20653] ppid=20644 vsize=290120 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 736003467 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1588072

[startup+51.1006 s]
/proc/loadavg: 4.10 4.04 3.78 5/458 20656
/proc/meminfo: memFree=17054684/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=290120 CPUtime=0.72 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10072 931 1 0 64 8 0 0 19 0 2 0 736003382 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20646/statm: 72530 7400 1869 364 0 8448 0
[pid=20652] ppid=20646 vsize=279876 CPUtime=0.14 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 1001 0 0 0 8 6 0 0 18 0 1 0 736003467 286593024 5909 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945935 0 0 16781312 514 3347441160531443974 0 0 17 1 0 0 0
/proc/20652/statm: 69969 5909 382 364 0 5887 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=50.11 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) R 20652 20654 20654 0 -1 4202496 530 0 0 0 5011 0 0 0 25 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20646/tid=20653] ppid=20644 vsize=290120 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 736003467 297082880 7400 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1588072

[startup+102.316 s]
/proc/loadavg: 4.04 4.03 3.79 6/467 20665
/proc/meminfo: memFree=17035580/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=300376 CPUtime=0.74 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10967 931 1 0 66 8 0 0 20 0 3 0 736003382 307585024 7415 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20646/statm: 75094 7415 1880 364 0 11009 0
[pid=20652] ppid=20646 vsize=290120 CPUtime=0.32 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 1163 0 0 0 18 14 0 0 19 0 2 0 736003467 297082880 5947 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 72530 5947 415 364 0 8448 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=100.01 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) T 20652 20654 20654 0 -1 4202496 530 0 0 0 10001 0 0 0 25 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20652/tid=20662] ppid=20646 vsize=290120 CPUtime=0 cores=1,3
/proc/20652/task/20662/stat : 20662 (python) S 20646 20646 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736013499 297082880 5947 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604455743148992 0 0 -1 3 0 0 0
[pid=20663] ppid=20646 vsize=290132 CPUtime=0 cores=1,3
/proc/20663/stat : 20663 (python) S 20646 20646 17657 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 736013501 297095168 5879 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945990 0 0 16781312 514 16909645514071310599 0 0 17 3 0 0 0
/proc/20663/statm: 72533 5879 348 364 0 8448 0
[pid=20665] ppid=20663 vsize=1018076 CPUtime=1.12 cores=1,3
/proc/20665/stat : 20665 (gnovelty+2) R 20663 20665 20665 0 -1 4202496 531 0 0 0 112 0 0 0 25 0 1 0 736013501 1042509824 267 33554432000 134512640 135663704 4290173264 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20665/statm: 254519 267 113 282 0 254235 0
[pid=20646/tid=20653] ppid=20644 vsize=300376 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 3 0 736003467 307585024 7415 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20664] ppid=20644 vsize=300376 CPUtime=0 cores=1,3
/proc/20646/task/20664/stat : 20664 (python) S 20644 20646 17657 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 3 0 736013501 307585024 7415 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 2916780

[startup+162.301 s]
/proc/loadavg: 4.13 4.05 3.81 5/471 20671
/proc/meminfo: memFree=17018016/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=300376 CPUtime=0.74 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 10967 931 1 0 66 8 0 0 20 0 3 0 736003382 307585024 7415 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20646/statm: 75094 7415 1880 364 0 11009 0
[pid=20652] ppid=20646 vsize=290120 CPUtime=0.32 cores=1,3

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

[pid=20690] ppid=20646 vsize=310644 CPUtime=0.33 cores=1,3
/proc/20690/stat : 20690 (python) S 20646 20646 17657 0 -1 4202560 1089 0 0 0 17 16 0 0 19 0 2 0 736033470 318099456 5940 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20690/statm: 77661 5940 400 364 0 13570 0
[pid=20692] ppid=20690 vsize=416920 CPUtime=100.08 cores=1,3
/proc/20692/stat : 20692 (adaptg2wsat2009) T 20690 20692 20692 0 -1 4202496 673 0 0 0 10008 0 0 0 25 0 1 0 736033471 426926080 406 33554432000 134512640 135107411 4292443760 18446744073709551615 134531718 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20692/statm: 104230 406 59 146 0 103106 0
[pid=20690/tid=20699] ppid=20646 vsize=310644 CPUtime=0 cores=1,3
/proc/20690/task/20699/stat : 20699 (python) S 20646 20646 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736043503 318099456 5940 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604455793272832 0 0 -1 3 0 0 0
[pid=20700] ppid=20646 vsize=320900 CPUtime=0.34 cores=1,3
/proc/20700/stat : 20700 (python) S 20646 20646 17657 0 -1 4202560 1097 0 0 0 18 16 0 0 19 0 2 0 736043505 328601600 5944 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20700/statm: 80225 5944 400 364 0 16131 0
[pid=20702] ppid=20700 vsize=416920 CPUtime=99.33 cores=1,3
/proc/20702/stat : 20702 (adaptg2wsat2009) T 20700 20702 20702 0 -1 4202496 675 0 0 0 9933 0 0 0 25 0 1 0 736043505 426926080 406 33554432000 134512640 135107411 4294578848 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20702/statm: 104230 406 59 146 0 103106 0
[pid=20700/tid=20711] ppid=20646 vsize=320900 CPUtime=0 cores=1,3
/proc/20700/task/20711/stat : 20711 (python) S 20646 20646 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736053439 328601600 5944 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604466969299008 0 0 -1 3 0 0 0
[pid=20712] ppid=20646 vsize=331156 CPUtime=0.34 cores=1,3
/proc/20712/stat : 20712 (python) S 20646 20646 17657 0 -1 4202560 1087 0 0 0 18 16 0 0 19 0 2 0 736053440 339103744 5948 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20712/statm: 82789 5948 400 364 0 18692 0
[pid=20714] ppid=20712 vsize=1018076 CPUtime=100.03 cores=1,3
/proc/20714/stat : 20714 (gnovelty+2) T 20712 20714 20714 0 -1 4202496 533 0 0 0 10003 0 0 0 25 0 1 0 736053441 1042509824 267 33554432000 134512640 135663704 4292355616 18446744073709551615 134525316 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20714/statm: 254519 267 113 282 0 254235 0
[pid=20712/tid=20717] ppid=20646 vsize=331156 CPUtime=0 cores=1,3
/proc/20712/task/20717/stat : 20717 (python) S 20646 20646 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736063474 339103744 5948 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604466967152448 0 0 -1 3 0 0 0
[pid=20718] ppid=20646 vsize=341412 CPUtime=0.33 cores=1,3
/proc/20718/stat : 20718 (python) S 20646 20646 17657 0 -1 4202560 1088 0 0 0 17 16 0 0 19 0 2 0 736063476 349605888 5952 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20718/statm: 85353 5952 400 364 0 21253 0
[pid=20720] ppid=20718 vsize=247064 CPUtime=99.34 cores=1,3
/proc/20720/stat : 20720 (FH) T 20718 20720 20720 0 -1 4202496 630 0 0 0 9934 0 0 0 25 0 1 0 736063476 252993536 365 33554432000 134512640 134936988 4290536592 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20720/statm: 61766 365 41 104 0 61270 0
[pid=20718/tid=20723] ppid=20646 vsize=341412 CPUtime=0 cores=1,3
/proc/20718/task/20723/stat : 20723 (python) S 20646 20646 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736073411 349605888 5952 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604458112623936 0 0 -1 1 0 0 0
[pid=20724] ppid=20646 vsize=351668 CPUtime=1.9 cores=1,3
/proc/20724/stat : 20724 (python) S 20646 20646 17657 0 -1 4202560 1189 0 0 0 98 92 0 0 15 0 2 0 736073412 360108032 5962 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20724/statm: 87917 5962 406 364 0 23814 0
[pid=20726] ppid=20724 vsize=62696 CPUtime=540.58 cores=1,3
/proc/20726/stat : 20726 (march_hi) R 20724 20726 20726 0 -1 4202496 14758 0 0 0 54056 2 0 0 25 0 1 0 736073413 64200704 13725 33554432000 4194304 4955518 140733915357152 18446744073709551615 4297559 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20726/statm: 15674 13725 106 186 0 15487 0
[pid=20724/tid=20795] ppid=20646 vsize=351668 CPUtime=0 cores=1,3
/proc/20724/task/20795/stat : 20795 (python) S 20646 20646 17657 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 736122304 360108032 5962 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604462787549376 0 0 -1 1 0 0 0
[pid=20646/tid=20653] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 9 0 736003467 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20664] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20664/stat : 20664 (python) S 20644 20646 17657 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 736013501 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 3 0 0 0
[pid=20646/tid=20680] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20680/stat : 20680 (python) S 20644 20646 17657 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 736023536 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20691] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20691/stat : 20691 (python) S 20644 20646 17657 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 736033471 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20701] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20701/stat : 20701 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 736043505 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20713] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20713/stat : 20713 (python) S 20644 20646 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 736053441 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20719] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20719/stat : 20719 (python) S 20644 20646 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 736063476 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 3 0 0 0
[pid=20646/tid=20725] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20725/stat : 20725 (python) S 20644 20646 17657 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 736073413 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1244.06
Current children cumulated vsize (KiB) 7513080



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.09 2.37 3.25 2/452 20797
/proc/meminfo: memFree=17178248/32951124 swapFree=45193364/67111528
[pid=20646] ppid=20644 vsize=361912 CPUtime=0.83 cores=1,3
/proc/20646/stat : 20646 (python) S 20644 20646 17657 0 -1 4202496 16905 931 1 0 74 9 0 0 18 0 9 0 736003382 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20646/statm: 90478 7451 1892 364 0 26375 0
[pid=20652] ppid=20646 vsize=290120 CPUtime=0.32 cores=1,3
/proc/20652/stat : 20652 (python) S 20646 20646 17657 0 -1 4202560 1163 0 0 0 18 14 0 0 19 0 2 0 736003467 297082880 5947 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20652/statm: 72530 5947 415 364 0 8448 0
[pid=20654] ppid=20652 vsize=1018076 CPUtime=100.01 cores=1,3
/proc/20654/stat : 20654 (gnovelty+2) T 20652 20654 20654 0 -1 4202496 530 0 0 0 10001 0 0 0 25 0 1 0 736003467 1042509824 266 33554432000 134512640 135663704 4294109664 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20654/statm: 254519 266 113 282 0 254235 0
[pid=20652/tid=20662] ppid=20646 vsize=290120 CPUtime=0 cores=1,3
/proc/20652/task/20662/stat : 20662 (python) S 20646 20646 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736013499 297082880 5947 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604455743148992 0 0 -1 3 0 0 0
[pid=20663] ppid=20646 vsize=290132 CPUtime=0.32 cores=1,3
/proc/20663/stat : 20663 (python) S 20646 20646 17657 0 -1 4202560 1079 0 0 0 16 16 0 0 19 0 2 0 736013501 297095168 5932 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20663/statm: 72533 5932 400 364 0 8448 0
[pid=20665] ppid=20663 vsize=1018076 CPUtime=100.33 cores=1,3
/proc/20665/stat : 20665 (gnovelty+2) T 20663 20665 20665 0 -1 4202496 531 0 0 0 10033 0 0 0 25 0 1 0 736013501 1042509824 267 33554432000 134512640 135663704 4290173264 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20665/statm: 254519 267 113 282 0 254235 0
[pid=20663/tid=20678] ppid=20646 vsize=290132 CPUtime=0 cores=1,3
/proc/20663/task/20678/stat : 20678 (python) S 20646 20646 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736023535 297095168 5932 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604469734678784 0 0 -1 1 0 0 0
[pid=20679] ppid=20646 vsize=300388 CPUtime=0.33 cores=1,3
/proc/20679/stat : 20679 (python) S 20646 20646 17657 0 -1 4202560 1095 0 0 0 17 16 0 0 19 0 2 0 736023536 307597312 5936 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20679/statm: 75097 5936 400 364 0 11009 0
[pid=20681] ppid=20679 vsize=416920 CPUtime=99.32 cores=1,3
/proc/20681/stat : 20681 (adaptg2wsat2009) T 20679 20681 20681 0 -1 4202496 674 0 0 0 9932 0 0 0 25 0 1 0 736023536 426926080 406 33554432000 134512640 135107411 4287754080 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20681/statm: 104230 406 59 146 0 103106 0
[pid=20679/tid=20689] ppid=20646 vsize=300388 CPUtime=0 cores=1,3
/proc/20679/task/20689/stat : 20689 (python) S 20646 20646 17657 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736033469 307597312 5936 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604468411744640 0 0 -1 1 0 0 0
[pid=20690] ppid=20646 vsize=310644 CPUtime=0.33 cores=1,3
/proc/20690/stat : 20690 (python) S 20646 20646 17657 0 -1 4202560 1089 0 0 0 17 16 0 0 19 0 2 0 736033470 318099456 5940 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20690/statm: 77661 5940 400 364 0 13570 0
[pid=20692] ppid=20690 vsize=416920 CPUtime=100.08 cores=1,3
/proc/20692/stat : 20692 (adaptg2wsat2009) T 20690 20692 20692 0 -1 4202496 673 0 0 0 10008 0 0 0 25 0 1 0 736033471 426926080 406 33554432000 134512640 135107411 4292443760 18446744073709551615 134531718 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20692/statm: 104230 406 59 146 0 103106 0
[pid=20690/tid=20699] ppid=20646 vsize=310644 CPUtime=0 cores=1,3
/proc/20690/task/20699/stat : 20699 (python) S 20646 20646 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736043503 318099456 5940 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604455793272832 0 0 -1 3 0 0 0
[pid=20700] ppid=20646 vsize=320900 CPUtime=0.34 cores=1,3
/proc/20700/stat : 20700 (python) S 20646 20646 17657 0 -1 4202560 1097 0 0 0 18 16 0 0 19 0 2 0 736043505 328601600 5944 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20700/statm: 80225 5944 400 364 0 16131 0
[pid=20702] ppid=20700 vsize=416920 CPUtime=99.33 cores=1,3
/proc/20702/stat : 20702 (adaptg2wsat2009) T 20700 20702 20702 0 -1 4202496 675 0 0 0 9933 0 0 0 25 0 1 0 736043505 426926080 406 33554432000 134512640 135107411 4294578848 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20702/statm: 104230 406 59 146 0 103106 0
[pid=20700/tid=20711] ppid=20646 vsize=320900 CPUtime=0 cores=1,3
/proc/20700/task/20711/stat : 20711 (python) S 20646 20646 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736053439 328601600 5944 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604466969299008 0 0 -1 3 0 0 0
[pid=20712] ppid=20646 vsize=331156 CPUtime=0.34 cores=1,3
/proc/20712/stat : 20712 (python) S 20646 20646 17657 0 -1 4202560 1087 0 0 0 18 16 0 0 19 0 2 0 736053440 339103744 5948 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20712/statm: 82789 5948 400 364 0 18692 0
[pid=20714] ppid=20712 vsize=1018076 CPUtime=100.03 cores=1,3
/proc/20714/stat : 20714 (gnovelty+2) T 20712 20714 20714 0 -1 4202496 533 0 0 0 10003 0 0 0 25 0 1 0 736053441 1042509824 267 33554432000 134512640 135663704 4292355616 18446744073709551615 134525316 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20714/statm: 254519 267 113 282 0 254235 0
[pid=20712/tid=20717] ppid=20646 vsize=331156 CPUtime=0 cores=1,3
/proc/20712/task/20717/stat : 20717 (python) S 20646 20646 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736063474 339103744 5948 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604466967152448 0 0 -1 3 0 0 0
[pid=20718] ppid=20646 vsize=341412 CPUtime=0.33 cores=1,3
/proc/20718/stat : 20718 (python) S 20646 20646 17657 0 -1 4202560 1088 0 0 0 17 16 0 0 19 0 2 0 736063476 349605888 5952 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20718/statm: 85353 5952 400 364 0 21253 0
[pid=20720] ppid=20718 vsize=247064 CPUtime=99.34 cores=1,3
/proc/20720/stat : 20720 (FH) T 20718 20720 20720 0 -1 4202496 630 0 0 0 9934 0 0 0 25 0 1 0 736063476 252993536 365 33554432000 134512640 134936988 4290536592 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20720/statm: 61766 365 41 104 0 61270 0
[pid=20718/tid=20723] ppid=20646 vsize=341412 CPUtime=0 cores=1,3
/proc/20718/task/20723/stat : 20723 (python) S 20646 20646 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736073411 349605888 5952 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604458112623936 0 0 -1 1 0 0 0
[pid=20724] ppid=20646 vsize=351668 CPUtime=2.08 cores=1,3
/proc/20724/stat : 20724 (python) S 20646 20646 17657 0 -1 4202560 1189 0 0 0 107 101 0 0 15 0 2 0 736073412 360108032 5962 33554432000 4194304 5683644 140736667662672 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20724/statm: 87917 5962 406 364 0 23814 0
[pid=20726] ppid=20724 vsize=63612 CPUtime=598.24 cores=1,3
/proc/20726/stat : 20726 (march_hi) R 20724 20726 20726 0 -1 4202496 15997 0 0 0 59822 2 0 0 25 0 1 0 736073413 65138688 14964 33554432000 4194304 4955518 140733915357152 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20726/statm: 15903 14964 106 186 0 15716 0
[pid=20724/tid=20795] ppid=20646 vsize=351668 CPUtime=0 cores=1,3
/proc/20724/task/20795/stat : 20795 (python) S 20646 20646 17657 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 736122304 360108032 5962 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 514 18446604462787549376 0 0 -1 1 0 0 0
[pid=20646/tid=20653] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20653/stat : 20653 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 9 0 736003467 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20664] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20664/stat : 20664 (python) S 20644 20646 17657 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 736013501 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 3 0 0 0
[pid=20646/tid=20680] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20680/stat : 20680 (python) S 20644 20646 17657 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 736023536 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20691] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20691/stat : 20691 (python) S 20644 20646 17657 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 736033471 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20701] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20701/stat : 20701 (python) S 20644 20646 17657 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 736043505 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20713] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20713/stat : 20713 (python) S 20644 20646 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 736053441 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
[pid=20646/tid=20719] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20719/stat : 20719 (python) S 20644 20646 17657 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 736063476 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 3 0 0 0
[pid=20646/tid=20725] ppid=20644 vsize=361912 CPUtime=0 cores=1,3
/proc/20646/task/20725/stat : 20725 (python) S 20644 20646 17657 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 736073413 370597888 7451 33554432000 4194304 5683644 140736667662672 18446744073709551615 224296749489 0 0 16781312 2 18446604468411745536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 7513996

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 20646 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=751885
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=100984
# CPU time returned by wait4() is 0.852869
# while last known CPU time is 1301.9
#
# 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): 1301.9
CPU user time (s): 1299.68
CPU system time (s): 2.22
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 7514000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.751885
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17847
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= 1004
involuntary context switches= 40

runsolver used 8.43572 second user time and 14.4508 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 13:08:47
IDJOB=3377744
IDBENCH=83053
IDSOLVER=1857
FILE ID=node118/3377744-1305457727
RUNJOBID= node118-1305457524-20199
PBS_JOBID= 13324868
Free space on /tmp= 73184 MiB

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

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

MD5SUM BENCH= 54de6cac0499270ba5ca6b23e35899f2
RANDOM SEED=1709870215

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17091628 kB
Buffers:        300380 kB
Cached:        4699308 kB
SwapCached:      22084 kB
Active:       12870252 kB
Inactive:      2659124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17091628 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           63852 kB
Writeback:          44 kB
AnonPages:    10520580 kB
Mapped:          28788 kB
Slab:           159452 kB
PageTables:     103332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121750448 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= 73244 MiB
End job on node118 at 2011-05-15 13:30:29