Trace number 3194973

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? (TO) 1300.56 1300.11

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1734827769-099.UNKNOWN.cnf
MD5SUM2eb2fa74ab0dce335225200db81f6563
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


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-3194973-1302715962/watcher-3194973-1302715962 -o /tmp/evaluation-result-3194973-1302715962/solver-3194973-1302715962 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194973-1302715962.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: 3.85 3.99 3.97 2/180 6462
/proc/meminfo: memFree=18942848/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=11796 CPUtime=0 cores=4,6
/proc/6462/stat : 6462 (runsolver) R 6458 6462 6232 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 1 0 383194673 12079104 50 33554432000 4194304 5432328 140736738187072 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/6462/statm: 2949 50 31 303 0 2643 0

[startup+0.0558271 s]
/proc/loadavg: 3.85 3.99 3.97 2/180 6462
/proc/meminfo: memFree=18942848/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7385616 CPUtime=0.03 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 8914 0 1 0 3 0 0 0 25 0 13 0 383194673 7562870784 8624 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1846404 8624 1681 9 0 1837152 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7385616

[startup+0.121356 s]
/proc/loadavg: 3.85 3.99 3.97 2/180 6462
/proc/meminfo: memFree=18942848/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7394036 CPUtime=0.11 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 11259 0 1 0 10 1 0 0 25 0 18 0 383194673 7571492864 10968 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1848509 10970 2121 9 0 1838993 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7394036

[startup+0.382285 s]
/proc/loadavg: 3.85 3.99 3.97 2/180 6462
/proc/meminfo: memFree=18942848/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7482504 CPUtime=0.6 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 24174 0 1 0 56 4 0 0 25 0 18 0 383194673 7662084096 21373 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1870626 21373 2168 9 0 1861110 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 7482504

[startup+0.70025 s]
/proc/loadavg: 3.85 3.99 3.97 2/180 6462
/proc/meminfo: memFree=18942848/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=1.1 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 26817 0 1 0 105 5 0 0 25 0 18 0 383194673 7658827776 22480 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 22481 2168 9 0 1860315 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7479324

[startup+1.50114 s]
/proc/loadavg: 3.85 3.99 3.97 5/258 6580
/proc/meminfo: memFree=18581800/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=1.89 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 30945 0 1 0 184 5 0 0 25 0 18 0 383194673 7658827776 26608 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 26609 2168 9 0 1860315 0
[pid=6462/tid=6464] ppid=6458 vsize=7479324 CPUtime=1.48 cores=4,6
/proc/6462/task/6464/stat : 6464 (java) R 6458 6462 6232 0 -1 4202560 19866 0 1 0 144 4 0 0 19 0 18 0 383194675 7658827776 26609 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 46912505610349 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6462/tid=6467] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6467/stat : 6467 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26609 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6468] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6468/stat : 6468 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26609 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6469] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6469/stat : 6469 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26609 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6470] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6470/stat : 6470 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6471] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6471/stat : 6471 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6472] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6472/stat : 6472 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6473] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6473/stat : 6473 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6474] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6474/stat : 6474 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6475] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6475/stat : 6475 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 0 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6476] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6476/stat : 6476 (java) S 6458 6462 6232 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 383194677 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6477] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6477/stat : 6477 (java) S 6458 6462 6232 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 383194677 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6487] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6487/stat : 6487 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 383194680 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216470961 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6488] ppid=6458 vsize=7479324 CPUtime=0.03 cores=4,6
/proc/6462/task/6488/stat : 6488 (java) S 6458 6462 6232 0 -1 4202560 284 0 0 0 3 0 0 0 20 0 18 0 383194680 7658827776 26610 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6489] ppid=6458 vsize=7479324 CPUtime=0.37 cores=4,6
/proc/6462/task/6489/stat : 6489 (java) S 6458 6462 6232 0 -1 4202560 9672 0 0 0 36 1 0 0 21 0 18 0 383194680 7658827776 26611 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6490] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6490/stat : 6490 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 383194680 7658827776 26611 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6491] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6491/stat : 6491 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194680 7658827776 26611 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 7479324

