Trace number 3312201

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 (hbr=2)? (TO) 4801.14 1250.15

General information on the benchmark

Namemanol-pipe-f7nidw.cnf
MD5SUMb950ebec64dc35544d8f8bf6957e7bc2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.7028
Satisfiable
(Un)Satisfiability was proved
Number of variables310434
Number of clauses923497
Sum of the clauses size2154825
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2615664
Number of clauses of size 3307832
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:50 INFO : Reading from input HOME/instance-3312201-1304075510.cnf
3.43/3.14	Executor set job limit to 1000000
3.43/3.14	Executor set job limit to 1000000
3.43/3.14	Executor set job limit to 1000000
3.43/3.14	Executor set job limit to 1000000
3.43/3.14	Starting Executor!
3.43/3.14	Starting Executor!
3.43/3.14	Starting Executor!
3.43/3.15	Starting Executor!
38.37/35.89	12:26 INFO : 277656 variables remaining out of 310434
38.37/35.89	12:26 INFO : 8054569 literals remaining out of 3078322

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

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

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


[startup+0 s]
/proc/loadavg: 6.85 7.79 7.92 2/194 6316
/proc/meminfo: memFree=31679540/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 1428 0 0 0 0 0 0 0 22 0 2 0 499966645 29065216 898 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 7096 898 686 9 0 381 0
[pid=6316/tid=6317] ppid=6314 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) R 6314 6316 5456 0 -1 4202560 89 0 0 0 0 0 0 0 18 0 2 0 499966645 31313920 915 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270333421032 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.023987 s]
/proc/loadavg: 6.85 7.79 7.92 2/194 6316
/proc/meminfo: memFree=31679540/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15668624 CPUtime=0.01 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 3406 0 1 0 1 0 0 0 22 0 12 0 499966645 16044670976 2848 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3917156 2848 1627 9 0 3907904 0
[pid=6316/tid=6317] ppid=6314 vsize=15668624 CPUtime=0.01 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) S 6314 6316 5456 0 -1 4202560 2038 0 1 0 1 0 0 0 22 0 12 0 499966645 16044670976 2848 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16784584 18446604471161553920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15668624

[startup+0.100533 s]
/proc/loadavg: 6.85 7.79 7.92 2/194 6316
/proc/meminfo: memFree=31679540/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15676784 CPUtime=0.11 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 5623 0 1 0 10 1 0 0 22 0 18 0 499966645 16053026816 5044 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3919196 5044 2118 9 0 3909915 0
[pid=6316/tid=6317] ppid=6314 vsize=15676784 CPUtime=0.08 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) R 6314 6316 5456 0 -1 4202560 3478 0 1 0 8 0 0 0 18 0 18 0 499966645 16053026816 5045 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 47802884299875 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676784

[startup+0.300496 s]
/proc/loadavg: 6.85 7.79 7.92 2/194 6316
/proc/meminfo: memFree=31679540/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15679908 CPUtime=0.52 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 16133 0 1 0 50 2 0 0 22 0 18 0 499966645 16056225792 14519 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3919977 14527 2207 9 0 3910696 0
[pid=6316/tid=6317] ppid=6314 vsize=15679908 CPUtime=0.28 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) R 6314 6316 5456 0 -1 4202560 10929 0 1 0 27 1 0 0 18 0 18 0 499966645 16056225792 14531 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505641137 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679908

[startup+0.700419 s]
/proc/loadavg: 6.85 7.79 7.92 2/194 6316
/proc/meminfo: memFree=31679540/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15679908 CPUtime=0.93 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 42498 0 1 0 88 5 0 0 22 0 18 0 499966645 16056225792 40881 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3919977 40881 2223 9 0 3910696 0
[pid=6316/tid=6317] ppid=6314 vsize=15679908 CPUtime=0.68 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) R 6314 6316 5456 0 -1 4202560 35494 0 1 0 64 4 0 0 18 0 18 0 499966645 16056225792 40881 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505585072 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15679908

