Trace number 3377752

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) 800.98 800.67

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S841042385-099.UNKNOWN.cnf
MD5SUM2b4a2e64d71570c9cdfb4872b312e245
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.37/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.64	c INFO: solving HOME/instance-3377752-1305457841.cnf
0.37/0.64	c INFO: computing task features
0.37/0.69	c INFO: computed variable-clause graph statistics
0.37/0.69	c INFO: computed clause balance statistics
0.65/0.94	c INFO: computed variable balance statistics
0.76/1.04	c INFO: computed small-clause counts
0.76/1.04	c INFO: computed Horn-clause counts
0.76/1.05	c INFO: computed variable graph statistics
0.76/1.05	c INFO: collected features for HOME/instance-3377752-1305457841.cnf in 0.41 s
0.76/1.06	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.50)
100.31/100.39	c INFO: running gnovelty+2@0 for 97 with 2300 remaining (b = 0.11)
200.72/200.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2200 remaining (b = 0.06)
301.04/301.00	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.04)
401.36/401.31	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.03)
501.73/501.62	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.03)
600.28/599.96	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.02)
700.57/700.27	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.02)
800.88/800.58	c INFO: running adaptg2wsat2009++@0 for 97 with 1601 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-3377752-1305457841/watcher-3377752-1305457841 -o /tmp/evaluation-result-3377752-1305457841/solver-3377752-1305457841 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377752-1305457841.cnf -seed 1480895236 -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: 4.07 4.02 3.81 5/427 22947
/proc/meminfo: memFree=22128616/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=15384 CPUtime=0 cores=5,7
/proc/22947/stat : 22947 (python) R 22945 22947 19943 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 736014640 15753216 696 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22947/statm: 3846 696 334 364 0 333 0

[startup+0.091723 s]
/proc/loadavg: 4.07 4.02 3.81 5/427 22947
/proc/meminfo: memFree=22128616/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=84528 CPUtime=0.05 cores=5,7
/proc/22947/stat : 22947 (python) R 22945 22947 19943 0 -1 4202496 2197 0 0 0 4 1 0 0 17 0 1 0 736014640 86556672 1947 33554432000 4194304 5683644 140734276961792 18446744073709551615 252453103505 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22947/statm: 21132 1947 570 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84528

[startup+0.100721 s]
/proc/loadavg: 4.07 4.02 3.81 5/427 22947
/proc/meminfo: memFree=22128616/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=85624 CPUtime=0.05 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 736014640 87678976 2348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/22947/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300713 s]
/proc/loadavg: 4.07 4.02 3.81 5/427 22947
/proc/meminfo: memFree=22128616/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=135752 CPUtime=0.18 cores=5,7
/proc/22947/stat : 22947 (python) R 22945 22947 19943 0 -1 4202496 5972 934 1 0 14 4 0 0 17 0 1 0 736014640 139010048 4149 33554432000 4194304 5683644 140734276961792 18446744073709551615 252457758416 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22947/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700607 s]
/proc/loadavg: 4.07 4.02 3.81 5/427 22947
/proc/meminfo: memFree=22128616/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=279940 CPUtime=0.45 cores=5,7
/proc/22947/stat : 22947 (python) R 22945 22947 19943 0 -1 4202496 10134 934 1 0 35 10 0 0 15 0 1 0 736014640 286658560 7383 33554432000 4194304 5683644 140734276961792 18446744073709551615 4500331 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22947/statm: 69985 7383 1826 364 0 5909 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 279940

[startup+1.50042 s]
/proc/loadavg: 4.07 4.02 3.81 5/428 22952
/proc/meminfo: memFree=22104180/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=289040 CPUtime=0.83 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 10554 934 1 0 72 11 0 0 17 0 2 0 736014640 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 72260 7156 1869 364 0 8178 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 289040

