Trace number 3313460

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.27 1207.84

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.12	12:38 INFO : Reading from input HOME/instance-3313460-1304075558.cnf
0.50/0.37	Executor set job limit to 1000000
0.50/0.37	Executor set job limit to 1000000
0.50/0.37	Executor set job limit to 1000000
0.50/0.37	Executor set job limit to 1000000
0.50/0.37	Starting Executor!
0.50/0.37	Starting Executor!
0.50/0.37	Starting Executor!
0.50/0.37	Starting Executor!
2.81/1.27	12:39 INFO : 5581 variables remaining out of 8750
2.81/1.27	12:39 INFO : 144158 literals remaining out of 86214
47.37/12.71	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
47.37/12.71	log4j:WARN Please initialize the log4j system properly.
47.37/12.71	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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-3313460-1304075558/watcher-3313460-1304075558 -o /tmp/evaluation-result-3313460-1304075558/solver-3313460-1304075558 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313460-1304075558.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: 3.47 4.78 6.28 2/174 31629
/proc/meminfo: memFree=31490648/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/31629/stat : 31629 (java) R 31627 31629 30873 0 -1 4202496 1113 0 0 0 0 0 0 0 23 0 1 0 519154535 23580672 600 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235589904128 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/31629/statm: 5757 610 457 9 0 124 0

[startup+0.0654609 s]
/proc/loadavg: 3.47 4.78 6.28 2/174 31629
/proc/meminfo: memFree=31490648/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 4217 0 1 0 4 1 0 0 23 0 18 0 519154535 15984414720 3657 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3902445 3657 1768 9 0 3893164 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100455 s]
/proc/loadavg: 3.47 4.78 6.28 2/174 31629
/proc/meminfo: memFree=31490648/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15676180 CPUtime=0.09 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 5441 0 1 0 8 1 0 0 23 0 18 0 519154535 16052408320 4881 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3919045 4881 2116 9 0 3909764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676180

[startup+0.300423 s]
/proc/loadavg: 3.47 4.78 6.28 2/174 31629
/proc/meminfo: memFree=31490648/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15681956 CPUtime=0.5 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 14035 0 1 0 47 3 0 0 23 0 18 0 519154535 16058322944 12296 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3920489 12300 2207 9 0 3911208 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15681956

[startup+0.700357 s]
/proc/loadavg: 3.47 4.78 6.28 2/174 31629
/proc/meminfo: memFree=31490648/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15706940 CPUtime=1.35 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 35849 0 1 0 130 5 0 0 23 0 22 0 519154535 16083906560 31408 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3926735 31418 2244 9 0 3917454 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 15706940

