Trace number 3386918

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.1 4979.07

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S869604189-077.UNKNOWN.cnf
MD5SUMfea90c68acbba046fd6afed84c9fb884
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.63	c INFO: solving HOME/instance-3386918-1305594840.cnf
0.34/0.63	c INFO: computing task features
0.34/0.64	c INFO: computed variable-clause graph statistics
0.34/0.64	c INFO: computed clause balance statistics
0.34/0.69	c INFO: computed variable balance statistics
0.43/0.72	c INFO: computed small-clause counts
0.43/0.72	c INFO: computed Horn-clause counts
0.43/0.73	c INFO: computed variable graph statistics
0.43/0.73	c INFO: collected features for HOME/instance-3386918-1305594840.cnf in 0.10 s
0.43/0.76	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
101.23/101.20	c INFO: running march_hi@0 for 194 with 4899 remaining (b = 0.17)
299.33/298.67	c INFO: running march_hi@197 for 194 with 4702 remaining (b = 0.17)
496.13/494.67	c INFO: running march_hi@393 for 97 with 4506 remaining (b = 0.09)
592.47/590.59	c INFO: running march_hi@0 for 97 with 4410 remaining (b = 0.09)
690.94/688.56	c INFO: running march_hi@488 for 97 with 4312 remaining (b = 0.08)
785.76/782.93	c INFO: running march_hi@583 for 97 with 4218 remaining (b = 0.11)
883.17/880.00	c INFO: running gnovelty+2@0 for 97 with 4121 remaining (b = 0.07)
981.01/977.47	c INFO: running march_hi@97 for 291 with 4023 remaining (b = 0.22)
1277.60/1272.66	c INFO: running march_hi@393 for 97 with 3728 remaining (b = 0.09)
1373.84/1368.45	c INFO: running march_hi@0 for 97 with 3632 remaining (b = 0.09)
1472.32/1466.59	c INFO: running march_hi@488 for 97 with 3534 remaining (b = 0.08)
1567.09/1560.87	c INFO: running march_hi@583 for 97 with 3440 remaining (b = 0.09)
1667.39/1660.78	c INFO: running march_hi@98 for 291 with 3340 remaining (b = 0.20)
1962.90/1954.95	c INFO: running march_hi@392 for 97 with 3046 remaining (b = 0.07)
2061.08/2052.62	c INFO: running march_hi@0 for 388 with 2948 remaining (b = 0.24)
2454.06/2443.95	c INFO: running march_hi@391 for 97 with 2557 remaining (b = 0.06)
2549.93/2539.34	c INFO: running kcnfs-2006@0 for 582 with 2461 remaining (b = 0.26)
3134.81/3121.83	c INFO: running march_hi@0 for 388 with 1879 remaining (b = 0.19)
3527.83/3513.12	c INFO: running march_hi@680 for 1488 with 1488 remaining (b = 0.45)

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

running on 4 cores: 0,2,4,6

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: 3.92 4.01 4.03 4/577 32166
/proc/meminfo: memFree=15047832/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/32166/stat : 32166 (python) R 32164 32166 31236 0 -1 4202496 1062 0 0 0 0 0 0 0 23 0 1 0 749714636 16633856 935 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284925696 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32166/statm: 4061 935 381 364 0 548 0

[startup+0.0613599 s]
/proc/loadavg: 3.92 4.01 4.03 4/577 32166
/proc/meminfo: memFree=15047832/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=29788 CPUtime=0.03 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 1459 0 0 0 3 0 0 0 24 0 1 0 749714636 30502912 1300 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32166/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100422 s]
/proc/loadavg: 3.92 4.01 4.03 4/577 32166
/proc/meminfo: memFree=15047832/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=93960 CPUtime=0.06 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 2693 0 0 0 5 1 0 0 17 0 1 0 749714636 96215040 2407 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32166/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300347 s]
/proc/loadavg: 3.92 4.01 4.03 4/577 32166
/proc/meminfo: memFree=15047832/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 5973 935 1 0 14 4 0 0 18 0 1 0 749714636 139005952 4149 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32166/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700267 s]
/proc/loadavg: 3.92 4.01 4.03 4/577 32166
/proc/meminfo: memFree=15047832/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=278472 CPUtime=0.43 cores=0,2,4,6
/proc/32166/stat : 32166 (python) R 32164 32166 31236 0 -1 4202496 9361 935 1 0 34 9 0 0 17 0 1 0 749714636 285155328 7016 33554432000 4194304 5683644 140737306752192 18446744073709551615 47805261893810 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32166/statm: 69618 7016 1827 364 0 5542 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278472