[startup+1.50126 s]
/proc/loadavg: 6.46 7.70 7.89 3/212 6334
/proc/meminfo: memFree=31363632/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15679908 CPUtime=1.75 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 76391 0 1 0 165 10 0 0 22 0 18 0 499966645 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3919977 74770 2223 9 0 3910696 0
[pid=6316/tid=6317] ppid=6314 vsize=15679908 CPUtime=1.46 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) R 6314 6316 5456 0 -1 4202560 65641 0 1 0 139 7 0 0 19 0 18 0 499966645 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 47802884639831 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6316/tid=6319] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6319/stat : 6319 (java) S 6314 6316 5456 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6320] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6320/stat : 6320 (java) S 6314 6316 5456 0 -1 4202560 940 0 0 0 0 0 0 0 16 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6321] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6321/stat : 6321 (java) S 6314 6316 5456 0 -1 4202560 1320 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6322] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6322/stat : 6322 (java) S 6314 6316 5456 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6323] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6323/stat : 6323 (java) S 6314 6316 5456 0 -1 4202560 1296 0 0 0 0 0 0 0 16 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6324] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6324/stat : 6324 (java) S 6314 6316 5456 0 -1 4202560 358 0 0 0 0 0 0 0 16 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6325] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6325/stat : 6325 (java) S 6314 6316 5456 0 -1 4202560 1363 0 0 0 0 0 0 0 16 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6326] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6326/stat : 6326 (java) S 6314 6316 5456 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 18 0 499966646 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6327] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6327/stat : 6327 (java) S 6314 6316 5456 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 18 0 499966647 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6328] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6328/stat : 6328 (java) S 6314 6316 5456 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 499966647 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6329] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6329/stat : 6329 (java) S 6314 6316 5456 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 499966647 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6330] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6330/stat : 6330 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 499966649 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6331] ppid=6314 vsize=15679908 CPUtime=0.12 cores=1,3,5,7
/proc/6316/task/6331/stat : 6331 (java) S 6314 6316 5456 0 -1 4202560 1240 0 0 0 12 0 0 0 20 0 18 0 499966649 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6332] ppid=6314 vsize=15679908 CPUtime=0.1 cores=1,3,5,7
/proc/6316/task/6332/stat : 6332 (java) S 6314 6316 5456 0 -1 4202560 2580 0 0 0 10 0 0 0 15 0 18 0 499966649 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6333] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6333/stat : 6333 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 499966649 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6334] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6334/stat : 6334 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 499966649 16056225792 74770 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15679908

[startup+3.10095 s]
/proc/loadavg: 6.46 7.70 7.89 3/212 6334
/proc/meminfo: memFree=30968716/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15679908 CPUtime=3.43 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 146099 0 1 0 325 18 0 0 22 0 18 0 499966645 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3919977 144474 2241 9 0 3910696 0
[pid=6316/tid=6317] ppid=6314 vsize=15679908 CPUtime=3.05 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) R 6314 6316 5456 0 -1 4202560 126596 0 1 0 291 14 0 0 23 0 18 0 499966645 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505513355 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6316/tid=6319] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6319/stat : 6319 (java) S 6314 6316 5456 0 -1 4202560 2962 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6320] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6320/stat : 6320 (java) S 6314 6316 5456 0 -1 4202560 6061 0 0 0 0 0 0 0 16 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6321] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6321/stat : 6321 (java) S 6314 6316 5456 0 -1 4202560 1344 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6322] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6322/stat : 6322 (java) S 6314 6316 5456 0 -1 4202560 318 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6323] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6323/stat : 6323 (java) S 6314 6316 5456 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6324] ppid=6314 vsize=15679908 CPUtime=0.01 cores=1,3,5,7
/proc/6316/task/6324/stat : 6324 (java) S 6314 6316 5456 0 -1 4202560 358 0 0 0 1 0 0 0 15 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6325] ppid=6314 vsize=15679908 CPUtime=0.01 cores=1,3,5,7
/proc/6316/task/6325/stat : 6325 (java) S 6314 6316 5456 0 -1 4202560 1408 0 0 0 1 0 0 0 15 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6326] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6326/stat : 6326 (java) S 6314 6316 5456 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 18 0 499966646 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6327] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6327/stat : 6327 (java) S 6314 6316 5456 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 499966647 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6328] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6328/stat : 6328 (java) S 6314 6316 5456 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 499966647 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6329] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6329/stat : 6329 (java) S 6314 6316 5456 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 499966647 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6330] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6330/stat : 6330 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 499966649 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6331] ppid=6314 vsize=15679908 CPUtime=0.14 cores=1,3,5,7
/proc/6316/task/6331/stat : 6331 (java) S 6314 6316 5456 0 -1 4202560 1259 0 0 0 14 0 0 0 15 0 18 0 499966649 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6332] ppid=6314 vsize=15679908 CPUtime=0.13 cores=1,3,5,7
/proc/6316/task/6332/stat : 6332 (java) S 6314 6316 5456 0 -1 4202560 2638 0 0 0 13 0 0 0 15 0 18 0 499966649 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6333] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6333/stat : 6333 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 499966649 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6334] ppid=6314 vsize=15679908 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6334/stat : 6334 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 499966649 16056225792 144474 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15679908

