Trace number 3484031

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, 1200 s timeout)? (MO) 703.16 703.163

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S942666749-061-UNKNOWN.cnf
MD5SUM456ae67a44e812130272597099547869
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.35/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.64	c INFO: solving HOME/instance-3484031-1307746991.cnf
0.35/0.64	c INFO: computing task features
0.53/0.82	c INFO: computed variable-clause graph statistics
0.53/0.82	c INFO: computed clause balance statistics
1.22/1.71	c INFO: computed variable balance statistics
2.21/2.53	c INFO: computed small-clause counts
2.21/2.53	c INFO: computed Horn-clause counts
2.21/2.53	c INFO: computed variable graph statistics
2.21/2.53	c INFO: collected features for HOME/instance-3484031-1307746991.cnf in 1.45 s
2.21/2.53	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
101.88/102.27	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.21/202.45	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.31/302.58	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.47/402.71	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.70/502.85	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.92/603.04	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.17/702.19	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 0.16 0.03 0.01 3/184 10701
/proc/meminfo: memFree=31815032/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=15380 CPUtime=0 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 792 0 0 0 0 0 0 0 17 0 1 0 886297088 15749120 679 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/10701/statm: 3845 679 322 364 0 332 0

[startup+0.0592119 s]
/proc/loadavg: 0.16 0.03 0.01 3/184 10701
/proc/meminfo: memFree=31815032/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=30108 CPUtime=0.04 cores=1,3
/proc/10701/stat : 10701 (python) R 10699 10701 10635 0 -1 4202496 1510 0 0 0 3 1 0 0 17 0 1 0 886297088 30830592 1347 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10701/statm: 7527 1347 443 364 0 897 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30108

[startup+0.100227 s]
/proc/loadavg: 0.16 0.03 0.01 3/184 10701
/proc/meminfo: memFree=31815032/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=84600 CPUtime=0.06 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 2409 0 0 0 4 2 0 0 17 0 1 0 886297088 86630400 2135 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/10701/statm: 21150 2135 707 364 0 1367 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84600

[startup+0.300156 s]
/proc/loadavg: 0.16 0.03 0.01 3/184 10701
/proc/meminfo: memFree=31815032/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=126796 CPUtime=0.15 cores=1,3
/proc/10701/stat : 10701 (python) R 10699 10701 10635 0 -1 4202496 5480 931 1 0 11 4 0 0 18 0 1 0 886297088 129839104 4004 33554432000 4194304 5683644 140737214361520 18446744073709551615 4502173 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10701/statm: 31699 4004 1008 364 0 2994 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 126796

[startup+0.701053 s]
/proc/loadavg: 0.16 0.03 0.01 3/184 10701
/proc/meminfo: memFree=31815032/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=280672 CPUtime=0.43 cores=1,3
/proc/10701/stat : 10701 (python) R 10699 10701 10635 0 -1 4202496 9916 931 1 0 33 10 0 0 16 0 1 0 886297088 287408128 7460 33554432000 4194304 5683644 140737214361520 18446744073709551615 47857137747265 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/10701/statm: 70168 7460 1761 364 0 6092 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 280672

[startup+1.50095 s]
/proc/loadavg: 0.16 0.03 0.01 4/188 10713
/proc/meminfo: memFree=31735180/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=285636 CPUtime=1.22 cores=1,3
/proc/10701/stat : 10701 (python) R 10699 10701 10635 0 -1 4202496 12504 931 1 0 112 10 0 0 17 0 1 0 886297088 292491264 8794 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244008363 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10701/statm: 71409 8794 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 285636

