Trace number 3386758

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) 5000.05 4978.69

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1971541934-090.UNKNOWN.cnf
MD5SUM6180decb1c46447c67f7e6e340e02857
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.47	c INFO: solving HOME/instance-3386758-1305591396.cnf
0.30/0.47	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.39/0.53	c INFO: computed variable balance statistics
0.39/0.57	c INFO: computed small-clause counts
0.39/0.57	c INFO: computed Horn-clause counts
0.39/0.58	c INFO: computed variable graph statistics
0.39/0.58	c INFO: collected features for HOME/instance-3386758-1305591396.cnf in 0.11 s
0.49/0.61	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
100.27/100.07	c INFO: running gnovelty+2@0 for 97 with 4900 remaining (b = 0.07)
201.06/200.52	c INFO: running march_hi@0 for 388 with 4800 remaining (b = 0.28)
596.23/593.92	c INFO: running march_hi@393 for 97 with 4406 remaining (b = 0.09)
690.59/688.04	c INFO: running march_hi@487 for 97 with 4312 remaining (b = 0.08)
790.73/787.88	c INFO: running march_hi@587 for 97 with 4212 remaining (b = 0.10)
885.54/882.38	c INFO: running march_hi@681 for 97 with 4118 remaining (b = 0.06)
986.52/982.84	c INFO: running march_hi@0 for 388 with 4018 remaining (b = 0.26)
1381.59/1376.13	c INFO: running march_hi@393 for 97 with 3624 remaining (b = 0.08)
1476.37/1470.57	c INFO: running march_hi@487 for 97 with 3530 remaining (b = 0.07)
1575.61/1569.37	c INFO: running march_hi@586 for 97 with 3431 remaining (b = 0.08)
1669.85/1663.19	c INFO: running march_hi@0 for 388 with 3337 remaining (b = 0.23)
2060.71/2052.21	c INFO: running march_hi@388 for 97 with 2948 remaining (b = 0.07)
2160.88/2151.93	c INFO: running march_hi@488 for 194 with 2849 remaining (b = 0.11)
2355.92/2346.11	c INFO: running march_hi@0 for 388 with 2655 remaining (b = 0.21)
2745.89/2734.46	c INFO: running kcnfs-2006@0 for 582 with 2266 remaining (b = 0.23)
3336.08/3322.04	c INFO: running march_hi@388 for 97 with 1679 remaining (b = 0.05)
3436.42/3421.96	c INFO: running march_hi@0 for 97 with 1579 remaining (b = 0.04)
3536.57/3521.60	c INFO: running march_hi@781 for 1358 with 1479 remaining (b = 0.40)
4897.07/4876.12	c INFO: running march_hi@2136 for 125 with 125 remaining (b = 0.11)

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-3386758-1305591396/watcher-3386758-1305591396 -o /tmp/evaluation-result-3386758-1305591396/solver-3386758-1305591396 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386758-1305591396.cnf -seed 591329497 -budget 5000 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.25 4.14 4.06 4/572 31979
/proc/meminfo: memFree=15474000/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=16404 CPUtime=0.01 cores=1,3,5,7
/proc/31979/stat : 31979 (python) R 31977 31979 31236 0 -1 4202496 1085 0 0 0 1 0 0 0 25 0 1 0 749370324 16797696 956 33554432000 4194304 5683644 140736582378960 18446744073709551615 5210927 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31979/statm: 4101 956 390 364 0 588 0

[startup+0.0470801 s]
/proc/loadavg: 4.25 4.14 4.06 4/572 31979
/proc/meminfo: memFree=15474000/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=29792 CPUtime=0.03 cores=1,3,5,7
/proc/31979/stat : 31979 (python) R 31977 31979 31236 0 -1 4202496 1408 0 0 0 3 0 0 0 25 0 1 0 749370324 30507008 1252 33554432000 4194304 5683644 140736582378960 18446744073709551615 4875636 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31979/statm: 7448 1252 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.101072 s]
/proc/loadavg: 4.25 4.14 4.06 4/572 31979
/proc/meminfo: memFree=15474000/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=104220 CPUtime=0.07 cores=1,3,5,7
/proc/31979/stat : 31979 (python) R 31977 31979 31236 0 -1 4202496 3046 0 0 0 5 2 0 0 17 0 1 0 749370324 106721280 2731 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31979/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.301041 s]
/proc/loadavg: 4.25 4.14 4.06 4/572 31979
/proc/meminfo: memFree=15474000/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=168676 CPUtime=0.23 cores=1,3,5,7
/proc/31979/stat : 31979 (python) R 31977 31979 31236 0 -1 4202496 6725 933 1 0 17 6 0 0 17 0 1 0 749370324 172724224 4795 33554432000 4194304 5683644 140736582378960 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31979/statm: 42169 4795 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 168676

