Trace number 3194741

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
SAT_Intersec_01 2011-03-01? (exit code) 54.1868 50.7723

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S1969540674-065-UNKNOWN.cnf
MD5SUMfcb14103324f734a2e69e02c062e67ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

53.91/50.51	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
53.91/50.51		at SAT_Intersec_01.Clausa.<init>(Clausa.java:41)
53.91/50.51		at SAT_Intersec_01.Main.main(Main.java:62)

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: 931)

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-3194741-1302712083/watcher-3194741-1302712083 -o /tmp/evaluation-result-3194741-1302712083/solver-3194741-1302712083 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194741-1302712083.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.80 3.28 4/235 3760
/proc/meminfo: memFree=11831704/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=35788 CPUtime=0 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 1288 0 0 0 0 0 0 0 21 0 2 0 363624456 36646912 1003 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 8947 1009 776 9 0 386 0
[pid=3760/tid=3766] ppid=3758 vsize=35788 CPUtime=0 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) R 3758 3760 2495 0 -1 4202560 209 0 0 0 0 0 0 0 23 0 2 0 363624457 36646912 1012 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255106788832 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0319351 s]
/proc/loadavg: 2.06 2.80 3.28 4/235 3760
/proc/meminfo: memFree=11831704/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7385480 CPUtime=0.02 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 8582 0 1 0 1 1 0 0 21 0 13 0 363624456 7562731520 8293 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1846370 8293 1635 9 0 1837118 0
[pid=3760/tid=3766] ppid=3758 vsize=7385480 CPUtime=0.01 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) S 3758 3760 2495 0 -1 4202560 7467 0 1 0 1 0 0 0 25 0 13 0 363624457 7562731520 8293 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255106788934 0 4 0 16784584 4100364458122018816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7385480

[startup+0.100894 s]
/proc/loadavg: 2.06 2.80 3.28 4/235 3760
/proc/meminfo: memFree=11831704/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7457960 CPUtime=0.11 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 14582 0 1 0 10 1 0 0 21 0 18 0 363624456 7636951040 14290 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864490 14290 2125 9 0 1854974 0
[pid=3760/tid=3766] ppid=3758 vsize=7457960 CPUtime=0.08 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) R 3758 3760 2495 0 -1 4202560 12451 0 1 0 7 1 0 0 25 0 18 0 363624457 7636951040 14290 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 46912505205122 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7457960

[startup+0.30092 s]
/proc/loadavg: 2.06 2.80 3.28 4/235 3760
/proc/meminfo: memFree=11831704/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7457960 CPUtime=0.32 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 89725 0 1 0 22 10 0 0 21 0 18 0 363624456 7636951040 89434 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864490 89437 2125 9 0 1854974 0
[pid=3760/tid=3766] ppid=3758 vsize=7457960 CPUtime=0.29 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) R 3758 3760 2495 0 -1 4202560 87598 0 1 0 19 10 0 0 25 0 18 0 363624457 7636951040 89437 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 46912505492637 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 7457960

[startup+0.700791 s]
/proc/loadavg: 2.06 2.80 3.28 4/235 3760
/proc/meminfo: memFree=11831704/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7457960 CPUtime=0.75 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 242619 0 1 0 45 30 0 0 21 0 18 0 363624456 7636951040 242320 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864490 242331 2163 9 0 1854974 0
[pid=3760/tid=3766] ppid=3758 vsize=7457960 CPUtime=0.69 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) R 3758 3760 2495 0 -1 4202560 240403 0 1 0 39 30 0 0 25 0 18 0 363624457 7636951040 242336 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 46912505492481 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 7457960

