Trace number 3311832

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) 4800.26 1207.34

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.32395
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.11/0.11	24:36 INFO : Reading from input HOME/instance-3311832-1304090676.cnf
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
1.72/0.96	24:37 INFO : 760 variables remaining out of 760
1.72/0.96	24:37 INFO : 262454 literals remaining out of 131627

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

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

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


[startup+0 s]
/proc/loadavg: 7.38 7.83 7.13 2/194 2491
/proc/meminfo: memFree=20689300/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/2491/stat : 2491 (java) R 2489 2491 567 0 -1 4202496 935 0 0 0 0 0 0 0 25 0 1 0 599298257 23580672 422 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231890528000 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2491/statm: 5757 435 335 9 0 124 0
[pid=2491/tid=2492] ppid=2489 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) R 2489 2491 567 0 -1 4202560 103 0 0 0 0 0 0 0 25 0 2 0 599298258 31313920 929 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231890527351 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0117659 s]
/proc/loadavg: 7.38 7.83 7.13 2/194 2491
/proc/meminfo: memFree=20689300/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15589660 CPUtime=0 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 2457 0 1 0 0 0 0 0 25 0 10 0 599298257 15963811840 1900 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3897415 1900 1055 9 0 3888571 0
[pid=2491/tid=2492] ppid=2489 vsize=15589660 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) S 2489 2491 567 0 -1 4202560 1092 0 1 0 0 0 0 0 25 0 10 0 599298258 15963811840 1900 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907319775 0 2147483391 0 16784584 18446744071699215550 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15589660

[startup+0.103355 s]
/proc/loadavg: 7.38 7.83 7.13 2/194 2491
/proc/meminfo: memFree=20689300/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15677088 CPUtime=0.11 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 5669 0 1 0 10 1 0 0 25 0 18 0 599298257 16053338112 5109 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3919272 5109 2119 9 0 3909991 0
[pid=2491/tid=2492] ppid=2489 vsize=15677088 CPUtime=0.09 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) R 2489 2491 567 0 -1 4202560 3549 0 1 0 9 0 0 0 18 0 18 0 599298258 16053338112 5110 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 47271568643800 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15677088

[startup+0.300351 s]
/proc/loadavg: 7.38 7.83 7.13 2/194 2491
/proc/meminfo: memFree=20689300/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15684256 CPUtime=0.52 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 14512 0 1 0 51 1 0 0 25 0 18 0 599298257 16060678144 13314 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3921064 13322 2206 9 0 3911783 0
[pid=2491/tid=2492] ppid=2489 vsize=15684256 CPUtime=0.28 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) R 2489 2491 567 0 -1 4202560 9714 0 1 0 27 1 0 0 18 0 18 0 599298258 16060678144 13325 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505641201 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15684256

[startup+0.701247 s]
/proc/loadavg: 7.38 7.83 7.13 2/194 2491
/proc/meminfo: memFree=20689300/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15702388 CPUtime=1.25 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 38724 0 1 0 121 4 0 0 25 0 22 0 599298257 16079245312 35620 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3925597 35620 2235 9 0 3916316 0
[pid=2491/tid=2492] ppid=2489 vsize=15702388 CPUtime=0.68 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) R 2489 2491 567 0 -1 4202560 28724 0 1 0 65 3 0 0 20 0 22 0 599298258 16079245312 35620 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 47271569458071 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 15702388