[startup+0.700927 s]
/proc/loadavg: 4.25 4.14 4.06 4/572 31979
/proc/meminfo: memFree=15474000/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=288896 CPUtime=0.5 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 9839 933 1 0 42 8 0 0 19 0 2 0 749370324 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 72224 7110 1875 364 0 8142 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 288896

[startup+1.50083 s]
/proc/loadavg: 4.25 4.14 4.06 5/576 31987
/proc/meminfo: memFree=15448548/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=288896 CPUtime=0.5 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 9839 933 1 0 42 8 0 0 19 0 2 0 749370324 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 72224 7110 1875 364 0 8142 0
[pid=31985] ppid=31979 vsize=278652 CPUtime=0 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 749370386 285339648 5585 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945935 0 0 16781312 514 8062397988258971647 0 0 17 5 0 0 0
/proc/31985/statm: 69663 5585 354 364 0 5581 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=0.87 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) R 31985 31987 31987 0 -1 4202496 460 0 0 0 87 0 0 0 21 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31979/tid=31986] ppid=31977 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 749370386 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1585484

[startup+3.10056 s]
/proc/loadavg: 4.25 4.14 4.06 5/576 31987
/proc/meminfo: memFree=15447432/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=288896 CPUtime=0.5 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 9839 933 1 0 42 8 0 0 19 0 2 0 749370324 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 72224 7110 1875 364 0 8142 0
[pid=31985] ppid=31979 vsize=278652 CPUtime=0 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 749370386 285339648 5585 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945935 0 0 16781312 514 8062397988258939143 0 0 17 5 0 0 0
/proc/31985/statm: 69663 5585 354 364 0 5581 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=2.47 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) R 31985 31987 31987 0 -1 4202496 460 0 0 0 247 0 0 0 25 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31979/tid=31986] ppid=31977 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 749370386 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1585484

[startup+6.30103 s]
/proc/loadavg: 4.39 4.17 4.07 5/576 31987
/proc/meminfo: memFree=15445904/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=288896 CPUtime=0.5 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 9839 933 1 0 42 8 0 0 19 0 2 0 749370324 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 72224 7110 1875 364 0 8142 0
[pid=31985] ppid=31979 vsize=278652 CPUtime=0.02 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 886 0 0 0 1 1 0 0 18 0 1 0 749370386 285339648 5608 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945935 0 0 16781312 514 8062397988258939143 0 0 17 5 0 0 0
/proc/31985/statm: 69663 5608 377 364 0 5581 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=5.67 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) R 31985 31987 31987 0 -1 4202496 460 0 0 0 567 0 0 0 25 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31979/tid=31986] ppid=31977 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 749370386 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1585484

[startup+12.7009 s]
/proc/loadavg: 4.36 4.17 4.07 5/576 31987
/proc/meminfo: memFree=15445180/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=288896 CPUtime=0.5 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 9839 933 1 0 42 8 0 0 19 0 2 0 749370324 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 72224 7110 1875 364 0 8142 0
[pid=31985] ppid=31979 vsize=278652 CPUtime=0.04 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 887 0 0 0 2 2 0 0 18 0 1 0 749370386 285339648 5608 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945935 0 0 16781312 514 7612121309232726279 0 0 17 5 0 0 0
/proc/31985/statm: 69663 5608 377 364 0 5581 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=12.06 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) R 31985 31987 31987 0 -1 4202496 460 0 0 0 1206 0 0 0 25 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134546208 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31979/tid=31986] ppid=31977 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 749370386 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1585484

