Trace number 3378690

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)? 4770.11 1198.68

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S591042619-090.UNKNOWN.cnf
MD5SUM58de0b27915a7db672b276faaed6cfd0
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.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3378690-1305467058.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.55	c INFO: computed Horn-clause counts
0.39/0.55	c INFO: computed variable graph statistics
0.39/0.55	c INFO: collected features for HOME/instance-3378690-1305467058.cnf in 0.09 s
0.39/0.56	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.39/0.57	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.32)
0.39/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.39/0.59	c INFO: running march_hi@0 for 97 with 1199 remaining (b = 0.08)
396.27/99.91	c INFO: running gnovelty+2@0 for 97 with 1100 remaining (b = 0.08)
407.40/102.73	c INFO: running march_hi@99 for 291 with 1097 remaining (b = 0.20)
796.10/200.23	c INFO: running march_hi@0 for 679 with 1000 remaining (b = 0.33)
1558.16/391.45	c INFO: running march_hi@0 for 97 with 809 remaining (b = 0.06)
1569.31/394.25	c INFO: running march_hi@198 for 194 with 806 remaining (b = 0.13)
1574.07/395.40	c INFO: running march_hi@0 for 582 with 805 remaining (b = 0.25)
1954.27/490.87	c INFO: running march_hi@391 for 97 with 709 remaining (b = 0.07)
2355.62/591.56	c INFO: running kcnfs-2006@0 for 608 with 608 remaining (b = 0.25)
2363.21/593.41	c INFO: running march_hi@0 for 485 with 607 remaining (b = 0.20)
3573.96/897.97	c INFO: running march_hi@287 for 194 with 302 remaining (b = 0.08)
3895.28/978.74	c INFO: running march_hi@590 for 97 with 221 remaining (b = 0.05)
4280.99/1075.75	c INFO: running march_hi@589 for 124 with 124 remaining (b = 0.04)
4313.61/1083.99	c INFO: running kcnfs-2006@0 for 116 with 116 remaining (b = 0.04)
4331.89/1088.53	c INFO: running march_hi@0 for 111 with 111 remaining (b = 0.03)
4769.69/1198.66	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-3378690-1305467058/watcher-3378690-1305467058 -o /tmp/evaluation-result-3378690-1305467058/solver-3378690-1305467058 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378690-1305467058.cnf -seed 2025302274 -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.19 8.26 8.14 5/457 23450
/proc/meminfo: memFree=21903196/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=16240 CPUtime=0.01 cores=0,2,4,6
/proc/23450/stat : 23450 (python) R 23448 23450 20819 0 -1 4202496 1049 0 0 0 1 0 0 0 25 0 1 0 639122118 16629760 922 33554432000 4194304 5683644 140736728350800 18446744073709551615 4890569 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23450/statm: 4060 922 381 364 0 547 0

[startup+0.101123 s]
/proc/loadavg: 8.19 8.26 8.14 5/457 23450
/proc/meminfo: memFree=21903196/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=104232 CPUtime=0.06 cores=0,2,4,6
/proc/23450/stat : 23450 (python) R 23448 23450 20819 0 -1 4202496 3086 0 0 0 5 1 0 0 17 0 1 0 639122118 106733568 2768 33554432000 4194304 5683644 140736728350800 18446744073709551615 4516308 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23450/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.201056 s]
/proc/loadavg: 8.19 8.26 8.14 5/457 23450
/proc/meminfo: memFree=21903196/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=130944 CPUtime=0.15 cores=0,2,4,6
/proc/23450/stat : 23450 (python) R 23448 23450 20819 0 -1 4202496 5624 930 1 0 12 3 0 0 18 0 1 0 639122118 134086656 4032 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039343771 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/23450/statm: 32736 4032 1015 364 0 2997 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 130944

[startup+0.301068 s]
/proc/loadavg: 8.19 8.26 8.14 5/457 23450
/proc/meminfo: memFree=21903196/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=190256 CPUtime=0.22 cores=0,2,4,6
/proc/23450/stat : 23450 (python) R 23448 23450 20819 0 -1 4202496 6887 930 1 0 17 5 0 0 17 0 1 0 639122118 194822144 4944 33554432000 4194304 5683644 140736728350800 18446744073709551615 212034731655 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/23450/statm: 47564 4944 1422 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190256

[startup+0.700959 s]
/proc/loadavg: 8.19 8.26 8.14 5/457 23450
/proc/meminfo: memFree=21903196/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=320228 CPUtime=0.47 cores=0,2,4,6
/proc/23450/stat : 23450 (python) S 23448 23450 20819 0 -1 4202496 12204 930 1 0 39 8 0 0 24 0 5 0 639122118 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23450/statm: 80057 7263 1873 364 0 15966 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 320228

