Trace number 3386865

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.03 4978.08

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1194239878-049.UNKNOWN.cnf
MD5SUMac9c61f9177fd0d9da068d938bec80ff
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.46	c INFO: solving HOME/instance-3386865-1305594040.cnf
0.33/0.46	c INFO: computing task features
0.33/0.48	c INFO: computed variable-clause graph statistics
0.33/0.48	c INFO: computed clause balance statistics
0.42/0.55	c INFO: computed variable balance statistics
0.42/0.59	c INFO: computed small-clause counts
0.42/0.59	c INFO: computed Horn-clause counts
0.42/0.59	c INFO: computed variable graph statistics
0.42/0.59	c INFO: collected features for HOME/instance-3386865-1305594040.cnf in 0.13 s
0.52/0.62	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
98.32/98.09	c INFO: running gnovelty+2@0 for 97 with 4902 remaining (b = 0.07)
198.25/197.58	c INFO: running march_hi@0 for 485 with 4802 remaining (b = 0.33)
687.43/684.51	c INFO: running march_hi@486 for 194 with 4316 remaining (b = 0.16)
882.39/878.67	c INFO: running march_hi@680 for 97 with 4121 remaining (b = 0.07)
981.35/977.13	c INFO: running march_hi@0 for 485 with 4023 remaining (b = 0.30)
1472.82/1466.49	c INFO: running march_hi@489 for 194 with 3534 remaining (b = 0.14)
1667.04/1659.70	c INFO: running march_hi@0 for 388 with 3340 remaining (b = 0.24)
2057.41/2048.38	c INFO: running march_hi@388 for 97 with 2952 remaining (b = 0.07)
2158.80/2149.24	c INFO: running march_hi@489 for 194 with 2851 remaining (b = 0.11)
2353.54/2343.14	c INFO: running march_hi@0 for 388 with 2657 remaining (b = 0.21)
2746.87/2734.64	c INFO: running march_hi@391 for 97 with 2266 remaining (b = 0.06)
2845.62/2833.01	c INFO: running kcnfs-2006@0 for 582 with 2167 remaining (b = 0.24)
3433.64/3418.55	c INFO: running march_hi@489 for 97 with 1582 remaining (b = 0.04)
3527.06/3511.53	c INFO: running march_hi@582 for 97 with 1489 remaining (b = 0.04)
3626.11/3610.20	c INFO: running march_hi@0 for 388 with 1390 remaining (b = 0.17)
4021.36/4003.69	c INFO: running march_hi@0 for 388 with 997 remaining (b = 0.14)
4411.50/4392.02	c INFO: running march_hi@779 for 608 with 608 remaining (b = 0.18)

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-3386865-1305594040/watcher-3386865-1305594040 -o /tmp/evaluation-result-3386865-1305594040/solver-3386865-1305594040 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386865-1305594040.cnf -seed 741660882 -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: 2.17 2.06 2.01 3/596 14782
/proc/meminfo: memFree=11829012/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/14782/stat : 14782 (python) R 14780 14782 13258 0 -1 4202496 1046 0 0 0 0 0 0 0 25 0 1 0 671002803 16629760 918 33554432000 4194304 5683644 140733823266656 18446744073709551615 4539840 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14782/statm: 4060 918 381 364 0 547 0

[startup+0.043263 s]
/proc/loadavg: 2.17 2.06 2.01 3/596 14782
/proc/meminfo: memFree=11829012/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=27348 CPUtime=0.03 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 1351 0 0 0 3 0 0 0 25 0 1 0 671002803 28004352 1197 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14782/statm: 6837 1197 440 364 0 724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27348

[startup+0.100281 s]
/proc/loadavg: 2.17 2.06 2.01 3/596 14782
/proc/meminfo: memFree=11829012/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/14782/stat : 14782 (python) R 14780 14782 13258 0 -1 4202496 3086 0 0 0 5 2 0 0 25 0 1 0 671002803 106733568 2767 33554432000 4194304 5683644 140733823266656 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14782/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.300223 s]
/proc/loadavg: 2.17 2.06 2.01 3/596 14782
/proc/meminfo: memFree=11829012/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=190256 CPUtime=0.25 cores=0,2,4,6
/proc/14782/stat : 14782 (python) R 14780 14782 13258 0 -1 4202496 6893 936 1 0 18 7 0 0 17 0 1 0 671002803 194822144 4943 33554432000 4194304 5683644 140733823266656 18446744073709551615 268267765383 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/14782/statm: 47564 4943 1422 364 0 3724 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 190256