[startup+3.10116 s]
/proc/loadavg: 4.07 4.02 3.81 5/431 22955
/proc/meminfo: memFree=22101916/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=289040 CPUtime=0.83 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 10554 934 1 0 72 11 0 0 17 0 2 0 736014640 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 72260 7156 1869 364 0 8178 0
[pid=22953] ppid=22947 vsize=278796 CPUtime=0 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 736014746 285487104 5637 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085903 0 0 16781312 514 2743892844061098247 0 0 17 7 0 0 0
/proc/22953/statm: 69699 5637 354 364 0 5617 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=2.02 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) R 22953 22955 22955 0 -1 4202496 552 0 0 0 202 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134525560 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22947/tid=22954] ppid=22945 vsize=289040 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 736014747 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 1585920

[startup+6.30057 s]
/proc/loadavg: 4.15 4.04 3.81 6/431 22955
/proc/meminfo: memFree=22100492/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=289040 CPUtime=0.83 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 10554 934 1 0 72 11 0 0 17 0 2 0 736014640 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 72260 7156 1869 364 0 8178 0
[pid=22953] ppid=22947 vsize=278796 CPUtime=0 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 968 0 0 0 0 0 0 0 18 0 1 0 736014746 285487104 5665 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085903 0 0 16781312 514 2743892844061098247 0 0 17 7 0 0 0
/proc/22953/statm: 69699 5665 382 364 0 5617 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=5.22 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) R 22953 22955 22955 0 -1 4202496 552 0 0 0 522 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22947/tid=22954] ppid=22945 vsize=289040 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 736014747 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1585920

[startup+12.7004 s]
/proc/loadavg: 4.13 4.04 3.81 5/431 22955
/proc/meminfo: memFree=22099784/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=289040 CPUtime=0.83 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 10554 934 1 0 72 11 0 0 17 0 2 0 736014640 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 72260 7156 1869 364 0 8178 0
[pid=22953] ppid=22947 vsize=278796 CPUtime=0.02 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 736014746 285487104 5665 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085903 0 0 16781312 514 163853620817658119 0 0 17 7 0 0 0
/proc/22953/statm: 69699 5665 382 364 0 5617 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=11.62 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) R 22953 22955 22955 0 -1 4202496 552 0 0 0 1162 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22947/tid=22954] ppid=22945 vsize=289040 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 736014747 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 1585920

[startup+25.501 s]
/proc/loadavg: 4.18 4.05 3.82 5/431 22956
/proc/meminfo: memFree=22099912/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=289040 CPUtime=0.83 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 10554 934 1 0 72 11 0 0 17 0 2 0 736014640 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 72260 7156 1869 364 0 8178 0
[pid=22953] ppid=22947 vsize=278796 CPUtime=0.06 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 978 0 0 0 3 3 0 0 18 0 1 0 736014746 285487104 5665 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085903 0 0 16781312 514 163853620817658119 0 0 17 7 0 0 0
/proc/22953/statm: 69699 5665 382 364 0 5617 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=24.42 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) R 22953 22955 22955 0 -1 4202496 552 0 0 0 2442 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22947/tid=22954] ppid=22945 vsize=289040 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 736014747 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1585920

[startup+51.1002 s]
/proc/loadavg: 4.12 4.05 3.82 5/435 22960
/proc/meminfo: memFree=22092516/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=289040 CPUtime=0.83 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 10554 934 1 0 72 11 0 0 17 0 2 0 736014640 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 72260 7156 1869 364 0 8178 0
[pid=22953] ppid=22947 vsize=278796 CPUtime=0.13 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 987 0 0 0 7 6 0 0 18 0 1 0 736014746 285487104 5665 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085903 0 0 16781312 514 163853620817658119 0 0 17 7 0 0 0
/proc/22953/statm: 69699 5665 382 364 0 5617 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=50.02 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) R 22953 22955 22955 0 -1 4202496 552 0 0 0 5002 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22947/tid=22954] ppid=22945 vsize=289040 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 2 0 736014747 295976960 7156 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1585920