[startup+1.50073 s]
/proc/loadavg: 2.06 2.80 3.28 5/258 3784
/proc/meminfo: memFree=7591416/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7458108 CPUtime=1.63 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 488044 0 1 0 100 63 0 0 21 0 18 0 363624456 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864527 487472 2182 9 0 1855011 0
[pid=3760/tid=3766] ppid=3758 vsize=7458108 CPUtime=1.44 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) R 3758 3760 2495 0 -1 4202560 455221 0 1 0 86 58 0 0 25 0 18 0 363624457 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118595531 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3760/tid=3768] ppid=3758 vsize=7458108 CPUtime=0.02 cores=4,6
/proc/3760/task/3768/stat : 3768 (java) S 3758 3760 2495 0 -1 4202560 15656 0 0 0 1 1 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3769] ppid=3758 vsize=7458108 CPUtime=0.01 cores=4,6
/proc/3760/task/3769/stat : 3769 (java) S 3758 3760 2495 0 -1 4202560 9788 0 0 0 0 1 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3770] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3770/stat : 3770 (java) S 3758 3760 2495 0 -1 4202560 4701 0 0 0 0 0 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3771] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3771/stat : 3771 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3772] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3772/stat : 3772 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3773] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3773/stat : 3773 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3774] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3774/stat : 3774 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3775] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3775/stat : 3775 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 363624458 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3776] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3776/stat : 3776 (java) S 3758 3760 2495 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 363624459 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 0 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3777] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3777/stat : 3777 (java) S 3758 3760 2495 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363624460 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) S 3758 3760 2495 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363624460 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3779/stat : 3779 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118592433 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=7458108 CPUtime=0.06 cores=4,6
/proc/3760/task/3780/stat : 3780 (java) S 3758 3760 2495 0 -1 4202560 1062 0 0 0 6 0 0 0 15 0 18 0 363624462 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=7458108 CPUtime=0.04 cores=4,6
/proc/3760/task/3781/stat : 3781 (java) S 3758 3760 2495 0 -1 4202560 487 0 0 0 4 0 0 0 17 0 18 0 363624462 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3782] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3782/stat : 3782 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3783] ppid=3758 vsize=7458108 CPUtime=0 cores=4,6
/proc/3760/task/3783/stat : 3783 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 363624462 7637102592 487472 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 7458108

[startup+3.10142 s]
/proc/loadavg: 2.06 2.80 3.28 5/258 3784
/proc/meminfo: memFree=5529928/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7458112 CPUtime=3.42 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 608842 0 1 0 260 82 0 0 21 0 18 0 363624456 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864528 607824 2184 9 0 1855012 0
[pid=3760/tid=3766] ppid=3758 vsize=7458112 CPUtime=2.87 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) R 3758 3760 2495 0 -1 4202560 456167 0 1 0 225 62 0 0 25 0 18 0 363624457 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118595531 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3760/tid=3768] ppid=3758 vsize=7458112 CPUtime=0.02 cores=4,6
/proc/3760/task/3768/stat : 3768 (java) S 3758 3760 2495 0 -1 4202560 15656 0 0 0 1 1 0 0 15 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3769] ppid=3758 vsize=7458112 CPUtime=0.11 cores=4,6
/proc/3760/task/3769/stat : 3769 (java) S 3758 3760 2495 0 -1 4202560 39643 0 0 0 6 5 0 0 16 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3770] ppid=3758 vsize=7458112 CPUtime=0.08 cores=4,6
/proc/3760/task/3770/stat : 3770 (java) S 3758 3760 2495 0 -1 4202560 34092 0 0 0 4 4 0 0 15 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3771] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3771/stat : 3771 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3772] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3772/stat : 3772 (java) S 3758 3760 2495 0 -1 4202560 819 0 0 0 0 0 0 0 15 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3773] ppid=3758 vsize=7458112 CPUtime=0.09 cores=4,6
/proc/3760/task/3773/stat : 3773 (java) S 3758 3760 2495 0 -1 4202560 30285 0 0 0 5 4 0 0 16 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3774] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3774/stat : 3774 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3775] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3775/stat : 3775 (java) S 3758 3760 2495 0 -1 4202560 29418 0 0 0 3 3 0 0 15 0 18 0 363624458 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3776] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3776/stat : 3776 (java) S 3758 3760 2495 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 363624459 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 0 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3777] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3777/stat : 3777 (java) S 3758 3760 2495 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) S 3758 3760 2495 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3779/stat : 3779 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118592433 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3780/stat : 3780 (java) S 3758 3760 2495 0 -1 4202560 1062 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3781/stat : 3781 (java) S 3758 3760 2495 0 -1 4202560 574 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3782] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3782/stat : 3782 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3783] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3783/stat : 3783 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 363624462 7637106688 607824 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 7458112

