Trace number 3313364

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) 4637.78 1300.15

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E02F22.cnf
MD5SUM0b29cb9f2e17f3e05b66912497d8cb84
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6781
Satisfiable
(Un)Satisfiability was proved
Number of variables13574
Number of clauses1301188
Sum of the clauses size11462079
Maximum clause length78
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 236373
Number of clauses of size 329573
Number of clauses of size 422594
Number of clauses of size 573414
Number of clauses of size over 51139201

Solver Data

0.10/0.11	41:29 INFO : Reading from input HOME/instance-3313364-1304185287.cnf
11.67/11.22	Executor set job limit to 1000000
11.67/11.22	Executor set job limit to 1000000
11.67/11.22	Executor set job limit to 1000000
11.67/11.22	Executor set job limit to 1000000
11.67/11.22	Starting Executor!
11.67/11.22	Starting Executor!
11.67/11.22	Starting Executor!
11.67/11.22	Starting Executor!
93.82/91.65	43:01 INFO : 12452 variables remaining out of 13574
93.82/91.65	43:01 INFO : 11904025 literals remaining out of 12763267

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-3313364-1304185287/watcher-3313364-1304185287 -o /tmp/evaluation-result-3313364-1304185287/solver-3313364-1304185287 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313364-1304185287.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.39 3.91 4.73 4/198 2703
/proc/meminfo: memFree=30342440/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2703/stat : 2703 (java) R 2701 2703 2123 0 -1 4202496 999 0 0 0 0 0 0 0 22 0 1 0 530129874 23580672 485 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270608148224 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2703/statm: 5757 497 380 9 0 124 0
[pid=2703/tid=2704] ppid=2701 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 99 0 0 0 0 0 0 0 24 0 2 0 530129874 31313920 925 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270608148224 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0655511 s]
/proc/loadavg: 3.39 3.91 4.73 4/198 2703
/proc/meminfo: memFree=30342440/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15675316 CPUtime=0.05 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 4373 0 1 0 5 0 0 0 22 0 18 0 530129874 16051523584 3812 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3918829 3812 1778 9 0 3909548 0
[pid=2703/tid=2704] ppid=2701 vsize=15675316 CPUtime=0.05 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 2954 0 1 0 5 0 0 0 25 0 18 0 530129874 16051523584 3813 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 47469211116597 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15675316

[startup+0.10054 s]
/proc/loadavg: 3.39 3.91 4.73 4/198 2703
/proc/meminfo: memFree=30342440/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15676732 CPUtime=0.1 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 5612 0 1 0 9 1 0 0 22 0 18 0 530129874 16052973568 5030 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3919183 5031 2118 9 0 3909902 0
[pid=2703/tid=2704] ppid=2701 vsize=15676732 CPUtime=0.08 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 3451 0 1 0 8 0 0 0 25 0 18 0 530129874 16052973568 5032 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 47469207912453 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676732

[startup+0.300507 s]
/proc/loadavg: 3.39 3.91 4.73 4/198 2703
/proc/meminfo: memFree=30342440/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15681392 CPUtime=0.52 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 15951 0 1 0 50 2 0 0 22 0 18 0 530129874 16057745408 14165 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3920348 14172 2207 9 0 3911067 0
[pid=2703/tid=2704] ppid=2701 vsize=15681392 CPUtime=0.28 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 10821 0 1 0 27 1 0 0 25 0 18 0 530129874 16057745408 14176 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912505641137 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681392

[startup+0.700434 s]
/proc/loadavg: 3.39 3.91 4.73 4/198 2703
/proc/meminfo: memFree=30342440/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15681392 CPUtime=0.92 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 41785 0 1 0 87 5 0 0 22 0 18 0 530129874 16057745408 39997 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3920348 39997 2223 9 0 3911067 0
[pid=2703/tid=2704] ppid=2701 vsize=15681392 CPUtime=0.68 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 35503 0 1 0 64 4 0 0 25 0 18 0 530129874 16057745408 39997 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912505532719 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681392

