Trace number 3377226

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 703.13 702.873

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
MD5SUM1ae73e64babd5796adef68295bcaa14f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.3534
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.36/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.50	c INFO: solving HOME/instance-3377226-1305451414.cnf
0.36/0.50	c INFO: computing task features
0.46/0.66	c INFO: computed variable-clause graph statistics
0.46/0.66	c INFO: computed clause balance statistics
1.26/1.43	c INFO: computed variable balance statistics
1.66/1.87	c INFO: computed small-clause counts
1.66/1.87	c INFO: computed Horn-clause counts
1.76/1.90	c INFO: computed variable graph statistics
1.76/1.90	c INFO: collected features for HOME/instance-3377226-1305451414.cnf in 1.39 s
1.76/1.92	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.38)
102.02/102.18	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.14)
201.52/201.45	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.09)
301.72/301.69	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
401.99/401.93	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.06)
502.20/502.18	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.05)
601.72/601.50	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.04)
702.05/701.75	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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.0 (svn: 961)

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

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.18 3.45 3.59 4/316 15200
/proc/meminfo: memFree=15474884/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=15776 CPUtime=0 cores=1,3
/proc/15200/stat : 15200 (python) R 15198 15200 14075 0 -1 4202496 891 0 0 0 0 0 0 0 25 0 1 0 112750789 16154624 773 33554432000 4194304 5683644 140734103402992 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15200/statm: 3944 773 343 364 0 431 0

[startup+0.0350159 s]
/proc/loadavg: 3.18 3.45 3.59 4/316 15200
/proc/meminfo: memFree=15474884/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=18884 CPUtime=0.01 cores=1,3
/proc/15200/stat : 15200 (python) R 15198 15200 14075 0 -1 4202496 1264 0 0 0 1 0 0 0 25 0 1 0 112750789 19337216 1117 33554432000 4194304 5683644 140734103402992 18446744073709551615 4876463 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15200/statm: 4721 1117 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101006 s]
/proc/loadavg: 3.18 3.45 3.59 4/316 15200
/proc/meminfo: memFree=15474884/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=94212 CPUtime=0.06 cores=1,3
/proc/15200/stat : 15200 (python) R 15198 15200 14075 0 -1 4202496 2777 0 0 0 4 2 0 0 25 0 1 0 112750789 96473088 2483 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880563200 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/15200/statm: 23553 2483 765 364 0 1685 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94212

[startup+0.300969 s]
/proc/loadavg: 3.18 3.45 3.59 4/316 15200
/proc/meminfo: memFree=15474884/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=135752 CPUtime=0.2 cores=1,3
/proc/15200/stat : 15200 (python) R 15198 15200 14075 0 -1 4202496 6012 931 1 0 15 5 0 0 19 0 1 0 112750789 139010048 4170 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880561157 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15200/statm: 33938 4170 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700902 s]
/proc/loadavg: 3.18 3.45 3.59 4/316 15200
/proc/meminfo: memFree=15474884/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=287580 CPUtime=0.56 cores=1,3
/proc/15200/stat : 15200 (python) R 15198 15200 14075 0 -1 4202496 12689 931 1 0 48 8 0 0 19 0 1 0 112750789 294481920 9279 33554432000 4194304 5683644 140734103402992 18446744073709551615 218883974068 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15200/statm: 71895 9279 1826 364 0 7819 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 287580

[startup+1.50076 s]
/proc/loadavg: 3.18 3.45 3.59 5/317 15205
/proc/meminfo: memFree=15443196/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=287580 CPUtime=1.36 cores=1,3
/proc/15200/stat : 15200 (python) R 15198 15200 14075 0 -1 4202496 12690 931 1 0 128 8 0 0 20 0 1 0 112750789 294481920 9280 33554432000 4194304 5683644 140734103402992 18446744073709551615 46951723954200 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15200/statm: 71895 9280 1827 364 0 7819 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 287580

