Trace number 3312704

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) 4800.13 1207.13

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
MD5SUM420ae9a699afd6f172f364b156d160ff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.335
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.11/0.11	19:07 INFO : Reading from input HOME/instance-3312704-1304129947.cnf
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
1.00/0.50	19:07 INFO : 60 variables remaining out of 60
1.00/0.50	19:07 INFO : 42720 literals remaining out of 42720

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-3312704-1304129947/watcher-3312704-1304129947 -o /tmp/evaluation-result-3312704-1304129947/solver-3312704-1304129947 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312704-1304129947.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: 7.38 7.92 7.96 3/194 6432
/proc/meminfo: memFree=24384488/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 1415 0 0 0 0 0 0 0 25 0 2 0 524592412 26714112 885 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 6522 885 678 9 0 381 0
[pid=6432/tid=6433] ppid=6430 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 524592413 27824128 894 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212682751623 0 2147483391 4096 0 18446744071699199166 0 0 -1 3 0 0 0

[startup+0.0152959 s]
/proc/loadavg: 7.38 7.92 7.96 3/194 6432
/proc/meminfo: memFree=24384488/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 3034 0 1 0 0 0 0 0 25 0 10 0 524592412 15965847552 2474 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3897912 2476 1511 9 0 3888660 0
[pid=6432/tid=6433] ppid=6430 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) R 6430 6432 5765 0 -1 4202560 1670 0 1 0 0 0 0 0 25 0 10 0 524592413 15965847552 2477 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 47956445030419 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100284 s]
/proc/loadavg: 7.38 7.92 7.96 3/194 6432
/proc/meminfo: memFree=24384488/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15676248 CPUtime=0.11 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 5620 0 1 0 9 2 0 0 25 0 18 0 524592412 16052477952 5041 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3919062 5041 2118 9 0 3909781 0
[pid=6432/tid=6433] ppid=6430 vsize=15676248 CPUtime=0.08 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) R 6430 6432 5765 0 -1 4202560 3489 0 1 0 7 1 0 0 25 0 18 0 524592413 16052477952 5041 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699502027 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676248

[startup+0.300248 s]
/proc/loadavg: 7.38 7.92 7.96 3/194 6432
/proc/meminfo: memFree=24384488/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15681860 CPUtime=0.51 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 15762 0 1 0 48 3 0 0 25 0 18 0 524592412 16058224640 13978 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3920465 13985 2208 9 0 3911184 0
[pid=6432/tid=6433] ppid=6430 vsize=15681860 CPUtime=0.28 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) R 6430 6432 5765 0 -1 4202560 10615 0 1 0 26 2 0 0 25 0 18 0 524592413 16058224640 13989 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505365719 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) 15681860

[startup+0.701137 s]
/proc/loadavg: 7.38 7.92 7.96 3/194 6432
/proc/meminfo: memFree=24384488/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15700480 CPUtime=1.65 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 29703 0 1 0 160 5 0 0 25 0 22 0 524592412 16077291520 24940 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3925120 24940 2259 9 0 3915839 0
[pid=6432/tid=6433] ppid=6430 vsize=15700480 CPUtime=0.48 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 12388 0 1 0 46 2 0 0 25 0 22 0 524592413 16077291520 24940 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 15700480

