Trace number 3377428

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)? (TO) 1301.01 1300.06

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1805176884-064.UNKNOWN.cnf
MD5SUM91ecb427720c901d7e357cfd52fa252a
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.48	c INFO: solving HOME/instance-3377428-1305453180.cnf
0.31/0.48	c INFO: computing task features
0.38/0.52	c INFO: computed variable-clause graph statistics
0.38/0.52	c INFO: computed clause balance statistics
0.59/0.73	c INFO: computed variable balance statistics
0.69/0.82	c INFO: computed small-clause counts
0.69/0.82	c INFO: computed Horn-clause counts
0.69/0.82	c INFO: computed variable graph statistics
0.69/0.82	c INFO: collected features for HOME/instance-3377428-1305453180.cnf in 0.34 s
0.69/0.84	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.53)
98.22/98.15	c INFO: running gnovelty+2@0 for 97 with 2302 remaining (b = 0.10)
198.53/198.43	c INFO: running adaptg2wsat2009++@0 for 97 with 2202 remaining (b = 0.05)
298.81/298.70	c INFO: running adaptg2wsat2009++@0 for 97 with 2102 remaining (b = 0.04)
399.02/398.98	c INFO: running adaptg2wsat2009++@0 for 97 with 2002 remaining (b = 0.03)
496.55/496.29	c INFO: running gnovelty+2@0 for 97 with 1905 remaining (b = 0.03)
595.23/594.60	c INFO: running FH@0 for 97 with 1806 remaining (b = 0.02)
694.80/693.91	c INFO: running march_hi@0 for 485 with 1707 remaining (b = 0.09)
1185.33/1184.40	c INFO: running march_hi@489 for 97 with 1218 remaining (b = 0.03)
1281.99/1281.04	c INFO: running march_hi@585 for 97 with 1122 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-3377428-1305453180/watcher-3377428-1305453180 -o /tmp/evaluation-result-3377428-1305453180/solver-3377428-1305453180 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377428-1305453180.cnf -seed 1254298314 -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.11 4.09 3.92 4/431 3603
/proc/meminfo: memFree=24022384/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=15772 CPUtime=0 cores=5,7
/proc/3603/stat : 3603 (python) R 3601 3603 1741 0 -1 4202496 889 0 0 0 0 0 0 0 25 0 1 0 656918501 16150528 771 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446606021 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3603/statm: 3943 772 343 364 0 430 0

[startup+0.0410411 s]
/proc/loadavg: 4.11 4.09 3.92 4/431 3603
/proc/meminfo: memFree=24022384/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=18880 CPUtime=0.02 cores=5,7
/proc/3603/stat : 3603 (python) R 3601 3603 1741 0 -1 4202496 1287 0 0 0 2 0 0 0 25 0 1 0 656918501 19333120 1140 33554432000 4194304 5683644 140733795216640 18446744073709551615 4864854 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3603/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.101033 s]
/proc/loadavg: 4.11 4.09 3.92 4/431 3603
/proc/meminfo: memFree=24022384/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=102008 CPUtime=0.06 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 3007 0 0 0 5 1 0 0 17 0 1 0 656918501 104456192 2700 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/3603/statm: 25502 2700 841 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102008

[startup+0.300999 s]
/proc/loadavg: 4.11 4.09 3.92 4/431 3603
/proc/meminfo: memFree=24022384/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=157380 CPUtime=0.23 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 6606 932 1 0 17 6 0 0 17 0 1 0 656918501 161157120 4695 33554432000 4194304 5683644 140733795216640 18446744073709551615 244442021511 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/3603/statm: 40166 4699 1259 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 157380

[startup+0.700953 s]
/proc/loadavg: 4.11 4.09 3.92 4/431 3603
/proc/meminfo: memFree=24022384/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=279848 CPUtime=0.59 cores=5,7
/proc/3603/stat : 3603 (python) R 3601 3603 1741 0 -1 4202496 9775 932 1 0 51 8 0 0 17 0 1 0 656918501 286564352 7347 33554432000 4194304 5683644 140733795216640 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/3603/statm: 69962 7347 1826 364 0 5886 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279848