[startup+6.30131 s]
/proc/loadavg: 6.46 7.70 7.89 5/220 6342
/proc/meminfo: memFree=30467696/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15692572 CPUtime=7.78 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 177196 0 1 0 756 22 0 0 22 0 22 0 499966645 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3923143 169690 2266 9 0 3913862 0
[pid=6316/tid=6317] ppid=6314 vsize=15692572 CPUtime=6.24 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) R 6314 6316 5456 0 -1 4202560 143930 0 1 0 609 15 0 0 25 0 22 0 499966645 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912506138842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6316/tid=6319] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6319/stat : 6319 (java) S 6314 6316 5456 0 -1 4202560 2962 0 0 0 0 0 0 0 15 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6320] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6320/stat : 6320 (java) S 6314 6316 5456 0 -1 4202560 6061 0 0 0 0 0 0 0 16 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6321] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6321/stat : 6321 (java) S 6314 6316 5456 0 -1 4202560 1344 0 0 0 0 0 0 0 15 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6322] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6322/stat : 6322 (java) S 6314 6316 5456 0 -1 4202560 318 0 0 0 0 0 0 0 15 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6323] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6323/stat : 6323 (java) S 6314 6316 5456 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6324] ppid=6314 vsize=15692572 CPUtime=0.01 cores=1,3,5,7
/proc/6316/task/6324/stat : 6324 (java) S 6314 6316 5456 0 -1 4202560 358 0 0 0 1 0 0 0 15 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6325] ppid=6314 vsize=15692572 CPUtime=0.01 cores=1,3,5,7
/proc/6316/task/6325/stat : 6325 (java) S 6314 6316 5456 0 -1 4202560 1408 0 0 0 1 0 0 0 15 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6326] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6326/stat : 6326 (java) S 6314 6316 5456 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 499966646 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6327] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6327/stat : 6327 (java) S 6314 6316 5456 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 22 0 499966647 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6328] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6328/stat : 6328 (java) S 6314 6316 5456 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 499966647 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6329] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6329/stat : 6329 (java) S 6314 6316 5456 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 499966647 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6330] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6330/stat : 6330 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 499966649 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6331] ppid=6314 vsize=15692572 CPUtime=0.56 cores=1,3,5,7
/proc/6316/task/6331/stat : 6331 (java) S 6314 6316 5456 0 -1 4202560 3417 0 0 0 56 0 0 0 15 0 22 0 499966649 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6332] ppid=6314 vsize=15692572 CPUtime=0.86 cores=1,3,5,7
/proc/6316/task/6332/stat : 6332 (java) S 6314 6316 5456 0 -1 4202560 14200 0 0 0 84 2 0 0 16 0 22 0 499966649 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6333] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6333/stat : 6333 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 499966649 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6334] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6334/stat : 6334 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 499966649 16069193728 169690 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0

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

