Trace number 3386654

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 4980.99

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1298256564-085.UNKNOWN.cnf
MD5SUMcf48efaad74dd9e258ebbccf8ec047e7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3386654-1305589908.cnf
0.31/0.47	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.41/0.53	c INFO: computed variable balance statistics
0.41/0.58	c INFO: computed small-clause counts
0.41/0.58	c INFO: computed Horn-clause counts
0.41/0.58	c INFO: computed variable graph statistics
0.41/0.58	c INFO: collected features for HOME/instance-3386654-1305589908.cnf in 0.11 s
0.51/0.61	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
100.21/100.01	c INFO: running march_hi@0 for 194 with 4900 remaining (b = 0.15)
298.57/297.68	c INFO: running march_hi@197 for 194 with 4702 remaining (b = 0.16)
495.15/493.49	c INFO: running march_hi@393 for 97 with 4507 remaining (b = 0.09)
592.77/590.60	c INFO: running march_hi@490 for 97 with 4409 remaining (b = 0.08)
689.24/686.78	c INFO: running march_hi@586 for 97 with 4313 remaining (b = 0.09)
786.17/783.29	c INFO: running gnovelty+2@0 for 97 with 4217 remaining (b = 0.07)
885.99/882.72	c INFO: running march_hi@683 for 97 with 4117 remaining (b = 0.06)
980.61/976.96	c INFO: running march_hi@0 for 485 with 4023 remaining (b = 0.32)
1470.53/1464.93	c INFO: running march_hi@0 for 97 with 3535 remaining (b = 0.07)
1571.51/1565.53	c INFO: running march_hi@487 for 97 with 3435 remaining (b = 0.07)
1671.25/1664.88	c INFO: running march_hi@587 for 97 with 3335 remaining (b = 0.09)
1766.54/1759.76	c INFO: running march_hi@100 for 291 with 3240 remaining (b = 0.19)
2058.78/2050.88	c INFO: running march_hi@391 for 97 with 2949 remaining (b = 0.07)
2153.09/2144.70	c INFO: running march_hi@485 for 97 with 2856 remaining (b = 0.06)
2251.04/2242.35	c INFO: running march_hi@583 for 97 with 2758 remaining (b = 0.06)
2352.67/2343.50	c INFO: running march_hi@0 for 679 with 2657 remaining (b = 0.29)
3035.40/3023.60	c INFO: running march_hi@0 for 388 with 1977 remaining (b = 0.20)
3426.06/3413.05	c INFO: running kcnfs-2006@0 for 194 with 1588 remaining (b = 0.09)
3625.60/3611.87	c INFO: running march_hi@777 for 1389 with 1389 remaining (b = 0.42)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386654-1305589908/watcher-3386654-1305589908 -o /tmp/evaluation-result-3386654-1305589908/solver-3386654-1305589908 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386654-1305589908.cnf -seed 1905897447 -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.03 2.00 3/526 11950
/proc/meminfo: memFree=14251956/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/11950/stat : 11950 (python) R 11948 11950 11438 0 -1 4202496 989 0 0 0 0 0 0 0 25 0 1 0 670587532 16633856 862 33554432000 4194304 5683644 140735370213568 18446744073709551615 4468768 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11950/statm: 4061 865 368 364 0 548 0

[startup+0.106569 s]
/proc/loadavg: 2.00 2.03 2.00 3/526 11950
/proc/meminfo: memFree=14251956/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=104616 CPUtime=0.07 cores=0,2,4,6
/proc/11950/stat : 11950 (python) R 11948 11950 11438 0 -1 4202496 3151 0 0 0 5 2 0 0 17 0 1 0 670587532 107126784 2827 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11950/statm: 26154 2827 847 364 0 1902 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104616

[startup+0.200516 s]
/proc/loadavg: 2.00 2.03 2.00 3/526 11950
/proc/meminfo: memFree=14251956/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=128864 CPUtime=0.14 cores=0,2,4,6
/proc/11950/stat : 11950 (python) R 11948 11950 11438 0 -1 4202496 5587 931 1 0 11 3 0 0 18 0 1 0 670587532 131956736 4020 33554432000 4194304 5683644 140735370213568 18446744073709551615 4502173 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11950/statm: 32216 4020 1011 364 0 2995 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 128864