[startup+1.50082 s]
/proc/loadavg: 4.11 4.09 3.92 6/435 3611
/proc/meminfo: memFree=23996100/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=290116 CPUtime=0.73 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10083 932 1 0 65 8 0 0 19 0 2 0 656918501 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 72529 7409 1877 364 0 8447 0
[pid=3609] ppid=3603 vsize=279872 CPUtime=0 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 656918585 286588928 5882 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965263 0 0 16781312 514 9656781382877183999 0 0 17 7 0 0 0
/proc/3609/statm: 69968 5882 354 364 0 5886 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=0.64 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) R 3609 3611 3611 0 -1 4202496 532 0 0 0 64 0 0 0 20 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3603/tid=3610] ppid=3601 vsize=290116 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 656918585 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1588064

[startup+3.10051 s]
/proc/loadavg: 4.11 4.09 3.92 5/435 3611
/proc/meminfo: memFree=23995232/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=290116 CPUtime=0.73 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10083 932 1 0 65 8 0 0 19 0 2 0 656918501 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 72529 7409 1877 364 0 8447 0
[pid=3609] ppid=3603 vsize=279872 CPUtime=0 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 656918585 286588928 5882 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965263 0 0 16781312 514 9656781382877151494 0 0 17 7 0 0 0
/proc/3609/statm: 69968 5882 354 364 0 5886 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=2.24 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) R 3609 3611 3611 0 -1 4202496 532 0 0 0 224 0 0 0 25 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3603/tid=3610] ppid=3601 vsize=290116 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 656918585 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1588064

[startup+6.30091 s]
/proc/loadavg: 4.10 4.08 3.92 5/435 3611
/proc/meminfo: memFree=23993936/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=290116 CPUtime=0.73 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10083 932 1 0 65 8 0 0 19 0 2 0 656918501 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 72529 7409 1877 364 0 8447 0
[pid=3609] ppid=3603 vsize=279872 CPUtime=0.01 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 981 0 0 0 1 0 0 0 18 0 1 0 656918585 286588928 5909 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965263 0 0 16781312 514 9656781382877151494 0 0 17 7 0 0 0
/proc/3609/statm: 69968 5909 381 364 0 5886 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=5.44 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) R 3609 3611 3611 0 -1 4202496 532 0 0 0 544 0 0 0 25 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3603/tid=3610] ppid=3601 vsize=290116 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 656918585 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 1588064

[startup+12.7007 s]
/proc/loadavg: 4.09 4.08 3.92 5/435 3611
/proc/meminfo: memFree=23993092/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=290116 CPUtime=0.73 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10083 932 1 0 65 8 0 0 19 0 2 0 656918501 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 72529 7409 1877 364 0 8447 0
[pid=3609] ppid=3603 vsize=279872 CPUtime=0.02 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 985 0 0 0 1 1 0 0 18 0 1 0 656918585 286588928 5910 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965263 0 0 16781312 514 15998228435675611398 0 0 17 7 0 0 0
/proc/3609/statm: 69968 5910 382 364 0 5886 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=11.84 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) R 3609 3611 3611 0 -1 4202496 532 0 0 0 1184 0 0 0 25 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3603/tid=3610] ppid=3601 vsize=290116 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 656918585 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1588064

[startup+25.5003 s]
/proc/loadavg: 4.07 4.08 3.92 5/439 3616
/proc/meminfo: memFree=23962136/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=290116 CPUtime=0.73 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10083 932 1 0 65 8 0 0 19 0 2 0 656918501 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 72529 7409 1877 364 0 8447 0
[pid=3609] ppid=3603 vsize=279872 CPUtime=0.05 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 992 0 0 0 3 2 0 0 18 0 1 0 656918585 286588928 5910 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965263 0 0 16781312 514 15998228435675611398 0 0 17 7 0 0 0
/proc/3609/statm: 69968 5910 382 364 0 5886 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=24.64 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) R 3609 3611 3611 0 -1 4202496 532 0 0 0 2464 0 0 0 25 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3603/tid=3610] ppid=3601 vsize=290116 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 656918585 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1588064