[startup+1.50082 s]
/proc/loadavg: 8.17 8.25 8.14 9/470 23467
/proc/meminfo: memFree=21863276/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=320228 CPUtime=0.47 cores=0,2,4,6
/proc/23450/stat : 23450 (python) S 23448 23450 20819 0 -1 4202496 12204 930 1 0 39 8 0 0 24 0 5 0 639122118 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23450/statm: 80057 7263 1873 364 0 15966 0
[pid=23456] ppid=23450 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/23456/stat : 23456 (python) S 23450 23450 20819 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 639122175 285294592 5559 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675407 0 0 16781312 514 725655688394571775 0 0 17 6 0 0 0
/proc/23456/statm: 69652 5559 354 364 0 5570 0
[pid=23458] ppid=23456 vsize=1017800 CPUtime=0.93 cores=0,2,4,6
/proc/23458/stat : 23458 (gnovelty+2) R 23456 23458 23458 0 -1 4202496 447 0 0 0 93 0 0 0 22 0 1 0 639122175 1042227200 182 33554432000 134512640 135663704 4288648640 18446744073709551615 134524921 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23458/statm: 254450 182 113 282 0 254166 0
[pid=23459] ppid=23450 vsize=289372 CPUtime=0 cores=0,2,4,6
/proc/23459/stat : 23459 (python) S 23450 23450 20819 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 639122176 296316928 5701 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 5910657855869911297 0 0 17 4 0 0 0
/proc/23459/statm: 72343 5701 348 364 0 8258 0
[pid=23461] ppid=23459 vsize=2536 CPUtime=0.9 cores=0,2,4,6
/proc/23461/stat : 23461 (march_hi) R 23459 23461 23461 0 -1 4202496 697 0 0 0 90 0 0 0 23 0 1 0 639122176 2596864 434 33554432000 4194304 4955518 140736514198368 18446744073709551615 4227104 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23461/statm: 634 434 104 186 0 447 0
[pid=23462] ppid=23450 vsize=299120 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (python) S 23450 23450 20819 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 639122177 306298880 5593 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 3563288491498373377 0 0 17 2 0 0 0
/proc/23462/statm: 74780 5593 348 364 0 10692 0
[pid=23464] ppid=23462 vsize=2536 CPUtime=0.91 cores=0,2,4,6
/proc/23464/stat : 23464 (march_hi) R 23462 23464 23464 0 -1 4202496 693 0 0 0 91 0 0 0 25 0 1 0 639122177 2596864 435 33554432000 4194304 4955518 140734849140064 18446744073709551615 4209740 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23464/statm: 634 435 104 186 0 447 0
[pid=23465] ppid=23450 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/23465/stat : 23465 (python) S 23450 23450 20819 0 -1 4202560 749 0 0 0 0 0 0 0 16 0 1 0 639122178 317423616 5734 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 16731431171883237634 0 0 17 2 0 0 0
/proc/23465/statm: 77496 5734 348 364 0 13405 0
[pid=23467] ppid=23465 vsize=2536 CPUtime=0.9 cores=0,2,4,6
/proc/23467/stat : 23467 (march_hi) R 23465 23467 23467 0 -1 4202496 694 0 0 0 90 0 0 0 25 0 1 0 639122178 2596864 435 33554432000 4194304 4955518 140733379102368 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23467/statm: 634 435 104 186 0 447 0
[pid=23450/tid=23457] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23457/stat : 23457 (python) S 23448 23450 20819 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 5 0 639122175 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23460/stat : 23460 (python) S 23448 23450 20819 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 5 0 639122176 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23463/stat : 23463 (python) S 23448 23450 20819 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 5 0 639122177 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23466/stat : 23466 (python) S 23448 23450 20819 0 -1 4202560 24 930 0 0 0 0 0 0 24 0 5 0 639122178 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 2522720