[startup+102.315 s]
/proc/loadavg: 4.12 4.05 3.83 5/447 22974
/proc/meminfo: memFree=22077620/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=299676 CPUtime=0.84 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 11453 934 1 0 73 11 0 0 20 0 3 0 736014640 306868224 7251 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 74919 7251 1880 364 0 10834 0
[pid=22953] ppid=22947 vsize=289040 CPUtime=0.28 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 1151 0 0 0 15 13 0 0 19 0 2 0 736014746 295976960 5703 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22953/statm: 72260 5703 415 364 0 8178 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=99.3 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) T 22953 22955 22955 0 -1 4202496 552 0 0 0 9930 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22953/tid=22971] ppid=22947 vsize=289040 CPUtime=0 cores=5,7
/proc/22953/task/22971/stat : 22971 (python) S 22947 22947 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736024678 295976960 5703 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604470731424768 0 0 -1 7 0 0 0
[pid=22972] ppid=22947 vsize=289432 CPUtime=0 cores=5,7
/proc/22972/stat : 22972 (python) S 22947 22947 19943 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 736024679 296378368 5715 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085958 0 0 16781312 514 6881443060312408327 0 0 17 5 0 0 0
/proc/22972/statm: 72358 5715 348 364 0 8273 0
[pid=22974] ppid=22972 vsize=1018084 CPUtime=1.91 cores=5,7
/proc/22974/stat : 22974 (gnovelty+2) R 22972 22974 22974 0 -1 4202496 550 0 0 0 191 0 0 0 25 0 1 0 736024679 1042518016 288 33554432000 134512640 135663704 4294092976 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/22974/statm: 254521 288 113 282 0 254237 0
[pid=22947/tid=22954] ppid=22945 vsize=299676 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 3 0 736014747 306868224 7251 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=22973] ppid=22945 vsize=299676 CPUtime=0 cores=5,7
/proc/22947/task/22973/stat : 22973 (python) S 22945 22947 19943 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 736024679 306868224 7251 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 2914316

[startup+162.301 s]
/proc/loadavg: 4.08 4.06 3.84 5/451 22979
/proc/meminfo: memFree=22060188/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=299676 CPUtime=0.84 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 11453 934 1 0 73 11 0 0 20 0 3 0 736014640 306868224 7251 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22947/statm: 74919 7251 1880 364 0 10834 0
[pid=22953] ppid=22947 vsize=289040 CPUtime=0.28 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 1151 0 0 0 15 13 0 0 19 0 2 0 736014746 295976960 5703 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22953/statm: 72260 5703 415 364 0 8178 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=99.3 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) T 22953 22955 22955 0 -1 4202496 552 0 0 0 9930 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22953/tid=22971] ppid=22947 vsize=289040 CPUtime=0 cores=5,7
/proc/22953/task/22971/stat : 22971 (python) S 22947 22947 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736024678 295976960 5703 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604470731424768 0 0 -1 7 0 0 0
[pid=22972] ppid=22947 vsize=289432 CPUtime=0.17 cores=5,7

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

