Trace number 3386875

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.04 4980.37

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S224791863-033.UNKNOWN.cnf
MD5SUM97219d7d3b8dcf40225a045ad28970d7
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.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3386875-1305594280.cnf
0.32/0.47	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/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-3386875-1305594280.cnf in 0.09 s
0.42/0.59	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
98.29/98.03	c INFO: running march_hi@0 for 194 with 4902 remaining (b = 0.17)
296.74/295.72	c INFO: running march_hi@197 for 194 with 4704 remaining (b = 0.16)
492.58/490.88	c INFO: running march_hi@392 for 97 with 4509 remaining (b = 0.09)
591.36/589.29	c INFO: running march_hi@0 for 97 with 4411 remaining (b = 0.09)
692.07/689.56	c INFO: running march_hi@491 for 194 with 4311 remaining (b = 0.17)
884.46/881.20	c INFO: running gnovelty+2@0 for 97 with 4119 remaining (b = 0.07)
985.27/981.60	c INFO: running march_hi@100 for 291 with 4019 remaining (b = 0.22)
1275.15/1270.33	c INFO: running march_hi@388 for 97 with 3730 remaining (b = 0.08)
1376.75/1371.56	c INFO: running march_hi@0 for 97 with 3629 remaining (b = 0.08)
1477.76/1472.15	c INFO: running march_hi@490 for 194 with 3528 remaining (b = 0.15)
1671.89/1665.43	c INFO: running march_hi@100 for 291 with 3335 remaining (b = 0.20)
1962.28/1954.67	c INFO: running march_hi@389 for 97 with 3046 remaining (b = 0.07)
2058.08/2050.06	c INFO: running march_hi@0 for 388 with 2950 remaining (b = 0.24)
2452.79/2443.29	c INFO: running march_hi@393 for 97 with 2557 remaining (b = 0.06)
2549.99/2540.10	c INFO: running kcnfs-2006@0 for 582 with 2460 remaining (b = 0.26)
3139.93/3127.68	c INFO: running march_hi@0 for 388 with 1873 remaining (b = 0.19)
3530.54/3516.65	c INFO: running march_hi@682 for 1484 with 1484 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-3386875-1305594280/watcher-3386875-1305594280 -o /tmp/evaluation-result-3386875-1305594280/solver-3386875-1305594280 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386875-1305594280.cnf -seed 887792716 -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.00 2.04 2.00 3/519 9619
/proc/meminfo: memFree=11021252/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/9619/stat : 9619 (python) R 9617 9619 8584 0 -1 4202496 912 0 0 0 0 0 0 0 25 0 1 0 651843475 16154624 794 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9619/statm: 3944 795 346 364 0 431 0

[startup+0.106258 s]
/proc/loadavg: 2.00 2.04 2.00 3/519 9619
/proc/meminfo: memFree=11021252/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/9619/stat : 9619 (python) R 9617 9619 8584 0 -1 4202496 3146 0 0 0 5 2 0 0 25 0 1 0 651843475 107126784 2824 33554432000 4194304 5683644 140734819746032 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9619/statm: 26154 2826 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.201218 s]
/proc/loadavg: 2.00 2.04 2.00 3/519 9619
/proc/meminfo: memFree=11021252/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=128856 CPUtime=0.16 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 5587 931 1 0 12 4 0 0 18 0 1 0 651843475 131948544 4019 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/9619/statm: 32214 4019 1011 364 0 2993 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 128856

[startup+0.301205 s]
/proc/loadavg: 2.00 2.04 2.00 3/519 9619
/proc/meminfo: memFree=11021252/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=170748 CPUtime=0.24 cores=0,2,4,6
/proc/9619/stat : 9619 (python) R 9617 9619 8584 0 -1 4202496 6745 931 1 0 17 7 0 0 17 0 1 0 651843475 174845952 4808 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9619/statm: 42687 4808 1336 364 0 3452 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170748

[startup+0.701154 s]
/proc/loadavg: 2.00 2.04 2.00 3/519 9619
/proc/meminfo: memFree=11021252/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=288984 CPUtime=0.51 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 9838 931 1 0 41 10 0 0 19 0 2 0 651843475 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 72246 7120 1875 364 0 8164 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 288984