[startup+25.5008 s]
/proc/loadavg: 4.28 4.16 4.07 5/576 31989
/proc/meminfo: memFree=15444316/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=288896 CPUtime=0.5 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 9839 933 1 0 42 8 0 0 19 0 2 0 749370324 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 72224 7110 1875 364 0 8142 0
[pid=31985] ppid=31979 vsize=278652 CPUtime=0.09 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 890 0 0 0 4 5 0 0 18 0 1 0 749370386 285339648 5608 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945935 0 0 16781312 514 7612121309232726279 0 0 17 7 0 0 0
/proc/31985/statm: 69663 5608 377 364 0 5581 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=24.86 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) R 31985 31987 31987 0 -1 4202496 460 0 0 0 2486 0 0 0 25 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134545776 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31979/tid=31986] ppid=31977 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 749370386 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1585484

[startup+51.1006 s]
/proc/loadavg: 4.18 4.14 4.07 5/576 31989
/proc/meminfo: memFree=15441856/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=288896 CPUtime=0.5 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 9839 933 1 0 42 8 0 0 19 0 2 0 749370324 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 72224 7110 1875 364 0 8142 0
[pid=31985] ppid=31979 vsize=278652 CPUtime=0.19 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 899 0 0 0 9 10 0 0 18 0 1 0 749370386 285339648 5608 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945935 0 0 16781312 514 7612121309232726279 0 0 17 7 0 0 0
/proc/31985/statm: 69663 5608 377 364 0 5581 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=50.46 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) R 31985 31987 31987 0 -1 4202496 460 0 0 0 5046 0 0 0 25 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31979/tid=31986] ppid=31977 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 749370386 295829504 7110 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 1585484

[startup+102.321 s]
/proc/loadavg: 4.08 4.12 4.06 5/580 31995
/proc/meminfo: memFree=15432612/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=299676 CPUtime=0.53 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 10661 933 1 0 45 8 0 0 19 0 3 0 749370324 306868224 7249 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 74919 7249 1878 364 0 10834 0
[pid=31985] ppid=31979 vsize=288896 CPUtime=0.41 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 1073 0 0 0 21 20 0 0 19 0 2 0 749370386 295829504 5646 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31985/statm: 72224 5646 410 364 0 8142 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=99.4 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) T 31985 31987 31987 0 -1 4202496 460 0 0 0 9940 0 0 0 25 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134544264 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31985/tid=31992] ppid=31979 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31985/task/31992/stat : 31992 (python) S 31979 31979 31236 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 749380329 295829504 5646 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604467674768448 0 0 -1 7 0 0 0
[pid=31993] ppid=31979 vsize=289432 CPUtime=0 cores=1,3,5,7
/proc/31993/stat : 31993 (python) S 31979 31979 31236 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 749380332 296378368 5715 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945990 0 0 16781312 514 11691450464942915847 0 0 17 3 0 0 0
/proc/31993/statm: 72358 5715 348 364 0 8273 0
[pid=31995] ppid=31993 vsize=1017936 CPUtime=2.23 cores=1,3,5,7
/proc/31995/stat : 31995 (gnovelty+2) R 31993 31995 31995 0 -1 4202496 460 0 0 0 223 0 0 0 25 0 1 0 749380332 1042366464 196 33554432000 134512640 135663704 4294085200 18446744073709551615 134546752 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31995/statm: 254484 196 113 282 0 254200 0
[pid=31979/tid=31986] ppid=31977 vsize=299676 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 3 0 749370386 306868224 7249 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=299676 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31994/stat : 31994 (python) S 31977 31979 31236 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 749380332 306868224 7249 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.57
Current children cumulated vsize (KiB) 2913876

[startup+162.301 s]
/proc/loadavg: 4.14 4.13 4.07 5/583 31998
/proc/meminfo: memFree=15406896/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=299676 CPUtime=0.53 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 10661 933 1 0 45 8 0 0 19 0 3 0 749370324 306868224 7249 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31979/statm: 74919 7249 1878 364 0 10834 0
[pid=31985] ppid=31979 vsize=288896 CPUtime=0.41 cores=1,3,5,7

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