[startup+0.701057 s]
/proc/loadavg: 2.17 2.06 2.01 3/596 14782
/proc/meminfo: memFree=11829012/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 9816 936 1 0 46 9 0 0 20 0 2 0 671002803 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 72192 7086 1875 364 0 8110 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 288768

[startup+1.50096 s]
/proc/loadavg: 2.17 2.06 2.01 3/600 14790
/proc/meminfo: memFree=11803312/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 9816 936 1 0 46 9 0 0 20 0 2 0 671002803 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 72192 7086 1875 364 0 8110 0
[pid=14788] ppid=14782 vsize=278524 CPUtime=0 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 671002866 285208576 5561 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709135 0 0 16781312 514 1992762849935491071 0 0 17 2 0 0 0
/proc/14788/statm: 69631 5561 354 364 0 5549 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=0.87 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) R 14788 14790 14790 0 -1 4202496 443 0 0 0 87 0 0 0 23 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14782/tid=14789] ppid=14780 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 2 0 671002866 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1585092

[startup+3.10074 s]
/proc/loadavg: 2.17 2.06 2.01 3/600 14790
/proc/meminfo: memFree=11802520/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 9816 936 1 0 46 9 0 0 20 0 2 0 671002803 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 72192 7086 1875 364 0 8110 0
[pid=14788] ppid=14782 vsize=278524 CPUtime=0 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 671002866 285208576 5561 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709135 0 0 16781312 514 1992762849935458562 0 0 17 2 0 0 0
/proc/14788/statm: 69631 5561 354 364 0 5549 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=2.47 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) R 14788 14790 14790 0 -1 4202496 443 0 0 0 247 0 0 0 25 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14782/tid=14789] ppid=14780 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 2 0 671002866 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 1585092

[startup+6.30117 s]
/proc/loadavg: 2.15 2.06 2.01 3/600 14790
/proc/meminfo: memFree=11802084/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 9816 936 1 0 46 9 0 0 20 0 2 0 671002803 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 72192 7086 1875 364 0 8110 0
[pid=14788] ppid=14782 vsize=278524 CPUtime=0.02 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 896 0 0 0 1 1 0 0 18 0 1 0 671002866 285208576 5584 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709135 0 0 16781312 514 1992762849935458562 0 0 17 0 0 0 0
/proc/14788/statm: 69631 5584 377 364 0 5549 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=5.67 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) R 14788 14790 14790 0 -1 4202496 443 0 0 0 567 0 0 0 25 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134525136 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14782/tid=14789] ppid=14780 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 2 0 671002866 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 1585092

[startup+12.701 s]
/proc/loadavg: 2.14 2.06 2.01 3/600 14790
/proc/meminfo: memFree=11801392/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 9816 936 1 0 46 9 0 0 20 0 2 0 671002803 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 72192 7086 1875 364 0 8110 0
[pid=14788] ppid=14782 vsize=278524 CPUtime=0.05 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 899 0 0 0 3 2 0 0 18 0 1 0 671002866 285208576 5584 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709135 0 0 16781312 514 1024797613645332738 0 0 17 0 0 0 0
/proc/14788/statm: 69631 5584 377 364 0 5549 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=12.07 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) R 14788 14790 14790 0 -1 4202496 443 0 0 0 1207 0 0 0 25 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14782/tid=14789] ppid=14780 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 2 0 671002866 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1585092

[startup+25.5007 s]
/proc/loadavg: 2.25 2.09 2.02 3/600 14799
/proc/meminfo: memFree=11798912/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 9816 936 1 0 46 9 0 0 20 0 2 0 671002803 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 72192 7086 1875 364 0 8110 0
[pid=14788] ppid=14782 vsize=278524 CPUtime=0.1 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 904 0 0 0 6 4 0 0 18 0 1 0 671002866 285208576 5584 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709135 0 0 16781312 514 1024797613645332738 0 0 17 0 0 0 0
/proc/14788/statm: 69631 5584 377 364 0 5549 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=24.87 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) R 14788 14790 14790 0 -1 4202496 443 0 0 0 2487 0 0 0 25 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14782/tid=14789] ppid=14780 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 2 0 671002866 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 1585092