[startup+51.1006 s]
/proc/loadavg: 4.04 4.07 3.92 5/418 3651
/proc/meminfo: memFree=24045924/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=290116 CPUtime=0.73 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10083 932 1 0 65 8 0 0 19 0 2 0 656918501 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 72529 7409 1877 364 0 8447 0
[pid=3609] ppid=3603 vsize=279872 CPUtime=0.12 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 1002 0 0 0 6 6 0 0 18 0 1 0 656918585 286588928 5910 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965263 0 0 16781312 514 15998228435675611398 0 0 17 7 0 0 0
/proc/3609/statm: 69968 5910 382 364 0 5886 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=50.24 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) R 3609 3611 3611 0 -1 4202496 532 0 0 0 5024 0 0 0 25 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3603/tid=3610] ppid=3601 vsize=290116 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 2 0 656918585 297078784 7409 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1588064

[startup+102.313 s]
/proc/loadavg: 4.08 4.07 3.92 5/388 3770
/proc/meminfo: memFree=24110904/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=300372 CPUtime=0.74 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10970 932 1 0 66 8 0 0 19 0 3 0 656918501 307580928 7416 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 75093 7416 1880 364 0 11008 0
[pid=3609] ppid=3603 vsize=290116 CPUtime=0.27 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 1162 0 0 0 13 14 0 0 19 0 2 0 656918585 297078784 5948 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3609/statm: 72529 5948 415 364 0 8447 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=97.28 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) T 3609 3611 3611 0 -1 4202496 532 0 0 0 9728 0 0 0 25 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3609/tid=3767] ppid=3603 vsize=290116 CPUtime=0 cores=5,7
/proc/3609/task/3767/stat : 3767 (python) S 3603 3603 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656928315 297078784 5948 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604468045989760 0 0 -1 7 0 0 0
[pid=3768] ppid=3603 vsize=290128 CPUtime=0.01 cores=5,7
/proc/3768/stat : 3768 (python) S 3603 3603 1741 0 -1 4202560 889 0 0 0 1 0 0 0 18 0 1 0 656928316 297091072 5902 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965318 0 0 16781312 514 2367353542257115400 0 0 17 5 0 0 0
/proc/3768/statm: 72532 5902 370 364 0 8447 0
[pid=3770] ppid=3768 vsize=1018076 CPUtime=4.13 cores=5,7
/proc/3770/stat : 3770 (gnovelty+2) R 3768 3770 3770 0 -1 4202496 532 0 0 0 413 0 0 0 25 0 1 0 656928317 1042509824 268 33554432000 134512640 135663704 4288352752 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/3770/statm: 254519 268 113 282 0 254235 0
[pid=3603/tid=3610] ppid=3601 vsize=300372 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 3 0 656918585 307580928 7416 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=3769] ppid=3601 vsize=300372 CPUtime=0 cores=5,7
/proc/3603/task/3769/stat : 3769 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 656928316 307580928 7416 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 2916768

[startup+162.301 s]
/proc/loadavg: 4.08 4.07 3.93 5/392 3775
/proc/meminfo: memFree=24105936/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=300372 CPUtime=0.74 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 10970 932 1 0 66 8 0 0 19 0 3 0 656918501 307580928 7416 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 75093 7416 1880 364 0 11008 0
[pid=3609] ppid=3603 vsize=290116 CPUtime=0.27 cores=5,7

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