[startup+1.50121 s]
/proc/loadavg: 3.47 4.78 6.28 5/216 31674
/proc/meminfo: memFree=31193516/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15708440 CPUtime=3.57 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 55073 0 1 0 349 8 0 0 23 0 22 0 519154535 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3927110 44175 2262 9 0 3917829 0
[pid=31629/tid=31631] ppid=31627 vsize=15708440 CPUtime=1.24 cores=1,3,5,7
/proc/31629/task/31631/stat : 31631 (java) S 31627 31629 30873 0 -1 4202560 24911 0 1 0 121 3 0 0 25 0 22 0 519154536 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31632] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31632/stat : 31632 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31633] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31633/stat : 31633 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31634] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31634/stat : 31634 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31635] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31635/stat : 31635 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31636] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31636/stat : 31636 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31637] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31637/stat : 31637 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31638] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31638/stat : 31638 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31639] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31639/stat : 31639 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154537 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31640] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31640/stat : 31640 (java) S 31627 31629 30873 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 22 0 519154538 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 0 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31641] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31641/stat : 31641 (java) S 31627 31629 30873 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 519154538 16085442560 44175 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31642] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31642/stat : 31642 (java) S 31627 31629 30873 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 519154538 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31643] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31643/stat : 31643 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606690225 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31644] ppid=31627 vsize=15708440 CPUtime=1.07 cores=1,3,5,7
/proc/31629/task/31644/stat : 31644 (java) R 31627 31629 30873 0 -1 4202560 12839 0 0 0 106 1 0 0 25 0 22 0 519154540 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 47256133717176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31629/tid=31645] ppid=31627 vsize=15708440 CPUtime=0.93 cores=1,3,5,7
/proc/31629/task/31645/stat : 31645 (java) R 31627 31629 30873 0 -1 4202560 8594 0 0 0 92 1 0 0 25 0 22 0 519154540 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 47256134338768 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31629/tid=31646] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31646/stat : 31646 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31647] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31647/stat : 31647 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519154540 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31649] ppid=31627 vsize=15708440 CPUtime=0.02 cores=1,3,5,7
/proc/31629/task/31649/stat : 31649 (java) S 31627 31629 30873 0 -1 4202560 184 0 0 0 2 0 0 0 15 0 22 0 519154573 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31650] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31650/stat : 31650 (java) S 31627 31629 30873 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 22 0 519154573 16085442560 44180 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31651] ppid=31627 vsize=15708440 CPUtime=0.12 cores=1,3,5,7
/proc/31629/task/31651/stat : 31651 (java) R 31627 31629 30873 0 -1 4202560 3611 0 0 0 12 0 0 0 16 0 22 0 519154573 16085442560 44187 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505181763 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31629/tid=31652] ppid=31627 vsize=15708440 CPUtime=0.12 cores=1,3,5,7
/proc/31629/task/31652/stat : 31652 (java) R 31627 31629 30873 0 -1 4202560 3536 0 0 0 12 0 0 0 16 0 22 0 519154573 16085442560 44201 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 47256138578771 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 15708440

[startup+3.10093 s]
/proc/loadavg: 3.47 4.78 6.28 8/216 31674
/proc/meminfo: memFree=30977384/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15708440 CPUtime=9.07 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 106328 0 1 0 894 13 0 0 23 0 22 0 519154535 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3927110 93308 2274 9 0 3917829 0
[pid=31629/tid=31631] ppid=31627 vsize=15708440 CPUtime=1.24 cores=1,3,5,7
/proc/31629/task/31631/stat : 31631 (java) S 31627 31629 30873 0 -1 4202560 24911 0 1 0 121 3 0 0 25 0 22 0 519154536 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31632] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31632/stat : 31632 (java) S 31627 31629 30873 0 -1 4202560 794 0 0 0 0 0 0 0 15 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31633] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31633/stat : 31633 (java) S 31627 31629 30873 0 -1 4202560 1687 0 0 0 0 0 0 0 15 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31634] ppid=31627 vsize=15708440 CPUtime=0.01 cores=1,3,5,7
/proc/31629/task/31634/stat : 31634 (java) S 31627 31629 30873 0 -1 4202560 3394 0 0 0 1 0 0 0 15 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31635] ppid=31627 vsize=15708440 CPUtime=0.01 cores=1,3,5,7
/proc/31629/task/31635/stat : 31635 (java) S 31627 31629 30873 0 -1 4202560 4507 0 0 0 1 0 0 0 16 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31636] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31636/stat : 31636 (java) S 31627 31629 30873 0 -1 4202560 2621 0 0 0 0 0 0 0 15 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31637] ppid=31627 vsize=15708440 CPUtime=0.01 cores=1,3,5,7
/proc/31629/task/31637/stat : 31637 (java) S 31627 31629 30873 0 -1 4202560 4916 0 0 0 1 0 0 0 16 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31638] ppid=31627 vsize=15708440 CPUtime=0.01 cores=1,3,5,7
/proc/31629/task/31638/stat : 31638 (java) S 31627 31629 30873 0 -1 4202560 2720 0 0 0 1 0 0 0 16 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31639] ppid=31627 vsize=15708440 CPUtime=0.01 cores=1,3,5,7
/proc/31629/task/31639/stat : 31639 (java) R 31627 31629 30873 0 -1 4202560 3454 0 0 0 1 0 0 0 16 0 22 0 519154537 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31629/tid=31640] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31640/stat : 31640 (java) S 31627 31629 30873 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 22 0 519154538 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 0 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31641] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31641/stat : 31641 (java) S 31627 31629 30873 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519154538 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31642] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31642/stat : 31642 (java) S 31627 31629 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154538 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31643] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31643/stat : 31643 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606690225 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31644] ppid=31627 vsize=15708440 CPUtime=1.21 cores=1,3,5,7
/proc/31629/task/31644/stat : 31644 (java) S 31627 31629 30873 0 -1 4202560 12873 0 0 0 120 1 0 0 22 0 22 0 519154540 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31645] ppid=31627 vsize=15708440 CPUtime=1.06 cores=1,3,5,7
/proc/31629/task/31645/stat : 31645 (java) R 31627 31629 30873 0 -1 4202560 10681 0 0 0 105 1 0 0 21 0 22 0 519154540 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31629/tid=31646] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31646/stat : 31646 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31647] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31647/stat : 31647 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519154540 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31649] ppid=31627 vsize=15708440 CPUtime=1.16 cores=1,3,5,7
/proc/31629/task/31649/stat : 31649 (java) R 31627 31629 30873 0 -1 4202560 5910 0 0 0 116 0 0 0 17 0 22 0 519154573 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505755764 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31629/tid=31650] ppid=31627 vsize=15708440 CPUtime=1.17 cores=1,3,5,7
/proc/31629/task/31650/stat : 31650 (java) R 31627 31629 30873 0 -1 4202560 5133 0 0 0 117 0 0 0 16 0 22 0 519154573 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505227574 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31629/tid=31651] ppid=31627 vsize=15708440 CPUtime=1.48 cores=1,3,5,7
/proc/31629/task/31651/stat : 31651 (java) R 31627 31629 30873 0 -1 4202560 9779 0 0 0 147 1 0 0 17 0 22 0 519154573 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505191184 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31629/tid=31652] ppid=31627 vsize=15708440 CPUtime=1.57 cores=1,3,5,7
/proc/31629/task/31652/stat : 31652 (java) R 31627 31629 30873 0 -1 4202560 11348 0 0 0 156 1 0 0 17 0 22 0 519154573 16085442560 93308 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 15708440

