Trace number 3378452

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-par-random (fixed)? 4780.35 1201.67

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S816372663-049.UNKNOWN.cnf
MD5SUM82ce98f61c0f2213b508b1b975b0c344
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.67	c INFO: solving HOME/instance-3378452-1305465597.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.68	c INFO: computed clause balance statistics
0.43/0.73	c INFO: computed variable balance statistics
0.43/0.76	c INFO: computed small-clause counts
0.43/0.76	c INFO: computed Horn-clause counts
0.43/0.77	c INFO: computed variable graph statistics
0.43/0.77	c INFO: collected features for HOME/instance-3378452-1305465597.cnf in 0.09 s
0.43/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.43/0.78	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.32)
0.43/0.79	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.28)
0.53/0.80	c INFO: running march_hi@0 for 97 with 1199 remaining (b = 0.08)
399.50/100.99	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.08)
399.90/101.10	c INFO: running march_hi@99 for 291 with 1099 remaining (b = 0.20)
799.74/201.32	c INFO: running march_hi@0 for 679 with 999 remaining (b = 0.33)
1562.15/392.67	c INFO: running march_hi@0 for 97 with 808 remaining (b = 0.06)
1571.67/395.08	c INFO: running march_hi@199 for 194 with 805 remaining (b = 0.13)
1574.07/395.65	c INFO: running march_hi@0 for 582 with 805 remaining (b = 0.25)
1971.42/495.35	c INFO: running march_hi@392 for 97 with 705 remaining (b = 0.07)
2352.42/590.95	c INFO: running kcnfs-2006@0 for 609 with 609 remaining (b = 0.25)
2355.64/591.81	c INFO: running march_hi@0 for 485 with 608 remaining (b = 0.19)
3564.76/895.80	c INFO: running march_hi@290 for 194 with 304 remaining (b = 0.08)
3915.09/983.94	c INFO: running march_hi@589 for 97 with 216 remaining (b = 0.05)
4296.37/1079.89	c INFO: running march_hi@588 for 120 with 120 remaining (b = 0.04)
4299.14/1080.57	c INFO: running kcnfs-2006@0 for 120 with 120 remaining (b = 0.04)
4338.52/1090.41	c INFO: running march_hi@0 for 110 with 110 remaining (b = 0.03)
4779.90/1201.65	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378452-1305465597/watcher-3378452-1305465597 -o /tmp/evaluation-result-3378452-1305465597/solver-3378452-1305465597 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378452-1305465597.cnf -seed 1191119492 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 8.42 8.30 7.90 5/454 29697
/proc/meminfo: memFree=20567424/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 927 0 0 0 0 0 0 0 17 0 1 0 736790355 16154624 807 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/29697/statm: 3944 807 356 364 0 431 0

[startup+0.0197651 s]
/proc/loadavg: 8.42 8.30 7.90 5/454 29697
/proc/meminfo: memFree=20567424/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 1050 0 0 0 0 0 0 0 17 0 1 0 736790355 16629760 922 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/29697/statm: 4060 922 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100767 s]
/proc/loadavg: 8.42 8.30 7.90 5/454 29697
/proc/meminfo: memFree=20567424/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 2672 0 0 0 4 2 0 0 17 0 1 0 736790355 91922432 2388 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/29697/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300712 s]
/proc/loadavg: 8.42 8.30 7.90 5/454 29697
/proc/meminfo: memFree=20567424/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=135752 CPUtime=0.19 cores=0,2,4,6
/proc/29697/stat : 29697 (python) R 29695 29697 28586 0 -1 4202496 5962 934 1 0 13 6 0 0 18 0 1 0 736790355 139010048 4152 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905390085 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29697/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700644 s]
/proc/loadavg: 8.42 8.30 7.90 5/454 29697
/proc/meminfo: memFree=20567424/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=278424 CPUtime=0.43 cores=0,2,4,6
/proc/29697/stat : 29697 (python) R 29695 29697 28586 0 -1 4202496 9336 934 1 0 29 14 0 0 17 0 1 0 736790355 285106176 7005 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917218132 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29697/statm: 69606 7005 1826 364 0 5530 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278424