[pid=23072/tid=23086] ppid=22947 vsize=310224 CPUtime=0 cores=5,7
/proc/23072/task/23086/stat : 23086 (python) S 22947 22947 19943 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 736054770 317669376 5829 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604469105844544 0 0 -1 5 0 0 0
[pid=23087] ppid=22947 vsize=320480 CPUtime=0.3 cores=5,7
/proc/23087/stat : 23087 (python) S 22947 22947 19943 0 -1 4202560 1094 0 0 0 14 16 0 0 19 0 2 0 736054771 328171520 5833 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23087/statm: 80120 5833 400 364 0 16026 0
[pid=23089] ppid=23087 vsize=417056 CPUtime=100.04 cores=5,7
/proc/23089/stat : 23089 (adaptg2wsat2009) T 23087 23089 23089 0 -1 4202496 719 0 0 0 10004 0 0 0 25 0 1 0 736054771 427065344 451 33554432000 134512640 135107411 4292141344 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23089/statm: 104264 451 59 146 0 103140 0
[pid=23087/tid=23096] ppid=22947 vsize=320480 CPUtime=0 cores=5,7
/proc/23087/task/23096/stat : 23096 (python) S 22947 22947 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736064800 328171520 5833 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604461216470016 0 0 -1 7 0 0 0
[pid=23097] ppid=22947 vsize=331120 CPUtime=0.3 cores=5,7
/proc/23097/stat : 23097 (python) S 22947 22947 19943 0 -1 4202560 1096 0 0 0 16 14 0 0 19 0 2 0 736064802 339066880 5933 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23097/statm: 82780 5933 400 364 0 18683 0
[pid=23099] ppid=23097 vsize=1018084 CPUtime=98.32 cores=5,7
/proc/23099/stat : 23099 (gnovelty+2) T 23097 23099 23099 0 -1 4202496 552 0 0 0 9832 0 0 0 25 0 1 0 736064802 1042518016 287 33554432000 134512640 135663704 4291665440 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23099/statm: 254521 287 113 282 0 254237 0
[pid=23097/tid=23130] ppid=22947 vsize=331120 CPUtime=0 cores=5,7
/proc/23097/task/23130/stat : 23130 (python) S 22947 22947 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736074635 339066880 5933 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604454677374016 0 0 -1 7 0 0 0
[pid=23131] ppid=22947 vsize=341376 CPUtime=0.3 cores=5,7
/proc/23131/stat : 23131 (python) S 22947 22947 19943 0 -1 4202560 1092 0 0 0 18 12 0 0 19 0 2 0 736074636 349569024 5937 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23131/statm: 85344 5937 400 364 0 21244 0
[pid=23133] ppid=23131 vsize=247236 CPUtime=99.96 cores=5,7
/proc/23133/stat : 23133 (FH) T 23131 23133 23133 0 -1 4202496 670 0 0 0 9996 0 0 0 25 0 1 0 736074636 253169664 405 33554432000 134512640 134936988 4289374960 18446744073709551615 134553304 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23133/statm: 61809 405 41 104 0 61313 0
[pid=23131/tid=23141] ppid=22947 vsize=341376 CPUtime=0 cores=5,7
/proc/23131/task/23141/stat : 23141 (python) S 22947 22947 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736084665 349569024 5937 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604461955561472 0 0 -1 7 0 0 0
[pid=23142] ppid=22947 vsize=350648 CPUtime=0.17 cores=5,7
/proc/23142/stat : 23142 (python) S 22947 22947 19943 0 -1 4202560 959 0 0 0 9 8 0 0 18 0 1 0 736084667 359063552 5703 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085958 0 0 16781312 514 163853620817658117 0 0 17 5 0 0 0
/proc/23142/statm: 87662 5703 377 364 0 23559 0
[pid=23144] ppid=23142 vsize=417056 CPUtime=61.88 cores=5,7
/proc/23144/stat : 23144 (adaptg2wsat2009) R 23142 23144 23144 0 -1 4202496 718 0 0 0 6188 0 0 0 25 0 1 0 736084667 427065344 450 33554432000 134512640 135107411 4292047680 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23144/statm: 104264 450 59 146 0 103140 0
[pid=22947/tid=22954] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 9 0 736014747 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=22973] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/22973/stat : 22973 (python) S 22945 22947 19943 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 736024679 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=22987] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/22987/stat : 22987 (python) S 22945 22947 19943 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 736034710 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23073] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/23073/stat : 23073 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 736044741 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23088] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/23088/stat : 23088 (python) S 22945 22947 19943 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 736054771 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23098] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/23098/stat : 23098 (python) S 22945 22947 19943 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 9 0 736064802 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 7 0 0 0
[pid=22947/tid=23132] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/23132/stat : 23132 (python) S 22945 22947 19943 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 736074636 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23143] ppid=22945 vsize=360892 CPUtime=0 cores=5,7
/proc/22947/task/23143/stat : 23143 (python) S 22945 22947 19943 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 736084667 369553408 7222 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 762.69
Current children cumulated vsize (KiB) 7862352



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+800.602 s]
/proc/loadavg: 3.05 3.55 3.73 4/465 23151
/proc/meminfo: memFree=21953244/32951124 swapFree=59305796/67111528
[pid=22947] ppid=22945 vsize=371688 CPUtime=0.93 cores=5,7
/proc/22947/stat : 22947 (python) S 22945 22947 19943 0 -1 4202496 17626 934 1 0 81 12 0 0 20 0 10 0 736014640 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22947/statm: 92922 7348 1894 364 0 28816 0
[pid=22953] ppid=22947 vsize=289040 CPUtime=0.28 cores=5,7
/proc/22953/stat : 22953 (python) S 22947 22947 19943 0 -1 4202560 1151 0 0 0 15 13 0 0 19 0 2 0 736014746 295976960 5703 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/22953/statm: 72260 5703 415 364 0 8178 0
[pid=22955] ppid=22953 vsize=1018084 CPUtime=99.3 cores=5,7
/proc/22955/stat : 22955 (gnovelty+2) T 22953 22955 22955 0 -1 4202496 552 0 0 0 9930 0 0 0 25 0 1 0 736014747 1042518016 287 33554432000 134512640 135663704 4289441312 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/22955/statm: 254521 287 113 282 0 254237 0
[pid=22953/tid=22971] ppid=22947 vsize=289040 CPUtime=0 cores=5,7
/proc/22953/task/22971/stat : 22971 (python) S 22947 22947 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736024678 295976960 5703 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604470731424768 0 0 -1 7 0 0 0
[pid=22972] ppid=22947 vsize=289432 CPUtime=0.3 cores=5,7
/proc/22972/stat : 22972 (python) S 22947 22947 19943 0 -1 4202560 1080 0 0 0 16 14 0 0 19 0 2 0 736024679 296378368 5768 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22972/statm: 72358 5768 400 364 0 8273 0
[pid=22974] ppid=22972 vsize=1018084 CPUtime=100 cores=5,7
/proc/22974/stat : 22974 (gnovelty+2) T 22972 22974 22974 0 -1 4202496 550 0 0 0 10000 0 0 0 25 0 1 0 736024679 1042518016 288 33554432000 134512640 135663704 4294092976 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22974/statm: 254521 288 113 282 0 254237 0
[pid=22972/tid=22985] ppid=22947 vsize=289432 CPUtime=0 cores=5,7
/proc/22972/task/22985/stat : 22985 (python) S 22947 22947 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736034709 296378368 5768 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604458809871360 0 0 -1 7 0 0 0
[pid=22986] ppid=22947 vsize=299428 CPUtime=0.3 cores=5,7
/proc/22986/stat : 22986 (python) S 22947 22947 19943 0 -1 4202560 1082 0 0 0 16 14 0 0 19 0 2 0 736034710 306614272 5690 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22986/statm: 74857 5690 400 364 0 10769 0
[pid=22988] ppid=22986 vsize=417056 CPUtime=100.01 cores=5,7
/proc/22988/stat : 22988 (adaptg2wsat2009) T 22986 22988 22988 0 -1 4202496 717 0 0 0 10001 0 0 0 25 0 1 0 736034711 427065344 450 33554432000 134512640 135107411 4293094112 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/22988/statm: 104264 450 59 146 0 103140 0
[pid=22986/tid=23071] ppid=22947 vsize=299428 CPUtime=0 cores=5,7
/proc/22986/task/23071/stat : 23071 (python) S 22947 22947 19943 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736044739 306614272 5690 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604469062132160 0 0 -1 7 0 0 0
[pid=23072] ppid=22947 vsize=310224 CPUtime=0.3 cores=5,7
/proc/23072/stat : 23072 (python) S 22947 22947 19943 0 -1 4202560 1094 0 0 0 16 14 0 0 19 0 2 0 736044740 317669376 5829 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23072/statm: 77556 5829 400 364 0 13465 0
[pid=23074] ppid=23072 vsize=417056 CPUtime=100.01 cores=5,7
/proc/23074/stat : 23074 (adaptg2wsat2009) T 23072 23074 23074 0 -1 4202496 715 0 0 0 10001 0 0 0 25 0 1 0 736044741 427065344 449 33554432000 134512640 135107411 4292222336 18446744073709551615 134531615 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23074/statm: 104264 449 59 146 0 103140 0
[pid=23072/tid=23086] ppid=22947 vsize=310224 CPUtime=0 cores=5,7
/proc/23072/task/23086/stat : 23086 (python) S 22947 22947 19943 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 736054770 317669376 5829 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604469105844544 0 0 -1 5 0 0 0
[pid=23087] ppid=22947 vsize=320480 CPUtime=0.3 cores=5,7
/proc/23087/stat : 23087 (python) S 22947 22947 19943 0 -1 4202560 1094 0 0 0 14 16 0 0 19 0 2 0 736054771 328171520 5833 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23087/statm: 80120 5833 400 364 0 16026 0
[pid=23089] ppid=23087 vsize=417056 CPUtime=100.04 cores=5,7
/proc/23089/stat : 23089 (adaptg2wsat2009) T 23087 23089 23089 0 -1 4202496 719 0 0 0 10004 0 0 0 25 0 1 0 736054771 427065344 451 33554432000 134512640 135107411 4292141344 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23089/statm: 104264 451 59 146 0 103140 0
[pid=23087/tid=23096] ppid=22947 vsize=320480 CPUtime=0 cores=5,7
/proc/23087/task/23096/stat : 23096 (python) S 22947 22947 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736064800 328171520 5833 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604461216470016 0 0 -1 7 0 0 0
[pid=23097] ppid=22947 vsize=331120 CPUtime=0.3 cores=5,7
/proc/23097/stat : 23097 (python) S 22947 22947 19943 0 -1 4202560 1096 0 0 0 16 14 0 0 19 0 2 0 736064802 339066880 5933 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23097/statm: 82780 5933 400 364 0 18683 0
[pid=23099] ppid=23097 vsize=1018084 CPUtime=98.32 cores=5,7
/proc/23099/stat : 23099 (gnovelty+2) T 23097 23099 23099 0 -1 4202496 552 0 0 0 9832 0 0 0 25 0 1 0 736064802 1042518016 287 33554432000 134512640 135663704 4291665440 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23099/statm: 254521 287 113 282 0 254237 0
[pid=23097/tid=23130] ppid=22947 vsize=331120 CPUtime=0 cores=5,7
/proc/23097/task/23130/stat : 23130 (python) S 22947 22947 19943 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 736074635 339066880 5933 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604454677374016 0 0 -1 7 0 0 0
[pid=23131] ppid=22947 vsize=341376 CPUtime=0.3 cores=5,7
/proc/23131/stat : 23131 (python) S 22947 22947 19943 0 -1 4202560 1092 0 0 0 18 12 0 0 19 0 2 0 736074636 349569024 5937 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23131/statm: 85344 5937 400 364 0 21244 0
[pid=23133] ppid=23131 vsize=247236 CPUtime=99.96 cores=5,7
/proc/23133/stat : 23133 (FH) T 23131 23133 23133 0 -1 4202496 670 0 0 0 9996 0 0 0 25 0 1 0 736074636 253169664 405 33554432000 134512640 134936988 4289374960 18446744073709551615 134553304 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23133/statm: 61809 405 41 104 0 61313 0
[pid=23131/tid=23141] ppid=22947 vsize=341376 CPUtime=0 cores=5,7
/proc/23131/task/23141/stat : 23141 (python) S 22947 22947 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 736084665 349569024 5937 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604461955561472 0 0 -1 7 0 0 0
[pid=23142] ppid=22947 vsize=350648 CPUtime=0.3 cores=5,7
/proc/23142/stat : 23142 (python) S 22947 22947 19943 0 -1 4202560 1127 0 0 0 15 15 0 0 19 0 2 0 736084667 359063552 5733 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23142/statm: 87662 5733 406 364 0 23559 0
[pid=23144] ppid=23142 vsize=417056 CPUtime=100.01 cores=5,7
/proc/23144/stat : 23144 (adaptg2wsat2009) T 23142 23144 23144 0 -1 4202496 718 0 0 0 10001 0 0 0 25 0 1 0 736084667 427065344 450 33554432000 134512640 135107411 4292047680 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23144/statm: 104264 450 59 146 0 103140 0
[pid=23142/tid=23148] ppid=22947 vsize=350648 CPUtime=0 cores=5,7
/proc/23142/task/23148/stat : 23148 (python) S 22947 22947 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 736094696 359063552 5733 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 514 18446604463940323392 0 0 -1 7 0 0 0
[pid=23149] ppid=22947 vsize=361444 CPUtime=0 cores=5,7
/proc/23149/stat : 23149 (python) S 22947 22947 19943 0 -1 4202560 760 0 0 0 0 0 0 0 19 0 1 0 736094698 370118656 5794 33554432000 4194304 5683644 140734276961792 18446744073709551615 252458085958 0 0 16781312 514 13364257625923911679 0 0 17 5 0 0 0
/proc/23149/statm: 90361 5794 344 364 0 26255 0
[pid=23151] ppid=23149 vsize=416916 CPUtime=0.02 cores=5,7
/proc/23151/stat : 23151 (adaptg2wsat2009) R 23149 23151 23151 0 -1 4202496 651 0 0 0 2 0 0 0 20 0 1 0 736094698 426921984 380 33554432000 134512640 135107411 4293080464 18446744073709551615 134523304 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23151/statm: 104229 380 49 146 0 103105 0
[pid=22947/tid=22954] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/22954/stat : 22954 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 10 0 736014747 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=22973] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/22973/stat : 22973 (python) S 22945 22947 19943 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 10 0 736024679 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=22987] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/22987/stat : 22987 (python) S 22945 22947 19943 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 736034710 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23073] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/23073/stat : 23073 (python) S 22945 22947 19943 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 10 0 736044741 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23088] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/23088/stat : 23088 (python) S 22945 22947 19943 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 10 0 736054771 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23098] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/23098/stat : 23098 (python) S 22945 22947 19943 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 10 0 736064802 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 7 0 0 0
[pid=22947/tid=23132] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/23132/stat : 23132 (python) S 22945 22947 19943 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 736074636 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23143] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/23143/stat : 23143 (python) S 22945 22947 19943 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 10 0 736084667 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 5 0 0 0
[pid=22947/tid=23150] ppid=22945 vsize=371688 CPUtime=0 cores=5,7
/proc/22947/task/23150/stat : 23150 (python) S 22945 22947 19943 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 10 0 736094698 380608512 7348 33554432000 4194304 5683644 140734276961792 18446744073709551615 252469889457 0 0 16781312 2 18446604469105846336 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 800.98
Current children cumulated vsize (KiB) 8651508

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