[startup+3.10067 s]
/proc/loadavg: 0.16 0.03 0.01 4/191 10716
/proc/meminfo: memFree=31732428/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=290520 CPUtime=1.83 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 12833 931 1 0 173 10 0 0 20 0 2 0 886297088 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10701/statm: 72630 7495 1869 364 0 8548 0
[pid=10714] ppid=10701 vsize=280760 CPUtime=0 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 718 0 0 0 0 0 0 0 19 0 1 0 886297300 287498240 5978 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244368911 0 0 16781312 514 4393428291684401151 0 0 17 1 0 0 0
/proc/10714/statm: 70190 5978 355 364 0 6108 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=0.97 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) R 10714 10716 10716 0 -1 4202496 950 0 0 0 97 0 0 0 23 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10701/tid=10715] ppid=10699 vsize=290520 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 886297300 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 1590988

[startup+6.3011 s]
/proc/loadavg: 0.47 0.10 0.03 5/202 10740
/proc/meminfo: memFree=31634724/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=290520 CPUtime=1.83 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 12833 931 1 0 173 10 0 0 20 0 2 0 886297088 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10701/statm: 72630 7495 1869 364 0 8548 0
[pid=10714] ppid=10701 vsize=280760 CPUtime=0 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 851 0 0 0 0 0 0 0 18 0 1 0 886297300 287498240 6001 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244368911 0 0 16781312 514 4393428291684368648 0 0 17 1 0 0 0
/proc/10714/statm: 70190 6001 378 364 0 6108 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=4.17 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) R 10714 10716 10716 0 -1 4202496 950 0 0 0 417 0 0 0 25 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10701/tid=10715] ppid=10699 vsize=290520 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 886297300 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1590988

[startup+12.701 s]
/proc/loadavg: 0.75 0.16 0.05 5/202 10740
/proc/meminfo: memFree=31632556/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=290520 CPUtime=1.83 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 12833 931 1 0 173 10 0 0 20 0 2 0 886297088 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10701/statm: 72630 7495 1869 364 0 8548 0
[pid=10714] ppid=10701 vsize=280760 CPUtime=0.01 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 853 0 0 0 1 0 0 0 18 0 1 0 886297300 287498240 6001 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244368911 0 0 16781312 514 10266395155242123528 0 0 17 1 0 0 0
/proc/10714/statm: 70190 6001 378 364 0 6108 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=10.56 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) R 10714 10716 10716 0 -1 4202496 950 0 0 0 1056 0 0 0 25 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10701/tid=10715] ppid=10699 vsize=290520 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 886297300 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1590988

[startup+25.5007 s]
/proc/loadavg: 1.47 0.35 0.12 5/202 10787
/proc/meminfo: memFree=31654364/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=290520 CPUtime=1.83 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 12833 931 1 0 173 10 0 0 20 0 2 0 886297088 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10701/statm: 72630 7495 1869 364 0 8548 0
[pid=10714] ppid=10701 vsize=280760 CPUtime=0.02 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 860 0 0 0 1 1 0 0 18 0 1 0 886297300 287498240 6001 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244368911 0 0 16781312 514 10266395155242123528 0 0 17 1 0 0 0
/proc/10714/statm: 70190 6001 378 364 0 6108 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=23.35 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) R 10714 10716 10716 0 -1 4202496 950 0 0 0 2335 0 0 0 25 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134525101 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10701/tid=10715] ppid=10699 vsize=290520 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 886297300 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1590988

[startup+51.1002 s]
/proc/loadavg: 2.33 0.64 0.22 5/202 10787
/proc/meminfo: memFree=31654144/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=290520 CPUtime=1.83 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 12833 931 1 0 173 10 0 0 20 0 2 0 886297088 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10701/statm: 72630 7495 1869 364 0 8548 0
[pid=10714] ppid=10701 vsize=280760 CPUtime=0.05 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 877 0 0 0 3 2 0 0 18 0 1 0 886297300 287498240 6001 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244368911 0 0 16781312 514 4393428291684401151 0 0 17 1 0 0 0
/proc/10714/statm: 70190 6001 378 364 0 6108 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=48.91 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) R 10714 10716 10716 0 -1 4202496 950 0 0 0 4891 0 0 0 25 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10701/tid=10715] ppid=10699 vsize=290520 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 2 0 886297300 297492480 7495 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 1590988

