Trace number 3313021

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.31 1206.84

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb45-21-1.used-as.sat04-883.cnf
MD5SUMd30b88c897dd41570f0430a76eb70b55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61855
Sum of the clauses size124565
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.10/0.12	03:19 INFO : Reading from input HOME/instance-3313021-1304186598.cnf
0.61/0.47	Executor set job limit to 1000000
0.61/0.47	Executor set job limit to 1000000
0.61/0.47	Executor set job limit to 1000000
0.61/0.47	Executor set job limit to 1000000
0.61/0.47	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
1.97/1.12	03:20 INFO : 945 variables remaining out of 945
1.97/1.12	03:20 INFO : 357186 literals remaining out of 186420

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-3313021-1304186598/watcher-3313021-1304186598 -o /tmp/evaluation-result-3313021-1304186598/solver-3313021-1304186598 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313021-1304186598.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: 4.15 6.73 6.64 2/186 2848
/proc/meminfo: memFree=30701484/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2848/stat : 2848 (java) R 2846 2848 2123 0 -1 4202496 1092 0 0 0 0 0 0 0 24 0 1 0 530260783 23580672 578 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270608148224 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2848/statm: 5757 591 444 9 0 124 0
[pid=2848/tid=2850] ppid=2846 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) R 2846 2848 2123 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 530260784 29118464 899 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270608140329 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0595619 s]
/proc/loadavg: 4.15 6.73 6.64 2/186 2848
/proc/meminfo: memFree=30701484/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15674908 CPUtime=0.05 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 4205 0 1 0 4 1 0 0 24 0 18 0 530260783 16051105792 3644 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3918727 3644 1768 9 0 3909446 0
[pid=2848/tid=2850] ppid=2846 vsize=15674908 CPUtime=0.03 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) R 2846 2848 2123 0 -1 4202560 2787 0 1 0 3 0 0 0 21 0 18 0 530260784 16051105792 3644 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624937419 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) 15674908

[startup+0.100556 s]
/proc/loadavg: 4.15 6.73 6.64 2/186 2848
/proc/meminfo: memFree=30701484/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15676200 CPUtime=0.1 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 5505 0 1 0 9 1 0 0 24 0 18 0 530260783 16052428800 4913 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3919050 4913 2116 9 0 3909769 0
[pid=2848/tid=2850] ppid=2846 vsize=15676200 CPUtime=0.08 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) R 2846 2848 2123 0 -1 4202560 3398 0 1 0 7 1 0 0 18 0 18 0 530260784 16052428800 4913 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270613106533 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676200

[startup+0.300519 s]
/proc/loadavg: 4.15 6.73 6.64 2/186 2848
/proc/meminfo: memFree=30701484/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15680200 CPUtime=0.51 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 13931 0 1 0 48 3 0 0 24 0 18 0 530260783 16056524800 12360 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3920050 12364 2208 9 0 3910769 0
[pid=2848/tid=2850] ppid=2846 vsize=15680200 CPUtime=0.28 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) R 2846 2848 2123 0 -1 4202560 8818 0 1 0 26 2 0 0 18 0 18 0 530260784 16056524800 12366 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680200

[startup+0.700459 s]
/proc/loadavg: 4.15 6.73 6.64 2/186 2848
/proc/meminfo: memFree=30701484/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15684164 CPUtime=1.14 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 43183 0 1 0 108 6 0 0 24 0 22 0 530260783 16060583936 40782 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3921041 40782 2250 9 0 3911760 0
[pid=2848/tid=2850] ppid=2846 vsize=15684164 CPUtime=0.67 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) R 2846 2848 2123 0 -1 4202560 35617 0 1 0 62 5 0 0 20 0 22 0 530260784 16060583936 40782 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927686 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 15684164

