Trace number 3377745

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.82 702.88

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1897189325-062.UNKNOWN.cnf
MD5SUM28731ba8f9c5274ff0cd070fd7aeff45
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.28/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.63	c INFO: solving HOME/instance-3377745-1305457732.cnf
0.28/0.63	c INFO: computing task features
0.28/0.69	c INFO: computed variable-clause graph statistics
0.28/0.69	c INFO: computed clause balance statistics
0.55/0.96	c INFO: computed variable balance statistics
0.66/1.07	c INFO: computed small-clause counts
0.66/1.07	c INFO: computed Horn-clause counts
0.66/1.08	c INFO: computed variable graph statistics
0.66/1.08	c INFO: collected features for HOME/instance-3377745-1305457732.cnf in 0.44 s
0.66/1.09	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.48)
100.93/101.39	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.32/201.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.07)
301.68/302.00	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
401.97/402.31	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.04)
502.27/502.62	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.03)
602.60/602.94	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
702.20/702.26	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 remaining (b = 0.02)

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-3377745-1305457732/watcher-3377745-1305457732 -o /tmp/evaluation-result-3377745-1305457732/solver-3377745-1305457732 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377745-1305457732.cnf -seed 1407945015 -budget 2400 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.04 4.01 3.78 5/431 22862
/proc/meminfo: memFree=21820296/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=15760 CPUtime=0 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 844 0 0 0 0 0 0 0 25 0 1 0 736003730 16138240 727 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22862/statm: 3940 727 334 364 0 427 0

[startup+0.09901 s]
/proc/loadavg: 4.04 4.01 3.78 5/431 22862
/proc/meminfo: memFree=21820296/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=87704 CPUtime=0.05 cores=4,6
/proc/22862/stat : 22862 (python) R 22859 22862 19943 0 -1 4202496 2638 0 0 0 4 1 0 0 25 0 1 0 736003730 89808896 2354 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22862/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.100995 s]
/proc/loadavg: 4.04 4.01 3.78 5/431 22862
/proc/meminfo: memFree=21820296/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=93960 CPUtime=0.05 cores=4,6
/proc/22862/stat : 22862 (python) R 22859 22862 19943 0 -1 4202496 2692 0 0 0 4 1 0 0 25 0 1 0 736003730 96215040 2407 33554432000 4194304 5683644 140733287851744 18446744073709551615 47692428326688 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22862/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.301016 s]
/proc/loadavg: 4.04 4.01 3.78 5/431 22862
/proc/meminfo: memFree=21820296/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=135748 CPUtime=0.13 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 5973 933 1 0 11 2 0 0 18 0 1 0 736003730 139005952 4149 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/22862/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 135748

[startup+0.700931 s]
/proc/loadavg: 4.04 4.01 3.78 5/431 22862
/proc/meminfo: memFree=21820296/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=280228 CPUtime=0.35 cores=4,6
/proc/22862/stat : 22862 (python) R 22859 22862 19943 0 -1 4202496 10006 933 1 0 30 5 0 0 17 0 1 0 736003730 286953472 7442 33554432000 4194304 5683644 140733287851744 18446744073709551615 47692433397113 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22862/statm: 70057 7442 1826 364 0 5981 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 280228

[startup+1.50074 s]
/proc/loadavg: 4.04 4.01 3.78 5/432 22867
/proc/meminfo: memFree=21795736/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=289652 CPUtime=0.75 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 10429 933 1 0 70 5 0 0 19 0 2 0 736003730 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 72413 7310 1869 364 0 8331 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 289652

[startup+3.10048 s]
/proc/loadavg: 4.04 4.01 3.78 5/435 22870
/proc/meminfo: memFree=21792984/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=289652 CPUtime=0.75 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 10429 933 1 0 70 5 0 0 19 0 2 0 736003730 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 72413 7310 1869 364 0 8331 0
[pid=22868] ppid=22862 vsize=279408 CPUtime=0 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 736003840 286113792 5791 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458085903 0 0 16781312 514 17449772354879062273 0 0 17 4 0 0 0
/proc/22868/statm: 69852 5791 354 364 0 5770 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=1.99 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) R 22868 22870 22870 0 -1 4202496 575 0 0 0 199 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22862/tid=22869] ppid=22859 vsize=289652 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 2 0 736003840 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1587152