[pid=32035] ppid=31979 vsize=310120 CPUtime=3.06 cores=1,3,5,7
/proc/32035/stat : 32035 (python) S 31979 31979 31236 0 -1 4202560 1161 0 0 0 162 144 0 0 15 0 2 0 749468609 317562880 5826 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32035/statm: 77530 5826 400 364 0 13439 0
[pid=32037] ppid=32035 vsize=111868 CPUtime=680.25 cores=1,3,5,7
/proc/32037/stat : 32037 (march_hi) T 32035 32037 32037 0 -1 4202496 24845 0 0 0 68019 6 0 0 25 0 1 0 749468609 114552832 24578 33554432000 4194304 4955518 140735934047040 18446744073709551615 4227741 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32037/statm: 27967 24578 104 186 0 27780 0
[pid=32035/tid=32060] ppid=31979 vsize=310120 CPUtime=0 cores=1,3,5,7
/proc/32035/task/32060/stat : 32060 (python) S 31979 31979 31236 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 749507935 317562880 5826 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604455793272832 0 0 -1 7 0 0 0
[pid=32068] ppid=31979 vsize=320660 CPUtime=3.08 cores=1,3,5,7
/proc/32068/stat : 32068 (python) S 31979 31979 31236 0 -1 4202560 1168 0 0 0 158 150 0 0 15 0 2 0 749536644 328355840 5878 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32068/statm: 80165 5878 400 364 0 16071 0
[pid=32070] ppid=32068 vsize=111868 CPUtime=682.85 cores=1,3,5,7
/proc/32070/stat : 32070 (march_hi) T 32068 32070 32070 0 -1 4202496 24974 0 0 0 68279 6 0 0 25 0 1 0 749536644 114552832 24707 33554432000 4194304 4955518 140733715079168 18446744073709551615 4224512 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32070/statm: 27967 24707 104 186 0 27780 0
[pid=32068/tid=32083] ppid=31979 vsize=320660 CPUtime=0 cores=1,3,5,7
/proc/32068/task/32083/stat : 32083 (python) S 31979 31979 31236 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 749575544 328355840 5878 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604457272029568 0 0 -1 7 0 0 0
[pid=32092] ppid=31979 vsize=330916 CPUtime=2.25 cores=1,3,5,7
/proc/32092/stat : 32092 (python) S 31979 31979 31236 0 -1 4202560 1157 0 0 0 119 106 0 0 16 0 2 0 749604936 338857984 5882 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32092/statm: 82729 5882 400 364 0 18632 0
[pid=32094] ppid=32092 vsize=82400 CPUtime=488.15 cores=1,3,5,7
/proc/32094/stat : 32094 (march_hi) T 32092 32094 32094 0 -1 4202496 18376 0 0 0 48811 4 0 0 25 0 1 0 749604937 84377600 18110 33554432000 4194304 4955518 140733928020304 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32094/statm: 20600 18110 104 186 0 20413 0
[pid=32092/tid=32114] ppid=31979 vsize=330916 CPUtime=0 cores=1,3,5,7
/proc/32092/task/32114/stat : 32114 (python) S 31979 31979 31236 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 749643769 338857984 5882 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604466967152448 0 0 -1 7 0 0 0
[pid=32115] ppid=31979 vsize=341172 CPUtime=2.57 cores=1,3,5,7
/proc/32115/stat : 32115 (python) S 31979 31979 31236 0 -1 4202560 1145 0 0 0 135 122 0 0 19 0 2 0 749643771 349360128 5886 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32115/statm: 85293 5886 400 364 0 21193 0
[pid=32117] ppid=32115 vsize=182580 CPUtime=587.56 cores=1,3,5,7
/proc/32117/stat : 32117 (kcnfs-2006) T 32115 32117 32117 0 -1 4202496 669 0 0 0 58756 0 0 0 25 0 1 0 749643772 186961920 407 33554432000 134512640 135163436 4293405344 18446744073709551615 134666420 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32117/statm: 45645 407 77 159 0 45485 0
[pid=32115/tid=32134] ppid=31979 vsize=341172 CPUtime=0 cores=1,3,5,7
/proc/32115/task/32134/stat : 32134 (python) S 31979 31979 31236 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 749702528 349360128 5886 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604470983619840 0 0 -1 3 0 0 0
[pid=32137] ppid=31979 vsize=351428 CPUtime=0.45 cores=1,3,5,7
/proc/32137/stat : 32137 (python) S 31979 31979 31236 0 -1 4202560 1158 0 0 0 25 20 0 0 16 0 2 0 749712520 359862272 5896 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32137/statm: 87857 5896 406 364 0 23754 0
[pid=32139] ppid=32137 vsize=22988 CPUtime=99.61 cores=1,3,5,7
/proc/32139/stat : 32139 (march_hi) T 32137 32139 32139 0 -1 4202496 4603 0 0 0 9961 0 0 0 25 0 1 0 749712521 23539712 4332 33554432000 4194304 4955518 140737130094672 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32139/statm: 5747 4332 104 186 0 5560 0
[pid=32137/tid=32177] ppid=31979 vsize=351428 CPUtime=0 cores=1,3,5,7
/proc/32137/task/32177/stat : 32177 (python) S 31979 31979 31236 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 749722483 359862272 5896 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604468087952384 0 0 -1 7 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 749370386 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31994/stat : 31994 (python) S 31977 31979 31236 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 749380332 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 3 0 0 0
[pid=31979/tid=32003] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32003/stat : 32003 (python) S 31977 31979 31236 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 749390377 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 5 0 0 0
[pid=31979/tid=32036] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32036/stat : 32036 (python) S 31977 31979 31236 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 749468609 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 5 0 0 0
[pid=31979/tid=32069] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32069/stat : 32069 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 749536644 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=32093] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32093/stat : 32093 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 749604936 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=32116] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32116/stat : 32116 (python) S 31977 31979 31236 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 749643771 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=32138] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32138/stat : 32138 (python) S 31977 31979 31236 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 749712521 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4983.63
Current children cumulated vsize (KiB) 5824196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4978.62 s]
/proc/loadavg: 4.17 4.09 4.02 6/599 32237
/proc/meminfo: memFree=14606088/32951124 swapFree=45193380/67111528
[pid=31979] ppid=31977 vsize=361672 CPUtime=0.92 cores=1,3,5,7
/proc/31979/stat : 31979 (python) S 31977 31979 31236 0 -1 4202496 16981 933 1 0 82 10 0 0 18 0 9 0 749370324 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/31979/statm: 90418 7393 1890 364 0 26315 0
[pid=31985] ppid=31979 vsize=288896 CPUtime=0.41 cores=1,3,5,7
/proc/31985/stat : 31985 (python) S 31979 31979 31236 0 -1 4202560 1073 0 0 0 21 20 0 0 19 0 2 0 749370386 295829504 5646 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31985/statm: 72224 5646 410 364 0 8142 0
[pid=31987] ppid=31985 vsize=1017936 CPUtime=99.4 cores=1,3,5,7
/proc/31987/stat : 31987 (gnovelty+2) T 31985 31987 31987 0 -1 4202496 460 0 0 0 9940 0 0 0 25 0 1 0 749370386 1042366464 198 33554432000 134512640 135663704 4288626384 18446744073709551615 134544264 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31987/statm: 254484 198 113 282 0 254200 0
[pid=31985/tid=31992] ppid=31979 vsize=288896 CPUtime=0 cores=1,3,5,7
/proc/31985/task/31992/stat : 31992 (python) S 31979 31979 31236 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 749380329 295829504 5646 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604467674768448 0 0 -1 7 0 0 0
[pid=31993] ppid=31979 vsize=289432 CPUtime=0.41 cores=1,3,5,7
/proc/31993/stat : 31993 (python) S 31979 31979 31236 0 -1 4202560 1086 0 0 0 20 21 0 0 19 0 2 0 749380332 296378368 5768 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31993/statm: 72358 5768 400 364 0 8273 0
[pid=31995] ppid=31993 vsize=1017936 CPUtime=100.3 cores=1,3,5,7
/proc/31995/stat : 31995 (gnovelty+2) T 31993 31995 31995 0 -1 4202496 461 0 0 0 10030 0 0 0 25 0 1 0 749380332 1042366464 197 33554432000 134512640 135663704 4294085200 18446744073709551615 134545644 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31995/statm: 254484 197 113 282 0 254200 0
[pid=31993/tid=32001] ppid=31979 vsize=289432 CPUtime=0 cores=1,3,5,7
/proc/31993/task/32001/stat : 32001 (python) S 31979 31979 31236 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 749390374 296378368 5768 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604468519723072 0 0 -1 3 0 0 0
[pid=32002] ppid=31979 vsize=299320 CPUtime=9.82 cores=1,3,5,7
/proc/32002/stat : 32002 (python) S 31979 31979 31236 0 -1 4202560 1150 0 0 0 503 479 0 0 15 0 2 0 749390377 306503680 5692 33554432000 4194304 5683644 140736582378960 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32002/statm: 74830 5692 400 364 0 10742 0
[pid=32004] ppid=32002 vsize=383004 CPUtime=2238.96 cores=1,3,5,7
/proc/32004/stat : 32004 (march_hi) R 32002 32004 32004 0 -1 4202496 77183 0 0 0 223876 20 0 0 25 0 1 0 749390377 392196096 76916 33554432000 4194304 4955518 140737137220464 18446744073709551615 4227735 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32004/statm: 95751 76916 104 186 0 95564 0
[pid=32002/tid=32023] ppid=31979 vsize=299320 CPUtime=0 cores=1,3,5,7
/proc/32002/task/32023/stat : 32023 (python) S 31979 31979 31236 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749429712 306503680 5692 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604457272031360 0 0 -1 3 0 0 0
[pid=32035] ppid=31979 vsize=310120 CPUtime=3.06 cores=1,3,5,7
/proc/32035/stat : 32035 (python) S 31979 31979 31236 0 -1 4202560 1161 0 0 0 162 144 0 0 15 0 2 0 749468609 317562880 5826 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32035/statm: 77530 5826 400 364 0 13439 0
[pid=32037] ppid=32035 vsize=111868 CPUtime=680.25 cores=1,3,5,7
/proc/32037/stat : 32037 (march_hi) T 32035 32037 32037 0 -1 4202496 24845 0 0 0 68019 6 0 0 25 0 1 0 749468609 114552832 24578 33554432000 4194304 4955518 140735934047040 18446744073709551615 4227741 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32037/statm: 27967 24578 104 186 0 27780 0
[pid=32035/tid=32060] ppid=31979 vsize=310120 CPUtime=0 cores=1,3,5,7
/proc/32035/task/32060/stat : 32060 (python) S 31979 31979 31236 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 749507935 317562880 5826 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604455793272832 0 0 -1 7 0 0 0
[pid=32068] ppid=31979 vsize=320660 CPUtime=3.08 cores=1,3,5,7
/proc/32068/stat : 32068 (python) S 31979 31979 31236 0 -1 4202560 1168 0 0 0 158 150 0 0 15 0 2 0 749536644 328355840 5878 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32068/statm: 80165 5878 400 364 0 16071 0
[pid=32070] ppid=32068 vsize=111868 CPUtime=682.85 cores=1,3,5,7
/proc/32070/stat : 32070 (march_hi) T 32068 32070 32070 0 -1 4202496 24974 0 0 0 68279 6 0 0 25 0 1 0 749536644 114552832 24707 33554432000 4194304 4955518 140733715079168 18446744073709551615 4224512 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32070/statm: 27967 24707 104 186 0 27780 0
[pid=32068/tid=32083] ppid=31979 vsize=320660 CPUtime=0 cores=1,3,5,7
/proc/32068/task/32083/stat : 32083 (python) S 31979 31979 31236 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 749575544 328355840 5878 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604457272029568 0 0 -1 7 0 0 0
[pid=32092] ppid=31979 vsize=330916 CPUtime=2.25 cores=1,3,5,7
/proc/32092/stat : 32092 (python) S 31979 31979 31236 0 -1 4202560 1157 0 0 0 119 106 0 0 16 0 2 0 749604936 338857984 5882 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32092/statm: 82729 5882 400 364 0 18632 0
[pid=32094] ppid=32092 vsize=82400 CPUtime=488.15 cores=1,3,5,7
/proc/32094/stat : 32094 (march_hi) T 32092 32094 32094 0 -1 4202496 18376 0 0 0 48811 4 0 0 25 0 1 0 749604937 84377600 18110 33554432000 4194304 4955518 140733928020304 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32094/statm: 20600 18110 104 186 0 20413 0
[pid=32092/tid=32114] ppid=31979 vsize=330916 CPUtime=0 cores=1,3,5,7
/proc/32092/task/32114/stat : 32114 (python) S 31979 31979 31236 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 749643769 338857984 5882 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604466967152448 0 0 -1 7 0 0 0
[pid=32115] ppid=31979 vsize=341172 CPUtime=2.57 cores=1,3,5,7
/proc/32115/stat : 32115 (python) S 31979 31979 31236 0 -1 4202560 1145 0 0 0 135 122 0 0 19 0 2 0 749643771 349360128 5886 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32115/statm: 85293 5886 400 364 0 21193 0
[pid=32117] ppid=32115 vsize=182580 CPUtime=587.56 cores=1,3,5,7
/proc/32117/stat : 32117 (kcnfs-2006) T 32115 32117 32117 0 -1 4202496 669 0 0 0 58756 0 0 0 25 0 1 0 749643772 186961920 407 33554432000 134512640 135163436 4293405344 18446744073709551615 134666420 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32117/statm: 45645 407 77 159 0 45485 0
[pid=32115/tid=32134] ppid=31979 vsize=341172 CPUtime=0 cores=1,3,5,7
/proc/32115/task/32134/stat : 32134 (python) S 31979 31979 31236 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 749702528 349360128 5886 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604470983619840 0 0 -1 3 0 0 0
[pid=32137] ppid=31979 vsize=351428 CPUtime=0.45 cores=1,3,5,7
/proc/32137/stat : 32137 (python) S 31979 31979 31236 0 -1 4202560 1158 0 0 0 25 20 0 0 16 0 2 0 749712520 359862272 5896 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/32137/statm: 87857 5896 406 364 0 23754 0
[pid=32139] ppid=32137 vsize=22988 CPUtime=99.61 cores=1,3,5,7
/proc/32139/stat : 32139 (march_hi) T 32137 32139 32139 0 -1 4202496 4603 0 0 0 9961 0 0 0 25 0 1 0 749712521 23539712 4332 33554432000 4194304 4955518 140737130094672 18446744073709551615 4227571 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/32139/statm: 5747 4332 104 186 0 5560 0
[pid=32137/tid=32177] ppid=31979 vsize=351428 CPUtime=0 cores=1,3,5,7
/proc/32137/task/32177/stat : 32177 (python) S 31979 31979 31236 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 749722483 359862272 5896 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 514 18446604468087952384 0 0 -1 7 0 0 0
[pid=31979/tid=31986] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31986/stat : 31986 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 749370386 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=31994] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/31994/stat : 31994 (python) S 31977 31979 31236 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 749380332 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 3 0 0 0
[pid=31979/tid=32003] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32003/stat : 32003 (python) S 31977 31979 31236 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 749390377 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 5 0 0 0
[pid=31979/tid=32036] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32036/stat : 32036 (python) S 31977 31979 31236 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 749468609 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 5 0 0 0
[pid=31979/tid=32069] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32069/stat : 32069 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 749536644 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=32093] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32093/stat : 32093 (python) S 31977 31979 31236 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 749604936 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=32116] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32116/stat : 32116 (python) S 31977 31979 31236 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 749643771 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 7 0 0 0
[pid=31979/tid=32138] ppid=31977 vsize=361672 CPUtime=0 cores=1,3,5,7
/proc/31979/task/32138/stat : 32138 (python) S 31977 31979 31236 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 749712521 370352128 7393 33554432000 4194304 5683644 140736582378960 18446744073709551615 224296749489 0 0 16781312 2 18446604470345612032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 5824196

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

