Trace number 3194790

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) 1303.59 1300.45

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
MD5SUM83f9a63a559155a858e739be2c598060
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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: 977)

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

running on 2 cores: 0,2

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.76 3.97 3.80 1/240 8472
/proc/meminfo: memFree=32119648/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=11796 CPUtime=0 cores=0,2
/proc/8472/stat : 8472 (runsolver) R 8470 8472 7785 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 875317278 12079104 51 33554432000 4194304 5432328 140733491175696 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/8472/statm: 2949 51 31 303 0 2643 0

[startup+0.0307811 s]
/proc/loadavg: 3.76 3.97 3.80 1/240 8472
/proc/meminfo: memFree=32119648/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7373012 CPUtime=0.01 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 8259 0 1 0 1 0 0 0 22 0 10 0 875317278 7549964288 7971 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1843253 7971 1512 9 0 1834001 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7373012

[startup+0.100775 s]
/proc/loadavg: 3.76 3.97 3.80 1/240 8472
/proc/meminfo: memFree=32119648/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7390892 CPUtime=0.05 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 9282 0 1 0 5 0 0 0 22 0 18 0 875317278 7568273408 8992 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1847723 8992 1736 9 0 1838470 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7390892

[startup+0.300682 s]
/proc/loadavg: 3.76 3.97 3.80 1/240 8472
/proc/meminfo: memFree=32119648/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7395064 CPUtime=0.09 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 14301 0 2 0 8 1 0 0 22 0 18 0 875317278 7572545536 14012 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1848766 14036 2124 9 0 1839250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7395064

[startup+0.70067 s]
/proc/loadavg: 3.76 3.97 3.80 1/240 8472
/proc/meminfo: memFree=32119648/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7395064 CPUtime=0.49 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 164844 0 2 0 30 19 0 0 22 0 18 0 875317278 7572545536 164556 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1848766 164582 2163 9 0 1839250 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7395064

[startup+1.50148 s]
/proc/loadavg: 3.76 3.97 3.80 6/258 8490
/proc/meminfo: memFree=28793248/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7394804 CPUtime=1.35 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 488752 0 2 0 76 59 0 0 22 0 18 0 875317278 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1848701 488043 2182 9 0 1839185 0
[pid=8472/tid=8474] ppid=8470 vsize=7394804 CPUtime=1.19 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4202560 455952 0 2 0 64 55 0 0 25 0 18 0 875317280 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 46912505494008 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=8472/tid=8475] ppid=8470 vsize=7394804 CPUtime=0.01 cores=0,2
/proc/8472/task/8475/stat : 8475 (java) S 8470 8472 7785 0 -1 4202560 13113 0 0 0 0 1 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8476] ppid=8470 vsize=7394804 CPUtime=0.02 cores=0,2
/proc/8472/task/8476/stat : 8476 (java) S 8470 8472 7785 0 -1 4202560 14755 0 0 0 1 1 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8477] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8477/stat : 8477 (java) S 8470 8472 7785 0 -1 4202560 2322 0 0 0 0 0 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8478] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8478/stat : 8478 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8479] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8479/stat : 8479 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8480] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8480/stat : 8480 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8481] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8481/stat : 8481 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8482] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8482/stat : 8482 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 875317281 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8483] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8483/stat : 8483 (java) S 8470 8472 7785 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 875317282 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 0 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8484] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8484/stat : 8484 (java) S 8470 8472 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 875317282 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8485] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8485/stat : 8485 (java) S 8470 8472 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 875317282 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8486] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8486/stat : 8486 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826063793 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8487] ppid=8470 vsize=7394804 CPUtime=0.04 cores=0,2
/proc/8472/task/8487/stat : 8487 (java) S 8470 8472 7785 0 -1 4202560 898 0 0 0 4 0 0 0 16 0 18 0 875317284 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8488] ppid=8470 vsize=7394804 CPUtime=0.04 cores=0,2
/proc/8472/task/8488/stat : 8488 (java) S 8470 8472 7785 0 -1 4202560 583 0 0 0 4 0 0 0 15 0 18 0 875317284 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8489] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8489/stat : 8489 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8490] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8490/stat : 8490 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 875317284 7572279296 488043 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 7394804