[startup+1.50131 s]
/proc/loadavg: 4.15 6.73 6.64 5/220 2891
/proc/meminfo: memFree=30393756/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15694008 CPUtime=3.01 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 51717 0 1 0 294 7 0 0 24 0 22 0 530260783 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3923502 47418 2275 9 0 3914221 0
[pid=2848/tid=2850] ppid=2846 vsize=15694008 CPUtime=1.1 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) S 2846 2848 2123 0 -1 4202560 35674 0 1 0 105 5 0 0 21 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2854] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2854/stat : 2854 (java) S 2846 2848 2123 0 -1 4202560 617 0 0 0 0 0 0 0 18 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2855] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2855/stat : 2855 (java) S 2846 2848 2123 0 -1 4202560 674 0 0 0 0 0 0 0 18 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2856] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2856/stat : 2856 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2857] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2857/stat : 2857 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2858] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2858/stat : 2858 (java) S 2846 2848 2123 0 -1 4202560 391 0 0 0 0 0 0 0 18 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2859] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2859/stat : 2859 (java) S 2846 2848 2123 0 -1 4202560 690 0 0 0 0 0 0 0 18 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2860] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2860/stat : 2860 (java) S 2846 2848 2123 0 -1 4202560 1366 0 0 0 0 0 0 0 18 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2861] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2861/stat : 2861 (java) S 2846 2848 2123 0 -1 4202560 74 0 0 0 0 0 0 0 17 0 22 0 530260784 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2862] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2862/stat : 2862 (java) S 2846 2848 2123 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 530260785 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 0 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2863] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2863/stat : 2863 (java) S 2846 2848 2123 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 530260785 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2872] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2872/stat : 2872 (java) S 2846 2848 2123 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530260785 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2878] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2878/stat : 2878 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530260788 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624934321 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2879] ppid=2846 vsize=15694008 CPUtime=0.61 cores=1,3,5,7
/proc/2848/task/2879/stat : 2879 (java) R 2846 2848 2123 0 -1 4202560 5657 0 0 0 61 0 0 0 15 0 22 0 530260788 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 47079517755468 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2848/tid=2880] ppid=2846 vsize=15694008 CPUtime=0.58 cores=1,3,5,7
/proc/2848/task/2880/stat : 2880 (java) S 2846 2848 2123 0 -1 4202560 5113 0 0 0 58 0 0 0 15 0 22 0 530260788 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2881] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2881/stat : 2881 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530260788 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2882] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2882/stat : 2882 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530260788 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2888] ppid=2846 vsize=15694008 CPUtime=0.18 cores=1,3,5,7
/proc/2848/task/2888/stat : 2888 (java) R 2846 2848 2123 0 -1 4202560 16 0 0 0 18 0 0 0 16 0 22 0 530260831 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 47079518992638 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2848/tid=2889] ppid=2846 vsize=15694008 CPUtime=0.14 cores=1,3,5,7
/proc/2848/task/2889/stat : 2889 (java) S 2846 2848 2123 0 -1 4202560 28 0 0 0 14 0 0 0 15 0 22 0 530260831 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2890] ppid=2846 vsize=15694008 CPUtime=0.18 cores=1,3,5,7
/proc/2848/task/2890/stat : 2890 (java) R 2846 2848 2123 0 -1 4202560 10 0 0 0 18 0 0 0 16 0 22 0 530260831 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505931478 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2848/tid=2891] ppid=2846 vsize=15694008 CPUtime=0.14 cores=1,3,5,7
/proc/2848/task/2891/stat : 2891 (java) S 2846 2848 2123 0 -1 4202560 7 0 0 0 14 0 0 0 15 0 22 0 530260831 16070664192 47418 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 15694008