[startup+0.300529 s]
/proc/loadavg: 2.00 2.03 2.00 3/526 11950
/proc/meminfo: memFree=14251956/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=170756 CPUtime=0.23 cores=0,2,4,6
/proc/11950/stat : 11950 (python) R 11948 11950 11438 0 -1 4202496 6737 931 1 0 17 6 0 0 17 0 1 0 670587532 174854144 4805 33554432000 4194304 5683644 140735370213568 18446744073709551615 4566804 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11950/statm: 42689 4805 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700464 s]
/proc/loadavg: 2.00 2.03 2.00 3/526 11950
/proc/meminfo: memFree=14251956/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 9833 931 1 0 43 9 0 0 19 0 2 0 670587532 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 72213 7106 1875 364 0 8131 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 288852

[startup+1.50031 s]
/proc/loadavg: 2.00 2.03 2.00 3/530 11958
/proc/meminfo: memFree=14226508/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 9833 931 1 0 43 9 0 0 19 0 2 0 670587532 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 72213 7106 1875 364 0 8131 0
[pid=11956] ppid=11950 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 670587593 285294592 5581 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500711951 0 0 16781312 514 7653005828772855807 0 0 17 6 0 0 0
/proc/11956/statm: 69652 5581 354 364 0 5570 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=0.88 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) R 11956 11958 11958 0 -1 4202496 454 0 0 0 88 0 0 0 21 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11950/tid=11957] ppid=11948 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 2 0 670587593 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1585400

[startup+3.10098 s]
/proc/loadavg: 2.00 2.03 2.00 3/530 11958
/proc/meminfo: memFree=14225764/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 9833 931 1 0 43 9 0 0 19 0 2 0 670587532 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 72213 7106 1875 364 0 8131 0
[pid=11956] ppid=11950 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 670587593 285294592 5581 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500711951 0 0 16781312 514 7653005828772823298 0 0 17 6 0 0 0
/proc/11956/statm: 69652 5581 354 364 0 5570 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=2.48 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) R 11956 11958 11958 0 -1 4202496 454 0 0 0 248 0 0 0 25 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11950/tid=11957] ppid=11948 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 2 0 670587593 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1585400

[startup+6.30035 s]
/proc/loadavg: 2.00 2.03 2.00 3/530 11958
/proc/meminfo: memFree=14225152/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 9833 931 1 0 43 9 0 0 19 0 2 0 670587532 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 72213 7106 1875 364 0 8131 0
[pid=11956] ppid=11950 vsize=278608 CPUtime=0.01 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 895 0 0 0 0 1 0 0 18 0 1 0 670587593 285294592 5604 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500711951 0 0 16781312 514 7653005828772823298 0 0 17 6 0 0 0
/proc/11956/statm: 69652 5604 377 364 0 5570 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=5.68 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) R 11956 11958 11958 0 -1 4202496 454 0 0 0 568 0 0 0 25 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134525382 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11950/tid=11957] ppid=11948 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 2 0 670587593 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585400

[startup+12.7011 s]
/proc/loadavg: 2.00 2.03 2.00 3/530 11958
/proc/meminfo: memFree=14225264/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 9833 931 1 0 43 9 0 0 19 0 2 0 670587532 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 72213 7106 1875 364 0 8131 0
[pid=11956] ppid=11950 vsize=278608 CPUtime=0.03 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 897 0 0 0 1 2 0 0 18 0 1 0 670587593 285294592 5604 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500711951 0 0 16781312 514 1546986472001732866 0 0 17 6 0 0 0
/proc/11956/statm: 69652 5604 377 364 0 5570 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=12.08 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) R 11956 11958 11958 0 -1 4202496 454 0 0 0 1208 0 0 0 25 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134546218 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11950/tid=11957] ppid=11948 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 2 0 670587593 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1585400

[startup+25.5005 s]
/proc/loadavg: 2.16 2.06 2.01 3/530 11959
/proc/meminfo: memFree=14226164/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 9833 931 1 0 43 9 0 0 19 0 2 0 670587532 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 72213 7106 1875 364 0 8131 0
[pid=11956] ppid=11950 vsize=278608 CPUtime=0.08 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 900 0 0 0 4 4 0 0 18 0 1 0 670587593 285294592 5604 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500711951 0 0 16781312 514 1546986472001732866 0 0 17 2 0 0 0
/proc/11956/statm: 69652 5604 377 364 0 5570 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=24.88 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) R 11956 11958 11958 0 -1 4202496 454 0 0 0 2488 0 0 0 25 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11950/tid=11957] ppid=11948 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 2 0 670587593 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1585400