[startup+1.50098 s]
/proc/loadavg: 7.38 7.83 7.13 9/220 2517
/proc/meminfo: memFree=20417348/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15705032 CPUtime=3.49 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 54733 0 1 0 344 5 0 0 25 0 22 0 599298257 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3926258 50518 2270 9 0 3916977 0
[pid=2491/tid=2492] ppid=2489 vsize=15705032 CPUtime=0.95 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) S 2489 2491 567 0 -1 4202560 30628 0 1 0 92 3 0 0 18 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2494] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2494/stat : 2494 (java) S 2489 2491 567 0 -1 4202560 1217 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2495] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2495/stat : 2495 (java) S 2489 2491 567 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2496] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2496/stat : 2496 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2497] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2497/stat : 2497 (java) S 2489 2491 567 0 -1 4202560 1851 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2498] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2498/stat : 2498 (java) S 2489 2491 567 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2499] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2499/stat : 2499 (java) S 2489 2491 567 0 -1 4202560 614 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2500] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2500/stat : 2500 (java) S 2489 2491 567 0 -1 4202560 2149 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2501] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2501/stat : 2501 (java) S 2489 2491 567 0 -1 4202560 637 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2502] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2502/stat : 2502 (java) S 2489 2491 567 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 599298259 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 0 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2503] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2503/stat : 2503 (java) S 2489 2491 567 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2504] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2504/stat : 2504 (java) S 2489 2491 567 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2505] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2505/stat : 2505 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907314097 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2506] ppid=2489 vsize=15705032 CPUtime=0.62 cores=0,2,4,6
/proc/2491/task/2506/stat : 2506 (java) R 2489 2491 567 0 -1 4202560 7649 0 0 0 62 0 0 0 24 0 22 0 599298262 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907316405 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2507] ppid=2489 vsize=15705032 CPUtime=0.6 cores=0,2,4,6
/proc/2491/task/2507/stat : 2507 (java) R 2489 2491 567 0 -1 4202560 3031 0 0 0 60 0 0 0 16 0 22 0 599298262 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 47271568901309 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2491/tid=2508] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2508/stat : 2508 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2509] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2509/stat : 2509 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599298262 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2514] ppid=2489 vsize=15705032 CPUtime=0.34 cores=0,2,4,6
/proc/2491/task/2514/stat : 2514 (java) R 2489 2491 567 0 -1 4202560 500 0 0 0 34 0 0 0 16 0 22 0 599298299 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505921483 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2491/tid=2515] ppid=2489 vsize=15705032 CPUtime=0.13 cores=0,2,4,6
/proc/2491/task/2515/stat : 2515 (java) R 2489 2491 567 0 -1 4202560 76 0 0 0 13 0 0 0 15 0 22 0 599298299 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505790607 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2516] ppid=2489 vsize=15705032 CPUtime=0.33 cores=0,2,4,6
/proc/2491/task/2516/stat : 2516 (java) R 2489 2491 567 0 -1 4202560 2518 0 0 0 33 0 0 0 16 0 22 0 599298299 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 47271573256446 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2491/tid=2517] ppid=2489 vsize=15705032 CPUtime=0.44 cores=0,2,4,6
/proc/2491/task/2517/stat : 2517 (java) R 2489 2491 567 0 -1 4202560 2015 0 0 0 44 0 0 0 16 0 22 0 599298299 16081952768 50518 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912506011152 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 15705032

