Trace number 3377252

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 702.57 704.378

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S896023516-057-UNKNOWN.cnf
MD5SUMfbc6593197090933c7d66c2e5740159a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark126.714
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

Solver Data

0.81/3.10	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.81/3.10	c INFO: solving HOME/instance-3377252-1305451815.cnf
0.81/3.10	c INFO: computing task features
0.81/3.10	c INFO: computed variable-clause graph statistics
0.81/3.10	c INFO: computed clause balance statistics
0.81/3.54	c INFO: computed variable balance statistics
0.81/3.72	c INFO: computed small-clause counts
0.81/3.72	c INFO: computed Horn-clause counts
0.81/3.73	c INFO: computed variable graph statistics
0.81/3.73	c INFO: collected features for HOME/instance-3377252-1305451815.cnf in 0.72 s
0.81/3.75	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.37)
100.94/103.03	c INFO: running gnovelty+2@0 for 97 with 2300 remaining (b = 0.11)
201.31/203.32	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
300.89/302.63	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.06)
401.16/402.91	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
501.47/503.20	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
601.75/603.51	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
702.04/703.82	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377252-1305451815/watcher-3377252-1305451815 -o /tmp/evaluation-result-3377252-1305451815/solver-3377252-1305451815 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377252-1305451815.cnf -seed 1932623704 -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.40 3.89 3.81 2/358 629
/proc/meminfo: memFree=23521980/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=15080 CPUtime=0 cores=5,7
/proc/629/stat : 629 (python) R 626 629 32005 0 -1 4202496 606 0 0 0 0 0 0 0 18 0 1 0 656778200 15441920 503 33554432000 4194304 5683644 140733697639616 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/629/statm: 3770 508 297 364 0 257 0

[startup+0.082394 s]
/proc/loadavg: 3.40 3.89 3.81 2/358 629
/proc/meminfo: memFree=23521980/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=25292 CPUtime=0.04 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 1344 0 3 0 2 2 0 0 17 0 1 0 656778200 25899008 1193 33554432000 4194304 5683644 140733697639616 18446744073709551615 254495768199 0 2147483391 16781312 2 18446744071699945619 0 0 17 5 0 0 0
/proc/629/statm: 6323 1193 438 364 0 724 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25292

[startup+0.100376 s]
/proc/loadavg: 3.40 3.89 3.81 2/358 629
/proc/meminfo: memFree=23521980/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=29788 CPUtime=0.05 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 1436 0 4 0 3 2 0 0 17 0 1 0 656778200 30502912 1283 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/629/statm: 7447 1283 443 364 0 817 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29788

[startup+0.300361 s]
/proc/loadavg: 3.40 3.89 3.81 2/358 629
/proc/meminfo: memFree=23521980/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=54536 CPUtime=0.12 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 2070 0 9 0 4 8 0 0 17 0 1 0 656778200 55844864 1835 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699945619 0 0 17 5 0 0 1
/proc/629/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 54536

[startup+0.700257 s]
/proc/loadavg: 3.40 3.89 3.81 2/358 629
/proc/meminfo: memFree=23521980/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=119076 CPUtime=0.23 cores=5,7
/proc/629/stat : 629 (python) R 626 629 32005 0 -1 4202496 3862 0 19 0 7 16 0 0 16 0 1 0 656778200 121933824 3515 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500691712 0 0 16781312 2 0 0 0 17 5 0 0 5
/proc/629/statm: 29769 3515 913 364 0 2653 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 119076

[startup+1.50109 s]
/proc/loadavg: 3.40 3.89 3.81 5/363 650
/proc/meminfo: memFree=23458212/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=194548 CPUtime=0.52 cores=5,7
/proc/629/stat : 629 (python) R 626 629 32005 0 -1 4202496 6886 925 47 8 17 35 0 0 16 0 1 0 656778200 199217152 4976 33554432000 4194304 5683644 140733697639616 18446744073709551615 254495768132 0 2147483391 16781312 2 0 0 0 17 5 0 0 14
/proc/629/statm: 48637 4976 1431 364 0 3756 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 194548

