Trace number 3484128

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) 702.65 702.863

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S377999798-061-UNKNOWN.cnf
MD5SUMa4ba28fb1550ba8a4eca95d91f4669c6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark872.659
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.33/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.64	c INFO: solving HOME/instance-3484128-1307747702.cnf
0.33/0.64	c INFO: computing task features
0.43/0.79	c INFO: computed variable-clause graph statistics
0.43/0.80	c INFO: computed clause balance statistics
1.22/1.54	c INFO: computed variable balance statistics
1.62/1.94	c INFO: computed small-clause counts
1.62/1.94	c INFO: computed Horn-clause counts
1.62/1.98	c INFO: computed variable graph statistics
1.62/1.98	c INFO: collected features for HOME/instance-3484128-1307747702.cnf in 1.34 s
1.62/1.99	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.80/102.17	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
201.99/202.36	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
302.21/302.51	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.32/402.66	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.06)
501.66/501.83	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.05)
601.86/602.00	c INFO: running FH@0 for 97 with 599 remaining (b = 0.04)
701.94/702.14	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484128-1307747702/watcher-3484128-1307747702 -o /tmp/evaluation-result-3484128-1307747702/solver-3484128-1307747702 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484128-1307747702.cnf -seed 1354758474 -budget 1200 

running on 2 cores: 4,6

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: 4.28 4.45 3.09 5/240 13942
/proc/meminfo: memFree=30269780/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=15184 CPUtime=0 cores=4,6
/proc/13942/stat : 13942 (python) R 13940 13942 13569 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 886368224 15548416 615 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13942/statm: 3796 615 321 364 0 283 0

[startup+0.040887 s]
/proc/loadavg: 4.28 4.45 3.09 5/240 13942
/proc/meminfo: memFree=30269780/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=18884 CPUtime=0.01 cores=4,6
/proc/13942/stat : 13942 (python) R 13940 13942 13569 0 -1 4202496 1281 0 0 0 1 0 0 0 25 0 1 0 886368224 19337216 1133 33554432000 4194304 5683644 140736029750768 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13942/statm: 4721 1134 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100877 s]
/proc/loadavg: 4.28 4.45 3.09 5/240 13942
/proc/meminfo: memFree=30269780/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=91828 CPUtime=0.05 cores=4,6
/proc/13942/stat : 13942 (python) R 13940 13942 13569 0 -1 4202496 2679 0 0 0 4 1 0 0 17 0 1 0 886368224 94031872 2394 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122709861 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13942/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91828

[startup+0.300864 s]
/proc/loadavg: 4.28 4.45 3.09 5/240 13942
/proc/meminfo: memFree=30269780/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=135748 CPUtime=0.18 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 5973 932 1 0 13 5 0 0 18 0 1 0 886368224 139005952 4149 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13942/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700786 s]
/proc/loadavg: 4.28 4.45 3.09 5/240 13942
/proc/meminfo: memFree=30269780/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=282012 CPUtime=0.43 cores=4,6
/proc/13942/stat : 13942 (python) R 13940 13942 13569 0 -1 4202496 10152 932 1 0 34 9 0 0 17 0 1 0 886368224 288780288 7821 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13942/statm: 70503 7822 1761 364 0 6427 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282012

[startup+1.50063 s]
/proc/loadavg: 4.28 4.45 3.09 5/241 13947
/proc/meminfo: memFree=30237428/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=287584 CPUtime=1.22 cores=4,6
/proc/13942/stat : 13942 (python) R 13940 13942 13569 0 -1 4202496 12695 932 1 0 113 9 0 0 18 0 1 0 886368224 294486016 9281 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122373481 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13942/statm: 71896 9281 1826 364 0 7820 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 287584

