Trace number 3484018

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) 704.6 705.063

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S656892101-075-UNKNOWN.cnf
MD5SUM187184c44e9c5a07f5a8f762e04588fa
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 variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
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 540000
Number of clauses of size over 50

Solver Data

0.42/0.96	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.96	c INFO: solving HOME/instance-3484018-1307746990.cnf
0.42/0.96	c INFO: computing task features
0.60/1.19	c INFO: computed variable-clause graph statistics
0.60/1.20	c INFO: computed clause balance statistics
1.79/2.31	c INFO: computed variable balance statistics
2.39/2.94	c INFO: computed small-clause counts
2.39/2.94	c INFO: computed Horn-clause counts
2.39/2.99	c INFO: computed variable graph statistics
2.39/2.99	c INFO: collected features for HOME/instance-3484018-1307746990.cnf in 2.03 s
2.49/3.02	c INFO: running gnovelty+2@0 for 97 with 1197 remaining (b = 0.38)
102.67/103.21	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
202.86/203.40	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
302.98/303.55	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.08/403.70	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.42/503.85	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.05)
603.62/604.06	c INFO: running FH@0 for 97 with 597 remaining (b = 0.03)
703.80/704.23	c INFO: running adaptg2wsat2009++@0 for 97 with 497 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-3484018-1307746990/watcher-3484018-1307746990 -o /tmp/evaluation-result-3484018-1307746990/solver-3484018-1307746990 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484018-1307746990.cnf -seed 1487758871 -budget 1200 

running on 2 cores: 0,2

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 1/174 17865
/proc/meminfo: memFree=31624344/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=15184 CPUtime=0 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 725 0 0 0 0 0 0 0 20 0 1 0 867114690 15548416 614 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/17865/statm: 3796 614 321 364 0 283 0