/proc/6316/task/6320/stat : 6320 (java) S 6314 6316 5456 0 -1 4202560 513431 0 0 0 1245 75 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6321] ppid=6314 vsize=15692572 CPUtime=10.83 cores=1,3,5,7
/proc/6316/task/6321/stat : 6321 (java) S 6314 6316 5456 0 -1 4202560 437837 0 0 0 1017 66 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6322] ppid=6314 vsize=15692572 CPUtime=10.85 cores=1,3,5,7
/proc/6316/task/6322/stat : 6322 (java) S 6314 6316 5456 0 -1 4202560 421815 0 0 0 1025 60 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6323] ppid=6314 vsize=15692572 CPUtime=12 cores=1,3,5,7
/proc/6316/task/6323/stat : 6323 (java) S 6314 6316 5456 0 -1 4202560 382840 0 0 0 1143 57 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6324] ppid=6314 vsize=15692572 CPUtime=9.89 cores=1,3,5,7
/proc/6316/task/6324/stat : 6324 (java) S 6314 6316 5456 0 -1 4202560 456715 0 0 0 920 69 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6325] ppid=6314 vsize=15692572 CPUtime=11.96 cores=1,3,5,7
/proc/6316/task/6325/stat : 6325 (java) S 6314 6316 5456 0 -1 4202560 433951 0 0 0 1130 66 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6326] ppid=6314 vsize=15692572 CPUtime=11.41 cores=1,3,5,7
/proc/6316/task/6326/stat : 6326 (java) S 6314 6316 5456 0 -1 4202560 419403 0 0 0 1072 69 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6327] ppid=6314 vsize=15692572 CPUtime=14.24 cores=1,3,5,7
/proc/6316/task/6327/stat : 6327 (java) S 6314 6316 5456 0 -1 4202560 137991 0 0 0 1410 14 0 0 15 0 22 0 499966647 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6328] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6328/stat : 6328 (java) S 6314 6316 5456 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499966647 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6329] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6329/stat : 6329 (java) S 6314 6316 5456 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499966647 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6330] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6330/stat : 6330 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6331] ppid=6314 vsize=15692572 CPUtime=1.42 cores=1,3,5,7
/proc/6316/task/6331/stat : 6331 (java) S 6314 6316 5456 0 -1 4202560 3572 0 0 0 142 0 0 0 15 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6332] ppid=6314 vsize=15692572 CPUtime=1.81 cores=1,3,5,7
/proc/6316/task/6332/stat : 6332 (java) S 6314 6316 5456 0 -1 4202560 14275 0 0 0 179 2 0 0 15 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6333] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6333/stat : 6333 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6334] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6334/stat : 6334 (java) S 6314 6316 5456 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6335] ppid=6314 vsize=15692572 CPUtime=1151.22 cores=1,3,5,7
/proc/6316/task/6335/stat : 6335 (java) R 6314 6316 5456 0 -1 4202560 16758 0 0 0 115121 1 0 0 25 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505799469 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6316/tid=6336] ppid=6314 vsize=15692572 CPUtime=1145.1 cores=1,3,5,7
/proc/6316/task/6336/stat : 6336 (java) R 6314 6316 5456 0 -1 4202560 36738 0 0 0 114507 3 0 0 25 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505928173 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6316/tid=6337] ppid=6314 vsize=15692572 CPUtime=1166.68 cores=1,3,5,7
/proc/6316/task/6337/stat : 6337 (java) R 6314 6316 5456 0 -1 4202560 43910 0 0 0 116663 5 0 0 25 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 18446744073699066048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6316/tid=6338] ppid=6314 vsize=15692572 CPUtime=1167.05 cores=1,3,5,7
/proc/6316/task/6338/stat : 6338 (java) R 6314 6316 5456 0 -1 4202560 4628 0 0 0 116704 1 0 0 25 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912506196973 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4774.69
Current children cumulated vsize (KiB) 15692572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1249.5 s]
/proc/loadavg: 8.40 8.21 8.00 5/194 6398
/proc/meminfo: memFree=16246048/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15692572 CPUtime=4800.08 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 3943420 0 1 0 479427 581 0 0 22 0 22 0 499966645 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3923143 3859730 2294 9 0 3913862 0
[pid=6316/tid=6317] ppid=6314 vsize=15692572 CPUtime=35.42 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) S 6314 6316 5456 0 -1 4202560 251828 0 1 0 3516 26 0 0 18 0 22 0 499966645 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6319] ppid=6314 vsize=15692572 CPUtime=11.43 cores=1,3,5,7
/proc/6316/task/6319/stat : 6319 (java) S 6314 6316 5456 0 -1 4202560 366271 0 0 0 1086 57 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6320] ppid=6314 vsize=15692572 CPUtime=13.2 cores=1,3,5,7
/proc/6316/task/6320/stat : 6320 (java) S 6314 6316 5456 0 -1 4202560 513431 0 0 0 1245 75 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6321] ppid=6314 vsize=15692572 CPUtime=10.83 cores=1,3,5,7
/proc/6316/task/6321/stat : 6321 (java) S 6314 6316 5456 0 -1 4202560 437837 0 0 0 1017 66 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6322] ppid=6314 vsize=15692572 CPUtime=10.85 cores=1,3,5,7
/proc/6316/task/6322/stat : 6322 (java) S 6314 6316 5456 0 -1 4202560 421815 0 0 0 1025 60 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6323] ppid=6314 vsize=15692572 CPUtime=12 cores=1,3,5,7
/proc/6316/task/6323/stat : 6323 (java) S 6314 6316 5456 0 -1 4202560 382840 0 0 0 1143 57 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6324] ppid=6314 vsize=15692572 CPUtime=9.89 cores=1,3,5,7
/proc/6316/task/6324/stat : 6324 (java) S 6314 6316 5456 0 -1 4202560 456715 0 0 0 920 69 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6325] ppid=6314 vsize=15692572 CPUtime=11.96 cores=1,3,5,7
/proc/6316/task/6325/stat : 6325 (java) S 6314 6316 5456 0 -1 4202560 433951 0 0 0 1130 66 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6326] ppid=6314 vsize=15692572 CPUtime=11.41 cores=1,3,5,7
/proc/6316/task/6326/stat : 6326 (java) S 6314 6316 5456 0 -1 4202560 419403 0 0 0 1072 69 0 0 16 0 22 0 499966646 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6327] ppid=6314 vsize=15692572 CPUtime=15.37 cores=1,3,5,7
/proc/6316/task/6327/stat : 6327 (java) S 6314 6316 5456 0 -1 4202560 137991 0 0 0 1523 14 0 0 15 0 22 0 499966647 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6328] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6328/stat : 6328 (java) S 6314 6316 5456 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499966647 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6329] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6329/stat : 6329 (java) S 6314 6316 5456 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499966647 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6330] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6330/stat : 6330 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6331] ppid=6314 vsize=15692572 CPUtime=1.42 cores=1,3,5,7
/proc/6316/task/6331/stat : 6331 (java) S 6314 6316 5456 0 -1 4202560 3572 0 0 0 142 0 0 0 15 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6332] ppid=6314 vsize=15692572 CPUtime=1.81 cores=1,3,5,7
/proc/6316/task/6332/stat : 6332 (java) S 6314 6316 5456 0 -1 4202560 14275 0 0 0 179 2 0 0 15 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6333] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6333/stat : 6333 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6334] ppid=6314 vsize=15692572 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6334/stat : 6334 (java) S 6314 6316 5456 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 499966649 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6335] ppid=6314 vsize=15692572 CPUtime=1157.3 cores=1,3,5,7
/proc/6316/task/6335/stat : 6335 (java) R 6314 6316 5456 0 -1 4202560 16758 0 0 0 115729 1 0 0 19 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505755221 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6316/tid=6336] ppid=6314 vsize=15692572 CPUtime=1151.18 cores=1,3,5,7
/proc/6316/task/6336/stat : 6336 (java) R 6314 6316 5456 0 -1 4202560 36739 0 0 0 115115 3 0 0 19 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912506107768 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6316/tid=6337] ppid=6314 vsize=15692572 CPUtime=1172.76 cores=1,3,5,7
/proc/6316/task/6337/stat : 6337 (java) R 6314 6316 5456 0 -1 4202560 43910 0 0 0 117271 5 0 0 19 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912506107158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6316/tid=6338] ppid=6314 vsize=15692572 CPUtime=1173.08 cores=1,3,5,7
/proc/6316/task/6338/stat : 6338 (java) R 6314 6316 5456 0 -1 4202560 4628 0 0 0 117307 1 0 0 19 0 22 0 499966960 16069193728 3859730 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505755221 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 15692572

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

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