[startup+3.10121 s]
/proc/loadavg: 3.76 3.97 3.80 12/258 8490
/proc/meminfo: memFree=25929304/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7394804 CPUtime=3.12 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 609079 0 2 0 230 82 0 0 22 0 18 0 875317278 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1848701 607910 2184 9 0 1839185 0
[pid=8472/tid=8474] ppid=8470 vsize=7394804 CPUtime=2.63 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4202560 456166 0 2 0 200 63 0 0 25 0 18 0 875317280 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826066891 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=8472/tid=8475] ppid=8470 vsize=7394804 CPUtime=0.1 cores=0,2
/proc/8472/task/8475/stat : 8475 (java) S 8470 8472 7785 0 -1 4202560 43166 0 0 0 5 5 0 0 16 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8476] ppid=8470 vsize=7394804 CPUtime=0.09 cores=0,2
/proc/8472/task/8476/stat : 8476 (java) S 8470 8472 7785 0 -1 4202560 43378 0 0 0 4 5 0 0 15 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8477] ppid=8470 vsize=7394804 CPUtime=0.09 cores=0,2
/proc/8472/task/8477/stat : 8477 (java) S 8470 8472 7785 0 -1 4202560 32156 0 0 0 6 3 0 0 16 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8478] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8478/stat : 8478 (java) S 8470 8472 7785 0 -1 4202560 885 0 0 0 0 0 0 0 15 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8479] ppid=8470 vsize=7394804 CPUtime=0.05 cores=0,2
/proc/8472/task/8479/stat : 8479 (java) S 8470 8472 7785 0 -1 4202560 30358 0 0 0 2 3 0 0 15 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8480] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8480/stat : 8480 (java) S 8470 8472 7785 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8481] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8481/stat : 8481 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8482] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8482/stat : 8482 (java) S 8470 8472 7785 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 18 0 875317281 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8483] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8483/stat : 8483 (java) S 8470 8472 7785 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 875317282 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 0 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8484] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8484/stat : 8484 (java) S 8470 8472 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 875317282 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8485] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8485/stat : 8485 (java) S 8470 8472 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 875317282 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8486] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8486/stat : 8486 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826063793 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8487] ppid=8470 vsize=7394804 CPUtime=0.06 cores=0,2
/proc/8472/task/8487/stat : 8487 (java) S 8470 8472 7785 0 -1 4202560 1015 0 0 0 6 0 0 0 15 0 18 0 875317284 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8488] ppid=8470 vsize=7394804 CPUtime=0.04 cores=0,2
/proc/8472/task/8488/stat : 8488 (java) S 8470 8472 7785 0 -1 4202560 583 0 0 0 4 0 0 0 15 0 18 0 875317284 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8489] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8489/stat : 8489 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8490] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8490/stat : 8490 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 875317284 7572279296 607910 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 7394804

