Trace number 3311839

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.11 1207.55

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.34434
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.10/0.12	16:48 INFO : Reading from input HOME/instance-3311839-1304086608.cnf
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
2.34/1.24	16:49 INFO : 945 variables remaining out of 945
2.34/1.24	16:49 INFO : 352776 literals remaining out of 185082

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-3311839-1304086608/watcher-3311839-1304086608 -o /tmp/evaluation-result-3311839-1304086608/solver-3311839-1304086608 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311839-1304086608.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: 0.00 0.36 2.89 4/192 24552
/proc/meminfo: memFree=30894884/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 1444 0 0 0 0 0 0 0 23 0 2 0 520260426 31313920 912 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 7645 920 703 9 0 383 0
[pid=24551/tid=24553] ppid=24545 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) R 24545 24551 24497 0 -1 4202560 117 0 0 0 0 0 0 0 25 0 2 0 520260426 31260672 937 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 47842274455523 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.012178 s]
/proc/loadavg: 0.00 0.36 2.89 4/192 24552
/proc/meminfo: memFree=30894884/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 1574 0 0 0 0 0 0 0 23 0 2 0 520260426 36646912 1018 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 8947 1018 785 9 0 386 0
[pid=24551/tid=24553] ppid=24545 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) S 24545 24551 24497 0 -1 4202560 216 0 0 0 0 0 0 0 25 0 2 0 520260426 36646912 1018 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274664828486 0 0 0 16784584 4228800889558663167 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.107169 s]
/proc/loadavg: 0.00 0.36 2.89 4/192 24552
/proc/meminfo: memFree=30894884/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15676936 CPUtime=0.1 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 5578 0 1 0 9 1 0 0 23 0 18 0 520260426 16053182464 5017 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3919234 5017 2117 9 0 3909953 0
[pid=24551/tid=24553] ppid=24545 vsize=15676936 CPUtime=0.08 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) R 24545 24551 24497 0 -1 4202560 3428 0 1 0 7 1 0 0 18 0 18 0 520260426 16053182464 5017 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676936

[startup+0.301131 s]
/proc/loadavg: 0.00 0.36 2.89 4/192 24552
/proc/meminfo: memFree=30894884/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15680956 CPUtime=0.5 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 13499 0 1 0 48 2 0 0 23 0 18 0 520260426 16057298944 11957 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3920239 11960 2207 9 0 3910958 0
[pid=24551/tid=24553] ppid=24545 vsize=15680956 CPUtime=0.26 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) R 24545 24551 24497 0 -1 4202560 8459 0 1 0 25 1 0 0 18 0 18 0 520260426 16057298944 11961 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505511599 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680956

[startup+0.701071 s]
/proc/loadavg: 0.00 0.36 2.89 4/192 24552
/proc/meminfo: memFree=30894884/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15692716 CPUtime=1.14 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 44555 0 1 0 108 6 0 0 23 0 22 0 520260426 16069341184 41449 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3923179 41449 2249 9 0 3913898 0
[pid=24551/tid=24553] ppid=24545 vsize=15692716 CPUtime=0.67 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) R 24545 24551 24497 0 -1 4202560 35635 0 1 0 62 5 0 0 20 0 22 0 520260426 16069341184 41449 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 47842275562362 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 15692716