[startup+1.50099 s]
/proc/loadavg: 7.38 7.92 7.96 14/220 6458
/proc/meminfo: memFree=24071368/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15704580 CPUtime=4.8 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 63180 0 1 0 471 9 0 0 25 0 22 0 524592412 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3926145 51098 2279 9 0 3916864 0
[pid=6432/tid=6433] ppid=6430 vsize=15704580 CPUtime=0.48 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 12388 0 1 0 46 2 0 0 25 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5765 0 -1 4202560 971 0 0 0 0 0 0 0 16 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5765 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5765 0 -1 4202560 1358 0 0 0 0 0 0 0 16 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5765 0 -1 4202560 423 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5765 0 -1 4202560 389 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5765 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 524592414 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 0 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6445/stat : 6445 (java) S 6430 6432 5765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6446/stat : 6446 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699498929 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=15704580 CPUtime=0.87 cores=1,3,5,7
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5765 0 -1 4202560 13489 0 0 0 85 2 0 0 25 0 22 0 524592417 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=15704580 CPUtime=1.12 cores=1,3,5,7
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5765 0 -1 4202560 9339 0 0 0 112 0 0 0 16 0 22 0 524592417 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6449] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6449/stat : 6449 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6450] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6450/stat : 6450 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524592417 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6455] ppid=6430 vsize=15704580 CPUtime=0.38 cores=1,3,5,7
/proc/6432/task/6455/stat : 6455 (java) R 6430 6432 5765 0 -1 4202560 5668 0 0 0 38 0 0 0 23 0 22 0 524592444 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505226136 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6432/tid=6456] ppid=6430 vsize=15704580 CPUtime=0.5 cores=1,3,5,7
/proc/6432/task/6456/stat : 6456 (java) R 6430 6432 5765 0 -1 4202560 4165 0 0 0 50 0 0 0 22 0 22 0 524592444 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505808776 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6432/tid=6457] ppid=6430 vsize=15704580 CPUtime=0.61 cores=1,3,5,7
/proc/6432/task/6457/stat : 6457 (java) R 6430 6432 5765 0 -1 4202560 4268 0 0 0 61 0 0 0 18 0 22 0 524592444 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505807717 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6432/tid=6458] ppid=6430 vsize=15704580 CPUtime=0.75 cores=1,3,5,7
/proc/6432/task/6458/stat : 6458 (java) R 6430 6432 5765 0 -1 4202560 9157 0 0 0 74 1 0 0 16 0 22 0 524592444 16081489920 51098 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505933793 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 15704580

[startup+3.1007 s]
/proc/loadavg: 7.38 7.92 7.96 10/220 6458
/proc/meminfo: memFree=23876564/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15704580 CPUtime=11.18 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 95757 0 1 0 1104 14 0 0 25 0 22 0 524592412 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3926145 83648 2286 9 0 3916864 0
[pid=6432/tid=6433] ppid=6430 vsize=15704580 CPUtime=0.48 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 12388 0 1 0 46 2 0 0 25 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5765 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5765 0 -1 4202560 1970 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5765 0 -1 4202560 565 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5765 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5765 0 -1 4202560 846 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5765 0 -1 4202560 1522 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5765 0 -1 4202560 829 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5765 0 -1 4202560 1278 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5765 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 22 0 524592414 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 0 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6445/stat : 6445 (java) S 6430 6432 5765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6446/stat : 6446 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699498929 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=15704580 CPUtime=0.98 cores=1,3,5,7
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5765 0 -1 4202560 13539 0 0 0 96 2 0 0 16 0 22 0 524592417 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=15704580 CPUtime=1.21 cores=1,3,5,7
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5765 0 -1 4202560 9383 0 0 0 121 0 0 0 16 0 22 0 524592417 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6449] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6449/stat : 6449 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6450] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6450/stat : 6450 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524592417 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6455] ppid=6430 vsize=15704580 CPUtime=1.85 cores=1,3,5,7
/proc/6432/task/6455/stat : 6455 (java) R 6430 6432 5765 0 -1 4202560 12826 0 0 0 184 1 0 0 25 0 22 0 524592444 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505869655 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6432/tid=6456] ppid=6430 vsize=15704580 CPUtime=1.99 cores=1,3,5,7
/proc/6432/task/6456/stat : 6456 (java) R 6430 6432 5765 0 -1 4202560 11497 0 0 0 198 1 0 0 25 0 22 0 524592444 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505927116 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6432/tid=6457] ppid=6430 vsize=15704580 CPUtime=2.19 cores=1,3,5,7
/proc/6432/task/6457/stat : 6457 (java) R 6430 6432 5765 0 -1 4202560 11239 0 0 0 218 1 0 0 20 0 22 0 524592444 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505801033 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6432/tid=6458] ppid=6430 vsize=15704580 CPUtime=2.33 cores=1,3,5,7
/proc/6432/task/6458/stat : 6458 (java) R 6430 6432 5765 0 -1 4202560 16224 0 0 0 232 1 0 0 18 0 22 0 524592444 16081489920 83648 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505913323 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (KiB) 15704580