[startup+51.1012 s]
/proc/loadavg: 2.16 2.08 2.02 3/600 14800
/proc/meminfo: memFree=11797036/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=288768 CPUtime=0.55 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 9816 936 1 0 46 9 0 0 20 0 2 0 671002803 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 72192 7086 1875 364 0 8110 0
[pid=14788] ppid=14782 vsize=278524 CPUtime=0.2 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 917 0 0 0 12 8 0 0 18 0 1 0 671002866 285208576 5584 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709135 0 0 16781312 514 1024797613645332738 0 0 17 6 0 0 0
/proc/14788/statm: 69631 5584 377 364 0 5549 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=50.47 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) R 14788 14790 14790 0 -1 4202496 443 0 0 0 5047 0 0 0 25 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14782/tid=14789] ppid=14780 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 2 0 671002866 295698432 7086 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (KiB) 1585092

[startup+102.321 s]
/proc/loadavg: 2.17 2.10 2.02 3/604 14805
/proc/meminfo: memFree=11786800/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=299560 CPUtime=0.57 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 10654 936 1 0 48 9 0 0 19 0 3 0 671002803 306749440 7221 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 74890 7221 1878 364 0 10805 0
[pid=14788] ppid=14782 vsize=288768 CPUtime=0.43 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 1093 0 0 0 24 19 0 0 19 0 2 0 671002866 295698432 5622 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14788/statm: 72192 5622 410 364 0 8110 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=97.44 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) T 14788 14790 14790 0 -1 4202496 443 0 0 0 9744 0 0 0 25 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14788/tid=14802] ppid=14782 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14788/task/14802/stat : 14802 (python) S 14782 14782 13258 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 671012610 295698432 5622 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604440491767616 0 0 -1 6 0 0 0
[pid=14803] ppid=14782 vsize=289316 CPUtime=0.01 cores=0,2,4,6
/proc/14803/stat : 14803 (python) S 14782 14782 13258 0 -1 4202560 898 0 0 0 1 0 0 0 18 0 1 0 671012613 296259584 5710 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709190 0 0 16781312 514 12178059127024484609 0 0 17 2 0 0 0
/proc/14803/statm: 72329 5710 371 364 0 8244 0
[pid=14805] ppid=14803 vsize=1017800 CPUtime=4.21 cores=0,2,4,6
/proc/14805/stat : 14805 (gnovelty+2) R 14803 14805 14805 0 -1 4202496 443 0 0 0 421 0 0 0 25 0 1 0 671012613 1042227200 180 33554432000 134512640 135663704 4287831424 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14805/statm: 254450 180 113 282 0 254166 0
[pid=14782/tid=14789] ppid=14780 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 3 0 671002866 306749440 7221 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14804] ppid=14780 vsize=299560 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14804/stat : 14804 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 671012613 306749440 7221 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.66
Current children cumulated vsize (KiB) 2913244

[startup+162.301 s]
/proc/loadavg: 2.13 2.09 2.02 3/604 14807
/proc/meminfo: memFree=11781320/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=299560 CPUtime=0.57 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 10654 936 1 0 48 9 0 0 19 0 3 0 671002803 306749440 7221 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 74890 7221 1878 364 0 10805 0
[pid=14788] ppid=14782 vsize=288768 CPUtime=0.43 cores=0,2,4,6

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

