Trace number 3312443

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) 4801.06 1240.8

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
MD5SUM15b86e0c1384321ea7bbac2466a811a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.072
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	11:30 INFO : Reading from input HOME/instance-3312443-1304115090.cnf
0.83/0.69	Executor set job limit to 1000000
0.83/0.69	Executor set job limit to 1000000
0.83/0.69	Executor set job limit to 1000000
0.83/0.69	Executor set job limit to 1000000
0.83/0.69	Starting Executor!
0.83/0.69	Starting Executor!
0.83/0.69	Starting Executor!
0.83/0.69	Starting Executor!
3.95/2.07	11:32 INFO : 24906 variables remaining out of 25000
3.95/2.07	11:32 INFO : 417588 literals remaining out of 420000

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-3312443-1304115090/watcher-3312443-1304115090 -o /tmp/evaluation-result-3312443-1304115090/solver-3312443-1304115090 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312443-1304115090.cnf 

running on 4 cores: 0,2,4,6

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: 7.38 7.89 7.05 3/198 31194
/proc/meminfo: memFree=30855732/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 1408 0 0 0 0 0 0 0 25 0 2 0 523105683 26714112 881 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 6522 885 678 9 0 381 0
[pid=31194/tid=31195] ppid=31192 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) S 31192 31194 30488 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 523105684 26714112 885 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.00872389 s]
/proc/loadavg: 7.38 7.89 7.05 3/198 31194
/proc/meminfo: memFree=30855732/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15560980 CPUtime=0 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 1729 0 1 0 0 0 0 0 25 0 2 0 523105683 15934443520 1175 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3890245 1198 906 9 0 3881401 0
[pid=31194/tid=31195] ppid=31192 vsize=15560980 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31194 30488 0 -1 4202560 413 0 1 0 0 0 0 0 25 0 2 0 523105684 15934443520 1215 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254500385739 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15560980

[startup+0.100711 s]
/proc/loadavg: 7.38 7.89 7.05 3/198 31194
/proc/meminfo: memFree=30855732/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15741464 CPUtime=0.11 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 5562 0 1 0 10 1 0 0 25 0 18 0 523105683 16119259136 5003 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3935366 5004 2116 9 0 3926085 0
[pid=31194/tid=31195] ppid=31192 vsize=15741464 CPUtime=0.08 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31194 30488 0 -1 4202560 3450 0 1 0 8 0 0 0 18 0 18 0 523105684 16119259136 5005 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 47787289473795 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741464

[startup+0.300674 s]
/proc/loadavg: 7.38 7.89 7.05 3/198 31194
/proc/meminfo: memFree=30855732/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15746816 CPUtime=0.53 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 15653 0 1 0 51 2 0 0 25 0 18 0 523105683 16124739584 13849 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3936704 13854 2206 9 0 3927423 0
[pid=31194/tid=31195] ppid=31192 vsize=15746816 CPUtime=0.28 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31194 30488 0 -1 4202560 10499 0 1 0 27 1 0 0 18 0 18 0 523105684 16124739584 13857 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505642003 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15746816

[startup+0.700503 s]
/proc/loadavg: 7.38 7.89 7.05 3/198 31194
/proc/meminfo: memFree=30855732/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15750928 CPUtime=0.95 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 41987 0 1 0 90 5 0 0 25 0 22 0 523105683 16128950272 40180 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3937732 40181 2222 9 0 3928451 0
[pid=31194/tid=31195] ppid=31192 vsize=15750928 CPUtime=0.68 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31194 30488 0 -1 4202560 35621 0 1 0 64 4 0 0 18 0 22 0 523105684 16128950272 40181 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254500353057 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 15750928