[startup+1.50099 s]
/proc/loadavg: 2.00 2.04 2.00 3/523 9627
/proc/meminfo: memFree=10995180/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=288984 CPUtime=0.51 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 9838 931 1 0 41 10 0 0 19 0 2 0 651843475 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 72246 7120 1875 364 0 8164 0
[pid=9625] ppid=9619 vsize=278740 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 651843535 285429760 5595 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471119 0 0 16781312 514 4299613286678134783 0 0 17 6 0 0 0
/proc/9625/statm: 69685 5595 354 364 0 5603 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=0.9 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) R 9625 9627 9627 0 -1 4202496 447 0 0 0 90 0 0 0 21 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 134524711 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9619/tid=9626] ppid=9617 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 651843535 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 1585656

[startup+3.10071 s]
/proc/loadavg: 2.00 2.04 2.00 3/523 9627
/proc/meminfo: memFree=10994684/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=288984 CPUtime=0.51 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 9838 931 1 0 41 10 0 0 19 0 2 0 651843475 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 72246 7120 1875 364 0 8164 0
[pid=9625] ppid=9619 vsize=278740 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 651843535 285429760 5595 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471119 0 0 16781312 514 4299613286678102276 0 0 17 6 0 0 0
/proc/9625/statm: 69685 5595 354 364 0 5603 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=2.5 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) R 9625 9627 9627 0 -1 4202496 447 0 0 0 250 0 0 0 25 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9619/tid=9626] ppid=9617 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 651843535 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 1585656

[startup+6.30109 s]
/proc/loadavg: 2.00 2.04 2.00 3/526 9630
/proc/meminfo: memFree=10990024/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=288984 CPUtime=0.51 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 9838 931 1 0 41 10 0 0 19 0 2 0 651843475 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 72246 7120 1875 364 0 8164 0
[pid=9625] ppid=9619 vsize=278740 CPUtime=0.02 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 889 0 0 0 1 1 0 0 18 0 1 0 651843535 285429760 5618 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471119 0 0 16781312 514 4299613286678102276 0 0 17 6 0 0 0
/proc/9625/statm: 69685 5618 377 364 0 5603 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=5.7 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) R 9625 9627 9627 0 -1 4202496 447 0 0 0 570 0 0 0 25 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9619/tid=9626] ppid=9617 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 651843535 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 1585656

[startup+12.7009 s]
/proc/loadavg: 2.00 2.04 2.00 3/526 9630
/proc/meminfo: memFree=10988176/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=288984 CPUtime=0.51 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 9838 931 1 0 41 10 0 0 19 0 2 0 651843475 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 72246 7120 1875 364 0 8164 0
[pid=9625] ppid=9619 vsize=278740 CPUtime=0.04 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 894 0 0 0 2 2 0 0 18 0 1 0 651843535 285429760 5618 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471119 0 0 16781312 514 10765837317043093764 0 0 17 6 0 0 0
/proc/9625/statm: 69685 5618 377 364 0 5603 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=12.1 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) R 9625 9627 9627 0 -1 4202496 447 0 0 0 1210 0 0 0 25 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9619/tid=9626] ppid=9617 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 651843535 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 1585656

[startup+25.5006 s]
/proc/loadavg: 2.00 2.03 2.00 3/526 9631
/proc/meminfo: memFree=10986928/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=288984 CPUtime=0.51 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 9838 931 1 0 41 10 0 0 19 0 2 0 651843475 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 72246 7120 1875 364 0 8164 0
[pid=9625] ppid=9619 vsize=278740 CPUtime=0.08 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 899 0 0 0 4 4 0 0 18 0 1 0 651843535 285429760 5618 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471119 0 0 16781312 514 10765837317043093764 0 0 17 6 0 0 0
/proc/9625/statm: 69685 5618 377 364 0 5603 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=24.9 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) R 9625 9627 9627 0 -1 4202496 447 0 0 0 2490 0 0 0 25 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9619/tid=9626] ppid=9617 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 651843535 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1585656

