Trace number 3313268

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.22 1206.76

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.11/0.12	24:14 INFO : Reading from input HOME/instance-3313268-1304187853.cnf
1.14/0.93	Executor set job limit to 1000000
1.14/0.93	Executor set job limit to 1000000
1.14/0.93	Executor set job limit to 1000000
1.14/0.93	Executor set job limit to 1000000
1.14/0.93	Starting Executor!
1.14/0.93	Starting Executor!
1.14/0.93	Starting Executor!
1.14/0.93	Starting Executor!
4.09/2.54	24:16 INFO : 1224 variables remaining out of 1225
4.09/2.54	24:16 INFO : 700608 literals remaining out of 765975

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

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

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


[startup+0 s]
/proc/loadavg: 8.07 8.08 7.94 3/198 28859
/proc/meminfo: memFree=30077944/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 1423 0 0 0 0 0 0 0 25 0 2 0 530385137 27824128 894 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 6793 894 684 9 0 381 0
[pid=28859/tid=28860] ppid=28857 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) R 28857 28859 28518 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 530385138 29065216 894 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248084777824 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0400629 s]
/proc/loadavg: 8.07 8.08 7.94 3/198 28859
/proc/meminfo: memFree=30077944/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15669784 CPUtime=0.03 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 3815 0 1 0 3 0 0 0 25 0 13 0 530385137 16045858816 3255 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3917446 3256 1683 9 0 3908194 0
[pid=28859/tid=28860] ppid=28857 vsize=15669784 CPUtime=0.02 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) R 28857 28859 28518 0 -1 4202560 2424 0 1 0 2 0 0 0 25 0 13 0 530385138 16045858816 3256 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 47090483412030 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15669784

[startup+0.101074 s]
/proc/loadavg: 8.07 8.08 7.94 3/198 28859
/proc/meminfo: memFree=30077944/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15676904 CPUtime=0.11 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 5600 0 1 0 10 1 0 0 25 0 18 0 530385137 16053149696 5016 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3919226 5016 2116 9 0 3909945 0
[pid=28859/tid=28860] ppid=28857 vsize=15676904 CPUtime=0.09 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) R 28857 28859 28518 0 -1 4202560 3458 0 1 0 8 1 0 0 18 0 18 0 530385138 16053149696 5017 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 47090481653779 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) 15676904

[startup+0.301089 s]
/proc/loadavg: 8.07 8.08 7.94 3/198 28859
/proc/meminfo: memFree=30077944/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15680396 CPUtime=0.53 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 15364 0 1 0 51 2 0 0 25 0 18 0 530385137 16056725504 13812 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3920099 13819 2212 9 0 3910818 0
[pid=28859/tid=28860] ppid=28857 vsize=15680396 CPUtime=0.28 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) R 28857 28859 28518 0 -1 4202560 10334 0 1 0 26 2 0 0 18 0 18 0 530385138 16056725504 13823 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912505641504 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15680396

[startup+0.700996 s]
/proc/loadavg: 8.07 8.08 7.94 3/198 28859
/proc/meminfo: memFree=30077944/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15680396 CPUtime=0.93 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 41704 0 1 0 87 6 0 0 25 0 18 0 530385137 16056725504 40149 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3920099 40149 2228 9 0 3910818 0
[pid=28859/tid=28860] ppid=28857 vsize=15680396 CPUtime=0.68 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) R 28857 28859 28518 0 -1 4202560 35545 0 1 0 63 5 0 0 18 0 18 0 530385138 16056725504 40149 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912505641504 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680396

