Trace number 3313150

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
STRUCTure 0.1? (TO) 4800.38 1207.43

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_170.shuffled.cnf
MD5SUM82789f57e506af1994452e76af2dcbf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses2924
Sum of the clauses size14457
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31
Number of clauses of size 4161
Number of clauses of size 52762
Number of clauses of size over 50

Solver Data

0.10/0.11	24:54 INFO : Reading from input HOME/instance-3313150-1304187894.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.81/0.46	24:54 INFO : 170 variables remaining out of 170
0.81/0.46	24:54 INFO : 17381 literals remaining out of 17381

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3313150-1304187894/watcher-3313150-1304187894 -o /tmp/evaluation-result-3313150-1304187894/solver-3313150-1304187894 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313150-1304187894.cnf 

running on 4 cores: 1,3,5,7

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.41 8.20 8.00 6/198 13385
/proc/meminfo: memFree=29925044/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/13385/stat : 13385 (java) R 13383 13385 12950 0 -1 4202496 1394 0 0 0 0 0 0 0 25 0 2 0 262980631 26767360 873 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268660718577 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 6535 876 670 9 0 381 0
[pid=13385/tid=13386] ppid=13383 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) R 13383 13385 12950 0 -1 4202560 52 0 0 0 0 0 0 0 25 0 2 0 262980632 26714112 880 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268660658181 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.102534 s]
/proc/loadavg: 8.41 8.20 8.00 6/198 13385
/proc/meminfo: memFree=29925044/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15676488 CPUtime=0.1 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 5675 0 1 0 10 0 0 0 25 0 18 0 262980631 16052723712 5077 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3919122 5077 2117 9 0 3909841 0
[pid=13385/tid=13386] ppid=13383 vsize=15676488 CPUtime=0.08 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) R 13383 13385 12950 0 -1 4202560 3513 0 1 0 8 0 0 0 18 0 18 0 262980632 16052723712 5078 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 47039843803907 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676488

[startup+0.200525 s]
/proc/loadavg: 8.41 8.20 8.00 6/198 13385
/proc/meminfo: memFree=29925044/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15677368 CPUtime=0.28 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 7187 0 1 0 27 1 0 0 25 0 18 0 262980631 16053624832 6536 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3919342 6536 2183 9 0 3910061 0
[pid=13385/tid=13386] ppid=13383 vsize=15677368 CPUtime=0.19 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) R 13383 13385 12950 0 -1 4202560 4566 0 1 0 18 1 0 0 18 0 18 0 262980632 16053624832 6537 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15677368

[startup+0.300461 s]
/proc/loadavg: 8.41 8.20 8.00 6/198 13385
/proc/meminfo: memFree=29925044/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15683968 CPUtime=0.54 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 12606 0 1 0 52 2 0 0 25 0 22 0 262980631 16060383232 10932 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3920992 10932 2216 9 0 3911711 0
[pid=13385/tid=13386] ppid=13383 vsize=15683968 CPUtime=0.28 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) R 13383 13385 12950 0 -1 4202560 7433 0 1 0 27 1 0 0 19 0 22 0 262980632 16060383232 10933 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 47039843831715 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 15683968

[startup+0.700393 s]
/proc/loadavg: 8.41 8.20 8.00 6/198 13385
/proc/meminfo: memFree=29925044/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15703696 CPUtime=1.73 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 28087 0 1 0 169 4 0 0 25 0 22 0 262980631 16080584704 22358 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3925924 22358 2259 9 0 3916643 0
[pid=13385/tid=13386] ppid=13383 vsize=15703696 CPUtime=0.45 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) S 13383 13385 12950 0 -1 4202560 7846 0 1 0 44 1 0 0 20 0 22 0 262980632 16080584704 22358 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15703696