[startup+102.3 s]
/proc/loadavg: 3.27 1.16 0.41 5/202 10838
/proc/meminfo: memFree=31671760/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=300776 CPUtime=1.84 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 13691 931 1 0 174 10 0 0 20 0 3 0 886297088 307994624 7502 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10701/statm: 75194 7502 1872 364 0 11109 0
[pid=10714] ppid=10701 vsize=291004 CPUtime=0.12 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 1141 0 0 0 6 6 0 0 19 0 2 0 886297300 297988096 6043 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10714/statm: 72751 6043 415 364 0 8669 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=100.01 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) T 10714 10716 10716 0 -1 4202496 950 0 0 0 10001 0 0 0 25 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134525428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10701/tid=10715] ppid=10699 vsize=300776 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886297300 307994624 7502 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 1611488

[startup+162.301 s]
/proc/loadavg: 3.73 1.67 0.64 5/218 10855
/proc/meminfo: memFree=31622852/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=300776 CPUtime=1.84 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 13691 931 1 0 174 10 0 0 20 0 3 0 886297088 307994624 7502 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10701/statm: 75194 7502 1872 364 0 11109 0
[pid=10714] ppid=10701 vsize=291004 CPUtime=0.12 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 1141 0 0 0 6 6 0 0 19 0 2 0 886297300 297988096 6043 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10714/statm: 72751 6043 415 364 0 8669 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=100.01 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) T 10714 10716 10716 0 -1 4202496 950 0 0 0 10001 0 0 0 25 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134525428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10714/tid=10839] ppid=10701 vsize=291004 CPUtime=0 cores=1,3
/proc/10714/task/10839/stat : 10839 (python) S 10701 10701 10635 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886307315 297988096 6043 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604471115487168 0 0 -1 1 0 0 0
[pid=10840] ppid=10701 vsize=291092 CPUtime=0.08 cores=1,3
/proc/10840/stat : 10840 (python) S 10701 10701 10635 0 -1 4202560 900 0 0 0 4 4 0 0 18 0 1 0 886307315 298078208 5999 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244368966 0 0 16781312 514 10266395155242123528 0 0 17 3 0 0 0
/proc/10840/statm: 72773 5999 372 364 0 8688 0
[pid=10842] ppid=10840 vsize=1019708 CPUtime=60.02 cores=1,3
/proc/10842/stat : 10842 (gnovelty+2) R 10840 10842 10842 0 -1 4202496 955 0 0 0 6002 0 0 0 25 0 1 0 886307316 1044180992 690 33554432000 134512640 135663704 4291698752 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/10842/statm: 254927 690 113 282 0 254643 0
[pid=10701/tid=10715] ppid=10699 vsize=300776 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886297300 307994624 7502 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
[pid=10701/tid=10841] ppid=10699 vsize=300776 CPUtime=0 cores=1,3
/proc/10701/task/10841/stat : 10841 (python) S 10699 10701 10635 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 886307316 307994624 7502 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.07

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