[startup+3.10053 s]
/proc/loadavg: 8.17 8.25 8.14 9/470 23467
/proc/meminfo: memFree=21861540/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=320228 CPUtime=0.47 cores=0,2,4,6
/proc/23450/stat : 23450 (python) S 23448 23450 20819 0 -1 4202496 12204 930 1 0 39 8 0 0 24 0 5 0 639122118 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23450/statm: 80057 7263 1873 364 0 15966 0
[pid=23456] ppid=23450 vsize=278608 CPUtime=0 cores=0,2,4,6
/proc/23456/stat : 23456 (python) S 23450 23450 20819 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 639122175 285294592 5559 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675407 0 0 16781312 514 725655688394539267 0 0 17 6 0 0 0
/proc/23456/statm: 69652 5559 354 364 0 5570 0
[pid=23458] ppid=23456 vsize=1017800 CPUtime=2.53 cores=0,2,4,6
/proc/23458/stat : 23458 (gnovelty+2) R 23456 23458 23458 0 -1 4202496 447 0 0 0 253 0 0 0 25 0 1 0 639122175 1042227200 182 33554432000 134512640 135663704 4288648640 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23458/statm: 254450 182 113 282 0 254166 0
[pid=23459] ppid=23450 vsize=289372 CPUtime=0 cores=0,2,4,6
/proc/23459/stat : 23459 (python) S 23450 23450 20819 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 639122176 296316928 5701 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 5910657855869911297 0 0 17 4 0 0 0
/proc/23459/statm: 72343 5701 348 364 0 8258 0
[pid=23461] ppid=23459 vsize=2788 CPUtime=2.49 cores=0,2,4,6
/proc/23461/stat : 23461 (march_hi) R 23459 23461 23461 0 -1 4202496 760 0 0 0 249 0 0 0 25 0 1 0 639122176 2854912 497 33554432000 4194304 4955518 140736514198368 18446744073709551615 4263531 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23461/statm: 697 497 104 186 0 510 0
[pid=23462] ppid=23450 vsize=299120 CPUtime=0 cores=0,2,4,6
/proc/23462/stat : 23462 (python) S 23450 23450 20819 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 639122177 306298880 5593 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 3563288491498373377 0 0 17 2 0 0 0
/proc/23462/statm: 74780 5593 348 364 0 10692 0
[pid=23464] ppid=23462 vsize=2788 CPUtime=2.51 cores=0,2,4,6
/proc/23464/stat : 23464 (march_hi) R 23462 23464 23464 0 -1 4202496 757 0 0 0 251 0 0 0 25 0 1 0 639122177 2854912 499 33554432000 4194304 4955518 140734849140064 18446744073709551615 4261356 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23464/statm: 697 499 104 186 0 510 0
[pid=23465] ppid=23450 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/23465/stat : 23465 (python) S 23450 23450 20819 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 639122178 317423616 5734 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 16731431171883237634 0 0 17 2 0 0 0
/proc/23465/statm: 77496 5734 348 364 0 13405 0
[pid=23467] ppid=23465 vsize=2788 CPUtime=2.5 cores=0,2,4,6
/proc/23467/stat : 23467 (march_hi) R 23465 23467 23467 0 -1 4202496 757 0 0 0 250 0 0 0 25 0 1 0 639122178 2854912 498 33554432000 4194304 4955518 140733379102368 18446744073709551615 4228014 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23467/statm: 697 498 104 186 0 510 0
[pid=23450/tid=23457] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23457/stat : 23457 (python) S 23448 23450 20819 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 5 0 639122175 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23460/stat : 23460 (python) S 23448 23450 20819 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 5 0 639122176 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23463/stat : 23463 (python) S 23448 23450 20819 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 5 0 639122177 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23466/stat : 23466 (python) S 23448 23450 20819 0 -1 4202560 24 930 0 0 0 0 0 0 24 0 5 0 639122178 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 2523476