[startup+3.10077 s]
/proc/loadavg: 3.37 3.88 3.80 3/363 650
/proc/meminfo: memFree=23417412/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=281068 CPUtime=0.81 cores=5,7
/proc/629/stat : 629 (python) R 626 629 32005 0 -1 4202496 10531 925 70 8 36 45 0 0 16 0 1 0 656778200 287813632 7654 33554432000 4194304 5683644 140733697639616 18446744073709551615 47707137017840 0 0 16781312 2 0 0 0 17 5 0 0 84
/proc/629/statm: 70267 7657 1806 364 0 6191 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 281068
heavy processes:

[startup+6.30114 s]
/proc/loadavg: 3.37 3.88 3.80 5/375 662
/proc/meminfo: memFree=23354184/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=289256 CPUtime=1.46 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 11033 925 70 8 101 45 0 0 18 0 2 0 656778200 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 84
/proc/629/statm: 72314 7204 1877 364 0 8232 0
[pid=660] ppid=629 vsize=279012 CPUtime=0 cores=5,7
/proc/660/stat : 660 (python) S 629 629 32005 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 656778575 285708288 5677 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500711951 0 0 16781312 514 571808448023331078 0 0 17 7 0 0 0
/proc/660/statm: 69753 5677 354 364 0 5671 0
[pid=662] ppid=660 vsize=1018364 CPUtime=2.54 cores=5,7
/proc/662/stat : 662 (gnovelty+2) R 660 662 662 0 -1 4202496 672 0 0 0 254 0 0 0 25 0 1 0 656778575 1042804736 408 33554432000 134512640 135663704 4289294864 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/662/statm: 254591 408 113 282 0 254307 0
[pid=629/tid=661] ppid=626 vsize=289256 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 2 0 656778575 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1586632
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 3.55 3.90 3.81 5/375 697
/proc/meminfo: memFree=23367148/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=289256 CPUtime=1.46 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 11033 925 70 8 101 45 0 0 18 0 2 0 656778200 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 84
/proc/629/statm: 72314 7204 1877 364 0 8232 0
[pid=660] ppid=629 vsize=279012 CPUtime=0 cores=5,7
/proc/660/stat : 660 (python) S 629 629 32005 0 -1 4202560 964 0 0 0 0 0 0 0 18 0 1 0 656778575 285708288 5705 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500711951 0 0 16781312 514 571808448023331078 0 0 17 7 0 0 0
/proc/660/statm: 69753 5705 382 364 0 5671 0
[pid=662] ppid=660 vsize=1018364 CPUtime=8.94 cores=5,7
/proc/662/stat : 662 (gnovelty+2) R 660 662 662 0 -1 4202496 672 0 0 0 894 0 0 0 25 0 1 0 656778575 1042804736 408 33554432000 134512640 135663704 4289294864 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/662/statm: 254591 408 113 282 0 254307 0
[pid=629/tid=661] ppid=626 vsize=289256 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 2 0 656778575 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.4
Current children cumulated vsize (KiB) 1586632

[startup+25.5003 s]
/proc/loadavg: 3.62 3.90 3.81 5/375 697
/proc/meminfo: memFree=23367812/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=289256 CPUtime=1.46 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 11033 925 70 8 101 45 0 0 18 0 2 0 656778200 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 84
/proc/629/statm: 72314 7204 1877 364 0 8232 0
[pid=660] ppid=629 vsize=279012 CPUtime=0.05 cores=5,7
/proc/660/stat : 660 (python) S 629 629 32005 0 -1 4202560 970 0 0 0 3 2 0 0 18 0 1 0 656778575 285708288 5705 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500711951 0 0 16781312 514 13328842901854060806 0 0 17 7 0 0 0
/proc/660/statm: 69753 5705 382 364 0 5671 0
[pid=662] ppid=660 vsize=1018364 CPUtime=21.74 cores=5,7
/proc/662/stat : 662 (gnovelty+2) R 660 662 662 0 -1 4202496 672 0 0 0 2174 0 0 0 25 0 1 0 656778575 1042804736 408 33554432000 134512640 135663704 4289294864 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/662/statm: 254591 408 113 282 0 254307 0
[pid=629/tid=661] ppid=626 vsize=289256 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 2 0 656778575 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 1586632

