Trace number 3313299

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4723.02 1300.41

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications 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 variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

0.11/0.11	32:52 INFO : Reading from input HOME/instance-3313299-1304073171.cnf
4.76/4.42	Executor set job limit to 1000000
4.76/4.42	Executor set job limit to 1000000
4.76/4.42	Executor set job limit to 1000000
4.76/4.42	Executor set job limit to 1000000
4.76/4.42	Starting Executor!
4.76/4.43	Starting Executor!
4.76/4.43	Starting Executor!
4.76/4.43	Starting Executor!
123.68/120.94	34:53 INFO : 48941 variables remaining out of 293864
123.68/120.94	34:53 INFO : 20419655 literals remaining out of 4534819

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313299-1304073171/watcher-3313299-1304073171 -o /tmp/evaluation-result-3313299-1304073171/solver-3313299-1304073171 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313299-1304073171.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 6.99 7.88 7.74 2/194 26596
/proc/meminfo: memFree=14884984/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 1424 0 0 0 0 0 0 0 22 0 2 0 499733073 27824128 894 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 6793 894 684 9 0 381 0
[pid=26596/tid=26597] ppid=26594 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26596 25794 0 -1 4202560 66 0 0 0 0 0 0 0 24 0 2 0 499733074 27824128 894 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233505374218 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0982199 s]
/proc/loadavg: 6.99 7.88 7.74 2/194 26596
/proc/meminfo: memFree=14884984/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15676452 CPUtime=0.1 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 5575 0 1 0 9 1 0 0 22 0 18 0 499733073 16052686848 4976 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3919113 4976 2117 9 0 3909832 0
[pid=26596/tid=26597] ppid=26594 vsize=15676452 CPUtime=0.08 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) S 26594 26596 25794 0 -1 4202560 3409 0 1 0 8 0 0 0 18 0 18 0 499733074 16052686848 4976 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522126815 0 2147483391 0 16800975 18446744071699207358 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676452

[startup+0.104385 s]
/proc/loadavg: 6.99 7.88 7.74 2/194 26596
/proc/meminfo: memFree=14884984/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15676452 CPUtime=0.11 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 5675 0 1 0 10 1 0 0 22 0 18 0 499733073 16052686848 5076 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3919113 5076 2118 9 0 3909832 0
[pid=26596/tid=26597] ppid=26594 vsize=15676452 CPUtime=0.08 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26596 25794 0 -1 4202560 3509 0 1 0 8 0 0 0 18 0 18 0 499733074 16052686848 5076 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676452

[startup+0.300345 s]
/proc/loadavg: 6.99 7.88 7.74 2/194 26596
/proc/meminfo: memFree=14884984/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15679412 CPUtime=0.51 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 16266 0 1 0 48 3 0 0 22 0 18 0 499733073 16055717888 14734 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3919853 14740 2207 9 0 3910572 0
[pid=26596/tid=26597] ppid=26594 vsize=15679412 CPUtime=0.28 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26596 25794 0 -1 4202560 11221 0 1 0 26 2 0 0 18 0 18 0 499733074 16055717888 14742 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505639379 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679412

[startup+0.700274 s]
/proc/loadavg: 6.99 7.88 7.74 2/194 26596
/proc/meminfo: memFree=14884984/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15679412 CPUtime=0.93 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 42269 0 1 0 87 6 0 0 22 0 18 0 499733073 16055717888 40734 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3919853 40734 2229 9 0 3910572 0
[pid=26596/tid=26597] ppid=26594 vsize=15679412 CPUtime=0.68 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26596 25794 0 -1 4202560 35517 0 1 0 63 5 0 0 18 0 18 0 499733074 16055717888 40734 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15679412