[startup+1.50078 s]
/proc/loadavg: 8.07 8.08 7.94 5/220 28881
/proc/meminfo: memFree=29921900/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15686488 CPUtime=2.26 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 51341 0 1 0 219 7 0 0 25 0 22 0 530385137 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3921622 45728 2254 9 0 3912341 0
[pid=28859/tid=28860] ppid=28857 vsize=15686488 CPUtime=1.47 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) R 28857 28859 28518 0 -1 4202560 35651 0 1 0 142 5 0 0 20 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912505182042 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28518 0 -1 4202560 19 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28863] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28864] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28518 0 -1 4202560 38 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28518 0 -1 4202560 14 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28518 0 -1 4202560 655 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28518 0 -1 4202560 331 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28868] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28868/stat : 28868 (java) S 28857 28859 28518 0 -1 4202560 325 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28869] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28869/stat : 28869 (java) S 28857 28859 28518 0 -1 4202560 704 0 0 0 0 0 0 0 17 0 22 0 530385138 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28870] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28870/stat : 28870 (java) S 28857 28859 28518 0 -1 4202560 73 0 0 0 0 0 0 0 17 0 22 0 530385139 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 0 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28871] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28871/stat : 28871 (java) S 28857 28859 28518 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530385140 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28872] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28872/stat : 28872 (java) S 28857 28859 28518 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 22 0 530385140 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28873] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28873/stat : 28873 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101521841 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28874] ppid=28857 vsize=15686488 CPUtime=0.17 cores=0,2,4,6
/proc/28859/task/28874/stat : 28874 (java) S 28857 28859 28518 0 -1 4202560 1169 0 0 0 17 0 0 0 15 0 22 0 530385142 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28875] ppid=28857 vsize=15686488 CPUtime=0.58 cores=0,2,4,6
/proc/28859/task/28875/stat : 28875 (java) R 28857 28859 28518 0 -1 4202560 10931 0 0 0 57 1 0 0 16 0 22 0 530385142 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 47090482964854 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28859/tid=28876] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28876/stat : 28876 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28877] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28877/stat : 28877 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530385142 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28878] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28878/stat : 28878 (java) S 28857 28859 28518 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 530385231 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28879] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28879/stat : 28879 (java) S 28857 28859 28518 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 530385231 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28880] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28880/stat : 28880 (java) S 28857 28859 28518 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530385231 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28881] ppid=28857 vsize=15686488 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28881/stat : 28881 (java) S 28857 28859 28518 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530385231 16062963712 45728 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 15686488

[startup+3.1015 s]
/proc/loadavg: 7.66 8.00 7.91 7/220 28881
/proc/meminfo: memFree=29847128/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15687864 CPUtime=5.61 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 62089 0 1 0 552 9 0 0 25 0 22 0 530385137 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3921966 52860 2275 9 0 3912685 0
[pid=28859/tid=28860] ppid=28857 vsize=15687864 CPUtime=2.51 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) S 28857 28859 28518 0 -1 4202560 35705 0 1 0 246 5 0 0 24 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28518 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28863] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28518 0 -1 4202560 1793 0 0 0 0 0 0 0 15 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28864] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28518 0 -1 4202560 1146 0 0 0 0 0 0 0 15 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28518 0 -1 4202560 758 0 0 0 0 0 0 0 16 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28518 0 -1 4202560 1756 0 0 0 0 0 0 0 16 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28518 0 -1 4202560 1968 0 0 0 0 0 0 0 16 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28868] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28868/stat : 28868 (java) S 28857 28859 28518 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28869] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28869/stat : 28869 (java) S 28857 28859 28518 0 -1 4202560 704 0 0 0 0 0 0 0 15 0 22 0 530385138 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28870] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28870/stat : 28870 (java) S 28857 28859 28518 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 530385139 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 0 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28871] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28871/stat : 28871 (java) S 28857 28859 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28872] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28872/stat : 28872 (java) S 28857 28859 28518 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28873] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28873/stat : 28873 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101521841 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28874] ppid=28857 vsize=15687864 CPUtime=0.77 cores=0,2,4,6
/proc/28859/task/28874/stat : 28874 (java) S 28857 28859 28518 0 -1 4202560 3627 0 0 0 77 0 0 0 16 0 22 0 530385142 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28875] ppid=28857 vsize=15687864 CPUtime=1.35 cores=0,2,4,6
/proc/28859/task/28875/stat : 28875 (java) S 28857 28859 28518 0 -1 4202560 12767 0 0 0 134 1 0 0 16 0 22 0 530385142 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28876] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28876/stat : 28876 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28877] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28877/stat : 28877 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530385142 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28878] ppid=28857 vsize=15687864 CPUtime=0.34 cores=0,2,4,6
/proc/28859/task/28878/stat : 28878 (java) S 28857 28859 28518 0 -1 4202560 16 0 0 0 34 0 0 0 15 0 22 0 530385231 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28879] ppid=28857 vsize=15687864 CPUtime=0.33 cores=0,2,4,6
/proc/28859/task/28879/stat : 28879 (java) R 28857 28859 28518 0 -1 4202560 14 0 0 0 33 0 0 0 15 0 22 0 530385231 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506167141 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28859/tid=28880] ppid=28857 vsize=15687864 CPUtime=0.17 cores=0,2,4,6
/proc/28859/task/28880/stat : 28880 (java) R 28857 28859 28518 0 -1 4202560 22 0 0 0 17 0 0 0 15 0 22 0 530385231 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506167201 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28859/tid=28881] ppid=28857 vsize=15687864 CPUtime=0.02 cores=0,2,4,6
/proc/28859/task/28881/stat : 28881 (java) R 28857 28859 28518 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 22 0 530385231 16064372736 52860 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 47090483073666 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 15687864