/proc/10840/statm: 72773 6028 400 364 0 8688 0
[pid=10842] ppid=10840 vsize=1019708 CPUtime=100.16 cores=1,3
/proc/10842/stat : 10842 (gnovelty+2) T 10840 10842 10842 0 -1 4202496 955 0 0 0 10016 0 0 0 25 0 1 0 886307316 1044180992 690 33554432000 134512640 135663704 4291698752 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10842/statm: 254927 690 113 282 0 254643 0
[pid=10840/tid=10857] ppid=10701 vsize=291092 CPUtime=0 cores=1,3
/proc/10840/task/10857/stat : 10857 (python) S 10701 10701 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886317332 298078208 6028 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604467962134656 0 0 -1 3 0 0 0
[pid=10858] ppid=10701 vsize=301428 CPUtime=0.12 cores=1,3
/proc/10858/stat : 10858 (python) S 10701 10701 10635 0 -1 4202560 1065 0 0 0 6 6 0 0 19 0 2 0 886317333 308662272 6051 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10858/statm: 75357 6051 400 364 0 11269 0
[pid=10860] ppid=10858 vsize=420220 CPUtime=99.98 cores=1,3
/proc/10860/stat : 10860 (adaptg2wsat2009) T 10858 10860 10860 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 886317334 430305280 1401 33554432000 134512640 135107411 4290547904 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10860/statm: 105055 1401 59 146 0 103931 0
[pid=10858/tid=10922] ppid=10701 vsize=301428 CPUtime=0 cores=1,3
/proc/10858/task/10922/stat : 10922 (python) S 10701 10701 10635 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886327346 308662272 6051 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604461686018240 0 0 -1 1 0 0 0
[pid=10923] ppid=10701 vsize=311616 CPUtime=0.13 cores=1,3
/proc/10923/stat : 10923 (python) S 10701 10701 10635 0 -1 4202560 1080 0 0 0 6 7 0 0 19 0 2 0 886327347 319094784 6075 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10923/statm: 77904 6075 400 364 0 13813 0
[pid=10925] ppid=10923 vsize=420220 CPUtime=99.97 cores=1,3
/proc/10925/stat : 10925 (adaptg2wsat2009) T 10923 10925 10925 0 -1 4202496 1665 0 0 0 9997 0 0 0 25 0 1 0 886327347 430305280 1400 33554432000 134512640 135107411 4286703632 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10925/statm: 105055 1400 59 146 0 103931 0
[pid=10923/tid=10983] ppid=10701 vsize=311616 CPUtime=0 cores=1,3
/proc/10923/task/10983/stat : 10983 (python) S 10701 10701 10635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886337359 319094784 6075 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604467962136448 0 0 -1 3 0 0 0
[pid=10984] ppid=10701 vsize=322480 CPUtime=0.13 cores=1,3
/proc/10984/stat : 10984 (python) S 10701 10701 10635 0 -1 4202560 1061 0 0 0 7 6 0 0 19 0 2 0 886337360 330219520 6079 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/10984/statm: 80620 6079 400 364 0 16526 0
[pid=10986] ppid=10984 vsize=420220 CPUtime=100.12 cores=1,3
/proc/10986/stat : 10986 (adaptg2wsat2009) T 10984 10986 10986 0 -1 4202496 1664 0 0 0 10012 0 0 0 25 0 1 0 886337360 430305280 1400 33554432000 134512640 135107411 4294735904 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10986/statm: 105055 1400 59 146 0 103931 0
[pid=10984/tid=11001] ppid=10701 vsize=322480 CPUtime=0 cores=1,3
/proc/10984/task/11001/stat : 11001 (python) S 10701 10701 10635 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886347373 330219520 6079 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604461686020032 0 0 -1 1 0 0 0
[pid=11002] ppid=10701 vsize=332428 CPUtime=0.14 cores=1,3
/proc/11002/stat : 11002 (python) S 10701 10701 10635 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 886347374 340406272 6218 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11002/statm: 83107 6218 400 364 0 19010 0
[pid=11004] ppid=11002 vsize=1019708 CPUtime=100.07 cores=1,3
/proc/11004/stat : 11004 (gnovelty+2) T 11002 11004 11004 0 -1 4202496 950 0 0 0 10007 0 0 0 25 0 1 0 886347374 1044180992 689 33554432000 134512640 135663704 4289223312 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11004/statm: 254927 689 113 282 0 254643 0
[pid=11002/tid=11062] ppid=10701 vsize=332428 CPUtime=0 cores=1,3
/proc/11002/task/11062/stat : 11062 (python) S 10701 10701 10635 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886357392 340406272 6218 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604471161520256 0 0 -1 3 0 0 0
[pid=11063] ppid=10701 vsize=342508 CPUtime=0.15 cores=1,3
/proc/11063/stat : 11063 (python) S 10701 10701 10635 0 -1 4202560 1065 0 0 0 8 7 0 0 19 0 2 0 886357392 350728192 6221 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11063/statm: 85627 6221 399 364 0 21527 0
[pid=11065] ppid=11063 vsize=249872 CPUtime=99.13 cores=1,3
/proc/11065/stat : 11065 (FH) T 11063 11065 11065 0 -1 4202496 1526 0 0 0 9913 0 0 0 25 0 1 0 886357393 255868928 1264 33554432000 134512640 134936988 4294832992 18446744073709551615 134544832 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11065/statm: 62468 1264 41 104 0 61972 0
[pid=10701/tid=10715] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886297300 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
[pid=10701/tid=10841] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10841/stat : 10841 (python) S 10699 10701 10635 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 886307316 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=10859] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10859/stat : 10859 (python) S 10699 10701 10635 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886317333 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=10924] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10924/stat : 10924 (python) S 10699 10701 10635 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 886327347 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=10985] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10985/stat : 10985 (python) S 10699 10701 10635 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886337360 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
[pid=10701/tid=11003] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/11003/stat : 11003 (python) S 10699 10701 10635 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886347374 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=11064] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/11064/stat : 11064 (python) S 10699 10701 10635 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 886357393 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 7125220



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+703.101 s]
/proc/loadavg: 4.00 3.63 2.11 5/263 11127
/proc/meminfo: memFree=31444252/32951124 swapFree=67056676/67111528
[pid=10701] ppid=10699 vsize=363008 CPUtime=1.9 cores=1,3
/proc/10701/stat : 10701 (python) S 10699 10701 10635 0 -1 4202496 18703 931 1 0 178 12 0 0 20 0 9 0 886297088 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10701/statm: 90752 7712 1884 364 0 26649 0
[pid=10714] ppid=10701 vsize=291004 CPUtime=0.12 cores=1,3
/proc/10714/stat : 10714 (python) S 10701 10701 10635 0 -1 4202560 1141 0 0 0 6 6 0 0 19 0 2 0 886297300 297988096 6043 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10714/statm: 72751 6043 415 364 0 8669 0
[pid=10716] ppid=10714 vsize=1019708 CPUtime=100.01 cores=1,3
/proc/10716/stat : 10716 (gnovelty+2) T 10714 10716 10716 0 -1 4202496 950 0 0 0 10001 0 0 0 25 0 1 0 886297300 1044180992 689 33554432000 134512640 135663704 4291939056 18446744073709551615 134525428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10716/statm: 254927 689 113 282 0 254643 0
[pid=10714/tid=10839] ppid=10701 vsize=291004 CPUtime=0 cores=1,3
/proc/10714/task/10839/stat : 10839 (python) S 10701 10701 10635 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886307315 297988096 6043 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604471115487168 0 0 -1 1 0 0 0
[pid=10840] ppid=10701 vsize=291092 CPUtime=0.13 cores=1,3
/proc/10840/stat : 10840 (python) S 10701 10701 10635 0 -1 4202560 1066 0 0 0 7 6 0 0 19 0 2 0 886307315 298078208 6028 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/10840/statm: 72773 6028 400 364 0 8688 0
[pid=10842] ppid=10840 vsize=1019708 CPUtime=100.16 cores=1,3
/proc/10842/stat : 10842 (gnovelty+2) T 10840 10842 10842 0 -1 4202496 955 0 0 0 10016 0 0 0 25 0 1 0 886307316 1044180992 690 33554432000 134512640 135663704 4291698752 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10842/statm: 254927 690 113 282 0 254643 0
[pid=10840/tid=10857] ppid=10701 vsize=291092 CPUtime=0 cores=1,3
/proc/10840/task/10857/stat : 10857 (python) S 10701 10701 10635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886317332 298078208 6028 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604467962134656 0 0 -1 3 0 0 0
[pid=10858] ppid=10701 vsize=301428 CPUtime=0.12 cores=1,3
/proc/10858/stat : 10858 (python) S 10701 10701 10635 0 -1 4202560 1065 0 0 0 6 6 0 0 19 0 2 0 886317333 308662272 6051 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10858/statm: 75357 6051 400 364 0 11269 0
[pid=10860] ppid=10858 vsize=420220 CPUtime=99.98 cores=1,3
/proc/10860/stat : 10860 (adaptg2wsat2009) T 10858 10860 10860 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 886317334 430305280 1401 33554432000 134512640 135107411 4290547904 18446744073709551615 134531810 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10860/statm: 105055 1401 59 146 0 103931 0
[pid=10858/tid=10922] ppid=10701 vsize=301428 CPUtime=0 cores=1,3
/proc/10858/task/10922/stat : 10922 (python) S 10701 10701 10635 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886327346 308662272 6051 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604461686018240 0 0 -1 1 0 0 0
[pid=10923] ppid=10701 vsize=311616 CPUtime=0.13 cores=1,3
/proc/10923/stat : 10923 (python) S 10701 10701 10635 0 -1 4202560 1080 0 0 0 6 7 0 0 19 0 2 0 886327347 319094784 6075 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/10923/statm: 77904 6075 400 364 0 13813 0
[pid=10925] ppid=10923 vsize=420220 CPUtime=99.97 cores=1,3
/proc/10925/stat : 10925 (adaptg2wsat2009) T 10923 10925 10925 0 -1 4202496 1665 0 0 0 9997 0 0 0 25 0 1 0 886327347 430305280 1400 33554432000 134512640 135107411 4286703632 18446744073709551615 134532416 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10925/statm: 105055 1400 59 146 0 103931 0
[pid=10923/tid=10983] ppid=10701 vsize=311616 CPUtime=0 cores=1,3
/proc/10923/task/10983/stat : 10983 (python) S 10701 10701 10635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886337359 319094784 6075 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604467962136448 0 0 -1 3 0 0 0
[pid=10984] ppid=10701 vsize=322480 CPUtime=0.13 cores=1,3
/proc/10984/stat : 10984 (python) S 10701 10701 10635 0 -1 4202560 1061 0 0 0 7 6 0 0 19 0 2 0 886337360 330219520 6079 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/10984/statm: 80620 6079 400 364 0 16526 0
[pid=10986] ppid=10984 vsize=420220 CPUtime=100.12 cores=1,3
/proc/10986/stat : 10986 (adaptg2wsat2009) T 10984 10986 10986 0 -1 4202496 1664 0 0 0 10012 0 0 0 25 0 1 0 886337360 430305280 1400 33554432000 134512640 135107411 4294735904 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10986/statm: 105055 1400 59 146 0 103931 0
[pid=10984/tid=11001] ppid=10701 vsize=322480 CPUtime=0 cores=1,3
/proc/10984/task/11001/stat : 11001 (python) S 10701 10701 10635 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886347373 330219520 6079 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604461686020032 0 0 -1 1 0 0 0
[pid=11002] ppid=10701 vsize=332428 CPUtime=0.14 cores=1,3
/proc/11002/stat : 11002 (python) S 10701 10701 10635 0 -1 4202560 1079 0 0 0 8 6 0 0 19 0 2 0 886347374 340406272 6218 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11002/statm: 83107 6218 400 364 0 19010 0
[pid=11004] ppid=11002 vsize=1019708 CPUtime=100.07 cores=1,3
/proc/11004/stat : 11004 (gnovelty+2) T 11002 11004 11004 0 -1 4202496 950 0 0 0 10007 0 0 0 25 0 1 0 886347374 1044180992 689 33554432000 134512640 135663704 4289223312 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11004/statm: 254927 689 113 282 0 254643 0
[pid=11002/tid=11062] ppid=10701 vsize=332428 CPUtime=0 cores=1,3
/proc/11002/task/11062/stat : 11062 (python) S 10701 10701 10635 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886357392 340406272 6218 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604471161520256 0 0 -1 3 0 0 0
[pid=11063] ppid=10701 vsize=342508 CPUtime=0.15 cores=1,3
/proc/11063/stat : 11063 (python) S 10701 10701 10635 0 -1 4202560 1065 0 0 0 8 7 0 0 19 0 2 0 886357392 350728192 6221 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11063/statm: 85627 6221 399 364 0 21527 0
[pid=11065] ppid=11063 vsize=249872 CPUtime=99.13 cores=1,3
/proc/11065/stat : 11065 (FH) T 11063 11065 11065 0 -1 4202496 1526 0 0 0 9913 0 0 0 25 0 1 0 886357393 255868928 1264 33554432000 134512640 134936988 4294832992 18446744073709551615 134544832 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11065/statm: 62468 1264 41 104 0 61972 0
[pid=11063/tid=11121] ppid=10701 vsize=342508 CPUtime=0 cores=1,3
/proc/11063/task/11121/stat : 11121 (python) S 10701 10701 10635 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886367307 350728192 6221 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 514 18446604456592549888 0 0 -1 3 0 0 0
[pid=11122] ppid=10701 vsize=353032 CPUtime=0 cores=1,3
/proc/11122/stat : 11122 (python) S 10701 10701 10635 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 886367308 361504768 6176 33554432000 4194304 5683644 140737214361520 18446744073709551615 228244368966 0 0 16781312 514 12698049237003272191 0 0 17 1 0 0 0
/proc/11122/statm: 88258 6176 351 364 0 24155 0
[pid=11124] ppid=11122 vsize=419820 CPUtime=0.9 cores=1,3
/proc/11124/stat : 11124 (adaptg2wsat2009) R 11122 11124 11124 0 -1 4202496 1436 0 0 0 90 0 0 0 23 0 1 0 886367308 429895680 1172 33554432000 134512640 135107411 4294857936 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11124/statm: 104955 1172 49 146 0 103831 0
[pid=10701/tid=10715] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10715/stat : 10715 (python) S 10699 10701 10635 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886297300 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
[pid=10701/tid=10841] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10841/stat : 10841 (python) S 10699 10701 10635 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 886307316 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=10859] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10859/stat : 10859 (python) S 10699 10701 10635 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 886317333 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=10924] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10924/stat : 10924 (python) S 10699 10701 10635 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 886327347 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=10985] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/10985/stat : 10985 (python) S 10699 10701 10635 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 886337360 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
[pid=10701/tid=11003] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/11003/stat : 11003 (python) S 10699 10701 10635 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886347374 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
[pid=10701/tid=11064] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/11064/stat : 11064 (python) S 10699 10701 10635 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 886357393 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 3 0 0 0
[pid=10701/tid=11123] ppid=10699 vsize=363008 CPUtime=0 cores=1,3
/proc/10701/task/11123/stat : 11123 (python) S 10699 10701 10635 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886367308 371720192 7712 33554432000 4194304 5683644 140737214361520 18446744073709551615 228256172465 0 0 16781312 2 18446604471122073408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.16
Current children cumulated vsize (KiB) 7898072

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

Real time (s): 703.163
CPU time (s): 703.16
CPU user time (s): 702.6
CPU system time (s): 0.56
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 7898072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79873
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20255
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= 2953
involuntary context switches= 49

runsolver used 1.40679 second user time and 2.91556 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-11 01:03:11
IDJOB=3484031
IDBENCH=82542
IDSOLVER=1975
FILE ID=node136/3484031-1307746991
RUNJOBID= node136-1307746989-10655
PBS_JOBID= 13550822
Free space on /tmp= 74100 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S942666749-061-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-3484031-1307746991/watcher-3484031-1307746991 -o /tmp/evaluation-result-3484031-1307746991/solver-3484031-1307746991 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484031-1307746991.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= 456ae67a44e812130272597099547869
RANDOM SEED=1487758871

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31816700 kB
Buffers:        219260 kB
Cached:         658616 kB
SwapCached:       8764 kB
Active:         516568 kB
Inactive:       413488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31816700 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:           98056 kB
Writeback:           0 kB
AnonPages:       49828 kB
Mapped:          18072 kB
Slab:           137664 kB
PageTables:       6440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   266556 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= 74032 MiB
End job on node136 at 2011-06-11 01:14:56