[startup+51.1012 s]
/proc/loadavg: 3.80 3.92 3.82 5/375 698
/proc/meminfo: memFree=23368200/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=289256 CPUtime=1.46 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 11033 925 70 8 101 45 0 0 18 0 2 0 656778200 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 84
/proc/629/statm: 72314 7204 1877 364 0 8232 0
[pid=660] ppid=629 vsize=279012 CPUtime=0.11 cores=5,7
/proc/660/stat : 660 (python) S 629 629 32005 0 -1 4202560 983 0 0 0 5 6 0 0 18 0 1 0 656778575 285708288 5705 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500711951 0 0 16781312 514 13328842901854060806 0 0 17 7 0 0 0
/proc/660/statm: 69753 5705 382 364 0 5671 0
[pid=662] ppid=660 vsize=1018364 CPUtime=47.34 cores=5,7
/proc/662/stat : 662 (gnovelty+2) R 660 662 662 0 -1 4202496 672 0 0 0 4734 0 0 0 25 0 1 0 656778575 1042804736 408 33554432000 134512640 135663704 4289294864 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/662/statm: 254591 408 113 282 0 254307 0
[pid=629/tid=661] ppid=626 vsize=289256 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 2 0 656778575 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.91
Current children cumulated vsize (KiB) 1586632

[startup+102.301 s]
/proc/loadavg: 3.96 3.94 3.83 5/375 699
/proc/meminfo: memFree=23368796/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=289256 CPUtime=1.46 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 11033 925 70 8 101 45 0 0 18 0 2 0 656778200 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 84
/proc/629/statm: 72314 7204 1877 364 0 8232 0
[pid=660] ppid=629 vsize=279012 CPUtime=0.24 cores=5,7
/proc/660/stat : 660 (python) S 629 629 32005 0 -1 4202560 1006 0 0 0 12 12 0 0 18 0 1 0 656778575 285708288 5705 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500711951 0 0 16781312 514 13328842901854060806 0 0 17 7 0 0 0
/proc/660/statm: 69753 5705 382 364 0 5671 0
[pid=662] ppid=660 vsize=1018364 CPUtime=98.54 cores=5,7
/proc/662/stat : 662 (gnovelty+2) R 660 662 662 0 -1 4202496 672 0 0 0 9854 0 0 0 25 0 1 0 656778575 1042804736 408 33554432000 134512640 135663704 4289294864 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/662/statm: 254591 408 113 282 0 254307 0
[pid=629/tid=661] ppid=626 vsize=289256 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 2 0 656778575 296198144 7204 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.24
Current children cumulated vsize (KiB) 1586632

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.84 5/391 717
/proc/meminfo: memFree=23342844/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=300120 CPUtime=1.48 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 11937 925 70 8 102 46 0 0 20 0 3 0 656778200 307322880 7346 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 84
/proc/629/statm: 75030 7346 1880 364 0 10945 0
[pid=660] ppid=629 vsize=289256 CPUtime=0.26 cores=5,7
/proc/660/stat : 660 (python) S 629 629 32005 0 -1 4202560 1141 0 0 0 13 13 0 0 19 0 2 0 656778575 296198144 5743 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/660/statm: 72314 5743 415 364 0 8232 0
[pid=662] ppid=660 vsize=1018364 CPUtime=99.26 cores=5,7
/proc/662/stat : 662 (gnovelty+2) T 660 662 662 0 -1 4202496 672 0 0 0 9926 0 0 0 25 0 1 0 656778575 1042804736 408 33554432000 134512640 135663704 4289294864 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/662/statm: 254591 408 113 282 0 254307 0
[pid=660/tid=704] ppid=629 vsize=289256 CPUtime=0 cores=5,7
/proc/660/task/704/stat : 704 (python) S 629 629 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656788502 296198144 5743 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604470225696960 0 0 -1 7 0 0 0
[pid=705] ppid=629 vsize=289876 CPUtime=0.16 cores=5,7
/proc/705/stat : 705 (python) S 629 629 32005 0 -1 4202560 911 0 0 0 10 6 0 0 18 0 1 0 656788503 296833024 5833 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500712006 0 0 16781312 514 13328842901854060807 0 0 17 5 0 0 0
/proc/705/statm: 72469 5833 371 364 0 8384 0
[pid=707] ppid=705 vsize=1018364 CPUtime=59.15 cores=5,7
/proc/707/stat : 707 (gnovelty+2) R 705 707 707 0 -1 4202496 672 0 0 0 5915 0 0 0 25 0 1 0 656788504 1042804736 408 33554432000 134512640 135663704 4289440400 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/707/statm: 254591 408 113 282 0 254307 0
[pid=629/tid=661] ppid=626 vsize=300120 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 3 0 656778575 307322880 7346 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=706] ppid=626 vsize=300120 CPUtime=0 cores=5,7
/proc/629/task/706/stat : 706 (python) S 626 629 32005 0 -1 4202560 31 925 0 8 0 0 0 0 20 0 3 0 656788504 307322880 7346 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.31
Current children cumulated vsize (KiB) 2915980