[startup+6.30112 s]
/proc/loadavg: 7.59 7.96 7.97 10/220 6459
/proc/meminfo: memFree=23481988/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15704580 CPUtime=23.93 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 98911 0 1 0 2379 14 0 0 25 0 22 0 524592412 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3926145 84176 2289 9 0 3916864 0
[pid=6432/tid=6433] ppid=6430 vsize=15704580 CPUtime=0.48 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 12388 0 1 0 46 2 0 0 25 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5765 0 -1 4202560 369 0 0 0 0 0 0 0 16 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=15704580 CPUtime=0.01 cores=1,3,5,7
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5765 0 -1 4202560 2137 0 0 0 1 0 0 0 16 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5765 0 -1 4202560 1012 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5765 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5765 0 -1 4202560 1067 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5765 0 -1 4202560 1980 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5765 0 -1 4202560 1224 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5765 0 -1 4202560 2022 0 0 0 0 0 0 0 15 0 22 0 524592413 16081489920 84176 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0

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

[pid=6432/tid=6456] ppid=6430 vsize=15704580 CPUtime=1108.41 cores=1,3,5,7
/proc/6432/task/6456/stat : 6456 (java) R 6430 6432 5765 0 -1 4202560 149378 0 0 0 110807 34 0 0 25 0 22 0 524592444 16081489920 82148 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6432/tid=6457] ppid=6430 vsize=15704580 CPUtime=1108.21 cores=1,3,5,7
/proc/6432/task/6457/stat : 6457 (java) R 6430 6432 5765 0 -1 4202560 149095 0 0 0 110789 32 0 0 25 0 22 0 524592444 16081489920 82148 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505800495 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6432/tid=6458] ppid=6430 vsize=15704580 CPUtime=1108.57 cores=1,3,5,7
/proc/6432/task/6458/stat : 6458 (java) R 6430 6432 5765 0 -1 4202560 155031 0 0 0 110823 34 0 0 25 0 22 0 524592444 16081489920 82148 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505714208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4462.87
Current children cumulated vsize (KiB) 15704580