[startup+1.50689 s]
/proc/loadavg: 0.00 0.36 2.89 5/218 24578
/proc/meminfo: memFree=30571904/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15706584 CPUtime=3.05 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 51606 0 1 0 298 7 0 0 23 0 22 0 520260426 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3926646 45687 2274 9 0 3917365 0
[pid=24551/tid=24553] ppid=24545 vsize=15706584 CPUtime=1.22 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) S 24545 24551 24497 0 -1 4202560 35695 0 1 0 117 5 0 0 18 0 22 0 520260426 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24555] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24555/stat : 24555 (java) S 24545 24551 24497 0 -1 4202560 44 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24556] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24556/stat : 24556 (java) S 24545 24551 24497 0 -1 4202560 356 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24557] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24557/stat : 24557 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24558] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24558/stat : 24558 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24559] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24559/stat : 24559 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24560] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24560/stat : 24560 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24561] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24561/stat : 24561 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24562] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24562/stat : 24562 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520260428 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24563] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24563/stat : 24563 (java) S 24545 24551 24497 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 520260429 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 0 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24564] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24564/stat : 24564 (java) S 24545 24551 24497 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 520260429 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24565] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24565/stat : 24565 (java) S 24545 24551 24497 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 520260429 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24566] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24566/stat : 24566 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676631985 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24567] ppid=24545 vsize=15706584 CPUtime=0.88 cores=0,2,4,6
/proc/24551/task/24567/stat : 24567 (java) S 24545 24551 24497 0 -1 4202560 9491 0 0 0 87 1 0 0 25 0 22 0 520260431 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24568] ppid=24545 vsize=15706584 CPUtime=0.6 cores=0,2,4,6
/proc/24551/task/24568/stat : 24568 (java) S 24545 24551 24497 0 -1 4202560 4561 0 0 0 59 1 0 0 16 0 22 0 520260431 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24569] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24569/stat : 24569 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24570] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24570/stat : 24570 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520260431 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24571] ppid=24545 vsize=15706584 CPUtime=0.13 cores=0,2,4,6
/proc/24551/task/24571/stat : 24571 (java) R 24545 24551 24497 0 -1 4202560 20 0 0 0 13 0 0 0 15 0 22 0 520260474 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505734196 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24551/tid=24572] ppid=24545 vsize=15706584 CPUtime=0.08 cores=0,2,4,6
/proc/24551/task/24572/stat : 24572 (java) R 24545 24551 24497 0 -1 4202560 18 0 0 0 8 0 0 0 15 0 22 0 520260474 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505932373 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24551/tid=24573] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24573/stat : 24573 (java) S 24545 24551 24497 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520260475 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24574] ppid=24545 vsize=15706584 CPUtime=0.12 cores=0,2,4,6
/proc/24551/task/24574/stat : 24574 (java) S 24545 24551 24497 0 -1 4202560 12 0 0 0 12 0 0 0 15 0 22 0 520260475 16083542016 45687 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 15706584