[startup+51.1008 s]
/proc/loadavg: 2.08 2.05 2.01 3/526 9631
/proc/meminfo: memFree=10983036/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=288984 CPUtime=0.51 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 9838 931 1 0 41 10 0 0 19 0 2 0 651843475 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 72246 7120 1875 364 0 8164 0
[pid=9625] ppid=9619 vsize=278740 CPUtime=0.17 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 909 0 0 0 9 8 0 0 18 0 1 0 651843535 285429760 5618 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471119 0 0 16781312 514 10765837317043093764 0 0 17 6 0 0 0
/proc/9625/statm: 69685 5618 377 364 0 5603 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=50.5 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) R 9625 9627 9627 0 -1 4202496 447 0 0 0 5050 0 0 0 25 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 134524594 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9619/tid=9626] ppid=9617 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 2 0 651843535 295919616 7120 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1585656

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/530 9637
/proc/meminfo: memFree=10969668/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=299620 CPUtime=0.54 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 10681 931 1 0 44 10 0 0 20 0 3 0 651843475 306810880 7236 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 74905 7236 1878 364 0 10820 0
[pid=9625] ppid=9619 vsize=288984 CPUtime=0.37 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 1082 0 0 0 20 17 0 0 19 0 2 0 651843535 295919616 5656 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9625/statm: 72246 5656 410 364 0 8164 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=97.4 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) T 9625 9627 9627 0 -1 4202496 447 0 0 0 9740 0 0 0 25 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9625/tid=9634] ppid=9619 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9625/task/9634/stat : 9634 (python) S 9619 9619 8584 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651853276 295919616 5656 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604453913774976 0 0 -1 6 0 0 0
[pid=9635] ppid=9619 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/9635/stat : 9635 (python) S 9619 9619 8584 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 651853279 296321024 5702 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471174 0 0 16781312 514 1222085188335403266 0 0 17 2 0 0 0
/proc/9635/statm: 72344 5702 348 364 0 8259 0
[pid=9637] ppid=9635 vsize=3320 CPUtime=4.27 cores=0,2,4,6
/proc/9637/stat : 9637 (march_hi) R 9635 9637 9637 0 -1 4202496 884 0 0 0 427 0 0 0 25 0 1 0 651853279 3399680 621 33554432000 4194304 4955518 140735465752000 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9637/statm: 830 621 104 186 0 643 0
[pid=9619/tid=9626] ppid=9617 vsize=299620 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 3 0 651843535 306810880 7236 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9636] ppid=9617 vsize=299620 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9636/stat : 9636 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 651853279 306810880 7236 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.58
Current children cumulated vsize (KiB) 1899232

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/530 9638
/proc/meminfo: memFree=10949912/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=299620 CPUtime=0.54 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 10681 931 1 0 44 10 0 0 20 0 3 0 651843475 306810880 7236 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 74905 7236 1878 364 0 10820 0
[pid=9625] ppid=9619 vsize=288984 CPUtime=0.37 cores=0,2,4,6

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