[startup+1.50044 s]
/proc/loadavg: 8.42 8.30 7.90 9/467 29717
/proc/meminfo: memFree=20527012/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=320244 CPUtime=0.53 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 12200 934 1 0 39 14 0 0 25 0 5 0 736790355 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29697/statm: 80061 7250 1873 364 0 15970 0
[pid=29704] ppid=29697 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/29704/stat : 29704 (python) S 29697 29697 28586 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 736790433 285310976 5563 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414159 0 0 16781312 514 3752875082452566015 0 0 17 4 0 0 0
/proc/29704/statm: 69656 5563 354 364 0 5574 0
[pid=29707] ppid=29704 vsize=1017800 CPUtime=0.69 cores=0,2,4,6
/proc/29707/stat : 29707 (gnovelty+2) R 29704 29707 29707 0 -1 4202496 444 0 0 0 69 0 0 0 21 0 1 0 736790433 1042227200 182 33554432000 134512640 135663704 4288722512 18446744073709551615 134524594 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29707/statm: 254450 182 113 282 0 254166 0
[pid=29708] ppid=29697 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/29708/stat : 29708 (python) S 29697 29697 28586 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 736790434 296296448 5696 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 1894726819790160129 0 0 17 2 0 0 0
/proc/29708/statm: 72338 5696 348 364 0 8253 0
[pid=29711] ppid=29708 vsize=2504 CPUtime=0.7 cores=0,2,4,6
/proc/29711/stat : 29711 (march_hi) R 29708 29711 29711 0 -1 4202496 701 0 0 0 70 0 0 0 24 0 1 0 736790434 2564096 440 33554432000 4194304 4955518 140735285256928 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29711/statm: 626 440 104 186 0 439 0
[pid=29712] ppid=29697 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/29712/stat : 29712 (python) S 29697 29697 28586 0 -1 4202560 752 0 0 0 0 0 0 0 17 0 1 0 736790435 306315264 5597 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 3760109868963299587 0 0 17 4 0 0 0
/proc/29712/statm: 74784 5597 348 364 0 10696 0
[pid=29714] ppid=29712 vsize=2504 CPUtime=0.69 cores=0,2,4,6
/proc/29714/stat : 29714 (march_hi) R 29712 29714 29714 0 -1 4202496 704 0 0 0 69 0 0 0 25 0 1 0 736790435 2564096 440 33554432000 4194304 4955518 140736624499376 18446744073709551615 4314863 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29714/statm: 626 440 104 186 0 439 0
[pid=29715] ppid=29697 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/29715/stat : 29715 (python) S 29697 29697 28586 0 -1 4202560 756 0 0 0 0 0 0 0 21 0 1 0 736790436 317440000 5721 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 15840743190500966658 0 0 17 0 0 0 0
/proc/29715/statm: 77500 5721 348 364 0 13409 0
[pid=29717] ppid=29715 vsize=2504 CPUtime=0.68 cores=0,2,4,6
/proc/29717/stat : 29717 (march_hi) R 29715 29717 29717 0 -1 4202496 693 0 0 0 68 0 0 0 25 0 1 0 736790436 2564096 435 33554432000 4194304 4955518 140736318001264 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29717/statm: 626 435 104 186 0 439 0
[pid=29697/tid=29705] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29705/stat : 29705 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 736790433 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 6 0 0 0
[pid=29697/tid=29709] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29709/stat : 29709 (python) S 29695 29697 28586 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 736790434 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29713] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29713/stat : 29713 (python) S 29695 29697 28586 0 -1 4202560 24 934 0 0 0 0 0 0 23 0 5 0 736790435 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29716] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29716/stat : 29716 (python) S 29695 29697 28586 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736790436 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 2522668