[startup+1.50125 s]
/proc/loadavg: 8.30 8.18 7.99 13/220 13407
/proc/meminfo: memFree=29736460/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15769240 CPUtime=4.91 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 60769 0 1 0 483 8 0 0 25 0 22 0 262980631 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3942310 51864 2284 9 0 3933029 0
[pid=13385/tid=13386] ppid=13383 vsize=15769240 CPUtime=0.45 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) S 13383 13385 12950 0 -1 4202560 7846 0 1 0 44 1 0 0 20 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13388] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13388/stat : 13388 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13389] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13389/stat : 13389 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13390] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13390/stat : 13390 (java) S 13383 13385 12950 0 -1 4202560 492 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13391] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13391/stat : 13391 (java) S 13383 13385 12950 0 -1 4202560 603 0 0 0 0 0 0 0 16 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13392] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13392/stat : 13392 (java) S 13383 13385 12950 0 -1 4202560 635 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13393] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13393/stat : 13393 (java) S 13383 13385 12950 0 -1 4202560 822 0 0 0 0 0 0 0 16 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13394] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13394/stat : 13394 (java) S 13383 13385 12950 0 -1 4202560 862 0 0 0 0 0 0 0 16 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13395] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13395/stat : 13395 (java) S 13383 13385 12950 0 -1 4202560 634 0 0 0 0 0 0 0 17 0 22 0 262980632 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13396] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13396/stat : 13396 (java) S 13383 13385 12950 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 262980633 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 0 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13397] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13397/stat : 13397 (java) S 13383 13385 12950 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262980633 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13398] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13398/stat : 13398 (java) S 13383 13385 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262980633 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13399] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13399/stat : 13399 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672485809 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13400] ppid=13383 vsize=15769240 CPUtime=0.64 cores=1,3,5,7
/proc/13385/task/13400/stat : 13400 (java) R 13383 13385 12950 0 -1 4202560 11834 0 0 0 63 1 0 0 25 0 22 0 262980636 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 47039844622298 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13385/tid=13401] ppid=13383 vsize=15769240 CPUtime=1.19 cores=1,3,5,7
/proc/13385/task/13401/stat : 13401 (java) R 13383 13385 12950 0 -1 4202560 7955 0 0 0 118 1 0 0 17 0 22 0 262980636 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 47039846976147 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13385/tid=13402] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13402/stat : 13402 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13403] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13403/stat : 13403 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262980636 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13404] ppid=13383 vsize=15769240 CPUtime=0.63 cores=1,3,5,7
/proc/13385/task/13404/stat : 13404 (java) R 13383 13385 12950 0 -1 4202560 6608 0 0 0 63 0 0 0 17 0 22 0 262980659 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505948786 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13385/tid=13405] ppid=13383 vsize=15769240 CPUtime=0.57 cores=1,3,5,7
/proc/13385/task/13405/stat : 13405 (java) R 13383 13385 12950 0 -1 4202560 6452 0 0 0 57 0 0 0 17 0 22 0 262980659 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505797115 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13385/tid=13406] ppid=13383 vsize=15769240 CPUtime=0.61 cores=1,3,5,7
/proc/13385/task/13406/stat : 13406 (java) R 13383 13385 12950 0 -1 4202560 7107 0 0 0 61 0 0 0 17 0 22 0 262980659 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13385/tid=13407] ppid=13383 vsize=15769240 CPUtime=0.75 cores=1,3,5,7
/proc/13385/task/13407/stat : 13407 (java) R 13383 13385 12950 0 -1 4202560 7519 0 0 0 74 1 0 0 17 0 22 0 262980659 16147701760 51864 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505997559 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 15769240