[startup+6.30092 s]
/proc/loadavg: 4.04 4.01 3.78 4/425 22871
/proc/meminfo: memFree=22013852/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=289652 CPUtime=0.75 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 10429 933 1 0 70 5 0 0 19 0 2 0 736003730 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 72413 7310 1869 364 0 8331 0
[pid=22868] ppid=22862 vsize=279408 CPUtime=0.01 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 968 0 0 0 0 1 0 0 18 0 1 0 736003840 286113792 5818 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458085903 0 0 16781312 514 17449772354879062273 0 0 17 4 0 0 0
/proc/22868/statm: 69852 5818 381 364 0 5770 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=5.17 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) R 22868 22870 22870 0 -1 4202496 575 0 0 0 517 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22862/tid=22869] ppid=22859 vsize=289652 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 2 0 736003840 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1587152

[startup+12.7007 s]
/proc/loadavg: 3.96 4.00 3.78 5/429 22905
/proc/meminfo: memFree=21987904/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=289652 CPUtime=0.75 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 10429 933 1 0 70 5 0 0 19 0 2 0 736003730 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 72413 7310 1869 364 0 8331 0
[pid=22868] ppid=22862 vsize=279408 CPUtime=0.02 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 971 0 0 0 1 1 0 0 18 0 1 0 736003840 286113792 5818 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458085903 0 0 16781312 514 5537562769944969473 0 0 17 4 0 0 0
/proc/22868/statm: 69852 5818 381 364 0 5770 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=11.55 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) R 22868 22870 22870 0 -1 4202496 575 0 0 0 1155 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22862/tid=22869] ppid=22859 vsize=289652 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 2 0 736003840 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1587152

[startup+25.5003 s]
/proc/loadavg: 3.96 4.00 3.78 5/429 22906
/proc/meminfo: memFree=21985172/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=289652 CPUtime=0.75 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 10429 933 1 0 70 5 0 0 19 0 2 0 736003730 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 72413 7310 1869 364 0 8331 0
[pid=22868] ppid=22862 vsize=279408 CPUtime=0.06 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 977 0 0 0 3 3 0 0 18 0 1 0 736003840 286113792 5818 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458085903 0 0 16781312 514 5537562769944969473 0 0 17 4 0 0 0
/proc/22868/statm: 69852 5818 381 364 0 5770 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=24.32 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) R 22868 22870 22870 0 -1 4202496 575 0 0 0 2432 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22862/tid=22869] ppid=22859 vsize=289652 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 2 0 736003840 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1587152

[startup+51.1006 s]
/proc/loadavg: 3.97 4.00 3.78 5/433 22910
/proc/meminfo: memFree=21976376/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=289652 CPUtime=0.75 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 10429 933 1 0 70 5 0 0 19 0 2 0 736003730 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 72413 7310 1869 364 0 8331 0
[pid=22868] ppid=22862 vsize=279408 CPUtime=0.13 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 988 0 0 0 7 6 0 0 18 0 1 0 736003840 286113792 5819 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458085903 0 0 16781312 514 5537562769944969473 0 0 17 4 0 0 0
/proc/22868/statm: 69852 5819 382 364 0 5770 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=49.85 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) R 22868 22870 22870 0 -1 4202496 575 0 0 0 4985 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22862/tid=22869] ppid=22859 vsize=289652 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 2 0 736003840 296603648 7310 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 1587152