[startup+1.50118 s]
/proc/loadavg: 3.92 4.01 4.03 5/581 32174
/proc/meminfo: memFree=15021876/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=288872 CPUtime=0.49 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 9832 935 1 0 40 9 0 0 19 0 2 0 749714636 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 72218 7101 1875 364 0 8136 0
[pid=32172] ppid=32166 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 749714712 285315072 5576 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945935 0 0 16781312 514 1263251178557276159 0 0 17 6 0 0 0
/proc/32172/statm: 69657 5576 354 364 0 5575 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=0.73 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) R 32172 32174 32174 0 -1 4202496 448 0 0 0 73 0 0 0 21 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32166/tid=32173] ppid=32164 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 749714712 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1585432

[startup+3.1009 s]
/proc/loadavg: 3.92 4.01 4.03 5/581 32174
/proc/meminfo: memFree=15019024/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=288872 CPUtime=0.49 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 9832 935 1 0 40 9 0 0 19 0 2 0 749714636 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 72218 7101 1875 364 0 8136 0
[pid=32172] ppid=32166 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 749714712 285315072 5576 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945935 0 0 16781312 514 1263251178557243651 0 0 17 6 0 0 0
/proc/32172/statm: 69657 5576 354 364 0 5575 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=2.33 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) R 32172 32174 32174 0 -1 4202496 448 0 0 0 233 0 0 0 25 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 135007681 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32166/tid=32173] ppid=32164 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 749714712 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1585432

[startup+6.30038 s]
/proc/loadavg: 3.93 4.01 4.03 5/581 32174
/proc/meminfo: memFree=15019460/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=288872 CPUtime=0.49 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 9832 935 1 0 40 9 0 0 19 0 2 0 749714636 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 72218 7101 1875 364 0 8136 0
[pid=32172] ppid=32166 vsize=278628 CPUtime=0.02 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 896 0 0 0 1 1 0 0 18 0 1 0 749714712 285315072 5599 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945935 0 0 16781312 514 1263251178557243651 0 0 17 6 0 0 0
/proc/32172/statm: 69657 5599 377 364 0 5575 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=5.53 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) R 32172 32174 32174 0 -1 4202496 448 0 0 0 553 0 0 0 25 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32166/tid=32173] ppid=32164 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 749714712 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 1585432

[startup+12.7003 s]
/proc/loadavg: 3.93 4.01 4.03 5/581 32174
/proc/meminfo: memFree=15017988/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=288872 CPUtime=0.49 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 9832 935 1 0 40 9 0 0 19 0 2 0 749714636 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 72218 7101 1875 364 0 8136 0
[pid=32172] ppid=32166 vsize=278628 CPUtime=0.04 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 901 0 0 0 2 2 0 0 18 0 1 0 749714712 285315072 5599 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945935 0 0 16781312 514 10528501135117877507 0 0 17 6 0 0 0
/proc/32172/statm: 69657 5599 377 364 0 5575 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=11.93 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) R 32172 32174 32174 0 -1 4202496 448 0 0 0 1193 0 0 0 25 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32166/tid=32173] ppid=32164 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 749714712 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1585432

[startup+25.5012 s]
/proc/loadavg: 3.95 4.01 4.03 5/581 32176
/proc/meminfo: memFree=15015132/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=288872 CPUtime=0.49 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 9832 935 1 0 40 9 0 0 19 0 2 0 749714636 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 72218 7101 1875 364 0 8136 0
[pid=32172] ppid=32166 vsize=278628 CPUtime=0.09 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 905 0 0 0 4 5 0 0 18 0 1 0 749714712 285315072 5599 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945935 0 0 16781312 514 10528501135117877507 0 0 17 6 0 0 0
/proc/32172/statm: 69657 5599 377 364 0 5575 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=24.73 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) R 32172 32174 32174 0 -1 4202496 448 0 0 0 2473 0 0 0 25 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32166/tid=32173] ppid=32164 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 749714712 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 1585432