/proc/14910/stat : 14910 (march_hi) T 14908 14910 14910 0 -1 4202496 30130 0 0 0 68136 6 0 0 25 0 1 0 671237118 144621568 29841 33554432000 4194304 4955518 140735601146128 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14910/statm: 35308 29841 106 186 0 35121 0
[pid=14908/tid=14922] ppid=14782 vsize=330836 CPUtime=0 cores=0,2,4,6
/proc/14908/task/14922/stat : 14922 (python) S 14782 14782 13258 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671276266 338776064 5863 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604453896495360 0 0 -1 4 0 0 0
[pid=14925] ppid=14782 vsize=341024 CPUtime=2.54 cores=0,2,4,6
/proc/14925/stat : 14925 (python) S 14782 14782 13258 0 -1 4202560 1141 0 0 0 137 117 0 0 19 0 2 0 671286104 349208576 5850 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14925/statm: 85256 5850 400 364 0 21156 0
[pid=14927] ppid=14925 vsize=181380 CPUtime=585.53 cores=0,2,4,6
/proc/14927/stat : 14927 (kcnfs-2006) T 14925 14927 14927 0 -1 4202496 683 0 0 0 58553 0 0 0 25 0 1 0 671286105 185733120 420 33554432000 134512640 135163436 4293584624 18446744073709551615 134712545 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14927/statm: 45345 420 76 159 0 45185 0
[pid=14925/tid=14944] ppid=14782 vsize=341024 CPUtime=0 cores=0,2,4,6
/proc/14925/task/14944/stat : 14944 (python) S 14782 14782 13258 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671344658 349208576 5850 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604445685389440 0 0 -1 6 0 0 0
[pid=14950] ppid=14782 vsize=351280 CPUtime=1.75 cores=0,2,4,6
/proc/14950/stat : 14950 (python) S 14782 14782 13258 0 -1 4202560 1199 0 0 0 99 76 0 0 16 0 2 0 671363823 359710720 5888 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14950/statm: 87820 5888 406 364 0 23717 0
[pid=14952] ppid=14950 vsize=93604 CPUtime=393.48 cores=0,2,4,6
/proc/14952/stat : 14952 (march_hi) T 14950 14952 14952 0 -1 4202496 18447 0 0 0 39344 4 0 0 25 0 1 0 671363824 95850496 18161 33554432000 4194304 4955518 140736473459440 18446744073709551615 4245471 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14952/statm: 23401 18161 106 186 0 23214 0
[pid=14950/tid=15447] ppid=14782 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/14950/task/15447/stat : 15447 (python) S 14782 14782 13258 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671403171 359710720 5888 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604446074998848 0 0 -1 6 0 0 0
[pid=15448] ppid=14782 vsize=361536 CPUtime=1.72 cores=0,2,4,6
/proc/15448/stat : 15448 (python) S 14782 14782 13258 0 -1 4202560 1156 0 0 0 93 79 0 0 16 0 2 0 671403173 370212864 5886 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15448/statm: 90384 5886 400 364 0 26278 0
[pid=15450] ppid=15448 vsize=93604 CPUtime=388.32 cores=0,2,4,6
/proc/15450/stat : 15450 (march_hi) T 15448 15450 15450 0 -1 4202496 16769 0 0 0 38827 5 0 0 25 0 1 0 671403173 95850496 16487 33554432000 4194304 4955518 140733673534368 18446744073709551615 4224471 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15450/statm: 23401 16487 106 186 0 23214 0
[pid=15448/tid=15462] ppid=14782 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/15448/task/15462/stat : 15462 (python) S 14782 14782 13258 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 671442005 370212864 5886 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604447958977472 0 0 -1 6 0 0 0
[pid=14782/tid=14789] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 10 0 671002866 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14804] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14804/stat : 14804 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 10 0 671012613 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14811] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14811/stat : 14811 (python) S 14780 14782 13258 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 10 0 671022562 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14847] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14847/stat : 14847 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 10 0 671100516 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14869] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14869/stat : 14869 (python) S 14780 14782 13258 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 10 0 671168773 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 0 0 0 0
[pid=14782/tid=14909] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14909/stat : 14909 (python) S 14780 14782 13258 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 10 0 671237118 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 6 0 0 0
[pid=14782/tid=14926] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14926/stat : 14926 (python) S 14780 14782 13258 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 10 0 671286104 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14951] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14951/stat : 14951 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 10 0 671363823 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=15449] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/15449/stat : 15449 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 10 0 671403173 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4984.24
Current children cumulated vsize (KiB) 6306016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4978 s]
/proc/loadavg: 1.00 1.02 1.06 2/595 15477
/proc/meminfo: memFree=11416808/32950928 swapFree=60199076/67111528
[pid=14782] ppid=14780 vsize=371780 CPUtime=0.89 cores=0,2,4,6
/proc/14782/stat : 14782 (python) S 14780 14782 13258 0 -1 4202496 18054 936 1 0 78 11 0 0 18 0 10 0 671002803 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14782/statm: 92945 7381 1892 364 0 28839 0
[pid=14788] ppid=14782 vsize=288768 CPUtime=0.43 cores=0,2,4,6
/proc/14788/stat : 14788 (python) S 14782 14782 13258 0 -1 4202560 1093 0 0 0 24 19 0 0 19 0 2 0 671002866 295698432 5622 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14788/statm: 72192 5622 410 364 0 8110 0
[pid=14790] ppid=14788 vsize=1017800 CPUtime=97.44 cores=0,2,4,6
/proc/14790/stat : 14790 (gnovelty+2) T 14788 14790 14790 0 -1 4202496 443 0 0 0 9744 0 0 0 25 0 1 0 671002866 1042227200 180 33554432000 134512640 135663704 4294331360 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14790/statm: 254450 180 113 282 0 254166 0
[pid=14788/tid=14802] ppid=14782 vsize=288768 CPUtime=0 cores=0,2,4,6
/proc/14788/task/14802/stat : 14802 (python) S 14782 14782 13258 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 671012610 295698432 5622 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604440491767616 0 0 -1 6 0 0 0
[pid=14803] ppid=14782 vsize=289316 CPUtime=0.44 cores=0,2,4,6
/proc/14803/stat : 14803 (python) S 14782 14782 13258 0 -1 4202560 1089 0 0 0 25 19 0 0 19 0 2 0 671012613 296259584 5740 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14803/statm: 72329 5740 400 364 0 8244 0
[pid=14805] ppid=14803 vsize=1017800 CPUtime=99.45 cores=0,2,4,6
/proc/14805/stat : 14805 (gnovelty+2) T 14803 14805 14805 0 -1 4202496 443 0 0 0 9945 0 0 0 25 0 1 0 671012613 1042227200 180 33554432000 134512640 135663704 4287831424 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14805/statm: 254450 180 113 282 0 254166 0
[pid=14803/tid=14809] ppid=14782 vsize=289316 CPUtime=0 cores=0,2,4,6
/proc/14803/task/14809/stat : 14809 (python) S 14782 14782 13258 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 671022559 296259584 5740 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604442863216704 0 0 -1 6 0 0 0
[pid=14810] ppid=14782 vsize=299244 CPUtime=5.97 cores=0,2,4,6
/proc/14810/stat : 14810 (python) S 14782 14782 13258 0 -1 4202560 1154 0 0 0 317 280 0 0 15 0 2 0 671022562 306425856 5673 33554432000 4194304 5683644 140733823266656 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14810/statm: 74811 5673 400 364 0 10723 0
[pid=14812] ppid=14810 vsize=214384 CPUtime=1365.47 cores=0,2,4,6
/proc/14812/stat : 14812 (march_hi) R 14810 14812 14812 0 -1 4202496 52131 0 0 0 136535 12 0 0 25 0 1 0 671022562 219529216 51848 33554432000 4194304 4955518 140736855922288 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14812/statm: 53596 51848 106 186 0 53409 0
[pid=14810/tid=14837] ppid=14782 vsize=299244 CPUtime=0 cores=0,2,4,6
/proc/14810/task/14837/stat : 14837 (python) S 14782 14782 13258 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671071251 306425856 5673 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604440533856448 0 0 -1 6 0 0 0
[pid=14846] ppid=14782 vsize=309608 CPUtime=3.09 cores=0,2,4,6
/proc/14846/stat : 14846 (python) S 14782 14782 13258 0 -1 4202560 1161 0 0 0 167 142 0 0 15 0 2 0 671100516 317038592 5679 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14846/statm: 77402 5679 400 364 0 13311 0
[pid=14848] ppid=14846 vsize=141232 CPUtime=682.53 cores=0,2,4,6
/proc/14848/stat : 14848 (march_hi) T 14846 14848 14848 0 -1 4202496 27967 0 0 0 68247 6 0 0 25 0 1 0 671100516 144621568 27684 33554432000 4194304 4955518 140736374011984 18446744073709551615 4285704 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14848/statm: 35308 27684 106 186 0 35121 0
[pid=14846/tid=14862] ppid=14782 vsize=309608 CPUtime=0 cores=0,2,4,6
/proc/14846/task/14862/stat : 14862 (python) S 14782 14782 13258 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671149450 317038592 5679 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604451446757248 0 0 -1 6 0 0 0
[pid=14868] ppid=14782 vsize=320356 CPUtime=3.13 cores=0,2,4,6
/proc/14868/stat : 14868 (python) S 14782 14782 13258 0 -1 4202560 1166 0 0 0 165 148 0 0 15 0 2 0 671168773 328044544 5827 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14868/statm: 80089 5827 400 364 0 15995 0
[pid=14870] ppid=14868 vsize=141232 CPUtime=683.39 cores=0,2,4,6
/proc/14870/stat : 14870 (march_hi) T 14868 14870 14870 0 -1 4202496 28083 0 0 0 68333 6 0 0 25 0 1 0 671168774 144621568 27801 33554432000 4194304 4955518 140733571484864 18446744073709551615 4208667 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/14870/statm: 35308 27801 106 186 0 35121 0
[pid=14868/tid=14881] ppid=14782 vsize=320356 CPUtime=0 cores=0,2,4,6
/proc/14868/task/14881/stat : 14881 (python) S 14782 14782 13258 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671207639 328044544 5827 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604446492723136 0 0 -1 0 0 0 0
[pid=14908] ppid=14782 vsize=330836 CPUtime=3.04 cores=0,2,4,6
/proc/14908/stat : 14908 (python) S 14782 14782 13258 0 -1 4202560 1161 0 0 0 158 146 0 0 15 0 2 0 671237118 338776064 5863 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14908/statm: 82709 5863 400 364 0 18612 0
[pid=14910] ppid=14908 vsize=141232 CPUtime=681.42 cores=0,2,4,6
/proc/14910/stat : 14910 (march_hi) T 14908 14910 14910 0 -1 4202496 30130 0 0 0 68136 6 0 0 25 0 1 0 671237118 144621568 29841 33554432000 4194304 4955518 140735601146128 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14910/statm: 35308 29841 106 186 0 35121 0
[pid=14908/tid=14922] ppid=14782 vsize=330836 CPUtime=0 cores=0,2,4,6
/proc/14908/task/14922/stat : 14922 (python) S 14782 14782 13258 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671276266 338776064 5863 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604453896495360 0 0 -1 4 0 0 0
[pid=14925] ppid=14782 vsize=341024 CPUtime=2.54 cores=0,2,4,6
/proc/14925/stat : 14925 (python) S 14782 14782 13258 0 -1 4202560 1141 0 0 0 137 117 0 0 19 0 2 0 671286104 349208576 5850 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14925/statm: 85256 5850 400 364 0 21156 0
[pid=14927] ppid=14925 vsize=181380 CPUtime=585.53 cores=0,2,4,6
/proc/14927/stat : 14927 (kcnfs-2006) T 14925 14927 14927 0 -1 4202496 683 0 0 0 58553 0 0 0 25 0 1 0 671286105 185733120 420 33554432000 134512640 135163436 4293584624 18446744073709551615 134712545 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/14927/statm: 45345 420 76 159 0 45185 0
[pid=14925/tid=14944] ppid=14782 vsize=341024 CPUtime=0 cores=0,2,4,6
/proc/14925/task/14944/stat : 14944 (python) S 14782 14782 13258 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 671344658 349208576 5850 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604445685389440 0 0 -1 6 0 0 0
[pid=14950] ppid=14782 vsize=351280 CPUtime=1.75 cores=0,2,4,6
/proc/14950/stat : 14950 (python) S 14782 14782 13258 0 -1 4202560 1199 0 0 0 99 76 0 0 16 0 2 0 671363823 359710720 5888 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14950/statm: 87820 5888 406 364 0 23717 0
[pid=14952] ppid=14950 vsize=93604 CPUtime=393.48 cores=0,2,4,6
/proc/14952/stat : 14952 (march_hi) T 14950 14952 14952 0 -1 4202496 18447 0 0 0 39344 4 0 0 25 0 1 0 671363824 95850496 18161 33554432000 4194304 4955518 140736473459440 18446744073709551615 4245471 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14952/statm: 23401 18161 106 186 0 23214 0
[pid=14950/tid=15447] ppid=14782 vsize=351280 CPUtime=0 cores=0,2,4,6
/proc/14950/task/15447/stat : 15447 (python) S 14782 14782 13258 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671403171 359710720 5888 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604446074998848 0 0 -1 6 0 0 0
[pid=15448] ppid=14782 vsize=361536 CPUtime=1.72 cores=0,2,4,6
/proc/15448/stat : 15448 (python) S 14782 14782 13258 0 -1 4202560 1156 0 0 0 93 79 0 0 16 0 2 0 671403173 370212864 5886 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15448/statm: 90384 5886 400 364 0 26278 0
[pid=15450] ppid=15448 vsize=93604 CPUtime=388.32 cores=0,2,4,6
/proc/15450/stat : 15450 (march_hi) T 15448 15450 15450 0 -1 4202496 16769 0 0 0 38827 5 0 0 25 0 1 0 671403173 95850496 16487 33554432000 4194304 4955518 140733673534368 18446744073709551615 4224471 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/15450/statm: 23401 16487 106 186 0 23214 0
[pid=15448/tid=15462] ppid=14782 vsize=361536 CPUtime=0 cores=0,2,4,6
/proc/15448/task/15462/stat : 15462 (python) S 14782 14782 13258 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 671442005 370212864 5886 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 514 18446604447958977472 0 0 -1 6 0 0 0
[pid=14782/tid=14789] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14789/stat : 14789 (python) S 14780 14782 13258 0 -1 4202560 32 936 0 0 0 0 0 0 20 0 10 0 671002866 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14804] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14804/stat : 14804 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 10 0 671012613 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14811] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14811/stat : 14811 (python) S 14780 14782 13258 0 -1 4202560 30 936 0 0 0 0 0 0 18 0 10 0 671022562 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14847] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14847/stat : 14847 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 18 0 10 0 671100516 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14869] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14869/stat : 14869 (python) S 14780 14782 13258 0 -1 4202560 31 936 0 0 0 0 0 0 18 0 10 0 671168773 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 0 0 0 0
[pid=14782/tid=14909] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14909/stat : 14909 (python) S 14780 14782 13258 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 10 0 671237118 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 6 0 0 0
[pid=14782/tid=14926] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14926/stat : 14926 (python) S 14780 14782 13258 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 10 0 671286104 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=14951] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/14951/stat : 14951 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 10 0 671363823 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
[pid=14782/tid=15449] ppid=14780 vsize=371780 CPUtime=0 cores=0,2,4,6
/proc/14782/task/15449/stat : 15449 (python) S 14780 14782 13258 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 10 0 671403173 380702720 7381 33554432000 4194304 5683644 140733823266656 18446744073709551615 268284512689 0 0 16781312 2 18446604450919180352 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 6306016

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