[startup+6.30073 s]
/proc/loadavg: 4.10 4.04 3.82 5/258 8490
/proc/meminfo: memFree=23573188/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7394804 CPUtime=6.87 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 788579 0 2 0 569 118 0 0 22 0 18 0 875317278 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1848701 786870 2184 9 0 1839185 0
[pid=8472/tid=8474] ppid=8470 vsize=7394804 CPUtime=5.26 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4202560 456173 0 2 0 452 74 0 0 25 0 18 0 875317280 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826066891 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=8472/tid=8475] ppid=8470 vsize=7394804 CPUtime=0.11 cores=0,2
/proc/8472/task/8475/stat : 8475 (java) S 8470 8472 7785 0 -1 4202560 43166 0 0 0 6 5 0 0 15 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8476] ppid=8470 vsize=7394804 CPUtime=0.29 cores=0,2
/proc/8472/task/8476/stat : 8476 (java) S 8470 8472 7785 0 -1 4202560 62405 0 0 0 21 8 0 0 15 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8477] ppid=8470 vsize=7394804 CPUtime=0.31 cores=0,2
/proc/8472/task/8477/stat : 8477 (java) S 8470 8472 7785 0 -1 4202560 88634 0 0 0 20 11 0 0 16 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8478] ppid=8470 vsize=7394804 CPUtime=0.09 cores=0,2
/proc/8472/task/8478/stat : 8478 (java) S 8470 8472 7785 0 -1 4202560 9144 0 0 0 9 0 0 0 16 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8479] ppid=8470 vsize=7394804 CPUtime=0.21 cores=0,2
/proc/8472/task/8479/stat : 8479 (java) S 8470 8472 7785 0 -1 4202560 54866 0 0 0 14 7 0 0 15 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8480] ppid=8470 vsize=7394804 CPUtime=0.1 cores=0,2
/proc/8472/task/8480/stat : 8480 (java) S 8470 8472 7785 0 -1 4202560 21539 0 0 0 8 2 0 0 16 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8481] ppid=8470 vsize=7394804 CPUtime=0.17 cores=0,2
/proc/8472/task/8481/stat : 8481 (java) S 8470 8472 7785 0 -1 4202560 32925 0 0 0 13 4 0 0 15 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8482] ppid=8470 vsize=7394804 CPUtime=0.13 cores=0,2
/proc/8472/task/8482/stat : 8482 (java) S 8470 8472 7785 0 -1 4202560 17005 0 0 0 11 2 0 0 15 0 18 0 875317281 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8483] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8483/stat : 8483 (java) S 8470 8472 7785 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 18 0 875317282 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 0 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8484] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8484/stat : 8484 (java) S 8470 8472 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 875317282 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8485] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8485/stat : 8485 (java) S 8470 8472 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 875317282 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8486] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8486/stat : 8486 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826063793 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8487] ppid=8470 vsize=7394804 CPUtime=0.06 cores=0,2
/proc/8472/task/8487/stat : 8487 (java) S 8470 8472 7785 0 -1 4202560 1015 0 0 0 6 0 0 0 15 0 18 0 875317284 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8488] ppid=8470 vsize=7394804 CPUtime=0.04 cores=0,2
/proc/8472/task/8488/stat : 8488 (java) S 8470 8472 7785 0 -1 4202560 583 0 0 0 4 0 0 0 15 0 18 0 875317284 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8489] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8489/stat : 8489 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8490] ppid=8470 vsize=7394804 CPUtime=0 cores=0,2
/proc/8472/task/8490/stat : 8490 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 875317284 7572279296 786870 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 7394804

[startup+12.7006 s]
/proc/loadavg: 4.09 4.04 3.82 7/258 8490
/proc/meminfo: memFree=20312864/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7394804 CPUtime=13.94 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 1128438 0 2 0 1209 185 0 0 22 0 18 0 875317278 7572279296 1125095 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1848701 1125095 2184 9 0 1839185 0
[pid=8472/tid=8474] ppid=8470 vsize=7394804 CPUtime=10.89 cores=0,2

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

