Trace number 3372633

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
Plingeling 587f (fixed)UNSAT 6122.8 206.502

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2592.97
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

6122.68/206.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3372633-1305698011/watcher-3372633-1305698011 -o /tmp/evaluation-result-3372633-1305698011/solver-3372633-1305698011 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372633-1305698011.cnf 

running on 32 cores: 0,4,8,12,16,20,24,28,1,5,9,13,17,21,25,29,2,6,10,14,18,22,26,30,3,7,11,15,19,23,27,31

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 160000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 160030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 272730423296 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 272730474496 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 19.45 29.03 31.03 1/413 31513
/proc/meminfo: memFree=255502624/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=12288 CPUtime=0.02 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 1160 1242 0 0 2 0 0 0 21 0 1 0 681287653 12582912 1091 268435456000 4194304 4417452 140736572811184 18446744073709551615 258650649791 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 3120 1100 144 55 0 1006 0

[startup+0.0777801 s]
/proc/loadavg: 19.45 29.03 31.03 1/413 31513
/proc/meminfo: memFree=255502624/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=20140 CPUtime=0.06 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 3091 1242 0 0 6 0 0 0 21 0 1 0 681287653 20623360 3022 268435456000 4194304 4417452 140736572811184 18446744073709551615 4262099 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 5035 3022 144 55 0 2921 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20140

[startup+0.100786 s]
/proc/loadavg: 19.45 29.03 31.03 1/413 31513
/proc/meminfo: memFree=255502624/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=20140 CPUtime=0.08 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 3091 1242 0 0 8 0 0 0 21 0 1 0 681287653 20623360 3022 268435456000 4194304 4417452 140736572811184 18446744073709551615 4235991 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 5035 3022 144 55 0 2921 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20140

[startup+0.300793 s]
/proc/loadavg: 19.45 29.03 31.03 1/413 31513
/proc/meminfo: memFree=255502624/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=51544 CPUtime=0.29 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 10975 1242 0 0 26 3 0 0 22 0 1 0 681287653 52781056 10906 268435456000 4194304 4417452 140736572811184 18446744073709551615 4262008 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 12886 10906 145 55 0 10772 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51544

[startup+0.700807 s]
/proc/loadavg: 19.45 29.03 31.03 1/413 31513
/proc/meminfo: memFree=255502624/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=94036 CPUtime=0.69 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 21615 1242 0 0 63 6 0 0 24 0 1 0 681287653 96292864 21529 268435456000 4194304 4417452 140736572811184 18446744073709551615 4264976 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 23509 21529 145 55 0 21395 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94036

[startup+1.50082 s]
/proc/loadavg: 17.97 28.57 30.87 2/414 31521
/proc/meminfo: memFree=255415696/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=210344 CPUtime=1.49 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 50821 1242 0 0 137 12 0 0 25 0 1 0 681287653 215392256 50607 268435456000 4194304 4417452 140736572811184 18446744073709551615 4321623 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 52586 50607 146 55 0 50472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 210344

[startup+3.10087 s]
/proc/loadavg: 17.97 28.57 30.87 2/414 31521
/proc/meminfo: memFree=255248808/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=359352 CPUtime=3.09 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 88201 1242 0 0 289 20 0 0 25 0 1 0 681287653 367976448 87859 268435456000 4194304 4417452 140736572811184 18446744073709551615 4231477 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 89838 87859 146 55 0 87724 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 359352

[startup+6.301 s]
/proc/loadavg: 17.97 28.57 30.87 2/414 31521
/proc/meminfo: memFree=254953072/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=687032 CPUtime=6.29 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 170121 1242 0 0 592 37 0 0 25 0 1 0 681287653 703520768 169779 268435456000 4194304 4417452 140736572811184 18446744073709551615 4323193 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 171758 169779 146 55 0 169644 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 687032

[startup+12.7012 s]
/proc/loadavg: 15.36 27.66 30.55 2/414 31521
/proc/meminfo: memFree=254296680/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=1211320 CPUtime=12.69 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 301193 1242 0 0 1205 64 0 0 25 0 1 0 681287653 1240391680 300851 268435456000 4194304 4417452 140736572811184 18446744073709551615 258650574330 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/31513/statm: 302830 300851 146 55 0 300716 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1211320