[startup+51.1009 s]
/proc/loadavg: 3.96 4.00 4.03 5/581 32176
/proc/meminfo: memFree=15011496/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=288872 CPUtime=0.49 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 9832 935 1 0 40 9 0 0 19 0 2 0 749714636 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 72218 7101 1875 364 0 8136 0
[pid=32172] ppid=32166 vsize=278628 CPUtime=0.19 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 914 0 0 0 10 9 0 0 18 0 1 0 749714712 285315072 5599 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945935 0 0 16781312 514 10528501135117877507 0 0 17 6 0 0 0
/proc/32172/statm: 69657 5599 377 364 0 5575 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=50.33 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) R 32172 32174 32174 0 -1 4202496 448 0 0 0 5033 0 0 0 25 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 134545757 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32166/tid=32173] ppid=32164 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 2 0 749714712 295804928 7101 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 1585432

[startup+102.321 s]
/proc/loadavg: 3.98 4.00 4.02 5/586 32183
/proc/meminfo: memFree=14996908/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=299652 CPUtime=0.52 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 10662 935 1 0 43 9 0 0 20 0 3 0 749714636 306843648 7243 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 74913 7243 1878 364 0 10828 0
[pid=32172] ppid=32166 vsize=288872 CPUtime=0.42 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 1085 0 0 0 23 19 0 0 19 0 2 0 749714712 295804928 5637 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32172/statm: 72218 5637 410 364 0 8136 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=100.4 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) T 32172 32174 32174 0 -1 4202496 448 0 0 0 10040 0 0 0 25 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32172/tid=32180] ppid=32166 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32172/task/32180/stat : 32180 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749724753 295804928 5637 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604440321914944 0 0 -1 6 0 0 0
[pid=32181] ppid=32166 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/32181/stat : 32181 (python) S 32166 32166 31236 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 749724756 296353792 5709 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945990 0 0 16781312 514 9815164383590842627 0 0 17 2 0 0 0
/proc/32181/statm: 72352 5709 348 364 0 8267 0
[pid=32183] ppid=32181 vsize=2676 CPUtime=1.1 cores=0,2,4,6
/proc/32183/stat : 32183 (march_hi) R 32181 32183 32183 0 -1 4202496 734 0 0 0 110 0 0 0 24 0 1 0 749724757 2740224 470 33554432000 4194304 4955518 140735167328400 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32183/statm: 669 470 104 186 0 482 0
[pid=32166/tid=32173] ppid=32164 vsize=299652 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 3 0 749714712 306843648 7243 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32182] ppid=32164 vsize=299652 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32182/stat : 32182 (python) S 32164 32166 31236 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 749724756 306843648 7243 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 1898540

[startup+162.301 s]
/proc/loadavg: 3.99 4.00 4.02 5/586 32183
/proc/meminfo: memFree=14977912/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=299652 CPUtime=0.52 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 10662 935 1 0 43 9 0 0 20 0 3 0 749714636 306843648 7243 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 74913 7243 1878 364 0 10828 0
[pid=32172] ppid=32166 vsize=288872 CPUtime=0.42 cores=0,2,4,6

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