[pid=8472/tid=8487] ppid=8470 vsize=7474176 CPUtime=0.4 cores=0,2
/proc/8472/task/8487/stat : 8487 (java) S 8470 8472 7785 0 -1 4202560 9176 0 0 0 39 1 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8488] ppid=8470 vsize=7474176 CPUtime=0.05 cores=0,2
/proc/8472/task/8488/stat : 8488 (java) S 8470 8472 7785 0 -1 4202560 732 0 0 0 5 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8489] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8489/stat : 8489 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8490] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8490/stat : 8490 (java) S 8470 8472 7785 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1125.44
Current children cumulated vsize (KiB) 7474176

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/258 8521
/proc/meminfo: memFree=12124452/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7474176 CPUtime=1185.43 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 1816976 0 2 0 118170 373 0 0 22 0 18 0 875317278 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1868544 1806041 2205 9 0 1859028 0
[pid=8472/tid=8474] ppid=8470 vsize=7474176 CPUtime=1170.43 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4202560 456275 0 2 0 116839 204 0 0 25 0 18 0 875317280 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 46912505669123 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=8472/tid=8475] ppid=8470 vsize=7474176 CPUtime=0.71 cores=0,2
/proc/8472/task/8475/stat : 8475 (java) S 8470 8472 7785 0 -1 4202560 191553 0 0 0 47 24 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8476] ppid=8470 vsize=7474176 CPUtime=0.91 cores=0,2
/proc/8472/task/8476/stat : 8476 (java) S 8470 8472 7785 0 -1 4202560 178510 0 0 0 68 23 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8477] ppid=8470 vsize=7474176 CPUtime=0.89 cores=0,2
/proc/8472/task/8477/stat : 8477 (java) S 8470 8472 7785 0 -1 4202560 195632 0 0 0 64 25 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8478] ppid=8470 vsize=7474176 CPUtime=0.6 cores=0,2
/proc/8472/task/8478/stat : 8478 (java) S 8470 8472 7785 0 -1 4202560 102573 0 0 0 48 12 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8479] ppid=8470 vsize=7474176 CPUtime=0.69 cores=0,2
/proc/8472/task/8479/stat : 8479 (java) S 8470 8472 7785 0 -1 4202560 151581 0 0 0 50 19 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8480] ppid=8470 vsize=7474176 CPUtime=0.89 cores=0,2
/proc/8472/task/8480/stat : 8480 (java) S 8470 8472 7785 0 -1 4202560 208458 0 0 0 66 23 0 0 16 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8481] ppid=8470 vsize=7474176 CPUtime=0.71 cores=0,2
/proc/8472/task/8481/stat : 8481 (java) S 8470 8472 7785 0 -1 4202560 161423 0 0 0 53 18 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8482] ppid=8470 vsize=7474176 CPUtime=0.77 cores=0,2
/proc/8472/task/8482/stat : 8482 (java) S 8470 8472 7785 0 -1 4202560 142975 0 0 0 59 18 0 0 16 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8483] ppid=8470 vsize=7474176 CPUtime=8.27 cores=0,2
/proc/8472/task/8483/stat : 8483 (java) S 8470 8472 7785 0 -1 4202560 16903 0 0 0 826 1 0 0 15 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 0 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8484] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8484/stat : 8484 (java) S 8470 8472 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8485] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8485/stat : 8485 (java) S 8470 8472 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8486] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8486/stat : 8486 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826063793 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8487] ppid=8470 vsize=7474176 CPUtime=0.4 cores=0,2
/proc/8472/task/8487/stat : 8487 (java) S 8470 8472 7785 0 -1 4202560 9176 0 0 0 39 1 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8488] ppid=8470 vsize=7474176 CPUtime=0.05 cores=0,2
/proc/8472/task/8488/stat : 8488 (java) S 8470 8472 7785 0 -1 4202560 732 0 0 0 5 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8489] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8489/stat : 8489 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8490] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8490/stat : 8490 (java) S 8470 8472 7785 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1185.43
Current children cumulated vsize (KiB) 7474176

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/258 8522
/proc/meminfo: memFree=12123668/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7474176 CPUtime=1245.44 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 1816980 0 2 0 124171 373 0 0 22 0 18 0 875317278 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1868544 1806041 2205 9 0 1859028 0
[pid=8472/tid=8474] ppid=8470 vsize=7474176 CPUtime=1230.43 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4202560 456275 0 2 0 122839 204 0 0 25 0 18 0 875317280 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 46912505672445 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=8472/tid=8475] ppid=8470 vsize=7474176 CPUtime=0.71 cores=0,2
/proc/8472/task/8475/stat : 8475 (java) S 8470 8472 7785 0 -1 4202560 191553 0 0 0 47 24 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8476] ppid=8470 vsize=7474176 CPUtime=0.91 cores=0,2
/proc/8472/task/8476/stat : 8476 (java) S 8470 8472 7785 0 -1 4202560 178510 0 0 0 68 23 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8477] ppid=8470 vsize=7474176 CPUtime=0.89 cores=0,2
/proc/8472/task/8477/stat : 8477 (java) S 8470 8472 7785 0 -1 4202560 195632 0 0 0 64 25 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8478] ppid=8470 vsize=7474176 CPUtime=0.6 cores=0,2
/proc/8472/task/8478/stat : 8478 (java) S 8470 8472 7785 0 -1 4202560 102573 0 0 0 48 12 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8479] ppid=8470 vsize=7474176 CPUtime=0.69 cores=0,2
/proc/8472/task/8479/stat : 8479 (java) S 8470 8472 7785 0 -1 4202560 151581 0 0 0 50 19 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8480] ppid=8470 vsize=7474176 CPUtime=0.89 cores=0,2
/proc/8472/task/8480/stat : 8480 (java) S 8470 8472 7785 0 -1 4202560 208458 0 0 0 66 23 0 0 16 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8481] ppid=8470 vsize=7474176 CPUtime=0.71 cores=0,2
/proc/8472/task/8481/stat : 8481 (java) S 8470 8472 7785 0 -1 4202560 161423 0 0 0 53 18 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8482] ppid=8470 vsize=7474176 CPUtime=0.77 cores=0,2
/proc/8472/task/8482/stat : 8482 (java) S 8470 8472 7785 0 -1 4202560 142975 0 0 0 59 18 0 0 16 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8483] ppid=8470 vsize=7474176 CPUtime=8.27 cores=0,2
/proc/8472/task/8483/stat : 8483 (java) S 8470 8472 7785 0 -1 4202560 16903 0 0 0 826 1 0 0 15 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 0 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8484] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8484/stat : 8484 (java) S 8470 8472 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8485] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8485/stat : 8485 (java) S 8470 8472 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8486] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8486/stat : 8486 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826063793 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8487] ppid=8470 vsize=7474176 CPUtime=0.4 cores=0,2
/proc/8472/task/8487/stat : 8487 (java) S 8470 8472 7785 0 -1 4202560 9176 0 0 0 39 1 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8488] ppid=8470 vsize=7474176 CPUtime=0.05 cores=0,2
/proc/8472/task/8488/stat : 8488 (java) S 8470 8472 7785 0 -1 4202560 732 0 0 0 5 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8489] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8489/stat : 8489 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8490] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8490/stat : 8490 (java) S 8470 8472 7785 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1245.44
Current children cumulated vsize (KiB) 7474176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 4/209 8530
/proc/meminfo: memFree=19500592/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=7474176 CPUtime=1303.14 cores=0,2
/proc/8472/stat : 8472 (java) S 8470 8472 7785 0 -1 4202496 1816987 0 2 0 129941 373 0 0 22 0 18 0 875317278 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 1868544 1806041 2205 9 0 1859028 0
[pid=8472/tid=8474] ppid=8470 vsize=7474176 CPUtime=1287.97 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4202560 456276 0 2 0 128593 204 0 0 25 0 18 0 875317280 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 46912505671949 0 4 0 16800975 0 0 0 -1 0 0 0 17
[pid=8472/tid=8475] ppid=8470 vsize=7474176 CPUtime=0.71 cores=0,2
/proc/8472/task/8475/stat : 8475 (java) S 8470 8472 7785 0 -1 4202560 191553 0 0 0 47 24 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8476] ppid=8470 vsize=7474176 CPUtime=0.91 cores=0,2
/proc/8472/task/8476/stat : 8476 (java) S 8470 8472 7785 0 -1 4202560 178510 0 0 0 68 23 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8477] ppid=8470 vsize=7474176 CPUtime=0.89 cores=0,2
/proc/8472/task/8477/stat : 8477 (java) S 8470 8472 7785 0 -1 4202560 195632 0 0 0 64 25 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8478] ppid=8470 vsize=7474176 CPUtime=0.6 cores=0,2
/proc/8472/task/8478/stat : 8478 (java) S 8470 8472 7785 0 -1 4202560 102573 0 0 0 48 12 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8479] ppid=8470 vsize=7474176 CPUtime=0.69 cores=0,2
/proc/8472/task/8479/stat : 8479 (java) S 8470 8472 7785 0 -1 4202560 151581 0 0 0 50 19 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8480] ppid=8470 vsize=7474176 CPUtime=0.89 cores=0,2
/proc/8472/task/8480/stat : 8480 (java) S 8470 8472 7785 0 -1 4202560 208458 0 0 0 66 23 0 0 16 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8481] ppid=8470 vsize=7474176 CPUtime=0.71 cores=0,2
/proc/8472/task/8481/stat : 8481 (java) S 8470 8472 7785 0 -1 4202560 161423 0 0 0 53 18 0 0 15 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8482] ppid=8470 vsize=7474176 CPUtime=0.77 cores=0,2
/proc/8472/task/8482/stat : 8482 (java) S 8470 8472 7785 0 -1 4202560 142975 0 0 0 59 18 0 0 16 0 18 0 875317281 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8483] ppid=8470 vsize=7474176 CPUtime=8.43 cores=0,2
/proc/8472/task/8483/stat : 8483 (java) S 8470 8472 7785 0 -1 4202560 16905 0 0 0 842 1 0 0 15 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 0 0 16800975 18446604453976630272 0 0 -1 0 0 0 0
[pid=8472/tid=8484] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8484/stat : 8484 (java) S 8470 8472 7785 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8485] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8485/stat : 8485 (java) S 8470 8472 7785 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 875317282 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8486] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8486/stat : 8486 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826063793 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8487] ppid=8470 vsize=7474176 CPUtime=0.4 cores=0,2
/proc/8472/task/8487/stat : 8487 (java) S 8470 8472 7785 0 -1 4202560 9176 0 0 0 39 1 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8488] ppid=8470 vsize=7474176 CPUtime=0.05 cores=0,2
/proc/8472/task/8488/stat : 8488 (java) S 8470 8472 7785 0 -1 4202560 732 0 0 0 5 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8489] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8489/stat : 8489 (java) S 8470 8472 7785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056089 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
[pid=8472/tid=8490] ppid=8470 vsize=7474176 CPUtime=0 cores=0,2
/proc/8472/task/8490/stat : 8490 (java) S 8470 8472 7785 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 18 0 875317284 7653556224 1806041 33554432000 1073741824 1073778376 140735778440048 18446744073709551615 251826056704 0 4 0 16800975 18446604453976630272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1303.14
Current children cumulated vsize (KiB) 7474176

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

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