[startup+1182.3 s]
/proc/loadavg: 8.18 8.06 8.01 10/220 6490
/proc/meminfo: memFree=23813220/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15704580 CPUtime=4701.48 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 1202501 0 1 0 469808 340 0 0 25 0 22 0 524592412 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3926145 73892 2299 9 0 3916864 0
[pid=6432/tid=6433] ppid=6430 vsize=15704580 CPUtime=0.48 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 12388 0 1 0 46 2 0 0 25 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=15704580 CPUtime=3.37 cores=1,3,5,7
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5765 0 -1 4202560 64318 0 0 0 321 16 0 0 15 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=15704580 CPUtime=3.24 cores=1,3,5,7
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5765 0 -1 4202560 66001 0 0 0 309 15 0 0 16 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=15704580 CPUtime=3.32 cores=1,3,5,7
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5765 0 -1 4202560 66656 0 0 0 315 17 0 0 15 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=15704580 CPUtime=3.36 cores=1,3,5,7
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5765 0 -1 4202560 64519 0 0 0 321 15 0 0 15 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=15704580 CPUtime=3.28 cores=1,3,5,7
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5765 0 -1 4202560 65014 0 0 0 312 16 0 0 16 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=15704580 CPUtime=3.27 cores=1,3,5,7
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5765 0 -1 4202560 65770 0 0 0 309 18 0 0 15 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=15704580 CPUtime=3.33 cores=1,3,5,7
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5765 0 -1 4202560 63589 0 0 0 317 16 0 0 15 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=15704580 CPUtime=3.37 cores=1,3,5,7
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5765 0 -1 4202560 65679 0 0 0 318 19 0 0 15 0 22 0 524592413 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=15704580 CPUtime=2.1 cores=1,3,5,7
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5765 0 -1 4202560 3179 0 0 0 154 56 0 0 15 0 22 0 524592414 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 0 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6445/stat : 6445 (java) S 6430 6432 5765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6446/stat : 6446 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699498929 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=15704580 CPUtime=1.08 cores=1,3,5,7
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5765 0 -1 4202560 13559 0 0 0 106 2 0 0 15 0 22 0 524592417 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=15704580 CPUtime=1.3 cores=1,3,5,7
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5765 0 -1 4202560 9396 0 0 0 130 0 0 0 15 0 22 0 524592417 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6449] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6449/stat : 6449 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6450] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6450/stat : 6450 (java) S 6430 6432 5765 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 524592417 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6455] ppid=6430 vsize=15704580 CPUtime=1166.61 cores=1,3,5,7
/proc/6432/task/6455/stat : 6455 (java) R 6430 6432 5765 0 -1 4202560 160973 0 0 0 116628 33 0 0 25 0 22 0 524592444 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505969607 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6432/tid=6456] ppid=6430 vsize=15704580 CPUtime=1167.67 cores=1,3,5,7
/proc/6432/task/6456/stat : 6456 (java) R 6430 6432 5765 0 -1 4202560 157735 0 0 0 116731 36 0 0 25 0 22 0 524592444 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505808157 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6457] ppid=6430 vsize=15704580 CPUtime=1167.59 cores=1,3,5,7
/proc/6432/task/6457/stat : 6457 (java) R 6430 6432 5765 0 -1 4202560 158298 0 0 0 116726 33 0 0 25 0 22 0 524592444 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505913365 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6432/tid=6458] ppid=6430 vsize=15704580 CPUtime=1167.95 cores=1,3,5,7
/proc/6432/task/6458/stat : 6458 (java) R 6430 6432 5765 0 -1 4202560 163977 0 0 0 116759 36 0 0 25 0 22 0 524592444 16081489920 73892 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505809736 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4701.48
Current children cumulated vsize (KiB) 15704580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 8.11 8.05 8.01 5/197 6494
/proc/meminfo: memFree=24116956/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15704580 CPUtime=4800.08 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 1226978 0 1 0 479662 346 0 0 25 0 22 0 524592412 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3926145 70417 2299 9 0 3916864 0
[pid=6432/tid=6433] ppid=6430 vsize=15704580 CPUtime=0.48 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 12388 0 1 0 46 2 0 0 25 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=15704580 CPUtime=3.43 cores=1,3,5,7
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5765 0 -1 4202560 64814 0 0 0 327 16 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=15704580 CPUtime=3.3 cores=1,3,5,7
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5765 0 -1 4202560 66542 0 0 0 315 15 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=15704580 CPUtime=3.38 cores=1,3,5,7
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5765 0 -1 4202560 67240 0 0 0 321 17 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=15704580 CPUtime=3.42 cores=1,3,5,7
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5765 0 -1 4202560 65233 0 0 0 327 15 0 0 16 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=15704580 CPUtime=3.36 cores=1,3,5,7
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5765 0 -1 4202560 65658 0 0 0 319 17 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=15704580 CPUtime=3.33 cores=1,3,5,7
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5765 0 -1 4202560 66132 0 0 0 315 18 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=15704580 CPUtime=3.4 cores=1,3,5,7
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5765 0 -1 4202560 63975 0 0 0 324 16 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=15704580 CPUtime=3.43 cores=1,3,5,7
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5765 0 -1 4202560 66366 0 0 0 324 19 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=15704580 CPUtime=2.17 cores=1,3,5,7
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5765 0 -1 4202560 3259 0 0 0 159 58 0 0 15 0 22 0 524592414 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 0 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6445/stat : 6445 (java) S 6430 6432 5765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6446/stat : 6446 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699498929 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=15704580 CPUtime=1.08 cores=1,3,5,7
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5765 0 -1 4202560 13559 0 0 0 106 2 0 0 15 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=15704580 CPUtime=1.3 cores=1,3,5,7
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5765 0 -1 4202560 9396 0 0 0 130 0 0 0 15 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6449] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6449/stat : 6449 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6450] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6450/stat : 6450 (java) S 6430 6432 5765 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6455] ppid=6430 vsize=15704580 CPUtime=1191.12 cores=1,3,5,7
/proc/6432/task/6455/stat : 6455 (java) R 6430 6432 5765 0 -1 4202560 165990 0 0 0 119079 33 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6456] ppid=6430 vsize=15704580 CPUtime=1192.18 cores=1,3,5,7
/proc/6432/task/6456/stat : 6456 (java) R 6430 6432 5765 0 -1 4202560 162779 0 0 0 119181 37 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505869629 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6432/tid=6457] ppid=6430 vsize=15704580 CPUtime=1192.08 cores=1,3,5,7
/proc/6432/task/6457/stat : 6457 (java) R 6430 6432 5765 0 -1 4202560 163254 0 0 0 119174 34 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6432/tid=6458] ppid=6430 vsize=15704580 CPUtime=1192.45 cores=1,3,5,7
/proc/6432/task/6458/stat : 6458 (java) R 6430 6432 5765 0 -1 4202560 168942 0 0 0 119207 38 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505810026 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 15704580

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

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