[startup+6.30086 s]
/proc/loadavg: 2.30 2.83 3.28 5/258 3784
/proc/meminfo: memFree=4040832/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7458112 CPUtime=7.06 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 728430 0 1 0 600 106 0 0 21 0 18 0 363624456 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864528 727034 2184 9 0 1855012 0
[pid=3760/tid=3766] ppid=3758 vsize=7458112 CPUtime=5.61 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) R 3758 3760 2495 0 -1 4202560 456173 0 1 0 490 71 0 0 25 0 18 0 363624457 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118595531 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3760/tid=3768] ppid=3758 vsize=7458112 CPUtime=0.1 cores=4,6
/proc/3760/task/3768/stat : 3768 (java) S 3758 3760 2495 0 -1 4202560 15656 0 0 0 9 1 0 0 15 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3769] ppid=3758 vsize=7458112 CPUtime=0.22 cores=4,6
/proc/3760/task/3769/stat : 3769 (java) S 3758 3760 2495 0 -1 4202560 54743 0 0 0 15 7 0 0 15 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3770] ppid=3758 vsize=7458112 CPUtime=0.11 cores=4,6
/proc/3760/task/3770/stat : 3770 (java) S 3758 3760 2495 0 -1 4202560 42237 0 0 0 6 5 0 0 15 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3771] ppid=3758 vsize=7458112 CPUtime=0.08 cores=4,6
/proc/3760/task/3771/stat : 3771 (java) S 3758 3760 2495 0 -1 4202560 14997 0 0 0 7 1 0 0 15 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3772] ppid=3758 vsize=7458112 CPUtime=0.17 cores=4,6
/proc/3760/task/3772/stat : 3772 (java) S 3758 3760 2495 0 -1 4202560 15767 0 0 0 15 2 0 0 16 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3773] ppid=3758 vsize=7458112 CPUtime=0.33 cores=4,6
/proc/3760/task/3773/stat : 3773 (java) S 3758 3760 2495 0 -1 4202560 74995 0 0 0 23 10 0 0 16 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3774] ppid=3758 vsize=7458112 CPUtime=0.09 cores=4,6
/proc/3760/task/3774/stat : 3774 (java) S 3758 3760 2495 0 -1 4202560 7468 0 0 0 9 0 0 0 16 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3775] ppid=3758 vsize=7458112 CPUtime=0.14 cores=4,6
/proc/3760/task/3775/stat : 3775 (java) S 3758 3760 2495 0 -1 4202560 43634 0 0 0 9 5 0 0 15 0 18 0 363624458 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3776] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3776/stat : 3776 (java) S 3758 3760 2495 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 363624459 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 0 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3777] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3777/stat : 3777 (java) S 3758 3760 2495 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) S 3758 3760 2495 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3779/stat : 3779 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118592433 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3780/stat : 3780 (java) S 3758 3760 2495 0 -1 4202560 1062 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3781/stat : 3781 (java) S 3758 3760 2495 0 -1 4202560 574 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3782] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3782/stat : 3782 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3783] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3783/stat : 3783 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 363624462 7637106688 727034 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0

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

[pid=3760/tid=3770] ppid=3758 vsize=7458112 CPUtime=0.77 cores=4,6
/proc/3760/task/3770/stat : 3770 (java) S 3758 3760 2495 0 -1 4202560 162495 0 0 0 55 22 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3771] ppid=3758 vsize=7458112 CPUtime=0.96 cores=4,6
/proc/3760/task/3771/stat : 3771 (java) S 3758 3760 2495 0 -1 4202560 181910 0 0 0 71 25 0 0 16 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3772] ppid=3758 vsize=7458112 CPUtime=0.8 cores=4,6
/proc/3760/task/3772/stat : 3772 (java) S 3758 3760 2495 0 -1 4202560 137611 0 0 0 60 20 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3773] ppid=3758 vsize=7458112 CPUtime=1.03 cores=4,6
/proc/3760/task/3773/stat : 3773 (java) S 3758 3760 2495 0 -1 4202560 238898 0 0 0 70 33 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3774] ppid=3758 vsize=7458112 CPUtime=0.49 cores=4,6
/proc/3760/task/3774/stat : 3774 (java) S 3758 3760 2495 0 -1 4202560 85858 0 0 0 38 11 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3775] ppid=3758 vsize=7458112 CPUtime=0.95 cores=4,6
/proc/3760/task/3775/stat : 3775 (java) S 3758 3760 2495 0 -1 4202560 177983 0 0 0 72 23 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3776] ppid=3758 vsize=7458112 CPUtime=4.84 cores=4,6
/proc/3760/task/3776/stat : 3776 (java) R 3758 3760 2495 0 -1 4202560 17533 0 0 0 482 2 0 0 15 0 18 0 363624459 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 47496414560659 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3760/tid=3777] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3777/stat : 3777 (java) S 3758 3760 2495 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) S 3758 3760 2495 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3779/stat : 3779 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118592433 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3780/stat : 3780 (java) S 3758 3760 2495 0 -1 4202560 1062 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3781/stat : 3781 (java) S 3758 3760 2495 0 -1 4202560 574 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3782] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3782/stat : 3782 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3783] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3783/stat : 3783 (java) S 3758 3760 2495 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.11
Current children cumulated vsize (KiB) 7458112