[startup+3.10033 s]
/proc/loadavg: 4.28 4.45 3.09 5/244 13950
/proc/meminfo: memFree=30238892/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=292808 CPUtime=1.71 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 12985 932 1 0 162 9 0 0 21 0 2 0 886368224 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 73202 8099 1869 364 0 9120 0
[pid=13948] ppid=13942 vsize=283512 CPUtime=0 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886368423 290316288 6582 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122734095 0 0 16781312 514 3158791632657023234 0 0 17 4 0 0 0
/proc/13948/statm: 70878 6582 355 364 0 6796 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=1.09 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) R 13948 13950 13950 0 -1 4202496 963 0 0 0 109 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13942/tid=13949] ppid=13940 vsize=292808 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 886368423 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 1595316

[startup+6.30076 s]
/proc/loadavg: 4.26 4.44 3.09 5/244 13950
/proc/meminfo: memFree=30238752/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=292808 CPUtime=1.71 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 12985 932 1 0 162 9 0 0 21 0 2 0 886368224 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 73202 8099 1869 364 0 9120 0
[pid=13948] ppid=13942 vsize=283512 CPUtime=0 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 874 0 0 0 0 0 0 0 18 0 1 0 886368423 290316288 6605 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122734095 0 0 16781312 514 3158791632657023234 0 0 17 4 0 0 0
/proc/13948/statm: 70878 6605 378 364 0 6796 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=4.29 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) R 13948 13950 13950 0 -1 4202496 963 0 0 0 429 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13942/tid=13949] ppid=13940 vsize=292808 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 886368423 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1595316

[startup+12.7006 s]
/proc/loadavg: 4.24 4.43 3.10 5/244 13951
/proc/meminfo: memFree=30238436/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=292808 CPUtime=1.71 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 12985 932 1 0 162 9 0 0 21 0 2 0 886368224 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 73202 8099 1869 364 0 9120 0
[pid=13948] ppid=13942 vsize=283512 CPUtime=0 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 876 0 0 0 0 0 0 0 18 0 1 0 886368423 290316288 6605 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122734095 0 0 16781312 514 17519143287959552258 0 0 17 4 0 0 0
/proc/13948/statm: 70878 6605 378 364 0 6796 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=10.68 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) R 13948 13950 13950 0 -1 4202496 963 0 0 0 1068 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13942/tid=13949] ppid=13940 vsize=292808 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 886368423 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1595316

[startup+25.5013 s]
/proc/loadavg: 4.18 4.41 3.11 5/247 13954
/proc/meminfo: memFree=30208868/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=292808 CPUtime=1.71 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 12985 932 1 0 162 9 0 0 21 0 2 0 886368224 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 73202 8099 1869 364 0 9120 0
[pid=13948] ppid=13942 vsize=283512 CPUtime=0.02 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 881 0 0 0 1 1 0 0 18 0 1 0 886368423 290316288 6605 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122734095 0 0 16781312 514 17519143287959552258 0 0 17 4 0 0 0
/proc/13948/statm: 70878 6605 378 364 0 6796 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=23.46 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) R 13948 13950 13950 0 -1 4202496 963 0 0 0 2346 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13942/tid=13949] ppid=13940 vsize=292808 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 886368423 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1595316

[startup+51.1006 s]
/proc/loadavg: 4.12 4.38 3.13 5/250 13958
/proc/meminfo: memFree=30167884/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=292808 CPUtime=1.71 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 12985 932 1 0 162 9 0 0 21 0 2 0 886368224 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 73202 8099 1869 364 0 9120 0
[pid=13948] ppid=13942 vsize=283512 CPUtime=0.05 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 894 0 0 0 3 2 0 0 18 0 1 0 886368423 290316288 6605 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122734095 0 0 16781312 514 17519143287959552258 0 0 17 4 0 0 0
/proc/13948/statm: 70878 6605 378 364 0 6796 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=49.03 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) R 13948 13950 13950 0 -1 4202496 963 0 0 0 4903 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 135008512 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13942/tid=13949] ppid=13940 vsize=292808 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 2 0 886368423 299835392 8099 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 1595316