[startup+6.30137 s]
/proc/loadavg: 3.59 4.79 6.28 6/220 31678
/proc/meminfo: memFree=30213760/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15708440 CPUtime=21.83 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 305547 0 1 0 2148 35 0 0 23 0 22 0 519154535 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3927110 290064 2290 9 0 3917829 0
[pid=31629/tid=31631] ppid=31627 vsize=15708440 CPUtime=1.24 cores=1,3,5,7
/proc/31629/task/31631/stat : 31631 (java) S 31627 31629 30873 0 -1 4202560 24911 0 1 0 121 3 0 0 25 0 22 0 519154536 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31632] ppid=31627 vsize=15708440 CPUtime=0.01 cores=1,3,5,7
/proc/31629/task/31632/stat : 31632 (java) S 31627 31629 30873 0 -1 4202560 3649 0 0 0 1 0 0 0 15 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31633] ppid=31627 vsize=15708440 CPUtime=0.02 cores=1,3,5,7
/proc/31629/task/31633/stat : 31633 (java) S 31627 31629 30873 0 -1 4202560 6607 0 0 0 1 1 0 0 15 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31634] ppid=31627 vsize=15708440 CPUtime=0.03 cores=1,3,5,7
/proc/31629/task/31634/stat : 31634 (java) S 31627 31629 30873 0 -1 4202560 11217 0 0 0 2 1 0 0 16 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31635] ppid=31627 vsize=15708440 CPUtime=0.02 cores=1,3,5,7
/proc/31629/task/31635/stat : 31635 (java) S 31627 31629 30873 0 -1 4202560 5500 0 0 0 2 0 0 0 15 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31636] ppid=31627 vsize=15708440 CPUtime=0.02 cores=1,3,5,7
/proc/31629/task/31636/stat : 31636 (java) S 31627 31629 30873 0 -1 4202560 5855 0 0 0 1 1 0 0 16 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31637] ppid=31627 vsize=15708440 CPUtime=0.03 cores=1,3,5,7
/proc/31629/task/31637/stat : 31637 (java) S 31627 31629 30873 0 -1 4202560 8767 0 0 0 3 0 0 0 16 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31638] ppid=31627 vsize=15708440 CPUtime=0.03 cores=1,3,5,7
/proc/31629/task/31638/stat : 31638 (java) S 31627 31629 30873 0 -1 4202560 8992 0 0 0 3 0 0 0 16 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31639] ppid=31627 vsize=15708440 CPUtime=0.02 cores=1,3,5,7
/proc/31629/task/31639/stat : 31639 (java) S 31627 31629 30873 0 -1 4202560 3454 0 0 0 2 0 0 0 15 0 22 0 519154537 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31640] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31640/stat : 31640 (java) S 31627 31629 30873 0 -1 4202560 764 0 0 0 0 0 0 0 16 0 22 0 519154538 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 0 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31641] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31641/stat : 31641 (java) S 31627 31629 30873 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519154538 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31642] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31642/stat : 31642 (java) S 31627 31629 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154538 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31643] ppid=31627 vsize=15708440 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31643/stat : 31643 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606690225 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31644] ppid=31627 vsize=15708440 CPUtime=1.8 cores=1,3,5,7
/proc/31629/task/31644/stat : 31644 (java) S 31627 31629 30873 0 -1 4202560 12939 0 0 0 179 1 0 0 16 0 22 0 519154540 16085442560 290064 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0

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