[pid=32197] ppid=32166 vsize=299852 CPUtime=3.11 cores=0,2,4,6
/proc/32197/stat : 32197 (python) S 32166 32166 31236 0 -1 4202560 1152 0 0 0 170 141 0 0 15 0 2 0 749773695 307048448 5806 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32197/statm: 74963 5806 409 364 0 10875 0
[pid=32199] ppid=32197 vsize=109092 CPUtime=683.01 cores=0,2,4,6
/proc/32199/stat : 32199 (march_hi) T 32197 32199 32199 0 -1 4202496 22936 0 0 0 68297 4 0 0 25 0 1 0 749773695 111710208 22671 33554432000 4194304 4955518 140735916205664 18446744073709551615 4227814 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32199/statm: 27273 22671 104 186 0 27086 0
[pid=32197/tid=32202] ppid=32166 vsize=299852 CPUtime=0 cores=0,2,4,6
/proc/32197/task/32202/stat : 32202 (python) S 32166 32166 31236 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 749783489 307048448 5806 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604440822761280 0 0 -1 6 0 0 0
[pid=32209] ppid=32166 vsize=310108 CPUtime=0.42 cores=0,2,4,6
/proc/32209/stat : 32209 (python) S 32166 32166 31236 0 -1 4202560 1107 0 0 0 22 20 0 0 19 0 2 0 749802636 317550592 5821 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32209/statm: 77527 5821 400 364 0 13436 0
[pid=32211] ppid=32209 vsize=1017932 CPUtime=97.37 cores=0,2,4,6
/proc/32211/stat : 32211 (gnovelty+2) T 32209 32211 32211 0 -1 4202496 448 0 0 0 9737 0 0 0 25 0 1 0 749802636 1042362368 185 33554432000 134512640 135663704 4287899904 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32211/statm: 254483 185 113 282 0 254199 0
[pid=32209/tid=32214] ppid=32166 vsize=310108 CPUtime=0 cores=0,2,4,6
/proc/32209/task/32214/stat : 32214 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749812380 317550592 5821 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604452709446912 0 0 -1 6 0 0 0
[pid=32225] ppid=32166 vsize=319852 CPUtime=2.18 cores=0,2,4,6
/proc/32225/stat : 32225 (python) S 32166 32166 31236 0 -1 4202560 1173 0 0 0 118 100 0 0 15 0 2 0 749851481 327528448 5709 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32225/statm: 79963 5709 400 364 0 15869 0
[pid=32227] ppid=32225 vsize=79624 CPUtime=489.91 cores=0,2,4,6
/proc/32227/stat : 32227 (march_hi) T 32225 32227 32227 0 -1 4202496 16975 0 0 0 48986 5 0 0 25 0 1 0 749851481 81534976 16709 33554432000 4194304 4955518 140737328122928 18446744073709551615 4286525 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32227/statm: 19906 16709 104 186 0 19719 0
[pid=32225/tid=32232] ppid=32166 vsize=319852 CPUtime=0 cores=0,2,4,6
/proc/32225/task/32232/stat : 32232 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749861292 327528448 5709 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604451146197120 0 0 -1 6 0 0 0
[pid=32270] ppid=32166 vsize=330788 CPUtime=2.16 cores=0,2,4,6
/proc/32270/stat : 32270 (python) S 32166 32166 31236 0 -1 4202560 1177 0 0 0 119 97 0 0 15 0 2 0 749919898 338726912 5851 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32270/statm: 82697 5851 400 364 0 18600 0
[pid=32272] ppid=32270 vsize=79624 CPUtime=486.67 cores=0,2,4,6
/proc/32272/stat : 32272 (march_hi) T 32270 32272 32272 0 -1 4202496 16978 0 0 0 48663 4 0 0 25 0 1 0 749919898 81534976 16710 33554432000 4194304 4955518 140734278114720 18446744073709551615 4286685 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32272/statm: 19906 16710 104 186 0 19719 0
[pid=32270/tid=32283] ppid=32166 vsize=330788 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749959029 338726912 5851 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604452396127168 0 0 -1 4 0 0 0
[pid=32286] ppid=32166 vsize=341044 CPUtime=2.48 cores=0,2,4,6
/proc/32286/stat : 32286 (python) S 32166 32166 31236 0 -1 4202560 1163 0 0 0 134 114 0 0 19 0 2 0 749968570 349229056 5891 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32286/statm: 85261 5891 409 364 0 21161 0
[pid=32288] ppid=32286 vsize=182584 CPUtime=582.37 cores=0,2,4,6
/proc/32288/stat : 32288 (kcnfs-2006) T 32286 32288 32288 0 -1 4202496 629 0 0 0 58237 0 0 0 25 0 1 0 749968570 186966016 366 33554432000 134512640 135163436 4287059664 18446744073709551615 134559318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32288/statm: 45646 366 77 159 0 45486 0
[pid=32286/tid=327] ppid=32166 vsize=341044 CPUtime=0 cores=0,2,4,6
/proc/32286/task/327/stat : 327 (python) S 32166 32166 31236 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 750026817 349229056 5891 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604443397974080 0 0 -1 6 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 9 0 749714712 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32182] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32182/stat : 32182 (python) S 32164 32166 31236 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 9 0 749724756 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32198] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32198/stat : 32198 (python) S 32164 32166 31236 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 749773695 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32210] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32210/stat : 32210 (python) S 32164 32166 31236 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 749802636 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32226] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32226/stat : 32226 (python) S 32164 32166 31236 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 749851481 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 6 0 0 0
[pid=32166/tid=32271] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32271/stat : 32271 (python) S 32164 32166 31236 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 749919898 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32287] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32287/stat : 32287 (python) S 32164 32166 31236 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 749968570 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=329] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/329/stat : 329 (python) S 32164 32166 31236 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 750026819 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4983.31
Current children cumulated vsize (KiB) 5831936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4979 s]
/proc/loadavg: 3.00 3.01 3.01 4/580 381
/proc/meminfo: memFree=14776592/32951124 swapFree=45193380/67111528
[pid=32166] ppid=32164 vsize=361792 CPUtime=0.95 cores=0,2,4,6
/proc/32166/stat : 32166 (python) S 32164 32166 31236 0 -1 4202496 17269 935 1 0 84 11 0 0 18 0 9 0 749714636 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32166/statm: 90448 7414 1890 364 0 26345 0
[pid=328] ppid=32166 vsize=351300 CPUtime=1.74 cores=0,2,4,6
/proc/328/stat : 328 (python) S 32166 32166 31236 0 -1 4202560 1212 0 0 0 93 81 0 0 16 0 2 0 750026819 359731200 5892 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/328/statm: 87825 5892 406 364 0 23722 0
[pid=330] ppid=328 vsize=79492 CPUtime=391.27 cores=0,2,4,6
/proc/330/stat : 330 (march_hi) T 328 330 330 0 -1 4202496 13934 0 0 0 39125 2 0 0 25 0 1 0 750026819 81399808 13663 33554432000 4194304 4955518 140733475120352 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/330/statm: 19873 13663 104 186 0 19686 0
[pid=328/tid=341] ppid=32166 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/328/task/341/stat : 341 (python) S 32166 32166 31236 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 750065947 359731200 5892 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604445475034176 0 0 -1 2 0 0 0
[pid=32172] ppid=32166 vsize=288872 CPUtime=0.42 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32166 32166 31236 0 -1 4202560 1085 0 0 0 23 19 0 0 19 0 2 0 749714712 295804928 5637 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32172/statm: 72218 5637 410 364 0 8136 0
[pid=32174] ppid=32172 vsize=1017932 CPUtime=100.4 cores=0,2,4,6
/proc/32174/stat : 32174 (gnovelty+2) T 32172 32174 32174 0 -1 4202496 448 0 0 0 10040 0 0 0 25 0 1 0 749714712 1042362368 185 33554432000 134512640 135663704 4290074704 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32174/statm: 254483 185 113 282 0 254199 0
[pid=32172/tid=32180] ppid=32166 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/32172/task/32180/stat : 32180 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749724753 295804928 5637 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604440321914944 0 0 -1 6 0 0 0
[pid=32181] ppid=32166 vsize=289408 CPUtime=9.35 cores=0,2,4,6
/proc/32181/stat : 32181 (python) S 32166 32166 31236 0 -1 4202560 1145 0 0 0 508 427 0 0 15 0 2 0 749724756 296353792 5762 33554432000 4194304 5683644 140737306752192 18446744073709551615 224284945990 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32181/statm: 72352 5762 400 364 0 8267 0
[pid=32183] ppid=32181 vsize=372640 CPUtime=2146.29 cores=0,2,4,6
/proc/32183/stat : 32183 (march_hi) R 32181 32183 32183 0 -1 4202496 66148 0 0 0 214614 15 0 0 25 0 1 0 749724757 381583360 65884 33554432000 4194304 4955518 140735167328400 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32183/statm: 93160 65884 104 186 0 92973 0
[pid=32181/tid=32188] ppid=32166 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/32181/task/32188/stat : 32188 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749744500 296353792 5762 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604452506801472 0 0 -1 2 0 0 0
[pid=32197] ppid=32166 vsize=299852 CPUtime=3.11 cores=0,2,4,6
/proc/32197/stat : 32197 (python) S 32166 32166 31236 0 -1 4202560 1152 0 0 0 170 141 0 0 15 0 2 0 749773695 307048448 5806 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32197/statm: 74963 5806 409 364 0 10875 0
[pid=32199] ppid=32197 vsize=109092 CPUtime=683.01 cores=0,2,4,6
/proc/32199/stat : 32199 (march_hi) T 32197 32199 32199 0 -1 4202496 22936 0 0 0 68297 4 0 0 25 0 1 0 749773695 111710208 22671 33554432000 4194304 4955518 140735916205664 18446744073709551615 4227814 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32199/statm: 27273 22671 104 186 0 27086 0
[pid=32197/tid=32202] ppid=32166 vsize=299852 CPUtime=0 cores=0,2,4,6
/proc/32197/task/32202/stat : 32202 (python) S 32166 32166 31236 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 749783489 307048448 5806 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604440822761280 0 0 -1 6 0 0 0
[pid=32209] ppid=32166 vsize=310108 CPUtime=0.42 cores=0,2,4,6
/proc/32209/stat : 32209 (python) S 32166 32166 31236 0 -1 4202560 1107 0 0 0 22 20 0 0 19 0 2 0 749802636 317550592 5821 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32209/statm: 77527 5821 400 364 0 13436 0
[pid=32211] ppid=32209 vsize=1017932 CPUtime=97.37 cores=0,2,4,6
/proc/32211/stat : 32211 (gnovelty+2) T 32209 32211 32211 0 -1 4202496 448 0 0 0 9737 0 0 0 25 0 1 0 749802636 1042362368 185 33554432000 134512640 135663704 4287899904 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32211/statm: 254483 185 113 282 0 254199 0
[pid=32209/tid=32214] ppid=32166 vsize=310108 CPUtime=0 cores=0,2,4,6
/proc/32209/task/32214/stat : 32214 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749812380 317550592 5821 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604452709446912 0 0 -1 6 0 0 0
[pid=32225] ppid=32166 vsize=319852 CPUtime=2.18 cores=0,2,4,6
/proc/32225/stat : 32225 (python) S 32166 32166 31236 0 -1 4202560 1173 0 0 0 118 100 0 0 15 0 2 0 749851481 327528448 5709 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32225/statm: 79963 5709 400 364 0 15869 0
[pid=32227] ppid=32225 vsize=79624 CPUtime=489.91 cores=0,2,4,6
/proc/32227/stat : 32227 (march_hi) T 32225 32227 32227 0 -1 4202496 16975 0 0 0 48986 5 0 0 25 0 1 0 749851481 81534976 16709 33554432000 4194304 4955518 140737328122928 18446744073709551615 4286525 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32227/statm: 19906 16709 104 186 0 19719 0
[pid=32225/tid=32232] ppid=32166 vsize=319852 CPUtime=0 cores=0,2,4,6
/proc/32225/task/32232/stat : 32232 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749861292 327528448 5709 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604451146197120 0 0 -1 6 0 0 0
[pid=32270] ppid=32166 vsize=330788 CPUtime=2.16 cores=0,2,4,6
/proc/32270/stat : 32270 (python) S 32166 32166 31236 0 -1 4202560 1177 0 0 0 119 97 0 0 15 0 2 0 749919898 338726912 5851 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32270/statm: 82697 5851 400 364 0 18600 0
[pid=32272] ppid=32270 vsize=79624 CPUtime=486.67 cores=0,2,4,6
/proc/32272/stat : 32272 (march_hi) T 32270 32272 32272 0 -1 4202496 16978 0 0 0 48663 4 0 0 25 0 1 0 749919898 81534976 16710 33554432000 4194304 4955518 140734278114720 18446744073709551615 4286685 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32272/statm: 19906 16710 104 186 0 19719 0
[pid=32270/tid=32283] ppid=32166 vsize=330788 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (python) S 32166 32166 31236 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749959029 338726912 5851 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604452396127168 0 0 -1 4 0 0 0
[pid=32286] ppid=32166 vsize=341044 CPUtime=2.48 cores=0,2,4,6
/proc/32286/stat : 32286 (python) S 32166 32166 31236 0 -1 4202560 1163 0 0 0 134 114 0 0 19 0 2 0 749968570 349229056 5891 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32286/statm: 85261 5891 409 364 0 21161 0
[pid=32288] ppid=32286 vsize=182584 CPUtime=582.37 cores=0,2,4,6
/proc/32288/stat : 32288 (kcnfs-2006) T 32286 32288 32288 0 -1 4202496 629 0 0 0 58237 0 0 0 25 0 1 0 749968570 186966016 366 33554432000 134512640 135163436 4287059664 18446744073709551615 134559318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32288/statm: 45646 366 77 159 0 45486 0
[pid=32286/tid=327] ppid=32166 vsize=341044 CPUtime=0 cores=0,2,4,6
/proc/32286/task/327/stat : 327 (python) S 32166 32166 31236 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 750026817 349229056 5891 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 514 18446604443397974080 0 0 -1 6 0 0 0
[pid=32166/tid=32173] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32173/stat : 32173 (python) S 32164 32166 31236 0 -1 4202560 30 935 0 0 0 0 0 0 19 0 9 0 749714712 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32182] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32182/stat : 32182 (python) S 32164 32166 31236 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 9 0 749724756 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32198] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32198/stat : 32198 (python) S 32164 32166 31236 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 749773695 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32210] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32210/stat : 32210 (python) S 32164 32166 31236 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 749802636 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32226] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32226/stat : 32226 (python) S 32164 32166 31236 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 749851481 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 6 0 0 0
[pid=32166/tid=32271] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32271/stat : 32271 (python) S 32164 32166 31236 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 749919898 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=32287] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/32287/stat : 32287 (python) S 32164 32166 31236 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 749968570 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 2 0 0 0
[pid=32166/tid=329] ppid=32164 vsize=361792 CPUtime=0 cores=0,2,4,6
/proc/32166/task/329/stat : 329 (python) S 32164 32166 31236 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 750026819 370475008 7414 33554432000 4194304 5683644 140737306752192 18446744073709551615 224296749489 0 0 16781312 2 18446604446429848768 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 5831936

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