[startup+1.50278 s]
/proc/loadavg: 7.38 7.89 7.05 8/220 31216
/proc/meminfo: memFree=30550332/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15753896 CPUtime=2.58 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 56877 0 1 0 251 7 0 0 25 0 22 0 523105683 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3938474 48768 2258 9 0 3929193 0
[pid=31194/tid=31195] ppid=31192 vsize=15753896 CPUtime=1.48 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31194 30488 0 -1 4202560 35660 0 1 0 144 4 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505205113 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31194/tid=31197] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31194 30488 0 -1 4202560 15 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31198] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31194 30488 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31199] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31200] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31201] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31194 30488 0 -1 4202560 352 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31202] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31194 30488 0 -1 4202560 73 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31203] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31194 30488 0 -1 4202560 711 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31204] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523105684 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31205] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31194 30488 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 523105685 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 0 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31206] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31194 30488 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523105686 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31207] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31194 30488 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523105686 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31208] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512515505 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31209] ppid=31192 vsize=15753896 CPUtime=0.28 cores=0,2,4,6
/proc/31194/task/31209/stat : 31209 (java) S 31192 31194 30488 0 -1 4202560 2426 0 0 0 28 0 0 0 15 0 22 0 523105688 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31210] ppid=31192 vsize=15753896 CPUtime=0.79 cores=0,2,4,6
/proc/31194/task/31210/stat : 31210 (java) R 31192 31194 30488 0 -1 4202560 16195 0 0 0 77 2 0 0 16 0 22 0 523105688 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 47787288814787 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31194/tid=31211] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31211/stat : 31211 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31212] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31212/stat : 31212 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523105688 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31213] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31213/stat : 31213 (java) S 31192 31194 30488 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523105753 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31214] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31214/stat : 31214 (java) S 31192 31194 30488 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523105753 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) S 31192 31194 30488 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523105753 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31216] ppid=31192 vsize=15753896 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31216/stat : 31216 (java) S 31192 31194 30488 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523105753 16131989504 48768 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 15753896

[startup+3.12302 s]
/proc/loadavg: 7.38 7.89 7.05 8/220 31216
/proc/meminfo: memFree=30346476/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15755968 CPUtime=7.21 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 87497 0 1 0 709 12 0 0 25 0 22 0 523105683 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3938992 73394 2274 9 0 3929711 0
[pid=31194/tid=31195] ppid=31192 vsize=15755968 CPUtime=2.05 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) S 31192 31194 30488 0 -1 4202560 35716 0 1 0 201 4 0 0 19 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31197] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31194 30488 0 -1 4202560 1072 0 0 0 0 0 0 0 15 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31198] ppid=31192 vsize=15755968 CPUtime=0.03 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31194 30488 0 -1 4202560 3992 0 0 0 3 0 0 0 15 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31199] ppid=31192 vsize=15755968 CPUtime=0.02 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31194 30488 0 -1 4202560 1856 0 0 0 2 0 0 0 16 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31200] ppid=31192 vsize=15755968 CPUtime=0.01 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31194 30488 0 -1 4202560 2537 0 0 0 1 0 0 0 15 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31201] ppid=31192 vsize=15755968 CPUtime=0.02 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31194 30488 0 -1 4202560 3227 0 0 0 2 0 0 0 16 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31202] ppid=31192 vsize=15755968 CPUtime=0.02 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31194 30488 0 -1 4202560 3188 0 0 0 2 0 0 0 15 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31203] ppid=31192 vsize=15755968 CPUtime=0.03 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31194 30488 0 -1 4202560 4445 0 0 0 3 0 0 0 16 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31204] ppid=31192 vsize=15755968 CPUtime=0.03 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31194 30488 0 -1 4202560 5099 0 0 0 3 0 0 0 16 0 22 0 523105684 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31205] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31194 30488 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 22 0 523105685 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 0 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31206] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31194 30488 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31207] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31194 30488 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31208] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512515505 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31209] ppid=31192 vsize=15755968 CPUtime=0.96 cores=0,2,4,6
/proc/31194/task/31209/stat : 31209 (java) S 31192 31194 30488 0 -1 4202560 3777 0 0 0 96 0 0 0 15 0 22 0 523105688 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31210] ppid=31192 vsize=15755968 CPUtime=1.42 cores=0,2,4,6
/proc/31194/task/31210/stat : 31210 (java) S 31192 31194 30488 0 -1 4202560 21027 0 0 0 139 3 0 0 15 0 22 0 523105688 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31211] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31211/stat : 31211 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31212] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31212/stat : 31212 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523105688 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31213] ppid=31192 vsize=15755968 CPUtime=0.61 cores=0,2,4,6
/proc/31194/task/31213/stat : 31213 (java) R 31192 31194 30488 0 -1 4202560 29 0 0 0 61 0 0 0 16 0 22 0 523105753 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 47787293291242 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31194/tid=31214] ppid=31192 vsize=15755968 CPUtime=0.49 cores=0,2,4,6
/proc/31194/task/31214/stat : 31214 (java) R 31192 31194 30488 0 -1 4202560 7 0 0 0 49 0 0 0 16 0 22 0 523105753 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505969712 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=15755968 CPUtime=0.69 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) R 31192 31194 30488 0 -1 4202560 10 0 0 0 69 0 0 0 16 0 22 0 523105753 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505961115 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31194/tid=31216] ppid=31192 vsize=15755968 CPUtime=0.7 cores=0,2,4,6
/proc/31194/task/31216/stat : 31216 (java) R 31192 31194 30488 0 -1 4202560 11 0 0 0 70 0 0 0 16 0 22 0 523105753 16134111232 73394 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912506159530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 15755968