[startup+3.10097 s]
/proc/loadavg: 8.30 8.18 7.99 6/197 13410
/proc/meminfo: memFree=30044660/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15769240 CPUtime=11.28 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 157624 0 1 0 1107 21 0 0 25 0 22 0 262980631 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3942310 148165 2284 9 0 3933029 0
[pid=13385/tid=13386] ppid=13383 vsize=15769240 CPUtime=0.45 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) S 13383 13385 12950 0 -1 4202560 7846 0 1 0 44 1 0 0 20 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13388] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13388/stat : 13388 (java) S 13383 13385 12950 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13389] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13389/stat : 13389 (java) S 13383 13385 12950 0 -1 4202560 1426 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13390] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13390/stat : 13390 (java) S 13383 13385 12950 0 -1 4202560 1251 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13391] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13391/stat : 13391 (java) S 13383 13385 12950 0 -1 4202560 603 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13392] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13392/stat : 13392 (java) S 13383 13385 12950 0 -1 4202560 2531 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13393] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13393/stat : 13393 (java) S 13383 13385 12950 0 -1 4202560 2126 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13394] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13394/stat : 13394 (java) S 13383 13385 12950 0 -1 4202560 2181 0 0 0 0 0 0 0 15 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13395] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13395/stat : 13395 (java) S 13383 13385 12950 0 -1 4202560 1980 0 0 0 0 0 0 0 16 0 22 0 262980632 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13396] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13396/stat : 13396 (java) S 13383 13385 12950 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 22 0 262980633 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 0 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13397] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13397/stat : 13397 (java) S 13383 13385 12950 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262980633 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13398] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13398/stat : 13398 (java) S 13383 13385 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262980633 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13399] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13399/stat : 13399 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672485809 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13400] ppid=13383 vsize=15769240 CPUtime=0.77 cores=1,3,5,7
/proc/13385/task/13400/stat : 13400 (java) S 13383 13385 12950 0 -1 4202560 11867 0 0 0 76 1 0 0 25 0 22 0 262980636 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13401] ppid=13383 vsize=15769240 CPUtime=1.38 cores=1,3,5,7
/proc/13385/task/13401/stat : 13401 (java) S 13383 13385 12950 0 -1 4202560 8513 0 0 0 137 1 0 0 15 0 22 0 262980636 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13402] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13402/stat : 13402 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13403] ppid=13383 vsize=15769240 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13403/stat : 13403 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262980636 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13404] ppid=13383 vsize=15769240 CPUtime=2.21 cores=1,3,5,7
/proc/13385/task/13404/stat : 13404 (java) R 13383 13385 12950 0 -1 4202560 30345 0 0 0 218 3 0 0 17 0 22 0 262980659 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505798866 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13385/tid=13405] ppid=13383 vsize=15769240 CPUtime=2.08 cores=1,3,5,7
/proc/13385/task/13405/stat : 13405 (java) R 13383 13385 12950 0 -1 4202560 29731 0 0 0 205 3 0 0 20 0 22 0 262980659 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13385/tid=13406] ppid=13383 vsize=15769240 CPUtime=1.99 cores=1,3,5,7
/proc/13385/task/13406/stat : 13406 (java) R 13383 13385 12950 0 -1 4202560 26904 0 0 0 196 3 0 0 19 0 22 0 262980659 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 47039847622241 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13385/tid=13407] ppid=13383 vsize=15769240 CPUtime=2.28 cores=1,3,5,7
/proc/13385/task/13407/stat : 13407 (java) R 13383 13385 12950 0 -1 4202560 28476 0 0 0 224 4 0 0 19 0 22 0 262980659 16147701760 148165 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912506055666 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 15769240