[startup+1249.62 s]
/proc/loadavg: 8.40 8.21 8.00 5/194 6398
/proc/meminfo: memFree=16246048/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=15694628 CPUtime=4800.5 cores=1,3,5,7
/proc/6316/stat : 6316 (java) S 6314 6316 5456 0 -1 4202496 3943446 0 1 0 479469 581 0 0 18 0 22 0 499966645 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 3923657 3859756 2295 9 0 3914376 0
[pid=6316/tid=6317] ppid=6314 vsize=15694628 CPUtime=35.42 cores=1,3,5,7
/proc/6316/task/6317/stat : 6317 (java) S 6314 6316 5456 0 -1 4202560 251828 0 1 0 3516 26 0 0 18 0 22 0 499966645 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6319] ppid=6314 vsize=15694628 CPUtime=11.43 cores=1,3,5,7
/proc/6316/task/6319/stat : 6319 (java) S 6314 6316 5456 0 -1 4202560 366271 0 0 0 1086 57 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6320] ppid=6314 vsize=15694628 CPUtime=13.2 cores=1,3,5,7
/proc/6316/task/6320/stat : 6320 (java) S 6314 6316 5456 0 -1 4202560 513431 0 0 0 1245 75 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6321] ppid=6314 vsize=15694628 CPUtime=10.83 cores=1,3,5,7
/proc/6316/task/6321/stat : 6321 (java) S 6314 6316 5456 0 -1 4202560 437837 0 0 0 1017 66 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6322] ppid=6314 vsize=15694628 CPUtime=10.85 cores=1,3,5,7
/proc/6316/task/6322/stat : 6322 (java) S 6314 6316 5456 0 -1 4202560 421815 0 0 0 1025 60 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6323] ppid=6314 vsize=15694628 CPUtime=12 cores=1,3,5,7
/proc/6316/task/6323/stat : 6323 (java) S 6314 6316 5456 0 -1 4202560 382840 0 0 0 1143 57 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 3 0 0 0
[pid=6316/tid=6324] ppid=6314 vsize=15694628 CPUtime=9.89 cores=1,3,5,7
/proc/6316/task/6324/stat : 6324 (java) S 6314 6316 5456 0 -1 4202560 456715 0 0 0 920 69 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6325] ppid=6314 vsize=15694628 CPUtime=11.96 cores=1,3,5,7
/proc/6316/task/6325/stat : 6325 (java) S 6314 6316 5456 0 -1 4202560 433951 0 0 0 1130 66 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6326] ppid=6314 vsize=15694628 CPUtime=11.41 cores=1,3,5,7
/proc/6316/task/6326/stat : 6326 (java) S 6314 6316 5456 0 -1 4202560 419403 0 0 0 1072 69 0 0 16 0 22 0 499966646 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6327] ppid=6314 vsize=15694628 CPUtime=15.37 cores=1,3,5,7
/proc/6316/task/6327/stat : 6327 (java) S 6314 6316 5456 0 -1 4202560 137991 0 0 0 1523 14 0 0 15 0 22 0 499966647 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350200320 0 0 0 16800975 18446604471161553920 0 0 -1 1 0 0 0
[pid=6316/tid=6328] ppid=6314 vsize=15694628 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6328/stat : 6328 (java) S 6314 6316 5456 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499966647 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6329] ppid=6314 vsize=15694628 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6329/stat : 6329 (java) S 6314 6316 5456 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499966647 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6330] ppid=6314 vsize=15694628 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6330/stat : 6330 (java) S 6314 6316 5456 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499966649 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350207409 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6331] ppid=6314 vsize=15694628 CPUtime=1.42 cores=1,3,5,7
/proc/6316/task/6331/stat : 6331 (java) S 6314 6316 5456 0 -1 4202560 3572 0 0 0 142 0 0 0 15 0 22 0 499966649 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 7 0 0 0
[pid=6316/tid=6332] ppid=6314 vsize=15694628 CPUtime=1.81 cores=1,3,5,7
/proc/6316/task/6332/stat : 6332 (java) S 6314 6316 5456 0 -1 4202560 14275 0 0 0 179 2 0 0 15 0 22 0 499966649 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6333] ppid=6314 vsize=15694628 CPUtime=0 cores=1,3,5,7
/proc/6316/task/6333/stat : 6333 (java) S 6314 6316 5456 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 499966649 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 270350199705 0 4 0 16800975 18446604471161553920 0 0 -1 5 0 0 0
[pid=6316/tid=6335] ppid=6314 vsize=15694628 CPUtime=1157.4 cores=1,3,5,7
/proc/6316/task/6335/stat : 6335 (java) R 6314 6316 5456 0 -1 4202560 16758 0 0 0 115739 1 0 0 19 0 22 0 499966960 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505799448 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6316/tid=6336] ppid=6314 vsize=15694628 CPUtime=1151.28 cores=1,3,5,7
/proc/6316/task/6336/stat : 6336 (java) R 6314 6316 5456 0 -1 4202560 36739 0 0 0 115125 3 0 0 19 0 22 0 499966960 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912505609269 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6316/tid=6337] ppid=6314 vsize=15694628 CPUtime=1172.86 cores=1,3,5,7
/proc/6316/task/6337/stat : 6337 (java) R 6314 6316 5456 0 -1 4202560 43910 0 0 0 117281 5 0 0 19 0 22 0 499966960 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912506107711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6316/tid=6338] ppid=6314 vsize=15694628 CPUtime=1173.19 cores=1,3,5,7
/proc/6316/task/6338/stat : 6338 (java) R 6314 6316 5456 0 -1 4202560 4628 0 0 0 117318 1 0 0 19 0 22 0 499966960 16071299072 3859756 33554432000 1073741824 1073778376 140737302680688 18446744073709551615 46912506107819 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.5
Current children cumulated vsize (KiB) 15694628