[startup+47.9015 s]
/proc/loadavg: 3.50 3.08 3.35 5/258 3784
/proc/meminfo: memFree=93332/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7458112 CPUtime=51.31 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 1807150 0 1 0 4774 357 0 0 21 0 18 0 363624456 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864528 1802567 2196 9 0 1855012 0
[pid=3760/tid=3766] ppid=3758 vsize=7458112 CPUtime=36.85 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) S 3758 3760 2495 0 -1 4202560 456275 0 1 0 3517 168 0 0 15 0 18 0 363624457 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3768] ppid=3758 vsize=7458112 CPUtime=0.57 cores=4,6
/proc/3760/task/3768/stat : 3768 (java) S 3758 3760 2495 0 -1 4202560 104556 0 0 0 43 14 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3769] ppid=3758 vsize=7458112 CPUtime=1.11 cores=4,6
/proc/3760/task/3769/stat : 3769 (java) S 3758 3760 2495 0 -1 4202560 241276 0 0 0 79 32 0 0 16 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3770] ppid=3758 vsize=7458112 CPUtime=0.77 cores=4,6
/proc/3760/task/3770/stat : 3770 (java) S 3758 3760 2495 0 -1 4202560 162495 0 0 0 55 22 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3771] ppid=3758 vsize=7458112 CPUtime=0.96 cores=4,6
/proc/3760/task/3771/stat : 3771 (java) S 3758 3760 2495 0 -1 4202560 181910 0 0 0 71 25 0 0 16 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3772] ppid=3758 vsize=7458112 CPUtime=0.8 cores=4,6
/proc/3760/task/3772/stat : 3772 (java) S 3758 3760 2495 0 -1 4202560 137611 0 0 0 60 20 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3773] ppid=3758 vsize=7458112 CPUtime=1.03 cores=4,6
/proc/3760/task/3773/stat : 3773 (java) S 3758 3760 2495 0 -1 4202560 238898 0 0 0 70 33 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3774] ppid=3758 vsize=7458112 CPUtime=0.49 cores=4,6
/proc/3760/task/3774/stat : 3774 (java) S 3758 3760 2495 0 -1 4202560 85858 0 0 0 38 11 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3775] ppid=3758 vsize=7458112 CPUtime=0.95 cores=4,6
/proc/3760/task/3775/stat : 3775 (java) S 3758 3760 2495 0 -1 4202560 177983 0 0 0 72 23 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3776] ppid=3758 vsize=7458112 CPUtime=7.55 cores=4,6
/proc/3760/task/3776/stat : 3776 (java) R 3758 3760 2495 0 -1 4202560 17533 0 0 0 752 3 0 0 16 0 18 0 363624459 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 47496415292692 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=3760/tid=3777] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3777/stat : 3777 (java) S 3758 3760 2495 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) S 3758 3760 2495 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3779/stat : 3779 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118592433 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3780/stat : 3780 (java) S 3758 3760 2495 0 -1 4202560 1062 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3781/stat : 3781 (java) S 3758 3760 2495 0 -1 4202560 574 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3782] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3782/stat : 3782 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3783] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3783/stat : 3783 (java) S 3758 3760 2495 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.31
Current children cumulated vsize (KiB) 7458112