[startup+6.30139 s]
/proc/loadavg: 7.67 7.95 7.07 9/220 31216
/proc/meminfo: memFree=28799748/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15755968 CPUtime=19.88 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 263484 0 1 0 1950 38 0 0 25 0 22 0 523105683 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3938992 248861 2274 9 0 3929711 0
[pid=31194/tid=31195] ppid=31192 vsize=15755968 CPUtime=2.05 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) S 31192 31194 30488 0 -1 4202560 35716 0 1 0 201 4 0 0 19 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31197] ppid=31192 vsize=15755968 CPUtime=0.09 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31194 30488 0 -1 4202560 13049 0 0 0 8 1 0 0 16 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31198] ppid=31192 vsize=15755968 CPUtime=0.08 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31194 30488 0 -1 4202560 11778 0 0 0 7 1 0 0 15 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31199] ppid=31192 vsize=15755968 CPUtime=0.12 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31194 30488 0 -1 4202560 21462 0 0 0 9 3 0 0 15 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31200] ppid=31192 vsize=15755968 CPUtime=0.09 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31194 30488 0 -1 4202560 12448 0 0 0 8 1 0 0 15 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31201] ppid=31192 vsize=15755968 CPUtime=0.11 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31194 30488 0 -1 4202560 19133 0 0 0 8 3 0 0 15 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31202] ppid=31192 vsize=15755968 CPUtime=0.1 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31194 30488 0 -1 4202560 17565 0 0 0 7 3 0 0 16 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31203] ppid=31192 vsize=15755968 CPUtime=0.15 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31194 30488 0 -1 4202560 29465 0 0 0 11 4 0 0 16 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31204] ppid=31192 vsize=15755968 CPUtime=0.13 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31194 30488 0 -1 4202560 22477 0 0 0 11 2 0 0 16 0 22 0 523105684 16134111232 248861 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0

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

[pid=31194/tid=31205] ppid=31192 vsize=15755968 CPUtime=44.96 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31194 30488 0 -1 4202560 594090 0 0 0 4432 64 0 0 15 0 22 0 523105685 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 0 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31206] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31194 30488 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31207] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31194 30488 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31208] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512515505 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31209] ppid=31192 vsize=15755968 CPUtime=1.2 cores=0,2,4,6
/proc/31194/task/31209/stat : 31209 (java) S 31192 31194 30488 0 -1 4202560 3823 0 0 0 120 0 0 0 15 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31210] ppid=31192 vsize=15755968 CPUtime=1.63 cores=0,2,4,6
/proc/31194/task/31210/stat : 31210 (java) S 31192 31194 30488 0 -1 4202560 21074 0 0 0 160 3 0 0 16 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31211] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31211/stat : 31211 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31212] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31212/stat : 31212 (java) S 31192 31194 30488 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31213] ppid=31192 vsize=15755968 CPUtime=1069.24 cores=0,2,4,6
/proc/31194/task/31213/stat : 31213 (java) R 31192 31194 30488 0 -1 4202560 96934 0 0 0 106913 11 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505849712 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31194/tid=31214] ppid=31192 vsize=15755968 CPUtime=1067.23 cores=0,2,4,6
/proc/31194/task/31214/stat : 31214 (java) R 31192 31194 30488 0 -1 4202560 92289 0 0 0 106712 11 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505824566 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=15755968 CPUtime=1066.99 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) R 31192 31194 30488 0 -1 4202560 95116 0 0 0 106686 13 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505825315 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31194/tid=31216] ppid=31192 vsize=15755968 CPUtime=1067.95 cores=0,2,4,6
/proc/31194/task/31216/stat : 31216 (java) R 31192 31194 30488 0 -1 4202560 90271 0 0 0 106784 11 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505737100 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4342.95
Current children cumulated vsize (KiB) 15755968