[pid=31629/tid=31650] ppid=31627 vsize=15773976 CPUtime=1048.21 cores=1,3,5,7
/proc/31629/task/31650/stat : 31650 (java) R 31627 31629 30873 0 -1 4202560 135220 0 0 0 104787 34 0 0 25 0 22 0 519154573 16152551424 134540 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912506223979 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31629/tid=31651] ppid=31627 vsize=15773976 CPUtime=1047.5 cores=1,3,5,7
/proc/31629/task/31651/stat : 31651 (java) R 31627 31629 30873 0 -1 4202560 138587 0 0 0 104718 32 0 0 25 0 22 0 519154573 16152551424 134540 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912506261637 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31629/tid=31652] ppid=31627 vsize=15773976 CPUtime=1048.19 cores=1,3,5,7
/proc/31629/task/31652/stat : 31652 (java) R 31627 31629 30873 0 -1 4202560 143647 0 0 0 104790 29 0 0 25 0 22 0 519154573 16152551424 134540 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505850597 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4221.52
Current children cumulated vsize (KiB) 15773976

[startup+1122.3 s]
/proc/loadavg: 7.95 7.85 7.39 9/220 31708
/proc/meminfo: memFree=15617968/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15773976 CPUtime=4460.13 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 1023343 0 1 0 445710 303 0 0 23 0 22 0 519154535 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3943494 127818 2299 9 0 3934213 0
[pid=31629/tid=31631] ppid=31627 vsize=15773976 CPUtime=1.24 cores=1,3,5,7
/proc/31629/task/31631/stat : 31631 (java) S 31627 31629 30873 0 -1 4202560 24911 0 1 0 121 3 0 0 25 0 22 0 519154536 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31632] ppid=31627 vsize=15773976 CPUtime=3.1 cores=1,3,5,7
/proc/31629/task/31632/stat : 31632 (java) S 31627 31629 30873 0 -1 4202560 46739 0 0 0 297 13 0 0 16 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31633] ppid=31627 vsize=15773976 CPUtime=2.95 cores=1,3,5,7
/proc/31629/task/31633/stat : 31633 (java) S 31627 31629 30873 0 -1 4202560 46262 0 0 0 282 13 0 0 15 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31634] ppid=31627 vsize=15773976 CPUtime=3.09 cores=1,3,5,7
/proc/31629/task/31634/stat : 31634 (java) S 31627 31629 30873 0 -1 4202560 50193 0 0 0 295 14 0 0 15 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31635] ppid=31627 vsize=15773976 CPUtime=3.02 cores=1,3,5,7
/proc/31629/task/31635/stat : 31635 (java) S 31627 31629 30873 0 -1 4202560 46762 0 0 0 288 14 0 0 15 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31636] ppid=31627 vsize=15773976 CPUtime=3.02 cores=1,3,5,7
/proc/31629/task/31636/stat : 31636 (java) S 31627 31629 30873 0 -1 4202560 45443 0 0 0 290 12 0 0 15 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31637] ppid=31627 vsize=15773976 CPUtime=3.02 cores=1,3,5,7
/proc/31629/task/31637/stat : 31637 (java) S 31627 31629 30873 0 -1 4202560 50071 0 0 0 289 13 0 0 16 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31638] ppid=31627 vsize=15773976 CPUtime=3.01 cores=1,3,5,7
/proc/31629/task/31638/stat : 31638 (java) S 31627 31629 30873 0 -1 4202560 51750 0 0 0 290 11 0 0 15 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31639] ppid=31627 vsize=15773976 CPUtime=3.07 cores=1,3,5,7
/proc/31629/task/31639/stat : 31639 (java) S 31627 31629 30873 0 -1 4202560 46962 0 0 0 295 12 0 0 16 0 22 0 519154537 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31640] ppid=31627 vsize=15773976 CPUtime=2.01 cores=1,3,5,7
/proc/31629/task/31640/stat : 31640 (java) S 31627 31629 30873 0 -1 4202560 2555 0 0 0 148 53 0 0 15 0 22 0 519154538 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 0 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31641] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31641/stat : 31641 (java) S 31627 31629 30873 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519154538 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31642] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31642/stat : 31642 (java) S 31627 31629 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154538 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31643] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31643/stat : 31643 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606690225 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31644] ppid=31627 vsize=15773976 CPUtime=1.86 cores=1,3,5,7
/proc/31629/task/31644/stat : 31644 (java) S 31627 31629 30873 0 -1 4202560 12945 0 0 0 185 1 0 0 15 0 22 0 519154540 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31645] ppid=31627 vsize=15773976 CPUtime=1.25 cores=1,3,5,7
/proc/31629/task/31645/stat : 31645 (java) S 31627 31629 30873 0 -1 4202560 13066 0 0 0 124 1 0 0 15 0 22 0 519154540 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31646] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31646/stat : 31646 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31647] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31647/stat : 31647 (java) S 31627 31629 30873 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 519154540 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31649] ppid=31627 vsize=15773976 CPUtime=1107.46 cores=1,3,5,7
/proc/31629/task/31649/stat : 31649 (java) R 31627 31629 30873 0 -1 4202560 141962 0 0 0 110714 32 0 0 25 0 22 0 519154573 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31629/tid=31650] ppid=31627 vsize=15773976 CPUtime=1107.57 cores=1,3,5,7
/proc/31629/task/31650/stat : 31650 (java) R 31627 31629 30873 0 -1 4202560 143543 0 0 0 110721 36 0 0 25 0 22 0 519154573 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912506268263 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31629/tid=31651] ppid=31627 vsize=15773976 CPUtime=1106.85 cores=1,3,5,7
/proc/31629/task/31651/stat : 31651 (java) R 31627 31629 30873 0 -1 4202560 146956 0 0 0 110651 34 0 0 25 0 22 0 519154573 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31629/tid=31652] ppid=31627 vsize=15773976 CPUtime=1107.46 cores=1,3,5,7
/proc/31629/task/31652/stat : 31652 (java) R 31627 31629 30873 0 -1 4202560 151782 0 0 0 110714 32 0 0 25 0 22 0 519154573 16152551424 127818 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505985851 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4460.13
Current children cumulated vsize (KiB) 15773976