[startup+3.10099 s]
/proc/loadavg: 4.15 6.73 6.64 10/220 2891
/proc/meminfo: memFree=30182452/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15694008 CPUtime=9.34 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 157968 0 1 0 911 23 0 0 24 0 22 0 530260783 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3923502 153212 2285 9 0 3914221 0
[pid=2848/tid=2850] ppid=2846 vsize=15694008 CPUtime=1.1 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) S 2846 2848 2123 0 -1 4202560 35674 0 1 0 105 5 0 0 21 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2854] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2854/stat : 2854 (java) S 2846 2848 2123 0 -1 4202560 2751 0 0 0 0 0 0 0 15 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2855] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2855/stat : 2855 (java) S 2846 2848 2123 0 -1 4202560 2075 0 0 0 0 0 0 0 16 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2856] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2856/stat : 2856 (java) S 2846 2848 2123 0 -1 4202560 1352 0 0 0 0 0 0 0 15 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2857] ppid=2846 vsize=15694008 CPUtime=0.01 cores=1,3,5,7
/proc/2848/task/2857/stat : 2857 (java) S 2846 2848 2123 0 -1 4202560 6380 0 0 0 0 1 0 0 16 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2858] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2858/stat : 2858 (java) S 2846 2848 2123 0 -1 4202560 2833 0 0 0 0 0 0 0 16 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2859] ppid=2846 vsize=15694008 CPUtime=0.01 cores=1,3,5,7
/proc/2848/task/2859/stat : 2859 (java) S 2846 2848 2123 0 -1 4202560 5767 0 0 0 0 1 0 0 15 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2860] ppid=2846 vsize=15694008 CPUtime=0.02 cores=1,3,5,7
/proc/2848/task/2860/stat : 2860 (java) S 2846 2848 2123 0 -1 4202560 5909 0 0 0 1 1 0 0 15 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2861] ppid=2846 vsize=15694008 CPUtime=0.01 cores=1,3,5,7
/proc/2848/task/2861/stat : 2861 (java) S 2846 2848 2123 0 -1 4202560 4843 0 0 0 1 0 0 0 16 0 22 0 530260784 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2862] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2862/stat : 2862 (java) S 2846 2848 2123 0 -1 4202560 462 0 0 0 0 0 0 0 15 0 22 0 530260785 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 0 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2863] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2863/stat : 2863 (java) S 2846 2848 2123 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 530260785 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2872] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2872/stat : 2872 (java) S 2846 2848 2123 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530260785 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2878] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2878/stat : 2878 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530260788 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624934321 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2879] ppid=2846 vsize=15694008 CPUtime=0.69 cores=1,3,5,7
/proc/2848/task/2879/stat : 2879 (java) S 2846 2848 2123 0 -1 4202560 5678 0 0 0 69 0 0 0 15 0 22 0 530260788 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2880] ppid=2846 vsize=15694008 CPUtime=0.69 cores=1,3,5,7
/proc/2848/task/2880/stat : 2880 (java) S 2846 2848 2123 0 -1 4202560 5164 0 0 0 69 0 0 0 15 0 22 0 530260788 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2881] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2881/stat : 2881 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530260788 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2882] ppid=2846 vsize=15694008 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2882/stat : 2882 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530260788 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2888] ppid=2846 vsize=15694008 CPUtime=1.69 cores=1,3,5,7
/proc/2848/task/2888/stat : 2888 (java) R 2846 2848 2123 0 -1 4202560 20358 0 0 0 167 2 0 0 17 0 22 0 530260831 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505931331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2848/tid=2889] ppid=2846 vsize=15694008 CPUtime=1.69 cores=1,3,5,7
/proc/2848/task/2889/stat : 2889 (java) R 2846 2848 2123 0 -1 4202560 20372 0 0 0 168 1 0 0 17 0 22 0 530260831 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505944162 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2848/tid=2890] ppid=2846 vsize=15694008 CPUtime=1.74 cores=1,3,5,7
/proc/2848/task/2890/stat : 2890 (java) R 2846 2848 2123 0 -1 4202560 20439 0 0 0 172 2 0 0 17 0 22 0 530260831 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505919968 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2848/tid=2891] ppid=2846 vsize=15694008 CPUtime=1.53 cores=1,3,5,7
/proc/2848/task/2891/stat : 2891 (java) R 2846 2848 2123 0 -1 4202560 16524 0 0 0 151 2 0 0 17 0 22 0 530260831 16070664192 153212 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912506050604 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (KiB) 15694008