[startup+102.308 s]
/proc/loadavg: 4.05 4.32 3.17 5/255 13964
/proc/meminfo: memFree=30161144/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=303528 CPUtime=1.73 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 13859 932 1 0 163 10 0 0 19 0 3 0 886368224 310812672 8190 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 75882 8190 1872 364 0 11797 0
[pid=13948] ppid=13942 vsize=293756 CPUtime=0.14 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 1159 0 0 0 8 6 0 0 19 0 2 0 886368423 300806144 6647 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13948/statm: 73439 6647 415 364 0 9357 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=100.01 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) T 13948 13950 13950 0 -1 4202496 963 0 0 0 10001 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13948/tid=13961] ppid=13942 vsize=293756 CPUtime=0 cores=4,6
/proc/13948/task/13961/stat : 13961 (python) S 13942 13942 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886378440 300806144 6647 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453648156736 0 0 -1 6 0 0 0
[pid=13962] ppid=13942 vsize=293700 CPUtime=0 cores=4,6
/proc/13962/stat : 13962 (python) S 13942 13942 13569 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 886378441 300748800 6664 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122734150 0 0 16781312 514 4403940172601753599 0 0 17 4 0 0 0
/proc/13962/statm: 73425 6664 349 364 0 9340 0
[pid=13964] ppid=13962 vsize=1018996 CPUtime=0.12 cores=4,6
/proc/13964/stat : 13964 (gnovelty+2) R 13962 13964 13964 0 -1 4202496 962 0 0 0 12 0 0 0 21 0 1 0 886378442 1043451904 697 33554432000 134512640 135663704 4288879856 18446744073709551615 134525722 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13964/statm: 254749 697 113 282 0 254465 0
[pid=13942/tid=13949] ppid=13940 vsize=303528 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 3 0 886368423 310812672 8190 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=13963] ppid=13940 vsize=303528 CPUtime=0 cores=4,6
/proc/13942/task/13963/stat : 13963 (python) S 13940 13942 13569 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 3 0 886378441 310812672 8190 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 2928976

[startup+162.3 s]
/proc/loadavg: 4.08 4.27 3.23 5/257 13968
/proc/meminfo: memFree=30154624/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=303528 CPUtime=1.73 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 13859 932 1 0 163 10 0 0 19 0 3 0 886368224 310812672 8190 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 75882 8190 1872 364 0 11797 0
[pid=13948] ppid=13942 vsize=293756 CPUtime=0.14 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 1159 0 0 0 8 6 0 0 19 0 2 0 886368423 300806144 6647 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13948/statm: 73439 6647 415 364 0 9357 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=100.01 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) T 13948 13950 13950 0 -1 4202496 963 0 0 0 10001 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13948/tid=13961] ppid=13942 vsize=293756 CPUtime=0 cores=4,6
/proc/13948/task/13961/stat : 13961 (python) S 13942 13942 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886378440 300806144 6647 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453648156736 0 0 -1 6 0 0 0
[pid=13962] ppid=13942 vsize=293700 CPUtime=0.08 cores=4,6

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