[startup+3.10087 s]
/proc/loadavg: 3.85 3.99 3.97 5/258 6580
/proc/meminfo: memFree=18353020/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=3.49 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 39190 0 1 0 343 6 0 0 25 0 18 0 383194673 7658827776 34853 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 34853 2168 9 0 1860315 0
[pid=6462/tid=6464] ppid=6458 vsize=7479324 CPUtime=3.08 cores=4,6
/proc/6462/task/6464/stat : 6464 (java) R 6458 6462 6232 0 -1 4202560 28111 0 1 0 303 5 0 0 25 0 18 0 383194675 7658827776 34854 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 46912505524188 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6462/tid=6467] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6467/stat : 6467 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34854 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6468] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6468/stat : 6468 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6469] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6469/stat : 6469 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6470] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6470/stat : 6470 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6471] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6471/stat : 6471 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6472] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6472/stat : 6472 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6473] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6473/stat : 6473 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6474] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6474/stat : 6474 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6475] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6475/stat : 6475 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 0 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6476] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6476/stat : 6476 (java) S 6458 6462 6232 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 383194677 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6477] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6477/stat : 6477 (java) S 6458 6462 6232 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 383194677 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6487] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6487/stat : 6487 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 383194680 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216470961 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6488] ppid=6458 vsize=7479324 CPUtime=0.03 cores=4,6
/proc/6462/task/6488/stat : 6488 (java) S 6458 6462 6232 0 -1 4202560 284 0 0 0 3 0 0 0 20 0 18 0 383194680 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6489] ppid=6458 vsize=7479324 CPUtime=0.37 cores=4,6
/proc/6462/task/6489/stat : 6489 (java) S 6458 6462 6232 0 -1 4202560 9672 0 0 0 36 1 0 0 18 0 18 0 383194680 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6490] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6490/stat : 6490 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 383194680 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6491] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6491/stat : 6491 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194680 7658827776 34855 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 7479324

[startup+6.30133 s]
/proc/loadavg: 3.86 3.99 3.97 5/258 6580
/proc/meminfo: memFree=17665520/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=6.72 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 55721 0 1 0 663 9 0 0 25 0 18 0 383194673 7658827776 51383 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 51383 2184 9 0 1860315 0
[pid=6462/tid=6464] ppid=6458 vsize=7479324 CPUtime=6.27 cores=4,6
/proc/6462/task/6464/stat : 6464 (java) R 6458 6462 6232 0 -1 4202560 44624 0 1 0 620 7 0 0 25 0 18 0 383194675 7658827776 51383 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 46912505605984 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6462/tid=6467] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6467/stat : 6467 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51383 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6468] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6468/stat : 6468 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51383 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6469] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6469/stat : 6469 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51383 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6470] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6470/stat : 6470 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6471] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6471/stat : 6471 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6472] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6472/stat : 6472 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6473] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6473/stat : 6473 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6474] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6474/stat : 6474 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 383194676 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6475] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6475/stat : 6475 (java) S 6458 6462 6232 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 383194677 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 0 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6476] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6476/stat : 6476 (java) S 6458 6462 6232 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 383194677 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6477] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6477/stat : 6477 (java) S 6458 6462 6232 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 383194677 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6487] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6487/stat : 6487 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 383194680 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216470961 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6488] ppid=6458 vsize=7479324 CPUtime=0.04 cores=4,6
/proc/6462/task/6488/stat : 6488 (java) S 6458 6462 6232 0 -1 4202560 286 0 0 0 4 0 0 0 18 0 18 0 383194680 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6489] ppid=6458 vsize=7479324 CPUtime=0.39 cores=4,6
/proc/6462/task/6489/stat : 6489 (java) S 6458 6462 6232 0 -1 4202560 9685 0 0 0 38 1 0 0 17 0 18 0 383194680 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6490] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6490/stat : 6490 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 383194680 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6491] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6491/stat : 6491 (java) S 6458 6462 6232 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 383194680 7658827776 51384 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 7479324

[startup+12.7013 s]
/proc/loadavg: 3.87 3.99 3.97 5/258 6580
/proc/meminfo: memFree=16288664/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=13.12 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 88826 0 1 0 1299 13 0 0 25 0 18 0 383194673 7658827776 84488 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 84489 2184 9 0 1860315 0
[pid=6462/tid=6464] ppid=6458 vsize=7479324 CPUtime=12.68 cores=4,6

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

