Trace number 3377423

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) 700.95 700.673

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1901567697-013.UNKNOWN.cnf
MD5SUM6416f44b34786f590ff716f4b8e2cf7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.34/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.64	c INFO: solving HOME/instance-3377423-1305453151.cnf
0.34/0.64	c INFO: computing task features
0.34/0.69	c INFO: computed variable-clause graph statistics
0.34/0.69	c INFO: computed clause balance statistics
0.62/0.95	c INFO: computed variable balance statistics
0.74/1.05	c INFO: computed small-clause counts
0.74/1.05	c INFO: computed Horn-clause counts
0.74/1.05	c INFO: computed variable graph statistics
0.74/1.05	c INFO: collected features for HOME/instance-3377423-1305453151.cnf in 0.41 s
0.74/1.07	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.49)
101.00/101.32	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.10)
201.43/201.59	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.70/301.85	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.04)
400.24/400.12	c INFO: running adaptg2wsat2009++@0 for 97 with 2001 remaining (b = 0.03)
499.67/499.38	c INFO: running gnovelty+2@0 for 97 with 1901 remaining (b = 0.03)
599.96/599.64	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.02)
700.14/699.89	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.02)

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

running on 2 cores: 5,7

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: 4.03 3.95 3.22 5/368 23636
/proc/meminfo: memFree=27617884/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=15384 CPUtime=0 cores=5,7
/proc/23636/stat : 23636 (python) R 23634 23636 12685 0 -1 4202496 794 0 0 0 0 0 0 0 17 0 1 0 656913055 15753216 681 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122712064 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/23636/statm: 3846 681 322 364 0 333 0

[startup+0.0529819 s]
/proc/loadavg: 4.03 3.95 3.22 5/368 23636
/proc/meminfo: memFree=27617884/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=18888 CPUtime=0.02 cores=5,7
/proc/23636/stat : 23636 (python) R 23634 23636 12685 0 -1 4202496 1288 0 0 0 2 0 0 0 17 0 1 0 656913055 19341312 1141 33554432000 4194304 5683644 140737266878848 18446744073709551615 4619817 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23636/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.101007 s]
/proc/loadavg: 4.03 3.95 3.22 5/368 23636
/proc/meminfo: memFree=27617884/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=85624 CPUtime=0.05 cores=5,7
/proc/23636/stat : 23636 (python) R 23634 23636 12685 0 -1 4202496 2629 0 0 0 4 1 0 0 17 0 1 0 656913055 87678976 2348 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23636/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.30097 s]
/proc/loadavg: 4.03 3.95 3.22 5/368 23636
/proc/meminfo: memFree=27617884/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=135752 CPUtime=0.18 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 5972 933 1 0 13 5 0 0 17 0 1 0 656913055 139010048 4149 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/23636/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700865 s]
/proc/loadavg: 4.03 3.95 3.22 5/368 23636
/proc/meminfo: memFree=27617884/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=279952 CPUtime=0.42 cores=5,7
/proc/23636/stat : 23636 (python) R 23634 23636 12685 0 -1 4202496 9809 933 1 0 33 9 0 0 15 0 1 0 656913055 286670848 7369 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122372253 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23636/statm: 69988 7369 1823 364 0 5912 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279952

[startup+1.50068 s]
/proc/loadavg: 4.03 3.95 3.22 5/369 23641
/proc/meminfo: memFree=27593908/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=290220 CPUtime=0.8 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 10103 933 1 0 70 10 0 0 17 0 2 0 656913055 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 72555 7419 1869 364 0 8473 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 290220

[startup+3.10043 s]
/proc/loadavg: 4.03 3.95 3.22 5/372 23644
/proc/meminfo: memFree=27590784/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=290220 CPUtime=0.8 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 10103 933 1 0 70 10 0 0 17 0 2 0 656913055 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 72555 7419 1869 364 0 8473 0
[pid=23642] ppid=23636 vsize=279976 CPUtime=0 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 656913162 286695424 5900 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734095 0 0 16781312 514 265189564530786567 0 0 17 5 0 0 0
/proc/23642/statm: 69994 5900 354 364 0 5912 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=2.01 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) R 23642 23644 23644 0 -1 4202496 555 0 0 0 201 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23636/tid=23643] ppid=23634 vsize=290220 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 656913162 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 1588280