[startup+222.301 s]
/proc/loadavg: 4.06 3.97 3.85 5/407 734
/proc/meminfo: memFree=23305976/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=310376 CPUtime=1.5 cores=5,7

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

/proc/705/statm: 72469 5863 400 364 0 8384 0
[pid=707] ppid=705 vsize=1018364 CPUtime=100.07 cores=5,7
/proc/707/stat : 707 (gnovelty+2) T 705 707 707 0 -1 4202496 672 0 0 0 10007 0 0 0 25 0 1 0 656788504 1042804736 408 33554432000 134512640 135663704 4289440400 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/707/statm: 254591 408 113 282 0 254307 0
[pid=705/tid=723] ppid=629 vsize=289876 CPUtime=0 cores=5,7
/proc/705/task/723/stat : 723 (python) S 629 629 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656798531 296833024 5863 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604471148288192 0 0 -1 7 0 0 0
[pid=724] ppid=629 vsize=300132 CPUtime=0.28 cores=5,7
/proc/724/stat : 724 (python) S 629 629 32005 0 -1 4202560 1080 0 0 0 16 12 0 0 19 0 2 0 656798532 307335168 5867 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/724/statm: 75033 5867 400 364 0 10945 0
[pid=726] ppid=724 vsize=417976 CPUtime=99.28 cores=5,7
/proc/726/stat : 726 (adaptg2wsat2009) T 724 726 726 0 -1 4202496 1006 0 0 0 9928 0 0 0 25 0 1 0 656798533 428007424 737 33554432000 134512640 135107411 4289818768 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/726/statm: 104494 737 59 146 0 103370 0
[pid=724/tid=738] ppid=629 vsize=300132 CPUtime=0 cores=5,7
/proc/724/task/738/stat : 738 (python) S 629 629 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656808461 307335168 5867 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604458565280704 0 0 -1 7 0 0 0
[pid=739] ppid=629 vsize=310388 CPUtime=0.28 cores=5,7
/proc/739/stat : 739 (python) S 629 629 32005 0 -1 4202560 1084 0 0 0 16 12 0 0 19 0 2 0 656808463 317837312 5871 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/739/statm: 77597 5871 400 364 0 13506 0
[pid=741] ppid=739 vsize=417976 CPUtime=99.96 cores=5,7
/proc/741/stat : 741 (adaptg2wsat2009) T 739 741 741 0 -1 4202496 1002 0 0 0 9996 0 0 0 25 0 1 0 656808463 428007424 735 33554432000 134512640 135107411 4292271280 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/741/statm: 104494 735 59 146 0 103370 0
[pid=739/tid=757] ppid=629 vsize=310388 CPUtime=0 cores=5,7
/proc/739/task/757/stat : 757 (python) S 629 629 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656818490 317837312 5871 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604471153500416 0 0 -1 7 0 0 0
[pid=758] ppid=629 vsize=320960 CPUtime=0.28 cores=5,7
/proc/758/stat : 758 (python) S 629 629 32005 0 -1 4202560 1095 0 0 0 14 14 0 0 16 0 2 0 656818492 328663040 5954 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/758/statm: 80240 5954 400 364 0 16146 0
[pid=760] ppid=758 vsize=417976 CPUtime=100 cores=5,7
/proc/760/stat : 760 (adaptg2wsat2009) T 758 760 760 0 -1 4202496 1005 0 0 0 10000 0 0 0 25 0 1 0 656818492 428007424 734 33554432000 134512640 135107411 4290434144 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/760/statm: 104494 734 59 146 0 103370 0
[pid=758/tid=776] ppid=629 vsize=320960 CPUtime=0 cores=5,7
/proc/758/task/776/stat : 776 (python) S 629 629 32005 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 656828519 328663040 5954 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604466224678912 0 0 -1 5 0 0 0
[pid=777] ppid=629 vsize=331216 CPUtime=0.28 cores=5,7
/proc/777/stat : 777 (python) S 629 629 32005 0 -1 4202560 1087 0 0 0 16 12 0 0 19 0 2 0 656828521 339165184 5958 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/777/statm: 82804 5958 399 364 0 18707 0
[pid=779] ppid=777 vsize=1018364 CPUtime=100.02 cores=5,7
/proc/779/stat : 779 (gnovelty+2) T 777 779 779 0 -1 4202496 674 0 0 0 10002 0 0 0 25 0 1 0 656828521 1042804736 409 33554432000 134512640 135663704 4286846448 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/779/statm: 254591 409 113 282 0 254307 0
[pid=777/tid=795] ppid=629 vsize=331216 CPUtime=0 cores=5,7
/proc/777/task/795/stat : 795 (python) S 629 629 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656838550 339165184 5958 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604464924529024 0 0 -1 5 0 0 0
[pid=796] ppid=629 vsize=341472 CPUtime=0.28 cores=5,7
/proc/796/stat : 796 (python) S 629 629 32005 0 -1 4202560 930 0 0 0 15 13 0 0 18 0 1 0 656838552 349667328 5932 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500712006 0 0 16781312 514 13328842901854060805 0 0 17 5 0 0 0
/proc/796/statm: 85368 5932 371 364 0 21268 0
[pid=798] ppid=796 vsize=247992 CPUtime=98.49 cores=5,7
/proc/798/stat : 798 (FH) R 796 798 798 0 -1 4202496 922 0 0 0 9849 0 0 0 25 0 1 0 656838552 253943808 659 33554432000 134512640 134936988 4293616960 18446744073709551615 134546861 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/798/statm: 61998 659 41 104 0 61502 0
[pid=629/tid=661] ppid=626 vsize=351716 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 8 0 656778575 360157184 7455 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=706] ppid=626 vsize=351716 CPUtime=0 cores=5,7
/proc/629/task/706/stat : 706 (python) S 626 629 32005 0 -1 4202560 31 925 0 8 0 0 0 0 20 0 8 0 656788504 360157184 7455 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=725] ppid=626 vsize=351716 CPUtime=0 cores=5,7
/proc/629/task/725/stat : 725 (python) S 626 629 32005 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 8 0 656798533 360157184 7455 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=740] ppid=626 vsize=351716 CPUtime=0 cores=5,7
/proc/629/task/740/stat : 740 (python) S 626 629 32005 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 8 0 656808463 360157184 7455 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=759] ppid=626 vsize=351716 CPUtime=0 cores=5,7
/proc/629/task/759/stat : 759 (python) S 626 629 32005 0 -1 4202560 23 925 0 8 0 0 0 0 20 0 8 0 656818492 360157184 7455 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=778] ppid=626 vsize=351716 CPUtime=0 cores=5,7
/proc/629/task/778/stat : 778 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 8 0 656828521 360157184 7455 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=797] ppid=626 vsize=351716 CPUtime=0 cores=5,7
/proc/629/task/797/stat : 797 (python) S 626 629 32005 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 8 0 656838552 360157184 7455 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 700.55
Current children cumulated vsize (KiB) 7092028



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+704.301 s]
/proc/loadavg: 4.09 4.06 3.93 5/475 816
/proc/meminfo: memFree=23148456/32950928 swapFree=45937192/67111528
[pid=629] ppid=626 vsize=361972 CPUtime=1.57 cores=5,7
/proc/629/stat : 629 (python) S 626 629 32005 0 -1 4202496 17085 925 70 8 110 47 0 0 20 0 9 0 656778200 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 84
/proc/629/statm: 90493 7461 1892 364 0 26390 0
[pid=660] ppid=629 vsize=289256 CPUtime=0.26 cores=5,7
/proc/660/stat : 660 (python) S 629 629 32005 0 -1 4202560 1141 0 0 0 13 13 0 0 19 0 2 0 656778575 296198144 5743 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/660/statm: 72314 5743 415 364 0 8232 0
[pid=662] ppid=660 vsize=1018364 CPUtime=99.26 cores=5,7
/proc/662/stat : 662 (gnovelty+2) T 660 662 662 0 -1 4202496 672 0 0 0 9926 0 0 0 25 0 1 0 656778575 1042804736 408 33554432000 134512640 135663704 4289294864 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/662/statm: 254591 408 113 282 0 254307 0
[pid=660/tid=704] ppid=629 vsize=289256 CPUtime=0 cores=5,7
/proc/660/task/704/stat : 704 (python) S 629 629 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656788502 296198144 5743 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604470225696960 0 0 -1 7 0 0 0
[pid=705] ppid=629 vsize=289876 CPUtime=0.26 cores=5,7
/proc/705/stat : 705 (python) S 629 629 32005 0 -1 4202560 1073 0 0 0 16 10 0 0 19 0 2 0 656788503 296833024 5863 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/705/statm: 72469 5863 400 364 0 8384 0
[pid=707] ppid=705 vsize=1018364 CPUtime=100.07 cores=5,7
/proc/707/stat : 707 (gnovelty+2) T 705 707 707 0 -1 4202496 672 0 0 0 10007 0 0 0 25 0 1 0 656788504 1042804736 408 33554432000 134512640 135663704 4289440400 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/707/statm: 254591 408 113 282 0 254307 0
[pid=705/tid=723] ppid=629 vsize=289876 CPUtime=0 cores=5,7
/proc/705/task/723/stat : 723 (python) S 629 629 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656798531 296833024 5863 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604471148288192 0 0 -1 7 0 0 0
[pid=724] ppid=629 vsize=300132 CPUtime=0.28 cores=5,7
/proc/724/stat : 724 (python) S 629 629 32005 0 -1 4202560 1080 0 0 0 16 12 0 0 19 0 2 0 656798532 307335168 5867 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/724/statm: 75033 5867 400 364 0 10945 0
[pid=726] ppid=724 vsize=417976 CPUtime=99.28 cores=5,7
/proc/726/stat : 726 (adaptg2wsat2009) T 724 726 726 0 -1 4202496 1006 0 0 0 9928 0 0 0 25 0 1 0 656798533 428007424 737 33554432000 134512640 135107411 4289818768 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/726/statm: 104494 737 59 146 0 103370 0
[pid=724/tid=738] ppid=629 vsize=300132 CPUtime=0 cores=5,7
/proc/724/task/738/stat : 738 (python) S 629 629 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656808461 307335168 5867 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604458565280704 0 0 -1 7 0 0 0
[pid=739] ppid=629 vsize=310388 CPUtime=0.28 cores=5,7
/proc/739/stat : 739 (python) S 629 629 32005 0 -1 4202560 1084 0 0 0 16 12 0 0 19 0 2 0 656808463 317837312 5871 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/739/statm: 77597 5871 400 364 0 13506 0
[pid=741] ppid=739 vsize=417976 CPUtime=99.96 cores=5,7
/proc/741/stat : 741 (adaptg2wsat2009) T 739 741 741 0 -1 4202496 1002 0 0 0 9996 0 0 0 25 0 1 0 656808463 428007424 735 33554432000 134512640 135107411 4292271280 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/741/statm: 104494 735 59 146 0 103370 0
[pid=739/tid=757] ppid=629 vsize=310388 CPUtime=0 cores=5,7
/proc/739/task/757/stat : 757 (python) S 629 629 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656818490 317837312 5871 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604471153500416 0 0 -1 7 0 0 0
[pid=758] ppid=629 vsize=320960 CPUtime=0.28 cores=5,7
/proc/758/stat : 758 (python) S 629 629 32005 0 -1 4202560 1095 0 0 0 14 14 0 0 16 0 2 0 656818492 328663040 5954 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/758/statm: 80240 5954 400 364 0 16146 0
[pid=760] ppid=758 vsize=417976 CPUtime=100 cores=5,7
/proc/760/stat : 760 (adaptg2wsat2009) T 758 760 760 0 -1 4202496 1005 0 0 0 10000 0 0 0 25 0 1 0 656818492 428007424 734 33554432000 134512640 135107411 4290434144 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/760/statm: 104494 734 59 146 0 103370 0
[pid=758/tid=776] ppid=629 vsize=320960 CPUtime=0 cores=5,7
/proc/758/task/776/stat : 776 (python) S 629 629 32005 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 656828519 328663040 5954 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604466224678912 0 0 -1 5 0 0 0
[pid=777] ppid=629 vsize=331216 CPUtime=0.28 cores=5,7
/proc/777/stat : 777 (python) S 629 629 32005 0 -1 4202560 1087 0 0 0 16 12 0 0 19 0 2 0 656828521 339165184 5958 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/777/statm: 82804 5958 399 364 0 18707 0
[pid=779] ppid=777 vsize=1018364 CPUtime=100.02 cores=5,7
/proc/779/stat : 779 (gnovelty+2) T 777 779 779 0 -1 4202496 674 0 0 0 10002 0 0 0 25 0 1 0 656828521 1042804736 409 33554432000 134512640 135663704 4286846448 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/779/statm: 254591 409 113 282 0 254307 0
[pid=777/tid=795] ppid=629 vsize=331216 CPUtime=0 cores=5,7
/proc/777/task/795/stat : 795 (python) S 629 629 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656838550 339165184 5958 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604464924529024 0 0 -1 5 0 0 0
[pid=796] ppid=629 vsize=341472 CPUtime=0.3 cores=5,7
/proc/796/stat : 796 (python) S 629 629 32005 0 -1 4202560 1091 0 0 0 16 14 0 0 19 0 2 0 656838552 349667328 5962 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/796/statm: 85368 5962 400 364 0 21268 0
[pid=798] ppid=796 vsize=247992 CPUtime=99.99 cores=5,7
/proc/798/stat : 798 (FH) T 796 798 798 0 -1 4202496 922 0 0 0 9999 0 0 0 25 0 1 0 656838552 253943808 659 33554432000 134512640 134936988 4293616960 18446744073709551615 134546218 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/798/statm: 61998 659 41 104 0 61502 0
[pid=796/tid=813] ppid=629 vsize=341472 CPUtime=0 cores=5,7
/proc/796/task/813/stat : 813 (python) S 629 629 32005 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656848581 349667328 5962 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 514 18446604469803431040 0 0 -1 7 0 0 0
[pid=814] ppid=629 vsize=351728 CPUtime=0 cores=5,7
/proc/814/stat : 814 (python) S 629 629 32005 0 -1 4202560 780 0 0 0 0 0 0 0 19 0 1 0 656848582 360169472 5915 33554432000 4194304 5683644 140733697639616 18446744073709551615 254500712006 0 0 16781312 514 9380372955747319807 0 0 17 5 0 0 0
/proc/814/statm: 87932 5915 350 364 0 23829 0
[pid=816] ppid=814 vsize=417840 CPUtime=0.48 cores=5,7
/proc/816/stat : 816 (adaptg2wsat2009) R 814 816 816 0 -1 4202496 893 0 0 0 48 0 0 0 22 0 1 0 656848583 427868160 624 33554432000 134512640 135107411 4288595120 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/816/statm: 104460 624 49 146 0 103336 0
[pid=629/tid=661] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/661/stat : 661 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 18 0 9 0 656778575 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=706] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/706/stat : 706 (python) S 626 629 32005 0 -1 4202560 31 925 0 8 0 0 0 0 20 0 9 0 656788504 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=725] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/725/stat : 725 (python) S 626 629 32005 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656798533 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=740] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/740/stat : 740 (python) S 626 629 32005 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656808463 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=759] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/759/stat : 759 (python) S 626 629 32005 0 -1 4202560 23 925 0 8 0 0 0 0 20 0 9 0 656818492 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=778] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/778/stat : 778 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 9 0 656828521 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=797] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/797/stat : 797 (python) S 626 629 32005 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 9 0 656838552 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
[pid=629/tid=815] ppid=626 vsize=361972 CPUtime=0 cores=5,7
/proc/629/task/815/stat : 815 (python) S 626 629 32005 0 -1 4202560 27 925 0 8 0 0 0 0 20 0 9 0 656848583 370659328 7461 33554432000 4194304 5683644 140733697639616 18446744073709551615 254512515505 0 0 16781312 2 18446604458565281600 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.57
Current children cumulated vsize (KiB) 7871852

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

