Trace number 3484035

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 702.865

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1286362348-008-UNKNOWN.cnf
MD5SUM63b66954174098a654eacd27832fcf38
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.36/0.52	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.52	c INFO: solving HOME/instance-3484035-1307746991.cnf
0.36/0.52	c INFO: computing task features
0.46/0.69	c INFO: computed variable-clause graph statistics
0.46/0.69	c INFO: computed clause balance statistics
1.46/1.62	c INFO: computed variable balance statistics
1.86/2.00	c INFO: computed small-clause counts
1.86/2.00	c INFO: computed Horn-clause counts
1.86/2.03	c INFO: computed variable graph statistics
1.86/2.03	c INFO: collected features for HOME/instance-3484035-1307746991.cnf in 1.51 s
1.86/2.04	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
102.04/102.20	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.25/202.37	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.35/302.50	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.55/402.64	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.79/502.79	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.12/601.99	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.30/702.14	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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-3484035-1307746991/watcher-3484035-1307746991 -o /tmp/evaluation-result-3484035-1307746991/solver-3484035-1307746991 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484035-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.00 0.00 0.00 2/179 17883
/proc/meminfo: memFree=31570304/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=15380 CPUtime=0 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 796 0 0 0 0 0 0 0 18 0 1 0 867114775 15749120 681 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/17883/statm: 3845 681 322 364 0 332 0

[startup+0.027995 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 17883
/proc/meminfo: memFree=31570304/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=16812 CPUtime=0.01 cores=1,3
/proc/17883/stat : 17883 (python) R 17881 17883 17831 0 -1 4202496 1230 0 0 0 1 0 0 0 17 0 1 0 867114775 17215488 1086 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338379621 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17883/statm: 4203 1086 417 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16812

[startup+0.100992 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 17883
/proc/meminfo: memFree=31570304/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=99380 CPUtime=0.06 cores=1,3
/proc/17883/stat : 17883 (python) R 17881 17883 17831 0 -1 4202496 2869 0 0 0 5 1 0 0 17 0 1 0 867114775 101765120 2566 33554432000 4194304 5683644 140736136876864 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17883/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99380

[startup+0.300916 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 17883
/proc/meminfo: memFree=31570304/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=135748 CPUtime=0.2 cores=1,3
/proc/17883/stat : 17883 (python) R 17881 17883 17831 0 -1 4202496 5977 932 1 0 15 5 0 0 17 0 1 0 867114775 139005952 4150 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338381824 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/17883/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700831 s]
/proc/loadavg: 0.00 0.00 0.00 2/179 17883
/proc/meminfo: memFree=31570304/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=285636 CPUtime=0.56 cores=1,3
/proc/17883/stat : 17883 (python) R 17881 17883 17831 0 -1 4202496 12514 932 1 0 46 10 0 0 17 0 1 0 867114775 292491264 8791 33554432000 4194304 5683644 140736136876864 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17883/statm: 71409 8791 1823 364 0 7333 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 285636

[startup+1.50068 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 17906
/proc/meminfo: memFree=31466204/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=285636 CPUtime=1.36 cores=1,3
/proc/17883/stat : 17883 (python) R 17881 17883 17831 0 -1 4202496 12517 932 1 0 126 10 0 0 18 0 1 0 867114775 292491264 8794 33554432000 4194304 5683644 140736136876864 18446744073709551615 4529368 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17883/statm: 71409 8794 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 285636

[startup+3.10035 s]
/proc/loadavg: 0.24 0.05 0.02 4/188 17909
/proc/meminfo: memFree=31435552/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=290520 CPUtime=1.9 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 12848 932 1 0 180 10 0 0 21 0 2 0 867114775 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 72630 7495 1869 364 0 8548 0
[pid=17907] ppid=17883 vsize=280760 CPUtime=0 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 867114980 287498240 5978 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338403855 0 0 16781312 514 4450049841979949320 0 0 17 3 0 0 0
/proc/17907/statm: 70190 5978 355 364 0 6108 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=1.04 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) R 17907 17909 17909 0 -1 4202496 952 0 0 0 104 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17883/tid=17908] ppid=17881 vsize=290520 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 867114980 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 1590988

[startup+6.30072 s]
/proc/loadavg: 0.54 0.12 0.04 5/199 17933
/proc/meminfo: memFree=31377764/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=290520 CPUtime=1.9 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 12848 932 1 0 180 10 0 0 21 0 2 0 867114775 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 72630 7495 1869 364 0 8548 0
[pid=17907] ppid=17883 vsize=280760 CPUtime=0 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 862 0 0 0 0 0 0 0 18 0 1 0 867114980 287498240 6001 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338403855 0 0 16781312 514 4450049841979949320 0 0 17 3 0 0 0
/proc/17907/statm: 70190 6001 378 364 0 6108 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=4.24 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) R 17907 17909 17909 0 -1 4202496 952 0 0 0 424 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17883/tid=17908] ppid=17881 vsize=290520 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 867114980 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1590988