[startup+3.10158 s]
/proc/loadavg: 0.00 0.36 2.89 6/218 24578
/proc/meminfo: memFree=30468612/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15706584 CPUtime=9.17 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 122696 0 1 0 898 19 0 0 23 0 22 0 520260426 16083542016 115330 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3926646 115339 2284 9 0 3917365 0
[pid=24551/tid=24553] ppid=24545 vsize=15706584 CPUtime=1.22 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) S 24545 24551 24497 0 -1 4202560 35695 0 1 0 117 5 0 0 18 0 22 0 520260426 16083542016 115344 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24555] ppid=24545 vsize=15706584 CPUtime=0.02 cores=0,2,4,6
/proc/24551/task/24555/stat : 24555 (java) S 24545 24551 24497 0 -1 4202560 5464 0 0 0 1 1 0 0 15 0 22 0 520260428 16083542016 115347 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24556] ppid=24545 vsize=15706584 CPUtime=0.01 cores=0,2,4,6
/proc/24551/task/24556/stat : 24556 (java) S 24545 24551 24497 0 -1 4202560 6031 0 0 0 1 0 0 0 16 0 22 0 520260428 16083542016 115349 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24557] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24557/stat : 24557 (java) S 24545 24551 24497 0 -1 4202560 2564 0 0 0 0 0 0 0 15 0 22 0 520260428 16083542016 115356 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24558] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24558/stat : 24558 (java) S 24545 24551 24497 0 -1 4202560 3602 0 0 0 0 0 0 0 16 0 22 0 520260428 16083542016 115359 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24559] ppid=24545 vsize=15706584 CPUtime=0.01 cores=0,2,4,6
/proc/24551/task/24559/stat : 24559 (java) S 24545 24551 24497 0 -1 4202560 5397 0 0 0 1 0 0 0 15 0 22 0 520260428 16083542016 115363 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24560] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24560/stat : 24560 (java) S 24545 24551 24497 0 -1 4202560 4283 0 0 0 0 0 0 0 15 0 22 0 520260428 16083542016 115369 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24561] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24561/stat : 24561 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520260428 16083542016 115384 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24562] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24562/stat : 24562 (java) S 24545 24551 24497 0 -1 4202560 1898 0 0 0 0 0 0 0 15 0 22 0 520260428 16083542016 115401 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24563] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24563/stat : 24563 (java) S 24545 24551 24497 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 22 0 520260429 16083542016 115406 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 0 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24564] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24564/stat : 24564 (java) S 24545 24551 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 115415 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24565] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24565/stat : 24565 (java) S 24545 24551 24497 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 115424 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24566] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24566/stat : 24566 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 115435 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676631985 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24567] ppid=24545 vsize=15706584 CPUtime=0.9 cores=0,2,4,6
/proc/24551/task/24567/stat : 24567 (java) R 24545 24551 24497 0 -1 4202560 9500 0 0 0 89 1 0 0 23 0 22 0 520260431 16083542016 115447 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 47842274904021 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24551/tid=24568] ppid=24545 vsize=15706584 CPUtime=0.84 cores=0,2,4,6
/proc/24551/task/24568/stat : 24568 (java) S 24545 24551 24497 0 -1 4202560 6167 0 0 0 83 1 0 0 15 0 22 0 520260431 16083542016 115458 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24569] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24569/stat : 24569 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 115464 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24570] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24570/stat : 24570 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520260431 16083542016 115468 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24571] ppid=24545 vsize=15706584 CPUtime=1.68 cores=0,2,4,6
/proc/24551/task/24571/stat : 24571 (java) R 24545 24551 24497 0 -1 4202560 10637 0 0 0 167 1 0 0 17 0 22 0 520260474 16083542016 115474 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505925935 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24551/tid=24572] ppid=24545 vsize=15706584 CPUtime=1.52 cores=0,2,4,6
/proc/24551/task/24572/stat : 24572 (java) R 24545 24551 24497 0 -1 4202560 9674 0 0 0 151 1 0 0 17 0 22 0 520260474 16083542016 115479 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505925846 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24551/tid=24573] ppid=24545 vsize=15706584 CPUtime=1.27 cores=0,2,4,6
/proc/24551/task/24573/stat : 24573 (java) R 24545 24551 24497 0 -1 4202560 9796 0 0 0 126 1 0 0 16 0 22 0 520260475 16083542016 115485 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505662188 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24551/tid=24574] ppid=24545 vsize=15706584 CPUtime=1.56 cores=0,2,4,6
/proc/24551/task/24574/stat : 24574 (java) R 24545 24551 24497 0 -1 4202560 10534 0 0 0 155 1 0 0 17 0 22 0 520260475 16083542016 115489 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505877194 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 15706584