[startup+1.50126 s]
/proc/loadavg: 3.39 3.91 4.73 5/216 2721
/proc/meminfo: memFree=30171184/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15681392 CPUtime=1.75 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 76916 0 1 0 165 10 0 0 22 0 18 0 530129874 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3920348 75108 2223 9 0 3911067 0
[pid=2703/tid=2704] ppid=2701 vsize=15681392 CPUtime=1.46 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 64824 0 1 0 138 8 0 0 25 0 18 0 530129874 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912505561088 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2703/tid=2706] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2706/stat : 2706 (java) S 2701 2703 2123 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2707] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2707/stat : 2707 (java) S 2701 2703 2123 0 -1 4202560 3303 0 0 0 0 0 0 0 16 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2708] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2708/stat : 2708 (java) S 2701 2703 2123 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2709] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2709/stat : 2709 (java) S 2701 2703 2123 0 -1 4202560 1350 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2710] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2710/stat : 2710 (java) S 2701 2703 2123 0 -1 4202560 606 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2711] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2711/stat : 2711 (java) S 2701 2703 2123 0 -1 4202560 843 0 0 0 0 0 0 0 16 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2712] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2712/stat : 2712 (java) S 2701 2703 2123 0 -1 4202560 344 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2713] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2713/stat : 2713 (java) S 2701 2703 2123 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2714] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2714/stat : 2714 (java) S 2701 2703 2123 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 530129876 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 0 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2715] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2715/stat : 2715 (java) S 2701 2703 2123 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530129876 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2716] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2716/stat : 2716 (java) S 2701 2703 2123 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530129876 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2717] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2717/stat : 2717 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530129878 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624934321 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2718] ppid=2701 vsize=15681392 CPUtime=0.12 cores=1,3,5,7
/proc/2703/task/2718/stat : 2718 (java) S 2701 2703 2123 0 -1 4202560 2279 0 0 0 12 0 0 0 15 0 18 0 530129878 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2719] ppid=2701 vsize=15681392 CPUtime=0.09 cores=1,3,5,7
/proc/2703/task/2719/stat : 2719 (java) S 2701 2703 2123 0 -1 4202560 1466 0 0 0 9 0 0 0 17 0 18 0 530129878 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2720] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2720/stat : 2720 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530129878 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2721] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2721/stat : 2721 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530129878 16057745408 75108 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15681392

[startup+3.10101 s]
/proc/loadavg: 3.39 3.91 4.73 3/216 2721
/proc/meminfo: memFree=30034412/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15681392 CPUtime=3.42 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 145145 0 1 0 324 18 0 0 22 0 18 0 530129874 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3920348 143252 2241 9 0 3911067 0
[pid=2703/tid=2704] ppid=2701 vsize=15681392 CPUtime=3.05 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 127654 0 1 0 290 15 0 0 25 0 18 0 530129874 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912505532686 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2703/tid=2706] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2706/stat : 2706 (java) S 2701 2703 2123 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2707] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2707/stat : 2707 (java) S 2701 2703 2123 0 -1 4202560 3304 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2708] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2708/stat : 2708 (java) S 2701 2703 2123 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2709] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2709/stat : 2709 (java) S 2701 2703 2123 0 -1 4202560 1351 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2710] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2710/stat : 2710 (java) S 2701 2703 2123 0 -1 4202560 606 0 0 0 0 0 0 0 15 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2711] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2711/stat : 2711 (java) S 2701 2703 2123 0 -1 4202560 843 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2712] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2712/stat : 2712 (java) S 2701 2703 2123 0 -1 4202560 5466 0 0 0 0 0 0 0 16 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2713] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2713/stat : 2713 (java) S 2701 2703 2123 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2714] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2714/stat : 2714 (java) S 2701 2703 2123 0 -1 4202560 335 0 0 0 0 0 0 0 15 0 18 0 530129876 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 0 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2715] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2715/stat : 2715 (java) S 2701 2703 2123 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530129876 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2716] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2716/stat : 2716 (java) S 2701 2703 2123 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530129876 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2717] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2717/stat : 2717 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530129878 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624934321 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2718] ppid=2701 vsize=15681392 CPUtime=0.15 cores=1,3,5,7
/proc/2703/task/2718/stat : 2718 (java) S 2701 2703 2123 0 -1 4202560 2305 0 0 0 15 0 0 0 15 0 18 0 530129878 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2719] ppid=2701 vsize=15681392 CPUtime=0.12 cores=1,3,5,7
/proc/2703/task/2719/stat : 2719 (java) S 2701 2703 2123 0 -1 4202560 1576 0 0 0 12 0 0 0 15 0 18 0 530129878 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2720] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2720/stat : 2720 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530129878 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2721] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2721/stat : 2721 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530129878 16057745408 143252 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15681392