Real time (s): 800.67
CPU time (s): 800.98
CPU user time (s): 799.74
CPU system time (s): 1.24
CPU usage (%): 100.039
Max. virtual memory (cumulated for all children) (KiB): 8651508

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

runsolver used 3.57646 second user time and 7.37788 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 13:10:41
IDJOB=3377752
IDBENCH=83061
IDSOLVER=1857
FILE ID=node111/3377752-1305457841
RUNJOBID= node111-1305456430-22308
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-v80-c7120-S841042385-099.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-3377752-1305457841/watcher-3377752-1305457841 -o /tmp/evaluation-result-3377752-1305457841/solver-3377752-1305457841 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377752-1305457841.cnf -seed 1480895236 -budget 2400

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

MD5SUM BENCH= 2b4a2e64d71570c9cdfb4872b312e245
RANDOM SEED=1480895236

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:      22128896 kB
Buffers:        292716 kB
Cached:        6900200 kB
SwapCached:      13720 kB
Active:        1610608 kB
Inactive:      8962884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22128896 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           31872 kB
Writeback:           0 kB
AnonPages:     3375940 kB
Mapped:          30420 kB
Slab:           131544 kB
PageTables:      51664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 107991476 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= 73552 MiB
End job on node111 at 2011-05-15 13:24:04