[startup+1182.3 s]
/proc/loadavg: 8.07 7.97 7.70 9/220 31248
/proc/meminfo: memFree=14956080/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15755968 CPUtime=4575.93 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 3902026 0 1 0 456968 625 0 0 25 0 22 0 523105683 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3938992 3853168 2292 9 0 3929711 0
[pid=31194/tid=31195] ppid=31192 vsize=15755968 CPUtime=2.05 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) S 31192 31194 30488 0 -1 4202560 35716 0 1 0 201 4 0 0 19 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31197] ppid=31192 vsize=15755968 CPUtime=2.62 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31194 30488 0 -1 4202560 340940 0 0 0 202 60 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31198] ppid=31192 vsize=15755968 CPUtime=2.9 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31194 30488 0 -1 4202560 430891 0 0 0 217 73 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31199] ppid=31192 vsize=15755968 CPUtime=2.31 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31194 30488 0 -1 4202560 341148 0 0 0 171 60 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31200] ppid=31192 vsize=15755968 CPUtime=2.61 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31194 30488 0 -1 4202560 317876 0 0 0 204 57 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31201] ppid=31192 vsize=15755968 CPUtime=3.18 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31194 30488 0 -1 4202560 414621 0 0 0 248 70 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31202] ppid=31192 vsize=15755968 CPUtime=3.04 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31194 30488 0 -1 4202560 411276 0 0 0 230 74 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31203] ppid=31192 vsize=15755968 CPUtime=2.16 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31194 30488 0 -1 4202560 231224 0 0 0 177 39 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31204] ppid=31192 vsize=15755968 CPUtime=2.71 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31194 30488 0 -1 4202560 383276 0 0 0 203 68 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31205] ppid=31192 vsize=15755968 CPUtime=47.19 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31194 30488 0 -1 4202560 594092 0 0 0 4655 64 0 0 15 0 22 0 523105685 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 0 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31206] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31194 30488 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31207] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31194 30488 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31208] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512515505 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31209] ppid=31192 vsize=15755968 CPUtime=1.2 cores=0,2,4,6
/proc/31194/task/31209/stat : 31209 (java) S 31192 31194 30488 0 -1 4202560 3823 0 0 0 120 0 0 0 15 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31210] ppid=31192 vsize=15755968 CPUtime=1.63 cores=0,2,4,6
/proc/31194/task/31210/stat : 31210 (java) S 31192 31194 30488 0 -1 4202560 21074 0 0 0 160 3 0 0 16 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31211] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31211/stat : 31211 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31212] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31212/stat : 31212 (java) S 31192 31194 30488 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31213] ppid=31192 vsize=15755968 CPUtime=1127 cores=0,2,4,6
/proc/31194/task/31213/stat : 31213 (java) R 31192 31194 30488 0 -1 4202560 96935 0 0 0 112689 11 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 47787293292325 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31194/tid=31214] ppid=31192 vsize=15755968 CPUtime=1125 cores=0,2,4,6
/proc/31194/task/31214/stat : 31214 (java) R 31192 31194 30488 0 -1 4202560 92289 0 0 0 112489 11 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 47787293292376 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=15755968 CPUtime=1124.45 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) R 31192 31194 30488 0 -1 4202560 95120 0 0 0 112432 13 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912506159780 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31194/tid=31216] ppid=31192 vsize=15755968 CPUtime=1125.72 cores=0,2,4,6
/proc/31194/task/31216/stat : 31216 (java) R 31192 31194 30488 0 -1 4202560 90273 0 0 0 112561 11 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505584618 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4575.93
Current children cumulated vsize (KiB) 15755968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.2 s]
/proc/loadavg: 6.25 7.53 7.57 5/193 31269
/proc/meminfo: memFree=15549976/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=15755968 CPUtime=4800.41 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31194 30488 0 -1 4202496 3902041 0 1 0 479415 626 0 0 25 0 22 0 523105683 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 3938992 3853168 2292 9 0 3929711 0
[pid=31194/tid=31195] ppid=31192 vsize=15755968 CPUtime=2.05 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) S 31192 31194 30488 0 -1 4202560 35716 0 1 0 201 4 0 0 19 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31197] ppid=31192 vsize=15755968 CPUtime=2.62 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31194 30488 0 -1 4202560 340940 0 0 0 202 60 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31198] ppid=31192 vsize=15755968 CPUtime=2.9 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31194 30488 0 -1 4202560 430891 0 0 0 217 73 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31199] ppid=31192 vsize=15755968 CPUtime=2.31 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31194 30488 0 -1 4202560 341148 0 0 0 171 60 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31200] ppid=31192 vsize=15755968 CPUtime=2.61 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31194 30488 0 -1 4202560 317876 0 0 0 204 57 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31201] ppid=31192 vsize=15755968 CPUtime=3.18 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31194 30488 0 -1 4202560 414621 0 0 0 248 70 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31202] ppid=31192 vsize=15755968 CPUtime=3.04 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31194 30488 0 -1 4202560 411276 0 0 0 230 74 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 6 0 0 0
[pid=31194/tid=31203] ppid=31192 vsize=15755968 CPUtime=2.16 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31194 30488 0 -1 4202560 231224 0 0 0 177 39 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31204] ppid=31192 vsize=15755968 CPUtime=2.71 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31194 30488 0 -1 4202560 383276 0 0 0 203 68 0 0 16 0 22 0 523105684 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31205] ppid=31192 vsize=15755968 CPUtime=49.47 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31194 30488 0 -1 4202560 594096 0 0 0 4883 64 0 0 16 0 22 0 523105685 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 0 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31206] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31194 30488 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31207] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31194 30488 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523105686 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31208] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512515505 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31209] ppid=31192 vsize=15755968 CPUtime=1.2 cores=0,2,4,6
/proc/31194/task/31209/stat : 31209 (java) S 31192 31194 30488 0 -1 4202560 3823 0 0 0 120 0 0 0 15 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31210] ppid=31192 vsize=15755968 CPUtime=1.63 cores=0,2,4,6
/proc/31194/task/31210/stat : 31210 (java) S 31192 31194 30488 0 -1 4202560 21074 0 0 0 160 3 0 0 16 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 2 0 0 0
[pid=31194/tid=31211] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31211/stat : 31211 (java) S 31192 31194 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512507801 0 4 0 16800975 18446604453876773248 0 0 -1 4 0 0 0
[pid=31194/tid=31212] ppid=31192 vsize=15755968 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31212/stat : 31212 (java) S 31192 31194 30488 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523105688 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 254512508416 0 4 0 16800975 18446604453876773248 0 0 -1 0 0 0 0
[pid=31194/tid=31213] ppid=31192 vsize=15755968 CPUtime=1182.63 cores=0,2,4,6
/proc/31194/task/31213/stat : 31213 (java) R 31192 31194 30488 0 -1 4202560 96936 0 0 0 118252 11 0 0 24 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505825108 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31194/tid=31214] ppid=31192 vsize=15755968 CPUtime=1180.63 cores=0,2,4,6
/proc/31194/task/31214/stat : 31214 (java) R 31192 31194 30488 0 -1 4202560 92290 0 0 0 118051 12 0 0 24 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505825218 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=15755968 CPUtime=1179.76 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) R 31192 31194 30488 0 -1 4202560 95121 0 0 0 117963 13 0 0 24 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505584624 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31194/tid=31216] ppid=31192 vsize=15755968 CPUtime=1181.35 cores=0,2,4,6
/proc/31194/task/31216/stat : 31216 (java) R 31192 31194 30488 0 -1 4202560 90277 0 0 0 118123 12 0 0 25 0 22 0 523105753 16134111232 3853168 33554432000 1073741824 1073778376 140733945577408 18446744073709551615 46912505737104 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15755968

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

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