[startup+1207.1 s]
/proc/loadavg: 8.11 8.05 8.01 5/197 6494
/proc/meminfo: memFree=24116956/32951124 swapFree=67111524/67111528
[pid=6432] ppid=6430 vsize=15704580 CPUtime=4800.08 cores=1,3,5,7
/proc/6432/stat : 6432 (java) S 6430 6432 5765 0 -1 4202496 1226978 0 1 0 479662 346 0 0 25 0 22 0 524592412 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699477989 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6432/statm: 3926145 70417 2299 9 0 3916864 0
[pid=6432/tid=6433] ppid=6430 vsize=15704580 CPUtime=0.48 cores=1,3,5,7
/proc/6432/task/6433/stat : 6433 (java) S 6430 6432 5765 0 -1 4202560 12388 0 1 0 46 2 0 0 25 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6435] ppid=6430 vsize=15704580 CPUtime=3.43 cores=1,3,5,7
/proc/6432/task/6435/stat : 6435 (java) S 6430 6432 5765 0 -1 4202560 64814 0 0 0 327 16 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6436] ppid=6430 vsize=15704580 CPUtime=3.3 cores=1,3,5,7
/proc/6432/task/6436/stat : 6436 (java) S 6430 6432 5765 0 -1 4202560 66542 0 0 0 315 15 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6437] ppid=6430 vsize=15704580 CPUtime=3.38 cores=1,3,5,7
/proc/6432/task/6437/stat : 6437 (java) S 6430 6432 5765 0 -1 4202560 67240 0 0 0 321 17 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6438] ppid=6430 vsize=15704580 CPUtime=3.42 cores=1,3,5,7
/proc/6432/task/6438/stat : 6438 (java) S 6430 6432 5765 0 -1 4202560 65233 0 0 0 327 15 0 0 16 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6439] ppid=6430 vsize=15704580 CPUtime=3.36 cores=1,3,5,7
/proc/6432/task/6439/stat : 6439 (java) S 6430 6432 5765 0 -1 4202560 65658 0 0 0 319 17 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6440] ppid=6430 vsize=15704580 CPUtime=3.33 cores=1,3,5,7
/proc/6432/task/6440/stat : 6440 (java) S 6430 6432 5765 0 -1 4202560 66132 0 0 0 315 18 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6441] ppid=6430 vsize=15704580 CPUtime=3.4 cores=1,3,5,7
/proc/6432/task/6441/stat : 6441 (java) S 6430 6432 5765 0 -1 4202560 63975 0 0 0 324 16 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6442] ppid=6430 vsize=15704580 CPUtime=3.43 cores=1,3,5,7
/proc/6432/task/6442/stat : 6442 (java) S 6430 6432 5765 0 -1 4202560 66366 0 0 0 324 19 0 0 15 0 22 0 524592413 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6443] ppid=6430 vsize=15704580 CPUtime=2.17 cores=1,3,5,7
/proc/6432/task/6443/stat : 6443 (java) S 6430 6432 5765 0 -1 4202560 3259 0 0 0 159 58 0 0 15 0 22 0 524592414 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 0 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6444] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6444/stat : 6444 (java) S 6430 6432 5765 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6445] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6445/stat : 6445 (java) S 6430 6432 5765 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524592414 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6446] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6446/stat : 6446 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699498929 0 4 0 16800975 18446604469485678656 0 0 -1 3 0 0 0
[pid=6432/tid=6447] ppid=6430 vsize=15704580 CPUtime=1.08 cores=1,3,5,7
/proc/6432/task/6447/stat : 6447 (java) S 6430 6432 5765 0 -1 4202560 13559 0 0 0 106 2 0 0 15 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 7 0 0 0
[pid=6432/tid=6448] ppid=6430 vsize=15704580 CPUtime=1.3 cores=1,3,5,7
/proc/6432/task/6448/stat : 6448 (java) S 6430 6432 5765 0 -1 4202560 9396 0 0 0 130 0 0 0 15 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 5 0 0 0
[pid=6432/tid=6449] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6449/stat : 6449 (java) S 6430 6432 5765 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491225 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6450] ppid=6430 vsize=15704580 CPUtime=0 cores=1,3,5,7
/proc/6432/task/6450/stat : 6450 (java) S 6430 6432 5765 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524592417 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 212699491840 0 4 0 16800975 18446604469485678656 0 0 -1 1 0 0 0
[pid=6432/tid=6455] ppid=6430 vsize=15704580 CPUtime=1191.12 cores=1,3,5,7
/proc/6432/task/6455/stat : 6455 (java) R 6430 6432 5765 0 -1 4202560 165990 0 0 0 119079 33 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6432/tid=6456] ppid=6430 vsize=15704580 CPUtime=1192.18 cores=1,3,5,7
/proc/6432/task/6456/stat : 6456 (java) R 6430 6432 5765 0 -1 4202560 162779 0 0 0 119181 37 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505869629 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6432/tid=6457] ppid=6430 vsize=15704580 CPUtime=1192.08 cores=1,3,5,7
/proc/6432/task/6457/stat : 6457 (java) R 6430 6432 5765 0 -1 4202560 163254 0 0 0 119174 34 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6432/tid=6458] ppid=6430 vsize=15704580 CPUtime=1192.45 cores=1,3,5,7
/proc/6432/task/6458/stat : 6458 (java) R 6430 6432 5765 0 -1 4202560 168942 0 0 0 119207 38 0 0 25 0 22 0 524592444 16081489920 70417 33554432000 1073741824 1073778376 140733438553904 18446744073709551615 46912505810026 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 15704580