[startup+12.7004 s]
/proc/loadavg: 0.82 0.18 0.06 5/202 17936
/proc/meminfo: memFree=31347560/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=290520 CPUtime=1.9 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 12848 932 1 0 180 10 0 0 21 0 2 0 867114775 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 72630 7495 1869 364 0 8548 0
[pid=17907] ppid=17883 vsize=280760 CPUtime=0 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 867114980 287498240 6001 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338403855 0 0 16781312 514 14823035223536533768 0 0 17 3 0 0 0
/proc/17907/statm: 70190 6001 378 364 0 6108 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=10.64 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) R 17907 17909 17909 0 -1 4202496 952 0 0 0 1064 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17883/tid=17908] ppid=17881 vsize=290520 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 867114980 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1590988

[startup+25.5009 s]
/proc/loadavg: 1.31 0.30 0.10 5/202 17937
/proc/meminfo: memFree=31347992/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=290520 CPUtime=1.9 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 12848 932 1 0 180 10 0 0 21 0 2 0 867114775 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 72630 7495 1869 364 0 8548 0
[pid=17907] ppid=17883 vsize=280760 CPUtime=0.02 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 869 0 0 0 1 1 0 0 18 0 1 0 867114980 287498240 6001 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338403855 0 0 16781312 514 14823035223536533768 0 0 17 3 0 0 0
/proc/17907/statm: 70190 6001 378 364 0 6108 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=23.44 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) R 17907 17909 17909 0 -1 4202496 952 0 0 0 2344 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17883/tid=17908] ppid=17881 vsize=290520 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 867114980 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1590988

[startup+51.1008 s]
/proc/loadavg: 2.37 0.66 0.22 5/202 17937
/proc/meminfo: memFree=31347388/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=290520 CPUtime=1.9 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 12848 932 1 0 180 10 0 0 21 0 2 0 867114775 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 72630 7495 1869 364 0 8548 0
[pid=17907] ppid=17883 vsize=280760 CPUtime=0.05 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 881 0 0 0 3 2 0 0 18 0 1 0 867114980 287498240 6001 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338403855 0 0 16781312 514 14823035223536533768 0 0 17 3 0 0 0
/proc/17907/statm: 70190 6001 378 364 0 6108 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=49.04 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) R 17907 17909 17909 0 -1 4202496 952 0 0 0 4904 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17883/tid=17908] ppid=17881 vsize=290520 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 867114980 297492480 7495 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 1590988

[startup+102.307 s]
/proc/loadavg: 3.29 1.17 0.42 5/203 17940
/proc/meminfo: memFree=31345788/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=300776 CPUtime=1.91 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 13703 932 1 0 181 10 0 0 19 0 3 0 867114775 307994624 7502 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 75194 7502 1872 364 0 11109 0
[pid=17907] ppid=17883 vsize=291004 CPUtime=0.11 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 1147 0 0 0 7 4 0 0 19 0 2 0 867114980 297988096 6043 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17907/statm: 72751 6043 415 364 0 8669 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=100.14 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) T 17907 17909 17909 0 -1 4202496 952 0 0 0 10014 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134544186 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17907/tid=17940] ppid=17883 vsize=291004 CPUtime=0 cores=1,3
/proc/17907/task/17940/stat : 17940 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124995 297988096 6043 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471128670400 0 0 -1 3 0 0 0
[pid=17883/tid=17908] ppid=17881 vsize=300776 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 3 0 867114980 307994624 7502 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=17942] ppid=17881 vsize=300776 CPUtime=0 cores=1,3
/proc/17883/task/17942/stat : 17942 (python) S 17881 17883 17831 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 3 0 867124996 307994624 7502 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 1611488