[startup+6.30096 s]
/proc/loadavg: 8.17 8.25 8.14 9/470 23467
/proc/meminfo: memFree=21857988/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=320228 CPUtime=0.47 cores=0,2,4,6
/proc/23450/stat : 23450 (python) S 23448 23450 20819 0 -1 4202496 12204 930 1 0 39 8 0 0 24 0 5 0 639122118 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23450/statm: 80057 7263 1873 364 0 15966 0
[pid=23456] ppid=23450 vsize=278608 CPUtime=0.01 cores=0,2,4,6
/proc/23456/stat : 23456 (python) S 23450 23450 20819 0 -1 4202560 890 0 0 0 1 0 0 0 18 0 1 0 639122175 285294592 5582 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675407 0 0 16781312 514 725655688394539267 0 0 17 6 0 0 0
/proc/23456/statm: 69652 5582 377 364 0 5570 0
[pid=23458] ppid=23456 vsize=1017800 CPUtime=5.73 cores=0,2,4,6
/proc/23458/stat : 23458 (gnovelty+2) R 23456 23458 23458 0 -1 4202496 447 0 0 0 573 0 0 0 25 0 1 0 639122175 1042227200 182 33554432000 134512640 135663704 4288648640 18446744073709551615 134525298 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23458/statm: 254450 182 113 282 0 254166 0
[pid=23459] ppid=23450 vsize=289372 CPUtime=0.02 cores=0,2,4,6
/proc/23459/stat : 23459 (python) S 23450 23450 20819 0 -1 4202560 906 0 0 0 1 1 0 0 15 0 1 0 639122176 296316928 5724 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 725644143522447617 0 0 17 4 0 0 0
/proc/23459/statm: 72343 5724 371 364 0 8258 0
[pid=23461] ppid=23459 vsize=3608 CPUtime=5.62 cores=0,2,4,6
/proc/23461/stat : 23461 (march_hi) R 23459 23461 23461 0 -1 4202496 897 0 0 0 562 0 0 0 25 0 1 0 639122176 3694592 634 33554432000 4194304 4955518 140736514198368 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23461/statm: 902 634 104 186 0 715 0
[pid=23462] ppid=23450 vsize=299120 CPUtime=0.01 cores=0,2,4,6
/proc/23462/stat : 23462 (python) S 23450 23450 20819 0 -1 4202560 904 0 0 0 1 0 0 0 15 0 1 0 639122177 306298880 5616 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 7003703805518774529 0 0 17 2 0 0 0
/proc/23462/statm: 74780 5616 371 364 0 10692 0
[pid=23464] ppid=23462 vsize=3608 CPUtime=5.69 cores=0,2,4,6
/proc/23464/stat : 23464 (march_hi) R 23462 23464 23464 0 -1 4202496 895 0 0 0 569 0 0 0 25 0 1 0 639122177 3694592 637 33554432000 4194304 4955518 140734849140064 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23464/statm: 902 637 104 186 0 715 0
[pid=23465] ppid=23450 vsize=309984 CPUtime=0.01 cores=0,2,4,6
/proc/23465/stat : 23465 (python) S 23450 23450 20819 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 1 0 639122178 317423616 5757 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 8778460708284104962 0 0 17 2 0 0 0
/proc/23465/statm: 77496 5757 371 364 0 13405 0
[pid=23467] ppid=23465 vsize=3608 CPUtime=5.65 cores=0,2,4,6
/proc/23467/stat : 23467 (march_hi) R 23465 23467 23467 0 -1 4202496 896 0 0 0 565 0 0 0 25 0 1 0 639122178 3694592 637 33554432000 4194304 4955518 140733379102368 18446744073709551615 4238462 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23467/statm: 902 637 104 186 0 715 0
[pid=23450/tid=23457] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23457/stat : 23457 (python) S 23448 23450 20819 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 5 0 639122175 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23460/stat : 23460 (python) S 23448 23450 20819 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 5 0 639122176 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23463/stat : 23463 (python) S 23448 23450 20819 0 -1 4202560 23 930 0 0 0 0 0 0 22 0 5 0 639122177 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=320228 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23466/stat : 23466 (python) S 23448 23450 20819 0 -1 4202560 24 930 0 0 0 0 0 0 24 0 5 0 639122178 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 2525936

[startup+12.7008 s]
/proc/loadavg: 8.14 8.25 8.14 10/470 23467
/proc/meminfo: memFree=21853556/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=320228 CPUtime=0.47 cores=0,2,4,6
/proc/23450/stat : 23450 (python) S 23448 23450 20819 0 -1 4202496 12204 930 1 0 39 8 0 0 24 0 5 0 639122118 327913472 7263 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23450/statm: 80057 7263 1873 364 0 15966 0
[pid=23456] ppid=23450 vsize=278608 CPUtime=0.03 cores=0,2,4,6
/proc/23456/stat : 23456 (python) S 23450 23450 20819 0 -1 4202560 893 0 0 0 2 1 0 0 18 0 1 0 639122175 285294592 5582 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675407 0 0 16781312 514 15448208738996945155 0 0 17 6 0 0 0
/proc/23456/statm: 69652 5582 377 364 0 5570 0
[pid=23458] ppid=23456 vsize=1017800 CPUtime=12.13 cores=0,2,4,6
/proc/23458/stat : 23458 (gnovelty+2) R 23456 23458 23458 0 -1 4202496 447 0 0 0 1213 0 0 0 25 0 1 0 639122175 1042227200 182 33554432000 134512640 135663704 4288648640 18446744073709551615 134547286 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23458/statm: 254450 182 113 282 0 254166 0
[pid=23459] ppid=23450 vsize=289372 CPUtime=0.03 cores=0,2,4,6

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