[startup+1.50113 s]
/proc/loadavg: 6.99 7.88 7.74 3/212 26614
/proc/meminfo: memFree=14604352/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15679412 CPUtime=1.76 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 55695 0 1 0 169 7 0 0 22 0 18 0 499733073 16055717888 54144 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3919853 54150 2229 9 0 3910572 0
[pid=26596/tid=26597] ppid=26594 vsize=15679412 CPUtime=1.47 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26596 25794 0 -1 4202560 45641 0 1 0 141 6 0 0 19 0 18 0 499733074 16055717888 54153 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505585679 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26596/tid=26599] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26596 25794 0 -1 4202560 975 0 0 0 0 0 0 0 16 0 18 0 499733074 16055717888 54157 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26600] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26596 25794 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 18 0 499733074 16055717888 54161 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26601] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26596 25794 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 54165 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26602] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26596 25794 0 -1 4202560 1315 0 0 0 0 0 0 0 16 0 18 0 499733074 16055717888 54170 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26603] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26596 25794 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 54174 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26604] ppid=26594 vsize=15679412 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26596 25794 0 -1 4202560 1021 0 0 0 1 0 0 0 16 0 18 0 499733074 16055717888 54178 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26605] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26596 25794 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 54181 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26606] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26596 25794 0 -1 4202560 318 0 0 0 0 0 0 0 16 0 18 0 499733074 16055717888 54184 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26607] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26596 25794 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 18 0 499733075 16055717888 54188 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 0 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26608] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26596 25794 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 499733076 16055717888 54193 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26609] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26596 25794 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 499733076 16055717888 54197 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26610] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499733078 16055717888 54201 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522121137 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26611] ppid=26594 vsize=15679412 CPUtime=0.13 cores=1,3,5,7
/proc/26596/task/26611/stat : 26611 (java) S 26594 26596 25794 0 -1 4202560 2389 0 0 0 13 0 0 0 15 0 18 0 499733078 16055717888 54205 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26612] ppid=26594 vsize=15679412 CPUtime=0.09 cores=1,3,5,7
/proc/26596/task/26612/stat : 26612 (java) S 26594 26596 25794 0 -1 4202560 1269 0 0 0 9 0 0 0 17 0 18 0 499733078 16055717888 54209 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26613] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26613/stat : 26613 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499733078 16055717888 54213 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26614] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26614/stat : 26614 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 499733078 16055717888 54217 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 15679412

[startup+3.10084 s]
/proc/loadavg: 6.99 7.88 7.74 3/212 26614
/proc/meminfo: memFree=14282204/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15679412 CPUtime=3.42 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 139969 0 1 0 323 19 0 0 22 0 18 0 499733073 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3919853 138407 2247 9 0 3910572 0
[pid=26596/tid=26597] ppid=26594 vsize=15679412 CPUtime=3.05 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26596 25794 0 -1 4202560 126793 0 1 0 288 17 0 0 24 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505640091 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26596/tid=26599] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26596 25794 0 -1 4202560 994 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26600] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26596 25794 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26601] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26596 25794 0 -1 4202560 676 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26602] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26596 25794 0 -1 4202560 1315 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26603] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26596 25794 0 -1 4202560 348 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26604] ppid=26594 vsize=15679412 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26596 25794 0 -1 4202560 3600 0 0 0 1 0 0 0 15 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26605] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26596 25794 0 -1 4202560 583 0 0 0 0 0 0 0 16 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26606] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26596 25794 0 -1 4202560 318 0 0 0 0 0 0 0 15 0 18 0 499733074 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26607] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26596 25794 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 18 0 499733075 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 0 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26608] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26596 25794 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 499733076 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26609] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26596 25794 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 499733076 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26610] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499733078 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522121137 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26611] ppid=26594 vsize=15679412 CPUtime=0.16 cores=1,3,5,7
/proc/26596/task/26611/stat : 26611 (java) S 26594 26596 25794 0 -1 4202560 2439 0 0 0 16 0 0 0 15 0 18 0 499733078 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26612] ppid=26594 vsize=15679412 CPUtime=0.12 cores=1,3,5,7
/proc/26596/task/26612/stat : 26612 (java) S 26594 26596 25794 0 -1 4202560 1284 0 0 0 12 0 0 0 15 0 18 0 499733078 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26613] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26613/stat : 26613 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499733078 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26614] ppid=26594 vsize=15679412 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26614/stat : 26614 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 499733078 16055717888 138407 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15679412