[startup+6.30144 s]
/proc/loadavg: 3.28 3.88 4.72 4/216 2721
/proc/meminfo: memFree=29583572/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15681392 CPUtime=6.67 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 205661 0 1 0 639 28 0 0 22 0 18 0 530129874 16057745408 201676 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3920348 201682 2241 9 0 3911067 0
[pid=2703/tid=2704] ppid=2701 vsize=15681392 CPUtime=6.23 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) R 2701 2703 2123 0 -1 4202560 177795 0 1 0 599 24 0 0 25 0 18 0 530129874 16057745408 201685 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912505638752 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2703/tid=2706] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2706/stat : 2706 (java) S 2701 2703 2123 0 -1 4202560 31 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 201689 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2707] ppid=2701 vsize=15681392 CPUtime=0.02 cores=1,3,5,7
/proc/2703/task/2707/stat : 2707 (java) S 2701 2703 2123 0 -1 4202560 3304 0 0 0 2 0 0 0 15 0 18 0 530129875 16057745408 201693 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2708] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2708/stat : 2708 (java) S 2701 2703 2123 0 -1 4202560 275 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 201697 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2709] ppid=2701 vsize=15681392 CPUtime=0.02 cores=1,3,5,7
/proc/2703/task/2709/stat : 2709 (java) S 2701 2703 2123 0 -1 4202560 11592 0 0 0 1 1 0 0 16 0 18 0 530129875 16057745408 201701 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2710] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2710/stat : 2710 (java) S 2701 2703 2123 0 -1 4202560 606 0 0 0 1 0 0 0 16 0 18 0 530129875 16057745408 201705 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2711] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2711/stat : 2711 (java) S 2701 2703 2123 0 -1 4202560 843 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 201709 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2712] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2712/stat : 2712 (java) S 2701 2703 2123 0 -1 4202560 5466 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 201712 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2713] ppid=2701 vsize=15681392 CPUtime=0.01 cores=1,3,5,7
/proc/2703/task/2713/stat : 2713 (java) S 2701 2703 2123 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 18 0 530129875 16057745408 201716 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2714] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2714/stat : 2714 (java) S 2701 2703 2123 0 -1 4202560 478 0 0 0 0 0 0 0 15 0 18 0 530129876 16057745408 201721 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 0 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2715] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2715/stat : 2715 (java) S 2701 2703 2123 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530129876 16057745408 201724 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2716] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2716/stat : 2716 (java) S 2701 2703 2123 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530129876 16057745408 201728 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2717] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2717/stat : 2717 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530129878 16057745408 201732 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624934321 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2718] ppid=2701 vsize=15681392 CPUtime=0.15 cores=1,3,5,7
/proc/2703/task/2718/stat : 2718 (java) S 2701 2703 2123 0 -1 4202560 2305 0 0 0 15 0 0 0 15 0 18 0 530129878 16057745408 201736 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2719] ppid=2701 vsize=15681392 CPUtime=0.12 cores=1,3,5,7
/proc/2703/task/2719/stat : 2719 (java) S 2701 2703 2123 0 -1 4202560 1576 0 0 0 12 0 0 0 15 0 18 0 530129878 16057745408 201740 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2720] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2720/stat : 2720 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530129878 16057745408 201744 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2721] ppid=2701 vsize=15681392 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2721/stat : 2721 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530129878 16057745408 201748 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=26225428/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15750552 CPUtime=4168.63 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 1715034 0 1 0 416567 296 0 0 22 0 22 0 530129874 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3937638 759364 2297 9 0 3928357 0
[pid=2703/tid=2704] ppid=2701 vsize=15750552 CPUtime=91.5 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) S 2701 2703 2123 0 -1 4202560 222750 0 1 0 9119 31 0 0 25 0 22 0 530129874 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2706] ppid=2701 vsize=15750552 CPUtime=3.21 cores=1,3,5,7
/proc/2703/task/2706/stat : 2706 (java) S 2701 2703 2123 0 -1 4202560 181635 0 0 0 290 31 0 0 16 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2707] ppid=2701 vsize=15750552 CPUtime=3.03 cores=1,3,5,7
/proc/2703/task/2707/stat : 2707 (java) S 2701 2703 2123 0 -1 4202560 157085 0 0 0 278 25 0 0 15 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2708] ppid=2701 vsize=15750552 CPUtime=3.11 cores=1,3,5,7
/proc/2703/task/2708/stat : 2708 (java) S 2701 2703 2123 0 -1 4202560 187760 0 0 0 279 32 0 0 15 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2709] ppid=2701 vsize=15750552 CPUtime=2.96 cores=1,3,5,7
/proc/2703/task/2709/stat : 2709 (java) S 2701 2703 2123 0 -1 4202560 234219 0 0 0 255 41 0 0 16 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2710] ppid=2701 vsize=15750552 CPUtime=2.52 cores=1,3,5,7
/proc/2703/task/2710/stat : 2710 (java) S 2701 2703 2123 0 -1 4202560 144696 0 0 0 228 24 0 0 15 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2711] ppid=2701 vsize=15750552 CPUtime=2.35 cores=1,3,5,7
/proc/2703/task/2711/stat : 2711 (java) S 2701 2703 2123 0 -1 4202560 150635 0 0 0 211 24 0 0 15 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2712] ppid=2701 vsize=15750552 CPUtime=2.68 cores=1,3,5,7
/proc/2703/task/2712/stat : 2712 (java) S 2701 2703 2123 0 -1 4202560 147412 0 0 0 242 26 0 0 16 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2713] ppid=2701 vsize=15750552 CPUtime=2.82 cores=1,3,5,7
/proc/2703/task/2713/stat : 2713 (java) S 2701 2703 2123 0 -1 4202560 179351 0 0 0 252 30 0 0 16 0 22 0 530129875 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2714] ppid=2701 vsize=15750552 CPUtime=3.46 cores=1,3,5,7
/proc/2703/task/2714/stat : 2714 (java) S 2701 2703 2123 0 -1 4202560 4720 0 0 0 331 15 0 0 15 0 22 0 530129876 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 0 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2715] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2715/stat : 2715 (java) S 2701 2703 2123 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129876 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2716] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2716/stat : 2716 (java) S 2701 2703 2123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530129876 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2717] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2717/stat : 2717 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129878 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624934321 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2718] ppid=2701 vsize=15750552 CPUtime=1.38 cores=1,3,5,7
/proc/2703/task/2718/stat : 2718 (java) S 2701 2703 2123 0 -1 4202560 8084 0 0 0 138 0 0 0 15 0 22 0 530129878 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2719] ppid=2701 vsize=15750552 CPUtime=1.43 cores=1,3,5,7
/proc/2703/task/2719/stat : 2719 (java) S 2701 2703 2123 0 -1 4202560 9096 0 0 0 142 1 0 0 16 0 22 0 530129878 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2720] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2720/stat : 2720 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129878 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2721] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2721/stat : 2721 (java) S 2701 2703 2123 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530129878 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2722] ppid=2701 vsize=15750552 CPUtime=1016.12 cores=1,3,5,7
/proc/2703/task/2722/stat : 2722 (java) R 2701 2703 2123 0 -1 4202560 6762 0 0 0 101611 1 0 0 25 0 22 0 530130996 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506087993 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2703/tid=2723] ppid=2701 vsize=15750552 CPUtime=1000.83 cores=1,3,5,7
/proc/2703/task/2723/stat : 2723 (java) R 2701 2703 2123 0 -1 4202560 33002 0 0 0 100081 2 0 0 25 0 22 0 530130996 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506240388 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2703/tid=2724] ppid=2701 vsize=15750552 CPUtime=1000.49 cores=1,3,5,7
/proc/2703/task/2724/stat : 2724 (java) R 2701 2703 2123 0 -1 4202560 32692 0 0 0 100046 3 0 0 25 0 22 0 530130996 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506240402 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2703/tid=2725] ppid=2701 vsize=15750552 CPUtime=1030.58 cores=1,3,5,7
/proc/2703/task/2725/stat : 2725 (java) R 2701 2703 2123 0 -1 4202560 13683 0 0 0 103057 1 0 0 25 0 22 0 530130996 16128565248 759364 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506582011 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4168.63
Current children cumulated vsize (KiB) 15750552