[startup+102.315 s]
/proc/loadavg: 4.16 4.04 3.81 5/437 22916
/proc/meminfo: memFree=21962968/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=300228 CPUtime=0.76 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 11363 933 1 0 71 5 0 0 19 0 3 0 736003730 307433472 7365 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 75057 7365 1872 364 0 10972 0
[pid=22868] ppid=22862 vsize=289652 CPUtime=0.28 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 1149 0 0 0 16 12 0 0 19 0 2 0 736003840 296603648 5857 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22868/statm: 72413 5857 415 364 0 8331 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=99.99 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) T 22868 22870 22870 0 -1 4202496 575 0 0 0 9999 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22868/tid=22913] ppid=22862 vsize=289652 CPUtime=0 cores=4,6
/proc/22868/task/22913/stat : 22913 (python) S 22862 22862 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736013869 296603648 5857 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604448385600384 0 0 -1 6 0 0 0
[pid=22914] ppid=22862 vsize=289984 CPUtime=0 cores=4,6
/proc/22914/stat : 22914 (python) S 22862 22862 19943 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 736013870 296943616 5837 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458085958 0 0 16781312 514 10436014894208778239 0 0 17 4 0 0 0
/proc/22914/statm: 72496 5837 348 364 0 8411 0
[pid=22916] ppid=22914 vsize=1018092 CPUtime=0.91 cores=4,6
/proc/22916/stat : 22916 (gnovelty+2) R 22914 22916 22916 0 -1 4202496 570 0 0 0 91 0 0 0 23 0 1 0 736013870 1042526208 306 33554432000 134512640 135663704 4293942384 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22916/statm: 254523 306 113 282 0 254239 0
[pid=22862/tid=22869] ppid=22859 vsize=300228 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 3 0 736003840 307433472 7365 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=22915] ppid=22859 vsize=300228 CPUtime=0 cores=4,6
/proc/22862/task/22915/stat : 22915 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 736013870 307433472 7365 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 2916048

[startup+162.301 s]
/proc/loadavg: 4.12 4.05 3.82 5/435 22960
/proc/meminfo: memFree=22093012/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=300228 CPUtime=0.76 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 11363 933 1 0 71 5 0 0 19 0 3 0 736003730 307433472 7365 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 75057 7365 1872 364 0 10972 0
[pid=22868] ppid=22862 vsize=289652 CPUtime=0.28 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 1149 0 0 0 16 12 0 0 19 0 2 0 736003840 296603648 5857 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22868/statm: 72413 5857 415 364 0 8331 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=99.99 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) T 22868 22870 22870 0 -1 4202496 575 0 0 0 9999 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22868/tid=22913] ppid=22862 vsize=289652 CPUtime=0 cores=4,6
/proc/22868/task/22913/stat : 22913 (python) S 22862 22862 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736013869 296603648 5857 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604448385600384 0 0 -1 6 0 0 0
[pid=22914] ppid=22862 vsize=289984 CPUtime=0.17 cores=4,6

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