[startup+6.301 s]
/proc/loadavg: 0.64 0.49 2.92 10/218 24578
/proc/meminfo: memFree=28924804/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15706584 CPUtime=20.32 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 288207 0 1 0 1977 55 0 0 23 0 22 0 520260426 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3926646 280825 2284 9 0 3917365 0
[pid=24551/tid=24553] ppid=24545 vsize=15706584 CPUtime=1.22 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) S 24545 24551 24497 0 -1 4202560 35695 0 1 0 117 5 0 0 18 0 22 0 520260426 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24555] ppid=24545 vsize=15706584 CPUtime=0.05 cores=0,2,4,6
/proc/24551/task/24555/stat : 24555 (java) S 24545 24551 24497 0 -1 4202560 6930 0 0 0 4 1 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24556] ppid=24545 vsize=15706584 CPUtime=0.06 cores=0,2,4,6
/proc/24551/task/24556/stat : 24556 (java) S 24545 24551 24497 0 -1 4202560 10836 0 0 0 5 1 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24557] ppid=24545 vsize=15706584 CPUtime=0.03 cores=0,2,4,6
/proc/24551/task/24557/stat : 24557 (java) S 24545 24551 24497 0 -1 4202560 4781 0 0 0 3 0 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24558] ppid=24545 vsize=15706584 CPUtime=0.04 cores=0,2,4,6
/proc/24551/task/24558/stat : 24558 (java) S 24545 24551 24497 0 -1 4202560 5656 0 0 0 3 1 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24559] ppid=24545 vsize=15706584 CPUtime=0.02 cores=0,2,4,6
/proc/24551/task/24559/stat : 24559 (java) S 24545 24551 24497 0 -1 4202560 6348 0 0 0 2 0 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24560] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24560/stat : 24560 (java) S 24545 24551 24497 0 -1 4202560 5207 0 0 0 0 0 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24561] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24561/stat : 24561 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24562] ppid=24545 vsize=15706584 CPUtime=0.02 cores=0,2,4,6
/proc/24551/task/24562/stat : 24562 (java) S 24545 24551 24497 0 -1 4202560 2661 0 0 0 1 1 0 0 15 0 22 0 520260428 16083542016 280825 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0

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

[pid=24551/tid=24572] ppid=24545 vsize=15706584 CPUtime=1107.2 cores=0,2,4,6
/proc/24551/task/24572/stat : 24572 (java) R 24545 24551 24497 0 -1 4202560 471610 0 0 0 110631 89 0 0 25 0 22 0 520260474 16083542016 158944 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505932611 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24551/tid=24573] ppid=24545 vsize=15706584 CPUtime=1104.76 cores=0,2,4,6
/proc/24551/task/24573/stat : 24573 (java) R 24545 24551 24497 0 -1 4202560 426600 0 0 0 110408 68 0 0 25 0 22 0 520260475 16083542016 158944 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505877530 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24551/tid=24574] ppid=24545 vsize=15706584 CPUtime=1106.82 cores=0,2,4,6
/proc/24551/task/24574/stat : 24574 (java) R 24545 24551 24497 0 -1 4202560 458705 0 0 0 110610 72 0 0 25 0 22 0 520260475 16083542016 158944 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912506177760 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4461.02
Current children cumulated vsize (KiB) 15706584

