Trace number 3386803

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 4981.17

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S960948361-055.UNKNOWN.cnf
MD5SUMb51753a48e6efd66554e7afe4efc3b19
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.68	c INFO: solving HOME/instance-3386803-1305592971.cnf
0.35/0.68	c INFO: computing task features
0.35/0.69	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.42/0.74	c INFO: computed variable balance statistics
0.42/0.78	c INFO: computed small-clause counts
0.42/0.78	c INFO: computed Horn-clause counts
0.42/0.78	c INFO: computed variable graph statistics
0.42/0.78	c INFO: collected features for HOME/instance-3386803-1305592971.cnf in 0.10 s
0.53/0.81	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
100.16/100.21	c INFO: running march_hi@0 for 194 with 4900 remaining (b = 0.16)
297.97/297.16	c INFO: running march_hi@196 for 194 with 4703 remaining (b = 0.16)
494.52/492.93	c INFO: running march_hi@392 for 97 with 4507 remaining (b = 0.09)
590.13/588.27	c INFO: running march_hi@487 for 194 with 4412 remaining (b = 0.15)
786.79/784.13	c INFO: running gnovelty+2@0 for 97 with 4216 remaining (b = 0.07)
886.54/883.52	c INFO: running march_hi@683 for 97 with 4117 remaining (b = 0.07)
981.49/978.16	c INFO: running march_hi@0 for 485 with 4022 remaining (b = 0.32)
1473.29/1468.00	c INFO: running march_hi@0 for 97 with 3532 remaining (b = 0.07)
1571.15/1565.58	c INFO: running march_hi@489 for 97 with 3435 remaining (b = 0.08)
1669.17/1663.10	c INFO: running march_hi@587 for 97 with 3337 remaining (b = 0.09)
1762.56/1756.14	c INFO: running march_hi@97 for 291 with 3244 remaining (b = 0.19)
2058.26/2050.74	c INFO: running march_hi@392 for 97 with 2950 remaining (b = 0.07)
2152.21/2144.35	c INFO: running march_hi@485 for 194 with 2856 remaining (b = 0.11)
2350.70/2342.06	c INFO: running march_hi@0 for 679 with 2658 remaining (b = 0.30)
3033.66/3022.38	c INFO: running march_hi@0 for 388 with 1978 remaining (b = 0.20)
3424.81/3412.03	c INFO: running kcnfs-2006@0 for 194 with 1589 remaining (b = 0.09)
3620.32/3606.89	c INFO: running march_hi@778 for 1394 with 1394 remaining (b = 0.42)

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-3386803-1305592971/watcher-3386803-1305592971 -o /tmp/evaluation-result-3386803-1305592971/solver-3386803-1305592971 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386803-1305592971.cnf -seed 455774198 -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.15 2.09 2.02 3/512 25147
/proc/meminfo: memFree=17160788/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/25147/stat : 25147 (python) R 25145 25147 24428 0 -1 4202496 1045 0 0 0 0 0 0 0 25 0 1 0 651712778 16629760 917 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726098900 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25147/statm: 4060 917 381 364 0 547 0

[startup+0.117666 s]
/proc/loadavg: 2.15 2.09 2.02 3/512 25147
/proc/meminfo: memFree=17160788/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=99376 CPUtime=0.07 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 2891 0 0 0 5 2 0 0 17 0 1 0 651712778 101761024 2588 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/25147/statm: 24844 2588 832 364 0 1695 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99376

[startup+0.200681 s]
/proc/loadavg: 2.15 2.09 2.02 3/512 25147
/proc/meminfo: memFree=17160788/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=124068 CPUtime=0.13 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 4242 0 1 0 9 4 0 0 17 0 1 0 651712778 127045632 3852 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/25147/statm: 31017 3852 991 364 0 2828 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124068

[startup+0.300504 s]
/proc/loadavg: 2.15 2.09 2.02 3/512 25147
/proc/meminfo: memFree=17160788/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=135752 CPUtime=0.2 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 5974 935 1 0 14 6 0 0 17 0 1 0 651712778 139010048 4150 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726401029 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/25147/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700424 s]
/proc/loadavg: 2.15 2.09 2.02 3/512 25147
/proc/meminfo: memFree=17160788/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=278592 CPUtime=0.42 cores=0,2,4,6
/proc/25147/stat : 25147 (python) R 25145 25147 24428 0 -1 4202496 9377 935 1 0 30 12 0 0 16 0 1 0 651712778 285278208 7033 33554432000 4194304 5683644 140734420737824 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25147/statm: 69648 7033 1826 364 0 5572 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278592