[startup+6.30141 s]
/proc/loadavg: 8.59 8.24 8.01 12/220 13458
/proc/meminfo: memFree=29586836/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15755100 CPUtime=24.05 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 160124 0 1 0 2383 22 0 0 25 0 22 0 262980631 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3938775 145945 2287 9 0 3929494 0
[pid=13385/tid=13386] ppid=13383 vsize=15755100 CPUtime=0.45 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) S 13383 13385 12950 0 -1 4202560 7846 0 1 0 44 1 0 0 20 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13388] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13388/stat : 13388 (java) S 13383 13385 12950 0 -1 4202560 347 0 0 0 0 0 0 0 16 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13389] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13389/stat : 13389 (java) S 13383 13385 12950 0 -1 4202560 1639 0 0 0 0 0 0 0 16 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13390] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13390/stat : 13390 (java) S 13383 13385 12950 0 -1 4202560 1397 0 0 0 0 0 0 0 15 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13391] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13391/stat : 13391 (java) S 13383 13385 12950 0 -1 4202560 888 0 0 0 0 0 0 0 15 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13392] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13392/stat : 13392 (java) S 13383 13385 12950 0 -1 4202560 3005 0 0 0 0 0 0 0 16 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13393] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13393/stat : 13393 (java) S 13383 13385 12950 0 -1 4202560 2265 0 0 0 0 0 0 0 15 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13394] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13394/stat : 13394 (java) S 13383 13385 12950 0 -1 4202560 2252 0 0 0 0 0 0 0 15 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13395] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13395/stat : 13395 (java) S 13383 13385 12950 0 -1 4202560 2286 0 0 0 0 0 0 0 15 0 22 0 262980632 16133222400 145945 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0

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