[startup+51.1004 s]
/proc/loadavg: 2.10 2.05 2.01 3/530 11959
/proc/meminfo: memFree=14226060/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=288852 CPUtime=0.52 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 9833 931 1 0 43 9 0 0 19 0 2 0 670587532 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 72213 7106 1875 364 0 8131 0
[pid=11956] ppid=11950 vsize=278608 CPUtime=0.17 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 909 0 0 0 8 9 0 0 18 0 1 0 670587593 285294592 5604 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500711951 0 0 16781312 514 1546986472001732866 0 0 17 2 0 0 0
/proc/11956/statm: 69652 5604 377 364 0 5570 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=50.44 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) R 11956 11958 11958 0 -1 4202496 454 0 0 0 5044 0 0 0 25 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11950/tid=11957] ppid=11948 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 2 0 670587593 295784448 7106 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1585400

[startup+102.301 s]
/proc/loadavg: 2.17 2.07 2.01 3/534 11965
/proc/meminfo: memFree=14221036/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=299640 CPUtime=0.55 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 10675 931 1 0 46 9 0 0 19 0 3 0 670587532 306831360 7240 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 74910 7240 1878 364 0 10825 0
[pid=11956] ppid=11950 vsize=288852 CPUtime=0.37 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 1081 0 0 0 19 18 0 0 19 0 2 0 670587593 295784448 5642 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11956/statm: 72213 5642 410 364 0 8131 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=99.3 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) T 11956 11958 11958 0 -1 4202496 454 0 0 0 9930 0 0 0 25 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134524518 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11956/tid=11962] ppid=11950 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11956/task/11962/stat : 11962 (python) S 11950 11950 11438 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670597530 295784448 5642 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604446104612928 0 0 -1 6 0 0 0
[pid=11963] ppid=11950 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/11963/stat : 11963 (python) S 11950 11950 11438 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 670597533 296341504 5706 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500712006 0 0 16781312 514 966954510226260227 0 0 17 2 0 0 0
/proc/11963/statm: 72349 5706 348 364 0 8264 0
[pid=11965] ppid=11963 vsize=3056 CPUtime=2.29 cores=0,2,4,6
/proc/11965/stat : 11965 (march_hi) R 11963 11965 11965 0 -1 4202496 820 0 0 0 229 0 0 0 25 0 1 0 670597533 3129344 554 33554432000 4194304 4955518 140736403585200 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11965/statm: 764 554 104 186 0 577 0
[pid=11950/tid=11957] ppid=11948 vsize=299640 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 3 0 670587593 306831360 7240 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
[pid=11950/tid=11964] ppid=11948 vsize=299640 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11964/stat : 11964 (python) S 11948 11950 11438 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 3 0 670597533 306831360 7240 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.51
Current children cumulated vsize (KiB) 1898884

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/534 11966
/proc/meminfo: memFree=14209708/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=299640 CPUtime=0.55 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 10675 931 1 0 46 9 0 0 19 0 3 0 670587532 306831360 7240 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11950/statm: 74910 7240 1878 364 0 10825 0
[pid=11956] ppid=11950 vsize=288852 CPUtime=0.37 cores=0,2,4,6

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