[startup+3.10115 s]
/proc/loadavg: 8.42 8.30 7.90 9/467 29717
/proc/meminfo: memFree=20524284/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=320244 CPUtime=0.53 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 12200 934 1 0 39 14 0 0 25 0 5 0 736790355 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29697/statm: 80061 7250 1873 364 0 15970 0
[pid=29704] ppid=29697 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/29704/stat : 29704 (python) S 29697 29697 28586 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 736790433 285310976 5563 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414159 0 0 16781312 514 3752875082452533506 0 0 17 4 0 0 0
/proc/29704/statm: 69656 5563 354 364 0 5574 0
[pid=29707] ppid=29704 vsize=1017800 CPUtime=2.28 cores=0,2,4,6
/proc/29707/stat : 29707 (gnovelty+2) R 29704 29707 29707 0 -1 4202496 444 0 0 0 228 0 0 0 25 0 1 0 736790433 1042227200 182 33554432000 134512640 135663704 4288722512 18446744073709551615 134545786 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29707/statm: 254450 182 113 282 0 254166 0
[pid=29708] ppid=29697 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/29708/stat : 29708 (python) S 29697 29697 28586 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 736790434 296296448 5696 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 1894726819790160129 0 0 17 2 0 0 0
/proc/29708/statm: 72338 5696 348 364 0 8253 0
[pid=29711] ppid=29708 vsize=2824 CPUtime=2.3 cores=0,2,4,6
/proc/29711/stat : 29711 (march_hi) R 29708 29711 29711 0 -1 4202496 759 0 0 0 230 0 0 0 25 0 1 0 736790434 2891776 498 33554432000 4194304 4955518 140735285256928 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29711/statm: 706 498 104 186 0 519 0
[pid=29712] ppid=29697 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/29712/stat : 29712 (python) S 29697 29697 28586 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 736790435 306315264 5597 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 3760109868963299587 0 0 17 4 0 0 0
/proc/29712/statm: 74784 5597 348 364 0 10696 0
[pid=29714] ppid=29712 vsize=2824 CPUtime=2.28 cores=0,2,4,6
/proc/29714/stat : 29714 (march_hi) R 29712 29714 29714 0 -1 4202496 762 0 0 0 228 0 0 0 25 0 1 0 736790435 2891776 498 33554432000 4194304 4955518 140736624499376 18446744073709551615 4227104 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29714/statm: 706 498 104 186 0 519 0
[pid=29715] ppid=29697 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/29715/stat : 29715 (python) S 29697 29697 28586 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 736790436 317440000 5721 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 15840743190500966658 0 0 17 0 0 0 0
/proc/29715/statm: 77500 5721 348 364 0 13409 0
[pid=29717] ppid=29715 vsize=2824 CPUtime=2.28 cores=0,2,4,6
/proc/29717/stat : 29717 (march_hi) R 29715 29717 29717 0 -1 4202496 755 0 0 0 228 0 0 0 25 0 1 0 736790436 2891776 497 33554432000 4194304 4955518 140736318001264 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29717/statm: 706 497 104 186 0 519 0
[pid=29697/tid=29705] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29705/stat : 29705 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 736790433 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 6 0 0 0
[pid=29697/tid=29709] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29709/stat : 29709 (python) S 29695 29697 28586 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 736790434 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29713] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29713/stat : 29713 (python) S 29695 29697 28586 0 -1 4202560 24 934 0 0 0 0 0 0 23 0 5 0 736790435 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29716] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29716/stat : 29716 (python) S 29695 29697 28586 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736790436 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 2523628

[startup+6.30056 s]
/proc/loadavg: 8.39 8.30 7.90 9/467 29717
/proc/meminfo: memFree=20517352/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=320244 CPUtime=0.53 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 12200 934 1 0 39 14 0 0 25 0 5 0 736790355 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29697/statm: 80061 7250 1873 364 0 15970 0
[pid=29704] ppid=29697 vsize=278624 CPUtime=0.01 cores=0,2,4,6
/proc/29704/stat : 29704 (python) S 29697 29697 28586 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 736790433 285310976 5586 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414159 0 0 16781312 514 3752875082452533506 0 0 17 4 0 0 0
/proc/29704/statm: 69656 5586 377 364 0 5574 0
[pid=29707] ppid=29704 vsize=1017800 CPUtime=5.44 cores=0,2,4,6
/proc/29707/stat : 29707 (gnovelty+2) R 29704 29707 29707 0 -1 4202496 444 0 0 0 544 0 0 0 25 0 1 0 736790433 1042227200 182 33554432000 134512640 135663704 4288722512 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29707/statm: 254450 182 113 282 0 254166 0
[pid=29708] ppid=29697 vsize=289352 CPUtime=0.01 cores=0,2,4,6
/proc/29708/stat : 29708 (python) S 29697 29697 28586 0 -1 4202560 925 0 0 0 0 1 0 0 15 0 1 0 736790434 296296448 5719 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 1894726819790160129 0 0 17 2 0 0 0
/proc/29708/statm: 72338 5719 371 364 0 8253 0
[pid=29711] ppid=29708 vsize=3604 CPUtime=5.48 cores=0,2,4,6
/proc/29711/stat : 29711 (march_hi) R 29708 29711 29711 0 -1 4202496 904 0 0 0 548 0 0 0 25 0 1 0 736790434 3690496 643 33554432000 4194304 4955518 140735285256928 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29711/statm: 901 643 104 186 0 714 0
[pid=29712] ppid=29697 vsize=299136 CPUtime=0.01 cores=0,2,4,6
/proc/29712/stat : 29712 (python) S 29697 29697 28586 0 -1 4202560 913 0 0 0 0 1 0 0 15 0 1 0 736790435 306315264 5620 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 3760109868963299587 0 0 17 4 0 0 0
/proc/29712/statm: 74784 5620 371 364 0 10696 0
[pid=29714] ppid=29712 vsize=3604 CPUtime=5.45 cores=0,2,4,6
/proc/29714/stat : 29714 (march_hi) R 29712 29714 29714 0 -1 4202496 906 0 0 0 545 0 0 0 25 0 1 0 736790435 3690496 642 33554432000 4194304 4955518 140736624499376 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29714/statm: 901 642 104 186 0 714 0
[pid=29715] ppid=29697 vsize=310000 CPUtime=0.01 cores=0,2,4,6
/proc/29715/stat : 29715 (python) S 29697 29697 28586 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 1 0 736790436 317440000 5744 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 15840743190500966658 0 0 17 0 0 0 0
/proc/29715/statm: 77500 5744 371 364 0 13409 0
[pid=29717] ppid=29715 vsize=3604 CPUtime=5.46 cores=0,2,4,6
/proc/29717/stat : 29717 (march_hi) R 29715 29717 29717 0 -1 4202496 899 0 0 0 546 0 0 0 25 0 1 0 736790436 3690496 641 33554432000 4194304 4955518 140736318001264 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29717/statm: 901 641 104 186 0 714 0
[pid=29697/tid=29705] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29705/stat : 29705 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 5 0 736790433 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 6 0 0 0
[pid=29697/tid=29709] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29709/stat : 29709 (python) S 29695 29697 28586 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 736790434 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29713] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29713/stat : 29713 (python) S 29695 29697 28586 0 -1 4202560 24 934 0 0 0 0 0 0 23 0 5 0 736790435 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29716] ppid=29695 vsize=320244 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29716/stat : 29716 (python) S 29695 29697 28586 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 5 0 736790436 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.4
Current children cumulated vsize (KiB) 2525968