[startup+1242.3 s]
/proc/loadavg: 6.47 7.62 6.89 5/193 2793
/proc/meminfo: memFree=27482092/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15750552 CPUtime=4407.15 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 1817793 0 1 0 440401 314 0 0 22 0 22 0 530129874 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3937638 790956 2297 9 0 3928357 0
[pid=2703/tid=2704] ppid=2701 vsize=15750552 CPUtime=91.5 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) S 2701 2703 2123 0 -1 4202560 222750 0 1 0 9119 31 0 0 25 0 22 0 530129874 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2706] ppid=2701 vsize=15750552 CPUtime=3.45 cores=1,3,5,7
/proc/2703/task/2706/stat : 2706 (java) S 2701 2703 2123 0 -1 4202560 191456 0 0 0 313 32 0 0 16 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2707] ppid=2701 vsize=15750552 CPUtime=3.33 cores=1,3,5,7
/proc/2703/task/2707/stat : 2707 (java) S 2701 2703 2123 0 -1 4202560 166777 0 0 0 307 26 0 0 16 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2708] ppid=2701 vsize=15750552 CPUtime=3.37 cores=1,3,5,7
/proc/2703/task/2708/stat : 2708 (java) S 2701 2703 2123 0 -1 4202560 194787 0 0 0 304 33 0 0 16 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2709] ppid=2701 vsize=15750552 CPUtime=3.14 cores=1,3,5,7
/proc/2703/task/2709/stat : 2709 (java) S 2701 2703 2123 0 -1 4202560 251041 0 0 0 270 44 0 0 15 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2710] ppid=2701 vsize=15750552 CPUtime=2.73 cores=1,3,5,7
/proc/2703/task/2710/stat : 2710 (java) S 2701 2703 2123 0 -1 4202560 158683 0 0 0 246 27 0 0 15 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2711] ppid=2701 vsize=15750552 CPUtime=2.66 cores=1,3,5,7
/proc/2703/task/2711/stat : 2711 (java) S 2701 2703 2123 0 -1 4202560 171404 0 0 0 238 28 0 0 16 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2712] ppid=2701 vsize=15750552 CPUtime=2.94 cores=1,3,5,7
/proc/2703/task/2712/stat : 2712 (java) S 2701 2703 2123 0 -1 4202560 156866 0 0 0 267 27 0 0 16 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2713] ppid=2701 vsize=15750552 CPUtime=2.98 cores=1,3,5,7
/proc/2703/task/2713/stat : 2713 (java) S 2701 2703 2123 0 -1 4202560 194246 0 0 0 265 33 0 0 15 0 22 0 530129875 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2714] ppid=2701 vsize=15750552 CPUtime=3.83 cores=1,3,5,7
/proc/2703/task/2714/stat : 2714 (java) S 2701 2703 2123 0 -1 4202560 4992 0 0 0 367 16 0 0 15 0 22 0 530129876 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 0 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2715] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2715/stat : 2715 (java) S 2701 2703 2123 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129876 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2716] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2716/stat : 2716 (java) S 2701 2703 2123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530129876 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2717] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2717/stat : 2717 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129878 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624934321 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2718] ppid=2701 vsize=15750552 CPUtime=1.38 cores=1,3,5,7
/proc/2703/task/2718/stat : 2718 (java) S 2701 2703 2123 0 -1 4202560 8084 0 0 0 138 0 0 0 15 0 22 0 530129878 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2719] ppid=2701 vsize=15750552 CPUtime=1.43 cores=1,3,5,7
/proc/2703/task/2719/stat : 2719 (java) S 2701 2703 2123 0 -1 4202560 9096 0 0 0 142 1 0 0 16 0 22 0 530129878 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2720] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2720/stat : 2720 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129878 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2721] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2721/stat : 2721 (java) S 2701 2703 2123 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530129878 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2722] ppid=2701 vsize=15750552 CPUtime=1075.25 cores=1,3,5,7
/proc/2703/task/2722/stat : 2722 (java) R 2701 2703 2123 0 -1 4202560 6767 0 0 0 107524 1 0 0 25 0 22 0 530130996 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506087920 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2703/tid=2723] ppid=2701 vsize=15750552 CPUtime=1059.64 cores=1,3,5,7
/proc/2703/task/2723/stat : 2723 (java) R 2701 2703 2123 0 -1 4202560 33009 0 0 0 105962 2 0 0 25 0 22 0 530130996 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 47469211735240 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2703/tid=2724] ppid=2701 vsize=15750552 CPUtime=1059.62 cores=1,3,5,7
/proc/2703/task/2724/stat : 2724 (java) R 2701 2703 2123 0 -1 4202560 32694 0 0 0 105959 3 0 0 25 0 22 0 530130996 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506114750 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2703/tid=2725] ppid=2701 vsize=15750552 CPUtime=1089.72 cores=1,3,5,7
/proc/2703/task/2725/stat : 2725 (java) R 2701 2703 2123 0 -1 4202560 13685 0 0 0 108971 1 0 0 25 0 22 0 530130996 16128565248 790956 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506240379 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4407.15
Current children cumulated vsize (KiB) 15750552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.91 6.96 6.71 5/193 2795
/proc/meminfo: memFree=26996480/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=15750552 CPUtime=4637.6 cores=1,3,5,7
/proc/2703/stat : 2703 (java) S 2701 2703 2123 0 -1 4202496 1971754 0 1 0 463421 339 0 0 22 0 22 0 530129874 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 3937638 911895 2297 9 0 3928357 0
[pid=2703/tid=2704] ppid=2701 vsize=15750552 CPUtime=91.5 cores=1,3,5,7
/proc/2703/task/2704/stat : 2704 (java) S 2701 2703 2123 0 -1 4202560 222750 0 1 0 9119 31 0 0 25 0 22 0 530129874 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2706] ppid=2701 vsize=15750552 CPUtime=3.6 cores=1,3,5,7
/proc/2703/task/2706/stat : 2706 (java) S 2701 2703 2123 0 -1 4202560 215053 0 0 0 325 35 0 0 16 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2707] ppid=2701 vsize=15750552 CPUtime=3.47 cores=1,3,5,7
/proc/2703/task/2707/stat : 2707 (java) S 2701 2703 2123 0 -1 4202560 176062 0 0 0 319 28 0 0 16 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2708] ppid=2701 vsize=15750552 CPUtime=3.57 cores=1,3,5,7
/proc/2703/task/2708/stat : 2708 (java) S 2701 2703 2123 0 -1 4202560 217544 0 0 0 320 37 0 0 15 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2709] ppid=2701 vsize=15750552 CPUtime=3.45 cores=1,3,5,7
/proc/2703/task/2709/stat : 2709 (java) S 2701 2703 2123 0 -1 4202560 282835 0 0 0 296 49 0 0 16 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 7 0 0 0
[pid=2703/tid=2710] ppid=2701 vsize=15750552 CPUtime=2.92 cores=1,3,5,7
/proc/2703/task/2710/stat : 2710 (java) S 2701 2703 2123 0 -1 4202560 166820 0 0 0 264 28 0 0 16 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2711] ppid=2701 vsize=15750552 CPUtime=2.74 cores=1,3,5,7
/proc/2703/task/2711/stat : 2711 (java) S 2701 2703 2123 0 -1 4202560 178952 0 0 0 245 29 0 0 15 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2712] ppid=2701 vsize=15750552 CPUtime=3.18 cores=1,3,5,7
/proc/2703/task/2712/stat : 2712 (java) S 2701 2703 2123 0 -1 4202560 174532 0 0 0 288 30 0 0 15 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2713] ppid=2701 vsize=15750552 CPUtime=3.18 cores=1,3,5,7
/proc/2703/task/2713/stat : 2713 (java) S 2701 2703 2123 0 -1 4202560 211250 0 0 0 282 36 0 0 15 0 22 0 530129875 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 3 0 0 0
[pid=2703/tid=2714] ppid=2701 vsize=15750552 CPUtime=3.83 cores=1,3,5,7
/proc/2703/task/2714/stat : 2714 (java) S 2701 2703 2123 0 -1 4202560 5269 0 0 0 367 16 0 0 15 0 22 0 530129876 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 0 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2715] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2715/stat : 2715 (java) S 2701 2703 2123 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129876 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2716] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2716/stat : 2716 (java) S 2701 2703 2123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530129876 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2717] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2717/stat : 2717 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129878 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624934321 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2718] ppid=2701 vsize=15750552 CPUtime=1.38 cores=1,3,5,7
/proc/2703/task/2718/stat : 2718 (java) S 2701 2703 2123 0 -1 4202560 8084 0 0 0 138 0 0 0 15 0 22 0 530129878 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2719] ppid=2701 vsize=15750552 CPUtime=1.43 cores=1,3,5,7
/proc/2703/task/2719/stat : 2719 (java) S 2701 2703 2123 0 -1 4202560 9096 0 0 0 142 1 0 0 16 0 22 0 530129878 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2720] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2720/stat : 2720 (java) S 2701 2703 2123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129878 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624926617 0 4 0 16800975 18446604471110601472 0 0 -1 5 0 0 0
[pid=2703/tid=2721] ppid=2701 vsize=15750552 CPUtime=0 cores=1,3,5,7
/proc/2703/task/2721/stat : 2721 (java) S 2701 2703 2123 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 530129878 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 270624927232 0 4 0 16800975 18446604471110601472 0 0 -1 1 0 0 0
[pid=2703/tid=2722] ppid=2701 vsize=15750552 CPUtime=1132.57 cores=1,3,5,7
/proc/2703/task/2722/stat : 2722 (java) R 2701 2703 2123 0 -1 4202560 12754 0 0 0 113255 2 0 0 25 0 22 0 530130996 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506240379 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2703/tid=2723] ppid=2701 vsize=15750552 CPUtime=1116.64 cores=1,3,5,7
/proc/2703/task/2723/stat : 2723 (java) R 2701 2703 2123 0 -1 4202560 38084 0 0 0 111661 3 0 0 25 0 22 0 530130996 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506434680 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2703/tid=2724] ppid=2701 vsize=15750552 CPUtime=1116.93 cores=1,3,5,7
/proc/2703/task/2724/stat : 2724 (java) R 2701 2703 2123 0 -1 4202560 37516 0 0 0 111690 3 0 0 25 0 22 0 530130996 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506360722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2703/tid=2725] ppid=2701 vsize=15750552 CPUtime=1147.04 cores=1,3,5,7
/proc/2703/task/2725/stat : 2725 (java) R 2701 2703 2123 0 -1 4202560 13693 0 0 0 114702 2 0 0 25 0 22 0 530130996 16128565248 911895 33554432000 1073741824 1073778376 140734299607408 18446744073709551615 46912506240436 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4637.6
Current children cumulated vsize (KiB) 15750552

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

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