[startup+1182.3 s]
/proc/loadavg: 8.13 7.96 6.62 9/218 24609
/proc/meminfo: memFree=29373868/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15706584 CPUtime=4699.75 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 3177077 0 1 0 469308 667 0 0 23 0 22 0 520260426 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3926646 159586 2299 9 0 3917365 0
[pid=24551/tid=24553] ppid=24545 vsize=15706584 CPUtime=1.22 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) S 24545 24551 24497 0 -1 4202560 35695 0 1 0 117 5 0 0 18 0 22 0 520260426 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24555] ppid=24545 vsize=15706584 CPUtime=3.87 cores=0,2,4,6
/proc/24551/task/24555/stat : 24555 (java) S 24545 24551 24497 0 -1 4202560 154663 0 0 0 356 31 0 0 16 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24556] ppid=24545 vsize=15706584 CPUtime=3.72 cores=0,2,4,6
/proc/24551/task/24556/stat : 24556 (java) S 24545 24551 24497 0 -1 4202560 149433 0 0 0 342 30 0 0 16 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24557] ppid=24545 vsize=15706584 CPUtime=3.81 cores=0,2,4,6
/proc/24551/task/24557/stat : 24557 (java) S 24545 24551 24497 0 -1 4202560 151774 0 0 0 351 30 0 0 15 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24558] ppid=24545 vsize=15706584 CPUtime=3.73 cores=0,2,4,6
/proc/24551/task/24558/stat : 24558 (java) S 24545 24551 24497 0 -1 4202560 151361 0 0 0 342 31 0 0 15 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24559] ppid=24545 vsize=15706584 CPUtime=3.6 cores=0,2,4,6
/proc/24551/task/24559/stat : 24559 (java) S 24545 24551 24497 0 -1 4202560 147358 0 0 0 333 27 0 0 16 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24560] ppid=24545 vsize=15706584 CPUtime=3.79 cores=0,2,4,6
/proc/24551/task/24560/stat : 24560 (java) S 24545 24551 24497 0 -1 4202560 156823 0 0 0 349 30 0 0 16 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24561] ppid=24545 vsize=15706584 CPUtime=3.8 cores=0,2,4,6
/proc/24551/task/24561/stat : 24561 (java) S 24545 24551 24497 0 -1 4202560 147833 0 0 0 350 30 0 0 15 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24562] ppid=24545 vsize=15706584 CPUtime=3.73 cores=0,2,4,6
/proc/24551/task/24562/stat : 24562 (java) S 24545 24551 24497 0 -1 4202560 153354 0 0 0 340 33 0 0 15 0 22 0 520260428 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24563] ppid=24545 vsize=15706584 CPUtime=2.3 cores=0,2,4,6
/proc/24551/task/24563/stat : 24563 (java) S 24545 24551 24497 0 -1 4202560 7971 0 0 0 146 84 0 0 16 0 22 0 520260429 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 0 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24564] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24564/stat : 24564 (java) S 24545 24551 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24565] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24565/stat : 24565 (java) S 24545 24551 24497 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24566] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24566/stat : 24566 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676631985 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24567] ppid=24545 vsize=15706584 CPUtime=1.47 cores=0,2,4,6
/proc/24551/task/24567/stat : 24567 (java) S 24545 24551 24497 0 -1 4202560 9538 0 0 0 141 6 0 0 15 0 22 0 520260431 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24568] ppid=24545 vsize=15706584 CPUtime=0.99 cores=0,2,4,6
/proc/24551/task/24568/stat : 24568 (java) S 24545 24551 24497 0 -1 4202560 6177 0 0 0 98 1 0 0 15 0 22 0 520260431 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24569] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24569/stat : 24569 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24570] ppid=24545 vsize=15706584 CPUtime=0.02 cores=0,2,4,6
/proc/24551/task/24570/stat : 24570 (java) S 24545 24551 24497 0 -1 4202560 66 0 0 0 0 2 0 0 15 0 22 0 520260431 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24571] ppid=24545 vsize=15706584 CPUtime=1167.04 cores=0,2,4,6
/proc/24551/task/24571/stat : 24571 (java) R 24545 24551 24497 0 -1 4202560 484145 0 0 0 116625 79 0 0 25 0 22 0 520260474 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505926093 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24551/tid=24572] ppid=24545 vsize=15706584 CPUtime=1166.53 cores=0,2,4,6
/proc/24551/task/24572/stat : 24572 (java) R 24545 24551 24497 0 -1 4202560 491192 0 0 0 116560 93 0 0 25 0 22 0 520260474 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505842494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24551/tid=24573] ppid=24545 vsize=15706584 CPUtime=1163.94 cores=0,2,4,6
/proc/24551/task/24573/stat : 24573 (java) R 24545 24551 24497 0 -1 4202560 447694 0 0 0 116324 70 0 0 25 0 22 0 520260475 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505711267 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24551/tid=24574] ppid=24545 vsize=15706584 CPUtime=1166.03 cores=0,2,4,6
/proc/24551/task/24574/stat : 24574 (java) R 24545 24551 24497 0 -1 4202560 480614 0 0 0 116527 76 0 0 25 0 22 0 520260475 16083542016 159586 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912506128016 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4699.75
Current children cumulated vsize (KiB) 15706584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.5 s]
/proc/loadavg: 8.08 7.96 6.65 5/195 24613
/proc/meminfo: memFree=30258160/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15706584 CPUtime=4800.04 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 3237715 0 1 0 479324 680 0 0 23 0 22 0 520260426 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3926646 161526 2299 9 0 3917365 0
[pid=24551/tid=24553] ppid=24545 vsize=15706584 CPUtime=1.22 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) S 24545 24551 24497 0 -1 4202560 35695 0 1 0 117 5 0 0 18 0 22 0 520260426 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24555] ppid=24545 vsize=15706584 CPUtime=3.95 cores=0,2,4,6
/proc/24551/task/24555/stat : 24555 (java) S 24545 24551 24497 0 -1 4202560 158634 0 0 0 363 32 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24556] ppid=24545 vsize=15706584 CPUtime=3.82 cores=0,2,4,6
/proc/24551/task/24556/stat : 24556 (java) S 24545 24551 24497 0 -1 4202560 154445 0 0 0 350 32 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24557] ppid=24545 vsize=15706584 CPUtime=3.88 cores=0,2,4,6
/proc/24551/task/24557/stat : 24557 (java) S 24545 24551 24497 0 -1 4202560 156241 0 0 0 358 30 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24558] ppid=24545 vsize=15706584 CPUtime=3.81 cores=0,2,4,6
/proc/24551/task/24558/stat : 24558 (java) S 24545 24551 24497 0 -1 4202560 155039 0 0 0 349 32 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24559] ppid=24545 vsize=15706584 CPUtime=3.71 cores=0,2,4,6
/proc/24551/task/24559/stat : 24559 (java) S 24545 24551 24497 0 -1 4202560 152135 0 0 0 343 28 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24560] ppid=24545 vsize=15706584 CPUtime=3.88 cores=0,2,4,6
/proc/24551/task/24560/stat : 24560 (java) S 24545 24551 24497 0 -1 4202560 161433 0 0 0 357 31 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24561] ppid=24545 vsize=15706584 CPUtime=3.88 cores=0,2,4,6
/proc/24551/task/24561/stat : 24561 (java) S 24545 24551 24497 0 -1 4202560 152521 0 0 0 357 31 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24562] ppid=24545 vsize=15706584 CPUtime=3.83 cores=0,2,4,6
/proc/24551/task/24562/stat : 24562 (java) S 24545 24551 24497 0 -1 4202560 157703 0 0 0 349 34 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24563] ppid=24545 vsize=15706584 CPUtime=2.34 cores=0,2,4,6
/proc/24551/task/24563/stat : 24563 (java) S 24545 24551 24497 0 -1 4202560 8164 0 0 0 149 85 0 0 15 0 22 0 520260429 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 0 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24564] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24564/stat : 24564 (java) S 24545 24551 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24565] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24565/stat : 24565 (java) S 24545 24551 24497 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24566] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24566/stat : 24566 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676631985 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24567] ppid=24545 vsize=15706584 CPUtime=1.47 cores=0,2,4,6
/proc/24551/task/24567/stat : 24567 (java) S 24545 24551 24497 0 -1 4202560 9538 0 0 0 141 6 0 0 15 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24568] ppid=24545 vsize=15706584 CPUtime=0.99 cores=0,2,4,6
/proc/24551/task/24568/stat : 24568 (java) S 24545 24551 24497 0 -1 4202560 6177 0 0 0 98 1 0 0 15 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24569] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24569/stat : 24569 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24570] ppid=24545 vsize=15706584 CPUtime=0.02 cores=0,2,4,6
/proc/24551/task/24570/stat : 24570 (java) S 24545 24551 24497 0 -1 4202560 67 0 0 0 0 2 0 0 15 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24571] ppid=24545 vsize=15706584 CPUtime=1191.96 cores=0,2,4,6
/proc/24551/task/24571/stat : 24571 (java) R 24545 24551 24497 0 -1 4202560 489871 0 0 0 119114 82 0 0 25 0 22 0 520260474 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505860559 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24551/tid=24572] ppid=24545 vsize=15706584 CPUtime=1191.34 cores=0,2,4,6
/proc/24551/task/24572/stat : 24572 (java) R 24545 24551 24497 0 -1 4202560 497592 0 0 0 119040 94 0 0 25 0 22 0 520260474 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505926146 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24551/tid=24573] ppid=24545 vsize=15706584 CPUtime=1188.86 cores=0,2,4,6
/proc/24551/task/24573/stat : 24573 (java) R 24545 24551 24497 0 -1 4202560 454090 0 0 0 118815 71 0 0 25 0 22 0 520260475 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912506127563 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24551/tid=24574] ppid=24545 vsize=15706584 CPUtime=1190.92 cores=0,2,4,6
/proc/24551/task/24574/stat : 24574 (java) R 24545 24551 24497 0 -1 4202560 486984 0 0 0 119016 76 0 0 25 0 22 0 520260475 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912506082259 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15706584

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

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