[startup+6.30093 s]
/proc/loadavg: 7.66 8.00 7.91 9/220 28881
/proc/meminfo: memFree=29075376/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15687864 CPUtime=18.32 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 177150 0 1 0 1806 26 0 0 25 0 22 0 530385137 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3921966 167073 2285 9 0 3912685 0
[pid=28859/tid=28860] ppid=28857 vsize=15687864 CPUtime=2.51 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) S 28857 28859 28518 0 -1 4202560 35705 0 1 0 246 5 0 0 24 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=15687864 CPUtime=0.01 cores=0,2,4,6
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28518 0 -1 4202560 4338 0 0 0 1 0 0 0 16 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28863] ppid=28857 vsize=15687864 CPUtime=0.02 cores=0,2,4,6
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28518 0 -1 4202560 5818 0 0 0 1 1 0 0 15 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28864] ppid=28857 vsize=15687864 CPUtime=0.04 cores=0,2,4,6
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28518 0 -1 4202560 10963 0 0 0 3 1 0 0 15 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=15687864 CPUtime=0.02 cores=0,2,4,6
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28518 0 -1 4202560 3590 0 0 0 2 0 0 0 15 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=15687864 CPUtime=0.03 cores=0,2,4,6
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28518 0 -1 4202560 8057 0 0 0 2 1 0 0 15 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=15687864 CPUtime=0.05 cores=0,2,4,6
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28518 0 -1 4202560 13748 0 0 0 3 2 0 0 15 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28868] ppid=28857 vsize=15687864 CPUtime=0.04 cores=0,2,4,6
/proc/28859/task/28868/stat : 28868 (java) S 28857 28859 28518 0 -1 4202560 14442 0 0 0 3 1 0 0 16 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28869] ppid=28857 vsize=15687864 CPUtime=0.04 cores=0,2,4,6
/proc/28859/task/28869/stat : 28869 (java) S 28857 28859 28518 0 -1 4202560 10600 0 0 0 3 1 0 0 15 0 22 0 530385138 16064372736 167073 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0

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