[pid=13385/tid=13405] ppid=13383 vsize=15755100 CPUtime=1048.58 cores=1,3,5,7
/proc/13385/task/13405/stat : 13405 (java) R 13383 13385 12950 0 -1 4202560 148428 0 0 0 104826 32 0 0 25 0 22 0 262980659 16133222400 69546 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13385/tid=13406] ppid=13383 vsize=15755100 CPUtime=1049.19 cores=1,3,5,7
/proc/13385/task/13406/stat : 13406 (java) R 13383 13385 12950 0 -1 4202560 146336 0 0 0 104887 32 0 0 25 0 22 0 262980659 16133222400 69546 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505841501 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13385/tid=13407] ppid=13383 vsize=15755100 CPUtime=1048.93 cores=1,3,5,7
/proc/13385/task/13407/stat : 13407 (java) R 13383 13385 12950 0 -1 4202560 148337 0 0 0 104865 28 0 0 25 0 22 0 262980659 16133222400 69546 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 47039847621018 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4223.63
Current children cumulated vsize (KiB) 15755100

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 8.05 9/220 13488
/proc/meminfo: memFree=29648060/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15755100 CPUtime=4462.15 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 1244239 0 1 0 445887 328 0 0 25 0 22 0 262980631 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3938775 93235 2298 9 0 3929494 0
[pid=13385/tid=13386] ppid=13383 vsize=15755100 CPUtime=0.45 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) S 13383 13385 12950 0 -1 4202560 7846 0 1 0 44 1 0 0 20 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13388] ppid=13383 vsize=15755100 CPUtime=3.07 cores=1,3,5,7
/proc/13385/task/13388/stat : 13388 (java) S 13383 13385 12950 0 -1 4202560 68191 0 0 0 293 14 0 0 15 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13389] ppid=13383 vsize=15755100 CPUtime=3.03 cores=1,3,5,7
/proc/13385/task/13389/stat : 13389 (java) S 13383 13385 12950 0 -1 4202560 70566 0 0 0 287 16 0 0 15 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13390] ppid=13383 vsize=15755100 CPUtime=3.03 cores=1,3,5,7
/proc/13385/task/13390/stat : 13390 (java) S 13383 13385 12950 0 -1 4202560 67113 0 0 0 287 16 0 0 15 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13391] ppid=13383 vsize=15755100 CPUtime=3.01 cores=1,3,5,7
/proc/13385/task/13391/stat : 13391 (java) S 13383 13385 12950 0 -1 4202560 70414 0 0 0 283 18 0 0 15 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13392] ppid=13383 vsize=15755100 CPUtime=3.04 cores=1,3,5,7
/proc/13385/task/13392/stat : 13392 (java) S 13383 13385 12950 0 -1 4202560 69098 0 0 0 288 16 0 0 15 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13393] ppid=13383 vsize=15755100 CPUtime=3.11 cores=1,3,5,7
/proc/13385/task/13393/stat : 13393 (java) S 13383 13385 12950 0 -1 4202560 68987 0 0 0 295 16 0 0 15 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13394] ppid=13383 vsize=15755100 CPUtime=3.03 cores=1,3,5,7
/proc/13385/task/13394/stat : 13394 (java) S 13383 13385 12950 0 -1 4202560 67153 0 0 0 286 17 0 0 15 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13395] ppid=13383 vsize=15755100 CPUtime=3.08 cores=1,3,5,7
/proc/13385/task/13395/stat : 13395 (java) S 13383 13385 12950 0 -1 4202560 69632 0 0 0 291 17 0 0 16 0 22 0 262980632 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13396] ppid=13383 vsize=15755100 CPUtime=2.06 cores=1,3,5,7
/proc/13385/task/13396/stat : 13396 (java) S 13383 13385 12950 0 -1 4202560 2998 0 0 0 153 53 0 0 15 0 22 0 262980633 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 0 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13397] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13397/stat : 13397 (java) S 13383 13385 12950 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262980633 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13398] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13398/stat : 13398 (java) S 13383 13385 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262980633 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13399] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13399/stat : 13399 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672485809 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13400] ppid=13383 vsize=15755100 CPUtime=0.88 cores=1,3,5,7
/proc/13385/task/13400/stat : 13400 (java) S 13383 13385 12950 0 -1 4202560 11915 0 0 0 87 1 0 0 16 0 22 0 262980636 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13401] ppid=13383 vsize=15755100 CPUtime=1.48 cores=1,3,5,7
/proc/13385/task/13401/stat : 13401 (java) S 13383 13385 12950 0 -1 4202560 8530 0 0 0 147 1 0 0 15 0 22 0 262980636 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13402] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13402/stat : 13402 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13403] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13403/stat : 13403 (java) S 13383 13385 12950 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 262980636 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13404] ppid=13383 vsize=15755100 CPUtime=1108.15 cores=1,3,5,7
/proc/13385/task/13404/stat : 13404 (java) R 13383 13385 12950 0 -1 4202560 167561 0 0 0 110781 34 0 0 25 0 22 0 262980659 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505948855 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13385/tid=13405] ppid=13383 vsize=15755100 CPUtime=1107.84 cores=1,3,5,7
/proc/13385/task/13405/stat : 13405 (java) R 13383 13385 12950 0 -1 4202560 165013 0 0 0 110750 34 0 0 25 0 22 0 262980659 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505798734 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13385/tid=13406] ppid=13383 vsize=15755100 CPUtime=1108.48 cores=1,3,5,7
/proc/13385/task/13406/stat : 13406 (java) R 13383 13385 12950 0 -1 4202560 163119 0 0 0 110813 35 0 0 25 0 22 0 262980659 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505937228 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13385/tid=13407] ppid=13383 vsize=15755100 CPUtime=1108.25 cores=1,3,5,7
/proc/13385/task/13407/stat : 13407 (java) R 13383 13385 12950 0 -1 4202560 164658 0 0 0 110795 30 0 0 25 0 22 0 262980659 16133222400 93235 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505852519 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4462.15
Current children cumulated vsize (KiB) 15755100

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 8.05 9/220 13490
/proc/meminfo: memFree=29741264/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15755100 CPUtime=4700.58 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 1300264 0 1 0 469710 348 0 0 25 0 22 0 262980631 16133222400 83590 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3938775 83595 2298 9 0 3929494 0
[pid=13385/tid=13386] ppid=13383 vsize=15755100 CPUtime=0.45 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) S 13383 13385 12950 0 -1 4202560 7846 0 1 0 44 1 0 0 20 0 22 0 262980632 16133222400 83596 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13388] ppid=13383 vsize=15755100 CPUtime=3.2 cores=1,3,5,7
/proc/13385/task/13388/stat : 13388 (java) S 13383 13385 12950 0 -1 4202560 71165 0 0 0 305 15 0 0 15 0 22 0 262980632 16133222400 83606 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13389] ppid=13383 vsize=15755100 CPUtime=3.17 cores=1,3,5,7
/proc/13385/task/13389/stat : 13389 (java) S 13383 13385 12950 0 -1 4202560 73980 0 0 0 300 17 0 0 16 0 22 0 262980632 16133222400 83616 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13390] ppid=13383 vsize=15755100 CPUtime=3.2 cores=1,3,5,7
/proc/13385/task/13390/stat : 13390 (java) S 13383 13385 12950 0 -1 4202560 70179 0 0 0 303 17 0 0 15 0 22 0 262980632 16133222400 83621 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13391] ppid=13383 vsize=15755100 CPUtime=3.15 cores=1,3,5,7
/proc/13385/task/13391/stat : 13391 (java) S 13383 13385 12950 0 -1 4202560 74152 0 0 0 296 19 0 0 15 0 22 0 262980632 16133222400 83624 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13392] ppid=13383 vsize=15755100 CPUtime=3.19 cores=1,3,5,7
/proc/13385/task/13392/stat : 13392 (java) S 13383 13385 12950 0 -1 4202560 73145 0 0 0 302 17 0 0 16 0 22 0 262980632 16133222400 83626 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13393] ppid=13383 vsize=15755100 CPUtime=3.26 cores=1,3,5,7
/proc/13385/task/13393/stat : 13393 (java) S 13383 13385 12950 0 -1 4202560 71898 0 0 0 309 17 0 0 15 0 22 0 262980632 16133222400 83643 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13394] ppid=13383 vsize=15755100 CPUtime=3.17 cores=1,3,5,7
/proc/13385/task/13394/stat : 13394 (java) S 13383 13385 12950 0 -1 4202560 70084 0 0 0 299 18 0 0 15 0 22 0 262980632 16133222400 83655 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13395] ppid=13383 vsize=15755100 CPUtime=3.24 cores=1,3,5,7
/proc/13385/task/13395/stat : 13395 (java) S 13383 13385 12950 0 -1 4202560 73223 0 0 0 306 18 0 0 15 0 22 0 262980632 16133222400 83664 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13396] ppid=13383 vsize=15755100 CPUtime=2.21 cores=1,3,5,7
/proc/13385/task/13396/stat : 13396 (java) S 13383 13385 12950 0 -1 4202560 3161 0 0 0 164 57 0 0 15 0 22 0 262980633 16133222400 83672 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 0 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13397] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13397/stat : 13397 (java) S 13383 13385 12950 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262980633 16133222400 83676 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13398] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13398/stat : 13398 (java) S 13383 13385 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262980633 16133222400 83682 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13399] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13399/stat : 13399 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16133222400 83686 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672485809 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13400] ppid=13383 vsize=15755100 CPUtime=0.88 cores=1,3,5,7
/proc/13385/task/13400/stat : 13400 (java) S 13383 13385 12950 0 -1 4202560 11915 0 0 0 87 1 0 0 16 0 22 0 262980636 16133222400 83689 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13401] ppid=13383 vsize=15755100 CPUtime=1.48 cores=1,3,5,7
/proc/13385/task/13401/stat : 13401 (java) S 13383 13385 12950 0 -1 4202560 8530 0 0 0 147 1 0 0 15 0 22 0 262980636 16133222400 83693 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13402] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13402/stat : 13402 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16133222400 83697 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13403] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13403/stat : 13403 (java) S 13383 13385 12950 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 262980636 16133222400 83699 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13404] ppid=13383 vsize=15755100 CPUtime=1167.43 cores=1,3,5,7
/proc/13385/task/13404/stat : 13404 (java) R 13383 13385 12950 0 -1 4202560 174431 0 0 0 116707 36 0 0 25 0 22 0 262980659 16133222400 83704 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505611904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13385/tid=13405] ppid=13383 vsize=15755100 CPUtime=1167.01 cores=1,3,5,7
/proc/13385/task/13405/stat : 13405 (java) R 13383 13385 12950 0 -1 4202560 172660 0 0 0 116664 37 0 0 25 0 22 0 262980659 16133222400 83707 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505859111 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13385/tid=13406] ppid=13383 vsize=15755100 CPUtime=1167.81 cores=1,3,5,7
/proc/13385/task/13406/stat : 13406 (java) R 13383 13385 12950 0 -1 4202560 170369 0 0 0 116744 37 0 0 25 0 22 0 262980659 16133222400 83709 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505798178 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13385/tid=13407] ppid=13383 vsize=15755100 CPUtime=1167.57 cores=1,3,5,7
/proc/13385/task/13407/stat : 13407 (java) R 13383 13385 12950 0 -1 4202560 172198 0 0 0 116725 32 0 0 25 0 22 0 262980659 16133222400 83712 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912506117400 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.58
Current children cumulated vsize (KiB) 15755100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.15 8.13 8.05 9/220 13490
/proc/meminfo: memFree=29737028/32951124 swapFree=67111524/67111528
[pid=13385] ppid=13383 vsize=15755100 CPUtime=4800.33 cores=1,3,5,7
/proc/13385/stat : 13385 (java) S 13383 13385 12950 0 -1 4202496 1317057 0 1 0 479679 354 0 0 25 0 22 0 262980631 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/13385/statm: 3938775 71008 2298 9 0 3929494 0
[pid=13385/tid=13386] ppid=13383 vsize=15755100 CPUtime=0.45 cores=1,3,5,7
/proc/13385/task/13386/stat : 13386 (java) S 13383 13385 12950 0 -1 4202560 7846 0 1 0 44 1 0 0 20 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13388] ppid=13383 vsize=15755100 CPUtime=3.26 cores=1,3,5,7
/proc/13385/task/13388/stat : 13388 (java) S 13383 13385 12950 0 -1 4202560 72195 0 0 0 311 15 0 0 15 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13389] ppid=13383 vsize=15755100 CPUtime=3.25 cores=1,3,5,7
/proc/13385/task/13389/stat : 13389 (java) S 13383 13385 12950 0 -1 4202560 75666 0 0 0 307 18 0 0 15 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13390] ppid=13383 vsize=15755100 CPUtime=3.25 cores=1,3,5,7
/proc/13385/task/13390/stat : 13390 (java) S 13383 13385 12950 0 -1 4202560 71361 0 0 0 308 17 0 0 15 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13391] ppid=13383 vsize=15755100 CPUtime=3.21 cores=1,3,5,7
/proc/13385/task/13391/stat : 13391 (java) S 13383 13385 12950 0 -1 4202560 75534 0 0 0 302 19 0 0 16 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13392] ppid=13383 vsize=15755100 CPUtime=3.25 cores=1,3,5,7
/proc/13385/task/13392/stat : 13392 (java) S 13383 13385 12950 0 -1 4202560 75024 0 0 0 308 17 0 0 15 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 3 0 0 0
[pid=13385/tid=13393] ppid=13383 vsize=15755100 CPUtime=3.34 cores=1,3,5,7
/proc/13385/task/13393/stat : 13393 (java) S 13383 13385 12950 0 -1 4202560 73349 0 0 0 316 18 0 0 15 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13394] ppid=13383 vsize=15755100 CPUtime=3.23 cores=1,3,5,7
/proc/13385/task/13394/stat : 13394 (java) S 13383 13385 12950 0 -1 4202560 71351 0 0 0 305 18 0 0 16 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13395] ppid=13383 vsize=15755100 CPUtime=3.31 cores=1,3,5,7
/proc/13385/task/13395/stat : 13395 (java) S 13383 13385 12950 0 -1 4202560 74866 0 0 0 312 19 0 0 15 0 22 0 262980632 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13396] ppid=13383 vsize=15755100 CPUtime=2.28 cores=1,3,5,7
/proc/13385/task/13396/stat : 13396 (java) S 13383 13385 12950 0 -1 4202560 3225 0 0 0 169 59 0 0 15 0 22 0 262980633 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 0 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13397] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13397/stat : 13397 (java) S 13383 13385 12950 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 262980633 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13398] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13398/stat : 13398 (java) S 13383 13385 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262980633 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13399] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13399/stat : 13399 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672485809 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13400] ppid=13383 vsize=15755100 CPUtime=0.88 cores=1,3,5,7
/proc/13385/task/13400/stat : 13400 (java) S 13383 13385 12950 0 -1 4202560 11915 0 0 0 87 1 0 0 16 0 22 0 262980636 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 1 0 0 0
[pid=13385/tid=13401] ppid=13383 vsize=15755100 CPUtime=1.48 cores=1,3,5,7
/proc/13385/task/13401/stat : 13401 (java) S 13383 13385 12950 0 -1 4202560 8530 0 0 0 147 1 0 0 15 0 22 0 262980636 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 5 0 0 0
[pid=13385/tid=13402] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13402/stat : 13402 (java) S 13383 13385 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262980636 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478105 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13403] ppid=13383 vsize=15755100 CPUtime=0 cores=1,3,5,7
/proc/13385/task/13403/stat : 13403 (java) S 13383 13385 12950 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 262980636 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 268672478720 0 4 0 16800975 18446604468308061184 0 0 -1 7 0 0 0
[pid=13385/tid=13404] ppid=13383 vsize=15755100 CPUtime=1192.12 cores=1,3,5,7
/proc/13385/task/13404/stat : 13404 (java) R 13383 13385 12950 0 -1 4202560 175696 0 0 0 119175 37 0 0 25 0 22 0 262980659 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912506072699 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=13385/tid=13405] ppid=13383 vsize=15755100 CPUtime=1191.84 cores=1,3,5,7
/proc/13385/task/13405/stat : 13405 (java) R 13383 13385 12950 0 -1 4202560 174020 0 0 0 119147 37 0 0 25 0 22 0 262980659 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505798987 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13385/tid=13406] ppid=13383 vsize=15755100 CPUtime=1192.64 cores=1,3,5,7
/proc/13385/task/13406/stat : 13406 (java) R 13383 13385 12950 0 -1 4202560 171521 0 0 0 119227 37 0 0 25 0 22 0 262980659 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505824196 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13385/tid=13407] ppid=13383 vsize=15755100 CPUtime=1192.39 cores=1,3,5,7
/proc/13385/task/13407/stat : 13407 (java) R 13383 13385 12950 0 -1 4202560 173507 0 0 0 119206 33 0 0 25 0 22 0 262980659 16133222400 71008 33554432000 1073741824 1073778376 140735113892832 18446744073709551615 46912505797357 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15755100

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.38
CPU user time (s): 4796.82
CPU system time (s): 3.55946
CPU usage (%): 397.571
Max. virtual memory (cumulated for all children) (KiB): 15833448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.82
system time used= 3.55946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1317082
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= 319611
involuntary context switches= 174246

runsolver used 1.86772 second user time and 4.76527 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 20:24:54
IDJOB=3313150
IDBENCH=87447
IDSOLVER=1699
FILE ID=node107/3313150-1304187894
RUNJOBID= node107-1304185468-12969
PBS_JOBID= 13172482
Free space on /tmp= 72624 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_170.shuffled.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313150-1304187894/watcher-3313150-1304187894 -o /tmp/evaluation-result-3313150-1304187894/solver-3313150-1304187894 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313150-1304187894.cnf

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

MD5SUM BENCH= 82789f57e506af1994452e76af2dcbf0
RANDOM SEED=217724815

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29925316 kB
Buffers:        403152 kB
Cached:        1761336 kB
SwapCached:          4 kB
Active:         597596 kB
Inactive:      2076280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29925316 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2132 kB
Writeback:           0 kB
AnonPages:      509124 kB
Mapped:          23632 kB
Slab:           286964 kB
PageTables:       7092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   725496 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= 72624 MiB
End job on node107 at 2011-04-30 20:45:03