[startup+3.10068 s]
/proc/loadavg: 7.38 7.83 7.13 12/220 2517
/proc/meminfo: memFree=20049656/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15705032 CPUtime=9.86 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 153820 0 1 0 967 19 0 0 25 0 22 0 599298257 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3926258 149583 2277 9 0 3916977 0
[pid=2491/tid=2492] ppid=2489 vsize=15705032 CPUtime=0.95 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) S 2489 2491 567 0 -1 4202560 30628 0 1 0 92 3 0 0 18 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2494] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2494/stat : 2494 (java) S 2489 2491 567 0 -1 4202560 3547 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2495] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2495/stat : 2495 (java) S 2489 2491 567 0 -1 4202560 3181 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2496] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2496/stat : 2496 (java) S 2489 2491 567 0 -1 4202560 2258 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2497] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2497/stat : 2497 (java) S 2489 2491 567 0 -1 4202560 5450 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2498] ppid=2489 vsize=15705032 CPUtime=0.01 cores=0,2,4,6
/proc/2491/task/2498/stat : 2498 (java) S 2489 2491 567 0 -1 4202560 4069 0 0 0 1 0 0 0 15 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2499] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2499/stat : 2499 (java) S 2489 2491 567 0 -1 4202560 3816 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2500] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2500/stat : 2500 (java) S 2489 2491 567 0 -1 4202560 2149 0 0 0 0 0 0 0 15 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2501] ppid=2489 vsize=15705032 CPUtime=0.01 cores=0,2,4,6
/proc/2491/task/2501/stat : 2501 (java) S 2489 2491 567 0 -1 4202560 3626 0 0 0 1 0 0 0 15 0 22 0 599298258 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2502] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2502/stat : 2502 (java) S 2489 2491 567 0 -1 4202560 455 0 0 0 0 0 0 0 15 0 22 0 599298259 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 0 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2503] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2503/stat : 2503 (java) S 2489 2491 567 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2504] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2504/stat : 2504 (java) S 2489 2491 567 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2505] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2505/stat : 2505 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907314097 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2506] ppid=2489 vsize=15705032 CPUtime=0.63 cores=0,2,4,6
/proc/2491/task/2506/stat : 2506 (java) R 2489 2491 567 0 -1 4202560 7656 0 0 0 63 0 0 0 21 0 22 0 599298262 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2507] ppid=2489 vsize=15705032 CPUtime=0.87 cores=0,2,4,6
/proc/2491/task/2507/stat : 2507 (java) S 2489 2491 567 0 -1 4202560 3064 0 0 0 87 0 0 0 15 0 22 0 599298262 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2508] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2508/stat : 2508 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2509] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2509/stat : 2509 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 599298262 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2514] ppid=2489 vsize=15705032 CPUtime=1.9 cores=0,2,4,6
/proc/2491/task/2514/stat : 2514 (java) R 2489 2491 567 0 -1 4202560 20489 0 0 0 189 1 0 0 17 0 22 0 599298299 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505921487 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2491/tid=2515] ppid=2489 vsize=15705032 CPUtime=1.67 cores=0,2,4,6
/proc/2491/task/2515/stat : 2515 (java) R 2489 2491 567 0 -1 4202560 19450 0 0 0 164 3 0 0 17 0 22 0 599298299 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505535951 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2516] ppid=2489 vsize=15705032 CPUtime=1.7 cores=0,2,4,6
/proc/2491/task/2516/stat : 2516 (java) R 2489 2491 567 0 -1 4202560 21209 0 0 0 168 2 0 0 17 0 22 0 599298299 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505883244 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=2491/tid=2517] ppid=2489 vsize=15705032 CPUtime=1.96 cores=0,2,4,6
/proc/2491/task/2517/stat : 2517 (java) R 2489 2491 567 0 -1 4202560 21387 0 0 0 194 2 0 0 17 0 22 0 599298299 16081952768 149583 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505935370 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 15705032

[startup+6.30108 s]
/proc/loadavg: 7.59 7.87 7.15 9/220 2517
/proc/meminfo: memFree=18542376/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15705032 CPUtime=22.63 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 282908 0 1 0 2228 35 0 0 25 0 22 0 599298257 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3926258 277990 2284 9 0 3916977 0
[pid=2491/tid=2492] ppid=2489 vsize=15705032 CPUtime=0.95 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) S 2489 2491 567 0 -1 4202560 30628 0 1 0 92 3 0 0 18 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2494] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2494/stat : 2494 (java) S 2489 2491 567 0 -1 4202560 4134 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2495] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2495/stat : 2495 (java) S 2489 2491 567 0 -1 4202560 4750 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2496] ppid=2489 vsize=15705032 CPUtime=0.01 cores=0,2,4,6
/proc/2491/task/2496/stat : 2496 (java) S 2489 2491 567 0 -1 4202560 2615 0 0 0 1 0 0 0 15 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2497] ppid=2489 vsize=15705032 CPUtime=0.01 cores=0,2,4,6
/proc/2491/task/2497/stat : 2497 (java) S 2489 2491 567 0 -1 4202560 6143 0 0 0 0 1 0 0 15 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2498] ppid=2489 vsize=15705032 CPUtime=0.01 cores=0,2,4,6
/proc/2491/task/2498/stat : 2498 (java) S 2489 2491 567 0 -1 4202560 5110 0 0 0 1 0 0 0 16 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2499] ppid=2489 vsize=15705032 CPUtime=0.01 cores=0,2,4,6
/proc/2491/task/2499/stat : 2499 (java) S 2489 2491 567 0 -1 4202560 4356 0 0 0 1 0 0 0 15 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2500] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2500/stat : 2500 (java) S 2489 2491 567 0 -1 4202560 3237 0 0 0 0 0 0 0 16 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2501] ppid=2489 vsize=15705032 CPUtime=0.01 cores=0,2,4,6
/proc/2491/task/2501/stat : 2501 (java) S 2489 2491 567 0 -1 4202560 4288 0 0 0 1 0 0 0 15 0 22 0 599298258 16081952768 277990 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0

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