[pid=12023] ppid=11950 vsize=310156 CPUtime=2.76 cores=0,2,4,6
/proc/12023/stat : 12023 (python) S 11950 11950 11438 0 -1 4202560 1146 0 0 0 151 125 0 0 15 0 2 0 670685228 317599744 5822 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12023/statm: 77539 5822 400 364 0 13448 0
[pid=12025] ppid=12023 vsize=110392 CPUtime=682.14 cores=0,2,4,6
/proc/12025/stat : 12025 (march_hi) T 12023 12025 12025 0 -1 4202496 24677 0 0 0 68211 3 0 0 25 0 1 0 670685228 113041408 24413 33554432000 4194304 4955518 140737398793360 18446744073709551615 4282766 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12025/statm: 27598 24413 104 186 0 27411 0
[pid=12023/tid=12039] ppid=11950 vsize=310156 CPUtime=0 cores=0,2,4,6
/proc/12023/task/12039/stat : 12039 (python) S 11950 11950 11438 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670734022 317599744 5822 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604452924897472 0 0 -1 6 0 0 0
[pid=12040] ppid=11950 vsize=320412 CPUtime=2.78 cores=0,2,4,6
/proc/12040/stat : 12040 (python) S 11950 11950 11438 0 -1 4202560 1149 0 0 0 143 135 0 0 15 0 2 0 670734025 328101888 5826 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12040/statm: 80103 5826 400 364 0 16009 0
[pid=12042] ppid=12040 vsize=110392 CPUtime=684.18 cores=0,2,4,6
/proc/12042/stat : 12042 (march_hi) T 12040 12042 12042 0 -1 4202496 24676 0 0 0 68414 4 0 0 25 0 1 0 670734025 113041408 24409 33554432000 4194304 4955518 140733876859840 18446744073709551615 4238727 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12042/statm: 27598 24409 104 186 0 27411 0
[pid=12040/tid=12046] ppid=11950 vsize=320412 CPUtime=0 cores=0,2,4,6
/proc/12040/task/12046/stat : 12046 (python) S 11950 11950 11438 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670744083 328101888 5826 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604441335278272 0 0 -1 4 0 0 0
[pid=12141] ppid=11950 vsize=330828 CPUtime=2.62 cores=0,2,4,6
/proc/12141/stat : 12141 (python) S 11950 11950 11438 0 -1 4202560 1146 0 0 0 138 124 0 0 17 0 2 0 670821883 338767872 5860 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12141/statm: 82707 5860 400 364 0 18610 0
[pid=12143] ppid=12141 vsize=110392 CPUtime=680.1 cores=0,2,4,6
/proc/12143/stat : 12143 (march_hi) T 12141 12143 12143 0 -1 4202496 24501 0 0 0 68006 4 0 0 25 0 1 0 670821883 113041408 24233 33554432000 4194304 4955518 140735441897216 18446744073709551615 4290004 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12143/statm: 27598 24233 104 186 0 27411 0
[pid=12141/tid=12171] ppid=11950 vsize=330828 CPUtime=0 cores=0,2,4,6
/proc/12141/task/12171/stat : 12171 (python) S 11950 11950 11438 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 670889891 338767872 5860 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604442960353088 0 0 -1 6 0 0 0
[pid=12172] ppid=11950 vsize=341084 CPUtime=1.51 cores=0,2,4,6
/proc/12172/stat : 12172 (python) S 11950 11950 11438 0 -1 4202560 1151 0 0 0 79 72 0 0 17 0 2 0 670889892 349270016 5864 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12172/statm: 85271 5864 400 364 0 21171 0
[pid=12174] ppid=12172 vsize=80924 CPUtime=389.21 cores=0,2,4,6
/proc/12174/stat : 12174 (march_hi) T 12172 12174 12174 0 -1 4202496 13994 0 0 0 38918 3 0 0 25 0 1 0 670889893 82866176 13725 33554432000 4194304 4955518 140735795961344 18446744073709551615 4224622 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12174/statm: 20231 13725 104 186 0 20044 0
[pid=12172/tid=12188] ppid=11950 vsize=341084 CPUtime=0 cores=0,2,4,6
/proc/12172/task/12188/stat : 12188 (python) S 11950 11950 11438 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 670928836 349270016 5864 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604451487545216 0 0 -1 2 0 0 0
[pid=12189] ppid=11950 vsize=351340 CPUtime=0.75 cores=0,2,4,6
/proc/12189/stat : 12189 (python) S 11950 11950 11438 0 -1 4202560 1169 0 0 0 39 36 0 0 19 0 2 0 670928837 359772160 5904 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12189/statm: 87835 5904 406 364 0 23732 0
[pid=12191] ppid=12189 vsize=182580 CPUtime=198.79 cores=0,2,4,6
/proc/12191/stat : 12191 (kcnfs-2006) T 12189 12191 12191 0 -1 4202496 653 0 0 0 19879 0 0 0 25 0 1 0 670928838 186961920 387 33554432000 134512640 135163436 4286821440 18446744073709551615 134559505 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12191/statm: 45645 387 77 159 0 45485 0
[pid=12189/tid=12197] ppid=11950 vsize=351340 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (python) S 11950 11950 11438 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670948718 359772160 5904 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604446104615616 0 0 -1 6 0 0 0
[pid=11950/tid=11957] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 9 0 670587593 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
[pid=11950/tid=11964] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11964/stat : 11964 (python) S 11948 11950 11438 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 9 0 670597533 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12015] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12015/stat : 12015 (python) S 11948 11950 11438 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 670665861 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12024] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12024/stat : 12024 (python) S 11948 11950 11438 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 670685228 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12041] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12041/stat : 12041 (python) S 11948 11950 11438 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 670734025 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12142] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12142/stat : 12142 (python) S 11948 11950 11438 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 670821883 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
[pid=11950/tid=12173] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12173/stat : 12173 (python) S 11948 11950 11438 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 670889892 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 4 0 0 0
[pid=11950/tid=12190] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12190/stat : 12190 (python) S 11948 11950 11438 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 670928837 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4981.37
Current children cumulated vsize (KiB) 5901792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4980.92 s]
/proc/loadavg: 2.01 2.06 2.01 3/551 12254
/proc/meminfo: memFree=13383852/32950928 swapFree=45358800/67111528
[pid=11950] ppid=11948 vsize=361824 CPUtime=0.96 cores=0,2,4,6
/proc/11950/stat : 11950 (python) S 11948 11950 11438 0 -1 4202496 16751 931 1 0 85 11 0 0 18 0 9 0 670587532 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11950/statm: 90456 7421 1890 364 0 26353 0
[pid=11956] ppid=11950 vsize=288852 CPUtime=0.37 cores=0,2,4,6
/proc/11956/stat : 11956 (python) S 11950 11950 11438 0 -1 4202560 1081 0 0 0 19 18 0 0 19 0 2 0 670587593 295784448 5642 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11956/statm: 72213 5642 410 364 0 8131 0
[pid=11958] ppid=11956 vsize=1017940 CPUtime=99.3 cores=0,2,4,6
/proc/11958/stat : 11958 (gnovelty+2) T 11956 11958 11958 0 -1 4202496 454 0 0 0 9930 0 0 0 25 0 1 0 670587593 1042370560 191 33554432000 134512640 135663704 4288474096 18446744073709551615 134524518 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/11958/statm: 254485 191 113 282 0 254201 0
[pid=11956/tid=11962] ppid=11950 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/11956/task/11962/stat : 11962 (python) S 11950 11950 11438 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670597530 295784448 5642 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604446104612928 0 0 -1 6 0 0 0
[pid=11963] ppid=11950 vsize=289396 CPUtime=8.47 cores=0,2,4,6
/proc/11963/stat : 11963 (python) S 11950 11950 11438 0 -1 4202560 1136 0 0 0 450 397 0 0 15 0 2 0 670597533 296341504 5759 33554432000 4194304 5683644 140735370213568 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11963/statm: 72349 5759 400 364 0 8264 0
[pid=11965] ppid=11963 vsize=377440 CPUtime=2146.42 cores=0,2,4,6
/proc/11965/stat : 11965 (march_hi) R 11963 11965 11965 0 -1 4202496 71456 0 0 0 214628 14 0 0 25 0 1 0 670597533 386498560 71190 33554432000 4194304 4955518 140736403585200 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/11965/statm: 94360 71190 104 186 0 94173 0
[pid=11963/tid=11979] ppid=11950 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/11963/task/11979/stat : 11979 (python) S 11950 11950 11438 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670617298 296341504 5759 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604453477115776 0 0 -1 6 0 0 0
[pid=12014] ppid=11950 vsize=299900 CPUtime=0.39 cores=0,2,4,6
/proc/12014/stat : 12014 (python) S 11950 11950 11438 0 -1 4202560 1081 0 0 0 21 18 0 0 19 0 2 0 670665861 307097600 5808 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12014/statm: 74975 5808 400 364 0 10887 0
[pid=12016] ppid=12014 vsize=1017940 CPUtime=99.32 cores=0,2,4,6
/proc/12016/stat : 12016 (gnovelty+2) T 12014 12016 12016 0 -1 4202496 455 0 0 0 9932 0 0 0 25 0 1 0 670665861 1042370560 192 33554432000 134512640 135663704 4289405872 18446744073709551615 134524572 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12016/statm: 254485 192 113 282 0 254201 0
[pid=12014/tid=12020] ppid=11950 vsize=299900 CPUtime=0 cores=0,2,4,6
/proc/12014/task/12020/stat : 12020 (python) S 11950 11950 11438 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 670675801 307097600 5808 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604440776795200 0 0 -1 6 0 0 0
[pid=12023] ppid=11950 vsize=310156 CPUtime=2.76 cores=0,2,4,6
/proc/12023/stat : 12023 (python) S 11950 11950 11438 0 -1 4202560 1146 0 0 0 151 125 0 0 15 0 2 0 670685228 317599744 5822 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12023/statm: 77539 5822 400 364 0 13448 0
[pid=12025] ppid=12023 vsize=110392 CPUtime=682.14 cores=0,2,4,6
/proc/12025/stat : 12025 (march_hi) T 12023 12025 12025 0 -1 4202496 24677 0 0 0 68211 3 0 0 25 0 1 0 670685228 113041408 24413 33554432000 4194304 4955518 140737398793360 18446744073709551615 4282766 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12025/statm: 27598 24413 104 186 0 27411 0
[pid=12023/tid=12039] ppid=11950 vsize=310156 CPUtime=0 cores=0,2,4,6
/proc/12023/task/12039/stat : 12039 (python) S 11950 11950 11438 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670734022 317599744 5822 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604452924897472 0 0 -1 6 0 0 0
[pid=12040] ppid=11950 vsize=320412 CPUtime=2.78 cores=0,2,4,6
/proc/12040/stat : 12040 (python) S 11950 11950 11438 0 -1 4202560 1149 0 0 0 143 135 0 0 15 0 2 0 670734025 328101888 5826 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/12040/statm: 80103 5826 400 364 0 16009 0
[pid=12042] ppid=12040 vsize=110392 CPUtime=684.18 cores=0,2,4,6
/proc/12042/stat : 12042 (march_hi) T 12040 12042 12042 0 -1 4202496 24676 0 0 0 68414 4 0 0 25 0 1 0 670734025 113041408 24409 33554432000 4194304 4955518 140733876859840 18446744073709551615 4238727 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12042/statm: 27598 24409 104 186 0 27411 0
[pid=12040/tid=12046] ppid=11950 vsize=320412 CPUtime=0 cores=0,2,4,6
/proc/12040/task/12046/stat : 12046 (python) S 11950 11950 11438 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 670744083 328101888 5826 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604441335278272 0 0 -1 4 0 0 0
[pid=12141] ppid=11950 vsize=330828 CPUtime=2.62 cores=0,2,4,6
/proc/12141/stat : 12141 (python) S 11950 11950 11438 0 -1 4202560 1146 0 0 0 138 124 0 0 17 0 2 0 670821883 338767872 5860 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12141/statm: 82707 5860 400 364 0 18610 0
[pid=12143] ppid=12141 vsize=110392 CPUtime=680.1 cores=0,2,4,6
/proc/12143/stat : 12143 (march_hi) T 12141 12143 12143 0 -1 4202496 24501 0 0 0 68006 4 0 0 25 0 1 0 670821883 113041408 24233 33554432000 4194304 4955518 140735441897216 18446744073709551615 4290004 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/12143/statm: 27598 24233 104 186 0 27411 0
[pid=12141/tid=12171] ppid=11950 vsize=330828 CPUtime=0 cores=0,2,4,6
/proc/12141/task/12171/stat : 12171 (python) S 11950 11950 11438 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 670889891 338767872 5860 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604442960353088 0 0 -1 6 0 0 0
[pid=12172] ppid=11950 vsize=341084 CPUtime=1.51 cores=0,2,4,6
/proc/12172/stat : 12172 (python) S 11950 11950 11438 0 -1 4202560 1151 0 0 0 79 72 0 0 17 0 2 0 670889892 349270016 5864 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12172/statm: 85271 5864 400 364 0 21171 0
[pid=12174] ppid=12172 vsize=80924 CPUtime=389.21 cores=0,2,4,6
/proc/12174/stat : 12174 (march_hi) T 12172 12174 12174 0 -1 4202496 13994 0 0 0 38918 3 0 0 25 0 1 0 670889893 82866176 13725 33554432000 4194304 4955518 140735795961344 18446744073709551615 4224622 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/12174/statm: 20231 13725 104 186 0 20044 0
[pid=12172/tid=12188] ppid=11950 vsize=341084 CPUtime=0 cores=0,2,4,6
/proc/12172/task/12188/stat : 12188 (python) S 11950 11950 11438 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 670928836 349270016 5864 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604451487545216 0 0 -1 2 0 0 0
[pid=12189] ppid=11950 vsize=351340 CPUtime=0.75 cores=0,2,4,6
/proc/12189/stat : 12189 (python) S 11950 11950 11438 0 -1 4202560 1169 0 0 0 39 36 0 0 19 0 2 0 670928837 359772160 5904 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/12189/statm: 87835 5904 406 364 0 23732 0
[pid=12191] ppid=12189 vsize=182580 CPUtime=198.79 cores=0,2,4,6
/proc/12191/stat : 12191 (kcnfs-2006) T 12189 12191 12191 0 -1 4202496 653 0 0 0 19879 0 0 0 25 0 1 0 670928838 186961920 387 33554432000 134512640 135163436 4286821440 18446744073709551615 134559505 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/12191/statm: 45645 387 77 159 0 45485 0
[pid=12189/tid=12197] ppid=11950 vsize=351340 CPUtime=0 cores=0,2,4,6
/proc/12189/task/12197/stat : 12197 (python) S 11950 11950 11438 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670948718 359772160 5904 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 514 18446604446104615616 0 0 -1 6 0 0 0
[pid=11950/tid=11957] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11957/stat : 11957 (python) S 11948 11950 11438 0 -1 4202560 32 931 0 0 0 0 0 0 19 0 9 0 670587593 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
[pid=11950/tid=11964] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/11964/stat : 11964 (python) S 11948 11950 11438 0 -1 4202560 38 931 0 0 0 0 0 0 18 0 9 0 670597533 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12015] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12015/stat : 12015 (python) S 11948 11950 11438 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 670665861 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12024] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12024/stat : 12024 (python) S 11948 11950 11438 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 9 0 670685228 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12041] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12041/stat : 12041 (python) S 11948 11950 11438 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 9 0 670734025 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 2 0 0 0
[pid=11950/tid=12142] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12142/stat : 12142 (python) S 11948 11950 11438 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 9 0 670821883 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 6 0 0 0
[pid=11950/tid=12173] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12173/stat : 12173 (python) S 11948 11950 11438 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 670889892 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 4 0 0 0
[pid=11950/tid=12190] ppid=11948 vsize=361824 CPUtime=0 cores=0,2,4,6
/proc/11950/task/12190/stat : 12190 (python) S 11948 11950 11438 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 670928837 370507776 7421 33554432000 4194304 5683644 140735370213568 18446744073709551615 254512515505 0 0 16781312 2 18446604450214378304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 5901792

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 11950 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=855869
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=112982
# CPU time returned by wait4() is 0.968851
# 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): 4980.99
CPU time (s): 5000.07
CPU user time (s): 4990.43
CPU system time (s): 9.64
CPU usage (%): 100.383
Max. virtual memory (cumulated for all children) (KiB): 5901796

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

runsolver used 32.985 second user time and 63.6263 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-17 01:51:48
IDJOB=3386654
IDBENCH=82719
IDSOLVER=1872
FILE ID=node149/3386654-1305589908
RUNJOBID= node149-1305586142-11456
PBS_JOBID= 13350329
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= cf48efaad74dd9e258ebbccf8ec047e7
RANDOM SEED=1905897447

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14252236 kB
Buffers:         96508 kB
Cached:         643388 kB
SwapCached:      36272 kB
Active:        9236776 kB
Inactive:      9170924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14252236 kB
SwapTotal:    67111528 kB
SwapFree:     45358800 kB
Dirty:           32256 kB
Writeback:           0 kB
AnonPages:    17644116 kB
Mapped:          34404 kB
Slab:           100648 kB
PageTables:     121356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 168050524 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= 73456 MiB
End job on node149 at 2011-05-17 03:14:51