[startup+25.5015 s]
/proc/loadavg: 17.99 27.82 30.57 33/446 31553
/proc/meminfo: memFree=253826604/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=2274804 CPUtime=352.84 cores=0-31
/proc/31513/stat : 31513 (plingeling) S 31511 31513 31487 0 -1 4202496 539570 1242 0 0 35130 154 0 0 18 0 33 0 681287653 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 12 0 0 0
/proc/31513/statm: 568701 411905 175 55 0 566587 0
[pid=31513/tid=31522] ppid=31511 vsize=2274804 CPUtime=10.62 cores=0-31
/proc/31513/task/31522/stat : 31522 (plingeling) R 31511 31513 31487 0 -1 4202560 3076 1242 0 0 1061 1 0 0 25 0 33 0 681289136 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4235359 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31513/tid=31523] ppid=31511 vsize=2274804 CPUtime=10.63 cores=0-31
/proc/31513/task/31523/stat : 31523 (plingeling) R 31511 31513 31487 0 -1 4202560 3602 1242 0 0 1061 2 0 0 25 0 33 0 681289136 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31513/tid=31524] ppid=31511 vsize=2274804 CPUtime=10.62 cores=0-31
/proc/31513/task/31524/stat : 31524 (plingeling) R 31511 31513 31487 0 -1 4202560 2560 1242 0 0 1061 1 0 0 25 0 33 0 681289136 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4236995 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=31513/tid=31525] ppid=31511 vsize=2274804 CPUtime=10.66 cores=0-31
/proc/31513/task/31525/stat : 31525 (plingeling) R 31511 31513 31487 0 -1 4202560 480 1242 0 0 1066 0 0 0 25 0 33 0 681289136 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31513/tid=31526] ppid=31511 vsize=2274804 CPUtime=10.6 cores=0-31
/proc/31513/task/31526/stat : 31526 (plingeling) R 31511 31513 31487 0 -1 4202560 5729 1242 0 0 1050 10 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=31513/tid=31527] ppid=31511 vsize=2274804 CPUtime=10.62 cores=0-31
/proc/31513/task/31527/stat : 31527 (plingeling) R 31511 31513 31487 0 -1 4202560 2520 1242 0 0 1061 1 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=31513/tid=31528] ppid=31511 vsize=2274804 CPUtime=10.61 cores=0-31
/proc/31513/task/31528/stat : 31528 (plingeling) R 31511 31513 31487 0 -1 4202560 1958 1242 0 0 1061 0 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=31513/tid=31529] ppid=31511 vsize=2274804 CPUtime=10.57 cores=0-31
/proc/31513/task/31529/stat : 31529 (plingeling) R 31511 31513 31487 0 -1 4202560 3794 1242 0 0 1056 1 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31513/tid=31530] ppid=31511 vsize=2274804 CPUtime=10.56 cores=0-31
/proc/31513/task/31530/stat : 31530 (plingeling) R 31511 31513 31487 0 -1 4202560 4113 1242 0 0 1055 1 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4248926 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=31513/tid=31531] ppid=31511 vsize=2274804 CPUtime=10.59 cores=0-31
/proc/31513/task/31531/stat : 31531 (plingeling) R 31511 31513 31487 0 -1 4202560 4418 1242 0 0 1058 1 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=31513/tid=31532] ppid=31511 vsize=2274804 CPUtime=10.56 cores=0-31
/proc/31513/task/31532/stat : 31532 (plingeling) R 31511 31513 31487 0 -1 4202560 1743 1242 0 0 1056 0 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=31513/tid=31533] ppid=31511 vsize=2274804 CPUtime=10.57 cores=0-31
/proc/31513/task/31533/stat : 31533 (plingeling) R 31511 31513 31487 0 -1 4202560 3635 1242 0 0 1056 1 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249110 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31513/tid=31534] ppid=31511 vsize=2274804 CPUtime=10.56 cores=0-31
/proc/31513/task/31534/stat : 31534 (plingeling) R 31511 31513 31487 0 -1 4202560 3084 1242 0 0 1055 1 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249597 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31513/tid=31535] ppid=31511 vsize=2274804 CPUtime=10.29 cores=0-31
/proc/31513/task/31535/stat : 31535 (plingeling) R 31511 31513 31487 0 -1 4202560 2619 1242 0 0 1029 0 0 0 25 0 33 0 681289137 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4236290 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31513/tid=31536] ppid=31511 vsize=2274804 CPUtime=10.59 cores=0-31
/proc/31513/task/31536/stat : 31536 (plingeling) R 31511 31513 31487 0 -1 4202560 2829 1242 0 0 1058 1 0 0 25 0 33 0 681289138 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31513/tid=31537] ppid=31511 vsize=2274804 CPUtime=10.58 cores=0-31
/proc/31513/task/31537/stat : 31537 (plingeling) R 31511 31513 31487 0 -1 4202560 2588 1242 0 0 1058 0 0 0 25 0 33 0 681289138 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31513/tid=31538] ppid=31511 vsize=2274804 CPUtime=10.56 cores=0-31
/proc/31513/task/31538/stat : 31538 (plingeling) R 31511 31513 31487 0 -1 4202560 2331 1242 0 0 1056 0 0 0 25 0 33 0 681289138 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=31513/tid=31539] ppid=31511 vsize=2274804 CPUtime=10.44 cores=0-31
/proc/31513/task/31539/stat : 31539 (plingeling) R 31511 31513 31487 0 -1 4202560 6619 1242 0 0 1043 1 0 0 25 0 33 0 681289139 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4236343 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=31513/tid=31540] ppid=31511 vsize=2274804 CPUtime=10.49 cores=0-31
/proc/31513/task/31540/stat : 31540 (plingeling) R 31511 31513 31487 0 -1 4202560 1617 1242 0 0 1048 1 0 0 25 0 33 0 681289141 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4262481 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31513/tid=31541] ppid=31511 vsize=2274804 CPUtime=10.48 cores=0-31
/proc/31513/task/31541/stat : 31541 (plingeling) R 31511 31513 31487 0 -1 4202560 5381 1242 0 0 1040 8 0 0 25 0 33 0 681289141 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4236311 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=31513/tid=31542] ppid=31511 vsize=2274804 CPUtime=10.56 cores=0-31
/proc/31513/task/31542/stat : 31542 (plingeling) R 31511 31513 31487 0 -1 4202560 4428 1242 0 0 1054 2 0 0 25 0 33 0 681289141 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31513/tid=31543] ppid=31511 vsize=2274804 CPUtime=10.54 cores=0-31
/proc/31513/task/31543/stat : 31543 (plingeling) R 31511 31513 31487 0 -1 4202560 6976 1242 0 0 1045 9 0 0 25 0 33 0 681289141 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=31513/tid=31544] ppid=31511 vsize=2274804 CPUtime=10.57 cores=0-31
/proc/31513/task/31544/stat : 31544 (plingeling) R 31511 31513 31487 0 -1 4202560 2770 1242 0 0 1057 0 0 0 25 0 33 0 681289141 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4237262 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=31513/tid=31545] ppid=31511 vsize=2274804 CPUtime=10.4 cores=0-31
/proc/31513/task/31545/stat : 31545 (plingeling) R 31511 31513 31487 0 -1 4202560 3178 1242 0 0 1039 1 0 0 25 0 33 0 681289141 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=31513/tid=31546] ppid=31511 vsize=2274804 CPUtime=10.57 cores=0-31
/proc/31513/task/31546/stat : 31546 (plingeling) R 31511 31513 31487 0 -1 4202560 1057 1242 0 0 1057 0 0 0 25 0 33 0 681289141 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4235275 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=31513/tid=31547] ppid=31511 vsize=2274804 CPUtime=10.57 cores=0-31
/proc/31513/task/31547/stat : 31547 (plingeling) R 31511 31513 31487 0 -1 4202560 3822 1242 0 0 1057 0 0 0 25 0 33 0 681289142 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=31513/tid=31548] ppid=31511 vsize=2274804 CPUtime=10.54 cores=0-31
/proc/31513/task/31548/stat : 31548 (plingeling) R 31511 31513 31487 0 -1 4202560 3602 1242 0 0 1054 0 0 0 25 0 33 0 681289142 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366117 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=31513/tid=31549] ppid=31511 vsize=2274804 CPUtime=10.55 cores=0-31
/proc/31513/task/31549/stat : 31549 (plingeling) R 31511 31513 31487 0 -1 4202560 2350 1242 0 0 1055 0 0 0 25 0 33 0 681289142 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31513/tid=31550] ppid=31511 vsize=2274804 CPUtime=10.57 cores=0-31
/proc/31513/task/31550/stat : 31550 (plingeling) R 31511 31513 31487 0 -1 4202560 2869 1242 0 0 1057 0 0 0 25 0 33 0 681289142 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249130 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=31513/tid=31551] ppid=31511 vsize=2274804 CPUtime=10.57 cores=0-31
/proc/31513/task/31551/stat : 31551 (plingeling) R 31511 31513 31487 0 -1 4202560 4247 1242 0 0 1056 1 0 0 25 0 33 0 681289142 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=31513/tid=31552] ppid=31511 vsize=2274804 CPUtime=10.5 cores=0-31
/proc/31513/task/31552/stat : 31552 (plingeling) R 31511 31513 31487 0 -1 4202560 2045 1242 0 0 1050 0 0 0 25 0 33 0 681289142 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4259186 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=31513/tid=31553] ppid=31511 vsize=2274804 CPUtime=10.54 cores=0-31
/proc/31513/task/31553/stat : 31553 (plingeling) R 31511 31513 31487 0 -1 4202560 5227 1242 0 0 1053 1 0 0 25 0 33 0 681289143 2329399296 411905 268435456000 4194304 4417452 140736572811184 18446744073709551615 4235359 0 0 4096 17442 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 352.84
Current children cumulated vsize (KiB) 2274804