[startup+12.7014 s]
/proc/loadavg: 8.36 8.29 7.90 9/467 29717
/proc/meminfo: memFree=20508828/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=320244 CPUtime=0.53 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 12200 934 1 0 39 14 0 0 25 0 5 0 736790355 327929856 7250 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29697/statm: 80061 7250 1873 364 0 15970 0
[pid=29704] ppid=29697 vsize=278624 CPUtime=0.03 cores=0,2,4,6
/proc/29704/stat : 29704 (python) S 29697 29697 28586 0 -1 4202560 902 0 0 0 1 2 0 0 18 0 1 0 736790433 285310976 5586 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414159 0 0 16781312 514 11678607889957617922 0 0 17 4 0 0 0
/proc/29704/statm: 69656 5586 377 364 0 5574 0
[pid=29707] ppid=29704 vsize=1017800 CPUtime=11.75 cores=0,2,4,6
/proc/29707/stat : 29707 (gnovelty+2) R 29704 29707 29707 0 -1 4202496 444 0 0 0 1175 0 0 0 25 0 1 0 736790433 1042227200 182 33554432000 134512640 135663704 4288722512 18446744073709551615 134525529 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29707/statm: 254450 182 113 282 0 254166 0
[pid=29708] ppid=29697 vsize=289352 CPUtime=0.03 cores=0,2,4,6

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