[pid=3977] ppid=3603 vsize=310640 CPUtime=0.26 cores=5,7
/proc/3977/stat : 3977 (python) S 3603 3603 1741 0 -1 4202560 1095 0 0 0 13 13 0 0 19 0 2 0 656948371 318095360 5941 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3977/statm: 77660 5941 400 364 0 13569 0
[pid=3979] ppid=3977 vsize=416920 CPUtime=99.99 cores=5,7
/proc/3979/stat : 3979 (adaptg2wsat2009) T 3977 3979 3979 0 -1 4202496 674 0 0 0 9999 0 0 0 25 0 1 0 656948372 426926080 405 33554432000 134512640 135107411 4292718096 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3979/statm: 104230 405 59 146 0 103106 0
[pid=3977/tid=4021] ppid=3603 vsize=310640 CPUtime=0 cores=5,7
/proc/3977/task/4021/stat : 4021 (python) S 3603 3603 1741 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656958397 318095360 5941 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604467748332544 0 0 -1 5 0 0 0
[pid=4022] ppid=3603 vsize=320896 CPUtime=0.27 cores=5,7
/proc/4022/stat : 4022 (python) S 3603 3603 1741 0 -1 4202560 1091 0 0 0 15 12 0 0 19 0 2 0 656958399 328597504 5945 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4022/statm: 80224 5945 400 364 0 16130 0
[pid=4024] ppid=4022 vsize=416920 CPUtime=97.29 cores=5,7
/proc/4024/stat : 4024 (adaptg2wsat2009) T 4022 4024 4024 0 -1 4202496 674 0 0 0 9729 0 0 0 25 0 1 0 656958399 426926080 407 33554432000 134512640 135107411 4286633392 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/4024/statm: 104230 407 59 146 0 103106 0
[pid=4022/tid=4044] ppid=3603 vsize=320896 CPUtime=0 cores=5,7
/proc/4022/task/4044/stat : 4044 (python) S 3603 3603 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656968128 328597504 5945 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604456564138304 0 0 -1 5 0 0 0
[pid=4045] ppid=3603 vsize=331152 CPUtime=0.27 cores=5,7
/proc/4045/stat : 4045 (python) S 3603 3603 1741 0 -1 4202560 1086 0 0 0 15 12 0 0 19 0 2 0 656968130 339099648 5949 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4045/statm: 82788 5949 400 364 0 18691 0
[pid=4047] ppid=4045 vsize=1018076 CPUtime=98.29 cores=5,7
/proc/4047/stat : 4047 (gnovelty+2) T 4045 4047 4047 0 -1 4202496 531 0 0 0 9829 0 0 0 25 0 1 0 656968130 1042509824 268 33554432000 134512640 135663704 4288274320 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/4047/statm: 254519 268 113 282 0 254235 0
[pid=4045/tid=4059] ppid=3603 vsize=331152 CPUtime=0 cores=5,7
/proc/4045/task/4059/stat : 4059 (python) S 3603 3603 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656977960 339099648 5949 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604465405654208 0 0 -1 5 0 0 0
[pid=4060] ppid=3603 vsize=341408 CPUtime=0.28 cores=5,7
/proc/4060/stat : 4060 (python) S 3603 3603 1741 0 -1 4202560 1092 0 0 0 16 12 0 0 16 0 2 0 656977961 349601792 5953 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4060/statm: 85352 5953 400 364 0 21252 0
[pid=4062] ppid=4060 vsize=247068 CPUtime=99.28 cores=5,7
/proc/4062/stat : 4062 (FH) T 4060 4062 4062 0 -1 4202496 629 0 0 0 9928 0 0 0 25 0 1 0 656977962 252997632 366 33554432000 134512640 134936988 4287660800 18446744073709551615 134554998 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/4062/statm: 61767 366 41 104 0 61271 0
[pid=4060/tid=4069] ppid=3603 vsize=341408 CPUtime=0 cores=5,7
/proc/4060/task/4069/stat : 4069 (python) S 3603 3603 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656987890 349601792 5953 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604466626183616 0 0 -1 7 0 0 0
[pid=4070] ppid=3603 vsize=351664 CPUtime=1.67 cores=5,7
/proc/4070/stat : 4070 (python) S 3603 3603 1741 0 -1 4202560 1191 0 0 0 88 79 0 0 16 0 2 0 656987892 360103936 5963 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 87916 5963 406 364 0 23813 0
[pid=4072] ppid=4070 vsize=5052 CPUtime=546.8 cores=5,7
/proc/4072/stat : 4072 (march_hi) R 4070 4072 4072 0 -1 4202496 2135 0 0 0 54680 0 0 0 25 0 1 0 656987892 5173248 984 33554432000 4194304 4955518 140733599864096 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4072/statm: 1263 984 106 186 0 1076 0
[pid=4070/tid=4087] ppid=3603 vsize=351664 CPUtime=0 cores=5,7
/proc/4070/task/4087/stat : 4087 (python) S 3603 3603 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 657036940 360103936 5963 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604466626185408 0 0 -1 5 0 0 0
[pid=3603/tid=3610] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 9 0 656918585 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=3769] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3769/stat : 3769 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656928316 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
[pid=3603/tid=3787] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3787/stat : 3787 (python) S 3601 3603 1741 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656938345 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
[pid=3603/tid=3978] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3978/stat : 3978 (python) S 3601 3603 1741 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656948372 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=4023] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4023/stat : 4023 (python) S 3601 3603 1741 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656958399 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=4046] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4046/stat : 4046 (python) S 3601 3603 1741 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656968130 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=4061] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4061/stat : 4061 (python) S 3601 3603 1741 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 656977961 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
[pid=3603/tid=4071] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4071/stat : 4071 (python) S 3601 3603 1741 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 656987892 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.3
Current children cumulated vsize (KiB) 7455404



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.11 4.02 5/438 4090
/proc/meminfo: memFree=23635232/32951124 swapFree=44485764/67111528
[pid=3603] ppid=3601 vsize=361908 CPUtime=0.85 cores=5,7
/proc/3603/stat : 3603 (python) S 3601 3603 1741 0 -1 4202496 16927 932 1 0 75 10 0 0 18 0 9 0 656918501 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/3603/statm: 90477 7452 1892 364 0 26374 0
[pid=3609] ppid=3603 vsize=290116 CPUtime=0.27 cores=5,7
/proc/3609/stat : 3609 (python) S 3603 3603 1741 0 -1 4202560 1162 0 0 0 13 14 0 0 19 0 2 0 656918585 297078784 5948 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3609/statm: 72529 5948 415 364 0 8447 0
[pid=3611] ppid=3609 vsize=1018076 CPUtime=97.28 cores=5,7
/proc/3611/stat : 3611 (gnovelty+2) T 3609 3611 3611 0 -1 4202496 532 0 0 0 9728 0 0 0 25 0 1 0 656918585 1042509824 268 33554432000 134512640 135663704 4294637312 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3611/statm: 254519 268 113 282 0 254235 0
[pid=3609/tid=3767] ppid=3603 vsize=290116 CPUtime=0 cores=5,7
/proc/3609/task/3767/stat : 3767 (python) S 3603 3603 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656928315 297078784 5948 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604468045989760 0 0 -1 7 0 0 0
[pid=3768] ppid=3603 vsize=290128 CPUtime=0.27 cores=5,7
/proc/3768/stat : 3768 (python) S 3603 3603 1741 0 -1 4202560 1077 0 0 0 15 12 0 0 19 0 2 0 656928316 297091072 5933 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3768/statm: 72532 5933 400 364 0 8447 0
[pid=3770] ppid=3768 vsize=1018076 CPUtime=100 cores=5,7
/proc/3770/stat : 3770 (gnovelty+2) T 3768 3770 3770 0 -1 4202496 532 0 0 0 10000 0 0 0 25 0 1 0 656928317 1042509824 268 33554432000 134512640 135663704 4288352752 18446744073709551615 134525260 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/3770/statm: 254519 268 113 282 0 254235 0
[pid=3768/tid=3785] ppid=3603 vsize=290128 CPUtime=0 cores=5,7
/proc/3768/task/3785/stat : 3785 (python) S 3603 3603 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656938343 297091072 5933 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604470643754880 0 0 -1 7 0 0 0
[pid=3786] ppid=3603 vsize=300384 CPUtime=0.26 cores=5,7
/proc/3786/stat : 3786 (python) S 3603 3603 1741 0 -1 4202560 1102 0 0 0 13 13 0 0 19 0 2 0 656938344 307593216 5946 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3786/statm: 75096 5946 409 364 0 11008 0
[pid=3788] ppid=3786 vsize=416920 CPUtime=99.98 cores=5,7
/proc/3788/stat : 3788 (adaptg2wsat2009) T 3786 3788 3788 0 -1 4202496 673 0 0 0 9998 0 0 0 25 0 1 0 656938345 426926080 405 33554432000 134512640 135107411 4287872128 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/3788/statm: 104230 405 59 146 0 103106 0
[pid=3786/tid=3976] ppid=3603 vsize=300384 CPUtime=0 cores=5,7
/proc/3786/task/3976/stat : 3976 (python) S 3603 3603 1741 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656948370 307593216 5946 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604469249533056 0 0 -1 7 0 0 0
[pid=3977] ppid=3603 vsize=310640 CPUtime=0.26 cores=5,7
/proc/3977/stat : 3977 (python) S 3603 3603 1741 0 -1 4202560 1095 0 0 0 13 13 0 0 19 0 2 0 656948371 318095360 5941 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/3977/statm: 77660 5941 400 364 0 13569 0
[pid=3979] ppid=3977 vsize=416920 CPUtime=99.99 cores=5,7
/proc/3979/stat : 3979 (adaptg2wsat2009) T 3977 3979 3979 0 -1 4202496 674 0 0 0 9999 0 0 0 25 0 1 0 656948372 426926080 405 33554432000 134512640 135107411 4292718096 18446744073709551615 134532088 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3979/statm: 104230 405 59 146 0 103106 0
[pid=3977/tid=4021] ppid=3603 vsize=310640 CPUtime=0 cores=5,7
/proc/3977/task/4021/stat : 4021 (python) S 3603 3603 1741 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656958397 318095360 5941 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604467748332544 0 0 -1 5 0 0 0
[pid=4022] ppid=3603 vsize=320896 CPUtime=0.27 cores=5,7
/proc/4022/stat : 4022 (python) S 3603 3603 1741 0 -1 4202560 1091 0 0 0 15 12 0 0 19 0 2 0 656958399 328597504 5945 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4022/statm: 80224 5945 400 364 0 16130 0
[pid=4024] ppid=4022 vsize=416920 CPUtime=97.29 cores=5,7
/proc/4024/stat : 4024 (adaptg2wsat2009) T 4022 4024 4024 0 -1 4202496 674 0 0 0 9729 0 0 0 25 0 1 0 656958399 426926080 407 33554432000 134512640 135107411 4286633392 18446744073709551615 134531724 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/4024/statm: 104230 407 59 146 0 103106 0
[pid=4022/tid=4044] ppid=3603 vsize=320896 CPUtime=0 cores=5,7
/proc/4022/task/4044/stat : 4044 (python) S 3603 3603 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656968128 328597504 5945 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604456564138304 0 0 -1 5 0 0 0
[pid=4045] ppid=3603 vsize=331152 CPUtime=0.27 cores=5,7
/proc/4045/stat : 4045 (python) S 3603 3603 1741 0 -1 4202560 1086 0 0 0 15 12 0 0 19 0 2 0 656968130 339099648 5949 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4045/statm: 82788 5949 400 364 0 18691 0
[pid=4047] ppid=4045 vsize=1018076 CPUtime=98.29 cores=5,7
/proc/4047/stat : 4047 (gnovelty+2) T 4045 4047 4047 0 -1 4202496 531 0 0 0 9829 0 0 0 25 0 1 0 656968130 1042509824 268 33554432000 134512640 135663704 4288274320 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/4047/statm: 254519 268 113 282 0 254235 0
[pid=4045/tid=4059] ppid=3603 vsize=331152 CPUtime=0 cores=5,7
/proc/4045/task/4059/stat : 4059 (python) S 3603 3603 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656977960 339099648 5949 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604465405654208 0 0 -1 5 0 0 0
[pid=4060] ppid=3603 vsize=341408 CPUtime=0.28 cores=5,7
/proc/4060/stat : 4060 (python) S 3603 3603 1741 0 -1 4202560 1092 0 0 0 16 12 0 0 16 0 2 0 656977961 349601792 5953 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4060/statm: 85352 5953 400 364 0 21252 0
[pid=4062] ppid=4060 vsize=247068 CPUtime=99.28 cores=5,7
/proc/4062/stat : 4062 (FH) T 4060 4062 4062 0 -1 4202496 629 0 0 0 9928 0 0 0 25 0 1 0 656977962 252997632 366 33554432000 134512640 134936988 4287660800 18446744073709551615 134554998 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/4062/statm: 61767 366 41 104 0 61271 0
[pid=4060/tid=4069] ppid=3603 vsize=341408 CPUtime=0 cores=5,7
/proc/4060/task/4069/stat : 4069 (python) S 3603 3603 1741 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 656987890 349601792 5953 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604466626183616 0 0 -1 7 0 0 0
[pid=4070] ppid=3603 vsize=351664 CPUtime=1.84 cores=5,7
/proc/4070/stat : 4070 (python) S 3603 3603 1741 0 -1 4202560 1192 0 0 0 97 87 0 0 15 0 2 0 656987892 360103936 5963 33554432000 4194304 5683644 140733795216640 18446744073709551615 244446965318 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 87916 5963 406 364 0 23813 0
[pid=4072] ppid=4070 vsize=5052 CPUtime=604.33 cores=5,7
/proc/4072/stat : 4072 (march_hi) R 4070 4072 4072 0 -1 4202496 2188 0 0 0 60433 0 0 0 25 0 1 0 656987892 5173248 1037 33554432000 4194304 4955518 140733599864096 18446744073709551615 4237818 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/4072/statm: 1263 1037 106 186 0 1076 0
[pid=4070/tid=4087] ppid=3603 vsize=351664 CPUtime=0 cores=5,7
/proc/4070/task/4087/stat : 4087 (python) S 3603 3603 1741 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 657036940 360103936 5963 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 514 18446604466626185408 0 0 -1 5 0 0 0
[pid=3603/tid=3610] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3610/stat : 3610 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 19 0 9 0 656918585 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=3769] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3769/stat : 3769 (python) S 3601 3603 1741 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 656928316 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
[pid=3603/tid=3787] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3787/stat : 3787 (python) S 3601 3603 1741 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656938345 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
[pid=3603/tid=3978] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/3978/stat : 3978 (python) S 3601 3603 1741 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656948372 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=4023] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4023/stat : 4023 (python) S 3601 3603 1741 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 656958399 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=4046] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4046/stat : 4046 (python) S 3601 3603 1741 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 656968130 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 7 0 0 0
[pid=3603/tid=4061] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4061/stat : 4061 (python) S 3601 3603 1741 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 656977961 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
[pid=3603/tid=4071] ppid=3601 vsize=361908 CPUtime=0 cores=5,7
/proc/3603/task/4071/stat : 4071 (python) S 3601 3603 1741 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 656987892 370593792 7452 33554432000 4194304 5683644 140733795216640 18446744073709551615 244458768817 0 0 16781312 2 18446604471088473280 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.01
Current children cumulated vsize (KiB) 7455404

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

Real time (s): 1300.06
CPU time (s): 1301.01
CPU user time (s): 1299.16
CPU system time (s): 1.85
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 7455408

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

runsolver used 7.2489 second user time and 11.8252 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 11:53:00
IDJOB=3377428
IDBENCH=82737
IDSOLVER=1857
FILE ID=node105/3377428-1305453180
RUNJOBID= node105-1305451855-3055
PBS_JOBID= 13324851
Free space on /tmp= 73512 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1805176884-064.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-3377428-1305453180/watcher-3377428-1305453180 -o /tmp/evaluation-result-3377428-1305453180/solver-3377428-1305453180 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377428-1305453180.cnf -seed 1254298314 -budget 2400

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

MD5SUM BENCH= 91ecb427720c901d7e357cfd52fa252a
RANDOM SEED=1254298314

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      24022664 kB
Buffers:        297264 kB
Cached:        6307416 kB
SwapCached:      39656 kB
Active:        1822372 kB
Inactive:      6809936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24022664 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           32708 kB
Writeback:           0 kB
AnonPages:     1995484 kB
Mapped:          19896 kB
Slab:           141988 kB
PageTables:      86200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82587288 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= 73464 MiB
End job on node105 at 2011-05-15 12:14:43