[startup+51.1025 s]
/proc/loadavg: 22.77 28.15 30.60 33/446 31553
/proc/meminfo: memFree=253824248/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=2283612 CPUtime=1171.18 cores=0-31
/proc/31513/stat : 31513 (plingeling) S 31511 31513 31487 0 -1 4202496 550209 1242 0 0 116960 158 0 0 18 0 33 0 681287653 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 12 0 0 0
/proc/31513/statm: 570903 416221 175 55 0 568789 0
[pid=31513/tid=31522] ppid=31511 vsize=2283612 CPUtime=36.22 cores=0-31
/proc/31513/task/31522/stat : 31522 (plingeling) R 31511 31513 31487 0 -1 4202560 3076 1242 0 0 3621 1 0 0 25 0 33 0 681289136 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31513/tid=31523] ppid=31511 vsize=2283612 CPUtime=36.23 cores=0-31
/proc/31513/task/31523/stat : 31523 (plingeling) R 31511 31513 31487 0 -1 4202560 3628 1242 0 0 3621 2 0 0 25 0 33 0 681289136 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31513/tid=31524] ppid=31511 vsize=2283612 CPUtime=36.22 cores=0-31
/proc/31513/task/31524/stat : 31524 (plingeling) R 31511 31513 31487 0 -1 4202560 2730 1242 0 0 3621 1 0 0 25 0 33 0 681289136 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=31513/tid=31525] ppid=31511 vsize=2283612 CPUtime=36.25 cores=0-31
/proc/31513/task/31525/stat : 31525 (plingeling) R 31511 31513 31487 0 -1 4202560 1196 1242 0 0 3625 0 0 0 25 0 33 0 681289136 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31513/tid=31526] ppid=31511 vsize=2283612 CPUtime=36.19 cores=0-31
/proc/31513/task/31526/stat : 31526 (plingeling) R 31511 31513 31487 0 -1 4202560 6310 1242 0 0 3609 10 0 0 25 0 33 0 681289137 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=31513/tid=31527] ppid=31511 vsize=2283612 CPUtime=36.21 cores=0-31
/proc/31513/task/31527/stat : 31527 (plingeling) R 31511 31513 31487 0 -1 4202560 2520 1242 0 0 3620 1 0 0 25 0 33 0 681289137 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=31513/tid=31528] ppid=31511 vsize=2283612 CPUtime=36.2 cores=0-31
/proc/31513/task/31528/stat : 31528 (plingeling) R 31511 31513 31487 0 -1 4202560 1960 1242 0 0 3620 0 0 0 25 0 33 0 681289137 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=31513/tid=31529] ppid=31511 vsize=2283612 CPUtime=36.16 cores=0-31
/proc/31513/task/31529/stat : 31529 (plingeling) R 31511 31513 31487 0 -1 4202560 4149 1242 0 0 3615 1 0 0 25 0 33 0 681289137 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31513/tid=31530] ppid=31511 vsize=2283612 CPUtime=36.15 cores=0-31
/proc/31513/task/31530/stat : 31530 (plingeling) R 31511 31513 31487 0 -1 4202560 4205 1242 0 0 3614 1 0 0 25 0 33 0 681289137 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=31513/tid=31531] ppid=31511 vsize=2283612 CPUtime=36.18 cores=0-31
/proc/31513/task/31531/stat : 31531 (plingeling) R 31511 31513 31487 0 -1 4202560 4784 1242 0 0 3616 2 0 0 25 0 33 0 681289137 2338418688 416221 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=31513/tid=31532] ppid=31511 vsize=2283612 CPUtime=36.16 cores=0-31

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