/proc/29722/stat : 29722 (python) S 29697 29697 28586 0 -1 4202560 1091 0 0 0 17 15 0 0 19 0 2 0 736800455 327942144 5795 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29722/statm: 80064 5795 400 364 0 15970 0
[pid=29724] ppid=29722 vsize=1017800 CPUtime=99.64 cores=0,2,4,6
/proc/29724/stat : 29724 (gnovelty+2) T 29722 29724 29724 0 -1 4202496 438 0 0 0 9964 0 0 0 25 0 1 0 736800455 1042227200 181 33554432000 134512640 135663704 4294478576 18446744073709551615 134525237 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29724/statm: 254450 181 113 282 0 254166 0
[pid=29722/tid=29730] ppid=29697 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/29722/task/29730/stat : 29730 (python) S 29697 29697 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736810486 327942144 5795 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604450033161344 0 0 -1 4 0 0 0
[pid=29731] ppid=29697 vsize=330668 CPUtime=2.97 cores=0,2,4,6
/proc/29731/stat : 29731 (python) S 29697 29697 28586 0 -1 4202560 1164 0 0 0 160 137 0 0 15 0 2 0 736810487 338604032 5821 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29731/statm: 82667 5821 400 364 0 18570 0
[pid=29733] ppid=29731 vsize=123248 CPUtime=874.6 cores=0,2,4,6
/proc/29733/stat : 29733 (march_hi) T 29731 29733 29733 0 -1 4202496 28908 0 0 0 87446 14 0 0 25 0 1 0 736810488 126205952 28648 33554432000 4194304 4955518 140734410461520 18446744073709551615 4261356 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29733/statm: 30812 28648 104 186 0 30625 0
[pid=29731/tid=29929] ppid=29697 vsize=330668 CPUtime=0 cores=0,2,4,6
/proc/29731/task/29929/stat : 29929 (python) S 29697 29697 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736879935 338604032 5821 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604449707337856 0 0 -1 0 0 0 0
[pid=29785] ppid=29697 vsize=340924 CPUtime=1.12 cores=0,2,4,6
/proc/29785/stat : 29785 (python) S 29697 29697 28586 0 -1 4202560 1168 0 0 0 59 53 0 0 15 0 2 0 736829623 349106176 5825 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29785/statm: 85231 5825 400 364 0 21131 0
[pid=29787] ppid=29785 vsize=58068 CPUtime=317.86 cores=0,2,4,6
/proc/29787/stat : 29787 (march_hi) R 29785 29787 29787 0 -1 4202496 11656 0 0 0 31780 6 0 0 25 0 1 0 736829623 59461632 11396 33554432000 4194304 4955518 140734718876320 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29787/statm: 14517 11396 104 186 0 14330 0
[pid=29785/tid=29801] ppid=29697 vsize=340924 CPUtime=0 cores=0,2,4,6
/proc/29785/task/29801/stat : 29801 (python) S 29697 29697 28586 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 736839889 349106176 5825 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604441203776576 0 0 -1 0 0 0 0
[pid=29804] ppid=29697 vsize=351216 CPUtime=1.93 cores=0,2,4,6
/proc/29804/stat : 29804 (python) S 29697 29697 28586 0 -1 4202560 1038 0 0 0 100 93 0 0 18 0 1 0 736849451 359645184 5814 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 11678607889957617923 0 0 17 0 0 0 0
/proc/29804/statm: 87804 5814 377 364 0 23701 0
[pid=29806] ppid=29804 vsize=182448 CPUtime=609.84 cores=0,2,4,6
/proc/29806/stat : 29806 (kcnfs-2006) R 29804 29806 29806 0 -1 4202496 609 0 0 0 60980 4 0 0 25 0 1 0 736849451 186826752 346 33554432000 134512640 135163436 4288616016 18446744073709551615 134559267 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29806/statm: 45612 346 77 159 0 45452 0
[pid=29807] ppid=29697 vsize=361472 CPUtime=1.63 cores=0,2,4,6
/proc/29807/stat : 29807 (python) S 29697 29697 28586 0 -1 4202560 1205 0 0 0 87 76 0 0 16 0 2 0 736849536 370147328 5848 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29807/statm: 90368 5848 406 364 0 26262 0
[pid=29809] ppid=29807 vsize=77712 CPUtime=486.26 cores=0,2,4,6
/proc/29809/stat : 29809 (march_hi) T 29807 29809 29809 0 -1 4202496 17132 0 0 0 48623 3 0 0 25 0 1 0 736849537 79577088 16866 33554432000 4194304 4955518 140735896472528 18446744073709551615 4209760 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29809/statm: 19428 16866 104 186 0 19241 0
[pid=29807/tid=29946] ppid=29697 vsize=361472 CPUtime=0 cores=0,2,4,6
/proc/29807/task/29946/stat : 29946 (python) S 29697 29697 28586 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 736898412 370147328 5848 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604447093065792 0 0 -1 2 0 0 0
[pid=29947] ppid=29697 vsize=371196 CPUtime=0.38 cores=0,2,4,6
/proc/29947/stat : 29947 (python) S 29697 29697 28586 0 -1 4202560 973 0 0 0 18 20 0 0 18 0 1 0 736898413 380104704 5715 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 11678607889957617923 0 0 17 0 0 0 0
/proc/29947/statm: 92799 5715 371 364 0 28690 0
[pid=29950] ppid=29947 vsize=182452 CPUtime=119.52 cores=0,2,4,6
/proc/29950/stat : 29950 (kcnfs-2006) R 29947 29950 29950 0 -1 4202496 616 0 0 0 11947 5 0 0 25 0 1 0 736898413 186830848 348 33554432000 134512640 135163436 4291087744 18446744073709551615 134631271 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29950/statm: 45613 348 77 159 0 45453 0
[pid=29697/tid=29705] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29705/stat : 29705 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 11 0 736790433 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 6 0 0 0
[pid=29697/tid=29709] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29709/stat : 29709 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 736790434 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29713] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29713/stat : 29713 (python) S 29695 29697 28586 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 11 0 736790435 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29716] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29716/stat : 29716 (python) S 29695 29697 28586 0 -1 4202560 39 934 0 0 0 0 0 0 15 0 11 0 736790436 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29723] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29723/stat : 29723 (python) S 29695 29697 28586 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 11 0 736800455 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29732] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29732/stat : 29732 (python) S 29695 29697 28586 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 11 0 736810487 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29786] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29786/stat : 29786 (python) S 29695 29697 28586 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 11 0 736829623 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29805] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29805/stat : 29805 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 736849451 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29808] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29808/stat : 29808 (python) S 29695 29697 28586 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 11 0 736849536 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29949] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29949/stat : 29949 (python) S 29695 29697 28586 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 11 0 736898413 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4779.5
Current children cumulated vsize (KiB) 6673116

