Trace number 3386688

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.07 4981.07

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1734827769-099.UNKNOWN.cnf
MD5SUM2eb2fa74ab0dce335225200db81f6563
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3386688-1305590690.cnf
0.33/0.47	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.52	c INFO: computed variable balance statistics
0.42/0.56	c INFO: computed small-clause counts
0.42/0.56	c INFO: computed Horn-clause counts
0.42/0.56	c INFO: computed variable graph statistics
0.42/0.56	c INFO: collected features for HOME/instance-3386688-1305590690.cnf in 0.09 s
0.42/0.59	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
100.13/100.00	c INFO: running march_hi@0 for 194 with 4900 remaining (b = 0.17)
297.16/296.28	c INFO: running march_hi@196 for 194 with 4704 remaining (b = 0.17)
493.60/491.95	c INFO: running march_hi@391 for 97 with 4508 remaining (b = 0.09)
587.48/585.41	c INFO: running march_hi@0 for 97 with 4415 remaining (b = 0.09)
687.04/684.67	c INFO: running march_hi@485 for 97 with 4315 remaining (b = 0.08)
785.86/783.04	c INFO: running march_hi@583 for 97 with 4217 remaining (b = 0.10)
883.66/880.43	c INFO: running gnovelty+2@0 for 97 with 4120 remaining (b = 0.07)
981.40/977.87	c INFO: running march_hi@99 for 291 with 4022 remaining (b = 0.22)
1272.59/1267.82	c INFO: running march_hi@389 for 97 with 3732 remaining (b = 0.09)
1369.06/1363.96	c INFO: running march_hi@0 for 97 with 3636 remaining (b = 0.09)
1468.53/1463.10	c INFO: running march_hi@485 for 97 with 3537 remaining (b = 0.08)
1570.30/1564.49	c INFO: running march_hi@586 for 97 with 3436 remaining (b = 0.09)
1669.10/1662.81	c INFO: running march_hi@99 for 291 with 3337 remaining (b = 0.20)
1962.88/1955.41	c INFO: running march_hi@391 for 97 with 3045 remaining (b = 0.07)
2058.75/2050.94	c INFO: running march_hi@0 for 388 with 2949 remaining (b = 0.24)
2454.37/2445.06	c INFO: running march_hi@394 for 97 with 2555 remaining (b = 0.06)
2546.26/2536.55	c INFO: running kcnfs-2006@0 for 582 with 2464 remaining (b = 0.26)
3132.02/3120.08	c INFO: running march_hi@0 for 388 with 1880 remaining (b = 0.19)
3526.34/3512.80	c INFO: running march_hi@680 for 1488 with 1488 remaining (b = 0.45)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386688-1305590690/watcher-3386688-1305590690 -o /tmp/evaluation-result-3386688-1305590690/solver-3386688-1305590690 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386688-1305590690.cnf -seed 1827273034 -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.03 2.03 2.00 2/511 32031
/proc/meminfo: memFree=18344408/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/32031/stat : 32031 (python) R 32029 32031 31225 0 -1 4202496 1075 0 0 0 1 0 0 0 25 0 1 0 749299777 16793600 946 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988286445 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32031/statm: 4100 946 382 364 0 587 0

[startup+0.0821551 s]
/proc/loadavg: 2.03 2.03 2.00 2/511 32031
/proc/meminfo: memFree=18344408/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=89772 CPUtime=0.06 cores=0,2,4,6
/proc/32031/stat : 32031 (python) R 32029 32031 31225 0 -1 4202496 2640 0 0 0 5 1 0 0 25 0 1 0 749299777 91926528 2356 33554432000 4194304 5683644 140733559580784 18446744073709551615 215983619508 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32031/statm: 22443 2356 718 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89772

[startup+0.101141 s]
/proc/loadavg: 2.03 2.03 2.00 2/511 32031
/proc/meminfo: memFree=18344408/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/32031/stat : 32031 (python) R 32029 32031 31225 0 -1 4202496 3086 0 0 0 5 2 0 0 25 0 1 0 749299777 106733568 2767 33554432000 4194304 5683644 140733559580784 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/32031/statm: 26058 2767 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.302035 s]
/proc/loadavg: 2.03 2.03 2.00 2/511 32031
/proc/meminfo: memFree=18344408/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=187692 CPUtime=0.24 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 6829 932 1 0 17 7 0 0 17 0 1 0 749299777 192196608 4882 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/32031/statm: 46923 4882 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187692