[pid=31513/tid=31553] ppid=31511 vsize=2222724 CPUtime=186.51 cores=0-31
/proc/31513/task/31553/stat : 31553 (plingeling) R 31511 31513 31487 0 -1 4202560 9065 1242 0 0 18649 2 0 0 25 0 33 0 681289143 2276069376 406916 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 5978.66
Current children cumulated vsize (KiB) 2222724

[startup+204.702 s]
/proc/loadavg: 31.37 29.75 30.83 34/446 31557
/proc/meminfo: memFree=253852168/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=2225576 CPUtime=6080.95 cores=0-31
/proc/31513/stat : 31513 (plingeling) S 31511 31513 31487 0 -1 4202496 691861 1242 0 0 607893 202 0 0 18 0 33 0 681287653 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 12 0 0 0
/proc/31513/statm: 556394 408462 175 55 0 554280 0
[pid=31513/tid=31522] ppid=31511 vsize=2225576 CPUtime=189.79 cores=0-31
/proc/31513/task/31522/stat : 31522 (plingeling) R 31511 31513 31487 0 -1 4202560 5979 1242 0 0 18977 2 0 0 25 0 33 0 681289136 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31513/tid=31523] ppid=31511 vsize=2225576 CPUtime=189.8 cores=0-31
/proc/31513/task/31523/stat : 31523 (plingeling) R 31511 31513 31487 0 -1 4202560 4628 1242 0 0 18978 2 0 0 25 0 33 0 681289136 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4308792 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31513/tid=31524] ppid=31511 vsize=2225576 CPUtime=189.79 cores=0-31
/proc/31513/task/31524/stat : 31524 (plingeling) R 31511 31513 31487 0 -1 4202560 2736 1242 0 0 18978 1 0 0 25 0 33 0 681289136 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=31513/tid=31525] ppid=31511 vsize=2225576 CPUtime=189.82 cores=0-31
/proc/31513/task/31525/stat : 31525 (plingeling) R 31511 31513 31487 0 -1 4202560 5353 1242 0 0 18982 0 0 0 25 0 33 0 681289136 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4237273 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31513/tid=31526] ppid=31511 vsize=2225576 CPUtime=189.76 cores=0-31
/proc/31513/task/31526/stat : 31526 (plingeling) R 31511 31513 31487 0 -1 4202560 12169 1242 0 0 18965 11 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=31513/tid=31527] ppid=31511 vsize=2225576 CPUtime=189.78 cores=0-31
/proc/31513/task/31527/stat : 31527 (plingeling) R 31511 31513 31487 0 -1 4202560 12132 1242 0 0 18974 4 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=31513/tid=31528] ppid=31511 vsize=2225576 CPUtime=189.77 cores=0-31
/proc/31513/task/31528/stat : 31528 (plingeling) R 31511 31513 31487 0 -1 4202560 1960 1242 0 0 18977 0 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=31513/tid=31529] ppid=31511 vsize=2225576 CPUtime=189.74 cores=0-31
/proc/31513/task/31529/stat : 31529 (plingeling) R 31511 31513 31487 0 -1 4202560 11078 1242 0 0 18971 3 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31513/tid=31530] ppid=31511 vsize=2225576 CPUtime=189.73 cores=0-31
/proc/31513/task/31530/stat : 31530 (plingeling) R 31511 31513 31487 0 -1 4202560 5589 1242 0 0 18971 2 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=31513/tid=31531] ppid=31511 vsize=2225576 CPUtime=189.61 cores=0-31
/proc/31513/task/31531/stat : 31531 (plingeling) R 31511 31513 31487 0 -1 4202560 11607 1242 0 0 18957 4 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 18446744073699065920 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=31513/tid=31532] ppid=31511 vsize=2225576 CPUtime=189.73 cores=0-31
/proc/31513/task/31532/stat : 31532 (plingeling) R 31511 31513 31487 0 -1 4202560 15068 1242 0 0 18969 4 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=31513/tid=31533] ppid=31511 vsize=2225576 CPUtime=189.73 cores=0-31
/proc/31513/task/31533/stat : 31533 (plingeling) R 31511 31513 31487 0 -1 4202560 18155 1242 0 0 18969 4 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31513/tid=31534] ppid=31511 vsize=2225576 CPUtime=189.73 cores=0-31
/proc/31513/task/31534/stat : 31534 (plingeling) R 31511 31513 31487 0 -1 4202560 5559 1242 0 0 18970 3 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 18446744073699065920 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31513/tid=31535] ppid=31511 vsize=2225576 CPUtime=184.4 cores=0-31
/proc/31513/task/31535/stat : 31535 (plingeling) R 31511 31513 31487 0 -1 4202560 4495 1242 0 0 18439 1 0 0 25 0 33 0 681289137 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31513/tid=31536] ppid=31511 vsize=2225576 CPUtime=189.75 cores=0-31
/proc/31513/task/31536/stat : 31536 (plingeling) R 31511 31513 31487 0 -1 4202560 3687 1242 0 0 18974 1 0 0 25 0 33 0 681289138 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 18446744073699065980 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31513/tid=31537] ppid=31511 vsize=2225576 CPUtime=189.75 cores=0-31
/proc/31513/task/31537/stat : 31537 (plingeling) R 31511 31513 31487 0 -1 4202560 4930 1242 0 0 18974 1 0 0 25 0 33 0 681289138 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4255645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31513/tid=31538] ppid=31511 vsize=2225576 CPUtime=189.73 cores=0-31
/proc/31513/task/31538/stat : 31538 (plingeling) R 31511 31513 31487 0 -1 4202560 3259 1242 0 0 18972 1 0 0 25 0 33 0 681289138 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=31513/tid=31539] ppid=31511 vsize=2225576 CPUtime=189.6 cores=0-31
/proc/31513/task/31539/stat : 31539 (plingeling) R 31511 31513 31487 0 -1 4202560 8949 1242 0 0 18958 2 0 0 25 0 33 0 681289139 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=31513/tid=31540] ppid=31511 vsize=2225576 CPUtime=189.65 cores=0-31
/proc/31513/task/31540/stat : 31540 (plingeling) R 31511 31513 31487 0 -1 4202560 1844 1242 0 0 18964 1 0 0 25 0 33 0 681289141 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4330612 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31513/tid=31541] ppid=31511 vsize=2225576 CPUtime=189.66 cores=0-31
/proc/31513/task/31541/stat : 31541 (plingeling) R 31511 31513 31487 0 -1 4202560 16773 1242 0 0 18954 12 0 0 25 0 33 0 681289141 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=31513/tid=31542] ppid=31511 vsize=2225576 CPUtime=189.73 cores=0-31
/proc/31513/task/31542/stat : 31542 (plingeling) R 31511 31513 31487 0 -1 4202560 6770 1242 0 0 18970 3 0 0 25 0 33 0 681289141 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4278089 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31513/tid=31543] ppid=31511 vsize=2225576 CPUtime=189.7 cores=0-31
/proc/31513/task/31543/stat : 31543 (plingeling) R 31511 31513 31487 0 -1 4202560 8861 1242 0 0 18960 10 0 0 25 0 33 0 681289141 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=31513/tid=31544] ppid=31511 vsize=2225576 CPUtime=189.74 cores=0-31
/proc/31513/task/31544/stat : 31544 (plingeling) R 31511 31513 31487 0 -1 4202560 14480 1242 0 0 18970 4 0 0 25 0 33 0 681289141 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=31513/tid=31545] ppid=31511 vsize=2225576 CPUtime=189.57 cores=0-31
/proc/31513/task/31545/stat : 31545 (plingeling) R 31511 31513 31487 0 -1 4202560 22030 1242 0 0 18950 7 0 0 25 0 33 0 681289141 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4236623 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=31513/tid=31546] ppid=31511 vsize=2225576 CPUtime=189.74 cores=0-31
/proc/31513/task/31546/stat : 31546 (plingeling) R 31511 31513 31487 0 -1 4202560 3149 1242 0 0 18973 1 0 0 25 0 33 0 681289141 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=31513/tid=31547] ppid=31511 vsize=2225576 CPUtime=189.74 cores=0-31
/proc/31513/task/31547/stat : 31547 (plingeling) R 31511 31513 31487 0 -1 4202560 5079 1242 0 0 18973 1 0 0 25 0 33 0 681289142 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=31513/tid=31548] ppid=31511 vsize=2225576 CPUtime=189.71 cores=0-31
/proc/31513/task/31548/stat : 31548 (plingeling) R 31511 31513 31487 0 -1 4202560 15803 1242 0 0 18967 4 0 0 25 0 33 0 681289142 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4343751 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=31513/tid=31549] ppid=31511 vsize=2225576 CPUtime=189.71 cores=0-31
/proc/31513/task/31549/stat : 31549 (plingeling) R 31511 31513 31487 0 -1 4202560 4316 1242 0 0 18970 1 0 0 25 0 33 0 681289142 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31513/tid=31550] ppid=31511 vsize=2225576 CPUtime=189.74 cores=0-31
/proc/31513/task/31550/stat : 31550 (plingeling) R 31511 31513 31487 0 -1 4202560 5925 1242 0 0 18973 1 0 0 25 0 33 0 681289142 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=31513/tid=31551] ppid=31511 vsize=2225576 CPUtime=189.73 cores=0-31
/proc/31513/task/31551/stat : 31551 (plingeling) R 31511 31513 31487 0 -1 4202560 5974 1242 0 0 18972 1 0 0 25 0 33 0 681289142 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4248932 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=31513/tid=31552] ppid=31511 vsize=2225576 CPUtime=189.67 cores=0-31
/proc/31513/task/31552/stat : 31552 (plingeling) R 31511 31513 31487 0 -1 4202560 2156 1242 0 0 18967 0 0 0 25 0 33 0 681289142 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4236224 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=31513/tid=31553] ppid=31511 vsize=2225576 CPUtime=189.71 cores=0-31
/proc/31513/task/31553/stat : 31553 (plingeling) R 31511 31513 31487 0 -1 4202560 9065 1242 0 0 18969 2 0 0 25 0 33 0 681289143 2278989824 408462 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 6080.95
Current children cumulated vsize (KiB) 2225576