[startup+162.301 s]
/proc/loadavg: 3.83 1.71 0.65 5/214 18002
/proc/meminfo: memFree=31241140/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=300776 CPUtime=1.91 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 13703 932 1 0 181 10 0 0 19 0 3 0 867114775 307994624 7502 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 75194 7502 1872 364 0 11109 0
[pid=17907] ppid=17883 vsize=291004 CPUtime=0.11 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 1147 0 0 0 7 4 0 0 19 0 2 0 867114980 297988096 6043 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17907/statm: 72751 6043 415 364 0 8669 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=100.14 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) T 17907 17909 17909 0 -1 4202496 952 0 0 0 10014 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134544186 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17907/tid=17940] ppid=17883 vsize=291004 CPUtime=0 cores=1,3
/proc/17907/task/17940/stat : 17940 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124995 297988096 6043 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471128670400 0 0 -1 3 0 0 0
[pid=17941] ppid=17883 vsize=291092 CPUtime=0.07 cores=1,3
/proc/17941/stat : 17941 (python) S 17883 17883 17831 0 -1 4202560 905 0 0 0 4 3 0 0 18 0 1 0 867124996 298078208 5999 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338403910 0 0 16781312 514 14823035223536533765 0 0 17 1 0 0 0
/proc/17941/statm: 72773 5999 372 364 0 8688 0
[pid=17943] ppid=17941 vsize=1019708 CPUtime=60.01 cores=1,3
/proc/17943/stat : 17943 (gnovelty+2) R 17941 17943 17943 0 -1 4202496 954 0 0 0 6001 0 0 0 25 0 1 0 867124996 1044180992 690 33554432000 134512640 135663704 4288358256 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/17943/statm: 254927 690 113 282 0 254643 0
[pid=17883/tid=17908] ppid=17881 vsize=300776 CPUtime=0 cores=1,3

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