[startup+0.701106 s]
/proc/loadavg: 2.03 2.03 2.00 2/511 32031
/proc/meminfo: memFree=18344408/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=288852 CPUtime=0.51 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 9826 932 1 0 41 10 0 0 19 0 2 0 749299777 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32031/statm: 72213 7101 1875 364 0 8131 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 288852

[startup+1.50096 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 32039
/proc/meminfo: memFree=18319172/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=288852 CPUtime=0.51 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 9826 932 1 0 41 10 0 0 19 0 2 0 749299777 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32031/statm: 72213 7101 1875 364 0 8131 0
[pid=32037] ppid=32031 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 749299837 285294592 5576 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612623 0 0 16781312 514 11857507232184795135 0 0 17 6 0 0 0
/proc/32037/statm: 69652 5576 354 364 0 5570 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=0.9 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) R 32037 32039 32039 0 -1 4202496 451 0 0 0 90 0 0 0 21 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134547047 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32031/tid=32038] ppid=32029 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 749299837 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 1585392

[startup+3.10055 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 32039
/proc/meminfo: memFree=18318056/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=288852 CPUtime=0.51 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 9826 932 1 0 41 10 0 0 19 0 2 0 749299777 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32031/statm: 72213 7101 1875 364 0 8131 0
[pid=32037] ppid=32031 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 749299837 285294592 5576 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612623 0 0 16781312 514 11857507232184762627 0 0 17 6 0 0 0
/proc/32037/statm: 69652 5576 354 364 0 5570 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=2.5 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) R 32037 32039 32039 0 -1 4202496 451 0 0 0 250 0 0 0 25 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32031/tid=32038] ppid=32029 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 749299837 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 1585392

[startup+6.30112 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 32039
/proc/meminfo: memFree=18317840/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=288852 CPUtime=0.51 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 9826 932 1 0 41 10 0 0 19 0 2 0 749299777 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32031/statm: 72213 7101 1875 364 0 8131 0
[pid=32037] ppid=32031 vsize=278608 CPUtime=0.02 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 882 0 0 0 1 1 0 0 18 0 1 0 749299837 285294592 5599 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612623 0 0 16781312 514 11857507232184762627 0 0 17 6 0 0 0
/proc/32037/statm: 69652 5599 377 364 0 5570 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=5.7 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) R 32037 32039 32039 0 -1 4202496 451 0 0 0 570 0 0 0 25 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134545534 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32031/tid=32038] ppid=32029 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 749299837 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 1585392

[startup+12.701 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 32039
/proc/meminfo: memFree=18317604/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=288852 CPUtime=0.51 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 9826 932 1 0 41 10 0 0 19 0 2 0 749299777 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32031/statm: 72213 7101 1875 364 0 8131 0
[pid=32037] ppid=32031 vsize=278608 CPUtime=0.04 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 887 0 0 0 2 2 0 0 18 0 1 0 749299837 285294592 5599 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612623 0 0 16781312 514 15590898960003203331 0 0 17 6 0 0 0
/proc/32037/statm: 69652 5599 377 364 0 5570 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=12.1 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) R 32037 32039 32039 0 -1 4202496 451 0 0 0 1210 0 0 0 25 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134544141 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32031/tid=32038] ppid=32029 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 749299837 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 1585392

[startup+25.5007 s]
/proc/loadavg: 2.10 2.04 2.01 3/515 32039
/proc/meminfo: memFree=18318048/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=288852 CPUtime=0.51 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 9826 932 1 0 41 10 0 0 19 0 2 0 749299777 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32031/statm: 72213 7101 1875 364 0 8131 0
[pid=32037] ppid=32031 vsize=278608 CPUtime=0.08 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 893 0 0 0 4 4 0 0 18 0 1 0 749299837 285294592 5599 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612623 0 0 16781312 514 15590898960003203331 0 0 17 6 0 0 0
/proc/32037/statm: 69652 5599 377 364 0 5570 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=24.9 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) R 32037 32039 32039 0 -1 4202496 451 0 0 0 2490 0 0 0 25 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134525529 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32031/tid=32038] ppid=32029 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 749299837 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1585392