Real time (s): 4978.08
CPU time (s): 5000.03
CPU user time (s): 4989.27
CPU system time (s): 10.76
CPU usage (%): 100.441
Max. virtual memory (cumulated for all children) (KiB): 6306020

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

runsolver used 34.0318 second user time and 68.8885 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-17 03:00:40
IDJOB=3386865
IDBENCH=82930
IDSOLVER=1872
FILE ID=node122/3386865-1305594040
RUNJOBID= node122-1305586147-13276
PBS_JOBID= 13350356
Free space on /tmp= 73328 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1194239878-049.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-3386865-1305594040/watcher-3386865-1305594040 -o /tmp/evaluation-result-3386865-1305594040/solver-3386865-1305594040 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386865-1305594040.cnf -seed 741660882 -budget 5000

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

MD5SUM BENCH= ac9c61f9177fd0d9da068d938bec80ff
RANDOM SEED=741660882

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11829168 kB
Buffers:        343524 kB
Cached:        4492812 kB
SwapCached:      50104 kB
Active:       16321140 kB
Inactive:      4489108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11829168 kB
SwapTotal:    67111528 kB
SwapFree:     60199076 kB
Dirty:           31936 kB
Writeback:           0 kB
AnonPages:    15935056 kB
Mapped:          39660 kB
Slab:           142368 kB
PageTables:      98736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 177707636 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= 73520 MiB
End job on node122 at 2011-05-17 04:23:40