[startup+6.30084 s]
/proc/loadavg: 4.03 3.95 3.22 5/372 23645
/proc/meminfo: memFree=27589592/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=290220 CPUtime=0.8 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 10103 933 1 0 70 10 0 0 17 0 2 0 656913055 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 72555 7419 1869 364 0 8473 0
[pid=23642] ppid=23636 vsize=279976 CPUtime=0.01 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 975 0 0 0 0 1 0 0 18 0 1 0 656913162 286695424 5927 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734095 0 0 16781312 514 265189564530786567 0 0 17 5 0 0 0
/proc/23642/statm: 69994 5927 381 364 0 5912 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=5.2 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) R 23642 23644 23644 0 -1 4202496 555 0 0 0 520 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134525050 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23636/tid=23643] ppid=23634 vsize=290220 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 656913162 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1588280

[startup+12.7007 s]
/proc/loadavg: 4.02 3.95 3.23 5/372 23645
/proc/meminfo: memFree=27589212/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=290220 CPUtime=0.8 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 10103 933 1 0 70 10 0 0 17 0 2 0 656913055 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 72555 7419 1869 364 0 8473 0
[pid=23642] ppid=23636 vsize=279976 CPUtime=0.02 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 977 0 0 0 1 1 0 0 18 0 1 0 656913162 286695424 5927 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734095 0 0 16781312 514 16870906416594911495 0 0 17 5 0 0 0
/proc/23642/statm: 69994 5927 381 364 0 5912 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=11.58 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) R 23642 23644 23644 0 -1 4202496 555 0 0 0 1158 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23636/tid=23643] ppid=23634 vsize=290220 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 656913162 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1588280

[startup+25.5004 s]
/proc/loadavg: 4.02 3.95 3.24 5/372 23645
/proc/meminfo: memFree=27589604/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=290220 CPUtime=0.8 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 10103 933 1 0 70 10 0 0 17 0 2 0 656913055 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 72555 7419 1869 364 0 8473 0
[pid=23642] ppid=23636 vsize=279976 CPUtime=0.05 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 985 0 0 0 2 3 0 0 18 0 1 0 656913162 286695424 5928 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734095 0 0 16781312 514 16870906416594911495 0 0 17 5 0 0 0
/proc/23642/statm: 69994 5928 382 364 0 5912 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=24.35 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) R 23642 23644 23644 0 -1 4202496 555 0 0 0 2435 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23636/tid=23643] ppid=23634 vsize=290220 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 656913162 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1588280

[startup+51.1007 s]
/proc/loadavg: 4.01 3.95 3.26 5/374 23648
/proc/meminfo: memFree=27585776/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=290220 CPUtime=0.8 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 10103 933 1 0 70 10 0 0 17 0 2 0 656913055 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 72555 7419 1869 364 0 8473 0
[pid=23642] ppid=23636 vsize=279976 CPUtime=0.1 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 997 0 0 0 5 5 0 0 18 0 1 0 656913162 286695424 5928 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734095 0 0 16781312 514 16870906416594911495 0 0 17 5 0 0 0
/proc/23642/statm: 69994 5928 382 364 0 5912 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=49.9 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) R 23642 23644 23644 0 -1 4202496 555 0 0 0 4990 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23636/tid=23643] ppid=23634 vsize=290220 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 656913162 297185280 7419 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1588280