/proc/22914/statm: 72496 5890 400 364 0 8411 0
[pid=22916] ppid=22914 vsize=1018092 CPUtime=99.99 cores=4,6
/proc/22916/stat : 22916 (gnovelty+2) T 22914 22916 22916 0 -1 4202496 570 0 0 0 9999 0 0 0 25 0 1 0 736013870 1042526208 306 33554432000 134512640 135663704 4293942384 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22916/statm: 254523 306 113 282 0 254239 0
[pid=22914/tid=22962] ppid=22862 vsize=289984 CPUtime=0 cores=4,6
/proc/22914/task/22962/stat : 22962 (python) S 22862 22862 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736023899 296943616 5890 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604442457615424 0 0 -1 6 0 0 0
[pid=22963] ppid=22862 vsize=300240 CPUtime=0.3 cores=4,6
/proc/22963/stat : 22963 (python) S 22862 22862 19943 0 -1 4202560 1083 0 0 0 17 13 0 0 19 0 2 0 736023900 307445760 5894 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22963/statm: 75060 5894 400 364 0 10972 0
[pid=22965] ppid=22963 vsize=417192 CPUtime=100.05 cores=4,6
/proc/22965/stat : 22965 (adaptg2wsat2009) T 22963 22965 22965 0 -1 4202496 761 0 0 0 10005 0 0 0 25 0 1 0 736023901 427204608 495 33554432000 134512640 135107411 4287129696 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22965/statm: 104298 495 59 146 0 103174 0
[pid=22963/tid=22981] ppid=22862 vsize=300240 CPUtime=0 cores=4,6
/proc/22963/task/22981/stat : 22981 (python) S 22862 22862 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736033930 307445760 5894 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604440389657792 0 0 -1 6 0 0 0
[pid=22982] ppid=22862 vsize=310496 CPUtime=0.3 cores=4,6
/proc/22982/stat : 22982 (python) S 22862 22862 19943 0 -1 4202560 1098 0 0 0 15 15 0 0 19 0 2 0 736033931 317947904 5898 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22982/statm: 77624 5898 400 364 0 13533 0
[pid=22984] ppid=22982 vsize=417192 CPUtime=99.99 cores=4,6
/proc/22984/stat : 22984 (adaptg2wsat2009) T 22982 22984 22984 0 -1 4202496 760 0 0 0 9998 1 0 0 25 0 1 0 736033931 427204608 494 33554432000 134512640 135107411 4288388448 18446744073709551615 134532352 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22984/statm: 104298 494 59 146 0 103174 0
[pid=22982/tid=23067] ppid=22862 vsize=310496 CPUtime=0 cores=4,6
/proc/22982/task/23067/stat : 23067 (python) S 22862 22862 19943 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 736043960 317947904 5898 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604449686270336 0 0 -1 6 0 0 0
[pid=23068] ppid=22862 vsize=320752 CPUtime=0.3 cores=4,6
/proc/23068/stat : 23068 (python) S 22862 22862 19943 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 736043962 328450048 5902 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 80188 5902 400 364 0 16094 0
[pid=23070] ppid=23068 vsize=417192 CPUtime=99.98 cores=4,6
/proc/23070/stat : 23070 (adaptg2wsat2009) T 23068 23070 23070 0 -1 4202496 762 0 0 0 9998 0 0 0 25 0 1 0 736043962 427204608 496 33554432000 134512640 135107411 4287283568 18446744073709551615 134531474 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23070/statm: 104298 496 59 146 0 103174 0
[pid=23068/tid=23081] ppid=22862 vsize=320752 CPUtime=0 cores=4,6
/proc/23068/task/23081/stat : 23081 (python) S 22862 22862 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736053991 328450048 5902 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604443715372224 0 0 -1 6 0 0 0
[pid=23082] ppid=22862 vsize=331008 CPUtime=0.3 cores=4,6
/proc/23082/stat : 23082 (python) S 22862 22862 19943 0 -1 4202560 1101 0 0 0 16 14 0 0 19 0 2 0 736053992 338952192 5906 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23082/statm: 82752 5906 400 364 0 18655 0
[pid=23084] ppid=23082 vsize=1018092 CPUtime=100.05 cores=4,6
/proc/23084/stat : 23084 (gnovelty+2) T 23082 23084 23084 0 -1 4202496 570 0 0 0 10005 0 0 0 25 0 1 0 736053993 1042526208 306 33554432000 134512640 135663704 4292709376 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23084/statm: 254523 306 113 282 0 254239 0
[pid=23082/tid=23092] ppid=22862 vsize=331008 CPUtime=0 cores=4,6
/proc/23082/task/23092/stat : 23092 (python) S 22862 22862 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736064023 338952192 5906 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604444306373312 0 0 -1 6 0 0 0
[pid=23093] ppid=22862 vsize=341264 CPUtime=0.31 cores=4,6
/proc/23093/stat : 23093 (python) S 22862 22862 19943 0 -1 4202560 1087 0 0 0 17 14 0 0 19 0 2 0 736064024 349454336 5910 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23093/statm: 85316 5910 400 364 0 21216 0
[pid=23095] ppid=23093 vsize=247344 CPUtime=99.3 cores=4,6
/proc/23095/stat : 23095 (FH) T 23093 23095 23095 0 -1 4202496 710 0 0 0 9930 0 0 0 25 0 1 0 736064025 253280256 443 33554432000 134512640 134936988 4289581824 18446744073709551615 134552507 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23095/statm: 61836 443 41 104 0 61340 0
[pid=22862/tid=22869] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 736003840 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=22915] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22915/stat : 22915 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736013870 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=22964] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22964/stat : 22964 (python) S 22859 22862 19943 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 736023900 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=22983] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22983/stat : 22983 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736033931 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=23069] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/23069/stat : 23069 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736043962 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=23083] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/23083/stat : 23083 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736053993 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=23094] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/23094/stat : 23094 (python) S 22859 22862 19943 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 736064025 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 7163892



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.13 4.06 3.91 7/478 23110
/proc/meminfo: memFree=21934936/32951124 swapFree=59305796/67111528
[pid=22862] ppid=22859 vsize=427300 CPUtime=0.85 cores=4,6
/proc/22862/stat : 22862 (python) S 22859 22862 19943 0 -1 4202496 16768 933 1 0 78 7 0 0 19 0 9 0 736003730 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22862/statm: 106825 7582 1892 364 0 42722 0
[pid=22868] ppid=22862 vsize=289652 CPUtime=0.28 cores=4,6
/proc/22868/stat : 22868 (python) S 22862 22862 19943 0 -1 4202560 1149 0 0 0 16 12 0 0 19 0 2 0 736003840 296603648 5857 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22868/statm: 72413 5857 415 364 0 8331 0
[pid=22870] ppid=22868 vsize=1018092 CPUtime=99.99 cores=4,6
/proc/22870/stat : 22870 (gnovelty+2) T 22868 22870 22870 0 -1 4202496 575 0 0 0 9999 0 0 0 25 0 1 0 736003840 1042526208 307 33554432000 134512640 135663704 4290193184 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22870/statm: 254523 307 113 282 0 254239 0
[pid=22868/tid=22913] ppid=22862 vsize=289652 CPUtime=0 cores=4,6
/proc/22868/task/22913/stat : 22913 (python) S 22862 22862 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736013869 296603648 5857 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604448385600384 0 0 -1 6 0 0 0
[pid=22914] ppid=22862 vsize=289984 CPUtime=0.28 cores=4,6
/proc/22914/stat : 22914 (python) S 22862 22862 19943 0 -1 4202560 1076 0 0 0 15 13 0 0 19 0 2 0 736013870 296943616 5890 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22914/statm: 72496 5890 400 364 0 8411 0
[pid=22916] ppid=22914 vsize=1018092 CPUtime=99.99 cores=4,6
/proc/22916/stat : 22916 (gnovelty+2) T 22914 22916 22916 0 -1 4202496 570 0 0 0 9999 0 0 0 25 0 1 0 736013870 1042526208 306 33554432000 134512640 135663704 4293942384 18446744073709551615 134525224 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22916/statm: 254523 306 113 282 0 254239 0
[pid=22914/tid=22962] ppid=22862 vsize=289984 CPUtime=0 cores=4,6
/proc/22914/task/22962/stat : 22962 (python) S 22862 22862 19943 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736023899 296943616 5890 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604442457615424 0 0 -1 6 0 0 0
[pid=22963] ppid=22862 vsize=300240 CPUtime=0.3 cores=4,6
/proc/22963/stat : 22963 (python) S 22862 22862 19943 0 -1 4202560 1083 0 0 0 17 13 0 0 19 0 2 0 736023900 307445760 5894 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22963/statm: 75060 5894 400 364 0 10972 0
[pid=22965] ppid=22963 vsize=417192 CPUtime=100.05 cores=4,6
/proc/22965/stat : 22965 (adaptg2wsat2009) T 22963 22965 22965 0 -1 4202496 761 0 0 0 10005 0 0 0 25 0 1 0 736023901 427204608 495 33554432000 134512640 135107411 4287129696 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/22965/statm: 104298 495 59 146 0 103174 0
[pid=22963/tid=22981] ppid=22862 vsize=300240 CPUtime=0 cores=4,6
/proc/22963/task/22981/stat : 22981 (python) S 22862 22862 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736033930 307445760 5894 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604440389657792 0 0 -1 6 0 0 0
[pid=22982] ppid=22862 vsize=310496 CPUtime=0.3 cores=4,6
/proc/22982/stat : 22982 (python) S 22862 22862 19943 0 -1 4202560 1098 0 0 0 15 15 0 0 19 0 2 0 736033931 317947904 5898 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22982/statm: 77624 5898 400 364 0 13533 0
[pid=22984] ppid=22982 vsize=417192 CPUtime=99.99 cores=4,6
/proc/22984/stat : 22984 (adaptg2wsat2009) T 22982 22984 22984 0 -1 4202496 760 0 0 0 9998 1 0 0 25 0 1 0 736033931 427204608 494 33554432000 134512640 135107411 4288388448 18446744073709551615 134532352 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22984/statm: 104298 494 59 146 0 103174 0
[pid=22982/tid=23067] ppid=22862 vsize=310496 CPUtime=0 cores=4,6
/proc/22982/task/23067/stat : 23067 (python) S 22862 22862 19943 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 736043960 317947904 5898 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604449686270336 0 0 -1 6 0 0 0
[pid=23068] ppid=22862 vsize=320752 CPUtime=0.3 cores=4,6
/proc/23068/stat : 23068 (python) S 22862 22862 19943 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 736043962 328450048 5902 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23068/statm: 80188 5902 400 364 0 16094 0
[pid=23070] ppid=23068 vsize=417192 CPUtime=99.98 cores=4,6
/proc/23070/stat : 23070 (adaptg2wsat2009) T 23068 23070 23070 0 -1 4202496 762 0 0 0 9998 0 0 0 25 0 1 0 736043962 427204608 496 33554432000 134512640 135107411 4287283568 18446744073709551615 134531474 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23070/statm: 104298 496 59 146 0 103174 0
[pid=23068/tid=23081] ppid=22862 vsize=320752 CPUtime=0 cores=4,6
/proc/23068/task/23081/stat : 23081 (python) S 22862 22862 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736053991 328450048 5902 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604443715372224 0 0 -1 6 0 0 0
[pid=23082] ppid=22862 vsize=331008 CPUtime=0.3 cores=4,6
/proc/23082/stat : 23082 (python) S 22862 22862 19943 0 -1 4202560 1101 0 0 0 16 14 0 0 19 0 2 0 736053992 338952192 5906 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23082/statm: 82752 5906 400 364 0 18655 0
[pid=23084] ppid=23082 vsize=1018092 CPUtime=100.05 cores=4,6
/proc/23084/stat : 23084 (gnovelty+2) T 23082 23084 23084 0 -1 4202496 570 0 0 0 10005 0 0 0 25 0 1 0 736053993 1042526208 306 33554432000 134512640 135663704 4292709376 18446744073709551615 134544212 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23084/statm: 254523 306 113 282 0 254239 0
[pid=23082/tid=23092] ppid=22862 vsize=331008 CPUtime=0 cores=4,6
/proc/23082/task/23092/stat : 23092 (python) S 22862 22862 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736064023 338952192 5906 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604444306373312 0 0 -1 6 0 0 0
[pid=23093] ppid=22862 vsize=341264 CPUtime=0.31 cores=4,6
/proc/23093/stat : 23093 (python) S 22862 22862 19943 0 -1 4202560 1087 0 0 0 17 14 0 0 19 0 2 0 736064024 349454336 5910 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23093/statm: 85316 5910 400 364 0 21216 0
[pid=23095] ppid=23093 vsize=247344 CPUtime=99.3 cores=4,6
/proc/23095/stat : 23095 (FH) T 23093 23095 23095 0 -1 4202496 710 0 0 0 9930 0 0 0 25 0 1 0 736064025 253280256 443 33554432000 134512640 134936988 4289581824 18446744073709551615 134552507 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23095/statm: 61836 443 41 104 0 61340 0
[pid=23093/tid=23107] ppid=22862 vsize=341264 CPUtime=0 cores=4,6
/proc/23093/task/23107/stat : 23107 (python) S 22862 22862 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736073956 349454336 5910 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 514 18446604443894763904 0 0 -1 6 0 0 0
[pid=23108] ppid=22862 vsize=417056 CPUtime=0 cores=4,6
/proc/23108/stat : 23108 (python) S 22862 22862 19943 0 -1 4202560 760 0 0 0 0 0 0 0 19 0 1 0 736073957 427065344 6036 33554432000 4194304 5683644 140733287851744 18446744073709551615 252458085958 0 0 16781312 514 16608528311886282751 0 0 17 6 0 0 0
/proc/23108/statm: 104264 6036 350 364 0 40161 0
[pid=23110] ppid=23108 vsize=417048 CPUtime=0.55 cores=4,6
/proc/23110/stat : 23110 (adaptg2wsat2009) R 23108 23110 23110 0 -1 4202496 681 0 0 0 55 0 0 0 22 0 1 0 736073957 427057152 419 33554432000 134512640 135107411 4291134112 18446744073709551615 134523444 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23110/statm: 104262 419 49 146 0 103138 0
[pid=22862/tid=22869] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22869/stat : 22869 (python) S 22859 22862 19943 0 -1 4202560 25 933 0 0 0 0 0 0 19 0 9 0 736003840 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=22915] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22915/stat : 22915 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736013870 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=22964] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22964/stat : 22964 (python) S 22859 22862 19943 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 736023900 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=22983] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/22983/stat : 22983 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736033931 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=23069] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/23069/stat : 23069 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736043962 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=23083] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/23083/stat : 23083 (python) S 22859 22862 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 736053993 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 4 0 0 0
[pid=22862/tid=23094] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/23094/stat : 23094 (python) S 22859 22862 19943 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 736064025 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 6 0 0 0
[pid=22862/tid=23109] ppid=22859 vsize=427300 CPUtime=0 cores=4,6
/proc/22862/task/23109/stat : 23109 (python) S 22859 22862 19943 0 -1 4202560 104 933 0 0 0 0 0 0 20 0 9 0 736073957 437555200 7582 33554432000 4194304 5683644 140733287851744 18446744073709551615 252469889457 0 0 16781312 2 18446604445623923648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 702.82
Current children cumulated vsize (KiB) 7997996

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