[pid=2491/tid=2515] ppid=2489 vsize=15705032 CPUtime=1107.3 cores=0,2,4,6
/proc/2491/task/2515/stat : 2515 (java) R 2489 2491 567 0 -1 4202560 356894 0 0 0 110678 52 0 0 19 0 22 0 599298299 16081952768 144415 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505883475 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2516] ppid=2489 vsize=15705032 CPUtime=1107.05 cores=0,2,4,6
/proc/2491/task/2516/stat : 2516 (java) R 2489 2491 567 0 -1 4202560 348100 0 0 0 110657 48 0 0 25 0 22 0 599298299 16081952768 144415 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505883279 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2491/tid=2517] ppid=2489 vsize=15705032 CPUtime=1108.21 cores=0,2,4,6
/proc/2491/task/2517/stat : 2517 (java) R 2489 2491 567 0 -1 4202560 348346 0 0 0 110768 53 0 0 25 0 22 0 599298299 16081952768 144415 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505876313 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4462.01
Current children cumulated vsize (KiB) 15705032

[startup+1182.3 s]
/proc/loadavg: 8.34 8.18 7.84 9/220 2552
/proc/meminfo: memFree=19781860/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15705032 CPUtime=4700.7 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 2675671 0 1 0 469551 519 0 0 25 0 22 0 599298257 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3926258 115774 2299 9 0 3916977 0
[pid=2491/tid=2492] ppid=2489 vsize=15705032 CPUtime=0.95 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) S 2489 2491 567 0 -1 4202560 30628 0 1 0 92 3 0 0 18 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2494] ppid=2489 vsize=15705032 CPUtime=3.6 cores=0,2,4,6
/proc/2491/task/2494/stat : 2494 (java) S 2489 2491 567 0 -1 4202560 143607 0 0 0 331 29 0 0 15 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2495] ppid=2489 vsize=15705032 CPUtime=3.5 cores=0,2,4,6
/proc/2491/task/2495/stat : 2495 (java) S 2489 2491 567 0 -1 4202560 141964 0 0 0 323 27 0 0 15 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2496] ppid=2489 vsize=15705032 CPUtime=3.65 cores=0,2,4,6
/proc/2491/task/2496/stat : 2496 (java) S 2489 2491 567 0 -1 4202560 151198 0 0 0 334 31 0 0 15 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2497] ppid=2489 vsize=15705032 CPUtime=3.58 cores=0,2,4,6
/proc/2491/task/2497/stat : 2497 (java) S 2489 2491 567 0 -1 4202560 148287 0 0 0 329 29 0 0 15 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2498] ppid=2489 vsize=15705032 CPUtime=3.72 cores=0,2,4,6
/proc/2491/task/2498/stat : 2498 (java) S 2489 2491 567 0 -1 4202560 153928 0 0 0 344 28 0 0 15 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2499] ppid=2489 vsize=15705032 CPUtime=3.72 cores=0,2,4,6
/proc/2491/task/2499/stat : 2499 (java) S 2489 2491 567 0 -1 4202560 145627 0 0 0 343 29 0 0 16 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2500] ppid=2489 vsize=15705032 CPUtime=3.69 cores=0,2,4,6
/proc/2491/task/2500/stat : 2500 (java) S 2489 2491 567 0 -1 4202560 145737 0 0 0 341 28 0 0 15 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2501] ppid=2489 vsize=15705032 CPUtime=3.61 cores=0,2,4,6
/proc/2491/task/2501/stat : 2501 (java) S 2489 2491 567 0 -1 4202560 143309 0 0 0 336 25 0 0 15 0 22 0 599298258 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2502] ppid=2489 vsize=15705032 CPUtime=2.24 cores=0,2,4,6
/proc/2491/task/2502/stat : 2502 (java) S 2489 2491 567 0 -1 4202560 6976 0 0 0 153 71 0 0 15 0 22 0 599298259 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 0 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2503] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2503/stat : 2503 (java) S 2489 2491 567 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2504] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2504/stat : 2504 (java) S 2489 2491 567 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2505] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2505/stat : 2505 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907314097 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2506] ppid=2489 vsize=15705032 CPUtime=0.8 cores=0,2,4,6
/proc/2491/task/2506/stat : 2506 (java) S 2489 2491 567 0 -1 4202560 9059 0 0 0 80 0 0 0 15 0 22 0 599298262 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2507] ppid=2489 vsize=15705032 CPUtime=1.13 cores=0,2,4,6
/proc/2491/task/2507/stat : 2507 (java) S 2489 2491 567 0 -1 4202560 3126 0 0 0 113 0 0 0 15 0 22 0 599298262 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2508] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2508/stat : 2508 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2509] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2509/stat : 2509 (java) S 2489 2491 567 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 599298262 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2514] ppid=2489 vsize=15705032 CPUtime=1166.01 cores=0,2,4,6
/proc/2491/task/2514/stat : 2514 (java) R 2489 2491 567 0 -1 4202560 363351 0 0 0 116552 49 0 0 25 0 22 0 599298299 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505790605 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2515] ppid=2489 vsize=15705032 CPUtime=1166.53 cores=0,2,4,6
/proc/2491/task/2515/stat : 2515 (java) R 2489 2491 567 0 -1 4202560 368224 0 0 0 116599 54 0 0 25 0 22 0 599298299 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505883566 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2491/tid=2516] ppid=2489 vsize=15705032 CPUtime=1166.38 cores=0,2,4,6
/proc/2491/task/2516/stat : 2516 (java) R 2489 2491 567 0 -1 4202560 359521 0 0 0 116587 51 0 0 25 0 22 0 599298299 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505883328 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2491/tid=2517] ppid=2489 vsize=15705032 CPUtime=1167.42 cores=0,2,4,6
/proc/2491/task/2517/stat : 2517 (java) R 2489 2491 567 0 -1 4202560 359676 0 0 0 116687 55 0 0 25 0 22 0 599298299 16081952768 115774 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 47271573260587 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4700.7
Current children cumulated vsize (KiB) 15705032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.22 8.17 7.85 5/197 2556
/proc/meminfo: memFree=20249760/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15705032 CPUtime=4800.21 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 2734366 0 1 0 479491 530 0 0 25 0 22 0 599298257 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3926258 125126 2299 9 0 3916977 0
[pid=2491/tid=2492] ppid=2489 vsize=15705032 CPUtime=0.95 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) S 2489 2491 567 0 -1 4202560 30628 0 1 0 92 3 0 0 18 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2494] ppid=2489 vsize=15705032 CPUtime=3.67 cores=0,2,4,6
/proc/2491/task/2494/stat : 2494 (java) S 2489 2491 567 0 -1 4202560 145625 0 0 0 337 30 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2495] ppid=2489 vsize=15705032 CPUtime=3.57 cores=0,2,4,6
/proc/2491/task/2495/stat : 2495 (java) S 2489 2491 567 0 -1 4202560 144503 0 0 0 330 27 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2496] ppid=2489 vsize=15705032 CPUtime=3.73 cores=0,2,4,6
/proc/2491/task/2496/stat : 2496 (java) S 2489 2491 567 0 -1 4202560 153784 0 0 0 341 32 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2497] ppid=2489 vsize=15705032 CPUtime=3.66 cores=0,2,4,6
/proc/2491/task/2497/stat : 2497 (java) S 2489 2491 567 0 -1 4202560 151348 0 0 0 336 30 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2498] ppid=2489 vsize=15705032 CPUtime=3.82 cores=0,2,4,6
/proc/2491/task/2498/stat : 2498 (java) S 2489 2491 567 0 -1 4202560 157376 0 0 0 353 29 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2499] ppid=2489 vsize=15705032 CPUtime=3.82 cores=0,2,4,6
/proc/2491/task/2499/stat : 2499 (java) S 2489 2491 567 0 -1 4202560 149017 0 0 0 352 30 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2500] ppid=2489 vsize=15705032 CPUtime=3.76 cores=0,2,4,6
/proc/2491/task/2500/stat : 2500 (java) S 2489 2491 567 0 -1 4202560 147913 0 0 0 348 28 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2501] ppid=2489 vsize=15705032 CPUtime=3.7 cores=0,2,4,6
/proc/2491/task/2501/stat : 2501 (java) S 2489 2491 567 0 -1 4202560 146171 0 0 0 344 26 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2502] ppid=2489 vsize=15705032 CPUtime=2.26 cores=0,2,4,6
/proc/2491/task/2502/stat : 2502 (java) S 2489 2491 567 0 -1 4202560 7174 0 0 0 154 72 0 0 15 0 22 0 599298259 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 0 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2503] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2503/stat : 2503 (java) S 2489 2491 567 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2504] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2504/stat : 2504 (java) S 2489 2491 567 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2505] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2505/stat : 2505 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907314097 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2506] ppid=2489 vsize=15705032 CPUtime=0.8 cores=0,2,4,6
/proc/2491/task/2506/stat : 2506 (java) S 2489 2491 567 0 -1 4202560 9059 0 0 0 80 0 0 0 15 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2507] ppid=2489 vsize=15705032 CPUtime=1.13 cores=0,2,4,6
/proc/2491/task/2507/stat : 2507 (java) S 2489 2491 567 0 -1 4202560 3126 0 0 0 113 0 0 0 15 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2508] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2508/stat : 2508 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2509] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2509/stat : 2509 (java) S 2489 2491 567 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2514] ppid=2489 vsize=15705032 CPUtime=1190.71 cores=0,2,4,6
/proc/2491/task/2514/stat : 2514 (java) R 2489 2491 567 0 -1 4202560 372016 0 0 0 119021 50 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505883336 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2515] ppid=2489 vsize=15705032 CPUtime=1191.19 cores=0,2,4,6
/proc/2491/task/2515/stat : 2515 (java) R 2489 2491 567 0 -1 4202560 377475 0 0 0 119064 55 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2491/tid=2516] ppid=2489 vsize=15705032 CPUtime=1191.12 cores=0,2,4,6
/proc/2491/task/2516/stat : 2516 (java) R 2489 2491 567 0 -1 4202560 368480 0 0 0 119059 53 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505666875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2491/tid=2517] ppid=2489 vsize=15705032 CPUtime=1192.16 cores=0,2,4,6
/proc/2491/task/2517/stat : 2517 (java) R 2489 2491 567 0 -1 4202560 369217 0 0 0 119160 56 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505921445 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15705032

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

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