[pid=28859/tid=28879] ppid=28857 vsize=15687864 CPUtime=1105.59 cores=0,2,4,6
/proc/28859/task/28879/stat : 28879 (java) R 28857 28859 28518 0 -1 4202560 382683 0 0 0 110513 46 0 0 25 0 22 0 530385231 16064372736 249283 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912505521151 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28859/tid=28880] ppid=28857 vsize=15687864 CPUtime=1106.4 cores=0,2,4,6
/proc/28859/task/28880/stat : 28880 (java) R 28857 28859 28518 0 -1 4202560 404866 0 0 0 110589 51 0 0 25 0 22 0 530385231 16064372736 249283 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912505832145 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28859/tid=28881] ppid=28857 vsize=15687864 CPUtime=1106.22 cores=0,2,4,6
/proc/28859/task/28881/stat : 28881 (java) R 28857 28859 28518 0 -1 4202560 395968 0 0 0 110571 51 0 0 25 0 22 0 530385231 16064372736 249283 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506236920 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4463.9
Current children cumulated vsize (KiB) 15687864

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/220 28912
/proc/meminfo: memFree=28822132/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15687864 CPUtime=4702.84 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 3531146 0 1 0 469650 634 0 0 25 0 22 0 530385137 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3921966 206658 2296 9 0 3912685 0
[pid=28859/tid=28860] ppid=28857 vsize=15687864 CPUtime=2.51 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) S 28857 28859 28518 0 -1 4202560 35705 0 1 0 246 5 0 0 24 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=15687864 CPUtime=4.13 cores=0,2,4,6
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28518 0 -1 4202560 225401 0 0 0 370 43 0 0 15 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28863] ppid=28857 vsize=15687864 CPUtime=4.06 cores=0,2,4,6
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28518 0 -1 4202560 230896 0 0 0 364 42 0 0 16 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28864] ppid=28857 vsize=15687864 CPUtime=4.19 cores=0,2,4,6
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28518 0 -1 4202560 248175 0 0 0 373 46 0 0 15 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=15687864 CPUtime=4.12 cores=0,2,4,6
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28518 0 -1 4202560 232670 0 0 0 365 47 0 0 15 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=15687864 CPUtime=4.04 cores=0,2,4,6
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28518 0 -1 4202560 220426 0 0 0 363 41 0 0 15 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=15687864 CPUtime=4.09 cores=0,2,4,6
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28518 0 -1 4202560 240884 0 0 0 366 43 0 0 15 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28868] ppid=28857 vsize=15687864 CPUtime=4.23 cores=0,2,4,6
/proc/28859/task/28868/stat : 28868 (java) S 28857 28859 28518 0 -1 4202560 244223 0 0 0 376 47 0 0 15 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28869] ppid=28857 vsize=15687864 CPUtime=4.07 cores=0,2,4,6
/proc/28859/task/28869/stat : 28869 (java) S 28857 28859 28518 0 -1 4202560 234964 0 0 0 363 44 0 0 15 0 22 0 530385138 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28870] ppid=28857 vsize=15687864 CPUtime=2.48 cores=0,2,4,6
/proc/28859/task/28870/stat : 28870 (java) S 28857 28859 28518 0 -1 4202560 9053 0 0 0 180 68 0 0 15 0 22 0 530385139 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 0 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28871] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28871/stat : 28871 (java) S 28857 28859 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28872] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28872/stat : 28872 (java) S 28857 28859 28518 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28873] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28873/stat : 28873 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101521841 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28874] ppid=28857 vsize=15687864 CPUtime=0.93 cores=0,2,4,6
/proc/28859/task/28874/stat : 28874 (java) S 28857 28859 28518 0 -1 4202560 3637 0 0 0 93 0 0 0 15 0 22 0 530385142 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28875] ppid=28857 vsize=15687864 CPUtime=1.58 cores=0,2,4,6
/proc/28859/task/28875/stat : 28875 (java) S 28857 28859 28518 0 -1 4202560 12783 0 0 0 157 1 0 0 15 0 22 0 530385142 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28876] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28876/stat : 28876 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28877] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28877/stat : 28877 (java) S 28857 28859 28518 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 530385142 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28878] ppid=28857 vsize=15687864 CPUtime=1166.3 cores=0,2,4,6
/proc/28859/task/28878/stat : 28878 (java) R 28857 28859 28518 0 -1 4202560 386085 0 0 0 116581 49 0 0 25 0 22 0 530385231 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 47090483071802 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28859/tid=28879] ppid=28857 vsize=15687864 CPUtime=1164.92 cores=0,2,4,6
/proc/28859/task/28879/stat : 28879 (java) R 28857 28859 28518 0 -1 4202560 389989 0 0 0 116445 47 0 0 25 0 22 0 530385231 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506212508 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28859/tid=28880] ppid=28857 vsize=15687864 CPUtime=1165.48 cores=0,2,4,6
/proc/28859/task/28880/stat : 28880 (java) R 28857 28859 28518 0 -1 4202560 411730 0 0 0 116496 52 0 0 25 0 22 0 530385231 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506244913 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28859/tid=28881] ppid=28857 vsize=15687864 CPUtime=1165.53 cores=0,2,4,6
/proc/28859/task/28881/stat : 28881 (java) R 28857 28859 28518 0 -1 4202560 403071 0 0 0 116502 51 0 0 25 0 22 0 530385231 16064372736 206658 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506167292 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4702.84
Current children cumulated vsize (KiB) 15687864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.71 s]
/proc/loadavg: 7.76 8.02 7.99 5/197 28916
/proc/meminfo: memFree=29323260/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15687864 CPUtime=4800.15 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 3611246 0 1 0 479366 649 0 0 25 0 22 0 530385137 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3921966 233229 2296 9 0 3912685 0
[pid=28859/tid=28860] ppid=28857 vsize=15687864 CPUtime=2.51 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) S 28857 28859 28518 0 -1 4202560 35705 0 1 0 246 5 0 0 24 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=15687864 CPUtime=4.19 cores=0,2,4,6
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28518 0 -1 4202560 229677 0 0 0 375 44 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28863] ppid=28857 vsize=15687864 CPUtime=4.15 cores=0,2,4,6
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28518 0 -1 4202560 235030 0 0 0 372 43 0 0 15 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28864] ppid=28857 vsize=15687864 CPUtime=4.27 cores=0,2,4,6
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28518 0 -1 4202560 254472 0 0 0 380 47 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=15687864 CPUtime=4.23 cores=0,2,4,6
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28518 0 -1 4202560 239880 0 0 0 375 48 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=15687864 CPUtime=4.13 cores=0,2,4,6
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28518 0 -1 4202560 225171 0 0 0 371 42 0 0 15 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=15687864 CPUtime=4.16 cores=0,2,4,6
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28518 0 -1 4202560 247106 0 0 0 373 43 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28868] ppid=28857 vsize=15687864 CPUtime=4.32 cores=0,2,4,6
/proc/28859/task/28868/stat : 28868 (java) S 28857 28859 28518 0 -1 4202560 249822 0 0 0 383 49 0 0 15 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28869] ppid=28857 vsize=15687864 CPUtime=4.16 cores=0,2,4,6
/proc/28859/task/28869/stat : 28869 (java) S 28857 28859 28518 0 -1 4202560 240112 0 0 0 371 45 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28870] ppid=28857 vsize=15687864 CPUtime=2.5 cores=0,2,4,6
/proc/28859/task/28870/stat : 28870 (java) S 28857 28859 28518 0 -1 4202560 9225 0 0 0 181 69 0 0 15 0 22 0 530385139 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 0 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28871] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28871/stat : 28871 (java) S 28857 28859 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28872] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28872/stat : 28872 (java) S 28857 28859 28518 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28873] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28873/stat : 28873 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101521841 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28874] ppid=28857 vsize=15687864 CPUtime=0.93 cores=0,2,4,6
/proc/28859/task/28874/stat : 28874 (java) S 28857 28859 28518 0 -1 4202560 3637 0 0 0 93 0 0 0 15 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28875] ppid=28857 vsize=15687864 CPUtime=1.58 cores=0,2,4,6
/proc/28859/task/28875/stat : 28875 (java) S 28857 28859 28518 0 -1 4202560 12783 0 0 0 157 1 0 0 15 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28876] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28876/stat : 28876 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28877] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28877/stat : 28877 (java) S 28857 28859 28518 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28878] ppid=28857 vsize=15687864 CPUtime=1190.49 cores=0,2,4,6
/proc/28859/task/28878/stat : 28878 (java) R 28857 28859 28518 0 -1 4202560 394927 0 0 0 118999 50 0 0 19 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506167016 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28859/tid=28879] ppid=28857 vsize=15687864 CPUtime=1188.97 cores=0,2,4,6
/proc/28859/task/28879/stat : 28879 (java) R 28857 28859 28518 0 -1 4202560 399501 0 0 0 118849 48 0 0 25 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506401634 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28859/tid=28880] ppid=28857 vsize=15687864 CPUtime=1189.66 cores=0,2,4,6
/proc/28859/task/28880/stat : 28880 (java) R 28857 28859 28518 0 -1 4202560 419188 0 0 0 118913 53 0 0 25 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506167431 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28859/tid=28881] ppid=28857 vsize=15687864 CPUtime=1189.72 cores=0,2,4,6
/proc/28859/task/28881/stat : 28881 (java) R 28857 28859 28518 0 -1 4202560 413554 0 0 0 118920 52 0 0 25 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506212659 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 15687864

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

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