[startup+49.5073 s]
/proc/loadavg: 3.54 3.10 3.35 5/258 3785
/proc/meminfo: memFree=96368/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7458112 CPUtime=52.92 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 1807159 0 1 0 4935 357 0 0 21 0 18 0 363624456 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864528 1802567 2196 9 0 1855012 0
[pid=3760/tid=3766] ppid=3758 vsize=7458112 CPUtime=37.11 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) S 3758 3760 2495 0 -1 4202560 456284 0 1 0 3542 169 0 0 15 0 18 0 363624457 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3768] ppid=3758 vsize=7458112 CPUtime=0.57 cores=4,6
/proc/3760/task/3768/stat : 3768 (java) S 3758 3760 2495 0 -1 4202560 104556 0 0 0 43 14 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3769] ppid=3758 vsize=7458112 CPUtime=1.11 cores=4,6
/proc/3760/task/3769/stat : 3769 (java) S 3758 3760 2495 0 -1 4202560 241276 0 0 0 79 32 0 0 16 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3770] ppid=3758 vsize=7458112 CPUtime=0.77 cores=4,6
/proc/3760/task/3770/stat : 3770 (java) S 3758 3760 2495 0 -1 4202560 162495 0 0 0 55 22 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3771] ppid=3758 vsize=7458112 CPUtime=0.96 cores=4,6
/proc/3760/task/3771/stat : 3771 (java) S 3758 3760 2495 0 -1 4202560 181910 0 0 0 71 25 0 0 16 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3772] ppid=3758 vsize=7458112 CPUtime=0.8 cores=4,6
/proc/3760/task/3772/stat : 3772 (java) S 3758 3760 2495 0 -1 4202560 137611 0 0 0 60 20 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3773] ppid=3758 vsize=7458112 CPUtime=1.03 cores=4,6
/proc/3760/task/3773/stat : 3773 (java) S 3758 3760 2495 0 -1 4202560 238898 0 0 0 70 33 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3774] ppid=3758 vsize=7458112 CPUtime=0.49 cores=4,6
/proc/3760/task/3774/stat : 3774 (java) S 3758 3760 2495 0 -1 4202560 85858 0 0 0 38 11 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3775] ppid=3758 vsize=7458112 CPUtime=0.95 cores=4,6
/proc/3760/task/3775/stat : 3775 (java) S 3758 3760 2495 0 -1 4202560 177983 0 0 0 72 23 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3776] ppid=3758 vsize=7458112 CPUtime=8.91 cores=4,6
/proc/3760/task/3776/stat : 3776 (java) R 3758 3760 2495 0 -1 4202560 17533 0 0 0 888 3 0 0 16 0 18 0 363624459 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 47496411006787 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3760/tid=3777] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3777/stat : 3777 (java) S 3758 3760 2495 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) S 3758 3760 2495 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3779/stat : 3779 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118592433 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3780/stat : 3780 (java) S 3758 3760 2495 0 -1 4202560 1062 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3781/stat : 3781 (java) S 3758 3760 2495 0 -1 4202560 574 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3782] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3782/stat : 3782 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3783] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3783/stat : 3783 (java) S 3758 3760 2495 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 52.92
Current children cumulated vsize (KiB) 7458112