[startup+102.312 s]
/proc/loadavg: 4.15 3.99 3.31 5/382 23657
/proc/meminfo: memFree=27571552/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=300476 CPUtime=0.81 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 11007 933 1 0 71 10 0 0 19 0 3 0 656913055 307687424 7434 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 75119 7434 1880 364 0 11034 0
[pid=23642] ppid=23636 vsize=290220 CPUtime=0.23 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 1156 0 0 0 12 11 0 0 19 0 2 0 656913162 297185280 5966 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23642/statm: 72555 5966 415 364 0 8473 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) T 23642 23644 23644 0 -1 4202496 555 0 0 0 9999 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23642/tid=23654] ppid=23636 vsize=290220 CPUtime=0 cores=5,7
/proc/23642/task/23654/stat : 23654 (python) S 23636 23636 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656923186 297185280 5966 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604470154306688 0 0 -1 5 0 0 0
[pid=23655] ppid=23636 vsize=290232 CPUtime=0 cores=5,7
/proc/23655/stat : 23655 (python) S 23636 23636 12685 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 656923187 297197568 5898 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734150 0 0 16781312 514 12601011013660180479 0 0 17 7 0 0 0
/proc/23655/statm: 72558 5898 348 364 0 8473 0
[pid=23657] ppid=23655 vsize=1018084 CPUtime=0.98 cores=5,7
/proc/23657/stat : 23657 (gnovelty+2) R 23655 23657 23657 0 -1 4202496 553 0 0 0 98 0 0 0 23 0 1 0 656923187 1042518016 288 33554432000 134512640 135663704 4288153888 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23657/statm: 254521 288 113 282 0 254237 0
[pid=23636/tid=23643] ppid=23634 vsize=300476 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 656913162 307687424 7434 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=23656] ppid=23634 vsize=300476 CPUtime=0 cores=5,7
/proc/23636/task/23656/stat : 23656 (python) S 23634 23636 12685 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 656923187 307687424 7434 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 2917096

[startup+162.301 s]
/proc/loadavg: 4.12 4.01 3.36 6/392 23669
/proc/meminfo: memFree=27485000/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=300476 CPUtime=0.81 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 11007 933 1 0 71 10 0 0 19 0 3 0 656913055 307687424 7434 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 75119 7434 1880 364 0 11034 0
[pid=23642] ppid=23636 vsize=290220 CPUtime=0.23 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 1156 0 0 0 12 11 0 0 19 0 2 0 656913162 297185280 5966 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23642/statm: 72555 5966 415 364 0 8473 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) T 23642 23644 23644 0 -1 4202496 555 0 0 0 9999 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23642/tid=23654] ppid=23636 vsize=290220 CPUtime=0 cores=5,7
/proc/23642/task/23654/stat : 23654 (python) S 23636 23636 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656923186 297185280 5966 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604470154306688 0 0 -1 5 0 0 0
[pid=23655] ppid=23636 vsize=290232 CPUtime=0.14 cores=5,7

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