[startup+1207.5 s]
/proc/loadavg: 8.08 7.96 6.65 5/195 24613
/proc/meminfo: memFree=30258160/32951132 swapFree=67111356/67111528
[pid=24551] ppid=24545 vsize=15706584 CPUtime=4800.04 cores=0,2,4,6
/proc/24551/stat : 24551 (java) S 24545 24551 24497 0 -1 4202496 3237715 0 1 0 479324 680 0 0 23 0 22 0 520260426 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/24551/statm: 3926646 161526 2299 9 0 3917365 0
[pid=24551/tid=24553] ppid=24545 vsize=15706584 CPUtime=1.22 cores=0,2,4,6
/proc/24551/task/24553/stat : 24553 (java) S 24545 24551 24497 0 -1 4202560 35695 0 1 0 117 5 0 0 18 0 22 0 520260426 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24555] ppid=24545 vsize=15706584 CPUtime=3.95 cores=0,2,4,6
/proc/24551/task/24555/stat : 24555 (java) S 24545 24551 24497 0 -1 4202560 158634 0 0 0 363 32 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24556] ppid=24545 vsize=15706584 CPUtime=3.82 cores=0,2,4,6
/proc/24551/task/24556/stat : 24556 (java) S 24545 24551 24497 0 -1 4202560 154445 0 0 0 350 32 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24557] ppid=24545 vsize=15706584 CPUtime=3.88 cores=0,2,4,6
/proc/24551/task/24557/stat : 24557 (java) S 24545 24551 24497 0 -1 4202560 156241 0 0 0 358 30 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24558] ppid=24545 vsize=15706584 CPUtime=3.81 cores=0,2,4,6
/proc/24551/task/24558/stat : 24558 (java) S 24545 24551 24497 0 -1 4202560 155039 0 0 0 349 32 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24559] ppid=24545 vsize=15706584 CPUtime=3.71 cores=0,2,4,6
/proc/24551/task/24559/stat : 24559 (java) S 24545 24551 24497 0 -1 4202560 152135 0 0 0 343 28 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24560] ppid=24545 vsize=15706584 CPUtime=3.88 cores=0,2,4,6
/proc/24551/task/24560/stat : 24560 (java) S 24545 24551 24497 0 -1 4202560 161433 0 0 0 357 31 0 0 16 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24561] ppid=24545 vsize=15706584 CPUtime=3.88 cores=0,2,4,6
/proc/24551/task/24561/stat : 24561 (java) S 24545 24551 24497 0 -1 4202560 152521 0 0 0 357 31 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24562] ppid=24545 vsize=15706584 CPUtime=3.83 cores=0,2,4,6
/proc/24551/task/24562/stat : 24562 (java) S 24545 24551 24497 0 -1 4202560 157703 0 0 0 349 34 0 0 15 0 22 0 520260428 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24563] ppid=24545 vsize=15706584 CPUtime=2.34 cores=0,2,4,6
/proc/24551/task/24563/stat : 24563 (java) S 24545 24551 24497 0 -1 4202560 8164 0 0 0 149 85 0 0 15 0 22 0 520260429 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 0 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24564] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24564/stat : 24564 (java) S 24545 24551 24497 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 2 0 0 0
[pid=24551/tid=24565] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24565/stat : 24565 (java) S 24545 24551 24497 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 520260429 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24566] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24566/stat : 24566 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676631985 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24567] ppid=24545 vsize=15706584 CPUtime=1.47 cores=0,2,4,6
/proc/24551/task/24567/stat : 24567 (java) S 24545 24551 24497 0 -1 4202560 9538 0 0 0 141 6 0 0 15 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24568] ppid=24545 vsize=15706584 CPUtime=0.99 cores=0,2,4,6
/proc/24551/task/24568/stat : 24568 (java) S 24545 24551 24497 0 -1 4202560 6177 0 0 0 98 1 0 0 15 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 0 0 0 0
[pid=24551/tid=24569] ppid=24545 vsize=15706584 CPUtime=0 cores=0,2,4,6
/proc/24551/task/24569/stat : 24569 (java) S 24545 24551 24497 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624281 0 4 0 16800975 18446604453897287680 0 0 -1 6 0 0 0
[pid=24551/tid=24570] ppid=24545 vsize=15706584 CPUtime=0.02 cores=0,2,4,6
/proc/24551/task/24570/stat : 24570 (java) S 24545 24551 24497 0 -1 4202560 67 0 0 0 0 2 0 0 15 0 22 0 520260431 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 274676624896 0 4 0 16800975 18446604453897287680 0 0 -1 4 0 0 0
[pid=24551/tid=24571] ppid=24545 vsize=15706584 CPUtime=1191.96 cores=0,2,4,6
/proc/24551/task/24571/stat : 24571 (java) R 24545 24551 24497 0 -1 4202560 489871 0 0 0 119114 82 0 0 25 0 22 0 520260474 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505860559 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24551/tid=24572] ppid=24545 vsize=15706584 CPUtime=1191.34 cores=0,2,4,6
/proc/24551/task/24572/stat : 24572 (java) R 24545 24551 24497 0 -1 4202560 497592 0 0 0 119040 94 0 0 25 0 22 0 520260474 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912505926146 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24551/tid=24573] ppid=24545 vsize=15706584 CPUtime=1188.86 cores=0,2,4,6
/proc/24551/task/24573/stat : 24573 (java) R 24545 24551 24497 0 -1 4202560 454090 0 0 0 118815 71 0 0 25 0 22 0 520260475 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912506127563 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24551/tid=24574] ppid=24545 vsize=15706584 CPUtime=1190.92 cores=0,2,4,6
/proc/24551/task/24574/stat : 24574 (java) R 24545 24551 24497 0 -1 4202560 486984 0 0 0 119016 76 0 0 25 0 22 0 520260475 16083542016 161526 33554432000 1073741824 1073778376 140734879350640 18446744073709551615 46912506082259 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15706584

Child status: 143
Real time (s): 1207.55
CPU time (s): 4800.11
CPU user time (s): 4793.27
CPU system time (s): 6.84396
CPU usage (%): 397.509
Max. virtual memory (cumulated for all children) (KiB): 15706608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.27
system time used= 6.84396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3237741
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= 153385
involuntary context switches= 96649

runsolver used 1.9917 second user time and 4.64229 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 16:16:48
IDJOB=3311839
IDBENCH=71354
IDSOLVER=1698
FILE ID=node131/3311839-1304086608
RUNJOBID= node131-1304086607-24515
PBS_JOBID= 13170548
Free space on /tmp= 71380 MiB

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

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=866884112

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30895344 kB
Buffers:        185208 kB
Cached:        1489672 kB
SwapCached:        168 kB
Active:         141384 kB
Inactive:      1606804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30895344 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7396 kB
Writeback:           0 kB
AnonPages:       72672 kB
Mapped:          20932 kB
Slab:           242152 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   775864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-29 16:36:57