[startup+1300.21 s]
/proc/loadavg: 4.00 4.00 3.92 3/208 8532
/proc/meminfo: memFree=24286060/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=0 CPUtime=1303.34 cores=0,2
/proc/8472/stat : 8472 (java) Z 8470 8472 7785 0 -1 4203548 1817008 0 2 0 129959 375 0 0 16 0 2 0 875317278 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 0 0 0 0 0 0 0
[pid=8472/tid=8474] ppid=8470 vsize=0 CPUtime=1287.99 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4203588 456276 0 2 0 128594 205 0 0 24 0 2 0 875317280 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 17
Current children cumulated CPU time (s) 1303.34
Current children cumulated vsize (KiB) 0

[startup+1300.4 s]
/proc/loadavg: 4.00 4.00 3.92 3/208 8532
/proc/meminfo: memFree=24286060/32950928 swapFree=67050640/67111528
[pid=8472] ppid=8470 vsize=0 CPUtime=1303.54 cores=0,2
/proc/8472/stat : 8472 (java) Z 8470 8472 7785 0 -1 4203548 1817008 0 2 0 129959 395 0 0 16 0 2 0 875317278 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/8472/statm: 0 0 0 0 0 0 0
[pid=8472/tid=8474] ppid=8470 vsize=0 CPUtime=1288.19 cores=0,2
/proc/8472/task/8474/stat : 8474 (java) R 8470 8472 7785 0 -1 4203588 456276 0 2 0 128594 225 0 0 25 0 2 0 875317280 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 17
Current children cumulated CPU time (s) 1303.54
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.45
CPU time (s): 1303.59
CPU user time (s): 1299.6
CPU system time (s): 3.99639
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 7481380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.6
system time used= 3.99639
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1817008
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28030
involuntary context switches= 7693

runsolver used 2.29165 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-09 18:33:06
IDJOB=3194790
IDBENCH=82570
IDSOLVER=1615
FILE ID=node126/3194790-1307637185
RUNJOBID= node126-1307637185-8363
PBS_JOBID= 13549366
Free space on /tmp= 74140 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194790-1307637185/watcher-3194790-1307637185 -o /tmp/evaluation-result-3194790-1307637185/solver-3194790-1307637185 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194790-1307637185.cnf

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

MD5SUM BENCH= 83f9a63a559155a858e739be2c598060
RANDOM SEED=1443003306

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      32120852 kB
Buffers:        189784 kB
Cached:         333252 kB
SwapCached:      14856 kB
Active:         391304 kB
Inactive:       240348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32120852 kB
SwapTotal:    67111528 kB
SwapFree:     67050640 kB
Dirty:            8192 kB
Writeback:           0 kB
AnonPages:      105324 kB
Mapped:          16248 kB
Slab:           131596 kB
PageTables:       5892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21983696 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= 74144 MiB
End job on node126 at 2011-06-09 18:54:48