[startup+50.3011 s]
/proc/loadavg: 3.54 3.10 3.35 5/258 3785
/proc/meminfo: memFree=96368/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=7458112 CPUtime=53.71 cores=4,6
/proc/3760/stat : 3760 (java) S 3758 3760 2495 0 -1 4202496 1807164 0 1 0 5014 357 0 0 21 0 18 0 363624456 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3760/statm: 1864528 1802567 2196 9 0 1855012 0
[pid=3760/tid=3766] ppid=3758 vsize=7458112 CPUtime=37.18 cores=4,6
/proc/3760/task/3766/stat : 3766 (java) S 3758 3760 2495 0 -1 4202560 456289 0 1 0 3549 169 0 0 15 0 18 0 363624457 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3768] ppid=3758 vsize=7458112 CPUtime=0.57 cores=4,6
/proc/3760/task/3768/stat : 3768 (java) S 3758 3760 2495 0 -1 4202560 104556 0 0 0 43 14 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3769] ppid=3758 vsize=7458112 CPUtime=1.11 cores=4,6
/proc/3760/task/3769/stat : 3769 (java) S 3758 3760 2495 0 -1 4202560 241276 0 0 0 79 32 0 0 16 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3770] ppid=3758 vsize=7458112 CPUtime=0.77 cores=4,6
/proc/3760/task/3770/stat : 3770 (java) S 3758 3760 2495 0 -1 4202560 162495 0 0 0 55 22 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3771] ppid=3758 vsize=7458112 CPUtime=0.96 cores=4,6
/proc/3760/task/3771/stat : 3771 (java) S 3758 3760 2495 0 -1 4202560 181910 0 0 0 71 25 0 0 16 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3772] ppid=3758 vsize=7458112 CPUtime=0.8 cores=4,6
/proc/3760/task/3772/stat : 3772 (java) S 3758 3760 2495 0 -1 4202560 137611 0 0 0 60 20 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3773] ppid=3758 vsize=7458112 CPUtime=1.03 cores=4,6
/proc/3760/task/3773/stat : 3773 (java) S 3758 3760 2495 0 -1 4202560 238898 0 0 0 70 33 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3774] ppid=3758 vsize=7458112 CPUtime=0.49 cores=4,6
/proc/3760/task/3774/stat : 3774 (java) S 3758 3760 2495 0 -1 4202560 85858 0 0 0 38 11 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3775] ppid=3758 vsize=7458112 CPUtime=0.95 cores=4,6
/proc/3760/task/3775/stat : 3775 (java) S 3758 3760 2495 0 -1 4202560 177983 0 0 0 72 23 0 0 15 0 18 0 363624458 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3776] ppid=3758 vsize=7458112 CPUtime=9.62 cores=4,6
/proc/3760/task/3776/stat : 3776 (java) R 3758 3760 2495 0 -1 4202560 17533 0 0 0 959 3 0 0 16 0 18 0 363624459 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 47496415291395 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=3760/tid=3777] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3777/stat : 3777 (java) S 3758 3760 2495 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) S 3758 3760 2495 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 363624460 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3779] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3779/stat : 3779 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118592433 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3780] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3780/stat : 3780 (java) S 3758 3760 2495 0 -1 4202560 1062 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3781] ppid=3758 vsize=7458112 CPUtime=0.06 cores=4,6
/proc/3760/task/3781/stat : 3781 (java) S 3758 3760 2495 0 -1 4202560 574 0 0 0 6 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
[pid=3760/tid=3782] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3782/stat : 3782 (java) S 3758 3760 2495 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118584729 0 4 0 16800975 18446604453920133504 0 0 -1 4 0 0 0
[pid=3760/tid=3783] ppid=3758 vsize=7458112 CPUtime=0 cores=4,6
/proc/3760/task/3783/stat : 3783 (java) S 3758 3760 2495 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 363624462 7637106688 1802567 33554432000 1073741824 1073778376 140736637798192 18446744073709551615 255118585344 0 4 0 16800975 18446604453920133504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 53.71
Current children cumulated vsize (KiB) 7458112

[startup+50.701 s]
/proc/loadavg: 3.54 3.10 3.35 5/258 3785
/proc/meminfo: memFree=97644/32951124 swapFree=67111528/67111528
[pid=3760] ppid=3758 vsize=0 CPUtime=54.1 cores=4,6
/proc/3760/stat : 3760 (java) Z 3758 3760 2495 0 -1 4202524 1807174 0 1 0 5034 376 0 0 18 0 2 0 363624456 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3760/statm: 0 0 0 0 0 0 0
[pid=3760/tid=3778] ppid=3758 vsize=0 CPUtime=0.18 cores=4,6
/proc/3760/task/3778/stat : 3778 (java) R 3758 3760 2495 0 -1 4203588 9 0 0 0 0 18 0 0 18 0 2 0 363624460 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 54.1
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 50.7723
CPU time (s): 54.1868
CPU user time (s): 50.3493
CPU system time (s): 3.83742
CPU usage (%): 106.725
Max. virtual memory (cumulated for all children) (KiB): 7458112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.3493
system time used= 3.83742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1807174
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= 2781
involuntary context switches= 2550

runsolver used 0.094985 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-13 18:28:03
IDJOB=3194741
IDBENCH=82521
IDSOLVER=1615
FILE ID=node144/3194741-1302712083
RUNJOBID= node144-1302712083-3673
PBS_JOBID= 12981415
Free space on /tmp= 72048 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S1969540674-065-UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194741-1302712083/watcher-3194741-1302712083 -o /tmp/evaluation-result-3194741-1302712083/solver-3194741-1302712083 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194741-1302712083.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= fcb14103324f734a2e69e02c062e67ed
RANDOM SEED=70013677

node144.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.850
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.70
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.850
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.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11836076 kB
Buffers:        756656 kB
Cached:       19478564 kB
SwapCached:          0 kB
Active:       10707984 kB
Inactive:      9984964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11836076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8968 kB
Writeback:          12 kB
AnonPages:      457440 kB
Mapped:          23148 kB
Slab:           357888 kB
PageTables:       6276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21981420 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= 72048 MiB
End job on node144 at 2011-04-13 18:28:54