[startup+205.502 s]
/proc/loadavg: 31.37 29.75 30.83 34/446 31557
/proc/meminfo: memFree=253852168/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=2225084 CPUtime=6106.53 cores=0-31
/proc/31513/stat : 31513 (plingeling) S 31511 31513 31487 0 -1 4202496 693159 1242 0 0 610451 202 0 0 18 0 33 0 681287653 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 12 0 0 0
/proc/31513/statm: 556271 409637 175 55 0 554157 0
[pid=31513/tid=31522] ppid=31511 vsize=2225084 CPUtime=190.59 cores=0-31
/proc/31513/task/31522/stat : 31522 (plingeling) R 31511 31513 31487 0 -1 4202560 5979 1242 0 0 19057 2 0 0 25 0 33 0 681289136 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=31513/tid=31523] ppid=31511 vsize=2225084 CPUtime=190.6 cores=0-31
/proc/31513/task/31523/stat : 31523 (plingeling) R 31511 31513 31487 0 -1 4202560 4628 1242 0 0 19058 2 0 0 25 0 33 0 681289136 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31513/tid=31524] ppid=31511 vsize=2225084 CPUtime=190.59 cores=0-31
/proc/31513/task/31524/stat : 31524 (plingeling) R 31511 31513 31487 0 -1 4202560 2736 1242 0 0 19058 1 0 0 25 0 33 0 681289136 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=31513/tid=31525] ppid=31511 vsize=2225084 CPUtime=190.62 cores=0-31
/proc/31513/task/31525/stat : 31525 (plingeling) R 31511 31513 31487 0 -1 4202560 5353 1242 0 0 19062 0 0 0 25 0 33 0 681289136 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=31513/tid=31526] ppid=31511 vsize=2225084 CPUtime=190.56 cores=0-31
/proc/31513/task/31526/stat : 31526 (plingeling) R 31511 31513 31487 0 -1 4202560 12169 1242 0 0 19045 11 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=31513/tid=31527] ppid=31511 vsize=2225084 CPUtime=190.58 cores=0-31
/proc/31513/task/31527/stat : 31527 (plingeling) R 31511 31513 31487 0 -1 4202560 12132 1242 0 0 19054 4 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=31513/tid=31528] ppid=31511 vsize=2225084 CPUtime=190.57 cores=0-31
/proc/31513/task/31528/stat : 31528 (plingeling) R 31511 31513 31487 0 -1 4202560 1960 1242 0 0 19057 0 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=31513/tid=31529] ppid=31511 vsize=2225084 CPUtime=190.54 cores=0-31
/proc/31513/task/31529/stat : 31529 (plingeling) R 31511 31513 31487 0 -1 4202560 11475 1242 0 0 19051 3 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=31513/tid=31530] ppid=31511 vsize=2225084 CPUtime=190.53 cores=0-31
/proc/31513/task/31530/stat : 31530 (plingeling) R 31511 31513 31487 0 -1 4202560 5589 1242 0 0 19051 2 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4275947 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=31513/tid=31531] ppid=31511 vsize=2225084 CPUtime=190.41 cores=0-31
/proc/31513/task/31531/stat : 31531 (plingeling) R 31511 31513 31487 0 -1 4202560 11607 1242 0 0 19037 4 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=31513/tid=31532] ppid=31511 vsize=2225084 CPUtime=190.53 cores=0-31
/proc/31513/task/31532/stat : 31532 (plingeling) R 31511 31513 31487 0 -1 4202560 15068 1242 0 0 19049 4 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=31513/tid=31533] ppid=31511 vsize=2225084 CPUtime=190.53 cores=0-31
/proc/31513/task/31533/stat : 31533 (plingeling) R 31511 31513 31487 0 -1 4202560 18155 1242 0 0 19049 4 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=31513/tid=31534] ppid=31511 vsize=2225084 CPUtime=190.53 cores=0-31
/proc/31513/task/31534/stat : 31534 (plingeling) R 31511 31513 31487 0 -1 4202560 5559 1242 0 0 19050 3 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=31513/tid=31535] ppid=31511 vsize=2225084 CPUtime=185.19 cores=0-31
/proc/31513/task/31535/stat : 31535 (plingeling) R 31511 31513 31487 0 -1 4202560 4495 1242 0 0 18518 1 0 0 25 0 33 0 681289137 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=31513/tid=31536] ppid=31511 vsize=2225084 CPUtime=190.55 cores=0-31
/proc/31513/task/31536/stat : 31536 (plingeling) R 31511 31513 31487 0 -1 4202560 3687 1242 0 0 19054 1 0 0 25 0 33 0 681289138 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31513/tid=31537] ppid=31511 vsize=2225084 CPUtime=190.55 cores=0-31
/proc/31513/task/31537/stat : 31537 (plingeling) R 31511 31513 31487 0 -1 4202560 4930 1242 0 0 19054 1 0 0 25 0 33 0 681289138 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=31513/tid=31538] ppid=31511 vsize=2225084 CPUtime=190.53 cores=0-31
/proc/31513/task/31538/stat : 31538 (plingeling) R 31511 31513 31487 0 -1 4202560 4160 1242 0 0 19052 1 0 0 25 0 33 0 681289138 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4278102 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=31513/tid=31539] ppid=31511 vsize=2225084 CPUtime=190.4 cores=0-31
/proc/31513/task/31539/stat : 31539 (plingeling) R 31511 31513 31487 0 -1 4202560 8949 1242 0 0 19038 2 0 0 25 0 33 0 681289139 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4237237 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=31513/tid=31540] ppid=31511 vsize=2225084 CPUtime=190.45 cores=0-31
/proc/31513/task/31540/stat : 31540 (plingeling) R 31511 31513 31487 0 -1 4202560 1844 1242 0 0 19044 1 0 0 25 0 33 0 681289141 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4331715 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31513/tid=31541] ppid=31511 vsize=2225084 CPUtime=190.46 cores=0-31
/proc/31513/task/31541/stat : 31541 (plingeling) R 31511 31513 31487 0 -1 4202560 16773 1242 0 0 19034 12 0 0 25 0 33 0 681289141 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=31513/tid=31542] ppid=31511 vsize=2225084 CPUtime=190.53 cores=0-31
/proc/31513/task/31542/stat : 31542 (plingeling) R 31511 31513 31487 0 -1 4202560 6770 1242 0 0 19050 3 0 0 25 0 33 0 681289141 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=31513/tid=31543] ppid=31511 vsize=2225084 CPUtime=190.5 cores=0-31
/proc/31513/task/31543/stat : 31543 (plingeling) R 31511 31513 31487 0 -1 4202560 8861 1242 0 0 19040 10 0 0 25 0 33 0 681289141 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4357260 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=31513/tid=31544] ppid=31511 vsize=2225084 CPUtime=190.54 cores=0-31
/proc/31513/task/31544/stat : 31544 (plingeling) R 31511 31513 31487 0 -1 4202560 14480 1242 0 0 19050 4 0 0 25 0 33 0 681289141 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=31513/tid=31545] ppid=31511 vsize=2225084 CPUtime=190.37 cores=0-31
/proc/31513/task/31545/stat : 31545 (plingeling) R 31511 31513 31487 0 -1 4202560 22030 1242 0 0 19030 7 0 0 25 0 33 0 681289141 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=31513/tid=31546] ppid=31511 vsize=2225084 CPUtime=190.54 cores=0-31
/proc/31513/task/31546/stat : 31546 (plingeling) R 31511 31513 31487 0 -1 4202560 3149 1242 0 0 19053 1 0 0 25 0 33 0 681289141 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=31513/tid=31547] ppid=31511 vsize=2225084 CPUtime=190.54 cores=0-31
/proc/31513/task/31547/stat : 31547 (plingeling) R 31511 31513 31487 0 -1 4202560 5079 1242 0 0 19053 1 0 0 25 0 33 0 681289142 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=31513/tid=31548] ppid=31511 vsize=2225084 CPUtime=190.51 cores=0-31
/proc/31513/task/31548/stat : 31548 (plingeling) R 31511 31513 31487 0 -1 4202560 15803 1242 0 0 19047 4 0 0 25 0 33 0 681289142 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366391 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=31513/tid=31549] ppid=31511 vsize=2225084 CPUtime=190.51 cores=0-31
/proc/31513/task/31549/stat : 31549 (plingeling) R 31511 31513 31487 0 -1 4202560 4316 1242 0 0 19050 1 0 0 25 0 33 0 681289142 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=31513/tid=31550] ppid=31511 vsize=2225084 CPUtime=190.54 cores=0-31
/proc/31513/task/31550/stat : 31550 (plingeling) R 31511 31513 31487 0 -1 4202560 5925 1242 0 0 19053 1 0 0 25 0 33 0 681289142 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=31513/tid=31551] ppid=31511 vsize=2225084 CPUtime=190.53 cores=0-31
/proc/31513/task/31551/stat : 31551 (plingeling) R 31511 31513 31487 0 -1 4202560 5974 1242 0 0 19052 1 0 0 25 0 33 0 681289142 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249143 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=31513/tid=31552] ppid=31511 vsize=2225084 CPUtime=190.47 cores=0-31
/proc/31513/task/31552/stat : 31552 (plingeling) R 31511 31513 31487 0 -1 4202560 2156 1242 0 0 19047 0 0 0 25 0 33 0 681289142 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4249222 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=31513/tid=31553] ppid=31511 vsize=2225084 CPUtime=190.51 cores=0-31
/proc/31513/task/31553/stat : 31553 (plingeling) R 31511 31513 31487 0 -1 4202560 9065 1242 0 0 19049 2 0 0 25 0 33 0 681289143 2278486016 409637 268435456000 4194304 4417452 140736572811184 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 21 0 0 0
Current children cumulated CPU time (s) 6106.53
Current children cumulated vsize (KiB) 2225084