/proc/23489/stat : 23489 (python) S 23450 23450 20819 0 -1 4202560 1088 0 0 0 18 14 0 0 19 0 2 0 639132110 327925760 5791 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23489/statm: 80060 5791 400 364 0 15966 0
[pid=23491] ppid=23489 vsize=1017800 CPUtime=98.93 cores=0,2,4,6
/proc/23491/stat : 23491 (gnovelty+2) T 23489 23491 23491 0 -1 4202496 442 0 0 0 9893 0 0 0 25 0 1 0 639132110 1042227200 181 33554432000 134512640 135663704 4288033856 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23491/statm: 254450 181 113 282 0 254166 0
[pid=23489/tid=23496] ppid=23450 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/23489/task/23496/stat : 23496 (python) S 23450 23450 20819 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639142142 327925760 5791 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604444717801600 0 0 -1 2 0 0 0
[pid=23497] ppid=23450 vsize=330592 CPUtime=2.99 cores=0,2,4,6
/proc/23497/stat : 23497 (python) S 23450 23450 20819 0 -1 4202560 1153 0 0 0 163 136 0 0 15 0 2 0 639142142 338526208 5802 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23497/statm: 82648 5802 400 364 0 18551 0
[pid=23499] ppid=23497 vsize=123684 CPUtime=874.14 cores=0,2,4,6
/proc/23499/stat : 23499 (march_hi) T 23497 23499 23499 0 -1 4202496 27070 0 0 0 87409 5 0 0 25 0 1 0 639142143 126652416 26780 33554432000 4194304 4955518 140733357853440 18446744073709551615 4261466 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23499/statm: 30921 26780 104 186 0 30734 0
[pid=23497/tid=23531] ppid=23450 vsize=330592 CPUtime=0 cores=0,2,4,6
/proc/23497/task/23531/stat : 23531 (python) S 23450 23450 20819 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 639211915 338526208 5802 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604444442377216 0 0 -1 2 0 0 0
[pid=23505] ppid=23450 vsize=340848 CPUtime=1.1 cores=0,2,4,6
/proc/23505/stat : 23505 (python) S 23450 23450 20819 0 -1 4202560 1166 0 0 0 59 51 0 0 15 0 2 0 639161264 349028352 5827 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23505/statm: 85212 5827 400 364 0 21112 0
[pid=23507] ppid=23505 vsize=58160 CPUtime=321.54 cores=0,2,4,6
/proc/23507/stat : 23507 (march_hi) R 23505 23507 23507 0 -1 4202496 11130 0 0 0 32153 1 0 0 25 0 1 0 639161265 59555840 10842 33554432000 4194304 4955518 140737085698288 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23507/statm: 14540 10842 104 186 0 14353 0
[pid=23505/tid=23513] ppid=23450 vsize=340848 CPUtime=0 cores=0,2,4,6
/proc/23505/task/23513/stat : 23513 (python) S 23450 23450 20819 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 639171205 349028352 5827 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604453913412928 0 0 -1 0 0 0 0
[pid=23516] ppid=23450 vsize=351252 CPUtime=1.92 cores=0,2,4,6
/proc/23516/stat : 23516 (python) S 23450 23450 20819 0 -1 4202560 1042 0 0 0 100 92 0 0 18 0 1 0 639181275 359682048 5823 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 15448208738996945153 0 0 17 4 0 0 0
/proc/23516/statm: 87813 5823 377 364 0 23710 0
[pid=23518] ppid=23516 vsize=182452 CPUtime=597.38 cores=0,2,4,6
/proc/23518/stat : 23518 (kcnfs-2006) R 23516 23518 23518 0 -1 4202496 611 0 0 0 59738 0 0 0 25 0 1 0 639181275 186830848 349 33554432000 134512640 135163436 4286656880 18446744073709551615 134675562 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23518/statm: 45613 349 77 159 0 45453 0
[pid=23519] ppid=23450 vsize=360956 CPUtime=1.68 cores=0,2,4,6
/proc/23519/stat : 23519 (python) S 23450 23450 20819 0 -1 4202560 1198 0 0 0 93 75 0 0 16 0 2 0 639181460 369618944 5751 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23519/statm: 90239 5751 406 364 0 26133 0
[pid=23521] ppid=23519 vsize=77936 CPUtime=487.37 cores=0,2,4,6
/proc/23521/stat : 23521 (march_hi) T 23519 23521 23521 0 -1 4202496 16059 0 0 0 48734 3 0 0 25 0 1 0 639181460 79806464 15763 33554432000 4194304 4955518 140736851961024 18446744073709551615 4227659 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23521/statm: 19484 15763 104 186 0 19297 0
[pid=23519/tid=23545] ppid=23450 vsize=360956 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23545/stat : 23545 (python) S 23450 23450 20819 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 639230517 369618944 5751 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604442840921152 0 0 -1 4 0 0 0
[pid=23546] ppid=23450 vsize=371256 CPUtime=0.35 cores=0,2,4,6
/proc/23546/stat : 23546 (python) S 23450 23450 20819 0 -1 4202560 962 0 0 0 18 17 0 0 18 0 1 0 639230518 380166144 5730 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 15448208738996945154 0 0 17 2 0 0 0
/proc/23546/statm: 92814 5730 371 364 0 28705 0
[pid=23548] ppid=23546 vsize=182448 CPUtime=113.88 cores=0,2,4,6
/proc/23548/stat : 23548 (kcnfs-2006) R 23546 23548 23548 0 -1 4202496 611 0 0 0 11388 0 0 0 25 0 1 0 639230518 186826752 348 33554432000 134512640 135163436 4288009296 18446744073709551615 134675110 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23548/statm: 45612 348 77 159 0 45452 0
[pid=23450/tid=23457] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23457/stat : 23457 (python) S 23448 23450 20819 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 11 0 639122175 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23460/stat : 23460 (python) S 23448 23450 20819 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 11 0 639122176 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23463/stat : 23463 (python) S 23448 23450 20819 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 11 0 639122177 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23466/stat : 23466 (python) S 23448 23450 20819 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 11 0 639122178 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23490] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23490/stat : 23490 (python) S 23448 23450 20819 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 11 0 639132110 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23498] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23498/stat : 23498 (python) S 23448 23450 20819 0 -1 4202560 30 930 0 0 0 0 0 0 18 0 11 0 639142142 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23506] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23506/stat : 23506 (python) S 23448 23450 20819 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 11 0 639161264 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23517] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23517/stat : 23517 (python) S 23448 23450 20819 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 11 0 639181275 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23520] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23520/stat : 23520 (python) S 23448 23450 20819 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 11 0 639181460 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23547] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23547/stat : 23547 (python) S 23448 23450 20819 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 11 0 639230518 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4768.9
Current children cumulated vsize (KiB) 6630088