[startup+1182.3 s]
/proc/loadavg: 7.80 7.79 7.39 6/220 31709
/proc/meminfo: memFree=15616928/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15773976 CPUtime=4698.77 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 1068113 0 1 0 469556 321 0 0 23 0 22 0 519154535 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3943494 126345 2299 9 0 3934213 0
[pid=31629/tid=31631] ppid=31627 vsize=15773976 CPUtime=1.24 cores=1,3,5,7
/proc/31629/task/31631/stat : 31631 (java) S 31627 31629 30873 0 -1 4202560 24911 0 1 0 121 3 0 0 25 0 22 0 519154536 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31632] ppid=31627 vsize=15773976 CPUtime=3.25 cores=1,3,5,7
/proc/31629/task/31632/stat : 31632 (java) S 31627 31629 30873 0 -1 4202560 49058 0 0 0 311 14 0 0 15 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31633] ppid=31627 vsize=15773976 CPUtime=3.11 cores=1,3,5,7
/proc/31629/task/31633/stat : 31633 (java) S 31627 31629 30873 0 -1 4202560 48404 0 0 0 297 14 0 0 16 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31634] ppid=31627 vsize=15773976 CPUtime=3.26 cores=1,3,5,7
/proc/31629/task/31634/stat : 31634 (java) S 31627 31629 30873 0 -1 4202560 52808 0 0 0 311 15 0 0 15 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31635] ppid=31627 vsize=15773976 CPUtime=3.16 cores=1,3,5,7
/proc/31629/task/31635/stat : 31635 (java) S 31627 31629 30873 0 -1 4202560 48964 0 0 0 302 14 0 0 15 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31636] ppid=31627 vsize=15773976 CPUtime=3.17 cores=1,3,5,7
/proc/31629/task/31636/stat : 31636 (java) S 31627 31629 30873 0 -1 4202560 47766 0 0 0 304 13 0 0 16 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31637] ppid=31627 vsize=15773976 CPUtime=3.18 cores=1,3,5,7
/proc/31629/task/31637/stat : 31637 (java) S 31627 31629 30873 0 -1 4202560 52995 0 0 0 305 13 0 0 15 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31638] ppid=31627 vsize=15773976 CPUtime=3.17 cores=1,3,5,7
/proc/31629/task/31638/stat : 31638 (java) S 31627 31629 30873 0 -1 4202560 53711 0 0 0 304 13 0 0 15 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31639] ppid=31627 vsize=15773976 CPUtime=3.24 cores=1,3,5,7
/proc/31629/task/31639/stat : 31639 (java) S 31627 31629 30873 0 -1 4202560 50010 0 0 0 311 13 0 0 15 0 22 0 519154537 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31640] ppid=31627 vsize=15773976 CPUtime=2.12 cores=1,3,5,7
/proc/31629/task/31640/stat : 31640 (java) S 31627 31629 30873 0 -1 4202560 2720 0 0 0 156 56 0 0 15 0 22 0 519154538 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 0 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31641] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31641/stat : 31641 (java) S 31627 31629 30873 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519154538 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31642] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31642/stat : 31642 (java) S 31627 31629 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154538 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31643] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31643/stat : 31643 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606690225 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31644] ppid=31627 vsize=15773976 CPUtime=1.86 cores=1,3,5,7
/proc/31629/task/31644/stat : 31644 (java) S 31627 31629 30873 0 -1 4202560 12945 0 0 0 185 1 0 0 15 0 22 0 519154540 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31645] ppid=31627 vsize=15773976 CPUtime=1.25 cores=1,3,5,7
/proc/31629/task/31645/stat : 31645 (java) S 31627 31629 30873 0 -1 4202560 13066 0 0 0 124 1 0 0 15 0 22 0 519154540 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31646] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31646/stat : 31646 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31647] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31647/stat : 31647 (java) S 31627 31629 30873 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 519154540 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31649] ppid=31627 vsize=15773976 CPUtime=1166.76 cores=1,3,5,7
/proc/31629/task/31649/stat : 31649 (java) R 31627 31629 30873 0 -1 4202560 148446 0 0 0 116642 34 0 0 25 0 22 0 519154573 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505646562 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31629/tid=31650] ppid=31627 vsize=15773976 CPUtime=1166.88 cores=1,3,5,7
/proc/31629/task/31650/stat : 31650 (java) R 31627 31629 30873 0 -1 4202560 149493 0 0 0 116650 38 0 0 25 0 22 0 519154573 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505938416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31629/tid=31651] ppid=31627 vsize=15773976 CPUtime=1166.2 cores=1,3,5,7
/proc/31629/task/31651/stat : 31651 (java) R 31627 31629 30873 0 -1 4202560 153473 0 0 0 116585 35 0 0 25 0 22 0 519154573 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912506268440 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31629/tid=31652] ppid=31627 vsize=15773976 CPUtime=1166.75 cores=1,3,5,7
/proc/31629/task/31652/stat : 31652 (java) R 31627 31629 30873 0 -1 4202560 157898 0 0 0 116641 34 0 0 25 0 22 0 519154573 16152551424 126345 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912506511964 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4698.77
Current children cumulated vsize (KiB) 15773976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.81 s]
/proc/loadavg: 7.87 7.81 7.41 10/220 31710
/proc/meminfo: memFree=15636456/32950928 swapFree=67111404/67111528
[pid=31629] ppid=31627 vsize=15773976 CPUtime=4800.21 cores=1,3,5,7
/proc/31629/stat : 31629 (java) S 31627 31629 30873 0 -1 4202496 1084776 0 1 0 479693 328 0 0 23 0 22 0 519154535 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31629/statm: 3943494 122802 2299 9 0 3934213 0
[pid=31629/tid=31631] ppid=31627 vsize=15773976 CPUtime=1.24 cores=1,3,5,7
/proc/31629/task/31631/stat : 31631 (java) S 31627 31629 30873 0 -1 4202560 24911 0 1 0 121 3 0 0 25 0 22 0 519154536 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31632] ppid=31627 vsize=15773976 CPUtime=3.32 cores=1,3,5,7
/proc/31629/task/31632/stat : 31632 (java) S 31627 31629 30873 0 -1 4202560 50004 0 0 0 318 14 0 0 15 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31633] ppid=31627 vsize=15773976 CPUtime=3.17 cores=1,3,5,7
/proc/31629/task/31633/stat : 31633 (java) S 31627 31629 30873 0 -1 4202560 49077 0 0 0 303 14 0 0 15 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31634] ppid=31627 vsize=15773976 CPUtime=3.31 cores=1,3,5,7
/proc/31629/task/31634/stat : 31634 (java) S 31627 31629 30873 0 -1 4202560 53536 0 0 0 316 15 0 0 16 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31635] ppid=31627 vsize=15773976 CPUtime=3.23 cores=1,3,5,7
/proc/31629/task/31635/stat : 31635 (java) S 31627 31629 30873 0 -1 4202560 49461 0 0 0 308 15 0 0 15 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 3 0 0 0
[pid=31629/tid=31636] ppid=31627 vsize=15773976 CPUtime=3.23 cores=1,3,5,7
/proc/31629/task/31636/stat : 31636 (java) S 31627 31629 30873 0 -1 4202560 48352 0 0 0 310 13 0 0 15 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31637] ppid=31627 vsize=15773976 CPUtime=3.25 cores=1,3,5,7
/proc/31629/task/31637/stat : 31637 (java) S 31627 31629 30873 0 -1 4202560 53864 0 0 0 311 14 0 0 16 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 1 0 0 0
[pid=31629/tid=31638] ppid=31627 vsize=15773976 CPUtime=3.23 cores=1,3,5,7
/proc/31629/task/31638/stat : 31638 (java) S 31627 31629 30873 0 -1 4202560 54339 0 0 0 310 13 0 0 15 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31639] ppid=31627 vsize=15773976 CPUtime=3.32 cores=1,3,5,7
/proc/31629/task/31639/stat : 31639 (java) S 31627 31629 30873 0 -1 4202560 50637 0 0 0 318 14 0 0 15 0 22 0 519154537 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31640] ppid=31627 vsize=15773976 CPUtime=2.17 cores=1,3,5,7
/proc/31629/task/31640/stat : 31640 (java) S 31627 31629 30873 0 -1 4202560 2784 0 0 0 159 58 0 0 15 0 22 0 519154538 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 0 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31641] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31641/stat : 31641 (java) S 31627 31629 30873 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519154538 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31642] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31642/stat : 31642 (java) S 31627 31629 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154538 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31643] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31643/stat : 31643 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606690225 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31644] ppid=31627 vsize=15773976 CPUtime=1.86 cores=1,3,5,7
/proc/31629/task/31644/stat : 31644 (java) S 31627 31629 30873 0 -1 4202560 12945 0 0 0 185 1 0 0 15 0 22 0 519154540 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31645] ppid=31627 vsize=15773976 CPUtime=1.25 cores=1,3,5,7
/proc/31629/task/31645/stat : 31645 (java) S 31627 31629 30873 0 -1 4202560 13066 0 0 0 124 1 0 0 15 0 22 0 519154540 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31646] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31646/stat : 31646 (java) S 31627 31629 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154540 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606682521 0 4 0 16800975 18446604464430781440 0 0 -1 5 0 0 0
[pid=31629/tid=31647] ppid=31627 vsize=15773976 CPUtime=0 cores=1,3,5,7
/proc/31629/task/31647/stat : 31647 (java) S 31627 31629 30873 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 519154540 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 235606683136 0 4 0 16800975 18446604464430781440 0 0 -1 7 0 0 0
[pid=31629/tid=31649] ppid=31627 vsize=15773976 CPUtime=1191.9 cores=1,3,5,7
/proc/31629/task/31649/stat : 31649 (java) R 31627 31629 30873 0 -1 4202560 151248 0 0 0 119155 35 0 0 25 0 22 0 519154573 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912505849251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31629/tid=31650] ppid=31627 vsize=15773976 CPUtime=1192.14 cores=1,3,5,7
/proc/31629/task/31650/stat : 31650 (java) R 31627 31629 30873 0 -1 4202560 152248 0 0 0 119175 39 0 0 25 0 22 0 519154573 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912506267958 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31629/tid=31651] ppid=31627 vsize=15773976 CPUtime=1191.43 cores=1,3,5,7
/proc/31629/task/31651/stat : 31651 (java) R 31627 31629 30873 0 -1 4202560 156020 0 0 0 119107 36 0 0 25 0 22 0 519154573 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 46912506268964 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31629/tid=31652] ppid=31627 vsize=15773976 CPUtime=1191.99 cores=1,3,5,7
/proc/31629/task/31652/stat : 31652 (java) R 31627 31629 30873 0 -1 4202560 160839 0 0 0 119164 35 0 0 25 0 22 0 519154573 16152551424 122802 33554432000 1073741824 1073778376 140734740661936 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15773976

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.84
CPU time (s): 4800.27
CPU user time (s): 4796.96
CPU system time (s): 3.3045
CPU usage (%): 397.424
Max. virtual memory (cumulated for all children) (KiB): 15773976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.96
system time used= 3.3045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1084802
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= 296942
involuntary context switches= 158585

runsolver used 1.9997 second user time and 4.65529 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 13:12:38
IDJOB=3313460
IDBENCH=70810
IDSOLVER=1699
FILE ID=node120/3313460-1304075558
RUNJOBID= node120-1304075557-31616
PBS_JOBID= 13170475
Free space on /tmp= 72076 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313460-1304075558/watcher-3313460-1304075558 -o /tmp/evaluation-result-3313460-1304075558/solver-3313460-1304075558 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313460-1304075558.cnf

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=1750836386

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31490796 kB
Buffers:        454792 kB
Cached:         578368 kB
SwapCached:          8 kB
Active:         384788 kB
Inactive:       715592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31490796 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            2832 kB
Writeback:           0 kB
AnonPages:       67100 kB
Mapped:          14692 kB
Slab:           295636 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188632 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= 72060 MiB
End job on node120 at 2011-04-29 13:32:48