[startup+1.50033 s]
/proc/loadavg: 2.15 2.09 2.02 3/516 25155
/proc/meminfo: memFree=17134220/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=288860 CPUtime=0.54 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 9835 935 1 0 41 13 0 0 17 0 2 0 651712778 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 72215 7109 1875 364 0 8133 0
[pid=25153] ppid=25147 vsize=278616 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 651712860 285302784 5584 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425103 0 0 16781312 514 5685571607867686911 0 0 17 6 0 0 0
/proc/25153/statm: 69654 5584 354 364 0 5572 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=0.67 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) R 25153 25155 25155 0 -1 4202496 455 0 0 0 67 0 0 0 21 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134545757 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25147/tid=25154] ppid=25145 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 651712860 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1585416

[startup+3.10106 s]
/proc/loadavg: 2.15 2.09 2.02 4/516 25155
/proc/meminfo: memFree=17133664/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=288860 CPUtime=0.54 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 9835 935 1 0 41 13 0 0 17 0 2 0 651712778 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 72215 7109 1875 364 0 8133 0
[pid=25153] ppid=25147 vsize=278616 CPUtime=0 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 651712860 285302784 5584 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425103 0 0 16781312 514 5685571607867654401 0 0 17 6 0 0 0
/proc/25153/statm: 69654 5584 354 364 0 5572 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=2.28 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) R 25153 25155 25155 0 -1 4202496 455 0 0 0 228 0 0 0 25 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25147/tid=25154] ppid=25145 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 651712860 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1585416

[startup+6.30045 s]
/proc/loadavg: 2.14 2.09 2.02 3/516 25155
/proc/meminfo: memFree=17132916/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=288860 CPUtime=0.54 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 9835 935 1 0 41 13 0 0 17 0 2 0 651712778 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 72215 7109 1875 364 0 8133 0
[pid=25153] ppid=25147 vsize=278616 CPUtime=0.02 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 651712860 285302784 5607 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425103 0 0 16781312 514 5685571607867654401 0 0 17 6 0 0 0
/proc/25153/statm: 69654 5607 377 364 0 5572 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=5.47 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) R 25153 25155 25155 0 -1 4202496 455 0 0 0 547 0 0 0 25 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25147/tid=25154] ppid=25145 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 651712860 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1585416

[startup+12.7012 s]
/proc/loadavg: 2.13 2.09 2.02 3/516 25155
/proc/meminfo: memFree=17130960/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=288860 CPUtime=0.54 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 9835 935 1 0 41 13 0 0 17 0 2 0 651712778 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 72215 7109 1875 364 0 8133 0
[pid=25153] ppid=25147 vsize=278616 CPUtime=0.03 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 890 0 0 0 2 1 0 0 18 0 1 0 651712860 285302784 5607 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425103 0 0 16781312 514 5527570408271741185 0 0 17 6 0 0 0
/proc/25153/statm: 69654 5607 377 364 0 5572 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=11.88 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) R 25153 25155 25155 0 -1 4202496 455 0 0 0 1188 0 0 0 25 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25147/tid=25154] ppid=25145 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 651712860 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1585416

[startup+25.5008 s]
/proc/loadavg: 2.17 2.10 2.02 3/516 25156
/proc/meminfo: memFree=17129448/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=288860 CPUtime=0.54 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 9835 935 1 0 41 13 0 0 17 0 2 0 651712778 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 72215 7109 1875 364 0 8133 0
[pid=25153] ppid=25147 vsize=278616 CPUtime=0.08 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 893 0 0 0 5 3 0 0 18 0 1 0 651712860 285302784 5607 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425103 0 0 16781312 514 5527570408271741185 0 0 17 6 0 0 0
/proc/25153/statm: 69654 5607 377 364 0 5572 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=24.68 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) R 25153 25155 25155 0 -1 4202496 455 0 0 0 2468 0 0 0 25 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134564710 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25147/tid=25154] ppid=25145 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 651712860 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1585416