[startup+1198.6 s]
/proc/loadavg: 4.08 4.21 5.29 5/470 23552
/proc/meminfo: memFree=21445636/32951124 swapFree=51873460/67111528
[pid=23450] ppid=23448 vsize=382032 CPUtime=0.6 cores=0,2,4,6
/proc/23450/stat : 23450 (python) S 23448 23450 20819 0 -1 4202496 18258 930 1 0 50 10 0 0 18 0 11 0 639122118 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23450/statm: 95508 7358 1894 364 0 31399 0
[pid=23456] ppid=23450 vsize=288852 CPUtime=0.32 cores=0,2,4,6
/proc/23456/stat : 23456 (python) S 23450 23450 20819 0 -1 4202560 1165 0 0 0 18 14 0 0 19 0 2 0 639122175 295784448 5626 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23456/statm: 72213 5626 416 364 0 8131 0
[pid=23458] ppid=23456 vsize=1017800 CPUtime=99.34 cores=0,2,4,6
/proc/23458/stat : 23458 (gnovelty+2) T 23456 23458 23458 0 -1 4202496 447 0 0 0 9934 0 0 0 25 0 1 0 639122175 1042227200 182 33554432000 134512640 135663704 4288648640 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23458/statm: 254450 182 113 282 0 254166 0
[pid=23456/tid=23488] ppid=23450 vsize=288852 CPUtime=0 cores=0,2,4,6
/proc/23456/task/23488/stat : 23488 (python) S 23450 23450 20819 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 639132109 295784448 5626 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604444491713536 0 0 -1 6 0 0 0
[pid=23459] ppid=23450 vsize=289372 CPUtime=1.79 cores=0,2,4,6
/proc/23459/stat : 23459 (python) R 23450 23450 20819 0 -1 4202560 1146 0 0 0 101 78 0 0 15 0 2 0 639122176 296316928 5754 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039698567 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23459/statm: 72344 5754 400 364 0 8259 0
[pid=23461] ppid=23459 vsize=77936 CPUtime=501.96 cores=0,2,4,6
/proc/23461/stat : 23461 (march_hi) R 23459 23461 23461 0 -1 4202496 15896 0 0 0 50192 4 0 0 25 0 1 0 639122176 79806464 15602 33554432000 4194304 4955518 140736514198368 18446744073709551615 4314200 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23461/statm: 19484 15602 104 186 0 19297 0
[pid=23459/tid=23509] ppid=23450 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/23459/task/23509/stat : 23509 (python) S 23450 23450 20819 0 -1 4202560 43 0 0 0 0 0 0 0 17 0 2 0 639161658 296321024 5754 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604444491710848 0 0 -1 0 0 0 0
[pid=23462] ppid=23450 vsize=299120 CPUtime=3.3 cores=0,2,4,6
/proc/23462/stat : 23462 (python) S 23450 23450 20819 0 -1 4202560 1146 0 0 0 185 145 0 0 15 0 2 0 639122177 306298880 5646 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23462/statm: 74780 5646 400 364 0 10692 0
[pid=23464] ppid=23462 vsize=123684 CPUtime=974.44 cores=0,2,4,6
/proc/23464/stat : 23464 (march_hi) T 23462 23464 23464 0 -1 4202496 29123 0 0 0 97439 5 0 0 25 0 1 0 639122177 126652416 28834 33554432000 4194304 4955518 140734849140064 18446744073709551615 4291055 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23464/statm: 30921 28834 104 186 0 30734 0
[pid=23462/tid=23508] ppid=23450 vsize=299120 CPUtime=0 cores=0,2,4,6
/proc/23462/task/23508/stat : 23508 (python) S 23450 23450 20819 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 639161543 306298880 5646 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604450248402816 0 0 -1 4 0 0 0
[pid=23465] ppid=23450 vsize=309984 CPUtime=2.35 cores=0,2,4,6
/proc/23465/stat : 23465 (python) S 23450 23450 20819 0 -1 4202560 1152 0 0 0 126 109 0 0 15 0 2 0 639122178 317423616 5787 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23465/statm: 77496 5787 400 364 0 13405 0
[pid=23467] ppid=23465 vsize=123684 CPUtime=683.39 cores=0,2,4,6
/proc/23467/stat : 23467 (march_hi) T 23465 23467 23467 0 -1 4202496 21382 0 0 0 68334 5 0 0 25 0 1 0 639122178 126652416 21092 33554432000 4194304 4955518 140733379102368 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23467/statm: 30921 21092 104 186 0 30734 0
[pid=23465/tid=23492] ppid=23450 vsize=309984 CPUtime=0 cores=0,2,4,6
/proc/23465/task/23492/stat : 23492 (python) S 23450 23450 20819 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 639132391 317423616 5787 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604442071686016 0 0 -1 2 0 0 0
[pid=23489] ppid=23450 vsize=320240 CPUtime=0.32 cores=0,2,4,6
/proc/23489/stat : 23489 (python) S 23450 23450 20819 0 -1 4202560 1088 0 0 0 18 14 0 0 19 0 2 0 639132110 327925760 5791 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23489/statm: 80060 5791 400 364 0 15966 0
[pid=23491] ppid=23489 vsize=1017800 CPUtime=98.93 cores=0,2,4,6
/proc/23491/stat : 23491 (gnovelty+2) T 23489 23491 23491 0 -1 4202496 442 0 0 0 9893 0 0 0 25 0 1 0 639132110 1042227200 181 33554432000 134512640 135663704 4288033856 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23491/statm: 254450 181 113 282 0 254166 0
[pid=23489/tid=23496] ppid=23450 vsize=320240 CPUtime=0 cores=0,2,4,6
/proc/23489/task/23496/stat : 23496 (python) S 23450 23450 20819 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 639142142 327925760 5791 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604444717801600 0 0 -1 2 0 0 0
[pid=23497] ppid=23450 vsize=330592 CPUtime=2.99 cores=0,2,4,6
/proc/23497/stat : 23497 (python) S 23450 23450 20819 0 -1 4202560 1153 0 0 0 163 136 0 0 15 0 2 0 639142142 338526208 5802 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23497/statm: 82648 5802 400 364 0 18551 0
[pid=23499] ppid=23497 vsize=123684 CPUtime=874.14 cores=0,2,4,6
/proc/23499/stat : 23499 (march_hi) T 23497 23499 23499 0 -1 4202496 27070 0 0 0 87409 5 0 0 25 0 1 0 639142143 126652416 26780 33554432000 4194304 4955518 140733357853440 18446744073709551615 4261466 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23499/statm: 30921 26780 104 186 0 30734 0
[pid=23497/tid=23531] ppid=23450 vsize=330592 CPUtime=0 cores=0,2,4,6
/proc/23497/task/23531/stat : 23531 (python) S 23450 23450 20819 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 639211915 338526208 5802 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604444442377216 0 0 -1 2 0 0 0
[pid=23505] ppid=23450 vsize=340848 CPUtime=1.1 cores=0,2,4,6
/proc/23505/stat : 23505 (python) S 23450 23450 20819 0 -1 4202560 1166 0 0 0 59 51 0 0 15 0 2 0 639161264 349028352 5827 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23505/statm: 85212 5827 400 364 0 21112 0
[pid=23507] ppid=23505 vsize=58160 CPUtime=321.74 cores=0,2,4,6
/proc/23507/stat : 23507 (march_hi) R 23505 23507 23507 0 -1 4202496 11135 0 0 0 32173 1 0 0 25 0 1 0 639161265 59555840 10847 33554432000 4194304 4955518 140737085698288 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23507/statm: 14540 10847 104 186 0 14353 0
[pid=23505/tid=23513] ppid=23450 vsize=340848 CPUtime=0 cores=0,2,4,6
/proc/23505/task/23513/stat : 23513 (python) S 23450 23450 20819 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 639171205 349028352 5827 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604453913412928 0 0 -1 0 0 0 0
[pid=23516] ppid=23450 vsize=351252 CPUtime=1.92 cores=0,2,4,6
/proc/23516/stat : 23516 (python) S 23450 23450 20819 0 -1 4202560 1042 0 0 0 100 92 0 0 18 0 1 0 639181275 359682048 5823 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 15448208738996945153 0 0 17 4 0 0 0
/proc/23516/statm: 87813 5823 377 364 0 23710 0
[pid=23518] ppid=23516 vsize=182452 CPUtime=597.58 cores=0,2,4,6
/proc/23518/stat : 23518 (kcnfs-2006) R 23516 23518 23518 0 -1 4202496 611 0 0 0 59758 0 0 0 25 0 1 0 639181275 186830848 349 33554432000 134512640 135163436 4286656880 18446744073709551615 134569407 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23518/statm: 45613 349 77 159 0 45453 0
[pid=23519] ppid=23450 vsize=360956 CPUtime=1.68 cores=0,2,4,6
/proc/23519/stat : 23519 (python) S 23450 23450 20819 0 -1 4202560 1198 0 0 0 93 75 0 0 16 0 2 0 639181460 369618944 5751 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23519/statm: 90239 5751 406 364 0 26133 0
[pid=23521] ppid=23519 vsize=77936 CPUtime=487.37 cores=0,2,4,6
/proc/23521/stat : 23521 (march_hi) T 23519 23521 23521 0 -1 4202496 16059 0 0 0 48734 3 0 0 25 0 1 0 639181460 79806464 15763 33554432000 4194304 4955518 140736851961024 18446744073709551615 4227659 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23521/statm: 19484 15763 104 186 0 19297 0
[pid=23519/tid=23545] ppid=23450 vsize=360956 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23545/stat : 23545 (python) S 23450 23450 20819 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 639230517 369618944 5751 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 514 18446604442840921152 0 0 -1 4 0 0 0
[pid=23546] ppid=23450 vsize=371256 CPUtime=0.35 cores=0,2,4,6
/proc/23546/stat : 23546 (python) S 23450 23450 20819 0 -1 4202560 962 0 0 0 18 17 0 0 18 0 1 0 639230518 380166144 5730 33554432000 4194304 5683644 140736728350800 18446744073709551615 212039675462 0 0 16781312 514 15448208738996945154 0 0 17 2 0 0 0
/proc/23546/statm: 92814 5730 371 364 0 28705 0
[pid=23548] ppid=23546 vsize=182448 CPUtime=114.08 cores=0,2,4,6
/proc/23548/stat : 23548 (kcnfs-2006) R 23546 23548 23548 0 -1 4202496 611 0 0 0 11408 0 0 0 25 0 1 0 639230518 186826752 348 33554432000 134512640 135163436 4288009296 18446744073709551615 134559376 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23548/statm: 45612 348 77 159 0 45452 0
[pid=23450/tid=23457] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23457/stat : 23457 (python) S 23448 23450 20819 0 -1 4202560 25 930 0 0 0 0 0 0 19 0 11 0 639122175 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23460/stat : 23460 (python) S 23448 23450 20819 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 11 0 639122176 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 6 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23463/stat : 23463 (python) S 23448 23450 20819 0 -1 4202560 29 930 0 0 0 0 0 0 18 0 11 0 639122177 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23466/stat : 23466 (python) S 23448 23450 20819 0 -1 4202560 36 930 0 0 0 0 0 0 18 0 11 0 639122178 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23490] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23490/stat : 23490 (python) S 23448 23450 20819 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 11 0 639132110 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23498] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23498/stat : 23498 (python) S 23448 23450 20819 0 -1 4202560 30 930 0 0 0 0 0 0 18 0 11 0 639142142 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23506] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23506/stat : 23506 (python) S 23448 23450 20819 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 11 0 639161264 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23517] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23517/stat : 23517 (python) S 23448 23450 20819 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 11 0 639181275 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23520] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23520/stat : 23520 (python) S 23448 23450 20819 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 11 0 639181460 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
[pid=23450/tid=23547] ppid=23448 vsize=382032 CPUtime=0 cores=0,2,4,6
/proc/23450/task/23547/stat : 23547 (python) S 23448 23450 20819 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 11 0 639230518 391200768 7358 33554432000 4194304 5683644 140736728350800 18446744073709551615 212051478961 0 0 16781312 2 18446604442840922944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4769.69
Current children cumulated vsize (KiB) 6630088