[startup+6.30143 s]
/proc/loadavg: 4.46 6.75 6.64 10/220 2891
/proc/meminfo: memFree=28482420/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15690136 CPUtime=22.11 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 285573 0 1 0 2172 39 0 0 24 0 22 0 530260783 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3922534 279839 2285 9 0 3913253 0
[pid=2848/tid=2850] ppid=2846 vsize=15690136 CPUtime=1.1 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) S 2846 2848 2123 0 -1 4202560 35674 0 1 0 105 5 0 0 21 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2854] ppid=2846 vsize=15690136 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2854/stat : 2854 (java) S 2846 2848 2123 0 -1 4202560 3513 0 0 0 0 0 0 0 15 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2855] ppid=2846 vsize=15690136 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2855/stat : 2855 (java) S 2846 2848 2123 0 -1 4202560 3401 0 0 0 0 0 0 0 16 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2856] ppid=2846 vsize=15690136 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2856/stat : 2856 (java) S 2846 2848 2123 0 -1 4202560 2376 0 0 0 0 0 0 0 16 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2857] ppid=2846 vsize=15690136 CPUtime=0.01 cores=1,3,5,7
/proc/2848/task/2857/stat : 2857 (java) S 2846 2848 2123 0 -1 4202560 7154 0 0 0 0 1 0 0 15 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2858] ppid=2846 vsize=15690136 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2858/stat : 2858 (java) S 2846 2848 2123 0 -1 4202560 3996 0 0 0 0 0 0 0 15 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2859] ppid=2846 vsize=15690136 CPUtime=0.02 cores=1,3,5,7
/proc/2848/task/2859/stat : 2859 (java) S 2846 2848 2123 0 -1 4202560 7717 0 0 0 1 1 0 0 15 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2860] ppid=2846 vsize=15690136 CPUtime=0.02 cores=1,3,5,7
/proc/2848/task/2860/stat : 2860 (java) S 2846 2848 2123 0 -1 4202560 6792 0 0 0 1 1 0 0 15 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2861] ppid=2846 vsize=15690136 CPUtime=0.01 cores=1,3,5,7
/proc/2848/task/2861/stat : 2861 (java) S 2846 2848 2123 0 -1 4202560 5557 0 0 0 1 0 0 0 16 0 22 0 530260784 16066699264 279839 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0

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

[pid=2848/tid=2889] ppid=2846 vsize=15755672 CPUtime=1048.21 cores=1,3,5,7
/proc/2848/task/2889/stat : 2889 (java) R 2846 2848 2123 0 -1 4202560 387711 0 0 0 104771 50 0 0 25 0 22 0 530260831 16133808128 144916 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505988439 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2848/tid=2890] ppid=2846 vsize=15755672 CPUtime=1048.02 cores=1,3,5,7
/proc/2848/task/2890/stat : 2890 (java) R 2846 2848 2123 0 -1 4202560 391460 0 0 0 104748 54 0 0 25 0 22 0 530260831 16133808128 144916 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505931337 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2848/tid=2891] ppid=2846 vsize=15755672 CPUtime=1047.74 cores=1,3,5,7
/proc/2848/task/2891/stat : 2891 (java) R 2846 2848 2123 0 -1 4202560 389862 0 0 0 104722 52 0 0 25 0 22 0 530260831 16133808128 144916 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912506114833 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4225.13
Current children cumulated vsize (KiB) 15755672