[startup+1201.6 s]
/proc/loadavg: 10.31 9.81 8.87 11/485 29957
/proc/meminfo: memFree=20301916/32950928 swapFree=65730864/67111528
[pid=29697] ppid=29695 vsize=382092 CPUtime=0.65 cores=0,2,4,6
/proc/29697/stat : 29697 (python) S 29695 29697 28586 0 -1 4202496 18404 934 1 0 49 16 0 0 18 0 11 0 736790355 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29697/statm: 95523 7365 1886 364 0 31414 0
[pid=29704] ppid=29697 vsize=288868 CPUtime=0.31 cores=0,2,4,6
/proc/29704/stat : 29704 (python) S 29697 29697 28586 0 -1 4202560 1168 0 0 0 15 16 0 0 19 0 2 0 736790433 295800832 5630 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29704/statm: 72217 5630 416 364 0 8135 0
[pid=29707] ppid=29704 vsize=1017800 CPUtime=98.94 cores=0,2,4,6
/proc/29707/stat : 29707 (gnovelty+2) T 29704 29707 29707 0 -1 4202496 444 0 0 0 9894 0 0 0 25 0 1 0 736790433 1042227200 182 33554432000 134512640 135663704 4288722512 18446744073709551615 134525271 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29707/statm: 254450 182 113 282 0 254166 0
[pid=29704/tid=29725] ppid=29697 vsize=288868 CPUtime=0 cores=0,2,4,6
/proc/29704/task/29725/stat : 29725 (python) S 29697 29697 28586 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 736800465 295800832 5630 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604453786477568 0 0 -1 4 0 0 0
[pid=29708] ppid=29697 vsize=289352 CPUtime=3.28 cores=0,2,4,6
/proc/29708/stat : 29708 (python) S 29697 29697 28586 0 -1 4202560 1161 0 0 0 167 161 0 0 15 0 2 0 736790434 296296448 5749 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29708/statm: 72338 5749 400 364 0 8253 0
[pid=29711] ppid=29708 vsize=167448 CPUtime=976.06 cores=0,2,4,6
/proc/29711/stat : 29711 (march_hi) T 29708 29711 29711 0 -1 4202496 32116 0 0 0 97588 18 0 0 25 0 1 0 736790434 171466752 31855 33554432000 4194304 4955518 140735285256928 18446744073709551615 4261370 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29711/statm: 41862 31855 104 186 0 41675 0
[pid=29708/tid=29788] ppid=29697 vsize=289352 CPUtime=0 cores=0,2,4,6
/proc/29708/task/29788/stat : 29788 (python) S 29697 29697 28586 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 736829863 296296448 5749 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604450033162240 0 0 -1 2 0 0 0
[pid=29712] ppid=29697 vsize=299140 CPUtime=1.71 cores=0,2,4,6
/proc/29712/stat : 29712 (python) R 29697 29697 28586 0 -1 4202560 1161 0 0 0 92 79 0 0 15 0 2 0 736790435 306319360 5650 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905437319 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29712/statm: 74784 5650 400 364 0 10696 0
[pid=29714] ppid=29712 vsize=77712 CPUtime=498.6 cores=0,2,4,6
/proc/29714/stat : 29714 (march_hi) R 29712 29714 29714 0 -1 4202496 17467 0 0 0 49856 4 0 0 25 0 1 0 736790435 79577088 17203 33554432000 4194304 4955518 140736624499376 18446744073709551615 4209742 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29714/statm: 19428 17203 104 186 0 19241 0
[pid=29712/tid=29789] ppid=29697 vsize=299136 CPUtime=0 cores=0,2,4,6
/proc/29712/task/29789/stat : 29789 (python) S 29697 29697 28586 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 736829920 306315264 5650 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604450033160448 0 0 -1 4 0 0 0
[pid=29715] ppid=29697 vsize=310000 CPUtime=2.29 cores=0,2,4,6
/proc/29715/stat : 29715 (python) S 29697 29697 28586 0 -1 4202560 1159 0 0 0 117 112 0 0 15 0 2 0 736790436 317440000 5774 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29715/statm: 77500 5774 400 364 0 13409 0
[pid=29717] ppid=29715 vsize=123248 CPUtime=681.7 cores=0,2,4,6
/proc/29717/stat : 29717 (march_hi) T 29715 29717 29717 0 -1 4202496 23043 0 0 0 68162 8 0 0 25 0 1 0 736790436 126205952 22785 33554432000 4194304 4955518 140736318001264 18446744073709551615 4227747 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29717/statm: 30812 22785 104 186 0 30625 0
[pid=29715/tid=29721] ppid=29697 vsize=310000 CPUtime=0 cores=0,2,4,6
/proc/29715/task/29721/stat : 29721 (python) S 29697 29697 28586 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 736800454 317440000 5774 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604446866492096 0 0 -1 0 0 0 0
[pid=29722] ppid=29697 vsize=320256 CPUtime=0.32 cores=0,2,4,6
/proc/29722/stat : 29722 (python) S 29697 29697 28586 0 -1 4202560 1091 0 0 0 17 15 0 0 19 0 2 0 736800455 327942144 5795 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29722/statm: 80064 5795 400 364 0 15970 0
[pid=29724] ppid=29722 vsize=1017800 CPUtime=99.64 cores=0,2,4,6
/proc/29724/stat : 29724 (gnovelty+2) T 29722 29724 29724 0 -1 4202496 438 0 0 0 9964 0 0 0 25 0 1 0 736800455 1042227200 181 33554432000 134512640 135663704 4294478576 18446744073709551615 134525237 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29724/statm: 254450 181 113 282 0 254166 0
[pid=29722/tid=29730] ppid=29697 vsize=320256 CPUtime=0 cores=0,2,4,6
/proc/29722/task/29730/stat : 29730 (python) S 29697 29697 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736810486 327942144 5795 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604450033161344 0 0 -1 4 0 0 0
[pid=29731] ppid=29697 vsize=330668 CPUtime=2.97 cores=0,2,4,6
/proc/29731/stat : 29731 (python) S 29697 29697 28586 0 -1 4202560 1164 0 0 0 160 137 0 0 15 0 2 0 736810487 338604032 5821 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29731/statm: 82667 5821 400 364 0 18570 0
[pid=29733] ppid=29731 vsize=123248 CPUtime=874.6 cores=0,2,4,6
/proc/29733/stat : 29733 (march_hi) T 29731 29733 29733 0 -1 4202496 28908 0 0 0 87446 14 0 0 25 0 1 0 736810488 126205952 28648 33554432000 4194304 4955518 140734410461520 18446744073709551615 4261356 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/29733/statm: 30812 28648 104 186 0 30625 0
[pid=29731/tid=29929] ppid=29697 vsize=330668 CPUtime=0 cores=0,2,4,6
/proc/29731/task/29929/stat : 29929 (python) S 29697 29697 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736879935 338604032 5821 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604449707337856 0 0 -1 0 0 0 0
[pid=29785] ppid=29697 vsize=340924 CPUtime=1.12 cores=0,2,4,6
/proc/29785/stat : 29785 (python) S 29697 29697 28586 0 -1 4202560 1168 0 0 0 59 53 0 0 15 0 2 0 736829623 349106176 5825 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29785/statm: 85231 5825 400 364 0 21131 0
[pid=29787] ppid=29785 vsize=58068 CPUtime=317.95 cores=0,2,4,6
/proc/29787/stat : 29787 (march_hi) R 29785 29787 29787 0 -1 4202496 11659 0 0 0 31789 6 0 0 25 0 1 0 736829623 59461632 11399 33554432000 4194304 4955518 140734718876320 18446744073709551615 4238743 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29787/statm: 14517 11399 104 186 0 14330 0
[pid=29785/tid=29801] ppid=29697 vsize=340924 CPUtime=0 cores=0,2,4,6
/proc/29785/task/29801/stat : 29801 (python) S 29697 29697 28586 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 736839889 349106176 5825 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604441203776576 0 0 -1 0 0 0 0
[pid=29804] ppid=29697 vsize=351216 CPUtime=1.93 cores=0,2,4,6
/proc/29804/stat : 29804 (python) S 29697 29697 28586 0 -1 4202560 1038 0 0 0 100 93 0 0 18 0 1 0 736849451 359645184 5814 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 11678607889957617923 0 0 17 0 0 0 0
/proc/29804/statm: 87804 5814 377 364 0 23701 0
[pid=29806] ppid=29804 vsize=182448 CPUtime=609.94 cores=0,2,4,6
/proc/29806/stat : 29806 (kcnfs-2006) R 29804 29806 29806 0 -1 4202496 609 0 0 0 60990 4 0 0 25 0 1 0 736849451 186826752 346 33554432000 134512640 135163436 4288616016 18446744073709551615 134569399 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29806/statm: 45612 346 77 159 0 45452 0
[pid=29807] ppid=29697 vsize=361472 CPUtime=1.63 cores=0,2,4,6
/proc/29807/stat : 29807 (python) S 29697 29697 28586 0 -1 4202560 1205 0 0 0 87 76 0 0 16 0 2 0 736849536 370147328 5848 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29807/statm: 90368 5848 406 364 0 26262 0
[pid=29809] ppid=29807 vsize=77712 CPUtime=486.26 cores=0,2,4,6
/proc/29809/stat : 29809 (march_hi) T 29807 29809 29809 0 -1 4202496 17132 0 0 0 48623 3 0 0 25 0 1 0 736849537 79577088 16866 33554432000 4194304 4955518 140735896472528 18446744073709551615 4209760 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29809/statm: 19428 16866 104 186 0 19241 0
[pid=29807/tid=29946] ppid=29697 vsize=361472 CPUtime=0 cores=0,2,4,6
/proc/29807/task/29946/stat : 29946 (python) S 29697 29697 28586 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 736898412 370147328 5848 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 514 18446604447093065792 0 0 -1 2 0 0 0
[pid=29947] ppid=29697 vsize=371196 CPUtime=0.38 cores=0,2,4,6
/proc/29947/stat : 29947 (python) S 29697 29697 28586 0 -1 4202560 973 0 0 0 18 20 0 0 18 0 1 0 736898413 380104704 5715 33554432000 4194304 5683644 140736092770320 18446744073709551615 260905414214 0 0 16781312 514 11678607889957617923 0 0 17 0 0 0 0
/proc/29947/statm: 92799 5715 371 364 0 28690 0
[pid=29950] ppid=29947 vsize=182452 CPUtime=119.62 cores=0,2,4,6
/proc/29950/stat : 29950 (kcnfs-2006) R 29947 29950 29950 0 -1 4202496 616 0 0 0 11957 5 0 0 25 0 1 0 736898413 186830848 348 33554432000 134512640 135163436 4291087744 18446744073709551615 134595474 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29950/statm: 45613 348 77 159 0 45453 0
[pid=29697/tid=29705] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29705/stat : 29705 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 11 0 736790433 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 6 0 0 0
[pid=29697/tid=29709] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29709/stat : 29709 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 11 0 736790434 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29713] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29713/stat : 29713 (python) S 29695 29697 28586 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 11 0 736790435 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29716] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29716/stat : 29716 (python) S 29695 29697 28586 0 -1 4202560 39 934 0 0 0 0 0 0 15 0 11 0 736790436 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29723] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29723/stat : 29723 (python) S 29695 29697 28586 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 11 0 736800455 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29732] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29732/stat : 29732 (python) S 29695 29697 28586 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 11 0 736810487 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29786] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29786/stat : 29786 (python) S 29695 29697 28586 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 11 0 736829623 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29805] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29805/stat : 29805 (python) S 29695 29697 28586 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 11 0 736849451 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29808] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29808/stat : 29808 (python) S 29695 29697 28586 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 11 0 736849536 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
[pid=29697/tid=29949] ppid=29695 vsize=382092 CPUtime=0 cores=0,2,4,6
/proc/29697/task/29949/stat : 29949 (python) S 29695 29697 28586 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 11 0 736898413 391262208 7365 33554432000 4194304 5683644 140736092770320 18446744073709551615 260917217713 0 0 16781312 2 18446604446024984384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4779.9
Current children cumulated vsize (KiB) 6673120