[startup+0.0703659 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 17865
/proc/meminfo: memFree=31624344/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=18880 CPUtime=0.03 cores=0,2
/proc/17865/stat : 17865 (python) R 17863 17865 17831 0 -1 4202496 1289 0 0 0 3 0 0 0 20 0 1 0 867114690 19333120 1140 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17865/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18880

[startup+0.100355 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 17865
/proc/meminfo: memFree=31624344/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=38904 CPUtime=0.04 cores=0,2
/proc/17865/stat : 17865 (python) R 17863 17865 17831 0 -1 4202496 1637 0 0 0 3 1 0 0 20 0 1 0 867114690 39837696 1464 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338383616 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17865/statm: 9726 1472 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.300331 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 17865
/proc/meminfo: memFree=31624344/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=126296 CPUtime=0.15 cores=0,2
/proc/17865/stat : 17865 (python) R 17863 17865 17831 0 -1 4202496 4711 935 1 0 11 4 0 0 18 0 1 0 867114690 129327104 3895 33554432000 4194304 5683644 140735105695776 18446744073709551615 5172118 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17865/statm: 31574 3895 1001 364 0 2869 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 126296

[startup+0.700205 s]
/proc/loadavg: 0.00 0.00 0.00 1/174 17865
/proc/meminfo: memFree=31624344/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=157380 CPUtime=0.28 cores=0,2
/proc/17865/stat : 17865 (python) R 17863 17865 17831 0 -1 4202496 6603 935 1 0 19 9 0 0 15 0 1 0 867114690 161157120 4695 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338381824 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/17865/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 157380

[startup+1.5011 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 17886
/proc/meminfo: memFree=31554200/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=290804 CPUtime=0.99 cores=0,2
/proc/17865/stat : 17865 (python) R 17863 17865 17831 0 -1 4202496 14022 935 1 0 86 13 0 0 16 0 1 0 867114690 297783296 10086 33554432000 4194304 5683644 140735105695776 18446744073709551615 4539725 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/17865/statm: 72701 10086 1826 364 0 8625 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 290804

[startup+3.10074 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 17906
/proc/meminfo: memFree=31448472/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=294140 CPUtime=2.5 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 14381 935 1 0 236 14 0 0 20 0 2 0 867114690 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 73535 8416 1869 364 0 9453 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 294140

[startup+6.30112 s]
/proc/loadavg: 0.24 0.05 0.02 5/196 17930
/proc/meminfo: memFree=31378516/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=294140 CPUtime=2.5 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 14381 935 1 0 236 14 0 0 20 0 2 0 867114690 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 73535 8416 1869 364 0 9453 0
[pid=17911] ppid=17865 vsize=284984 CPUtime=0 cores=0,2
/proc/17911/stat : 17911 (python) S 17865 17865 17831 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 867114992 291823616 6899 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403855 0 0 16781312 514 1080231145922068737 0 0 17 0 0 0 0
/proc/17911/statm: 71246 6899 355 364 0 7164 0
[pid=17914] ppid=17911 vsize=1020308 CPUtime=3.26 cores=0,2
/proc/17914/stat : 17914 (gnovelty+2) R 17911 17914 17914 0 -1 4202496 1155 0 0 0 326 0 0 0 25 0 1 0 867114993 1044795392 892 33554432000 134512640 135663704 4287513040 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17914/statm: 255077 892 113 282 0 254793 0
[pid=17865/tid=17913] ppid=17863 vsize=294140 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 867114993 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 1599432

[startup+12.7009 s]
/proc/loadavg: 0.82 0.18 0.06 5/202 17936
/proc/meminfo: memFree=31347932/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=294140 CPUtime=2.5 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 14381 935 1 0 236 14 0 0 20 0 2 0 867114690 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 73535 8416 1869 364 0 9453 0
[pid=17911] ppid=17865 vsize=284984 CPUtime=0 cores=0,2
/proc/17911/stat : 17911 (python) S 17865 17865 17831 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 867114992 291823616 6922 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403855 0 0 16781312 514 1080231145922068737 0 0 17 0 0 0 0
/proc/17911/statm: 71246 6922 378 364 0 7164 0
[pid=17914] ppid=17911 vsize=1020308 CPUtime=9.65 cores=0,2
/proc/17914/stat : 17914 (gnovelty+2) R 17911 17914 17914 0 -1 4202496 1155 0 0 0 965 0 0 0 25 0 1 0 867114993 1044795392 892 33554432000 134512640 135663704 4287513040 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17914/statm: 255077 892 113 282 0 254793 0
[pid=17865/tid=17913] ppid=17863 vsize=294140 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 867114993 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 1599432

[startup+25.5004 s]
/proc/loadavg: 1.31 0.30 0.10 5/202 17937
/proc/meminfo: memFree=31347868/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=294140 CPUtime=2.5 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 14381 935 1 0 236 14 0 0 20 0 2 0 867114690 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 73535 8416 1869 364 0 9453 0
[pid=17911] ppid=17865 vsize=284984 CPUtime=0.02 cores=0,2
/proc/17911/stat : 17911 (python) S 17865 17865 17831 0 -1 4202560 875 0 0 0 1 1 0 0 18 0 1 0 867114992 291823616 6922 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403855 0 0 16781312 514 11852506649006670081 0 0 17 0 0 0 0
/proc/17911/statm: 71246 6922 378 364 0 7164 0
[pid=17914] ppid=17911 vsize=1020308 CPUtime=22.44 cores=0,2
/proc/17914/stat : 17914 (gnovelty+2) R 17911 17914 17914 0 -1 4202496 1155 0 0 0 2244 0 0 0 25 0 1 0 867114993 1044795392 892 33554432000 134512640 135663704 4287513040 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17914/statm: 255077 892 113 282 0 254793 0
[pid=17865/tid=17913] ppid=17863 vsize=294140 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 867114993 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 1599432

[startup+51.1013 s]
/proc/loadavg: 2.22 0.60 0.20 5/202 17937
/proc/meminfo: memFree=31347388/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=294140 CPUtime=2.5 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 14381 935 1 0 236 14 0 0 20 0 2 0 867114690 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 73535 8416 1869 364 0 9453 0
[pid=17911] ppid=17865 vsize=284984 CPUtime=0.06 cores=0,2
/proc/17911/stat : 17911 (python) S 17865 17865 17831 0 -1 4202560 888 0 0 0 3 3 0 0 18 0 1 0 867114992 291823616 6922 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403855 0 0 16781312 514 11852506649006670081 0 0 17 0 0 0 0
/proc/17911/statm: 71246 6922 378 364 0 7164 0
[pid=17914] ppid=17911 vsize=1020308 CPUtime=48 cores=0,2
/proc/17914/stat : 17914 (gnovelty+2) R 17911 17914 17914 0 -1 4202496 1155 0 0 0 4800 0 0 0 25 0 1 0 867114993 1044795392 892 33554432000 134512640 135663704 4287513040 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17914/statm: 255077 892 113 282 0 254793 0
[pid=17865/tid=17913] ppid=17863 vsize=294140 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 867114993 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 1599432

[startup+102.307 s]
/proc/loadavg: 3.29 1.17 0.42 5/202 17939
/proc/meminfo: memFree=31347160/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=294140 CPUtime=2.5 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 14381 935 1 0 236 14 0 0 20 0 2 0 867114690 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 73535 8416 1869 364 0 9453 0
[pid=17911] ppid=17865 vsize=284984 CPUtime=0.12 cores=0,2
/proc/17911/stat : 17911 (python) S 17865 17865 17831 0 -1 4202560 909 0 0 0 6 6 0 0 18 0 1 0 867114992 291823616 6922 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403855 0 0 16781312 514 11852506649006670081 0 0 17 0 0 0 0
/proc/17911/statm: 71246 6922 378 364 0 7164 0
[pid=17914] ppid=17911 vsize=1020308 CPUtime=99.15 cores=0,2
/proc/17914/stat : 17914 (gnovelty+2) R 17911 17914 17914 0 -1 4202496 1155 0 0 0 9915 0 0 0 25 0 1 0 867114993 1044795392 892 33554432000 134512640 135663704 4287513040 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17914/statm: 255077 892 113 282 0 254793 0
[pid=17865/tid=17913] ppid=17863 vsize=294140 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 2 0 867114993 301199360 8416 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 1599432

[startup+162.301 s]
/proc/loadavg: 3.83 1.71 0.65 5/214 18002
/proc/meminfo: memFree=31241016/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=305000 CPUtime=2.51 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 15244 935 1 0 237 14 0 0 20 0 3 0 867114690 312320000 8558 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 76250 8558 1872 364 0 12165 0
[pid=17911] ppid=17865 vsize=295228 CPUtime=0.13 cores=0,2
/proc/17911/stat : 17911 (python) S 17865 17865 17831 0 -1 4202560 1150 0 0 0 6 7 0 0 19 0 2 0 867114992 302313472 6964 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17911/statm: 73807 6964 415 364 0 9725 0
[pid=17914] ppid=17911 vsize=1020308 CPUtime=100.04 cores=0,2
/proc/17914/stat : 17914 (gnovelty+2) T 17911 17914 17914 0 -1 4202496 1155 0 0 0 10004 0 0 0 25 0 1 0 867114993 1044795392 892 33554432000 134512640 135663704 4287513040 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17914/statm: 255077 892 113 282 0 254793 0
[pid=17911/tid=17944] ppid=17865 vsize=295228 CPUtime=0 cores=0,2
/proc/17911/task/17944/stat : 17944 (python) S 17865 17865 17831 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867125010 302313472 6964 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604440279302272 0 0 -1 2 0 0 0
[pid=17945] ppid=17865 vsize=294912 CPUtime=0.08 cores=0,2
/proc/17945/stat : 17945 (python) S 17865 17865 17831 0 -1 4202560 906 0 0 0 5 3 0 0 18 0 1 0 867125011 301989888 7055 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403910 0 0 16781312 514 11852506649006670084 0 0 17 0 0 0 0
/proc/17945/statm: 73728 7055 372 364 0 9643 0
[pid=17947] ppid=17945 vsize=1020308 CPUtime=58.99 cores=0,2
/proc/17947/stat : 17947 (gnovelty+2) R 17945 17947 17947 0 -1 4202496 1156 0 0 0 5899 0 0 0 25 0 1 0 867125011 1044795392 892 33554432000 134512640 135663704 4287414304 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17947/statm: 255077 892 113 282 0 254793 0
[pid=17865/tid=17913] ppid=17863 vsize=305000 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 867114993 312320000 8558 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=17946] ppid=17863 vsize=305000 CPUtime=0 cores=0,2
/proc/17865/task/17946/stat : 17946 (python) S 17863 17865 17831 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 3 0 867125011 312320000 8558 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 2935756

[startup+222.301 s]
/proc/loadavg: 3.94 2.13 0.86 5/226 18016
/proc/meminfo: memFree=31168028/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=315256 CPUtime=2.52 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 16042 935 1 0 238 14 0 0 20 0 4 0 867114690 322822144 8564 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 78814 8564 1874 364 0 14726 0

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

/proc/17945/statm: 73728 7084 400 364 0 9643 0
[pid=17947] ppid=17945 vsize=1020308 CPUtime=100.03 cores=0,2
/proc/17947/stat : 17947 (gnovelty+2) T 17945 17947 17947 0 -1 4202496 1156 0 0 0 10003 0 0 0 25 0 1 0 867125011 1044795392 892 33554432000 134512640 135663704 4287414304 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17947/statm: 255077 892 113 282 0 254793 0
[pid=17945/tid=18008] ppid=17865 vsize=294912 CPUtime=0 cores=0,2
/proc/17945/task/18008/stat : 18008 (python) S 17865 17865 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867135029 301989888 7084 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453927514240 0 0 -1 2 0 0 0
[pid=18009] ppid=17865 vsize=305776 CPUtime=0.14 cores=0,2
/proc/18009/stat : 18009 (python) S 17865 17865 17831 0 -1 4202560 1074 0 0 0 8 6 0 0 19 0 2 0 867135030 313114624 7088 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18009/statm: 76444 7088 400 364 0 12356 0
[pid=18011] ppid=18009 vsize=423400 CPUtime=100.02 cores=0,2
/proc/18011/stat : 18011 (adaptg2wsat2009) T 18009 18011 18011 0 -1 4202496 2620 0 0 0 10001 1 0 0 25 0 1 0 867135030 433561600 2357 33554432000 134512640 135107411 4294588096 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18011/statm: 105850 2357 59 146 0 104726 0
[pid=18009/tid=18119] ppid=17865 vsize=305776 CPUtime=0 cores=0,2
/proc/18009/task/18119/stat : 18119 (python) S 17865 17865 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867145044 313114624 7088 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453927432256 0 0 -1 2 0 0 0
[pid=18120] ppid=17865 vsize=315548 CPUtime=0.15 cores=0,2
/proc/18120/stat : 18120 (python) S 17865 17865 17831 0 -1 4202560 1084 0 0 0 7 8 0 0 19 0 2 0 867145045 323121152 7161 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18120/statm: 78887 7161 399 364 0 14796 0
[pid=18122] ppid=18120 vsize=423400 CPUtime=99.99 cores=0,2
/proc/18122/stat : 18122 (adaptg2wsat2009) T 18120 18122 18122 0 -1 4202496 2621 0 0 0 9999 0 0 0 25 0 1 0 867145045 433561600 2356 33554432000 134512640 135107411 4292214096 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18122/statm: 105850 2356 59 146 0 104726 0
[pid=18120/tid=18138] ppid=17865 vsize=315548 CPUtime=0 cores=0,2
/proc/18120/task/18138/stat : 18138 (python) S 17865 17865 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867155059 323121152 7161 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453945067648 0 0 -1 2 0 0 0
[pid=18139] ppid=17865 vsize=325948 CPUtime=0.14 cores=0,2
/proc/18139/stat : 18139 (python) S 17865 17865 17831 0 -1 4202560 1081 0 0 0 8 6 0 0 19 0 2 0 867155060 333770752 7166 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18139/statm: 81487 7166 400 364 0 17393 0
[pid=18141] ppid=18139 vsize=423400 CPUtime=100.13 cores=0,2
/proc/18141/stat : 18141 (adaptg2wsat2009) T 18139 18141 18141 0 -1 4202496 2617 0 0 0 10013 0 0 0 25 0 1 0 867155060 433561600 2357 33554432000 134512640 135107411 4289799648 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18141/statm: 105850 2357 59 146 0 104726 0
[pid=18139/tid=18153] ppid=17865 vsize=325948 CPUtime=0 cores=0,2
/proc/18139/task/18153/stat : 18153 (python) S 17865 17865 17831 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867165074 333770752 7166 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453948812352 0 0 -1 2 0 0 0
[pid=18154] ppid=17865 vsize=336312 CPUtime=0.16 cores=0,2
/proc/18154/stat : 18154 (python) S 17865 17865 17831 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 867165075 344383488 7170 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18154/statm: 84078 7170 400 364 0 19981 0
[pid=18156] ppid=18154 vsize=1020308 CPUtime=100.05 cores=0,2
/proc/18156/stat : 18156 (gnovelty+2) T 18154 18156 18156 0 -1 4202496 1152 0 0 0 10005 0 0 0 25 0 1 0 867165075 1044795392 891 33554432000 134512640 135663704 4286841024 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18156/statm: 255077 891 113 282 0 254793 0
[pid=18154/tid=18168] ppid=17865 vsize=336312 CPUtime=0 cores=0,2
/proc/18154/task/18168/stat : 18168 (python) S 17865 17865 17831 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867175095 344383488 7170 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453962085632 0 0 -1 0 0 0 0
[pid=18169] ppid=17865 vsize=346568 CPUtime=0.15 cores=0,2
/proc/18169/stat : 18169 (python) S 17865 17865 17831 0 -1 4202560 920 0 0 0 9 6 0 0 18 0 1 0 867175096 354885632 7145 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403910 0 0 16781312 514 11852506649006670081 0 0 17 0 0 0 0
/proc/18169/statm: 86642 7145 372 364 0 22542 0
[pid=18171] ppid=18169 vsize=253032 CPUtime=98.08 cores=0,2
/proc/18171/stat : 18171 (FH) R 18169 18171 18171 0 -1 4202496 2499 0 0 0 9808 0 0 0 25 0 1 0 867175097 259104768 2234 33554432000 134512640 134936988 4288430640 18446744073709551615 134545357 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18171/statm: 63258 2234 41 104 0 62762 0
[pid=17865/tid=17913] ppid=17863 vsize=356560 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 867114993 365117440 8658 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=17946] ppid=17863 vsize=356560 CPUtime=0 cores=0,2
/proc/17865/task/17946/stat : 17946 (python) S 17863 17865 17831 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 867125011 365117440 8658 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=18010] ppid=17863 vsize=356560 CPUtime=0 cores=0,2
/proc/17865/task/18010/stat : 18010 (python) S 17863 17865 17831 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 867135030 365117440 8658 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=18121] ppid=17863 vsize=356560 CPUtime=0 cores=0,2
/proc/17865/task/18121/stat : 18121 (python) S 17863 17865 17831 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 8 0 867145045 365117440 8658 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=18140] ppid=17863 vsize=356560 CPUtime=0 cores=0,2
/proc/17865/task/18140/stat : 18140 (python) S 17863 17865 17831 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 867155060 365117440 8658 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 2 0 0 0
[pid=17865/tid=18155] ppid=17863 vsize=356560 CPUtime=0 cores=0,2
/proc/17865/task/18155/stat : 18155 (python) S 17863 17865 17831 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 8 0 867165075 365117440 8658 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 2 0 0 0
[pid=17865/tid=18170] ppid=17863 vsize=356560 CPUtime=0 cores=0,2
/proc/17865/task/18170/stat : 18170 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 867175097 365117440 8658 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 7161008



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.001 s]
/proc/loadavg: 4.03 3.64 2.12 4/253 18190
/proc/meminfo: memFree=31149104/32951124 swapFree=67055520/67111528
[pid=17865] ppid=17863 vsize=366816 CPUtime=2.57 cores=0,2
/proc/17865/stat : 17865 (python) S 17863 17865 17831 0 -1 4202496 20311 935 1 0 242 15 0 0 19 0 9 0 867114690 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17865/statm: 91704 8664 1884 364 0 27601 0
[pid=17911] ppid=17865 vsize=295228 CPUtime=0.13 cores=0,2
/proc/17911/stat : 17911 (python) S 17865 17865 17831 0 -1 4202560 1150 0 0 0 6 7 0 0 19 0 2 0 867114992 302313472 6964 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17911/statm: 73807 6964 415 364 0 9725 0
[pid=17914] ppid=17911 vsize=1020308 CPUtime=100.04 cores=0,2
/proc/17914/stat : 17914 (gnovelty+2) T 17911 17914 17914 0 -1 4202496 1155 0 0 0 10004 0 0 0 25 0 1 0 867114993 1044795392 892 33554432000 134512640 135663704 4287513040 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17914/statm: 255077 892 113 282 0 254793 0
[pid=17911/tid=17944] ppid=17865 vsize=295228 CPUtime=0 cores=0,2
/proc/17911/task/17944/stat : 17944 (python) S 17865 17865 17831 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867125010 302313472 6964 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604440279302272 0 0 -1 2 0 0 0
[pid=17945] ppid=17865 vsize=294912 CPUtime=0.14 cores=0,2
/proc/17945/stat : 17945 (python) S 17865 17865 17831 0 -1 4202560 1071 0 0 0 9 5 0 0 19 0 2 0 867125011 301989888 7084 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17945/statm: 73728 7084 400 364 0 9643 0
[pid=17947] ppid=17945 vsize=1020308 CPUtime=100.03 cores=0,2
/proc/17947/stat : 17947 (gnovelty+2) T 17945 17947 17947 0 -1 4202496 1156 0 0 0 10003 0 0 0 25 0 1 0 867125011 1044795392 892 33554432000 134512640 135663704 4287414304 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17947/statm: 255077 892 113 282 0 254793 0
[pid=17945/tid=18008] ppid=17865 vsize=294912 CPUtime=0 cores=0,2
/proc/17945/task/18008/stat : 18008 (python) S 17865 17865 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867135029 301989888 7084 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453927514240 0 0 -1 2 0 0 0
[pid=18009] ppid=17865 vsize=305776 CPUtime=0.14 cores=0,2
/proc/18009/stat : 18009 (python) S 17865 17865 17831 0 -1 4202560 1074 0 0 0 8 6 0 0 19 0 2 0 867135030 313114624 7088 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18009/statm: 76444 7088 400 364 0 12356 0
[pid=18011] ppid=18009 vsize=423400 CPUtime=100.02 cores=0,2
/proc/18011/stat : 18011 (adaptg2wsat2009) T 18009 18011 18011 0 -1 4202496 2620 0 0 0 10001 1 0 0 25 0 1 0 867135030 433561600 2357 33554432000 134512640 135107411 4294588096 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18011/statm: 105850 2357 59 146 0 104726 0
[pid=18009/tid=18119] ppid=17865 vsize=305776 CPUtime=0 cores=0,2
/proc/18009/task/18119/stat : 18119 (python) S 17865 17865 17831 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867145044 313114624 7088 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453927432256 0 0 -1 2 0 0 0
[pid=18120] ppid=17865 vsize=315548 CPUtime=0.15 cores=0,2
/proc/18120/stat : 18120 (python) S 17865 17865 17831 0 -1 4202560 1084 0 0 0 7 8 0 0 19 0 2 0 867145045 323121152 7161 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18120/statm: 78887 7161 399 364 0 14796 0
[pid=18122] ppid=18120 vsize=423400 CPUtime=99.99 cores=0,2
/proc/18122/stat : 18122 (adaptg2wsat2009) T 18120 18122 18122 0 -1 4202496 2621 0 0 0 9999 0 0 0 25 0 1 0 867145045 433561600 2356 33554432000 134512640 135107411 4292214096 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18122/statm: 105850 2356 59 146 0 104726 0
[pid=18120/tid=18138] ppid=17865 vsize=315548 CPUtime=0 cores=0,2
/proc/18120/task/18138/stat : 18138 (python) S 17865 17865 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867155059 323121152 7161 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453945067648 0 0 -1 2 0 0 0
[pid=18139] ppid=17865 vsize=325948 CPUtime=0.14 cores=0,2
/proc/18139/stat : 18139 (python) S 17865 17865 17831 0 -1 4202560 1081 0 0 0 8 6 0 0 19 0 2 0 867155060 333770752 7166 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18139/statm: 81487 7166 400 364 0 17393 0
[pid=18141] ppid=18139 vsize=423400 CPUtime=100.13 cores=0,2
/proc/18141/stat : 18141 (adaptg2wsat2009) T 18139 18141 18141 0 -1 4202496 2617 0 0 0 10013 0 0 0 25 0 1 0 867155060 433561600 2357 33554432000 134512640 135107411 4289799648 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18141/statm: 105850 2357 59 146 0 104726 0
[pid=18139/tid=18153] ppid=17865 vsize=325948 CPUtime=0 cores=0,2
/proc/18139/task/18153/stat : 18153 (python) S 17865 17865 17831 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867165074 333770752 7166 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453948812352 0 0 -1 2 0 0 0
[pid=18154] ppid=17865 vsize=336312 CPUtime=0.16 cores=0,2
/proc/18154/stat : 18154 (python) S 17865 17865 17831 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 867165075 344383488 7170 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18154/statm: 84078 7170 400 364 0 19981 0
[pid=18156] ppid=18154 vsize=1020308 CPUtime=100.05 cores=0,2
/proc/18156/stat : 18156 (gnovelty+2) T 18154 18156 18156 0 -1 4202496 1152 0 0 0 10005 0 0 0 25 0 1 0 867165075 1044795392 891 33554432000 134512640 135663704 4286841024 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18156/statm: 255077 891 113 282 0 254793 0
[pid=18154/tid=18168] ppid=17865 vsize=336312 CPUtime=0 cores=0,2
/proc/18154/task/18168/stat : 18168 (python) S 17865 17865 17831 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867175095 344383488 7170 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453962085632 0 0 -1 0 0 0 0
[pid=18169] ppid=17865 vsize=346568 CPUtime=0.16 cores=0,2
/proc/18169/stat : 18169 (python) S 17865 17865 17831 0 -1 4202560 1079 0 0 0 9 7 0 0 19 0 2 0 867175096 354885632 7174 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18169/statm: 86642 7174 400 364 0 22542 0
[pid=18171] ppid=18169 vsize=253032 CPUtime=99.98 cores=0,2
/proc/18171/stat : 18171 (FH) T 18169 18171 18171 0 -1 4202496 2499 0 0 0 9998 0 0 0 25 0 1 0 867175097 259104768 2234 33554432000 134512640 134936988 4288430640 18446744073709551615 134553304 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18171/statm: 63258 2234 41 104 0 62762 0
[pid=18169/tid=18187] ppid=17865 vsize=346568 CPUtime=0 cores=0,2
/proc/18169/task/18187/stat : 18187 (python) S 17865 17865 17831 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867185112 354885632 7174 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 514 18446604453919791936 0 0 -1 2 0 0 0
[pid=18188] ppid=17865 vsize=356712 CPUtime=0 cores=0,2
/proc/18188/stat : 18188 (python) S 17865 17865 17831 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867185113 365273088 7128 33554432000 4194304 5683644 140735105695776 18446744073709551615 270338403910 0 0 16781312 514 4450089974154395647 0 0 17 0 0 0 0
/proc/18188/statm: 89178 7128 351 364 0 25075 0
[pid=18190] ppid=18188 vsize=423400 CPUtime=0.77 cores=0,2
/proc/18190/stat : 18190 (adaptg2wsat2009) R 18188 18190 18190 0 -1 4202496 2622 0 0 0 77 0 0 0 22 0 1 0 867185113 433561600 2356 33554432000 134512640 135107411 4290166048 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18190/statm: 105850 2356 59 146 0 104726 0
[pid=17865/tid=17913] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/17913/stat : 17913 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867114993 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=17946] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/17946/stat : 17946 (python) S 17863 17865 17831 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 867125011 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=18010] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/18010/stat : 18010 (python) S 17863 17865 17831 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 867135030 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=18121] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/18121/stat : 18121 (python) S 17863 17865 17831 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867145045 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=18140] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/18140/stat : 18140 (python) S 17863 17865 17831 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 867155060 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 2 0 0 0
[pid=17865/tid=18155] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/18155/stat : 18155 (python) S 17863 17865 17831 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 867165075 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 2 0 0 0
[pid=17865/tid=18170] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/18170/stat : 18170 (python) S 17863 17865 17831 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 867175097 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
[pid=17865/tid=18189] ppid=17863 vsize=366816 CPUtime=0 cores=0,2
/proc/17865/task/18189/stat : 18189 (python) S 17863 17865 17831 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 867185113 375619584 8664 33554432000 4194304 5683644 140735105695776 18446744073709551615 270350207409 0 0 16781312 2 18446604440279304960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.6
Current children cumulated vsize (KiB) 7951376

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

Real time (s): 705.063
CPU time (s): 704.6
CPU user time (s): 703.98
CPU system time (s): 0.62
CPU usage (%): 99.9343
Max. virtual memory (cumulated for all children) (KiB): 7951376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42363
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21251
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= 3643
involuntary context switches= 31

runsolver used 1.75973 second user time and 2.99654 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 01:03:10
IDJOB=3484018
IDBENCH=82529
IDSOLVER=1975
FILE ID=node143/3484018-1307746990
RUNJOBID= node143-1307746989-17849
PBS_JOBID= 13550817
Free space on /tmp= 74120 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S656892101-075-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-3484018-1307746990/watcher-3484018-1307746990 -o /tmp/evaluation-result-3484018-1307746990/solver-3484018-1307746990 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484018-1307746990.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= 187184c44e9c5a07f5a8f762e04588fa
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:      31624896 kB
Buffers:        106964 kB
Cached:        1043792 kB
SwapCached:       8636 kB
Active:         279108 kB
Inactive:       889908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31624896 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           32656 kB
Writeback:           0 kB
AnonPages:       16948 kB
Mapped:          12444 kB
Slab:            91508 kB
PageTables:       4928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187508 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:58