[startup+3.10048 s]
/proc/loadavg: 3.25 3.46 3.59 5/320 15208
/proc/meminfo: memFree=15441516/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=292804 CPUtime=1.78 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 12990 931 1 0 169 9 0 0 24 0 2 0 112750789 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 73201 8105 1877 364 0 9119 0
[pid=15206] ppid=15200 vsize=283508 CPUtime=0 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 112750981 290312192 6580 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880585231 0 0 16781312 514 4002640418696036613 0 0 17 1 0 0 0
/proc/15206/statm: 70877 6580 355 364 0 6795 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=1.16 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) R 15206 15208 15208 0 -1 4202496 964 0 0 0 116 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15200/tid=15207] ppid=15198 vsize=292804 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 112750982 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 1595308

[startup+6.30086 s]
/proc/loadavg: 3.25 3.46 3.59 5/320 15208
/proc/meminfo: memFree=15442124/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=292804 CPUtime=1.78 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 12990 931 1 0 169 9 0 0 24 0 2 0 112750789 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 73201 8105 1877 364 0 9119 0
[pid=15206] ppid=15200 vsize=283508 CPUtime=0 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 112750981 290312192 6608 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880585231 0 0 16781312 514 4002640418696036613 0 0 17 1 0 0 0
/proc/15206/statm: 70877 6608 383 364 0 6795 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=4.36 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) R 15206 15208 15208 0 -1 4202496 964 0 0 0 436 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15200/tid=15207] ppid=15198 vsize=292804 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 112750982 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1595308

[startup+12.7008 s]
/proc/loadavg: 3.36 3.48 3.60 5/320 15208
/proc/meminfo: memFree=15442996/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=292804 CPUtime=1.78 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 12990 931 1 0 169 9 0 0 24 0 2 0 112750789 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 73201 8105 1877 364 0 9119 0
[pid=15206] ppid=15200 vsize=283508 CPUtime=0.02 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 984 0 0 0 1 1 0 0 18 0 1 0 112750981 290312192 6608 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880585231 0 0 16781312 514 14528242961990254853 0 0 17 1 0 0 0
/proc/15206/statm: 70877 6608 383 364 0 6795 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=10.75 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) R 15206 15208 15208 0 -1 4202496 964 0 0 0 1075 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15200/tid=15207] ppid=15198 vsize=292804 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 112750982 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1595308

[startup+25.5005 s]
/proc/loadavg: 3.61 3.53 3.61 5/320 15208
/proc/meminfo: memFree=15443364/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=292804 CPUtime=1.78 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 12990 931 1 0 169 9 0 0 24 0 2 0 112750789 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 73201 8105 1877 364 0 9119 0
[pid=15206] ppid=15200 vsize=283508 CPUtime=0.05 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 989 0 0 0 3 2 0 0 18 0 1 0 112750981 290312192 6608 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880585231 0 0 16781312 514 14528242961990254853 0 0 17 1 0 0 0
/proc/15206/statm: 70877 6608 383 364 0 6795 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=23.55 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) R 15206 15208 15208 0 -1 4202496 964 0 0 0 2355 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134545653 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15200/tid=15207] ppid=15198 vsize=292804 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 112750982 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1595308

[startup+51.101 s]
/proc/loadavg: 3.74 3.57 3.62 5/320 15209
/proc/meminfo: memFree=15443012/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=292804 CPUtime=1.78 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 12990 931 1 0 169 9 0 0 24 0 2 0 112750789 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 73201 8105 1877 364 0 9119 0
[pid=15206] ppid=15200 vsize=283508 CPUtime=0.09 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 1001 0 0 0 5 4 0 0 18 0 1 0 112750981 290312192 6608 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880585231 0 0 16781312 514 14528242961990254853 0 0 17 1 0 0 0
/proc/15206/statm: 70877 6608 383 364 0 6795 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=49.11 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) R 15206 15208 15208 0 -1 4202496 964 0 0 0 4911 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15200/tid=15207] ppid=15198 vsize=292804 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 112750982 299831296 8105 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1595308