Child status: 0
Real time (s): 1201.67
CPU time (s): 4780.35
CPU user time (s): 4771.79
CPU system time (s): 8.5577
CPU usage (%): 397.807
Max. virtual memory (cumulated for all children) (KiB): 6673120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4771.79
system time used= 8.5577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167528
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= 10445
involuntary context switches= 28326

runsolver used 7.29589 second user time and 15.4397 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 15:19:57
IDJOB=3378452
IDBENCH=82861
IDSOLVER=1859
FILE ID=node116/3378452-1305465597
RUNJOBID= node116-1305463137-28604
PBS_JOBID= 13324982
Free space on /tmp= 73108 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S816372663-049.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378452-1305465597/watcher-3378452-1305465597 -o /tmp/evaluation-result-3378452-1305465597/solver-3378452-1305465597 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378452-1305465597.cnf -seed 1191119492 -budget 4800 -cores 4

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

MD5SUM BENCH= 82ce98f61c0f2213b508b1b975b0c344
RANDOM SEED=1191119492

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:      20567712 kB
Buffers:        125412 kB
Cached:        1337296 kB
SwapCached:      12356 kB
Active:       11223080 kB
Inactive:       919688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20567712 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           31876 kB
Writeback:           0 kB
AnonPages:    10677828 kB
Mapped:          26548 kB
Slab:           113776 kB
PageTables:      59324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 116806968 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= 73076 MiB
End job on node116 at 2011-05-15 15:39:59