[startup+6.30127 s]
/proc/loadavg: 6.67 7.79 7.72 4/220 26622
/proc/meminfo: memFree=13623172/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15705508 CPUtime=7.48 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 158772 0 1 0 725 23 0 0 22 0 22 0 499733073 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3926377 150863 2267 9 0 3917096 0
[pid=26596/tid=26597] ppid=26594 vsize=15705508 CPUtime=6.24 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) R 26594 26596 25794 0 -1 4202560 126899 0 1 0 606 18 0 0 20 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505181296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26596/tid=26599] ppid=26594 vsize=15705508 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26596 25794 0 -1 4202560 994 0 0 0 1 0 0 0 15 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26600] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26596 25794 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26601] ppid=26594 vsize=15705508 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26596 25794 0 -1 4202560 676 0 0 0 1 0 0 0 15 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26602] ppid=26594 vsize=15705508 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26596 25794 0 -1 4202560 6457 0 0 0 1 0 0 0 16 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26603] ppid=26594 vsize=15705508 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26596 25794 0 -1 4202560 353 0 0 0 1 0 0 0 16 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26604] ppid=26594 vsize=15705508 CPUtime=0.02 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26596 25794 0 -1 4202560 3605 0 0 0 2 0 0 0 16 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26605] ppid=26594 vsize=15705508 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26596 25794 0 -1 4202560 1161 0 0 0 1 0 0 0 16 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26606] ppid=26594 vsize=15705508 CPUtime=0.01 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26596 25794 0 -1 4202560 318 0 0 0 1 0 0 0 15 0 22 0 499733074 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26607] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26596 25794 0 -1 4202560 342 0 0 0 0 0 0 0 15 0 22 0 499733075 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 0 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26608] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26596 25794 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 499733076 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26609] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26596 25794 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 499733076 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26610] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522121137 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26611] ppid=26594 vsize=15705508 CPUtime=0.42 cores=1,3,5,7
/proc/26596/task/26611/stat : 26611 (java) R 26594 26596 25794 0 -1 4202560 5516 0 0 0 42 0 0 0 16 0 22 0 499733078 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 47441095393886 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26596/tid=26612] ppid=26594 vsize=15705508 CPUtime=0.65 cores=1,3,5,7
/proc/26596/task/26612/stat : 26612 (java) S 26594 26596 25794 0 -1 4202560 10983 0 0 0 64 1 0 0 15 0 22 0 499733078 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26613] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26613/stat : 26613 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26614] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26614/stat : 26614 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499733078 16082440192 150863 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0

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

/proc/26596/task/26601/stat : 26601 (java) S 26594 26596 25794 0 -1 4202560 267019 0 0 0 1139 48 0 0 16 0 22 0 499733074 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26602] ppid=26594 vsize=15705508 CPUtime=11.41 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26596 25794 0 -1 4202560 381601 0 0 0 1077 64 0 0 16 0 22 0 499733074 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26603] ppid=26594 vsize=15705508 CPUtime=11.12 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26596 25794 0 -1 4202560 360800 0 0 0 1051 61 0 0 15 0 22 0 499733074 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26604] ppid=26594 vsize=15705508 CPUtime=11.66 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26596 25794 0 -1 4202560 403794 0 0 0 1097 69 0 0 15 0 22 0 499733074 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26605] ppid=26594 vsize=15705508 CPUtime=10.84 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26596 25794 0 -1 4202560 348434 0 0 0 1028 56 0 0 15 0 22 0 499733074 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26606] ppid=26594 vsize=15705508 CPUtime=10.32 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26596 25794 0 -1 4202560 321774 0 0 0 975 57 0 0 16 0 22 0 499733074 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26607] ppid=26594 vsize=15705508 CPUtime=8.19 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26596 25794 0 -1 4202560 72270 0 0 0 802 17 0 0 15 0 22 0 499733075 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 0 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26608] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26596 25794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499733076 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26609] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26596 25794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499733076 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26610] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522121137 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26611] ppid=26594 vsize=15705508 CPUtime=1.85 cores=1,3,5,7
/proc/26596/task/26611/stat : 26611 (java) S 26594 26596 25794 0 -1 4202560 9369 0 0 0 184 1 0 0 16 0 22 0 499733078 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26612] ppid=26594 vsize=15705508 CPUtime=1.65 cores=1,3,5,7
/proc/26596/task/26612/stat : 26612 (java) S 26594 26596 25794 0 -1 4202560 11915 0 0 0 164 1 0 0 16 0 22 0 499733078 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26613] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26613/stat : 26613 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26614] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26614/stat : 26614 (java) S 26594 26596 25794 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 499733078 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26619] ppid=26594 vsize=15705508 CPUtime=990.47 cores=1,3,5,7
/proc/26596/task/26619/stat : 26619 (java) R 26594 26596 25794 0 -1 4202560 68 0 0 0 99047 0 0 0 25 0 22 0 499733516 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505927052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26596/tid=26620] ppid=26594 vsize=15705508 CPUtime=990.98 cores=1,3,5,7
/proc/26596/task/26620/stat : 26620 (java) R 26594 26596 25794 0 -1 4202560 67 0 0 0 99098 0 0 0 25 0 22 0 499733516 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505926985 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26596/tid=26621] ppid=26594 vsize=15705508 CPUtime=1021.69 cores=1,3,5,7
/proc/26596/task/26621/stat : 26621 (java) R 26594 26596 25794 0 -1 4202560 8509 0 0 0 102168 1 0 0 25 0 22 0 499733516 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26596/tid=26622] ppid=26594 vsize=15705508 CPUtime=1025.35 cores=1,3,5,7
/proc/26596/task/26622/stat : 26622 (java) R 26594 26596 25794 0 -1 4202560 8485 0 0 0 102534 1 0 0 25 0 22 0 499733516 16082440192 2457681 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912506211303 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4252.52
Current children cumulated vsize (KiB) 15705508