[startup+51.1001 s]
/proc/loadavg: 2.06 2.04 2.00 3/515 32040
/proc/meminfo: memFree=18318080/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=288852 CPUtime=0.51 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 9826 932 1 0 41 10 0 0 19 0 2 0 749299777 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32031/statm: 72213 7101 1875 364 0 8131 0
[pid=32037] ppid=32031 vsize=278608 CPUtime=0.16 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 903 0 0 0 9 7 0 0 18 0 1 0 749299837 285294592 5599 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612623 0 0 16781312 514 15590898960003203331 0 0 17 6 0 0 0
/proc/32037/statm: 69652 5599 377 364 0 5570 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=50.49 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) R 32037 32039 32039 0 -1 4202496 451 0 0 0 5049 0 0 0 25 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134547363 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32031/tid=32038] ppid=32029 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 749299837 295784448 7101 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 1585392

[startup+102.318 s]
/proc/loadavg: 2.03 2.03 2.00 3/519 32045
/proc/meminfo: memFree=18312588/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=299652 CPUtime=0.54 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 10666 932 1 0 44 10 0 0 19 0 3 0 749299777 306843648 7243 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32031/statm: 74913 7243 1878 364 0 10828 0
[pid=32037] ppid=32031 vsize=288852 CPUtime=0.35 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 1078 0 0 0 18 17 0 0 19 0 2 0 749299837 295784448 5637 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32037/statm: 72213 5637 410 364 0 8131 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=99.37 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) T 32037 32039 32039 0 -1 4202496 451 0 0 0 9937 0 0 0 25 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32037/tid=32042] ppid=32031 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32037/task/32042/stat : 32042 (python) S 32031 32031 31225 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 749309775 295784448 5637 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604451378516992 0 0 -1 0 0 0 0
[pid=32043] ppid=32031 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/32043/stat : 32043 (python) S 32031 32031 31225 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 749309778 296353792 5709 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612678 0 0 16781312 514 4626019256302010628 0 0 17 0 0 0 0
/proc/32043/statm: 72352 5709 348 364 0 8267 0
[pid=32045] ppid=32043 vsize=2932 CPUtime=2.3 cores=0,2,4,6
/proc/32045/stat : 32045 (march_hi) R 32043 32045 32045 0 -1 4202496 789 0 0 0 230 0 0 0 21 0 1 0 749309778 3002368 524 33554432000 4194304 4955518 140733282481152 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32045/statm: 733 524 104 186 0 546 0
[pid=32031/tid=32038] ppid=32029 vsize=299652 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 3 0 749299837 306843648 7243 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
[pid=32031/tid=32044] ppid=32029 vsize=299652 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32044/stat : 32044 (python) S 32029 32031 31225 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 749309778 306843648 7243 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.56
Current children cumulated vsize (KiB) 1898776

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/519 32047
/proc/meminfo: memFree=18301516/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=299652 CPUtime=0.54 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 10666 932 1 0 44 10 0 0 19 0 3 0 749299777 306843648 7243 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32031/statm: 74913 7243 1878 364 0 10828 0
[pid=32037] ppid=32031 vsize=288852 CPUtime=0.35 cores=0,2,4,6

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