[startup+206.301 s]
/proc/loadavg: 31.42 29.79 30.84 33/446 31557
/proc/meminfo: memFree=253848568/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=2068828 CPUtime=6122.58 cores=0-31
/proc/31513/stat : 31513 (plingeling) S 31511 31513 31487 0 -1 4202496 693635 1242 0 0 612055 203 0 0 15 0 2 0 681287653 2118479872 408455 268435456000 4194304 4417452 140736572811184 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 12 0 0 0
/proc/31513/statm: 517207 408455 176 55 0 515093 0
[pid=31513/tid=31540] ppid=31511 vsize=2068828 CPUtime=191.25 cores=0-31
/proc/31513/task/31540/stat : 31540 (plingeling) R 31511 31513 31487 0 -1 4202560 1850 1242 0 0 19124 1 0 0 25 0 2 0 681289141 2118479872 408455 268435456000 4194304 4417452 140736572811184 18446744073709551615 4266904 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6122.58
Current children cumulated vsize (KiB) 2068828

[startup+206.501 s]
/proc/loadavg: 31.42 29.79 30.84 33/446 31557
/proc/meminfo: memFree=253848568/264257624 swapFree=67111528/67111528
[pid=31513] ppid=31511 vsize=367848 CPUtime=6122.78 cores=0-31
/proc/31513/stat : 31513 (plingeling) R 31511 31513 31487 0 -1 4202496 693635 1242 0 0 612059 219 0 0 15 0 1 0 681287653 376676352 593 268435456000 4194304 4417452 140736572811184 18446744073709551615 258650951844 0 0 4096 0 0 0 0 17 12 0 0 0
/proc/31513/statm: 91963 594 176 55 0 89849 0
Current children cumulated CPU time (s) 6122.78
Current children cumulated vsize (KiB) 367848