[startup+102.312 s]
/proc/loadavg: 3.89 3.64 3.64 5/336 15226
/proc/meminfo: memFree=15420080/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=303524 CPUtime=1.8 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 13881 931 1 0 171 9 0 0 20 0 3 0 112750789 310808576 8196 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 75881 8196 1880 364 0 11796 0
[pid=15206] ppid=15200 vsize=293752 CPUtime=0.21 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 1161 0 0 0 11 10 0 0 19 0 2 0 112750981 300802048 6645 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15206/statm: 73438 6645 415 364 0 9356 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=100.09 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) T 15206 15208 15208 0 -1 4202496 964 0 0 0 10009 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15206/tid=15223] ppid=15200 vsize=293752 CPUtime=0 cores=1,3
/proc/15206/task/15223/stat : 15223 (python) S 15200 15200 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112761006 300802048 6645 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604466729532480 0 0 -1 3 0 0 0
[pid=15224] ppid=15200 vsize=293696 CPUtime=0 cores=1,3
/proc/15224/stat : 15224 (python) S 15200 15200 14075 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 112761007 300744704 6662 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880585286 0 0 16781312 514 4002636570405371903 0 0 17 3 0 0 0
/proc/15224/statm: 73424 6662 349 364 0 9339 0
[pid=15226] ppid=15224 vsize=1018996 CPUtime=0.12 cores=1,3
/proc/15226/stat : 15226 (gnovelty+2) R 15224 15226 15226 0 -1 4202496 964 0 0 0 12 0 0 0 19 0 1 0 112761008 1043451904 697 33554432000 134512640 135663704 4287069744 18446744073709551615 134544189 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15226/statm: 254749 697 113 282 0 254465 0
[pid=15200/tid=15207] ppid=15198 vsize=303524 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 112750982 310808576 8196 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15225] ppid=15198 vsize=303524 CPUtime=0 cores=1,3
/proc/15200/task/15225/stat : 15225 (python) S 15198 15200 14075 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 112761007 310808576 8196 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 2928964

[startup+162.301 s]
/proc/loadavg: 4.00 3.71 3.67 5/336 15228
/proc/meminfo: memFree=15415200/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=303524 CPUtime=1.8 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 13881 931 1 0 171 9 0 0 20 0 3 0 112750789 310808576 8196 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 75881 8196 1880 364 0 11796 0
[pid=15206] ppid=15200 vsize=293752 CPUtime=0.21 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 1161 0 0 0 11 10 0 0 19 0 2 0 112750981 300802048 6645 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15206/statm: 73438 6645 415 364 0 9356 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=100.09 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) T 15206 15208 15208 0 -1 4202496 964 0 0 0 10009 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15206/tid=15223] ppid=15200 vsize=293752 CPUtime=0 cores=1,3
/proc/15206/task/15223/stat : 15223 (python) S 15200 15200 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112761006 300802048 6645 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604466729532480 0 0 -1 3 0 0 0
[pid=15224] ppid=15200 vsize=293696 CPUtime=0.12 cores=1,3

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