[startup+1206.71 s]
/proc/loadavg: 7.76 8.02 7.99 5/197 28916
/proc/meminfo: memFree=29323260/32950928 swapFree=67111428/67111528
[pid=28859] ppid=28857 vsize=15687864 CPUtime=4800.15 cores=0,2,4,6
/proc/28859/stat : 28859 (java) S 28857 28859 28518 0 -1 4202496 3611246 0 1 0 479366 649 0 0 25 0 22 0 530385137 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28859/statm: 3921966 233229 2296 9 0 3912685 0
[pid=28859/tid=28860] ppid=28857 vsize=15687864 CPUtime=2.51 cores=0,2,4,6
/proc/28859/task/28860/stat : 28860 (java) S 28857 28859 28518 0 -1 4202560 35705 0 1 0 246 5 0 0 24 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=15687864 CPUtime=4.19 cores=0,2,4,6
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28518 0 -1 4202560 229677 0 0 0 375 44 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28863] ppid=28857 vsize=15687864 CPUtime=4.15 cores=0,2,4,6
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28518 0 -1 4202560 235030 0 0 0 372 43 0 0 15 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28864] ppid=28857 vsize=15687864 CPUtime=4.27 cores=0,2,4,6
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28518 0 -1 4202560 254472 0 0 0 380 47 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=15687864 CPUtime=4.23 cores=0,2,4,6
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28518 0 -1 4202560 239880 0 0 0 375 48 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=15687864 CPUtime=4.13 cores=0,2,4,6
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28518 0 -1 4202560 225171 0 0 0 371 42 0 0 15 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=15687864 CPUtime=4.16 cores=0,2,4,6
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28518 0 -1 4202560 247106 0 0 0 373 43 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28868] ppid=28857 vsize=15687864 CPUtime=4.32 cores=0,2,4,6
/proc/28859/task/28868/stat : 28868 (java) S 28857 28859 28518 0 -1 4202560 249822 0 0 0 383 49 0 0 15 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 0 0 0 0
[pid=28859/tid=28869] ppid=28857 vsize=15687864 CPUtime=4.16 cores=0,2,4,6
/proc/28859/task/28869/stat : 28869 (java) S 28857 28859 28518 0 -1 4202560 240112 0 0 0 371 45 0 0 16 0 22 0 530385138 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28870] ppid=28857 vsize=15687864 CPUtime=2.5 cores=0,2,4,6
/proc/28859/task/28870/stat : 28870 (java) S 28857 28859 28518 0 -1 4202560 9225 0 0 0 181 69 0 0 15 0 22 0 530385139 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 0 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28871] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28871/stat : 28871 (java) S 28857 28859 28518 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28872] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28872/stat : 28872 (java) S 28857 28859 28518 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 530385140 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 6 0 0 0
[pid=28859/tid=28873] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28873/stat : 28873 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101521841 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28874] ppid=28857 vsize=15687864 CPUtime=0.93 cores=0,2,4,6
/proc/28859/task/28874/stat : 28874 (java) S 28857 28859 28518 0 -1 4202560 3637 0 0 0 93 0 0 0 15 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28875] ppid=28857 vsize=15687864 CPUtime=1.58 cores=0,2,4,6
/proc/28859/task/28875/stat : 28875 (java) S 28857 28859 28518 0 -1 4202560 12783 0 0 0 157 1 0 0 15 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28876] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28876/stat : 28876 (java) S 28857 28859 28518 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514137 0 4 0 16800975 18446604453853078528 0 0 -1 4 0 0 0
[pid=28859/tid=28877] ppid=28857 vsize=15687864 CPUtime=0 cores=0,2,4,6
/proc/28859/task/28877/stat : 28877 (java) S 28857 28859 28518 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 530385142 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 248101514752 0 4 0 16800975 18446604453853078528 0 0 -1 2 0 0 0
[pid=28859/tid=28878] ppid=28857 vsize=15687864 CPUtime=1190.49 cores=0,2,4,6
/proc/28859/task/28878/stat : 28878 (java) R 28857 28859 28518 0 -1 4202560 394927 0 0 0 118999 50 0 0 19 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506167016 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28859/tid=28879] ppid=28857 vsize=15687864 CPUtime=1188.97 cores=0,2,4,6
/proc/28859/task/28879/stat : 28879 (java) R 28857 28859 28518 0 -1 4202560 399501 0 0 0 118849 48 0 0 25 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506401634 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28859/tid=28880] ppid=28857 vsize=15687864 CPUtime=1189.66 cores=0,2,4,6
/proc/28859/task/28880/stat : 28880 (java) R 28857 28859 28518 0 -1 4202560 419188 0 0 0 118913 53 0 0 25 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506167431 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28859/tid=28881] ppid=28857 vsize=15687864 CPUtime=1189.72 cores=0,2,4,6
/proc/28859/task/28881/stat : 28881 (java) R 28857 28859 28518 0 -1 4202560 413554 0 0 0 118920 52 0 0 25 0 22 0 530385231 16064372736 233229 33554432000 1073741824 1073778376 140733242969472 18446744073709551615 46912506212659 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 15687864

Child status: 143
Real time (s): 1206.76
CPU time (s): 4800.22
CPU user time (s): 4793.69
CPU system time (s): 6.53201
CPU usage (%): 397.777
Max. virtual memory (cumulated for all children) (KiB): 15690120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.69
system time used= 6.53201
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3611273
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= 95544
involuntary context switches= 77465

runsolver used 2.04069 second user time and 4.5993 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 20:24:13
IDJOB=3313268
IDBENCH=85987
IDSOLVER=1699
FILE ID=node123/3313268-1304187853
RUNJOBID= node123-1304185438-28536
PBS_JOBID= 13172480
Free space on /tmp= 73460 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313268-1304187853/watcher-3313268-1304187853 -o /tmp/evaluation-result-3313268-1304187853/solver-3313268-1304187853 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313268-1304187853.cnf

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1289614173

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30077968 kB
Buffers:        658112 kB
Cached:        1603580 kB
SwapCached:        100 kB
Active:         440732 kB
Inactive:      2060840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30077968 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            8780 kB
Writeback:           0 kB
AnonPages:      240028 kB
Mapped:          23400 kB
Slab:           308356 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   813756 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= 73464 MiB
End job on node123 at 2011-04-30 20:44:22