Real time (s): 702.88
CPU time (s): 702.82
CPU user time (s): 701.79
CPU system time (s): 1.03
CPU usage (%): 99.9915
Max. virtual memory (cumulated for all children) (KiB): 7997996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.794879
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18096
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= 2892
involuntary context switches= 46

runsolver used 3.08353 second user time and 6.17906 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 13:08:52
IDJOB=3377745
IDBENCH=83054
IDSOLVER=1857
FILE ID=node111/3377745-1305457732
RUNJOBID= node111-1305456430-22306
PBS_JOBID= 13324865
Free space on /tmp= 73568 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1897189325-062.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-3377745-1305457732/watcher-3377745-1305457732 -o /tmp/evaluation-result-3377745-1305457732/solver-3377745-1305457732 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377745-1305457732.cnf -seed 1407945015 -budget 2400

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

MD5SUM BENCH= 28731ba8f9c5274ff0cd070fd7aeff45
RANDOM SEED=1407945015

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21820452 kB
Buffers:        292092 kB
Cached:        6896456 kB
SwapCached:      13720 kB
Active:        1917388 kB
Inactive:      8962884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21820452 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           31900 kB
Writeback:           0 kB
AnonPages:     3687048 kB
Mapped:          29964 kB
Slab:           131516 kB
PageTables:      53076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 103981788 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= 73528 MiB
End job on node111 at 2011-05-15 13:20:37