Real time (s): 4978.69
CPU time (s): 5000.05
CPU user time (s): 4988.97
CPU system time (s): 11.08
CPU usage (%): 100.429
Max. virtual memory (cumulated for all children) (KiB): 5824200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.824874
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17919
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= 1047
involuntary context switches= 27

runsolver used 34.0068 second user time and 74.9886 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-17 02:16:36
IDJOB=3386758
IDBENCH=82823
IDSOLVER=1872
FILE ID=node118/3386758-1305591396
RUNJOBID= node118-1305586147-31255
PBS_JOBID= 13350360
Free space on /tmp= 73096 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1971541934-090.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-3386758-1305591396/watcher-3386758-1305591396 -o /tmp/evaluation-result-3386758-1305591396/solver-3386758-1305591396 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386758-1305591396.cnf -seed 591329497 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6180decb1c46447c67f7e6e340e02857
RANDOM SEED=591329497

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15474032 kB
Buffers:        325328 kB
Cached:        5027900 kB
SwapCached:      22068 kB
Active:       14376096 kB
Inactive:      2746720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15474032 kB
SwapTotal:    67111528 kB
SwapFree:     45193380 kB
Dirty:           32000 kB
Writeback:           0 kB
AnonPages:    11760476 kB
Mapped:          35748 kB
Slab:           162636 kB
PageTables:     119840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 178673052 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= 73056 MiB
End job on node118 at 2011-05-17 03:39:37