[startup+1300.11 s]
/proc/loadavg: 4.91 6.96 6.71 5/193 2795
/proc/meminfo: memFree=26996480/32951124 swapFree=67111524/67111528
[pid=2703] ppid=2701 vsize=0 CPUtime=4637.73 cores=1,3,5,7
/proc/2703/stat : 2703 (java) Z 2701 2703 2123 0 -1 4203548 1971781 0 1 0 463424 349 0 0 17 0 2 0 530129874 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2703/statm: 0 0 0 0 0 0 0
[pid=2703/tid=2723] ppid=2701 vsize=0 CPUtime=1116.75 cores=1,3,5,7
/proc/2703/task/2723/stat : 2723 (java) R 2701 2703 2123 0 -1 4203588 38084 0 0 0 111662 13 0 0 25 0 2 0 530130996 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4637.73
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.15
CPU time (s): 4637.78
CPU user time (s): 4634.25
CPU system time (s): 3.53446
CPU usage (%): 356.71
Max. virtual memory (cumulated for all children) (KiB): 15754728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4634.25
system time used= 3.53446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1971781
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= 51301
involuntary context switches= 63975

runsolver used 2.17567 second user time and 4.96024 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 19:41:29
IDJOB=3313364
IDBENCH=83447
IDSOLVER=1699
FILE ID=node108/3313364-1304185287
RUNJOBID= node108-1304185287-2663
PBS_JOBID= 13172452
Free space on /tmp= 72564 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E02F22.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313364-1304185287/watcher-3313364-1304185287 -o /tmp/evaluation-result-3313364-1304185287/solver-3313364-1304185287 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313364-1304185287.cnf

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

MD5SUM BENCH= 0b29cb9f2e17f3e05b66912497d8cb84
RANDOM SEED=979546559

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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:      30342588 kB
Buffers:        616276 kB
Cached:        1235180 kB
SwapCached:          4 kB
Active:         508572 kB
Inactive:      1699516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30342588 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           73780 kB
Writeback:           0 kB
AnonPages:      356072 kB
Mapped:          23220 kB
Slab:           336284 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1148424 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= 72572 MiB
End job on node108 at 2011-04-30 20:03:11