/proc/13962/statm: 73425 6716 400 364 0 9340 0
[pid=13964] ppid=13962 vsize=1018996 CPUtime=100.02 cores=4,6
/proc/13964/stat : 13964 (gnovelty+2) T 13962 13964 13964 0 -1 4202496 962 0 0 0 10002 0 0 0 25 0 1 0 886378442 1043451904 697 33554432000 134512640 135663704 4288879856 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13964/statm: 254749 697 113 282 0 254465 0
[pid=13962/tid=13973] ppid=13942 vsize=293700 CPUtime=0 cores=4,6
/proc/13962/task/13973/stat : 13973 (python) S 13942 13942 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886388460 300748800 6716 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 6 0 0 0
[pid=13974] ppid=13942 vsize=303956 CPUtime=0.14 cores=4,6
/proc/13974/stat : 13974 (python) S 13942 13942 13569 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 886388460 311250944 6720 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 75989 6720 400 364 0 11901 0
[pid=13976] ppid=13974 vsize=421428 CPUtime=100.01 cores=4,6
/proc/13976/stat : 13976 (adaptg2wsat2009) T 13974 13976 13976 0 -1 4202496 2047 0 0 0 10001 0 0 0 25 0 1 0 886388461 431542272 1783 33554432000 134512640 135107411 4288471280 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13976/statm: 105357 1783 59 146 0 104233 0
[pid=13974/tid=13986] ppid=13942 vsize=303956 CPUtime=0 cores=4,6
/proc/13974/task/13986/stat : 13986 (python) S 13942 13942 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886398474 311250944 6720 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453937867520 0 0 -1 6 0 0 0
[pid=13987] ppid=13942 vsize=314212 CPUtime=0.15 cores=4,6
/proc/13987/stat : 13987 (python) S 13942 13942 13569 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 886398475 321753088 6724 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13987/statm: 78553 6724 400 364 0 14462 0
[pid=13989] ppid=13987 vsize=421428 CPUtime=100.01 cores=4,6
/proc/13989/stat : 13989 (adaptg2wsat2009) T 13987 13989 13989 0 -1 4202496 2049 0 0 0 10001 0 0 0 25 0 1 0 886398476 431542272 1783 33554432000 134512640 135107411 4290785760 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13989/statm: 105357 1783 59 146 0 104233 0
[pid=13987/tid=13998] ppid=13942 vsize=314212 CPUtime=0 cores=4,6
/proc/13987/task/13998/stat : 13998 (python) S 13942 13942 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886408490 321753088 6724 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453621583936 0 0 -1 6 0 0 0
[pid=13999] ppid=13942 vsize=324468 CPUtime=0.16 cores=4,6
/proc/13999/stat : 13999 (python) S 13942 13942 13569 0 -1 4202560 1092 0 0 0 8 8 0 0 19 0 2 0 886408491 332255232 6728 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13999/statm: 81117 6728 400 364 0 17023 0
[pid=14001] ppid=13999 vsize=421428 CPUtime=99.15 cores=4,6
/proc/14001/stat : 14001 (adaptg2wsat2009) T 13999 14001 14001 0 -1 4202496 2047 0 0 0 9914 1 0 0 25 0 1 0 886408491 431542272 1782 33554432000 134512640 135107411 4287510112 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14001/statm: 105357 1782 59 146 0 104233 0
[pid=13999/tid=14058] ppid=13942 vsize=324468 CPUtime=0 cores=4,6
/proc/13999/task/14058/stat : 14058 (python) S 13942 13942 13569 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886418407 332255232 6728 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453930972224 0 0 -1 6 0 0 0
[pid=14059] ppid=13942 vsize=334828 CPUtime=0.13 cores=4,6
/proc/14059/stat : 14059 (python) S 13942 13942 13569 0 -1 4202560 1098 0 0 0 7 6 0 0 19 0 2 0 886418407 342863872 6732 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14059/statm: 83707 6732 400 364 0 19610 0
[pid=14061] ppid=14059 vsize=1018996 CPUtime=100.03 cores=4,6
/proc/14061/stat : 14061 (gnovelty+2) T 14059 14061 14061 0 -1 4202496 958 0 0 0 10003 0 0 0 25 0 1 0 886418408 1043451904 697 33554432000 134512640 135663704 4293085568 18446744073709551615 134545212 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14061/statm: 254749 697 113 282 0 254465 0
[pid=14059/tid=14202] ppid=13942 vsize=334828 CPUtime=0 cores=4,6
/proc/14059/task/14202/stat : 14202 (python) S 13942 13942 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886428424 342863872 6732 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453937865728 0 0 -1 6 0 0 0
[pid=14203] ppid=13942 vsize=345308 CPUtime=0.13 cores=4,6
/proc/14203/stat : 14203 (python) S 13942 13942 13569 0 -1 4202560 1095 0 0 0 8 5 0 0 19 0 2 0 886428425 353595392 6745 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14203/statm: 86327 6745 400 364 0 22227 0
[pid=14205] ppid=14203 vsize=251296 CPUtime=99.97 cores=4,6
/proc/14205/stat : 14205 (FH) T 14203 14205 14205 0 -1 4202496 1947 0 0 0 9997 0 0 0 25 0 1 0 886428425 257327104 1682 33554432000 134512640 134936988 4291402848 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14205/statm: 62824 1682 41 104 0 62328 0
[pid=13942/tid=13949] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 9 0 886368423 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=13963] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13963/stat : 13963 (python) S 13940 13942 13569 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 886378441 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=13975] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13975/stat : 13975 (python) S 13940 13942 13569 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886388461 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=13988] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13988/stat : 13988 (python) S 13940 13942 13569 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 886398475 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=14000] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/14000/stat : 14000 (python) S 13940 13942 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886408491 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=14060] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/14060/stat : 14060 (python) S 13940 13942 13569 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886418408 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=14204] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/14204/stat : 14204 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886428425 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 7148120



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.04 4.06 3.57 5/242 14224
/proc/meminfo: memFree=30663328/32951124 swapFree=67051744/67111528
[pid=13942] ppid=13940 vsize=365324 CPUtime=1.79 cores=4,6
/proc/13942/stat : 13942 (python) S 13940 13942 13569 0 -1 4202496 18940 932 1 0 168 11 0 0 20 0 9 0 886368224 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13942/statm: 91331 8291 1884 364 0 27228 0
[pid=13948] ppid=13942 vsize=293756 CPUtime=0.14 cores=4,6
/proc/13948/stat : 13948 (python) S 13942 13942 13569 0 -1 4202560 1159 0 0 0 8 6 0 0 19 0 2 0 886368423 300806144 6647 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13948/statm: 73439 6647 415 364 0 9357 0
[pid=13950] ppid=13948 vsize=1018996 CPUtime=100.01 cores=4,6
/proc/13950/stat : 13950 (gnovelty+2) T 13948 13950 13950 0 -1 4202496 963 0 0 0 10001 0 0 0 25 0 1 0 886368423 1043451904 697 33554432000 134512640 135663704 4290216944 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13950/statm: 254749 697 113 282 0 254465 0
[pid=13948/tid=13961] ppid=13942 vsize=293756 CPUtime=0 cores=4,6
/proc/13948/task/13961/stat : 13961 (python) S 13942 13942 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886378440 300806144 6647 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453648156736 0 0 -1 6 0 0 0
[pid=13962] ppid=13942 vsize=293700 CPUtime=0.15 cores=4,6
/proc/13962/stat : 13962 (python) S 13942 13942 13569 0 -1 4202560 1089 0 0 0 8 7 0 0 19 0 2 0 886378441 300748800 6716 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13962/statm: 73425 6716 400 364 0 9340 0
[pid=13964] ppid=13962 vsize=1018996 CPUtime=100.02 cores=4,6
/proc/13964/stat : 13964 (gnovelty+2) T 13962 13964 13964 0 -1 4202496 962 0 0 0 10002 0 0 0 25 0 1 0 886378442 1043451904 697 33554432000 134512640 135663704 4288879856 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13964/statm: 254749 697 113 282 0 254465 0
[pid=13962/tid=13973] ppid=13942 vsize=293700 CPUtime=0 cores=4,6
/proc/13962/task/13973/stat : 13973 (python) S 13942 13942 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886388460 300748800 6716 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453938065472 0 0 -1 6 0 0 0
[pid=13974] ppid=13942 vsize=303956 CPUtime=0.14 cores=4,6
/proc/13974/stat : 13974 (python) S 13942 13942 13569 0 -1 4202560 1089 0 0 0 7 7 0 0 19 0 2 0 886388460 311250944 6720 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13974/statm: 75989 6720 400 364 0 11901 0
[pid=13976] ppid=13974 vsize=421428 CPUtime=100.01 cores=4,6
/proc/13976/stat : 13976 (adaptg2wsat2009) T 13974 13976 13976 0 -1 4202496 2047 0 0 0 10001 0 0 0 25 0 1 0 886388461 431542272 1783 33554432000 134512640 135107411 4288471280 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13976/statm: 105357 1783 59 146 0 104233 0
[pid=13974/tid=13986] ppid=13942 vsize=303956 CPUtime=0 cores=4,6
/proc/13974/task/13986/stat : 13986 (python) S 13942 13942 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886398474 311250944 6720 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453937867520 0 0 -1 6 0 0 0
[pid=13987] ppid=13942 vsize=314212 CPUtime=0.15 cores=4,6
/proc/13987/stat : 13987 (python) S 13942 13942 13569 0 -1 4202560 1102 0 0 0 8 7 0 0 19 0 2 0 886398475 321753088 6724 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/13987/statm: 78553 6724 400 364 0 14462 0
[pid=13989] ppid=13987 vsize=421428 CPUtime=100.01 cores=4,6
/proc/13989/stat : 13989 (adaptg2wsat2009) T 13987 13989 13989 0 -1 4202496 2049 0 0 0 10001 0 0 0 25 0 1 0 886398476 431542272 1783 33554432000 134512640 135107411 4290785760 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/13989/statm: 105357 1783 59 146 0 104233 0
[pid=13987/tid=13998] ppid=13942 vsize=314212 CPUtime=0 cores=4,6
/proc/13987/task/13998/stat : 13998 (python) S 13942 13942 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886408490 321753088 6724 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453621583936 0 0 -1 6 0 0 0
[pid=13999] ppid=13942 vsize=324468 CPUtime=0.16 cores=4,6
/proc/13999/stat : 13999 (python) S 13942 13942 13569 0 -1 4202560 1092 0 0 0 8 8 0 0 19 0 2 0 886408491 332255232 6728 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13999/statm: 81117 6728 400 364 0 17023 0
[pid=14001] ppid=13999 vsize=421428 CPUtime=99.15 cores=4,6
/proc/14001/stat : 14001 (adaptg2wsat2009) T 13999 14001 14001 0 -1 4202496 2047 0 0 0 9914 1 0 0 25 0 1 0 886408491 431542272 1782 33554432000 134512640 135107411 4287510112 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14001/statm: 105357 1782 59 146 0 104233 0
[pid=13999/tid=14058] ppid=13942 vsize=324468 CPUtime=0 cores=4,6
/proc/13999/task/14058/stat : 14058 (python) S 13942 13942 13569 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886418407 332255232 6728 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453930972224 0 0 -1 6 0 0 0
[pid=14059] ppid=13942 vsize=334828 CPUtime=0.13 cores=4,6
/proc/14059/stat : 14059 (python) S 13942 13942 13569 0 -1 4202560 1098 0 0 0 7 6 0 0 19 0 2 0 886418407 342863872 6732 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14059/statm: 83707 6732 400 364 0 19610 0
[pid=14061] ppid=14059 vsize=1018996 CPUtime=100.03 cores=4,6
/proc/14061/stat : 14061 (gnovelty+2) T 14059 14061 14061 0 -1 4202496 958 0 0 0 10003 0 0 0 25 0 1 0 886418408 1043451904 697 33554432000 134512640 135663704 4293085568 18446744073709551615 134545212 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14061/statm: 254749 697 113 282 0 254465 0
[pid=14059/tid=14202] ppid=13942 vsize=334828 CPUtime=0 cores=4,6
/proc/14059/task/14202/stat : 14202 (python) S 13942 13942 13569 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886428424 342863872 6732 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453937865728 0 0 -1 6 0 0 0
[pid=14203] ppid=13942 vsize=345308 CPUtime=0.13 cores=4,6
/proc/14203/stat : 14203 (python) S 13942 13942 13569 0 -1 4202560 1095 0 0 0 8 5 0 0 19 0 2 0 886428425 353595392 6745 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14203/statm: 86327 6745 400 364 0 22227 0
[pid=14205] ppid=14203 vsize=251296 CPUtime=99.97 cores=4,6
/proc/14205/stat : 14205 (FH) T 14203 14205 14205 0 -1 4202496 1947 0 0 0 9997 0 0 0 25 0 1 0 886428425 257327104 1682 33554432000 134512640 134936988 4291402848 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14205/statm: 62824 1682 41 104 0 62328 0
[pid=14203/tid=14221] ppid=13942 vsize=345308 CPUtime=0 cores=4,6
/proc/14203/task/14221/stat : 14221 (python) S 13942 13942 13569 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886438437 353595392 6745 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 514 18446604453943298240 0 0 -1 6 0 0 0
[pid=14222] ppid=13942 vsize=355236 CPUtime=0 cores=4,6
/proc/14222/stat : 14222 (python) S 13942 13942 13569 0 -1 4202560 838 0 0 0 0 0 0 0 19 0 1 0 886438438 363761664 6755 33554432000 4194304 5683644 140736029750768 18446744073709551615 228122734150 0 0 16781312 514 4481807311202942975 0 0 17 6 0 0 0
/proc/14222/statm: 88809 6755 351 364 0 24706 0
[pid=14224] ppid=14222 vsize=421428 CPUtime=0.66 cores=4,6
/proc/14224/stat : 14224 (adaptg2wsat2009) R 14222 14224 14224 0 -1 4202496 2048 0 0 0 66 0 0 0 22 0 1 0 886438439 431542272 1782 33554432000 134512640 135107411 4292604560 18446744073709551615 134531627 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14224/statm: 105357 1782 59 146 0 104233 0
[pid=13942/tid=13949] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13949/stat : 13949 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 21 0 9 0 886368423 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=13963] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13963/stat : 13963 (python) S 13940 13942 13569 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 886378441 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=13975] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13975/stat : 13975 (python) S 13940 13942 13569 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886388461 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=13988] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/13988/stat : 13988 (python) S 13940 13942 13569 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 886398475 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=14000] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/14000/stat : 14000 (python) S 13940 13942 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886408491 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=14060] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/14060/stat : 14060 (python) S 13940 13942 13569 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886418408 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=14204] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/14204/stat : 14204 (python) S 13940 13942 13569 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886428425 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
[pid=13942/tid=14223] ppid=13940 vsize=365324 CPUtime=0 cores=4,6
/proc/13942/task/14223/stat : 14223 (python) S 13940 13942 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886438438 374091776 8291 33554432000 4194304 5683644 140736029750768 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 702.65
Current children cumulated vsize (KiB) 7924784

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