Child status: 0
Real time (s): 1198.68
CPU time (s): 4770.11
CPU user time (s): 4762.33
CPU system time (s): 7.78582
CPU usage (%): 397.947
Max. virtual memory (cumulated for all children) (KiB): 6630092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4762.33
system time used= 7.78582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157673
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= 7965
involuntary context switches= 28699

runsolver used 7.45986 second user time and 15.2917 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 15:44:18
IDJOB=3378690
IDBENCH=83099
IDSOLVER=1859
FILE ID=node146/3378690-1305467058
RUNJOBID= node146-1305463158-20837
PBS_JOBID= 13324984
Free space on /tmp= 73260 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S591042619-090.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-3378690-1305467058/watcher-3378690-1305467058 -o /tmp/evaluation-result-3378690-1305467058/solver-3378690-1305467058 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378690-1305467058.cnf -seed 2025302274 -budget 4800 -cores 4

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

MD5SUM BENCH= 58de0b27915a7db672b276faaed6cfd0
RANDOM SEED=2025302274

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21903476 kB
Buffers:        160224 kB
Cached:        1084464 kB
SwapCached:      56148 kB
Active:        8258636 kB
Inactive:      2520976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21903476 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           31676 kB
Writeback:           0 kB
AnonPages:     9485696 kB
Mapped:          29940 kB
Slab:           114352 kB
PageTables:      85120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121392336 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= 73260 MiB
End job on node146 at 2011-05-15 16:04:17