Child status: 143
Real time (s): 1207.13
CPU time (s): 4800.13
CPU user time (s): 4796.65
CPU system time (s): 3.48347
CPU usage (%): 397.649
Max. virtual memory (cumulated for all children) (KiB): 15707080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.65
system time used= 3.48347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1227003
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= 303269
involuntary context switches= 168253

runsolver used 1.90371 second user time and 4.72828 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 04:19:07
IDJOB=3312704
IDBENCH=82889
IDSOLVER=1699
FILE ID=node139/3312704-1304129947
RUNJOBID= node139-1304128737-5784
PBS_JOBID= 13170782
Free space on /tmp= 72900 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312704-1304129947/watcher-3312704-1304129947 -o /tmp/evaluation-result-3312704-1304129947/solver-3312704-1304129947 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312704-1304129947.cnf

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

MD5SUM BENCH= 420ae9a699afd6f172f364b156d160ff
RANDOM SEED=888140029

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24385008 kB
Buffers:       2054124 kB
Cached:        5916808 kB
SwapCached:          4 kB
Active:         962320 kB
Inactive:      7084780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24385008 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3588 kB
Writeback:           0 kB
AnonPages:       76524 kB
Mapped:          22844 kB
Slab:           454436 kB
PageTables:       4296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777608 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= 72900 MiB
End job on node139 at 2011-04-30 04:39:16