[pid=9668] ppid=9619 vsize=310232 CPUtime=0.37 cores=0,2,4,6
/proc/9668/stat : 9668 (python) S 9619 9619 8584 0 -1 4202560 1092 0 0 0 19 18 0 0 19 0 2 0 651931596 317677568 5832 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9668/statm: 77558 5832 400 364 0 13467 0
[pid=9670] ppid=9668 vsize=1017932 CPUtime=100.29 cores=0,2,4,6
/proc/9670/stat : 9670 (gnovelty+2) T 9668 9670 9670 0 -1 4202496 448 0 0 0 10029 0 0 0 25 0 1 0 651931596 1042362368 185 33554432000 134512640 135663704 4288595296 18446744073709551615 134544264 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9670/statm: 254483 185 113 282 0 254199 0
[pid=9668/tid=9673] ppid=9619 vsize=310232 CPUtime=0 cores=0,2,4,6
/proc/9668/task/9673/stat : 9673 (python) S 9619 9619 8584 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 651941633 317677568 5832 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604441923204096 0 0 -1 4 0 0 0
[pid=9689] ppid=9619 vsize=320340 CPUtime=2.02 cores=0,2,4,6
/proc/9689/stat : 9689 (python) S 9619 9619 8584 0 -1 4202560 1170 0 0 0 109 93 0 0 15 0 2 0 651980632 328028160 5815 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9689/statm: 80085 5815 400 364 0 15991 0
[pid=9691] ppid=9689 vsize=79072 CPUtime=485.15 cores=0,2,4,6
/proc/9691/stat : 9691 (march_hi) T 9689 9691 9691 0 -1 4202496 17564 0 0 0 48512 3 0 0 25 0 1 0 651980632 80969728 17299 33554432000 4194304 4955518 140733287658192 18446744073709551615 4224707 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9691/statm: 19768 17299 104 186 0 19581 0
[pid=9689/tid=9697] ppid=9619 vsize=320340 CPUtime=0 cores=0,2,4,6
/proc/9689/task/9697/stat : 9697 (python) S 9619 9619 8584 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651990688 328028160 5815 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=9718] ppid=9619 vsize=330796 CPUtime=2.01 cores=0,2,4,6
/proc/9718/stat : 9718 (python) S 9619 9619 8584 0 -1 4202560 1171 0 0 0 114 87 0 0 16 0 2 0 652048482 338735104 5879 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9718/statm: 82699 5879 400 364 0 18602 0
[pid=9720] ppid=9718 vsize=79072 CPUtime=489.88 cores=0,2,4,6
/proc/9720/stat : 9720 (march_hi) T 9718 9720 9720 0 -1 4202496 17425 0 0 0 48985 3 0 0 25 0 1 0 652048482 80969728 17160 33554432000 4194304 4955518 140734656673056 18446744073709551615 4224541 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9720/statm: 19768 17160 104 186 0 19581 0
[pid=9718/tid=9731] ppid=9619 vsize=330796 CPUtime=0 cores=0,2,4,6
/proc/9718/task/9731/stat : 9731 (python) S 9619 9619 8584 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652087803 338735104 5879 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604451007901760 0 0 -1 6 0 0 0
[pid=9739] ppid=9619 vsize=341052 CPUtime=2.37 cores=0,2,4,6
/proc/9739/stat : 9739 (python) S 9619 9619 8584 0 -1 4202560 1147 0 0 0 134 103 0 0 19 0 2 0 652097485 349237248 5883 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9739/statm: 85263 5883 400 364 0 21163 0
[pid=9741] ppid=9739 vsize=182580 CPUtime=587.57 cores=0,2,4,6
/proc/9741/stat : 9741 (kcnfs-2006) T 9739 9741 9741 0 -1 4202496 626 0 0 0 58757 0 0 0 25 0 1 0 652097486 186961920 366 33554432000 134512640 135163436 4289857648 18446744073709551615 134569085 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9741/statm: 45645 366 77 159 0 45485 0
[pid=9739/tid=9758] ppid=9619 vsize=341052 CPUtime=0 cores=0,2,4,6
/proc/9739/task/9758/stat : 9758 (python) S 9619 9619 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 652156242 349237248 5883 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604441762302848 0 0 -1 6 0 0 0
[pid=9759] ppid=9619 vsize=351308 CPUtime=1.6 cores=0,2,4,6
/proc/9759/stat : 9759 (python) S 9619 9619 8584 0 -1 4202560 1199 0 0 0 89 71 0 0 16 0 2 0 652156243 359739392 5893 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9759/statm: 87827 5893 406 364 0 23724 0
[pid=9761] ppid=9759 vsize=78940 CPUtime=388.95 cores=0,2,4,6
/proc/9761/stat : 9761 (march_hi) T 9759 9761 9761 0 -1 4202496 14343 0 0 0 38892 3 0 0 25 0 1 0 652156244 80834560 14071 33554432000 4194304 4955518 140733266448608 18446744073709551615 4227747 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9761/statm: 19735 14071 104 186 0 19548 0
[pid=9759/tid=10254] ppid=9619 vsize=351308 CPUtime=0 cores=0,2,4,6
/proc/9759/task/10254/stat : 10254 (python) S 9619 9619 8584 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 652195140 359739392 5893 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604450831869184 0 0 -1 6 0 0 0
[pid=9619/tid=9626] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 9 0 651843535 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9636] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9636/stat : 9636 (python) S 9617 9619 8584 0 -1 4202560 37 931 0 0 0 0 0 0 18 0 9 0 651853279 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9654] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9654/stat : 9654 (python) S 9617 9619 8584 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 651902405 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9669] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9669/stat : 9669 (python) S 9617 9619 8584 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 651931596 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9690] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9690/stat : 9690 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 651980632 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9719] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9719/stat : 9719 (python) S 9617 9619 8584 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 652048482 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9740] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9740/stat : 9740 (python) S 9617 9619 8584 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 652097485 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9760] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9760/stat : 9760 (python) S 9617 9619 8584 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 652156244 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4981.96
Current children cumulated vsize (KiB) 5845228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4980.3 s]
/proc/loadavg: 1.09 1.06 1.34 2/541 10314
/proc/meminfo: memFree=10363192/32951124 swapFree=65980224/67111528
[pid=9619] ppid=9617 vsize=361552 CPUtime=0.92 cores=0,2,4,6
/proc/9619/stat : 9619 (python) S 9617 9619 8584 0 -1 4202496 17492 931 1 0 80 12 0 0 18 0 9 0 651843475 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/9619/statm: 90388 7380 1890 364 0 26285 0
[pid=9625] ppid=9619 vsize=288984 CPUtime=0.37 cores=0,2,4,6
/proc/9625/stat : 9625 (python) S 9619 9619 8584 0 -1 4202560 1082 0 0 0 20 17 0 0 19 0 2 0 651843535 295919616 5656 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9625/statm: 72246 5656 410 364 0 8164 0
[pid=9627] ppid=9625 vsize=1017932 CPUtime=97.4 cores=0,2,4,6
/proc/9627/stat : 9627 (gnovelty+2) T 9625 9627 9627 0 -1 4202496 447 0 0 0 9740 0 0 0 25 0 1 0 651843535 1042362368 184 33554432000 134512640 135663704 4292086512 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9627/statm: 254483 184 113 282 0 254199 0
[pid=9625/tid=9634] ppid=9619 vsize=288984 CPUtime=0 cores=0,2,4,6
/proc/9625/task/9634/stat : 9634 (python) S 9619 9619 8584 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651853276 295919616 5656 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604453913774976 0 0 -1 6 0 0 0
[pid=9635] ppid=9619 vsize=289376 CPUtime=8.42 cores=0,2,4,6
/proc/9635/stat : 9635 (python) S 9619 9619 8584 0 -1 4202560 1143 0 0 0 483 359 0 0 15 0 2 0 651853279 296321024 5755 33554432000 4194304 5683644 140734819746032 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9635/statm: 72344 5755 400 364 0 8259 0
[pid=9637] ppid=9635 vsize=370336 CPUtime=2146.49 cores=0,2,4,6
/proc/9637/stat : 9637 (march_hi) R 9635 9637 9637 0 -1 4202496 69895 0 0 0 214633 16 0 0 25 0 1 0 651853279 379224064 69632 33554432000 4194304 4955518 140735465752000 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/9637/statm: 92584 69632 104 186 0 92397 0
[pid=9635/tid=9643] ppid=9619 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/9635/task/9643/stat : 9643 (python) S 9619 9619 8584 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 651873045 296321024 5755 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604444623112320 0 0 -1 4 0 0 0
[pid=9653] ppid=9619 vsize=299948 CPUtime=2.81 cores=0,2,4,6
/proc/9653/stat : 9653 (python) S 9619 9619 8584 0 -1 4202560 1146 0 0 0 148 133 0 0 15 0 2 0 651902404 307146752 5821 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9653/statm: 74987 5821 400 364 0 10899 0
[pid=9655] ppid=9653 vsize=125776 CPUtime=683.42 cores=0,2,4,6
/proc/9655/stat : 9655 (march_hi) T 9653 9655 9655 0 -1 4202496 24161 0 0 0 68338 4 0 0 25 0 1 0 651902405 128794624 23894 33554432000 4194304 4955518 140736270897984 18446744073709551615 4227741 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/9655/statm: 31444 23894 104 186 0 31257 0
[pid=9653/tid=9658] ppid=9619 vsize=299948 CPUtime=0 cores=0,2,4,6
/proc/9653/task/9658/stat : 9658 (python) S 9619 9619 8584 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651912429 307146752 5821 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604444105019584 0 0 -1 4 0 0 0
[pid=9668] ppid=9619 vsize=310232 CPUtime=0.37 cores=0,2,4,6
/proc/9668/stat : 9668 (python) S 9619 9619 8584 0 -1 4202560 1092 0 0 0 19 18 0 0 19 0 2 0 651931596 317677568 5832 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9668/statm: 77558 5832 400 364 0 13467 0
[pid=9670] ppid=9668 vsize=1017932 CPUtime=100.29 cores=0,2,4,6
/proc/9670/stat : 9670 (gnovelty+2) T 9668 9670 9670 0 -1 4202496 448 0 0 0 10029 0 0 0 25 0 1 0 651931596 1042362368 185 33554432000 134512640 135663704 4288595296 18446744073709551615 134544264 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/9670/statm: 254483 185 113 282 0 254199 0
[pid=9668/tid=9673] ppid=9619 vsize=310232 CPUtime=0 cores=0,2,4,6
/proc/9668/task/9673/stat : 9673 (python) S 9619 9619 8584 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 651941633 317677568 5832 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604441923204096 0 0 -1 4 0 0 0
[pid=9689] ppid=9619 vsize=320340 CPUtime=2.02 cores=0,2,4,6
/proc/9689/stat : 9689 (python) S 9619 9619 8584 0 -1 4202560 1170 0 0 0 109 93 0 0 15 0 2 0 651980632 328028160 5815 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9689/statm: 80085 5815 400 364 0 15991 0
[pid=9691] ppid=9689 vsize=79072 CPUtime=485.15 cores=0,2,4,6
/proc/9691/stat : 9691 (march_hi) T 9689 9691 9691 0 -1 4202496 17564 0 0 0 48512 3 0 0 25 0 1 0 651980632 80969728 17299 33554432000 4194304 4955518 140733287658192 18446744073709551615 4224707 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9691/statm: 19768 17299 104 186 0 19581 0
[pid=9689/tid=9697] ppid=9619 vsize=320340 CPUtime=0 cores=0,2,4,6
/proc/9689/task/9697/stat : 9697 (python) S 9619 9619 8584 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 651990688 328028160 5815 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=9718] ppid=9619 vsize=330796 CPUtime=2.01 cores=0,2,4,6
/proc/9718/stat : 9718 (python) S 9619 9619 8584 0 -1 4202560 1171 0 0 0 114 87 0 0 16 0 2 0 652048482 338735104 5879 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9718/statm: 82699 5879 400 364 0 18602 0
[pid=9720] ppid=9718 vsize=79072 CPUtime=489.88 cores=0,2,4,6
/proc/9720/stat : 9720 (march_hi) T 9718 9720 9720 0 -1 4202496 17425 0 0 0 48985 3 0 0 25 0 1 0 652048482 80969728 17160 33554432000 4194304 4955518 140734656673056 18446744073709551615 4224541 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9720/statm: 19768 17160 104 186 0 19581 0
[pid=9718/tid=9731] ppid=9619 vsize=330796 CPUtime=0 cores=0,2,4,6
/proc/9718/task/9731/stat : 9731 (python) S 9619 9619 8584 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 652087803 338735104 5879 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604451007901760 0 0 -1 6 0 0 0
[pid=9739] ppid=9619 vsize=341052 CPUtime=2.37 cores=0,2,4,6
/proc/9739/stat : 9739 (python) S 9619 9619 8584 0 -1 4202560 1147 0 0 0 134 103 0 0 19 0 2 0 652097485 349237248 5883 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9739/statm: 85263 5883 400 364 0 21163 0
[pid=9741] ppid=9739 vsize=182580 CPUtime=587.57 cores=0,2,4,6
/proc/9741/stat : 9741 (kcnfs-2006) T 9739 9741 9741 0 -1 4202496 626 0 0 0 58757 0 0 0 25 0 1 0 652097486 186961920 366 33554432000 134512640 135163436 4289857648 18446744073709551615 134569085 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9741/statm: 45645 366 77 159 0 45485 0
[pid=9739/tid=9758] ppid=9619 vsize=341052 CPUtime=0 cores=0,2,4,6
/proc/9739/task/9758/stat : 9758 (python) S 9619 9619 8584 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 652156242 349237248 5883 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604441762302848 0 0 -1 6 0 0 0
[pid=9759] ppid=9619 vsize=351308 CPUtime=1.6 cores=0,2,4,6
/proc/9759/stat : 9759 (python) S 9619 9619 8584 0 -1 4202560 1199 0 0 0 89 71 0 0 16 0 2 0 652156243 359739392 5893 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/9759/statm: 87827 5893 406 364 0 23724 0
[pid=9761] ppid=9759 vsize=78940 CPUtime=388.95 cores=0,2,4,6
/proc/9761/stat : 9761 (march_hi) T 9759 9761 9761 0 -1 4202496 14343 0 0 0 38892 3 0 0 25 0 1 0 652156244 80834560 14071 33554432000 4194304 4955518 140733266448608 18446744073709551615 4227747 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/9761/statm: 19735 14071 104 186 0 19548 0
[pid=9759/tid=10254] ppid=9619 vsize=351308 CPUtime=0 cores=0,2,4,6
/proc/9759/task/10254/stat : 10254 (python) S 9619 9619 8584 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 652195140 359739392 5893 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 514 18446604450831869184 0 0 -1 6 0 0 0
[pid=9619/tid=9626] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9626/stat : 9626 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 19 0 9 0 651843535 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9636] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9636/stat : 9636 (python) S 9617 9619 8584 0 -1 4202560 37 931 0 0 0 0 0 0 18 0 9 0 651853279 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9654] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9654/stat : 9654 (python) S 9617 9619 8584 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 651902405 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9669] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9669/stat : 9669 (python) S 9617 9619 8584 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 9 0 651931596 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9690] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9690/stat : 9690 (python) S 9617 9619 8584 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 651980632 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9719] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9719/stat : 9719 (python) S 9617 9619 8584 0 -1 4202560 32 931 0 0 0 0 0 0 18 0 9 0 652048482 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9740] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9740/stat : 9740 (python) S 9617 9619 8584 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 652097485 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
[pid=9619/tid=9760] ppid=9617 vsize=361552 CPUtime=0 cores=0,2,4,6
/proc/9619/task/9760/stat : 9760 (python) S 9617 9619 8584 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 652156244 370229248 7380 33554432000 4194304 5683644 140734819746032 18446744073709551615 228107274673 0 0 16781312 2 18446604445458093248 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 5845228

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

Real time (s): 4980.37
CPU time (s): 5000.04
CPU user time (s): 4990.82
CPU system time (s): 9.22
CPU usage (%): 100.395
Max. virtual memory (cumulated for all children) (KiB): 5845232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.804877
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18428
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= 1040
involuntary context switches= 28

runsolver used 34.0008 second user time and 66.8698 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-17 03:04:40
IDJOB=3386875
IDBENCH=82940
IDSOLVER=1872
FILE ID=node142/3386875-1305594280
RUNJOBID= node142-1305586143-8602
PBS_JOBID= 13350336
Free space on /tmp= 73500 MiB

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

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

MD5SUM BENCH= 97219d7d3b8dcf40225a045ad28970d7
RANDOM SEED=887792716

node142.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.846
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      11021408 kB
Buffers:        319408 kB
Cached:        4068304 kB
SwapCached:      11512 kB
Active:       17697296 kB
Inactive:      3849412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11021408 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           32616 kB
Writeback:           0 kB
AnonPages:    17156172 kB
Mapped:          37524 kB
Slab:           238376 kB
PageTables:      75844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 142663840 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= 73696 MiB
End job on node142 at 2011-05-17 04:27:42