/proc/17941/statm: 72773 6028 400 364 0 8688 0
[pid=17943] ppid=17941 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/17943/stat : 17943 (gnovelty+2) T 17941 17943 17943 0 -1 4202496 954 0 0 0 10003 0 0 0 25 0 1 0 867124996 1044180992 690 33554432000 134512640 135663704 4288358256 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17943/statm: 254927 690 113 282 0 254643 0
[pid=17941/tid=18004] ppid=17883 vsize=291092 CPUtime=0 cores=1,3
/proc/17941/task/18004/stat : 18004 (python) S 17883 17883 17831 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867135012 298078208 6028 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471140649088 0 0 -1 3 0 0 0
[pid=18005] ppid=17883 vsize=301428 CPUtime=0.12 cores=1,3
/proc/18005/stat : 18005 (python) S 17883 17883 17831 0 -1 4202560 1075 0 0 0 7 5 0 0 19 0 2 0 867135013 308662272 6051 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18005/statm: 75357 6051 400 364 0 11269 0
[pid=18007] ppid=18005 vsize=420220 CPUtime=99.98 cores=1,3
/proc/18007/stat : 18007 (adaptg2wsat2009) T 18005 18007 18007 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 867135013 430305280 1400 33554432000 134512640 135107411 4294763952 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18007/statm: 105055 1400 59 146 0 103931 0
[pid=18005/tid=18115] ppid=17883 vsize=301428 CPUtime=0 cores=1,3
/proc/18005/task/18115/stat : 18115 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867145025 308662272 6051 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471161553024 0 0 -1 3 0 0 0
[pid=18116] ppid=17883 vsize=311616 CPUtime=0.13 cores=1,3
/proc/18116/stat : 18116 (python) S 17883 17883 17831 0 -1 4202560 1093 0 0 0 7 6 0 0 19 0 2 0 867145026 319094784 6075 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18116/statm: 77904 6075 400 364 0 13813 0
[pid=18118] ppid=18116 vsize=420220 CPUtime=100.01 cores=1,3
/proc/18118/stat : 18118 (adaptg2wsat2009) T 18116 18118 18118 0 -1 4202496 1666 0 0 0 10001 0 0 0 25 0 1 0 867145026 430305280 1400 33554432000 134512640 135107411 4290270896 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18118/statm: 105055 1400 59 146 0 103931 0
[pid=18116/tid=18134] ppid=17883 vsize=311616 CPUtime=0 cores=1,3
/proc/18116/task/18134/stat : 18134 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867155039 319094784 6075 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604454225333056 0 0 -1 3 0 0 0
[pid=18135] ppid=17883 vsize=322480 CPUtime=0.14 cores=1,3
/proc/18135/stat : 18135 (python) S 17883 17883 17831 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867155040 330219520 6079 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18135/statm: 80620 6079 400 364 0 16526 0
[pid=18137] ppid=18135 vsize=420220 CPUtime=100.14 cores=1,3
/proc/18137/stat : 18137 (adaptg2wsat2009) T 18135 18137 18137 0 -1 4202496 1665 0 0 0 10014 0 0 0 25 0 1 0 867155040 430305280 1401 33554432000 134512640 135107411 4292850304 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18137/statm: 105055 1401 59 146 0 103931 0
[pid=18135/tid=18149] ppid=17883 vsize=322480 CPUtime=0 cores=1,3
/proc/18135/task/18149/stat : 18149 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867165054 330219520 6079 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471136797632 0 0 -1 1 0 0 0
[pid=18150] ppid=17883 vsize=332428 CPUtime=0.14 cores=1,3
/proc/18150/stat : 18150 (python) S 17883 17883 17831 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 867165055 340406272 6218 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18150/statm: 83107 6218 400 364 0 19010 0
[pid=18152] ppid=18150 vsize=1019708 CPUtime=99.18 cores=1,3
/proc/18152/stat : 18152 (gnovelty+2) T 18150 18152 18152 0 -1 4202496 950 0 0 0 9918 0 0 0 25 0 1 0 867165055 1044180992 690 33554432000 134512640 135663704 4290696832 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18152/statm: 254927 690 113 282 0 254643 0
[pid=18150/tid=18164] ppid=17883 vsize=332428 CPUtime=0 cores=1,3
/proc/18150/task/18164/stat : 18164 (python) S 17883 17883 17831 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867174973 340406272 6218 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471136796736 0 0 -1 3 0 0 0
[pid=18165] ppid=17883 vsize=342508 CPUtime=0.15 cores=1,3
/proc/18165/stat : 18165 (python) S 17883 17883 17831 0 -1 4202560 1084 0 0 0 8 7 0 0 19 0 2 0 867174974 350728192 6221 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18165/statm: 85627 6221 399 364 0 21527 0
[pid=18167] ppid=18165 vsize=249876 CPUtime=99.97 cores=1,3
/proc/18167/stat : 18167 (FH) T 18165 18167 18167 0 -1 4202496 1530 0 0 0 9997 0 0 0 25 0 1 0 867174975 255873024 1264 33554432000 134512640 134936988 4292450480 18446744073709551615 134544968 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18167/statm: 62469 1264 41 104 0 61973 0
[pid=17883/tid=17908] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 9 0 867114980 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=17942] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/17942/stat : 17942 (python) S 17881 17883 17831 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 867124996 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18006] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18006/stat : 18006 (python) S 17881 17883 17831 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867135013 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18117] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18117/stat : 18117 (python) S 17881 17883 17831 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867145026 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18136] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18136/stat : 18136 (python) S 17881 17883 17831 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867155040 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 3 0 0 0
[pid=17883/tid=18151] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18151/stat : 18151 (python) S 17881 17883 17831 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867165055 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18166] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18166/stat : 18166 (python) S 17881 17883 17831 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867174975 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 7125224



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.03 3.64 2.12 5/282 18185
/proc/meminfo: memFree=31071992/32951124 swapFree=67055520/67111528
[pid=17883] ppid=17881 vsize=363008 CPUtime=1.97 cores=1,3
/proc/17883/stat : 17883 (python) S 17881 17883 17831 0 -1 4202496 18755 932 1 0 186 11 0 0 19 0 9 0 867114775 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17883/statm: 90752 7720 1892 364 0 26649 0
[pid=17907] ppid=17883 vsize=291004 CPUtime=0.11 cores=1,3
/proc/17907/stat : 17907 (python) S 17883 17883 17831 0 -1 4202560 1147 0 0 0 7 4 0 0 19 0 2 0 867114980 297988096 6043 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/17907/statm: 72751 6043 415 364 0 8669 0
[pid=17909] ppid=17907 vsize=1019708 CPUtime=100.14 cores=1,3
/proc/17909/stat : 17909 (gnovelty+2) T 17907 17909 17909 0 -1 4202496 952 0 0 0 10014 0 0 0 25 0 1 0 867114980 1044180992 690 33554432000 134512640 135663704 4293842560 18446744073709551615 134544186 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/17909/statm: 254927 690 113 282 0 254643 0
[pid=17907/tid=17940] ppid=17883 vsize=291004 CPUtime=0 cores=1,3
/proc/17907/task/17940/stat : 17940 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124995 297988096 6043 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471128670400 0 0 -1 3 0 0 0
[pid=17941] ppid=17883 vsize=291092 CPUtime=0.13 cores=1,3
/proc/17941/stat : 17941 (python) S 17883 17883 17831 0 -1 4202560 1072 0 0 0 7 6 0 0 19 0 2 0 867124996 298078208 6028 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/17941/statm: 72773 6028 400 364 0 8688 0
[pid=17943] ppid=17941 vsize=1019708 CPUtime=100.03 cores=1,3
/proc/17943/stat : 17943 (gnovelty+2) T 17941 17943 17943 0 -1 4202496 954 0 0 0 10003 0 0 0 25 0 1 0 867124996 1044180992 690 33554432000 134512640 135663704 4288358256 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/17943/statm: 254927 690 113 282 0 254643 0
[pid=17941/tid=18004] ppid=17883 vsize=291092 CPUtime=0 cores=1,3
/proc/17941/task/18004/stat : 18004 (python) S 17883 17883 17831 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867135012 298078208 6028 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471140649088 0 0 -1 3 0 0 0
[pid=18005] ppid=17883 vsize=301428 CPUtime=0.12 cores=1,3
/proc/18005/stat : 18005 (python) S 17883 17883 17831 0 -1 4202560 1075 0 0 0 7 5 0 0 19 0 2 0 867135013 308662272 6051 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18005/statm: 75357 6051 400 364 0 11269 0
[pid=18007] ppid=18005 vsize=420220 CPUtime=99.98 cores=1,3
/proc/18007/stat : 18007 (adaptg2wsat2009) T 18005 18007 18007 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 867135013 430305280 1400 33554432000 134512640 135107411 4294763952 18446744073709551615 134531584 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18007/statm: 105055 1400 59 146 0 103931 0
[pid=18005/tid=18115] ppid=17883 vsize=301428 CPUtime=0 cores=1,3
/proc/18005/task/18115/stat : 18115 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867145025 308662272 6051 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471161553024 0 0 -1 3 0 0 0
[pid=18116] ppid=17883 vsize=311616 CPUtime=0.13 cores=1,3
/proc/18116/stat : 18116 (python) S 17883 17883 17831 0 -1 4202560 1093 0 0 0 7 6 0 0 19 0 2 0 867145026 319094784 6075 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18116/statm: 77904 6075 400 364 0 13813 0
[pid=18118] ppid=18116 vsize=420220 CPUtime=100.01 cores=1,3
/proc/18118/stat : 18118 (adaptg2wsat2009) T 18116 18118 18118 0 -1 4202496 1666 0 0 0 10001 0 0 0 25 0 1 0 867145026 430305280 1400 33554432000 134512640 135107411 4290270896 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18118/statm: 105055 1400 59 146 0 103931 0
[pid=18116/tid=18134] ppid=17883 vsize=311616 CPUtime=0 cores=1,3
/proc/18116/task/18134/stat : 18134 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867155039 319094784 6075 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604454225333056 0 0 -1 3 0 0 0
[pid=18135] ppid=17883 vsize=322480 CPUtime=0.14 cores=1,3
/proc/18135/stat : 18135 (python) S 17883 17883 17831 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867155040 330219520 6079 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18135/statm: 80620 6079 400 364 0 16526 0
[pid=18137] ppid=18135 vsize=420220 CPUtime=100.14 cores=1,3
/proc/18137/stat : 18137 (adaptg2wsat2009) T 18135 18137 18137 0 -1 4202496 1665 0 0 0 10014 0 0 0 25 0 1 0 867155040 430305280 1401 33554432000 134512640 135107411 4292850304 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18137/statm: 105055 1401 59 146 0 103931 0
[pid=18135/tid=18149] ppid=17883 vsize=322480 CPUtime=0 cores=1,3
/proc/18135/task/18149/stat : 18149 (python) S 17883 17883 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867165054 330219520 6079 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471136797632 0 0 -1 1 0 0 0
[pid=18150] ppid=17883 vsize=332428 CPUtime=0.14 cores=1,3
/proc/18150/stat : 18150 (python) S 17883 17883 17831 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 867165055 340406272 6218 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18150/statm: 83107 6218 400 364 0 19010 0
[pid=18152] ppid=18150 vsize=1019708 CPUtime=99.18 cores=1,3
/proc/18152/stat : 18152 (gnovelty+2) T 18150 18152 18152 0 -1 4202496 950 0 0 0 9918 0 0 0 25 0 1 0 867165055 1044180992 690 33554432000 134512640 135663704 4290696832 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18152/statm: 254927 690 113 282 0 254643 0
[pid=18150/tid=18164] ppid=17883 vsize=332428 CPUtime=0 cores=1,3
/proc/18150/task/18164/stat : 18164 (python) S 17883 17883 17831 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867174973 340406272 6218 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604471136796736 0 0 -1 3 0 0 0
[pid=18165] ppid=17883 vsize=342508 CPUtime=0.15 cores=1,3
/proc/18165/stat : 18165 (python) S 17883 17883 17831 0 -1 4202560 1084 0 0 0 8 7 0 0 19 0 2 0 867174974 350728192 6221 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18165/statm: 85627 6221 399 364 0 21527 0
[pid=18167] ppid=18165 vsize=249876 CPUtime=99.97 cores=1,3
/proc/18167/stat : 18167 (FH) T 18165 18167 18167 0 -1 4202496 1530 0 0 0 9997 0 0 0 25 0 1 0 867174975 255873024 1264 33554432000 134512640 134936988 4292450480 18446744073709551615 134544968 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18167/statm: 62469 1264 41 104 0 61973 0
[pid=18165/tid=18182] ppid=17883 vsize=342508 CPUtime=0 cores=1,3
/proc/18165/task/18182/stat : 18182 (python) S 17883 17883 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867184989 350728192 6221 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 514 18446604469020058752 0 0 -1 1 0 0 0
[pid=18183] ppid=17883 vsize=353032 CPUtime=0 cores=1,3
/proc/18183/stat : 18183 (python) S 17883 17883 17831 0 -1 4202560 842 0 0 0 0 0 0 0 19 0 1 0 867184990 361504768 6176 33554432000 4194304 5683644 140736136876864 18446744073709551615 270338403910 0 0 16781312 514 12418206210426142719 0 0 17 1 0 0 0
/proc/18183/statm: 88258 6176 351 364 0 24155 0
[pid=18185] ppid=18183 vsize=419820 CPUtime=0.66 cores=1,3
/proc/18185/stat : 18185 (adaptg2wsat2009) R 18183 18185 18185 0 -1 4202496 1438 0 0 0 66 0 0 0 22 0 1 0 867184990 429895680 1173 33554432000 134512640 135107411 4292411856 18446744073709551615 134523245 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18185/statm: 104955 1173 49 146 0 103831 0
[pid=17883/tid=17908] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/17908/stat : 17908 (python) S 17881 17883 17831 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 9 0 867114980 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=17942] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/17942/stat : 17942 (python) S 17881 17883 17831 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 867124996 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18006] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18006/stat : 18006 (python) S 17881 17883 17831 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867135013 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18117] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18117/stat : 18117 (python) S 17881 17883 17831 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867145026 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18136] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18136/stat : 18136 (python) S 17881 17883 17831 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867155040 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 3 0 0 0
[pid=17883/tid=18151] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18151/stat : 18151 (python) S 17881 17883 17831 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867165055 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18166] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18166/stat : 18166 (python) S 17881 17883 17831 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867174975 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
[pid=17883/tid=18184] ppid=17881 vsize=363008 CPUtime=0 cores=1,3
/proc/17883/task/18184/stat : 18184 (python) S 17881 17883 17831 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867184990 371720192 7720 33554432000 4194304 5683644 140736136876864 18446744073709551615 270350207409 0 0 16781312 2 18446604471134431168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703
Current children cumulated vsize (KiB) 7898076

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

Real time (s): 702.865
CPU time (s): 703
CPU user time (s): 702.49
CPU system time (s): 0.51
CPU usage (%): 100.019
Max. virtual memory (cumulated for all children) (KiB): 7898076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.86372
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19692
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= 1718
involuntary context switches= 43

runsolver used 1.68974 second user time and 3.13652 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 01:03:11
IDJOB=3484035
IDBENCH=82546
IDSOLVER=1975
FILE ID=node143/3484035-1307746991
RUNJOBID= node143-1307746989-17851
PBS_JOBID= 13550817
Free space on /tmp= 74088 MiB

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

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

MD5SUM BENCH= 63b66954174098a654eacd27832fcf38
RANDOM SEED=1487758871

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.846
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.846
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.74
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.846
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:      31571352 kB
Buffers:        107260 kB
Cached:        1076604 kB
SwapCached:       8636 kB
Active:         334208 kB
Inactive:       885452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31571352 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           65488 kB
Writeback:           0 kB
AnonPages:       34228 kB
Mapped:          17240 kB
Slab:            92444 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   228420 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= 73988 MiB
End job on node143 at 2011-06-11 01:14:56