[startup+1242.3 s]
/proc/loadavg: 8.32 8.20 7.86 9/220 26655
/proc/meminfo: memFree=1223032/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15705508 CPUtime=4492.14 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 2984920 0 1 0 448707 507 0 0 22 0 22 0 499733073 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3926377 2457707 2301 9 0 3917096 0
[pid=26596/tid=26597] ppid=26594 vsize=15705508 CPUtime=120.54 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) S 26594 26596 25794 0 -1 4202560 126958 0 1 0 12036 18 0 0 25 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26599] ppid=26594 vsize=15705508 CPUtime=12.91 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26596 25794 0 -1 4202560 355893 0 0 0 1234 57 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26600] ppid=26594 vsize=15705508 CPUtime=12.29 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26596 25794 0 -1 4202560 306344 0 0 0 1181 48 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26601] ppid=26594 vsize=15705508 CPUtime=12.25 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26596 25794 0 -1 4202560 267019 0 0 0 1177 48 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26602] ppid=26594 vsize=15705508 CPUtime=11.89 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26596 25794 0 -1 4202560 381601 0 0 0 1125 64 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26603] ppid=26594 vsize=15705508 CPUtime=11.42 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26596 25794 0 -1 4202560 360800 0 0 0 1081 61 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26604] ppid=26594 vsize=15705508 CPUtime=12.08 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26596 25794 0 -1 4202560 403794 0 0 0 1139 69 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26605] ppid=26594 vsize=15705508 CPUtime=11.39 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26596 25794 0 -1 4202560 348434 0 0 0 1083 56 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26606] ppid=26594 vsize=15705508 CPUtime=10.7 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26596 25794 0 -1 4202560 321774 0 0 0 1013 57 0 0 16 0 22 0 499733074 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26607] ppid=26594 vsize=15705508 CPUtime=8.19 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26596 25794 0 -1 4202560 72423 0 0 0 802 17 0 0 15 0 22 0 499733075 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 0 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26608] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26596 25794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499733076 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26609] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26596 25794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499733076 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26610] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522121137 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26611] ppid=26594 vsize=15705508 CPUtime=1.86 cores=1,3,5,7
/proc/26596/task/26611/stat : 26611 (java) S 26594 26596 25794 0 -1 4202560 9370 0 0 0 185 1 0 0 15 0 22 0 499733078 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26612] ppid=26594 vsize=15705508 CPUtime=1.65 cores=1,3,5,7
/proc/26596/task/26612/stat : 26612 (java) S 26594 26596 25794 0 -1 4202560 11915 0 0 0 164 1 0 0 16 0 22 0 499733078 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26613] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26613/stat : 26613 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26614] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26614/stat : 26614 (java) S 26594 26596 25794 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 499733078 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26619] ppid=26594 vsize=15705508 CPUtime=1049.63 cores=1,3,5,7
/proc/26596/task/26619/stat : 26619 (java) R 26594 26596 25794 0 -1 4202560 71 0 0 0 104963 0 0 0 25 0 22 0 499733516 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505926916 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26596/tid=26620] ppid=26594 vsize=15705508 CPUtime=1049.93 cores=1,3,5,7
/proc/26596/task/26620/stat : 26620 (java) R 26594 26596 25794 0 -1 4202560 69 0 0 0 104993 0 0 0 25 0 22 0 499733516 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505583116 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26596/tid=26621] ppid=26594 vsize=15705508 CPUtime=1080.83 cores=1,3,5,7
/proc/26596/task/26621/stat : 26621 (java) R 26594 26596 25794 0 -1 4202560 8512 0 0 0 108082 1 0 0 25 0 22 0 499733516 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505864957 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26596/tid=26622] ppid=26594 vsize=15705508 CPUtime=1084.4 cores=1,3,5,7
/proc/26596/task/26622/stat : 26622 (java) R 26594 26596 25794 0 -1 4202560 8487 0 0 0 108439 1 0 0 25 0 22 0 499733516 16082440192 2457707 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505583142 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4492.14
Current children cumulated vsize (KiB) 15705508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 7.35 7.99 7.81 5/193 26676
/proc/meminfo: memFree=9123324/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=15705508 CPUtime=4722.59 cores=1,3,5,7
/proc/26596/stat : 26596 (java) S 26594 26596 25794 0 -1 4202496 3013388 0 1 0 471747 512 0 0 22 0 22 0 499733073 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 3926377 2475179 2301 9 0 3917096 0
[pid=26596/tid=26597] ppid=26594 vsize=15705508 CPUtime=120.54 cores=1,3,5,7
/proc/26596/task/26597/stat : 26597 (java) S 26594 26596 25794 0 -1 4202560 126958 0 1 0 12036 18 0 0 25 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26599] ppid=26594 vsize=15705508 CPUtime=13.49 cores=1,3,5,7
/proc/26596/task/26599/stat : 26599 (java) S 26594 26596 25794 0 -1 4202560 355893 0 0 0 1292 57 0 0 15 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26600] ppid=26594 vsize=15705508 CPUtime=13.11 cores=1,3,5,7
/proc/26596/task/26600/stat : 26600 (java) S 26594 26596 25794 0 -1 4202560 315155 0 0 0 1262 49 0 0 16 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26601] ppid=26594 vsize=15705508 CPUtime=13.01 cores=1,3,5,7
/proc/26596/task/26601/stat : 26601 (java) S 26594 26596 25794 0 -1 4202560 273021 0 0 0 1251 50 0 0 15 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 1 0 0 0
[pid=26596/tid=26602] ppid=26594 vsize=15705508 CPUtime=12.32 cores=1,3,5,7
/proc/26596/task/26602/stat : 26602 (java) S 26594 26596 25794 0 -1 4202560 384381 0 0 0 1168 64 0 0 15 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26603] ppid=26594 vsize=15705508 CPUtime=12.39 cores=1,3,5,7
/proc/26596/task/26603/stat : 26603 (java) S 26594 26596 25794 0 -1 4202560 362791 0 0 0 1178 61 0 0 16 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26604] ppid=26594 vsize=15705508 CPUtime=12.64 cores=1,3,5,7
/proc/26596/task/26604/stat : 26604 (java) S 26594 26596 25794 0 -1 4202560 403795 0 0 0 1195 69 0 0 16 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26605] ppid=26594 vsize=15705508 CPUtime=11.85 cores=1,3,5,7
/proc/26596/task/26605/stat : 26605 (java) S 26594 26596 25794 0 -1 4202560 348434 0 0 0 1128 57 0 0 16 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26606] ppid=26594 vsize=15705508 CPUtime=11.02 cores=1,3,5,7
/proc/26596/task/26606/stat : 26606 (java) S 26594 26596 25794 0 -1 4202560 330568 0 0 0 1044 58 0 0 15 0 22 0 499733074 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26607] ppid=26594 vsize=15705508 CPUtime=8.19 cores=1,3,5,7
/proc/26596/task/26607/stat : 26607 (java) S 26594 26596 25794 0 -1 4202560 72500 0 0 0 802 17 0 0 15 0 22 0 499733075 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 0 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26608] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26608/stat : 26608 (java) S 26594 26596 25794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499733076 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26609] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26609/stat : 26609 (java) S 26594 26596 25794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 499733076 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26610] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26610/stat : 26610 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522121137 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26611] ppid=26594 vsize=15705508 CPUtime=1.86 cores=1,3,5,7
/proc/26596/task/26611/stat : 26611 (java) S 26594 26596 25794 0 -1 4202560 9370 0 0 0 185 1 0 0 15 0 22 0 499733078 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26612] ppid=26594 vsize=15705508 CPUtime=1.65 cores=1,3,5,7
/proc/26596/task/26612/stat : 26612 (java) S 26594 26596 25794 0 -1 4202560 11915 0 0 0 164 1 0 0 16 0 22 0 499733078 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 5 0 0 0
[pid=26596/tid=26613] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26613/stat : 26613 (java) S 26594 26596 25794 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499733078 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522113433 0 4 0 16800975 18446604470835202048 0 0 -1 7 0 0 0
[pid=26596/tid=26614] ppid=26594 vsize=15705508 CPUtime=0 cores=1,3,5,7
/proc/26596/task/26614/stat : 26614 (java) S 26594 26596 25794 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 499733078 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 233522114048 0 4 0 16800975 18446604470835202048 0 0 -1 3 0 0 0
[pid=26596/tid=26619] ppid=26594 vsize=15705508 CPUtime=1106.11 cores=1,3,5,7
/proc/26596/task/26619/stat : 26619 (java) R 26594 26596 25794 0 -1 4202560 72 0 0 0 110611 0 0 0 25 0 22 0 499733516 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505583152 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26596/tid=26620] ppid=26594 vsize=15705508 CPUtime=1106.4 cores=1,3,5,7
/proc/26596/task/26620/stat : 26620 (java) R 26594 26596 25794 0 -1 4202560 70 0 0 0 110640 0 0 0 25 0 22 0 499733516 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505765976 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26596/tid=26621] ppid=26594 vsize=15705508 CPUtime=1137.3 cores=1,3,5,7
/proc/26596/task/26621/stat : 26621 (java) R 26594 26596 25794 0 -1 4202560 8516 0 0 0 113729 1 0 0 25 0 22 0 499733516 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912506427067 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26596/tid=26622] ppid=26594 vsize=15705508 CPUtime=1140.56 cores=1,3,5,7
/proc/26596/task/26622/stat : 26622 (java) R 26594 26596 25794 0 -1 4202560 8489 0 0 0 114055 1 0 0 25 0 22 0 499733516 16082440192 2475179 33554432000 1073741824 1073778376 140735139168048 18446744073709551615 46912505765952 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 15705508

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

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