Real time (s): 704.378
CPU time (s): 702.57
CPU user time (s): 701.23
CPU system time (s): 1.34
CPU usage (%): 99.7433
Max. virtual memory (cumulated for all children) (KiB): 7871852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.10383
system time used= 0.482926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18016
page faults= 78
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43479
involuntary context switches= 63

runsolver used 2.67459 second user time and 6.07808 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 11:30:15
IDJOB=3377252
IDBENCH=82561
IDSOLVER=1857
FILE ID=node149/3377252-1305451815
RUNJOBID= node149-1305451814-584
PBS_JOBID= 13324860
Free space on /tmp= 73584 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S896023516-057-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-3377252-1305451815/watcher-3377252-1305451815 -o /tmp/evaluation-result-3377252-1305451815/solver-3377252-1305451815 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377252-1305451815.cnf -seed 1932623704 -budget 2400

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

MD5SUM BENCH= fbc6593197090933c7d66c2e5740159a
RANDOM SEED=1932623704

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23522276 kB
Buffers:        322672 kB
Cached:        4461108 kB
SwapCached:      19984 kB
Active:        6562176 kB
Inactive:      2565648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23522276 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          129024 kB
Writeback:           0 kB
AnonPages:     4336476 kB
Mapped:          14380 kB
Slab:           162852 kB
PageTables:      72300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80239600 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= 73492 MiB
End job on node149 at 2011-05-15 11:42:02