/proc/15224/statm: 73424 6714 400 364 0 9339 0
[pid=15226] ppid=15224 vsize=1018996 CPUtime=99.25 cores=1,3
/proc/15226/stat : 15226 (gnovelty+2) T 15224 15226 15226 0 -1 4202496 964 0 0 0 9925 0 0 0 25 0 1 0 112761008 1043451904 697 33554432000 134512640 135663704 4287069744 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15226/statm: 254749 697 113 282 0 254465 0
[pid=15224/tid=15242] ppid=15200 vsize=293696 CPUtime=0 cores=1,3
/proc/15224/task/15242/stat : 15242 (python) S 15200 15200 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112770933 300744704 6714 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604466729531584 0 0 -1 3 0 0 0
[pid=15243] ppid=15200 vsize=303952 CPUtime=0.23 cores=1,3
/proc/15243/stat : 15243 (python) S 15200 15200 14075 0 -1 4202560 1090 0 0 0 9 14 0 0 19 0 2 0 112770934 311246848 6718 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15243/statm: 75988 6718 400 364 0 11900 0
[pid=15245] ppid=15243 vsize=421556 CPUtime=99.98 cores=1,3
/proc/15245/stat : 15245 (adaptg2wsat2009) T 15243 15245 15245 0 -1 4202496 2045 0 0 0 9998 0 0 0 25 0 1 0 112770935 431673344 1781 33554432000 134512640 135107411 4291542496 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15245/statm: 105389 1781 59 146 0 104265 0
[pid=15243/tid=15261] ppid=15200 vsize=303952 CPUtime=0 cores=1,3
/proc/15243/task/15261/stat : 15261 (python) S 15200 15200 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112780957 311246848 6718 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604466729530688 0 0 -1 1 0 0 0
[pid=15262] ppid=15200 vsize=314296 CPUtime=0.23 cores=1,3
/proc/15262/stat : 15262 (python) S 15200 15200 14075 0 -1 4202560 1087 0 0 0 12 11 0 0 19 0 2 0 112780958 321839104 6722 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15262/statm: 78574 6722 400 364 0 14483 0
[pid=15264] ppid=15262 vsize=421556 CPUtime=99.99 cores=1,3
/proc/15264/stat : 15264 (adaptg2wsat2009) T 15262 15264 15264 0 -1 4202496 2048 0 0 0 9999 0 0 0 25 0 1 0 112780958 431673344 1781 33554432000 134512640 135107411 4293823760 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15264/statm: 105389 1781 59 146 0 104265 0
[pid=15262/tid=15279] ppid=15200 vsize=314296 CPUtime=0 cores=1,3
/proc/15262/task/15279/stat : 15279 (python) S 15200 15200 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112790981 321839104 6722 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604459746995136 0 0 -1 3 0 0 0
[pid=15280] ppid=15200 vsize=324560 CPUtime=0.25 cores=1,3
/proc/15280/stat : 15280 (python) S 15200 15200 14075 0 -1 4202560 1089 0 0 0 13 12 0 0 19 0 2 0 112790982 332349440 6731 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15280/statm: 81140 6731 400 364 0 17046 0
[pid=15282] ppid=15280 vsize=421556 CPUtime=99.99 cores=1,3
/proc/15282/stat : 15282 (adaptg2wsat2009) T 15280 15282 15282 0 -1 4202496 2049 0 0 0 9999 0 0 0 25 0 1 0 112790983 431673344 1782 33554432000 134512640 135107411 4286643968 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15282/statm: 105389 1782 59 146 0 104265 0
[pid=15280/tid=15298] ppid=15200 vsize=324560 CPUtime=0 cores=1,3
/proc/15280/task/15298/stat : 15298 (python) S 15200 15200 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112801007 332349440 6731 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604470227261248 0 0 -1 3 0 0 0
[pid=15299] ppid=15200 vsize=334720 CPUtime=0.25 cores=1,3
/proc/15299/stat : 15299 (python) S 15200 15200 14075 0 -1 4202560 1098 0 0 0 12 13 0 0 19 0 2 0 112801008 342753280 6737 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15299/statm: 83680 6737 400 364 0 19583 0
[pid=15301] ppid=15299 vsize=1018996 CPUtime=99.29 cores=1,3
/proc/15301/stat : 15301 (gnovelty+2) T 15299 15301 15301 0 -1 4202496 961 0 0 0 9929 0 0 0 25 0 1 0 112801008 1043451904 697 33554432000 134512640 135663704 4293578928 18446744073709551615 134525493 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15301/statm: 254749 697 113 282 0 254465 0
[pid=15299/tid=15317] ppid=15200 vsize=334720 CPUtime=0 cores=1,3
/proc/15299/task/15317/stat : 15317 (python) S 15200 15200 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112810938 342753280 6737 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604454224050112 0 0 -1 1 0 0 0
[pid=15318] ppid=15200 vsize=345200 CPUtime=0.24 cores=1,3
/proc/15318/stat : 15318 (python) S 15200 15200 14075 0 -1 4202560 1101 0 0 0 12 12 0 0 19 0 2 0 112810939 353484800 6741 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15318/statm: 86300 6741 400 364 0 22200 0
[pid=15320] ppid=15318 vsize=251288 CPUtime=99.98 cores=1,3
/proc/15320/stat : 15320 (FH) T 15318 15320 15320 0 -1 4202496 1947 0 0 0 9998 0 0 0 25 0 1 0 112810939 257318912 1683 33554432000 134512640 134936988 4288619008 18446744073709551615 134544958 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15320/statm: 62822 1683 41 104 0 62326 0
[pid=15200/tid=15207] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 9 0 112750982 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15225] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15225/stat : 15225 (python) S 15198 15200 14075 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 112761007 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15244] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15244/stat : 15244 (python) S 15198 15200 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 112770935 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15263] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15263/stat : 15263 (python) S 15198 15200 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 112780958 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15281] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15281/stat : 15281 (python) S 15198 15200 14075 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 112790983 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 3 0 0 0
[pid=15200/tid=15300] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15300/stat : 15300 (python) S 15198 15200 14075 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 112801008 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 3 0 0 0
[pid=15200/tid=15319] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15319/stat : 15319 (python) S 15198 15200 14075 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 112810939 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 7148336



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.801 s]
/proc/loadavg: 4.00 4.00 3.82 6/369 15445
/proc/meminfo: memFree=15168168/32950928 swapFree=67111364/67111528
[pid=15200] ppid=15198 vsize=365216 CPUtime=1.88 cores=1,3
/proc/15200/stat : 15200 (python) S 15198 15200 14075 0 -1 4202496 19098 931 1 0 178 10 0 0 20 0 9 0 112750789 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15200/statm: 91304 8271 1892 364 0 27201 0
[pid=15206] ppid=15200 vsize=293752 CPUtime=0.21 cores=1,3
/proc/15206/stat : 15206 (python) S 15200 15200 14075 0 -1 4202560 1161 0 0 0 11 10 0 0 19 0 2 0 112750981 300802048 6645 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15206/statm: 73438 6645 415 364 0 9356 0
[pid=15208] ppid=15206 vsize=1018996 CPUtime=100.09 cores=1,3
/proc/15208/stat : 15208 (gnovelty+2) T 15206 15208 15208 0 -1 4202496 964 0 0 0 10009 0 0 0 25 0 1 0 112750982 1043451904 698 33554432000 134512640 135663704 4294743632 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15208/statm: 254749 698 113 282 0 254465 0
[pid=15206/tid=15223] ppid=15200 vsize=293752 CPUtime=0 cores=1,3
/proc/15206/task/15223/stat : 15223 (python) S 15200 15200 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112761006 300802048 6645 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604466729532480 0 0 -1 3 0 0 0
[pid=15224] ppid=15200 vsize=293696 CPUtime=0.22 cores=1,3
/proc/15224/stat : 15224 (python) S 15200 15200 14075 0 -1 4202560 1078 0 0 0 12 10 0 0 19 0 2 0 112761007 300744704 6714 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15224/statm: 73424 6714 400 364 0 9339 0
[pid=15226] ppid=15224 vsize=1018996 CPUtime=99.25 cores=1,3
/proc/15226/stat : 15226 (gnovelty+2) T 15224 15226 15226 0 -1 4202496 964 0 0 0 9925 0 0 0 25 0 1 0 112761008 1043451904 697 33554432000 134512640 135663704 4287069744 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15226/statm: 254749 697 113 282 0 254465 0
[pid=15224/tid=15242] ppid=15200 vsize=293696 CPUtime=0 cores=1,3
/proc/15224/task/15242/stat : 15242 (python) S 15200 15200 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112770933 300744704 6714 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604466729531584 0 0 -1 3 0 0 0
[pid=15243] ppid=15200 vsize=303952 CPUtime=0.23 cores=1,3
/proc/15243/stat : 15243 (python) S 15200 15200 14075 0 -1 4202560 1090 0 0 0 9 14 0 0 19 0 2 0 112770934 311246848 6718 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15243/statm: 75988 6718 400 364 0 11900 0
[pid=15245] ppid=15243 vsize=421556 CPUtime=99.98 cores=1,3
/proc/15245/stat : 15245 (adaptg2wsat2009) T 15243 15245 15245 0 -1 4202496 2045 0 0 0 9998 0 0 0 25 0 1 0 112770935 431673344 1781 33554432000 134512640 135107411 4291542496 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15245/statm: 105389 1781 59 146 0 104265 0
[pid=15243/tid=15261] ppid=15200 vsize=303952 CPUtime=0 cores=1,3
/proc/15243/task/15261/stat : 15261 (python) S 15200 15200 14075 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 112780957 311246848 6718 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604466729530688 0 0 -1 1 0 0 0
[pid=15262] ppid=15200 vsize=314296 CPUtime=0.23 cores=1,3
/proc/15262/stat : 15262 (python) S 15200 15200 14075 0 -1 4202560 1087 0 0 0 12 11 0 0 19 0 2 0 112780958 321839104 6722 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15262/statm: 78574 6722 400 364 0 14483 0
[pid=15264] ppid=15262 vsize=421556 CPUtime=99.99 cores=1,3
/proc/15264/stat : 15264 (adaptg2wsat2009) T 15262 15264 15264 0 -1 4202496 2048 0 0 0 9999 0 0 0 25 0 1 0 112780958 431673344 1781 33554432000 134512640 135107411 4293823760 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15264/statm: 105389 1781 59 146 0 104265 0
[pid=15262/tid=15279] ppid=15200 vsize=314296 CPUtime=0 cores=1,3
/proc/15262/task/15279/stat : 15279 (python) S 15200 15200 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112790981 321839104 6722 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604459746995136 0 0 -1 3 0 0 0
[pid=15280] ppid=15200 vsize=324560 CPUtime=0.25 cores=1,3
/proc/15280/stat : 15280 (python) S 15200 15200 14075 0 -1 4202560 1089 0 0 0 13 12 0 0 19 0 2 0 112790982 332349440 6731 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15280/statm: 81140 6731 400 364 0 17046 0
[pid=15282] ppid=15280 vsize=421556 CPUtime=99.99 cores=1,3
/proc/15282/stat : 15282 (adaptg2wsat2009) T 15280 15282 15282 0 -1 4202496 2049 0 0 0 9999 0 0 0 25 0 1 0 112790983 431673344 1782 33554432000 134512640 135107411 4286643968 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/15282/statm: 105389 1782 59 146 0 104265 0
[pid=15280/tid=15298] ppid=15200 vsize=324560 CPUtime=0 cores=1,3
/proc/15280/task/15298/stat : 15298 (python) S 15200 15200 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112801007 332349440 6731 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604470227261248 0 0 -1 3 0 0 0
[pid=15299] ppid=15200 vsize=334720 CPUtime=0.25 cores=1,3
/proc/15299/stat : 15299 (python) S 15200 15200 14075 0 -1 4202560 1098 0 0 0 12 13 0 0 19 0 2 0 112801008 342753280 6737 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/15299/statm: 83680 6737 400 364 0 19583 0
[pid=15301] ppid=15299 vsize=1018996 CPUtime=99.29 cores=1,3
/proc/15301/stat : 15301 (gnovelty+2) T 15299 15301 15301 0 -1 4202496 961 0 0 0 9929 0 0 0 25 0 1 0 112801008 1043451904 697 33554432000 134512640 135663704 4293578928 18446744073709551615 134525493 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15301/statm: 254749 697 113 282 0 254465 0
[pid=15299/tid=15317] ppid=15200 vsize=334720 CPUtime=0 cores=1,3
/proc/15299/task/15317/stat : 15317 (python) S 15200 15200 14075 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 112810938 342753280 6737 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604454224050112 0 0 -1 1 0 0 0
[pid=15318] ppid=15200 vsize=345200 CPUtime=0.24 cores=1,3
/proc/15318/stat : 15318 (python) S 15200 15200 14075 0 -1 4202560 1101 0 0 0 12 12 0 0 19 0 2 0 112810939 353484800 6741 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15318/statm: 86300 6741 400 364 0 22200 0
[pid=15320] ppid=15318 vsize=251288 CPUtime=99.98 cores=1,3
/proc/15320/stat : 15320 (FH) T 15318 15320 15320 0 -1 4202496 1947 0 0 0 9998 0 0 0 25 0 1 0 112810939 257318912 1683 33554432000 134512640 134936988 4288619008 18446744073709551615 134544958 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/15320/statm: 62822 1683 41 104 0 62326 0
[pid=15318/tid=15442] ppid=15200 vsize=345200 CPUtime=0 cores=1,3
/proc/15318/task/15442/stat : 15442 (python) S 15200 15200 14075 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 112820963 353484800 6741 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 514 18446604462336221376 0 0 -1 3 0 0 0
[pid=15443] ppid=15200 vsize=355576 CPUtime=0 cores=1,3
/proc/15443/stat : 15443 (python) S 15200 15200 14075 0 -1 4202560 801 0 0 0 0 0 0 0 18 0 1 0 112820965 364109824 6731 33554432000 4194304 5683644 140734103402992 18446744073709551615 218880585286 0 0 16781312 514 578519317243494399 0 0 17 1 0 0 0
/proc/15443/statm: 88894 6731 355 364 0 24791 0
[pid=15445] ppid=15443 vsize=421556 CPUtime=1.05 cores=1,3
/proc/15445/stat : 15445 (adaptg2wsat2009) R 15443 15445 15445 0 -1 4202496 2051 0 0 0 105 0 0 0 24 0 1 0 112820965 431673344 1781 33554432000 134512640 135107411 4292753776 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/15445/statm: 105389 1781 59 146 0 104265 0
[pid=15200/tid=15207] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15207/stat : 15207 (python) S 15198 15200 14075 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 9 0 112750982 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15225] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15225/stat : 15225 (python) S 15198 15200 14075 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 112761007 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15244] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15244/stat : 15244 (python) S 15198 15200 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 112770935 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15263] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15263/stat : 15263 (python) S 15198 15200 14075 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 112780958 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15281] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15281/stat : 15281 (python) S 15198 15200 14075 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 112790983 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 3 0 0 0
[pid=15200/tid=15300] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15300/stat : 15300 (python) S 15198 15200 14075 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 112801008 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 3 0 0 0
[pid=15200/tid=15319] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15319/stat : 15319 (python) S 15198 15200 14075 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 112810939 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
[pid=15200/tid=15444] ppid=15198 vsize=365216 CPUtime=0 cores=1,3
/proc/15200/task/15444/stat : 15444 (python) S 15198 15200 14075 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 112820965 373981184 8271 33554432000 4194304 5683644 140734103402992 18446744073709551615 218892388785 0 0 16781312 2 18446604458309457792 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.13
Current children cumulated vsize (KiB) 7925468

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

Real time (s): 702.873
CPU time (s): 703.13
CPU user time (s): 702.21
CPU system time (s): 0.92
CPU usage (%): 100.036
Max. virtual memory (cumulated for all children) (KiB): 7925468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.78573
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20034
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= 1479
involuntary context switches= 34

runsolver used 2.6086 second user time and 5.21121 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 11:23:34
IDJOB=3377226
IDBENCH=82535
IDSOLVER=1857
FILE ID=node112/3377226-1305451414
RUNJOBID= node112-1305451373-15067
PBS_JOBID= 13324849
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S715182559-083-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-3377226-1305451414/watcher-3377226-1305451414 -o /tmp/evaluation-result-3377226-1305451414/solver-3377226-1305451414 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377226-1305451414.cnf -seed 439317253 -budget 2400

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=439317253

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:      15475164 kB
Buffers:        300252 kB
Cached:        3073764 kB
SwapCached:          0 kB
Active:       15420028 kB
Inactive:      1804280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15475164 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           52760 kB
Writeback:           0 kB
AnonPages:    13850400 kB
Mapped:          28872 kB
Slab:           140724 kB
PageTables:      46276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 38305708 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= 73436 MiB
End job on node112 at 2011-05-15 11:35:19