[startup+1240.4 s]
/proc/loadavg: 6.25 7.53 7.57 5/193 31269
/proc/meminfo: memFree=15549976/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=0 CPUtime=4800.65 cores=0,2,4,6
/proc/31194/stat : 31194 (java) Z 31192 31194 30488 0 -1 4203548 3902068 0 1 0 479422 643 0 0 17 0 2 0 523105683 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 0 0 0 0 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=0 CPUtime=1179.95 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) R 31192 31194 30488 0 -1 4203588 95121 0 0 0 117965 30 0 0 25 0 2 0 523105753 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.65
Current children cumulated vsize (KiB) 0

[startup+1240.6 s]
/proc/loadavg: 6.25 7.53 7.57 5/193 31269
/proc/meminfo: memFree=15549976/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=0 CPUtime=4800.85 cores=0,2,4,6
/proc/31194/stat : 31194 (java) Z 31192 31194 30488 0 -1 4203548 3902068 0 1 0 479422 663 0 0 17 0 2 0 523105683 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 0 0 0 0 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=0 CPUtime=1180.15 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) R 31192 31194 30488 0 -1 4203588 95121 0 0 0 117965 50 0 0 25 0 2 0 523105753 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.85
Current children cumulated vsize (KiB) 0

[startup+1240.7 s]
/proc/loadavg: 6.25 7.53 7.57 5/193 31269
/proc/meminfo: memFree=15549976/32950928 swapFree=67111464/67111528
[pid=31194] ppid=31192 vsize=0 CPUtime=4800.95 cores=0,2,4,6
/proc/31194/stat : 31194 (java) Z 31192 31194 30488 0 -1 4203548 3902068 0 1 0 479422 673 0 0 17 0 2 0 523105683 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31194/statm: 0 0 0 0 0 0 0
[pid=31194/tid=31215] ppid=31192 vsize=0 CPUtime=1180.25 cores=0,2,4,6
/proc/31194/task/31215/stat : 31215 (java) R 31192 31194 30488 0 -1 4203588 95121 0 0 0 117965 60 0 0 25 0 2 0 523105753 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.95
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1240.8
CPU time (s): 4801.06
CPU user time (s): 4794.23
CPU system time (s): 6.83696
CPU usage (%): 386.933
Max. virtual memory (cumulated for all children) (KiB): 15756868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.23
system time used= 6.83696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3902068
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= 28789
involuntary context switches= 51834

runsolver used 2.06669 second user time and 4.74328 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 00:11:30
IDJOB=3312443
IDBENCH=82628
IDSOLVER=1699
FILE ID=node149/3312443-1304115090
RUNJOBID= node149-1304113882-31007
PBS_JOBID= 13170671
Free space on /tmp= 71928 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312443-1304115090/watcher-3312443-1304115090 -o /tmp/evaluation-result-3312443-1304115090/solver-3312443-1304115090 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312443-1304115090.cnf

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

MD5SUM BENCH= 15b86e0c1384321ea7bbac2466a811a7
RANDOM SEED=390214868

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30856004 kB
Buffers:        439296 kB
Cached:        1094356 kB
SwapCached:         60 kB
Active:         269712 kB
Inactive:      1455452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30856004 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            5888 kB
Writeback:           0 kB
AnonPages:      191060 kB
Mapped:          22852 kB
Slab:           305280 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   823804 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= 71928 MiB
End job on node149 at 2011-04-30 00:32:12