[startup+1250 s]
/proc/loadavg: 8.40 8.21 8.00 5/194 6398
/proc/meminfo: memFree=16246048/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=0 CPUtime=4800.98 cores=1,3,5,7
/proc/6316/stat : 6316 (java) Z 6314 6316 5456 0 -1 4203548 3943446 0 1 0 479482 616 0 0 16 0 2 0 499966645 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 0 0 0 0 0 0 0
[pid=6316/tid=6336] ppid=6314 vsize=0 CPUtime=1151.67 cores=1,3,5,7
/proc/6316/task/6336/stat : 6336 (java) R 6314 6316 5456 0 -1 4203588 36739 0 0 0 115128 39 0 0 20 0 2 0 499966960 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.98
Current children cumulated vsize (KiB) 0

[startup+1250.1 s]
/proc/loadavg: 8.40 8.21 8.00 5/194 6398
/proc/meminfo: memFree=16246048/32951124 swapFree=67111356/67111528
[pid=6316] ppid=6314 vsize=0 CPUtime=4801.08 cores=1,3,5,7
/proc/6316/stat : 6316 (java) Z 6314 6316 5456 0 -1 4203548 3943446 0 1 0 479482 626 0 0 16 0 2 0 499966645 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6316/statm: 0 0 0 0 0 0 0
[pid=6316/tid=6336] ppid=6314 vsize=0 CPUtime=1151.77 cores=1,3,5,7
/proc/6316/task/6336/stat : 6336 (java) R 6314 6316 5456 0 -1 4203588 36739 0 0 0 115128 49 0 0 20 0 2 0 499966960 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4801.08
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1250.15
CPU time (s): 4801.14
CPU user time (s): 4794.82
CPU system time (s): 6.31204
CPU usage (%): 384.046
Max. virtual memory (cumulated for all children) (KiB): 15694628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.82
system time used= 6.31204
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3943446
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= 35205
involuntary context switches= 58422

runsolver used 2.06768 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 13:11:50
IDJOB=3312201
IDBENCH=69619
IDSOLVER=1698
FILE ID=node143/3312201-1304075510
RUNJOBID= node143-1304075509-6280
PBS_JOBID= 13170467
Free space on /tmp= 72892 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f7nidw.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312201-1304075510/watcher-3312201-1304075510 -o /tmp/evaluation-result-3312201-1304075510/solver-3312201-1304075510 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312201-1304075510.cnf -hbr 2

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

MD5SUM BENCH= b950ebec64dc35544d8f8bf6957e7bc2
RANDOM SEED=544471130

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31679688 kB
Buffers:        204316 kB
Cached:         715412 kB
SwapCached:        168 kB
Active:         312492 kB
Inactive:       679740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31679688 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           35672 kB
Writeback:           0 kB
AnonPages:       71628 kB
Mapped:          21684 kB
Slab:           214000 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   773572 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= 72908 MiB
End job on node143 at 2011-04-29 13:32:42