[startup+1122.3 s]
/proc/loadavg: 8.11 8.09 7.65 10/220 2925
/proc/meminfo: memFree=29508608/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15755672 CPUtime=4463.97 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 2985110 0 1 0 445828 569 0 0 24 0 22 0 530260783 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3938918 158996 2299 9 0 3929637 0
[pid=2848/tid=2850] ppid=2846 vsize=15755672 CPUtime=1.1 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) S 2846 2848 2123 0 -1 4202560 35674 0 1 0 105 5 0 0 21 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2854] ppid=2846 vsize=15755672 CPUtime=3.65 cores=1,3,5,7
/proc/2848/task/2854/stat : 2854 (java) S 2846 2848 2123 0 -1 4202560 164835 0 0 0 330 35 0 0 15 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2855] ppid=2846 vsize=15755672 CPUtime=3.62 cores=1,3,5,7
/proc/2848/task/2855/stat : 2855 (java) S 2846 2848 2123 0 -1 4202560 161894 0 0 0 330 32 0 0 15 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2856] ppid=2846 vsize=15755672 CPUtime=3.67 cores=1,3,5,7
/proc/2848/task/2856/stat : 2856 (java) S 2846 2848 2123 0 -1 4202560 158030 0 0 0 336 31 0 0 15 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2857] ppid=2846 vsize=15755672 CPUtime=3.66 cores=1,3,5,7
/proc/2848/task/2857/stat : 2857 (java) S 2846 2848 2123 0 -1 4202560 161275 0 0 0 334 32 0 0 15 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2858] ppid=2846 vsize=15755672 CPUtime=3.68 cores=1,3,5,7
/proc/2848/task/2858/stat : 2858 (java) S 2846 2848 2123 0 -1 4202560 160012 0 0 0 335 33 0 0 15 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2859] ppid=2846 vsize=15755672 CPUtime=3.67 cores=1,3,5,7
/proc/2848/task/2859/stat : 2859 (java) S 2846 2848 2123 0 -1 4202560 155982 0 0 0 335 32 0 0 16 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2860] ppid=2846 vsize=15755672 CPUtime=3.69 cores=1,3,5,7
/proc/2848/task/2860/stat : 2860 (java) S 2846 2848 2123 0 -1 4202560 161015 0 0 0 336 33 0 0 15 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2861] ppid=2846 vsize=15755672 CPUtime=3.57 cores=1,3,5,7
/proc/2848/task/2861/stat : 2861 (java) S 2846 2848 2123 0 -1 4202560 157242 0 0 0 328 29 0 0 15 0 22 0 530260784 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2862] ppid=2846 vsize=15755672 CPUtime=2.18 cores=1,3,5,7
/proc/2848/task/2862/stat : 2862 (java) S 2846 2848 2123 0 -1 4202560 7914 0 0 0 143 75 0 0 15 0 22 0 530260785 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 0 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2863] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2863/stat : 2863 (java) S 2846 2848 2123 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 530260785 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2872] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2872/stat : 2872 (java) S 2846 2848 2123 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530260785 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2878] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2878/stat : 2878 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530260788 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624934321 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2879] ppid=2846 vsize=15755672 CPUtime=0.88 cores=1,3,5,7
/proc/2848/task/2879/stat : 2879 (java) S 2846 2848 2123 0 -1 4202560 5695 0 0 0 88 0 0 0 15 0 22 0 530260788 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2880] ppid=2846 vsize=15755672 CPUtime=0.89 cores=1,3,5,7
/proc/2848/task/2880/stat : 2880 (java) S 2846 2848 2123 0 -1 4202560 5187 0 0 0 89 0 0 0 16 0 22 0 530260788 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2881] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2881/stat : 2881 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530260788 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2882] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2882/stat : 2882 (java) S 2846 2848 2123 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 530260788 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2888] ppid=2846 vsize=15755672 CPUtime=1107.75 cores=1,3,5,7
/proc/2848/task/2888/stat : 2888 (java) R 2846 2848 2123 0 -1 4202560 415846 0 0 0 110717 58 0 0 25 0 22 0 530260831 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505931337 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2848/tid=2889] ppid=2846 vsize=15755672 CPUtime=1107.59 cores=1,3,5,7
/proc/2848/task/2889/stat : 2889 (java) R 2846 2848 2123 0 -1 4202560 407876 0 0 0 110705 54 0 0 25 0 22 0 530260831 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505931244 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2848/tid=2890] ppid=2846 vsize=15755672 CPUtime=1107.38 cores=1,3,5,7
/proc/2848/task/2890/stat : 2890 (java) R 2846 2848 2123 0 -1 4202560 412979 0 0 0 110681 57 0 0 25 0 22 0 530260831 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505931337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2848/tid=2891] ppid=2846 vsize=15755672 CPUtime=1106.81 cores=1,3,5,7
/proc/2848/task/2891/stat : 2891 (java) R 2846 2848 2123 0 -1 4202560 412206 0 0 0 110626 55 0 0 25 0 22 0 530260831 16133808128 158996 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505920034 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4463.97
Current children cumulated vsize (KiB) 15755672

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 7.68 9/220 2926
/proc/meminfo: memFree=29563276/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15755672 CPUtime=4702.69 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 3135431 0 1 0 469671 598 0 0 24 0 22 0 530260783 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3938918 155417 2299 9 0 3929637 0
[pid=2848/tid=2850] ppid=2846 vsize=15755672 CPUtime=1.1 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) S 2846 2848 2123 0 -1 4202560 35674 0 1 0 105 5 0 0 21 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2854] ppid=2846 vsize=15755672 CPUtime=3.85 cores=1,3,5,7
/proc/2848/task/2854/stat : 2854 (java) S 2846 2848 2123 0 -1 4202560 173458 0 0 0 347 38 0 0 15 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2855] ppid=2846 vsize=15755672 CPUtime=3.82 cores=1,3,5,7
/proc/2848/task/2855/stat : 2855 (java) S 2846 2848 2123 0 -1 4202560 171840 0 0 0 348 34 0 0 15 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2856] ppid=2846 vsize=15755672 CPUtime=3.83 cores=1,3,5,7
/proc/2848/task/2856/stat : 2856 (java) S 2846 2848 2123 0 -1 4202560 165643 0 0 0 351 32 0 0 15 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2857] ppid=2846 vsize=15755672 CPUtime=3.87 cores=1,3,5,7
/proc/2848/task/2857/stat : 2857 (java) S 2846 2848 2123 0 -1 4202560 171195 0 0 0 353 34 0 0 15 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2858] ppid=2846 vsize=15755672 CPUtime=3.88 cores=1,3,5,7
/proc/2848/task/2858/stat : 2858 (java) S 2846 2848 2123 0 -1 4202560 168224 0 0 0 354 34 0 0 16 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2859] ppid=2846 vsize=15755672 CPUtime=3.85 cores=1,3,5,7
/proc/2848/task/2859/stat : 2859 (java) S 2846 2848 2123 0 -1 4202560 162897 0 0 0 352 33 0 0 16 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2860] ppid=2846 vsize=15755672 CPUtime=3.88 cores=1,3,5,7
/proc/2848/task/2860/stat : 2860 (java) S 2846 2848 2123 0 -1 4202560 169058 0 0 0 354 34 0 0 15 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2861] ppid=2846 vsize=15755672 CPUtime=3.76 cores=1,3,5,7
/proc/2848/task/2861/stat : 2861 (java) S 2846 2848 2123 0 -1 4202560 165507 0 0 0 345 31 0 0 15 0 22 0 530260784 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2862] ppid=2846 vsize=15755672 CPUtime=2.32 cores=1,3,5,7
/proc/2848/task/2862/stat : 2862 (java) S 2846 2848 2123 0 -1 4202560 8329 0 0 0 153 79 0 0 15 0 22 0 530260785 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 0 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2863] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2863/stat : 2863 (java) S 2846 2848 2123 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 530260785 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2872] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2872/stat : 2872 (java) S 2846 2848 2123 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530260785 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2878] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2878/stat : 2878 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530260788 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624934321 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2879] ppid=2846 vsize=15755672 CPUtime=0.88 cores=1,3,5,7
/proc/2848/task/2879/stat : 2879 (java) S 2846 2848 2123 0 -1 4202560 5695 0 0 0 88 0 0 0 15 0 22 0 530260788 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2880] ppid=2846 vsize=15755672 CPUtime=0.89 cores=1,3,5,7
/proc/2848/task/2880/stat : 2880 (java) S 2846 2848 2123 0 -1 4202560 5187 0 0 0 89 0 0 0 16 0 22 0 530260788 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2881] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2881/stat : 2881 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530260788 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2882] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2882/stat : 2882 (java) S 2846 2848 2123 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 530260788 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2888] ppid=2846 vsize=15755672 CPUtime=1167.1 cores=1,3,5,7
/proc/2848/task/2888/stat : 2888 (java) R 2846 2848 2123 0 -1 4202560 435775 0 0 0 116648 62 0 0 25 0 22 0 530260831 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912506030224 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2848/tid=2889] ppid=2846 vsize=15755672 CPUtime=1166.92 cores=1,3,5,7
/proc/2848/task/2889/stat : 2889 (java) R 2846 2848 2123 0 -1 4202560 428419 0 0 0 116636 56 0 0 25 0 22 0 530260831 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912505607772 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2848/tid=2890] ppid=2846 vsize=15755672 CPUtime=1166.53 cores=1,3,5,7
/proc/2848/task/2890/stat : 2890 (java) R 2846 2848 2123 0 -1 4202560 433220 0 0 0 116593 60 0 0 25 0 22 0 530260831 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912506009532 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2848/tid=2891] ppid=2846 vsize=15755672 CPUtime=1166.05 cores=1,3,5,7
/proc/2848/task/2891/stat : 2891 (java) R 2846 2848 2123 0 -1 4202560 433860 0 0 0 116546 59 0 0 25 0 22 0 530260831 16133808128 155417 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 46912506050533 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4702.69
Current children cumulated vsize (KiB) 15755672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 8.10 8.09 7.69 6/201 2930
/proc/meminfo: memFree=29796484/32951124 swapFree=67111524/67111528
[pid=2848] ppid=2846 vsize=15755672 CPUtime=4800.25 cores=1,3,5,7
/proc/2848/stat : 2848 (java) S 2846 2848 2123 0 -1 4202496 3187545 0 1 0 479416 609 0 0 24 0 22 0 530260783 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/2848/statm: 3938918 139386 2299 9 0 3929637 0
[pid=2848/tid=2850] ppid=2846 vsize=15755672 CPUtime=1.1 cores=1,3,5,7
/proc/2848/task/2850/stat : 2850 (java) S 2846 2848 2123 0 -1 4202560 35674 0 1 0 105 5 0 0 21 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2854] ppid=2846 vsize=15755672 CPUtime=3.92 cores=1,3,5,7
/proc/2848/task/2854/stat : 2854 (java) S 2846 2848 2123 0 -1 4202560 176389 0 0 0 354 38 0 0 15 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2855] ppid=2846 vsize=15755672 CPUtime=3.91 cores=1,3,5,7
/proc/2848/task/2855/stat : 2855 (java) S 2846 2848 2123 0 -1 4202560 177735 0 0 0 356 35 0 0 16 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2856] ppid=2846 vsize=15755672 CPUtime=3.9 cores=1,3,5,7
/proc/2848/task/2856/stat : 2856 (java) S 2846 2848 2123 0 -1 4202560 167640 0 0 0 357 33 0 0 16 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2857] ppid=2846 vsize=15755672 CPUtime=3.93 cores=1,3,5,7
/proc/2848/task/2857/stat : 2857 (java) S 2846 2848 2123 0 -1 4202560 174446 0 0 0 359 34 0 0 15 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2858] ppid=2846 vsize=15755672 CPUtime=3.97 cores=1,3,5,7
/proc/2848/task/2858/stat : 2858 (java) S 2846 2848 2123 0 -1 4202560 171474 0 0 0 362 35 0 0 16 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2859] ppid=2846 vsize=15755672 CPUtime=3.93 cores=1,3,5,7
/proc/2848/task/2859/stat : 2859 (java) S 2846 2848 2123 0 -1 4202560 167024 0 0 0 359 34 0 0 16 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2860] ppid=2846 vsize=15755672 CPUtime=3.96 cores=1,3,5,7
/proc/2848/task/2860/stat : 2860 (java) S 2846 2848 2123 0 -1 4202560 171754 0 0 0 361 35 0 0 15 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2861] ppid=2846 vsize=15755672 CPUtime=3.85 cores=1,3,5,7
/proc/2848/task/2861/stat : 2861 (java) S 2846 2848 2123 0 -1 4202560 168935 0 0 0 354 31 0 0 15 0 22 0 530260784 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2862] ppid=2846 vsize=15755672 CPUtime=2.36 cores=1,3,5,7
/proc/2848/task/2862/stat : 2862 (java) R 2846 2848 2123 0 -1 4202560 8463 0 0 0 155 81 0 0 15 0 22 0 530260785 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270613063991 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=2848/tid=2863] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2863/stat : 2863 (java) S 2846 2848 2123 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 530260785 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2872] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2872/stat : 2872 (java) S 2846 2848 2123 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530260785 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2878] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2878/stat : 2878 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530260788 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624934321 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2879] ppid=2846 vsize=15755672 CPUtime=0.88 cores=1,3,5,7
/proc/2848/task/2879/stat : 2879 (java) S 2846 2848 2123 0 -1 4202560 5695 0 0 0 88 0 0 0 15 0 22 0 530260788 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2880] ppid=2846 vsize=15755672 CPUtime=0.89 cores=1,3,5,7
/proc/2848/task/2880/stat : 2880 (java) S 2846 2848 2123 0 -1 4202560 5187 0 0 0 89 0 0 0 16 0 22 0 530260788 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 7 0 0 0
[pid=2848/tid=2881] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2881/stat : 2881 (java) S 2846 2848 2123 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 530260788 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2882] ppid=2846 vsize=15755672 CPUtime=0 cores=1,3,5,7
/proc/2848/task/2882/stat : 2882 (java) S 2846 2848 2123 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 530260788 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624927232 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
[pid=2848/tid=2888] ppid=2846 vsize=15755672 CPUtime=1191.35 cores=1,3,5,7
/proc/2848/task/2888/stat : 2888 (java) S 2846 2848 2123 0 -1 4202560 442288 0 0 0 119073 62 0 0 25 0 22 0 530260831 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 3 0 0 0
[pid=2848/tid=2889] ppid=2846 vsize=15755672 CPUtime=1191.15 cores=1,3,5,7
/proc/2848/task/2889/stat : 2889 (java) S 2846 2848 2123 0 -1 4202560 433481 0 0 0 119058 57 0 0 25 0 22 0 530260831 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2890] ppid=2846 vsize=15755672 CPUtime=1190.67 cores=1,3,5,7
/proc/2848/task/2890/stat : 2890 (java) S 2846 2848 2123 0 -1 4202560 438592 0 0 0 119007 60 0 0 25 0 22 0 530260831 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 1 0 0 0
[pid=2848/tid=2891] ppid=2846 vsize=15755672 CPUtime=1190.32 cores=1,3,5,7
/proc/2848/task/2891/stat : 2891 (java) S 2846 2848 2123 0 -1 4202560 441317 0 0 0 118972 60 0 0 25 0 22 0 530260831 16133808128 139386 33554432000 1073741824 1073778376 140733333402048 18446744073709551615 270624926617 0 4 0 16800975 18446604469463216448 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 15755672

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): 1206.84
CPU time (s): 4800.31
CPU user time (s): 4794.19
CPU system time (s): 6.12007
CPU usage (%): 397.759
Max. virtual memory (cumulated for all children) (KiB): 15755672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.19
system time used= 6.12007
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3187650
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= 158012
involuntary context switches= 107798

runsolver used 2.08768 second user time and 4.55731 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 20:03:18
IDJOB=3313021
IDBENCH=84559
IDSOLVER=1699
FILE ID=node108/3313021-1304186598
RUNJOBID= node108-1304186598-2819
PBS_JOBID= 13172452
Free space on /tmp= 72632 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb45-21-1.used-as.sat04-883.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313021-1304186598/watcher-3313021-1304186598 -o /tmp/evaluation-result-3313021-1304186598/solver-3313021-1304186598 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313021-1304186598.cnf

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

MD5SUM BENCH= d30b88c897dd41570f0430a76eb70b55
RANDOM SEED=633462390

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:      30701880 kB
Buffers:        617080 kB
Cached:        1166372 kB
SwapCached:          4 kB
Active:         150596 kB
Inactive:      1700024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30701880 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4800 kB
Writeback:           0 kB
AnonPages:       66760 kB
Mapped:          19924 kB
Slab:           334332 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   758416 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= 72632 MiB
End job on node108 at 2011-04-30 20:23:27