Child status: 20
Real time (s): 206.502
CPU time (s): 6122.8
CPU user time (s): 6120.59
CPU system time (s): 2.20466
CPU usage (%): 2965
Max. virtual memory (cumulated for all children) (KiB): 2325372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6120.59
system time used= 2.20466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1890
involuntary context switches= 15168

runsolver used 1.09283 second user time and 4.80027 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-18 07:53:32
IDJOB=3372633
IDBENCH=82494
IDSOLVER=1852
FILE ID=node200/3372633-1305698011
RUNJOBID= node200-1305698002-31501
PBS_JOBID= 13357385
Free space on /tmp= 62032 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372633-1305698011/watcher-3372633-1305698011 -o /tmp/evaluation-result-3372633-1305698011/solver-3372633-1305698011 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372633-1305698011.cnf

TIME LIMIT= 160000 seconds
MEMORY LIMIT= 266338304 MiB
NBCORE= 32

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=393364280

node200.alineos.net Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 32
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 64
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 96
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 34
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 66
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 98
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 36
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 68
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 100
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 38
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 70
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3989.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 102
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 8
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 48
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 80
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 112
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 50
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 82
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 114
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 52
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 84
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 116
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 11
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 54
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 86
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 118
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      255502788 kB
Buffers:        452352 kB
Cached:        7907112 kB
SwapCached:          0 kB
Active:        7419900 kB
Inactive:      1008132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255502788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19628 kB
Writeback:           0 kB
AnonPages:       68900 kB
Mapped:          14480 kB
Slab:           251772 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   187932 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296372 kB
VmallocChunk: 34359440603 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62032 MiB
End job on node200 at 2011-05-18 07:56:59