[pid=32080] ppid=32031 vsize=310204 CPUtime=0.37 cores=0,2,4,6
/proc/32080/stat : 32080 (python) S 32031 32031 31225 0 -1 4202560 1102 0 0 0 19 18 0 0 19 0 2 0 749387820 317648896 5824 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 77551 5824 400 364 0 13460 0
[pid=32082] ppid=32080 vsize=1017932 CPUtime=97.41 cores=0,2,4,6
/proc/32082/stat : 32082 (gnovelty+2) T 32080 32082 32082 0 -1 4202496 448 0 0 0 9741 0 0 0 25 0 1 0 749387821 1042362368 184 33554432000 134512640 135663704 4287885136 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32082/statm: 254483 184 113 282 0 254199 0
[pid=32080/tid=32086] ppid=32031 vsize=310204 CPUtime=0 cores=0,2,4,6
/proc/32080/task/32086/stat : 32086 (python) S 32031 32031 31225 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749397561 317648896 5824 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604450025854016 0 0 -1 0 0 0 0
[pid=32098] ppid=32031 vsize=320460 CPUtime=1.94 cores=0,2,4,6
/proc/32098/stat : 32098 (python) S 32031 32031 31225 0 -1 4202560 1155 0 0 0 106 88 0 0 16 0 2 0 749436174 328151040 5828 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32098/statm: 80115 5828 400 364 0 16021 0
[pid=32100] ppid=32098 vsize=78976 CPUtime=487.19 cores=0,2,4,6
/proc/32100/stat : 32100 (march_hi) T 32098 32100 32100 0 -1 4202496 17524 0 0 0 48716 3 0 0 25 0 1 0 749436174 80871424 17257 33554432000 4194304 4955518 140734319172832 18446744073709551615 4282612 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32100/statm: 19744 17257 104 186 0 19557 0
[pid=32098/tid=32104] ppid=32031 vsize=320460 CPUtime=0 cores=0,2,4,6
/proc/32098/task/32104/stat : 32104 (python) S 32031 32031 31225 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 749446085 328151040 5828 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604450560624704 0 0 -1 6 0 0 0
[pid=32127] ppid=32031 vsize=330716 CPUtime=1.89 cores=0,2,4,6
/proc/32127/stat : 32127 (python) S 32031 32031 31225 0 -1 4202560 1173 0 0 0 100 89 0 0 16 0 2 0 749504872 338653184 5858 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32127/statm: 82679 5858 400 364 0 18582 0
[pid=32129] ppid=32127 vsize=78976 CPUtime=485.57 cores=0,2,4,6
/proc/32129/stat : 32129 (march_hi) T 32127 32129 32129 0 -1 4202496 16167 0 0 0 48552 5 0 0 25 0 1 0 749504872 80871424 15902 33554432000 4194304 4955518 140736876489552 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32129/statm: 19744 15902 104 186 0 19557 0
[pid=32127/tid=32148] ppid=32031 vsize=330716 CPUtime=0 cores=0,2,4,6
/proc/32127/task/32148/stat : 32148 (python) S 32031 32031 31225 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749544281 338653184 5858 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604444240942976 0 0 -1 6 0 0 0
[pid=32151] ppid=32031 vsize=340448 CPUtime=2.3 cores=0,2,4,6
/proc/32151/stat : 32151 (python) S 32031 32031 31225 0 -1 4202560 1148 0 0 0 127 103 0 0 19 0 2 0 749553433 348618752 5737 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32151/statm: 85112 5737 400 364 0 21012 0
[pid=32153] ppid=32151 vsize=182584 CPUtime=583.5 cores=0,2,4,6
/proc/32153/stat : 32153 (kcnfs-2006) T 32151 32153 32153 0 -1 4202496 632 0 0 0 58348 2 0 0 25 0 1 0 749553433 186966016 370 33554432000 134512640 135163436 4292499152 18446744073709551615 134559568 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32153/statm: 45646 370 77 159 0 45486 0
[pid=32151/tid=32171] ppid=32031 vsize=340448 CPUtime=0 cores=0,2,4,6
/proc/32151/task/32171/stat : 32171 (python) S 32031 32031 31225 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 749611784 348618752 5737 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604443005572224 0 0 -1 6 0 0 0
[pid=32172] ppid=32031 vsize=351356 CPUtime=1.63 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32031 32031 31225 0 -1 4202560 1202 0 0 0 89 74 0 0 16 0 2 0 749611785 359788544 5878 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32172/statm: 87839 5878 406 364 0 23736 0
[pid=32174] ppid=32172 vsize=78976 CPUtime=392.58 cores=0,2,4,6
/proc/32174/stat : 32174 (march_hi) T 32172 32174 32174 0 -1 4202496 14077 0 0 0 39254 4 0 0 25 0 1 0 749611786 80871424 13807 33554432000 4194304 4955518 140733431223872 18446744073709551615 4227659 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32174/statm: 19744 13807 104 186 0 19557 0
[pid=32172/tid=32194] ppid=32031 vsize=351356 CPUtime=0 cores=0,2,4,6
/proc/32172/task/32194/stat : 32194 (python) S 32031 32031 31225 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749651057 359788544 5878 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604453693706304 0 0 -1 6 0 0 0
[pid=32031/tid=32038] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 9 0 749299837 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
[pid=32031/tid=32044] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32044/stat : 32044 (python) S 32029 32031 31225 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 9 0 749309778 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
[pid=32031/tid=32065] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32065/stat : 32065 (python) S 32029 32031 31225 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 749358318 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32081] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32081/stat : 32081 (python) S 32029 32031 31225 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 749387820 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32099] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32099/stat : 32099 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 749436174 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32128] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32128/stat : 32128 (python) S 32029 32031 31225 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 749504872 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32152] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32152/stat : 32152 (python) S 32029 32031 31225 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 749553433 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
[pid=32031/tid=32173] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32173/stat : 32173 (python) S 32029 32031 31225 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 749611786 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4981.28
Current children cumulated vsize (KiB) 5843924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4981 s]
/proc/loadavg: 2.02 2.05 2.00 3/523 32735
/proc/meminfo: memFree=17755908/32950940 swapFree=67111356/67111528
[pid=32031] ppid=32029 vsize=361600 CPUtime=0.98 cores=0,2,4,6
/proc/32031/stat : 32031 (python) S 32029 32031 31225 0 -1 4202496 17225 932 1 0 86 12 0 0 18 0 9 0 749299777 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32031/statm: 90400 7367 1890 364 0 26297 0
[pid=32037] ppid=32031 vsize=288852 CPUtime=0.35 cores=0,2,4,6
/proc/32037/stat : 32037 (python) S 32031 32031 31225 0 -1 4202560 1078 0 0 0 18 17 0 0 19 0 2 0 749299837 295784448 5637 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32037/statm: 72213 5637 410 364 0 8131 0
[pid=32039] ppid=32037 vsize=1017932 CPUtime=99.37 cores=0,2,4,6
/proc/32039/stat : 32039 (gnovelty+2) T 32037 32039 32039 0 -1 4202496 451 0 0 0 9937 0 0 0 25 0 1 0 749299837 1042362368 184 33554432000 134512640 135663704 4291642240 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32039/statm: 254483 184 113 282 0 254199 0
[pid=32037/tid=32042] ppid=32031 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/32037/task/32042/stat : 32042 (python) S 32031 32031 31225 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 749309775 295784448 5637 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604451378516992 0 0 -1 0 0 0 0
[pid=32043] ppid=32031 vsize=289408 CPUtime=8.24 cores=0,2,4,6
/proc/32043/stat : 32043 (python) S 32031 32031 31225 0 -1 4202560 1133 0 0 0 436 388 0 0 15 0 2 0 749309778 296353792 5762 33554432000 4194304 5683644 140733559580784 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32043/statm: 72352 5762 400 364 0 8267 0
[pid=32045] ppid=32043 vsize=370036 CPUtime=2149.11 cores=0,2,4,6
/proc/32045/stat : 32045 (march_hi) R 32043 32045 32045 0 -1 4202496 66986 0 0 0 214888 23 0 0 25 0 1 0 749309778 378916864 66721 33554432000 4194304 4955518 140733282481152 18446744073709551615 4235350 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32045/statm: 92509 66721 104 186 0 92322 0
[pid=32043/tid=32052] ppid=32031 vsize=289408 CPUtime=0 cores=0,2,4,6
/proc/32043/task/32052/stat : 32052 (python) S 32031 32031 31225 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749329403 296353792 5762 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604447527372032 0 0 -1 6 0 0 0
[pid=32064] ppid=32031 vsize=299852 CPUtime=2.69 cores=0,2,4,6
/proc/32064/stat : 32064 (python) S 32031 32031 31225 0 -1 4202560 1132 0 0 0 148 121 0 0 15 0 2 0 749358318 307048448 5796 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32064/statm: 74963 5796 400 364 0 10875 0
[pid=32066] ppid=32064 vsize=125616 CPUtime=684.95 cores=0,2,4,6
/proc/32066/stat : 32066 (march_hi) T 32064 32066 32066 0 -1 4202496 23852 0 0 0 68490 5 0 0 25 0 1 0 749358319 128630784 23587 33554432000 4194304 4955518 140737420497408 18446744073709551615 4224628 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32066/statm: 31404 23587 104 186 0 31217 0
[pid=32064/tid=32071] ppid=32031 vsize=299852 CPUtime=0 cores=0,2,4,6
/proc/32064/task/32071/stat : 32071 (python) S 32031 32031 31225 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749368242 307048448 5796 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604449567491392 0 0 -1 6 0 0 0
[pid=32080] ppid=32031 vsize=310204 CPUtime=0.37 cores=0,2,4,6
/proc/32080/stat : 32080 (python) S 32031 32031 31225 0 -1 4202560 1102 0 0 0 19 18 0 0 19 0 2 0 749387820 317648896 5824 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32080/statm: 77551 5824 400 364 0 13460 0
[pid=32082] ppid=32080 vsize=1017932 CPUtime=97.41 cores=0,2,4,6
/proc/32082/stat : 32082 (gnovelty+2) T 32080 32082 32082 0 -1 4202496 448 0 0 0 9741 0 0 0 25 0 1 0 749387821 1042362368 184 33554432000 134512640 135663704 4287885136 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32082/statm: 254483 184 113 282 0 254199 0
[pid=32080/tid=32086] ppid=32031 vsize=310204 CPUtime=0 cores=0,2,4,6
/proc/32080/task/32086/stat : 32086 (python) S 32031 32031 31225 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 749397561 317648896 5824 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604450025854016 0 0 -1 0 0 0 0
[pid=32098] ppid=32031 vsize=320460 CPUtime=1.94 cores=0,2,4,6
/proc/32098/stat : 32098 (python) S 32031 32031 31225 0 -1 4202560 1155 0 0 0 106 88 0 0 16 0 2 0 749436174 328151040 5828 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32098/statm: 80115 5828 400 364 0 16021 0
[pid=32100] ppid=32098 vsize=78976 CPUtime=487.19 cores=0,2,4,6
/proc/32100/stat : 32100 (march_hi) T 32098 32100 32100 0 -1 4202496 17524 0 0 0 48716 3 0 0 25 0 1 0 749436174 80871424 17257 33554432000 4194304 4955518 140734319172832 18446744073709551615 4282612 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32100/statm: 19744 17257 104 186 0 19557 0
[pid=32098/tid=32104] ppid=32031 vsize=320460 CPUtime=0 cores=0,2,4,6
/proc/32098/task/32104/stat : 32104 (python) S 32031 32031 31225 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 749446085 328151040 5828 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604450560624704 0 0 -1 6 0 0 0
[pid=32127] ppid=32031 vsize=330716 CPUtime=1.89 cores=0,2,4,6
/proc/32127/stat : 32127 (python) S 32031 32031 31225 0 -1 4202560 1173 0 0 0 100 89 0 0 16 0 2 0 749504872 338653184 5858 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32127/statm: 82679 5858 400 364 0 18582 0
[pid=32129] ppid=32127 vsize=78976 CPUtime=485.57 cores=0,2,4,6
/proc/32129/stat : 32129 (march_hi) T 32127 32129 32129 0 -1 4202496 16167 0 0 0 48552 5 0 0 25 0 1 0 749504872 80871424 15902 33554432000 4194304 4955518 140736876489552 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32129/statm: 19744 15902 104 186 0 19557 0
[pid=32127/tid=32148] ppid=32031 vsize=330716 CPUtime=0 cores=0,2,4,6
/proc/32127/task/32148/stat : 32148 (python) S 32031 32031 31225 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 749544281 338653184 5858 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604444240942976 0 0 -1 6 0 0 0
[pid=32151] ppid=32031 vsize=340448 CPUtime=2.3 cores=0,2,4,6
/proc/32151/stat : 32151 (python) S 32031 32031 31225 0 -1 4202560 1148 0 0 0 127 103 0 0 19 0 2 0 749553433 348618752 5737 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32151/statm: 85112 5737 400 364 0 21012 0
[pid=32153] ppid=32151 vsize=182584 CPUtime=583.5 cores=0,2,4,6
/proc/32153/stat : 32153 (kcnfs-2006) T 32151 32153 32153 0 -1 4202496 632 0 0 0 58348 2 0 0 25 0 1 0 749553433 186966016 370 33554432000 134512640 135163436 4292499152 18446744073709551615 134559568 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32153/statm: 45646 370 77 159 0 45486 0
[pid=32151/tid=32171] ppid=32031 vsize=340448 CPUtime=0 cores=0,2,4,6
/proc/32151/task/32171/stat : 32171 (python) S 32031 32031 31225 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 749611784 348618752 5737 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604443005572224 0 0 -1 6 0 0 0
[pid=32172] ppid=32031 vsize=351356 CPUtime=1.63 cores=0,2,4,6
/proc/32172/stat : 32172 (python) S 32031 32031 31225 0 -1 4202560 1202 0 0 0 89 74 0 0 16 0 2 0 749611785 359788544 5878 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/32172/statm: 87839 5878 406 364 0 23736 0
[pid=32174] ppid=32172 vsize=78976 CPUtime=392.58 cores=0,2,4,6
/proc/32174/stat : 32174 (march_hi) T 32172 32174 32174 0 -1 4202496 14077 0 0 0 39254 4 0 0 25 0 1 0 749611786 80871424 13807 33554432000 4194304 4955518 140733431223872 18446744073709551615 4227659 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32174/statm: 19744 13807 104 186 0 19557 0
[pid=32172/tid=32194] ppid=32031 vsize=351356 CPUtime=0 cores=0,2,4,6
/proc/32172/task/32194/stat : 32194 (python) S 32031 32031 31225 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749651057 359788544 5878 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 514 18446604453693706304 0 0 -1 6 0 0 0
[pid=32031/tid=32038] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32038/stat : 32038 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 9 0 749299837 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
[pid=32031/tid=32044] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32044/stat : 32044 (python) S 32029 32031 31225 0 -1 4202560 38 932 0 0 0 0 0 0 18 0 9 0 749309778 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
[pid=32031/tid=32065] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32065/stat : 32065 (python) S 32029 32031 31225 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 9 0 749358318 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32081] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32081/stat : 32081 (python) S 32029 32031 31225 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 749387820 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32099] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32099/stat : 32099 (python) S 32029 32031 31225 0 -1 4202560 29 932 0 0 0 0 0 0 18 0 9 0 749436174 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32128] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32128/stat : 32128 (python) S 32029 32031 31225 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 749504872 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 2 0 0 0
[pid=32031/tid=32152] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32152/stat : 32152 (python) S 32029 32031 31225 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 749553433 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
[pid=32031/tid=32173] ppid=32029 vsize=361600 CPUtime=0 cores=0,2,4,6
/proc/32031/task/32173/stat : 32173 (python) S 32029 32031 31225 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 749611786 370278400 7367 33554432000 4194304 5683644 140733559580784 18446744073709551615 216000416177 0 0 16781312 2 18446604443680989568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 5843924

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

Real time (s): 4981.07
CPU time (s): 5000.07
CPU user time (s): 4990.55
CPU system time (s): 9.52
CPU usage (%): 100.381
Max. virtual memory (cumulated for all children) (KiB): 5843924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.868867
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18162
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1047
involuntary context switches= 34

runsolver used 32.757 second user time and 62.7755 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-17 02:04:50
IDJOB=3386688
IDBENCH=82753
IDSOLVER=1872
FILE ID=node117/3386688-1305590690
RUNJOBID= node117-1305586148-31243
PBS_JOBID= 13350361
Free space on /tmp= 73392 MiB

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

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

MD5SUM BENCH= 2eb2fa74ab0dce335225200db81f6563
RANDOM SEED=1827273034

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18344572 kB
Buffers:        344812 kB
Cached:        4849856 kB
SwapCached:          0 kB
Active:       10985008 kB
Inactive:      3243000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18344572 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32772 kB
Writeback:           0 kB
AnonPages:     9033024 kB
Mapped:          43964 kB
Slab:           250568 kB
PageTables:      59568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 138184920 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= 73352 MiB
End job on node117 at 2011-05-17 03:27:53