[startup+51.101 s]
/proc/loadavg: 2.11 2.09 2.02 4/516 25156
/proc/meminfo: memFree=17125304/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=288860 CPUtime=0.54 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 9835 935 1 0 41 13 0 0 17 0 2 0 651712778 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 72215 7109 1875 364 0 8133 0
[pid=25153] ppid=25147 vsize=278616 CPUtime=0.16 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 902 0 0 0 9 7 0 0 18 0 1 0 651712860 285302784 5607 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425103 0 0 16781312 514 5527570408271741185 0 0 17 6 0 0 0
/proc/25153/statm: 69654 5607 377 364 0 5572 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=50.28 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) R 25153 25155 25155 0 -1 4202496 455 0 0 0 5028 0 0 0 25 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25147/tid=25154] ppid=25145 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 651712860 295792640 7109 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1585416

[startup+102.301 s]
/proc/loadavg: 2.10 2.09 2.02 4/520 25162
/proc/meminfo: memFree=17112732/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=299684 CPUtime=0.57 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 10676 935 1 0 44 13 0 0 20 0 3 0 651712778 306876416 7252 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 74921 7252 1878 364 0 10836 0
[pid=25153] ppid=25147 vsize=288860 CPUtime=0.36 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 1075 0 0 0 20 16 0 0 19 0 2 0 651712860 295792640 5645 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25153/statm: 72215 5645 410 364 0 8133 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=99.35 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) T 25153 25155 25155 0 -1 4202496 455 0 0 0 9935 0 0 0 25 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25153/tid=25159] ppid=25147 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25153/task/25159/stat : 25159 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651722797 295792640 5645 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604449941501248 0 0 -1 0 0 0 0
[pid=25160] ppid=25147 vsize=289440 CPUtime=0 cores=0,2,4,6
/proc/25160/stat : 25160 (python) S 25147 25147 24428 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 651722800 296386560 5718 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425158 0 0 16781312 514 18108200049765744898 0 0 17 2 0 0 0
/proc/25160/statm: 72360 5718 348 364 0 8275 0
[pid=25162] ppid=25160 vsize=3068 CPUtime=2.09 cores=0,2,4,6
/proc/25162/stat : 25162 (march_hi) R 25160 25162 25162 0 -1 4202496 831 0 0 0 209 0 0 0 25 0 1 0 651722800 3141632 548 33554432000 4194304 4955518 140734964257296 18446744073709551615 4311724 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25162/statm: 767 548 104 186 0 580 0
[pid=25147/tid=25154] ppid=25145 vsize=299684 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 651712860 306876416 7252 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
[pid=25147/tid=25161] ppid=25145 vsize=299684 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25161/stat : 25161 (python) S 25145 25147 24428 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 651722800 306876416 7252 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 1898992

[startup+162.301 s]
/proc/loadavg: 2.04 2.07 2.01 4/520 25163
/proc/meminfo: memFree=17093592/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=299684 CPUtime=0.57 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 10676 935 1 0 44 13 0 0 20 0 3 0 651712778 306876416 7252 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25147/statm: 74921 7252 1878 364 0 10836 0
[pid=25153] ppid=25147 vsize=288860 CPUtime=0.36 cores=0,2,4,6

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