[startup+1300.2 s]
/proc/loadavg: 7.35 7.99 7.81 5/193 26676
/proc/meminfo: memFree=9123324/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=0 CPUtime=4722.81 cores=1,3,5,7
/proc/26596/stat : 26596 (java) Z 26594 26596 25794 0 -1 4203548 3013415 0 1 0 471750 531 0 0 17 0 2 0 499733073 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 0 0 0 0 0 0 0
[pid=26596/tid=26620] ppid=26594 vsize=0 CPUtime=1106.59 cores=1,3,5,7
/proc/26596/task/26620/stat : 26620 (java) R 26594 26596 25794 0 -1 4203588 70 0 0 0 110641 18 0 0 25 0 2 0 499733516 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 0

[startup+1300.4 s]
/proc/loadavg: 7.35 7.99 7.81 5/193 26676
/proc/meminfo: memFree=9123324/32951124 swapFree=67111528/67111528
[pid=26596] ppid=26594 vsize=0 CPUtime=4723.01 cores=1,3,5,7
/proc/26596/stat : 26596 (java) Z 26594 26596 25794 0 -1 4203548 3013415 0 1 0 471750 551 0 0 17 0 2 0 499733073 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26596/statm: 0 0 0 0 0 0 0
[pid=26596/tid=26620] ppid=26594 vsize=0 CPUtime=1106.79 cores=1,3,5,7
/proc/26596/task/26620/stat : 26620 (java) R 26594 26596 25794 0 -1 4203588 70 0 0 0 110641 38 0 0 25 0 2 0 499733516 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4723.01
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.41
CPU time (s): 4723.02
CPU user time (s): 4717.5
CPU system time (s): 5.51616
CPU usage (%): 363.195
Max. virtual memory (cumulated for all children) (KiB): 15707084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4717.5
system time used= 5.51616
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3013415
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= 50195
involuntary context switches= 88511

runsolver used 2.19966 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 12:32:52
IDJOB=3313299
IDBENCH=20365
IDSOLVER=1699
FILE ID=node145/3313299-1304073171
RUNJOBID= node145-1304073171-26560
PBS_JOBID= 13170461
Free space on /tmp= 72160 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313299-1304073171/watcher-3313299-1304073171 -o /tmp/evaluation-result-3313299-1304073171/solver-3313299-1304073171 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313299-1304073171.cnf

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=766837817

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14886124 kB
Buffers:       2100944 kB
Cached:       15281220 kB
SwapCached:          0 kB
Active:        5305400 kB
Inactive:     12184520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14886124 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           47288 kB
Writeback:           0 kB
AnonPages:      106768 kB
Mapped:          21868 kB
Slab:           510736 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   784464 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= 72180 MiB
End job on node145 at 2011-04-29 12:54:34