Real time (s): 4979.07
CPU time (s): 5000.1
CPU user time (s): 4989.7
CPU system time (s): 10.4
CPU usage (%): 100.422
Max. virtual memory (cumulated for all children) (KiB): 5831936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.846871
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18209
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= 2908
involuntary context switches= 49

runsolver used 35.8735 second user time and 72.455 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-17 03:14:00
IDJOB=3386918
IDBENCH=82983
IDSOLVER=1872
FILE ID=node118/3386918-1305594840
RUNJOBID= node118-1305586147-31254
PBS_JOBID= 13350360
Free space on /tmp= 73088 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S869604189-077.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-3386918-1305594840/watcher-3386918-1305594840 -o /tmp/evaluation-result-3386918-1305594840/solver-3386918-1305594840 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386918-1305594840.cnf -seed 2042759061 -budget 5000

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

MD5SUM BENCH= fea90c68acbba046fd6afed84c9fb884
RANDOM SEED=2042759061

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:      15048112 kB
Buffers:        326120 kB
Cached:        5037864 kB
SwapCached:      22068 kB
Active:       14803844 kB
Inactive:      2746272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15048112 kB
SwapTotal:    67111528 kB
SwapFree:     45193380 kB
Dirty:           31872 kB
Writeback:           0 kB
AnonPages:    12176304 kB
Mapped:          37240 kB
Slab:           162712 kB
PageTables:     120248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 182902104 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= 73224 MiB
End job on node118 at 2011-05-17 04:37:01