[pid=25195] ppid=25147 vsize=310172 CPUtime=2.65 cores=0,2,4,6
/proc/25195/stat : 25195 (python) S 25147 25147 24428 0 -1 4202560 1158 0 0 0 151 114 0 0 16 0 2 0 651810595 317616128 5817 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25195/statm: 77543 5817 400 364 0 13452 0
[pid=25197] ppid=25195 vsize=110248 CPUtime=680.31 cores=0,2,4,6
/proc/25197/stat : 25197 (march_hi) T 25195 25197 25197 0 -1 4202496 24171 0 0 0 68026 5 0 0 25 0 1 0 651810596 112893952 23888 33554432000 4194304 4955518 140735833007440 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25197/statm: 27562 23888 104 186 0 27375 0
[pid=25195/tid=25224] ppid=25147 vsize=310172 CPUtime=0 cores=0,2,4,6
/proc/25195/task/25224/stat : 25224 (python) S 25147 25147 24428 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651859576 317616128 5817 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604440686682176 0 0 -1 6 0 0 0
[pid=25225] ppid=25147 vsize=385964 CPUtime=2.66 cores=0,2,4,6
/proc/25225/stat : 25225 (python) S 25147 25147 24428 0 -1 4202560 1172 0 0 0 147 119 0 0 15 0 2 0 651859579 395227136 5854 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25225/statm: 96491 5854 400 364 0 32397 0
[pid=25227] ppid=25225 vsize=110248 CPUtime=683.42 cores=0,2,4,6
/proc/25227/stat : 25227 (march_hi) T 25225 25227 25227 0 -1 4202496 23618 0 0 0 68337 5 0 0 25 0 1 0 651859579 112893952 23332 33554432000 4194304 4955518 140736286477904 18446744073709551615 4227121 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25227/statm: 27562 23332 104 186 0 27375 0
[pid=25225/tid=25231] ppid=25147 vsize=385964 CPUtime=0 cores=0,2,4,6
/proc/25225/task/25231/stat : 25231 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 651869335 395227136 5854 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604449487152320 0 0 -1 0 0 0 0
[pid=25258] ppid=25147 vsize=330880 CPUtime=2.66 cores=0,2,4,6
/proc/25258/stat : 25258 (python) S 25147 25147 24428 0 -1 4202560 1157 0 0 0 145 121 0 0 16 0 2 0 651946985 338821120 5900 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25258/statm: 82720 5900 400 364 0 18623 0
[pid=25260] ppid=25258 vsize=110248 CPUtime=680.31 cores=0,2,4,6
/proc/25260/stat : 25260 (march_hi) T 25258 25260 25260 0 -1 4202496 24109 0 0 0 68026 5 0 0 25 0 1 0 651946986 112893952 23823 33554432000 4194304 4955518 140736746037600 18446744073709551615 4235344 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25260/statm: 27562 23823 104 186 0 27375 0
[pid=25258/tid=25282] ppid=25147 vsize=330880 CPUtime=0 cores=0,2,4,6
/proc/25258/task/25282/stat : 25282 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 652015015 338821120 5900 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604450801094976 0 0 -1 6 0 0 0
[pid=25283] ppid=25147 vsize=341136 CPUtime=1.53 cores=0,2,4,6
/proc/25283/stat : 25283 (python) S 25147 25147 24428 0 -1 4202560 1147 0 0 0 91 62 0 0 16 0 2 0 652015017 349323264 5904 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25283/statm: 85284 5904 400 364 0 21184 0
[pid=25285] ppid=25283 vsize=80648 CPUtime=389.52 cores=0,2,4,6
/proc/25285/stat : 25285 (march_hi) T 25283 25285 25285 0 -1 4202496 14560 0 0 0 38949 3 0 0 25 0 1 0 652015017 82583552 14277 33554432000 4194304 4955518 140736513310480 18446744073709551615 4227532 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25285/statm: 20162 14277 104 186 0 19975 0
[pid=25283/tid=25370] ppid=25147 vsize=341136 CPUtime=0 cores=0,2,4,6
/proc/25283/task/25370/stat : 25370 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 652053980 349323264 5904 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604448556563392 0 0 -1 2 0 0 0
[pid=25371] ppid=25147 vsize=351392 CPUtime=0.75 cores=0,2,4,6
/proc/25371/stat : 25371 (python) S 25147 25147 24428 0 -1 4202560 1171 0 0 0 42 33 0 0 19 0 2 0 652053981 359825408 5918 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25371/statm: 87848 5918 406 364 0 23745 0
[pid=25373] ppid=25371 vsize=182580 CPUtime=194.85 cores=0,2,4,6
/proc/25373/stat : 25373 (kcnfs-2006) T 25371 25373 25373 0 -1 4202496 656 0 0 0 19485 0 0 0 25 0 1 0 652053982 186961920 389 33554432000 134512640 135163436 4288060784 18446744073709551615 134675195 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25373/statm: 45645 389 77 159 0 45485 0
[pid=25371/tid=25380] ppid=25147 vsize=351392 CPUtime=0 cores=0,2,4,6
/proc/25371/task/25380/stat : 25380 (python) S 25147 25147 24428 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 652073467 359825408 5918 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604449984668736 0 0 -1 6 0 0 0
[pid=25147/tid=25154] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 651712860 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
[pid=25147/tid=25161] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25161/stat : 25161 (python) S 25145 25147 24428 0 -1 4202560 37 935 0 0 0 0 0 0 15 0 9 0 651722800 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
[pid=25147/tid=25187] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25187/stat : 25187 (python) S 25145 25147 24428 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 651791192 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 4 0 0 0
[pid=25147/tid=25196] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25196/stat : 25196 (python) S 25145 25147 24428 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 651810595 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25226] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25226/stat : 25226 (python) S 25145 25147 24428 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 651859579 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25259] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25259/stat : 25259 (python) S 25145 25147 24428 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 651946985 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25284] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25284/stat : 25284 (python) S 25145 25147 24428 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 652015017 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25372] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25372/stat : 25372 (python) S 25145 25147 24428 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 652053982 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4981.13
Current children cumulated vsize (KiB) 5966056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4981.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/553 25910
/proc/meminfo: memFree=16342624/32951124 swapFree=63083192/67111528
[pid=25147] ppid=25145 vsize=361636 CPUtime=0.92 cores=0,2,4,6
/proc/25147/stat : 25147 (python) S 25145 25147 24428 0 -1 4202496 16967 935 1 0 78 14 0 0 18 0 9 0 651712778 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25147/statm: 90409 7405 1890 364 0 26306 0
[pid=25153] ppid=25147 vsize=288860 CPUtime=0.36 cores=0,2,4,6
/proc/25153/stat : 25153 (python) S 25147 25147 24428 0 -1 4202560 1075 0 0 0 20 16 0 0 19 0 2 0 651712860 295792640 5645 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/25153/statm: 72215 5645 410 364 0 8133 0
[pid=25155] ppid=25153 vsize=1017940 CPUtime=99.35 cores=0,2,4,6
/proc/25155/stat : 25155 (gnovelty+2) T 25153 25155 25155 0 -1 4202496 455 0 0 0 9935 0 0 0 25 0 1 0 651712860 1042370560 192 33554432000 134512640 135663704 4292572864 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/25155/statm: 254485 192 113 282 0 254201 0
[pid=25153/tid=25159] ppid=25147 vsize=288860 CPUtime=0 cores=0,2,4,6
/proc/25153/task/25159/stat : 25159 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651722797 295792640 5645 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604449941501248 0 0 -1 0 0 0 0
[pid=25160] ppid=25147 vsize=289440 CPUtime=8.38 cores=0,2,4,6
/proc/25160/stat : 25160 (python) S 25147 25147 24428 0 -1 4202560 1129 0 0 0 467 371 0 0 15 0 2 0 651722800 296386560 5771 33554432000 4194304 5683644 140734420737824 18446744073709551615 264726425158 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25160/statm: 72360 5771 400 364 0 8275 0
[pid=25162] ppid=25160 vsize=376832 CPUtime=2152.65 cores=0,2,4,6
/proc/25162/stat : 25162 (march_hi) R 25160 25162 25162 0 -1 4202496 70744 0 0 0 215250 15 0 0 25 0 1 0 651722800 385875968 70461 33554432000 4194304 4955518 140734964257296 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/25162/statm: 94208 70461 104 186 0 94021 0
[pid=25160/tid=25168] ppid=25147 vsize=289440 CPUtime=0 cores=0,2,4,6
/proc/25160/task/25168/stat : 25168 (python) S 25147 25147 24428 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 651742491 296386560 5771 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604441127592064 0 0 -1 6 0 0 0
[pid=25186] ppid=25147 vsize=299892 CPUtime=0.37 cores=0,2,4,6
/proc/25186/stat : 25186 (python) S 25147 25147 24428 0 -1 4202560 1078 0 0 0 20 17 0 0 19 0 2 0 651791192 307089408 5828 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25186/statm: 74973 5828 400 364 0 10885 0
[pid=25188] ppid=25186 vsize=1017940 CPUtime=99.34 cores=0,2,4,6
/proc/25188/stat : 25188 (gnovelty+2) T 25186 25188 25188 0 -1 4202496 452 0 0 0 9934 0 0 0 25 0 1 0 651791192 1042370560 191 33554432000 134512640 135663704 4291854160 18446744073709551615 134524697 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25188/statm: 254485 191 113 282 0 254201 0
[pid=25186/tid=25192] ppid=25147 vsize=299892 CPUtime=0 cores=0,2,4,6
/proc/25186/task/25192/stat : 25192 (python) S 25147 25147 24428 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 651801129 307089408 5828 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604442325004672 0 0 -1 6 0 0 0
[pid=25195] ppid=25147 vsize=310172 CPUtime=2.65 cores=0,2,4,6
/proc/25195/stat : 25195 (python) S 25147 25147 24428 0 -1 4202560 1158 0 0 0 151 114 0 0 16 0 2 0 651810595 317616128 5817 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25195/statm: 77543 5817 400 364 0 13452 0
[pid=25197] ppid=25195 vsize=110248 CPUtime=680.31 cores=0,2,4,6
/proc/25197/stat : 25197 (march_hi) T 25195 25197 25197 0 -1 4202496 24171 0 0 0 68026 5 0 0 25 0 1 0 651810596 112893952 23888 33554432000 4194304 4955518 140735833007440 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25197/statm: 27562 23888 104 186 0 27375 0
[pid=25195/tid=25224] ppid=25147 vsize=310172 CPUtime=0 cores=0,2,4,6
/proc/25195/task/25224/stat : 25224 (python) S 25147 25147 24428 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651859576 317616128 5817 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604440686682176 0 0 -1 6 0 0 0
[pid=25225] ppid=25147 vsize=385964 CPUtime=2.66 cores=0,2,4,6
/proc/25225/stat : 25225 (python) S 25147 25147 24428 0 -1 4202560 1172 0 0 0 147 119 0 0 15 0 2 0 651859579 395227136 5854 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25225/statm: 96491 5854 400 364 0 32397 0
[pid=25227] ppid=25225 vsize=110248 CPUtime=683.42 cores=0,2,4,6
/proc/25227/stat : 25227 (march_hi) T 25225 25227 25227 0 -1 4202496 23618 0 0 0 68337 5 0 0 25 0 1 0 651859579 112893952 23332 33554432000 4194304 4955518 140736286477904 18446744073709551615 4227121 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25227/statm: 27562 23332 104 186 0 27375 0
[pid=25225/tid=25231] ppid=25147 vsize=385964 CPUtime=0 cores=0,2,4,6
/proc/25225/task/25231/stat : 25231 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 651869335 395227136 5854 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604449487152320 0 0 -1 0 0 0 0
[pid=25258] ppid=25147 vsize=330880 CPUtime=2.66 cores=0,2,4,6
/proc/25258/stat : 25258 (python) S 25147 25147 24428 0 -1 4202560 1157 0 0 0 145 121 0 0 16 0 2 0 651946985 338821120 5900 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25258/statm: 82720 5900 400 364 0 18623 0
[pid=25260] ppid=25258 vsize=110248 CPUtime=680.31 cores=0,2,4,6
/proc/25260/stat : 25260 (march_hi) T 25258 25260 25260 0 -1 4202496 24109 0 0 0 68026 5 0 0 25 0 1 0 651946986 112893952 23823 33554432000 4194304 4955518 140736746037600 18446744073709551615 4235344 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25260/statm: 27562 23823 104 186 0 27375 0
[pid=25258/tid=25282] ppid=25147 vsize=330880 CPUtime=0 cores=0,2,4,6
/proc/25258/task/25282/stat : 25282 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 652015015 338821120 5900 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604450801094976 0 0 -1 6 0 0 0
[pid=25283] ppid=25147 vsize=341136 CPUtime=1.53 cores=0,2,4,6
/proc/25283/stat : 25283 (python) S 25147 25147 24428 0 -1 4202560 1147 0 0 0 91 62 0 0 16 0 2 0 652015017 349323264 5904 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25283/statm: 85284 5904 400 364 0 21184 0
[pid=25285] ppid=25283 vsize=80648 CPUtime=389.52 cores=0,2,4,6
/proc/25285/stat : 25285 (march_hi) T 25283 25285 25285 0 -1 4202496 14560 0 0 0 38949 3 0 0 25 0 1 0 652015017 82583552 14277 33554432000 4194304 4955518 140736513310480 18446744073709551615 4227532 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/25285/statm: 20162 14277 104 186 0 19975 0
[pid=25283/tid=25370] ppid=25147 vsize=341136 CPUtime=0 cores=0,2,4,6
/proc/25283/task/25370/stat : 25370 (python) S 25147 25147 24428 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 652053980 349323264 5904 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604448556563392 0 0 -1 2 0 0 0
[pid=25371] ppid=25147 vsize=351392 CPUtime=0.75 cores=0,2,4,6
/proc/25371/stat : 25371 (python) S 25147 25147 24428 0 -1 4202560 1171 0 0 0 42 33 0 0 19 0 2 0 652053981 359825408 5918 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25371/statm: 87848 5918 406 364 0 23745 0
[pid=25373] ppid=25371 vsize=182580 CPUtime=194.85 cores=0,2,4,6
/proc/25373/stat : 25373 (kcnfs-2006) T 25371 25373 25373 0 -1 4202496 656 0 0 0 19485 0 0 0 25 0 1 0 652053982 186961920 389 33554432000 134512640 135163436 4288060784 18446744073709551615 134675195 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/25373/statm: 45645 389 77 159 0 45485 0
[pid=25371/tid=25380] ppid=25147 vsize=351392 CPUtime=0 cores=0,2,4,6
/proc/25371/task/25380/stat : 25380 (python) S 25147 25147 24428 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 652073467 359825408 5918 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 514 18446604449984668736 0 0 -1 6 0 0 0
[pid=25147/tid=25154] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25154/stat : 25154 (python) S 25145 25147 24428 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 9 0 651712860 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
[pid=25147/tid=25161] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25161/stat : 25161 (python) S 25145 25147 24428 0 -1 4202560 37 935 0 0 0 0 0 0 15 0 9 0 651722800 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
[pid=25147/tid=25187] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25187/stat : 25187 (python) S 25145 25147 24428 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 651791192 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 4 0 0 0
[pid=25147/tid=25196] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25196/stat : 25196 (python) S 25145 25147 24428 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 651810595 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25226] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25226/stat : 25226 (python) S 25145 25147 24428 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 651859579 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25259] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25259/stat : 25259 (python) S 25145 25147 24428 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 651946985 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25284] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25284/stat : 25284 (python) S 25145 25147 24428 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 652015017 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 2 0 0 0
[pid=25147/tid=25372] ppid=25145 vsize=361636 CPUtime=0 cores=0,2,4,6
/proc/25147/task/25372/stat : 25372 (python) S 25145 25147 24428 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 652053982 370315264 7405 33554432000 4194304 5683644 140734420737824 18446744073709551615 264738228657 0 0 16781312 2 18446604453642638528 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 5966056

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 25147 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=790879
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=148977
# CPU time returned by wait4() is 0.939856
# 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): 4981.17
CPU time (s): 5000.03
CPU user time (s): 4991.03
CPU system time (s): 9
CPU usage (%): 100.379
Max. virtual memory (cumulated for all children) (KiB): 5966060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.790879
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17907
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= 2901
involuntary context switches= 30

runsolver used 32.4661 second user time and 62.9754 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-17 02:42:51
IDJOB=3386803
IDBENCH=82868
IDSOLVER=1872
FILE ID=node141/3386803-1305592971
RUNJOBID= node141-1305586143-24446
PBS_JOBID= 13350337
Free space on /tmp= 73200 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S960948361-055.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-3386803-1305592971/watcher-3386803-1305592971 -o /tmp/evaluation-result-3386803-1305592971/solver-3386803-1305592971 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386803-1305592971.cnf -seed 455774198 -budget 5000

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

MD5SUM BENCH= b51753a48e6efd66554e7afe4efc3b19
RANDOM SEED=455774198

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.84
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.806
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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17160944 kB
Buffers:        300904 kB
Cached:        5756644 kB
SwapCached:      15708 kB
Active:       10115844 kB
Inactive:      5383760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17160944 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:           31916 kB
Writeback:           0 kB
AnonPages:     9433352 kB
Mapped:          29116 kB
Slab:           150808 kB
PageTables:      71236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145625068 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= 73332 MiB
End job on node141 at 2011-05-17 04:05:55