[pid=6462/tid=6468] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6468/stat : 6468 (java) S 6458 6462 6232 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6469] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6469/stat : 6469 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6470] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6470/stat : 6470 (java) S 6458 6462 6232 0 -1 4202560 308 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6471] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6471/stat : 6471 (java) S 6458 6462 6232 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6472] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6472/stat : 6472 (java) S 6458 6462 6232 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6473] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6473/stat : 6473 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6474] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6474/stat : 6474 (java) S 6458 6462 6232 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6475] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6475/stat : 6475 (java) S 6458 6462 6232 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 383194677 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 0 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6476] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6476/stat : 6476 (java) S 6458 6462 6232 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6477] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6477/stat : 6477 (java) S 6458 6462 6232 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6487] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6487/stat : 6487 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216470961 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6488] ppid=6458 vsize=7479324 CPUtime=0.04 cores=4,6
/proc/6462/task/6488/stat : 6488 (java) S 6458 6462 6232 0 -1 4202560 286 0 0 0 4 0 0 0 18 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6489] ppid=6458 vsize=7479324 CPUtime=0.39 cores=4,6
/proc/6462/task/6489/stat : 6489 (java) S 6458 6462 6232 0 -1 4202560 9685 0 0 0 38 1 0 0 17 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6490] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6490/stat : 6490 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6491] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6491/stat : 6491 (java) S 6458 6462 6232 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1122.74
Current children cumulated vsize (KiB) 7479324

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/258 6611
/proc/meminfo: memFree=9160832/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=1182.74 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 616735 0 1 0 118204 70 0 0 25 0 18 0 383194673 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 612234 2198 9 0 1860315 0
[pid=6462/tid=6464] ppid=6458 vsize=7479324 CPUtime=1182.28 cores=4,6
/proc/6462/task/6464/stat : 6464 (java) R 6458 6462 6232 0 -1 4202560 603495 0 1 0 118160 68 0 0 25 0 18 0 383194675 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 46912505604737 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6462/tid=6467] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6467/stat : 6467 (java) S 6458 6462 6232 0 -1 4202560 465 0 0 0 0 0 0 0 16 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6468] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6468/stat : 6468 (java) S 6458 6462 6232 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6469] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6469/stat : 6469 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6470] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6470/stat : 6470 (java) S 6458 6462 6232 0 -1 4202560 308 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6471] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6471/stat : 6471 (java) S 6458 6462 6232 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6472] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6472/stat : 6472 (java) S 6458 6462 6232 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6473] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6473/stat : 6473 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6474] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6474/stat : 6474 (java) S 6458 6462 6232 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6475] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6475/stat : 6475 (java) S 6458 6462 6232 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 383194677 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 0 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6476] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6476/stat : 6476 (java) S 6458 6462 6232 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6477] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6477/stat : 6477 (java) S 6458 6462 6232 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6487] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6487/stat : 6487 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216470961 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6488] ppid=6458 vsize=7479324 CPUtime=0.04 cores=4,6
/proc/6462/task/6488/stat : 6488 (java) S 6458 6462 6232 0 -1 4202560 286 0 0 0 4 0 0 0 18 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6489] ppid=6458 vsize=7479324 CPUtime=0.39 cores=4,6
/proc/6462/task/6489/stat : 6489 (java) S 6458 6462 6232 0 -1 4202560 9685 0 0 0 38 1 0 0 17 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6490] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6490/stat : 6490 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6491] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6491/stat : 6491 (java) S 6458 6462 6232 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 18 0 383194680 7658827776 612234 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1182.74
Current children cumulated vsize (KiB) 7479324

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/258 6613
/proc/meminfo: memFree=9160432/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=1242.74 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 616747 0 1 0 124204 70 0 0 25 0 18 0 383194673 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 612239 2198 9 0 1860315 0
[pid=6462/tid=6464] ppid=6458 vsize=7479324 CPUtime=1242.28 cores=4,6
/proc/6462/task/6464/stat : 6464 (java) R 6458 6462 6232 0 -1 4202560 603496 0 1 0 124160 68 0 0 25 0 18 0 383194675 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 46912505605556 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6462/tid=6467] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6467/stat : 6467 (java) S 6458 6462 6232 0 -1 4202560 465 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6468] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6468/stat : 6468 (java) S 6458 6462 6232 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6469] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6469/stat : 6469 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6470] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6470/stat : 6470 (java) S 6458 6462 6232 0 -1 4202560 308 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6471] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6471/stat : 6471 (java) S 6458 6462 6232 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6472] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6472/stat : 6472 (java) S 6458 6462 6232 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6473] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6473/stat : 6473 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6474] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6474/stat : 6474 (java) S 6458 6462 6232 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6475] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6475/stat : 6475 (java) S 6458 6462 6232 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 18 0 383194677 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 0 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6476] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6476/stat : 6476 (java) S 6458 6462 6232 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6477] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6477/stat : 6477 (java) S 6458 6462 6232 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6487] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6487/stat : 6487 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216470961 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6488] ppid=6458 vsize=7479324 CPUtime=0.04 cores=4,6
/proc/6462/task/6488/stat : 6488 (java) S 6458 6462 6232 0 -1 4202560 286 0 0 0 4 0 0 0 18 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6489] ppid=6458 vsize=7479324 CPUtime=0.39 cores=4,6
/proc/6462/task/6489/stat : 6489 (java) S 6458 6462 6232 0 -1 4202560 9685 0 0 0 38 1 0 0 17 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6490] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6490/stat : 6490 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6491] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6491/stat : 6491 (java) S 6458 6462 6232 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1242.74
Current children cumulated vsize (KiB) 7479324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 4.00 5/258 6614
/proc/meminfo: memFree=9160032/32951124 swapFree=67111528/67111528
[pid=6462] ppid=6458 vsize=7479324 CPUtime=1300.45 cores=4,6
/proc/6462/stat : 6462 (java) S 6458 6462 6232 0 -1 4202496 616749 0 1 0 129975 70 0 0 25 0 18 0 383194673 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/6462/statm: 1869831 612239 2198 9 0 1860315 0
[pid=6462/tid=6464] ppid=6458 vsize=7479324 CPUtime=1299.98 cores=4,6
/proc/6462/task/6464/stat : 6464 (java) R 6458 6462 6232 0 -1 4202560 603496 0 1 0 129930 68 0 0 25 0 18 0 383194675 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 46912505605556 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6462/tid=6467] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6467/stat : 6467 (java) S 6458 6462 6232 0 -1 4202560 465 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6468] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6468/stat : 6468 (java) S 6458 6462 6232 0 -1 4202560 291 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6469] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6469/stat : 6469 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6470] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6470/stat : 6470 (java) S 6458 6462 6232 0 -1 4202560 308 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6471] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6471/stat : 6471 (java) S 6458 6462 6232 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6472] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6472/stat : 6472 (java) S 6458 6462 6232 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 4 0 0 0
[pid=6462/tid=6473] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6473/stat : 6473 (java) S 6458 6462 6232 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6474] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6474/stat : 6474 (java) S 6458 6462 6232 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 18 0 383194676 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6475] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6475/stat : 6475 (java) S 6458 6462 6232 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 18 0 383194677 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 0 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6476] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6476/stat : 6476 (java) S 6458 6462 6232 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6477] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6477/stat : 6477 (java) S 6458 6462 6232 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 383194677 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6487] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6487/stat : 6487 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216470961 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6488] ppid=6458 vsize=7479324 CPUtime=0.04 cores=4,6
/proc/6462/task/6488/stat : 6488 (java) S 6458 6462 6232 0 -1 4202560 286 0 0 0 4 0 0 0 18 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6489] ppid=6458 vsize=7479324 CPUtime=0.39 cores=4,6
/proc/6462/task/6489/stat : 6489 (java) S 6458 6462 6232 0 -1 4202560 9685 0 0 0 38 1 0 0 17 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6490] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6490/stat : 6490 (java) S 6458 6462 6232 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463257 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
[pid=6462/tid=6491] ppid=6458 vsize=7479324 CPUtime=0 cores=4,6
/proc/6462/task/6491/stat : 6491 (java) S 6458 6462 6232 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 18 0 383194680 7658827776 612239 33554432000 1073741824 1073778376 140736525151856 18446744073709551615 210216463872 0 4 0 16800975 18446604450989353792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.45
Current children cumulated vsize (KiB) 7479324

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): 1300.11
CPU time (s): 1300.56
CPU user time (s): 1299.76
CPU system time (s): 0.797878
CPU usage (%): 100.035
Max. virtual memory (cumulated for all children) (KiB): 7483488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.76
system time used= 0.797878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616770
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= 26729
involuntary context switches= 2079

runsolver used 2.24566 second user time and 4.85926 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-13 19:32:42
IDJOB=3194973
IDBENCH=82753
IDSOLVER=1615
FILE ID=node130/3194973-1302715962
RUNJOBID= node130-1302714659-6251
PBS_JOBID= 12982340
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1734827769-099.UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194973-1302715962/watcher-3194973-1302715962 -o /tmp/evaluation-result-3194973-1302715962/solver-3194973-1302715962 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194973-1302715962.cnf

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

MD5SUM BENCH= 2eb2fa74ab0dce335225200db81f6563
RANDOM SEED=1351476477

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18943004 kB
Buffers:        689132 kB
Cached:       12831484 kB
SwapCached:          0 kB
Active:        2743832 kB
Inactive:     10843288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18943004 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             144 kB
Writeback:           0 kB
AnonPages:       67076 kB
Mapped:          15300 kB
Slab:           351304 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   232672 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= 71344 MiB
End job on node130 at 2011-04-13 19:54:24