Real time (s): 702.863
CPU time (s): 702.65
CPU user time (s): 702.07
CPU system time (s): 0.58
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 7924784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.69174
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20472
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= 2860
involuntary context switches= 25

runsolver used 1.50477 second user time and 3.18651 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:15:02
IDJOB=3484128
IDBENCH=82639
IDSOLVER=1975
FILE ID=node138/3484128-1307747702
RUNJOBID= node138-1307746989-13588
PBS_JOBID= 13550821
Free space on /tmp= 73980 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S377999798-061-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484128-1307747702/watcher-3484128-1307747702 -o /tmp/evaluation-result-3484128-1307747702/solver-3484128-1307747702 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484128-1307747702.cnf -seed 1354758474 -budget 1200

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

MD5SUM BENCH= a4ba28fb1550ba8a4eca95d91f4669c6
RANDOM SEED=1354758474

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30270332 kB
Buffers:        244172 kB
Cached:        1617696 kB
SwapCached:      13436 kB
Active:        1200440 kB
Inactive:      1273412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30270332 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           32724 kB
Writeback:           0 kB
AnonPages:      609256 kB
Mapped:          16832 kB
Slab:           129180 kB
PageTables:      17432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5608676 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= 73952 MiB
End job on node138 at 2011-06-11 01:26:47