/proc/23655/statm: 72558 5951 400 364 0 8473 0
[pid=23657] ppid=23655 vsize=1018084 CPUtime=100.25 cores=5,7
/proc/23657/stat : 23657 (gnovelty+2) T 23655 23657 23657 0 -1 4202496 553 0 0 0 10025 0 0 0 25 0 1 0 656923187 1042518016 288 33554432000 134512640 135663704 4288153888 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23657/statm: 254521 288 113 282 0 254237 0
[pid=23655/tid=23671] ppid=23636 vsize=290232 CPUtime=0 cores=5,7
/proc/23655/task/23671/stat : 23671 (python) S 23636 23636 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656933213 297197568 5951 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604464436529344 0 0 -1 7 0 0 0
[pid=23672] ppid=23636 vsize=300488 CPUtime=0.25 cores=5,7
/proc/23672/stat : 23672 (python) S 23636 23636 12685 0 -1 4202560 1085 0 0 0 11 14 0 0 19 0 2 0 656933214 307699712 5955 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23672/statm: 75122 5955 400 364 0 11034 0
[pid=23674] ppid=23672 vsize=417056 CPUtime=99.96 cores=5,7
/proc/23674/stat : 23674 (adaptg2wsat2009) T 23672 23674 23674 0 -1 4202496 717 0 0 0 9996 0 0 0 25 0 1 0 656933215 427065344 451 33554432000 134512640 135107411 4288943968 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23674/statm: 104264 451 59 146 0 103140 0
[pid=23672/tid=23681] ppid=23636 vsize=300488 CPUtime=0 cores=5,7
/proc/23672/task/23681/stat : 23681 (python) S 23636 23636 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656943239 307699712 5955 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604466783061248 0 0 -1 7 0 0 0
[pid=23682] ppid=23636 vsize=310744 CPUtime=0.24 cores=5,7
/proc/23682/stat : 23682 (python) S 23636 23636 12685 0 -1 4202560 1087 0 0 0 13 11 0 0 19 0 2 0 656943240 318201856 5959 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23682/statm: 77686 5959 400 364 0 13595 0
[pid=23684] ppid=23682 vsize=417056 CPUtime=98.25 cores=5,7
/proc/23684/stat : 23684 (adaptg2wsat2009) T 23682 23684 23684 0 -1 4202496 717 0 0 0 9825 0 0 0 25 0 1 0 656943240 427065344 451 33554432000 134512640 135107411 4292482384 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23684/statm: 104264 451 59 146 0 103140 0
[pid=23682/tid=23841] ppid=23636 vsize=310744 CPUtime=0 cores=5,7
/proc/23682/task/23841/stat : 23841 (python) S 23636 23636 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656953066 318201856 5959 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604462014673920 0 0 -1 5 0 0 0
[pid=23842] ppid=23636 vsize=321000 CPUtime=0.24 cores=5,7
/proc/23842/stat : 23842 (python) S 23636 23636 12685 0 -1 4202560 1094 0 0 0 13 11 0 0 19 0 2 0 656953067 328704000 5963 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23842/statm: 80250 5963 400 364 0 16156 0
[pid=23844] ppid=23842 vsize=417056 CPUtime=99.24 cores=5,7
/proc/23844/stat : 23844 (adaptg2wsat2009) T 23842 23844 23844 0 -1 4202496 720 0 0 0 9924 0 0 0 25 0 1 0 656953067 427065344 450 33554432000 134512640 135107411 4290811040 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23844/statm: 104264 450 59 146 0 103140 0
[pid=23842/tid=24036] ppid=23636 vsize=321000 CPUtime=0 cores=5,7
/proc/23842/task/24036/stat : 24036 (python) S 23636 23636 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656962991 328704000 5963 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604469478432960 0 0 -1 7 0 0 0
[pid=24037] ppid=23636 vsize=331256 CPUtime=0.24 cores=5,7
/proc/24037/stat : 24037 (python) S 23636 23636 12685 0 -1 4202560 1095 0 0 0 13 11 0 0 19 0 2 0 656962993 339206144 5967 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24037/statm: 82814 5967 400 364 0 18717 0
[pid=24039] ppid=24037 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/24039/stat : 24039 (gnovelty+2) T 24037 24039 24039 0 -1 4202496 549 0 0 0 9999 0 0 0 25 0 1 0 656962993 1042518016 288 33554432000 134512640 135663704 4294804144 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24039/statm: 254521 288 113 282 0 254237 0
[pid=24037/tid=24063] ppid=23636 vsize=331256 CPUtime=0 cores=5,7
/proc/24037/task/24063/stat : 24063 (python) S 23636 23636 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656973017 339206144 5967 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 7 0 0 0
[pid=24064] ppid=23636 vsize=341512 CPUtime=0.1 cores=5,7
/proc/24064/stat : 24064 (python) S 23636 23636 12685 0 -1 4202560 901 0 0 0 6 4 0 0 18 0 1 0 656973019 349708288 5941 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734150 0 0 16781312 514 16870906416594911495 0 0 17 5 0 0 0
/proc/24064/statm: 85378 5941 371 364 0 21278 0
[pid=24066] ppid=24064 vsize=247228 CPUtime=42.55 cores=5,7
/proc/24066/stat : 24066 (FH) R 24064 24066 24066 0 -1 4202496 668 0 0 0 4255 0 0 0 25 0 1 0 656973019 253161472 405 33554432000 134512640 134936988 4291653920 18446744073709551615 134553498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24066/statm: 61807 405 41 104 0 61311 0
[pid=23636/tid=23643] ppid=23634 vsize=351756 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 8 0 656913162 360198144 7464 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=23656] ppid=23634 vsize=351756 CPUtime=0 cores=5,7
/proc/23636/task/23656/stat : 23656 (python) S 23634 23636 12685 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 656923187 360198144 7464 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 7 0 0 0
[pid=23636/tid=23673] ppid=23634 vsize=351756 CPUtime=0 cores=5,7
/proc/23636/task/23673/stat : 23673 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 8 0 656933215 360198144 7464 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=23683] ppid=23634 vsize=351756 CPUtime=0 cores=5,7
/proc/23636/task/23683/stat : 23683 (python) S 23634 23636 12685 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 656943240 360198144 7464 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=23843] ppid=23634 vsize=351756 CPUtime=0 cores=5,7
/proc/23636/task/23843/stat : 23843 (python) S 23634 23636 12685 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 656953067 360198144 7464 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=24038] ppid=23634 vsize=351756 CPUtime=0 cores=5,7
/proc/23636/task/24038/stat : 24038 (python) S 23634 23636 12685 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 8 0 656962993 360198144 7464 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=24065] ppid=23634 vsize=351756 CPUtime=0 cores=5,7
/proc/23636/task/24065/stat : 24065 (python) S 23634 23636 12685 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 656973019 360198144 7464 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 642.66
Current children cumulated vsize (KiB) 7089856



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.601 s]
/proc/loadavg: 4.02 4.03 3.65 6/404 24086
/proc/meminfo: memFree=27562132/32951124 swapFree=54427468/67111528
[pid=23636] ppid=23634 vsize=362012 CPUtime=0.9 cores=5,7
/proc/23636/stat : 23636 (python) S 23634 23636 12685 0 -1 4202496 16318 933 1 0 79 11 0 0 19 0 9 0 656913055 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23636/statm: 90503 7470 1892 364 0 26400 0
[pid=23642] ppid=23636 vsize=290220 CPUtime=0.23 cores=5,7
/proc/23642/stat : 23642 (python) S 23636 23636 12685 0 -1 4202560 1156 0 0 0 12 11 0 0 19 0 2 0 656913162 297185280 5966 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23642/statm: 72555 5966 415 364 0 8473 0
[pid=23644] ppid=23642 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/23644/stat : 23644 (gnovelty+2) T 23642 23644 23644 0 -1 4202496 555 0 0 0 9999 0 0 0 25 0 1 0 656913162 1042518016 287 33554432000 134512640 135663704 4294198464 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23644/statm: 254521 287 113 282 0 254237 0
[pid=23642/tid=23654] ppid=23636 vsize=290220 CPUtime=0 cores=5,7
/proc/23642/task/23654/stat : 23654 (python) S 23636 23636 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656923186 297185280 5966 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604470154306688 0 0 -1 5 0 0 0
[pid=23655] ppid=23636 vsize=290232 CPUtime=0.24 cores=5,7
/proc/23655/stat : 23655 (python) S 23636 23636 12685 0 -1 4202560 1074 0 0 0 13 11 0 0 19 0 2 0 656923187 297197568 5951 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23655/statm: 72558 5951 400 364 0 8473 0
[pid=23657] ppid=23655 vsize=1018084 CPUtime=100.25 cores=5,7
/proc/23657/stat : 23657 (gnovelty+2) T 23655 23657 23657 0 -1 4202496 553 0 0 0 10025 0 0 0 25 0 1 0 656923187 1042518016 288 33554432000 134512640 135663704 4288153888 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23657/statm: 254521 288 113 282 0 254237 0
[pid=23655/tid=23671] ppid=23636 vsize=290232 CPUtime=0 cores=5,7
/proc/23655/task/23671/stat : 23671 (python) S 23636 23636 12685 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 656933213 297197568 5951 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604464436529344 0 0 -1 7 0 0 0
[pid=23672] ppid=23636 vsize=300488 CPUtime=0.25 cores=5,7
/proc/23672/stat : 23672 (python) S 23636 23636 12685 0 -1 4202560 1085 0 0 0 11 14 0 0 19 0 2 0 656933214 307699712 5955 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23672/statm: 75122 5955 400 364 0 11034 0
[pid=23674] ppid=23672 vsize=417056 CPUtime=99.96 cores=5,7
/proc/23674/stat : 23674 (adaptg2wsat2009) T 23672 23674 23674 0 -1 4202496 717 0 0 0 9996 0 0 0 25 0 1 0 656933215 427065344 451 33554432000 134512640 135107411 4288943968 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/23674/statm: 104264 451 59 146 0 103140 0
[pid=23672/tid=23681] ppid=23636 vsize=300488 CPUtime=0 cores=5,7
/proc/23672/task/23681/stat : 23681 (python) S 23636 23636 12685 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656943239 307699712 5955 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604466783061248 0 0 -1 7 0 0 0
[pid=23682] ppid=23636 vsize=310744 CPUtime=0.24 cores=5,7
/proc/23682/stat : 23682 (python) S 23636 23636 12685 0 -1 4202560 1087 0 0 0 13 11 0 0 19 0 2 0 656943240 318201856 5959 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23682/statm: 77686 5959 400 364 0 13595 0
[pid=23684] ppid=23682 vsize=417056 CPUtime=98.25 cores=5,7
/proc/23684/stat : 23684 (adaptg2wsat2009) T 23682 23684 23684 0 -1 4202496 717 0 0 0 9825 0 0 0 25 0 1 0 656943240 427065344 451 33554432000 134512640 135107411 4292482384 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23684/statm: 104264 451 59 146 0 103140 0
[pid=23682/tid=23841] ppid=23636 vsize=310744 CPUtime=0 cores=5,7
/proc/23682/task/23841/stat : 23841 (python) S 23636 23636 12685 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656953066 318201856 5959 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604462014673920 0 0 -1 5 0 0 0
[pid=23842] ppid=23636 vsize=321000 CPUtime=0.24 cores=5,7
/proc/23842/stat : 23842 (python) S 23636 23636 12685 0 -1 4202560 1094 0 0 0 13 11 0 0 19 0 2 0 656953067 328704000 5963 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23842/statm: 80250 5963 400 364 0 16156 0
[pid=23844] ppid=23842 vsize=417056 CPUtime=99.24 cores=5,7
/proc/23844/stat : 23844 (adaptg2wsat2009) T 23842 23844 23844 0 -1 4202496 720 0 0 0 9924 0 0 0 25 0 1 0 656953067 427065344 450 33554432000 134512640 135107411 4290811040 18446744073709551615 134532371 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23844/statm: 104264 450 59 146 0 103140 0
[pid=23842/tid=24036] ppid=23636 vsize=321000 CPUtime=0 cores=5,7
/proc/23842/task/24036/stat : 24036 (python) S 23636 23636 12685 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656962991 328704000 5963 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604469478432960 0 0 -1 7 0 0 0
[pid=24037] ppid=23636 vsize=331256 CPUtime=0.24 cores=5,7
/proc/24037/stat : 24037 (python) S 23636 23636 12685 0 -1 4202560 1095 0 0 0 13 11 0 0 19 0 2 0 656962993 339206144 5967 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24037/statm: 82814 5967 400 364 0 18717 0
[pid=24039] ppid=24037 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/24039/stat : 24039 (gnovelty+2) T 24037 24039 24039 0 -1 4202496 549 0 0 0 9999 0 0 0 25 0 1 0 656962993 1042518016 288 33554432000 134512640 135663704 4294804144 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/24039/statm: 254521 288 113 282 0 254237 0
[pid=24037/tid=24063] ppid=23636 vsize=331256 CPUtime=0 cores=5,7
/proc/24037/task/24063/stat : 24063 (python) S 23636 23636 12685 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656973017 339206144 5967 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604467925619776 0 0 -1 7 0 0 0
[pid=24064] ppid=23636 vsize=341512 CPUtime=0.25 cores=5,7
/proc/24064/stat : 24064 (python) S 23636 23636 12685 0 -1 4202560 1080 0 0 0 15 10 0 0 19 0 2 0 656973019 349708288 5971 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24064/statm: 85378 5971 400 364 0 21278 0
[pid=24066] ppid=24064 vsize=247228 CPUtime=99.97 cores=5,7
/proc/24066/stat : 24066 (FH) T 24064 24066 24066 0 -1 4202496 668 0 0 0 9997 0 0 0 25 0 1 0 656973019 253161472 405 33554432000 134512640 134936988 4291653920 18446744073709551615 134554184 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/24066/statm: 61807 405 41 104 0 61311 0
[pid=24064/tid=24082] ppid=23636 vsize=341512 CPUtime=0 cores=5,7
/proc/24064/task/24082/stat : 24082 (python) S 23636 23636 12685 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656983043 349708288 5971 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 514 18446604465784462272 0 0 -1 7 0 0 0
[pid=24083] ppid=23636 vsize=351768 CPUtime=0 cores=5,7
/proc/24083/stat : 24083 (python) S 23636 23636 12685 0 -1 4202560 767 0 0 0 0 0 0 0 19 0 1 0 656983045 360210432 5924 33554432000 4194304 5683644 140737266878848 18446744073709551615 228122734150 0 0 16781312 514 9139803934758535167 0 0 17 5 0 0 0
/proc/24083/statm: 87942 5924 350 364 0 23839 0
[pid=24085] ppid=24083 vsize=416916 CPUtime=0.71 cores=5,7
/proc/24085/stat : 24085 (adaptg2wsat2009) R 24083 24085 24085 0 -1 4202496 647 0 0 0 71 0 0 0 22 0 1 0 656983045 426921984 380 33554432000 134512640 135107411 4292316976 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24085/statm: 104229 380 49 146 0 103105 0
[pid=23636/tid=23643] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/23643/stat : 23643 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 656913162 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=23656] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/23656/stat : 23656 (python) S 23634 23636 12685 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 656923187 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 7 0 0 0
[pid=23636/tid=23673] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/23673/stat : 23673 (python) S 23634 23636 12685 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 656933215 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=23683] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/23683/stat : 23683 (python) S 23634 23636 12685 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 656943240 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=23843] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/23843/stat : 23843 (python) S 23634 23636 12685 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 656953067 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=24038] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/24038/stat : 24038 (python) S 23634 23636 12685 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 656962993 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=24065] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/24065/stat : 24065 (python) S 23634 23636 12685 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656973019 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
[pid=23636/tid=24084] ppid=23634 vsize=362012 CPUtime=0 cores=5,7
/proc/23636/task/24084/stat : 24084 (python) S 23634 23636 12685 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 656983045 370700288 7470 33554432000 4194304 5683644 140737266878848 18446744073709551615 228134537649 0 0 16781312 2 18446604464436528448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 700.95
Current children cumulated vsize (KiB) 7868796

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