[startup+1207.3 s]
/proc/loadavg: 8.22 8.17 7.85 5/197 2556
/proc/meminfo: memFree=20249760/32950928 swapFree=67111524/67111528
[pid=2491] ppid=2489 vsize=15705032 CPUtime=4800.21 cores=0,2,4,6
/proc/2491/stat : 2491 (java) S 2489 2491 567 0 -1 4202496 2734366 0 1 0 479491 530 0 0 25 0 22 0 599298257 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2491/statm: 3926258 125126 2299 9 0 3916977 0
[pid=2491/tid=2492] ppid=2489 vsize=15705032 CPUtime=0.95 cores=0,2,4,6
/proc/2491/task/2492/stat : 2492 (java) S 2489 2491 567 0 -1 4202560 30628 0 1 0 92 3 0 0 18 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2494] ppid=2489 vsize=15705032 CPUtime=3.67 cores=0,2,4,6
/proc/2491/task/2494/stat : 2494 (java) S 2489 2491 567 0 -1 4202560 145625 0 0 0 337 30 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2495] ppid=2489 vsize=15705032 CPUtime=3.57 cores=0,2,4,6
/proc/2491/task/2495/stat : 2495 (java) S 2489 2491 567 0 -1 4202560 144503 0 0 0 330 27 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2496] ppid=2489 vsize=15705032 CPUtime=3.73 cores=0,2,4,6
/proc/2491/task/2496/stat : 2496 (java) S 2489 2491 567 0 -1 4202560 153784 0 0 0 341 32 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2497] ppid=2489 vsize=15705032 CPUtime=3.66 cores=0,2,4,6
/proc/2491/task/2497/stat : 2497 (java) S 2489 2491 567 0 -1 4202560 151348 0 0 0 336 30 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2498] ppid=2489 vsize=15705032 CPUtime=3.82 cores=0,2,4,6
/proc/2491/task/2498/stat : 2498 (java) S 2489 2491 567 0 -1 4202560 157376 0 0 0 353 29 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2499] ppid=2489 vsize=15705032 CPUtime=3.82 cores=0,2,4,6
/proc/2491/task/2499/stat : 2499 (java) S 2489 2491 567 0 -1 4202560 149017 0 0 0 352 30 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2500] ppid=2489 vsize=15705032 CPUtime=3.76 cores=0,2,4,6
/proc/2491/task/2500/stat : 2500 (java) S 2489 2491 567 0 -1 4202560 147913 0 0 0 348 28 0 0 16 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2501] ppid=2489 vsize=15705032 CPUtime=3.7 cores=0,2,4,6
/proc/2491/task/2501/stat : 2501 (java) S 2489 2491 567 0 -1 4202560 146171 0 0 0 344 26 0 0 15 0 22 0 599298258 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2502] ppid=2489 vsize=15705032 CPUtime=2.26 cores=0,2,4,6
/proc/2491/task/2502/stat : 2502 (java) S 2489 2491 567 0 -1 4202560 7174 0 0 0 154 72 0 0 15 0 22 0 599298259 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 0 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2503] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2503/stat : 2503 (java) S 2489 2491 567 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2504] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2504/stat : 2504 (java) S 2489 2491 567 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 599298260 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 0 0 0 0
[pid=2491/tid=2505] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2505/stat : 2505 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907314097 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2506] ppid=2489 vsize=15705032 CPUtime=0.8 cores=0,2,4,6
/proc/2491/task/2506/stat : 2506 (java) S 2489 2491 567 0 -1 4202560 9059 0 0 0 80 0 0 0 15 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 2 0 0 0
[pid=2491/tid=2507] ppid=2489 vsize=15705032 CPUtime=1.13 cores=0,2,4,6
/proc/2491/task/2507/stat : 2507 (java) S 2489 2491 567 0 -1 4202560 3126 0 0 0 113 0 0 0 15 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2508] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2508/stat : 2508 (java) S 2489 2491 567 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907306393 0 4 0 16800975 18446604453902371520 0 0 -1 6 0 0 0
[pid=2491/tid=2509] ppid=2489 vsize=15705032 CPUtime=0 cores=0,2,4,6
/proc/2491/task/2509/stat : 2509 (java) S 2489 2491 567 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 599298262 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 231907307008 0 4 0 16800975 18446604453902371520 0 0 -1 4 0 0 0
[pid=2491/tid=2514] ppid=2489 vsize=15705032 CPUtime=1190.71 cores=0,2,4,6
/proc/2491/task/2514/stat : 2514 (java) R 2489 2491 567 0 -1 4202560 372016 0 0 0 119021 50 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505883336 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2491/tid=2515] ppid=2489 vsize=15705032 CPUtime=1191.19 cores=0,2,4,6
/proc/2491/task/2515/stat : 2515 (java) R 2489 2491 567 0 -1 4202560 377475 0 0 0 119064 55 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2491/tid=2516] ppid=2489 vsize=15705032 CPUtime=1191.12 cores=0,2,4,6
/proc/2491/task/2516/stat : 2516 (java) R 2489 2491 567 0 -1 4202560 368480 0 0 0 119059 53 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505666875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2491/tid=2517] ppid=2489 vsize=15705032 CPUtime=1192.16 cores=0,2,4,6
/proc/2491/task/2517/stat : 2517 (java) R 2489 2491 567 0 -1 4202560 369217 0 0 0 119160 56 0 0 25 0 22 0 599298299 16081952768 125126 33554432000 1073741824 1073778376 140733795364864 18446744073709551615 46912505921445 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15705032

Child status: 143
Real time (s): 1207.34
CPU time (s): 4800.26
CPU user time (s): 4794.94
CPU system time (s): 5.32519
CPU usage (%): 397.591
Max. virtual memory (cumulated for all children) (KiB): 15705032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.94
system time used= 5.32519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2734393
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= 197987
involuntary context switches= 112692

runsolver used 1.9627 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 17:24:36
IDJOB=3311832
IDBENCH=71526
IDSOLVER=1698
FILE ID=node114/3311832-1304090676
RUNJOBID= node114-1304089466-2318
PBS_JOBID= 13170509
Free space on /tmp= 71800 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes5.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311832-1304090676/watcher-3311832-1304090676 -o /tmp/evaluation-result-3311832-1304090676/solver-3311832-1304090676 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311832-1304090676.cnf -hbr 2

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
RANDOM SEED=51206093

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20691060 kB
Buffers:       2224032 kB
Cached:        9333392 kB
SwapCached:          4 kB
Active:        2893532 kB
Inactive:      8786796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20691060 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4356 kB
Writeback:           0 kB
AnonPages:      122816 kB
Mapped:          22468 kB
Slab:           516100 kB
PageTables:       5416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   785680 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= 71804 MiB
End job on node114 at 2011-04-29 17:44:45