Real time (s): 700.673
CPU time (s): 700.95
CPU user time (s): 700.05
CPU system time (s): 0.9
CPU usage (%): 100.04
Max. virtual memory (cumulated for all children) (KiB): 7868796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.794879
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17256
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= 2867
involuntary context switches= 24

runsolver used 2.31965 second user time and 5.13322 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 11:52:31
IDJOB=3377423
IDBENCH=82732
IDSOLVER=1857
FILE ID=node138/3377423-1305453151
RUNJOBID= node138-1305452176-23158
PBS_JOBID= 13324862
Free space on /tmp= 73464 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1901567697-013.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-3377423-1305453151/watcher-3377423-1305453151 -o /tmp/evaluation-result-3377423-1305453151/solver-3377423-1305453151 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377423-1305453151.cnf -seed 2083035952 -budget 2400

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

MD5SUM BENCH= 6416f44b34786f590ff716f4b8e2cf7c
RANDOM SEED=2083035952

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:      27618288 kB
Buffers:        281284 kB
Cached:        4117212 kB
SwapCached:      18496 kB
Active:        1857512 kB
Inactive:      3227328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27618288 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           38612 kB
Writeback:           0 kB
AnonPages:      679492 kB
Mapped:          18792 kB
Slab:           129240 kB
PageTables:      55632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 56009908 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= 73456 MiB
End job on node138 at 2011-05-15 12:04:14