Trace number 3313099

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.3 1206.85

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q326.25-n30-p15-s44266159.cnf
MD5SUM0906ad3a7678a4284d484fb4b8c72f61
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.414936
Satisfiable
(Un)Satisfiability was proved
Number of variables792
Number of clauses67279
Sum of the clauses size135290
Maximum clause length31
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267249
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.09/0.12	47:16 INFO : Reading from input HOME/instance-3313099-1304189236.cnf
0.61/0.49	Executor set job limit to 1000000
0.61/0.49	Executor set job limit to 1000000
0.61/0.49	Executor set job limit to 1000000
0.61/0.49	Executor set job limit to 1000000
0.61/0.49	Starting Executor!
0.61/0.49	Starting Executor!
0.61/0.49	Starting Executor!
0.61/0.49	Starting Executor!
2.21/1.22	47:18 INFO : 792 variables remaining out of 792
2.21/1.22	47:18 INFO : 404316 literals remaining out of 202569

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

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

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


[startup+0 s]
/proc/loadavg: 6.32 7.70 7.83 3/186 1131
/proc/meminfo: memFree=30955456/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/1131/stat : 1131 (java) R 1129 1131 647 0 -1 4202496 692 0 0 0 0 0 0 0 21 0 1 0 511339898 23580672 178 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212034685803 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1131/statm: 5757 192 157 9 0 124 0
[pid=1131/tid=1133] ppid=1129 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) R 1129 1131 647 0 -1 4202560 71 0 0 0 0 0 0 0 22 0 2 0 511339898 29065216 898 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212034733072 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0882891 s]
/proc/loadavg: 6.32 7.70 7.83 3/186 1131
/proc/meminfo: memFree=30955456/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15676756 CPUtime=0.08 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 5399 0 1 0 8 0 0 0 21 0 18 0 511339898 16052998144 4806 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3919189 4807 2115 9 0 3909908 0
[pid=1131/tid=1133] ppid=1129 vsize=15676756 CPUtime=0.06 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) R 1129 1131 647 0 -1 4202560 3238 0 1 0 6 0 0 0 21 0 18 0 511339898 16052998144 4807 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676756

[startup+0.100237 s]
/proc/loadavg: 6.32 7.70 7.83 3/186 1131
/proc/meminfo: memFree=30955456/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15676756 CPUtime=0.09 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 5552 0 1 0 9 0 0 0 21 0 18 0 511339898 16052998144 4959 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3919189 4959 2116 9 0 3909908 0
[pid=1131/tid=1133] ppid=1129 vsize=15676756 CPUtime=0.07 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) R 1129 1131 647 0 -1 4202560 3390 0 1 0 7 0 0 0 21 0 18 0 511339898 16052998144 4959 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212039460635 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676756

[startup+0.30022 s]
/proc/loadavg: 6.32 7.70 7.83 3/186 1131
/proc/meminfo: memFree=30955456/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15680816 CPUtime=0.5 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 13872 0 1 0 48 2 0 0 21 0 18 0 511339898 16057155584 12255 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3920204 12259 2208 9 0 3910923 0
[pid=1131/tid=1133] ppid=1129 vsize=15680816 CPUtime=0.27 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) R 1129 1131 647 0 -1 4202560 8744 0 1 0 26 1 0 0 21 0 18 0 511339898 16057155584 12261 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680816

[startup+0.701169 s]
/proc/loadavg: 6.32 7.70 7.83 3/186 1131
/proc/meminfo: memFree=30955456/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15697456 CPUtime=1.13 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 46177 0 1 0 107 6 0 0 21 0 22 0 511339898 16074194944 42723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3924364 42724 2249 9 0 3915083 0
[pid=1131/tid=1133] ppid=1129 vsize=15697456 CPUtime=0.67 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) R 1129 1131 647 0 -1 4202560 35606 0 1 0 62 5 0 0 25 0 22 0 511339898 16074194944 42724 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 47432221032398 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 15697456

[startup+1.501 s]
/proc/loadavg: 6.32 7.70 7.83 4/220 1165
/proc/meminfo: memFree=30621324/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15710792 CPUtime=2.77 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 53560 0 1 0 269 8 0 0 21 0 22 0 511339898 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3927698 46537 2270 9 0 3918417 0
[pid=1131/tid=1133] ppid=1129 vsize=15710792 CPUtime=1.19 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1131 647 0 -1 4202560 35655 0 1 0 114 5 0 0 25 0 22 0 511339898 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1136] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1131 647 0 -1 4202560 20 0 0 0 0 0 0 0 19 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1137] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1131 647 0 -1 4202560 55 0 0 0 0 0 0 0 18 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1139] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1140] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1141] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1142] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1143] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1144] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1131 647 0 -1 4202560 325 0 0 0 0 0 0 0 21 0 22 0 511339899 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1145] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1131 647 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 511339900 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1146] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1131 647 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 511339900 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1147] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1131 647 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 511339900 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1153] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1153/stat : 1153 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511339902 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1154] ppid=1129 vsize=15710792 CPUtime=0.8 cores=1,3,5,7
/proc/1131/task/1154/stat : 1154 (java) S 1129 1131 647 0 -1 4202560 12367 0 0 0 79 1 0 0 16 0 22 0 511339902 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1155] ppid=1129 vsize=15710792 CPUtime=0.42 cores=1,3,5,7
/proc/1131/task/1155/stat : 1155 (java) S 1129 1131 647 0 -1 4202560 3678 0 0 0 42 0 0 0 15 0 22 0 511339902 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1156] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1156/stat : 1156 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511339902 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1157] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1157/stat : 1157 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511339902 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1158] ppid=1129 vsize=15710792 CPUtime=0.07 cores=1,3,5,7
/proc/1131/task/1158/stat : 1158 (java) R 1129 1131 647 0 -1 4202560 24 0 0 0 7 0 0 0 15 0 22 0 511339947 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505994244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1131/tid=1159] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1159/stat : 1159 (java) S 1129 1131 647 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 511339947 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1160] ppid=1129 vsize=15710792 CPUtime=0.12 cores=1,3,5,7
/proc/1131/task/1160/stat : 1160 (java) R 1129 1131 647 0 -1 4202560 17 0 0 0 12 0 0 0 16 0 22 0 511339947 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1131/tid=1161] ppid=1129 vsize=15710792 CPUtime=0.12 cores=1,3,5,7
/proc/1131/task/1161/stat : 1161 (java) S 1129 1131 647 0 -1 4202560 7 0 0 0 12 0 0 0 17 0 22 0 511339947 16087851008 46537 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 15710792

[startup+3.10067 s]
/proc/loadavg: 6.05 7.62 7.81 7/220 1166
/proc/meminfo: memFree=30543952/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15710792 CPUtime=8.89 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 139084 0 1 0 871 18 0 0 21 0 22 0 511339898 16087851008 131120 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3927698 131122 2285 9 0 3918417 0
[pid=1131/tid=1133] ppid=1129 vsize=15710792 CPUtime=1.19 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1131 647 0 -1 4202560 35655 0 1 0 114 5 0 0 25 0 22 0 511339898 16087851008 131124 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1136] ppid=1129 vsize=15710792 CPUtime=0.01 cores=1,3,5,7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1131 647 0 -1 4202560 5627 0 0 0 1 0 0 0 15 0 22 0 511339899 16087851008 131125 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1137] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1131 647 0 -1 4202560 3828 0 0 0 0 0 0 0 15 0 22 0 511339899 16087851008 131127 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1139] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1131 647 0 -1 4202560 1827 0 0 0 0 0 0 0 15 0 22 0 511339899 16087851008 131128 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1140] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1131 647 0 -1 4202560 2780 0 0 0 0 0 0 0 16 0 22 0 511339899 16087851008 131130 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1141] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1131 647 0 -1 4202560 2325 0 0 0 0 0 0 0 15 0 22 0 511339899 16087851008 131131 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1142] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1131 647 0 -1 4202560 3967 0 0 0 0 0 0 0 15 0 22 0 511339899 16087851008 131133 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1143] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1131 647 0 -1 4202560 1418 0 0 0 0 0 0 0 15 0 22 0 511339899 16087851008 131134 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1144] ppid=1129 vsize=15710792 CPUtime=0.01 cores=1,3,5,7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1131 647 0 -1 4202560 5085 0 0 0 1 0 0 0 16 0 22 0 511339899 16087851008 131136 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1145] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1131 647 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 22 0 511339900 16087851008 131137 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1146] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1131 647 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511339900 16087851008 131138 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1147] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1131 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511339900 16087851008 131140 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1153] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1153/stat : 1153 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511339902 16087851008 131141 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1154] ppid=1129 vsize=15710792 CPUtime=0.87 cores=1,3,5,7
/proc/1131/task/1154/stat : 1154 (java) S 1129 1131 647 0 -1 4202560 12461 0 0 0 86 1 0 0 15 0 22 0 511339902 16087851008 131143 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1155] ppid=1129 vsize=15710792 CPUtime=0.66 cores=1,3,5,7
/proc/1131/task/1155/stat : 1155 (java) R 1129 1131 647 0 -1 4202560 4920 0 0 0 66 0 0 0 15 0 22 0 511339902 16087851008 131144 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 47432223347072 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1131/tid=1156] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1156/stat : 1156 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511339902 16087851008 131145 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1157] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1157/stat : 1157 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511339902 16087851008 131147 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1158] ppid=1129 vsize=15710792 CPUtime=1.58 cores=1,3,5,7
/proc/1131/task/1158/stat : 1158 (java) R 1129 1131 647 0 -1 4202560 15301 0 0 0 157 1 0 0 17 0 22 0 511339947 16087851008 131148 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505751821 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1131/tid=1159] ppid=1129 vsize=15710792 CPUtime=1.39 cores=1,3,5,7
/proc/1131/task/1159/stat : 1159 (java) R 1129 1131 647 0 -1 4202560 13298 0 0 0 138 1 0 0 17 0 22 0 511339947 16087851008 131150 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051481269 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1131/tid=1160] ppid=1129 vsize=15710792 CPUtime=1.47 cores=1,3,5,7
/proc/1131/task/1160/stat : 1160 (java) R 1129 1131 647 0 -1 4202560 14906 0 0 0 147 0 0 0 17 0 22 0 511339947 16087851008 131152 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912506017769 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1131/tid=1161] ppid=1129 vsize=15710792 CPUtime=1.55 cores=1,3,5,7
/proc/1131/task/1161/stat : 1161 (java) R 1129 1131 647 0 -1 4202560 14120 0 0 0 154 1 0 0 17 0 22 0 511339947 16087851008 131154 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505788432 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 15710792

[startup+6.3011 s]
/proc/loadavg: 6.05 7.62 7.81 11/220 1166
/proc/meminfo: memFree=29096772/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15710792 CPUtime=21.65 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 298364 0 1 0 2127 38 0 0 21 0 22 0 511339898 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3927698 290240 2285 9 0 3918417 0
[pid=1131/tid=1133] ppid=1129 vsize=15710792 CPUtime=1.19 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1131 647 0 -1 4202560 35655 0 1 0 114 5 0 0 25 0 22 0 511339898 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1136] ppid=1129 vsize=15710792 CPUtime=0.02 cores=1,3,5,7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1131 647 0 -1 4202560 7363 0 0 0 1 1 0 0 15 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1137] ppid=1129 vsize=15710792 CPUtime=0.02 cores=1,3,5,7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1131 647 0 -1 4202560 6683 0 0 0 1 1 0 0 16 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1139] ppid=1129 vsize=15710792 CPUtime=0.01 cores=1,3,5,7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1131 647 0 -1 4202560 6496 0 0 0 1 0 0 0 15 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1140] ppid=1129 vsize=15710792 CPUtime=0.02 cores=1,3,5,7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1131 647 0 -1 4202560 7298 0 0 0 1 1 0 0 16 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1141] ppid=1129 vsize=15710792 CPUtime=0.01 cores=1,3,5,7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1131 647 0 -1 4202560 5812 0 0 0 1 0 0 0 15 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1142] ppid=1129 vsize=15710792 CPUtime=0.01 cores=1,3,5,7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1131 647 0 -1 4202560 5642 0 0 0 0 1 0 0 15 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1143] ppid=1129 vsize=15710792 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1131 647 0 -1 4202560 2669 0 0 0 0 0 0 0 16 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1144] ppid=1129 vsize=15710792 CPUtime=0.02 cores=1,3,5,7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1131 647 0 -1 4202560 9812 0 0 0 1 1 0 0 16 0 22 0 511339899 16087851008 290240 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0

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

[pid=1131/tid=1159] ppid=1129 vsize=15695160 CPUtime=1047.49 cores=1,3,5,7
/proc/1131/task/1159/stat : 1159 (java) R 1129 1131 647 0 -1 4202560 398090 0 0 0 104696 53 0 0 25 0 22 0 511339947 16071843840 176665 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505988728 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1131/tid=1160] ppid=1129 vsize=15695160 CPUtime=1048.61 cores=1,3,5,7
/proc/1131/task/1160/stat : 1160 (java) R 1129 1131 647 0 -1 4202560 401722 0 0 0 104810 51 0 0 25 0 22 0 511339947 16071843840 176665 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505709952 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1131/tid=1161] ppid=1129 vsize=15695160 CPUtime=1047.76 cores=1,3,5,7
/proc/1131/task/1161/stat : 1161 (java) R 1129 1131 647 0 -1 4202560 398632 0 0 0 104724 52 0 0 25 0 22 0 511339947 16071843840 176665 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4224.92
Current children cumulated vsize (KiB) 15695160

[startup+1122.3 s]
/proc/loadavg: 8.04 8.06 7.99 9/220 1204
/proc/meminfo: memFree=29336144/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15695160 CPUtime=4463.84 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 2762356 0 1 0 445889 495 0 0 21 0 22 0 511339898 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3923790 184267 2299 9 0 3914509 0
[pid=1131/tid=1133] ppid=1129 vsize=15695160 CPUtime=1.19 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1131 647 0 -1 4202560 35655 0 1 0 114 5 0 0 25 0 22 0 511339898 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1136] ppid=1129 vsize=15695160 CPUtime=3.59 cores=1,3,5,7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1131 647 0 -1 4202560 119553 0 0 0 336 23 0 0 15 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1137] ppid=1129 vsize=15695160 CPUtime=3.43 cores=1,3,5,7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1131 647 0 -1 4202560 124400 0 0 0 318 25 0 0 16 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1139] ppid=1129 vsize=15695160 CPUtime=3.56 cores=1,3,5,7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1131 647 0 -1 4202560 123399 0 0 0 331 25 0 0 16 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1140] ppid=1129 vsize=15695160 CPUtime=3.58 cores=1,3,5,7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1131 647 0 -1 4202560 139249 0 0 0 330 28 0 0 16 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1141] ppid=1129 vsize=15695160 CPUtime=3.62 cores=1,3,5,7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1131 647 0 -1 4202560 130797 0 0 0 338 24 0 0 15 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1142] ppid=1129 vsize=15695160 CPUtime=3.64 cores=1,3,5,7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1131 647 0 -1 4202560 126670 0 0 0 339 25 0 0 16 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1143] ppid=1129 vsize=15695160 CPUtime=3.49 cores=1,3,5,7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1131 647 0 -1 4202560 121255 0 0 0 326 23 0 0 15 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1144] ppid=1129 vsize=15695160 CPUtime=3.54 cores=1,3,5,7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1131 647 0 -1 4202560 131394 0 0 0 328 26 0 0 16 0 22 0 511339899 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1145] ppid=1129 vsize=15695160 CPUtime=2.18 cores=1,3,5,7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1131 647 0 -1 4202560 7257 0 0 0 158 60 0 0 15 0 22 0 511339900 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1146] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1131 647 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511339900 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1147] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1131 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511339900 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1153] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1153/stat : 1153 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511339902 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1154] ppid=1129 vsize=15695160 CPUtime=1.22 cores=1,3,5,7
/proc/1131/task/1154/stat : 1154 (java) S 1129 1131 647 0 -1 4202560 15673 0 0 0 120 2 0 0 16 0 22 0 511339902 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1155] ppid=1129 vsize=15695160 CPUtime=1 cores=1,3,5,7
/proc/1131/task/1155/stat : 1155 (java) S 1129 1131 647 0 -1 4202560 5275 0 0 0 100 0 0 0 15 0 22 0 511339902 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1156] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1156/stat : 1156 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511339902 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1157] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1157/stat : 1157 (java) S 1129 1131 647 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 511339902 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1158] ppid=1129 vsize=15695160 CPUtime=1107.91 cores=1,3,5,7
/proc/1131/task/1158/stat : 1158 (java) R 1129 1131 647 0 -1 4202560 418922 0 0 0 110735 56 0 0 25 0 22 0 511339947 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912506081118 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1131/tid=1159] ppid=1129 vsize=15695160 CPUtime=1106.85 cores=1,3,5,7
/proc/1131/task/1159/stat : 1159 (java) R 1129 1131 647 0 -1 4202560 417825 0 0 0 110629 56 0 0 25 0 22 0 511339947 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505988956 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1131/tid=1160] ppid=1129 vsize=15695160 CPUtime=1107.99 cores=1,3,5,7
/proc/1131/task/1160/stat : 1160 (java) R 1129 1131 647 0 -1 4202560 423424 0 0 0 110745 54 0 0 25 0 22 0 511339947 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912506018091 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1131/tid=1161] ppid=1129 vsize=15695160 CPUtime=1106.88 cores=1,3,5,7
/proc/1131/task/1161/stat : 1161 (java) R 1129 1131 647 0 -1 4202560 420156 0 0 0 110633 55 0 0 25 0 22 0 511339947 16071843840 184267 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505939061 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4463.84
Current children cumulated vsize (KiB) 15695160

[startup+1182.3 s]
/proc/loadavg: 8.08 8.08 8.00 10/220 1206
/proc/meminfo: memFree=29067648/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15695160 CPUtime=4702.68 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 2903736 0 1 0 469745 523 0 0 21 0 22 0 511339898 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3923790 198760 2299 9 0 3914509 0
[pid=1131/tid=1133] ppid=1129 vsize=15695160 CPUtime=1.19 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1131 647 0 -1 4202560 35655 0 1 0 114 5 0 0 25 0 22 0 511339898 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1136] ppid=1129 vsize=15695160 CPUtime=3.78 cores=1,3,5,7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1131 647 0 -1 4202560 125803 0 0 0 354 24 0 0 16 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1137] ppid=1129 vsize=15695160 CPUtime=3.62 cores=1,3,5,7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1131 647 0 -1 4202560 133239 0 0 0 335 27 0 0 15 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1139] ppid=1129 vsize=15695160 CPUtime=3.78 cores=1,3,5,7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1131 647 0 -1 4202560 133096 0 0 0 351 27 0 0 15 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1140] ppid=1129 vsize=15695160 CPUtime=3.79 cores=1,3,5,7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1131 647 0 -1 4202560 147878 0 0 0 349 30 0 0 16 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1141] ppid=1129 vsize=15695160 CPUtime=3.81 cores=1,3,5,7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1131 647 0 -1 4202560 138018 0 0 0 355 26 0 0 15 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1142] ppid=1129 vsize=15695160 CPUtime=3.84 cores=1,3,5,7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1131 647 0 -1 4202560 134619 0 0 0 357 27 0 0 16 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1143] ppid=1129 vsize=15695160 CPUtime=3.71 cores=1,3,5,7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1131 647 0 -1 4202560 129728 0 0 0 346 25 0 0 16 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1144] ppid=1129 vsize=15695160 CPUtime=3.73 cores=1,3,5,7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1131 647 0 -1 4202560 140161 0 0 0 346 27 0 0 15 0 22 0 511339899 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1145] ppid=1129 vsize=15695160 CPUtime=2.3 cores=1,3,5,7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1131 647 0 -1 4202560 7593 0 0 0 167 63 0 0 15 0 22 0 511339900 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1146] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1131 647 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511339900 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1147] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1131 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511339900 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1153] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1153/stat : 1153 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511339902 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1154] ppid=1129 vsize=15695160 CPUtime=1.22 cores=1,3,5,7
/proc/1131/task/1154/stat : 1154 (java) S 1129 1131 647 0 -1 4202560 15673 0 0 0 120 2 0 0 16 0 22 0 511339902 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1155] ppid=1129 vsize=15695160 CPUtime=1 cores=1,3,5,7
/proc/1131/task/1155/stat : 1155 (java) S 1129 1131 647 0 -1 4202560 5275 0 0 0 100 0 0 0 15 0 22 0 511339902 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1156] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1156/stat : 1156 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511339902 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1157] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1157/stat : 1157 (java) S 1129 1131 647 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 511339902 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1158] ppid=1129 vsize=15695160 CPUtime=1167.27 cores=1,3,5,7
/proc/1131/task/1158/stat : 1158 (java) R 1129 1131 647 0 -1 4202560 438170 0 0 0 116669 58 0 0 25 0 22 0 511339947 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505938863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1131/tid=1159] ppid=1129 vsize=15695160 CPUtime=1165.89 cores=1,3,5,7
/proc/1131/task/1159/stat : 1159 (java) R 1129 1131 647 0 -1 4202560 435784 0 0 0 116530 59 0 0 25 0 22 0 511339947 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912506062088 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1131/tid=1160] ppid=1129 vsize=15695160 CPUtime=1167.35 cores=1,3,5,7
/proc/1131/task/1160/stat : 1160 (java) R 1129 1131 647 0 -1 4202560 443003 0 0 0 116678 57 0 0 25 0 22 0 511339947 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505751816 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1131/tid=1161] ppid=1129 vsize=15695160 CPUtime=1166.25 cores=1,3,5,7
/proc/1131/task/1161/stat : 1161 (java) R 1129 1131 647 0 -1 4202560 438587 0 0 0 116567 58 0 0 25 0 22 0 511339947 16071843840 198760 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912506085661 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4702.68
Current children cumulated vsize (KiB) 15695160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 8.30 8.13 8.02 9/220 1207
/proc/meminfo: memFree=29198684/32951124 swapFree=67106388/67111528
[pid=1131] ppid=1129 vsize=15695160 CPUtime=4800.23 cores=1,3,5,7
/proc/1131/stat : 1131 (java) S 1129 1131 647 0 -1 4202496 2943633 0 1 0 479492 531 0 0 21 0 22 0 511339898 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1131/statm: 3923790 182723 2299 9 0 3914509 0
[pid=1131/tid=1133] ppid=1129 vsize=15695160 CPUtime=1.19 cores=1,3,5,7
/proc/1131/task/1133/stat : 1133 (java) S 1129 1131 647 0 -1 4202560 35655 0 1 0 114 5 0 0 25 0 22 0 511339898 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1136] ppid=1129 vsize=15695160 CPUtime=3.86 cores=1,3,5,7
/proc/1131/task/1136/stat : 1136 (java) S 1129 1131 647 0 -1 4202560 128813 0 0 0 361 25 0 0 15 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1137] ppid=1129 vsize=15695160 CPUtime=3.72 cores=1,3,5,7
/proc/1131/task/1137/stat : 1137 (java) S 1129 1131 647 0 -1 4202560 136704 0 0 0 344 28 0 0 15 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1139] ppid=1129 vsize=15695160 CPUtime=3.86 cores=1,3,5,7
/proc/1131/task/1139/stat : 1139 (java) S 1129 1131 647 0 -1 4202560 135379 0 0 0 358 28 0 0 16 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1140] ppid=1129 vsize=15695160 CPUtime=3.86 cores=1,3,5,7
/proc/1131/task/1140/stat : 1140 (java) S 1129 1131 647 0 -1 4202560 149711 0 0 0 356 30 0 0 15 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1141] ppid=1129 vsize=15695160 CPUtime=3.9 cores=1,3,5,7
/proc/1131/task/1141/stat : 1141 (java) S 1129 1131 647 0 -1 4202560 140371 0 0 0 364 26 0 0 15 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1142] ppid=1129 vsize=15695160 CPUtime=3.91 cores=1,3,5,7
/proc/1131/task/1142/stat : 1142 (java) S 1129 1131 647 0 -1 4202560 137422 0 0 0 364 27 0 0 16 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1143] ppid=1129 vsize=15695160 CPUtime=3.8 cores=1,3,5,7
/proc/1131/task/1143/stat : 1143 (java) S 1129 1131 647 0 -1 4202560 133520 0 0 0 355 25 0 0 15 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1144] ppid=1129 vsize=15695160 CPUtime=3.82 cores=1,3,5,7
/proc/1131/task/1144/stat : 1144 (java) S 1129 1131 647 0 -1 4202560 142352 0 0 0 354 28 0 0 16 0 22 0 511339899 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1145] ppid=1129 vsize=15695160 CPUtime=2.34 cores=1,3,5,7
/proc/1131/task/1145/stat : 1145 (java) S 1129 1131 647 0 -1 4202560 7731 0 0 0 170 64 0 0 15 0 22 0 511339900 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 0 0 16800975 18446604471145673920 0 0 -1 7 0 0 0
[pid=1131/tid=1146] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1146/stat : 1146 (java) S 1129 1131 647 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511339900 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1147] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1147/stat : 1147 (java) S 1129 1131 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511339900 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1153] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1153/stat : 1153 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511339902 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051478961 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1154] ppid=1129 vsize=15695160 CPUtime=1.22 cores=1,3,5,7
/proc/1131/task/1154/stat : 1154 (java) S 1129 1131 647 0 -1 4202560 15673 0 0 0 120 2 0 0 16 0 22 0 511339902 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 5 0 0 0
[pid=1131/tid=1155] ppid=1129 vsize=15695160 CPUtime=1 cores=1,3,5,7
/proc/1131/task/1155/stat : 1155 (java) S 1129 1131 647 0 -1 4202560 5275 0 0 0 100 0 0 0 15 0 22 0 511339902 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1156] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1156/stat : 1156 (java) S 1129 1131 647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511339902 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471257 0 4 0 16800975 18446604471145673920 0 0 -1 3 0 0 0
[pid=1131/tid=1157] ppid=1129 vsize=15695160 CPUtime=0 cores=1,3,5,7
/proc/1131/task/1157/stat : 1157 (java) S 1129 1131 647 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 511339902 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 212051471872 0 4 0 16800975 18446604471145673920 0 0 -1 1 0 0 0
[pid=1131/tid=1158] ppid=1129 vsize=15695160 CPUtime=1191.51 cores=1,3,5,7
/proc/1131/task/1158/stat : 1158 (java) R 1129 1131 647 0 -1 4202560 443053 0 0 0 119093 58 0 0 25 0 22 0 511339947 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912506018118 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1131/tid=1159] ppid=1129 vsize=15695160 CPUtime=1189.98 cores=1,3,5,7
/proc/1131/task/1159/stat : 1159 (java) R 1129 1131 647 0 -1 4202560 440774 0 0 0 118939 59 0 0 25 0 22 0 511339947 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505939061 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1131/tid=1160] ppid=1129 vsize=15695160 CPUtime=1191.59 cores=1,3,5,7
/proc/1131/task/1160/stat : 1160 (java) R 1129 1131 647 0 -1 4202560 447131 0 0 0 119102 57 0 0 25 0 22 0 511339947 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912506085712 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1131/tid=1161] ppid=1129 vsize=15695160 CPUtime=1190.49 cores=1,3,5,7
/proc/1131/task/1161/stat : 1161 (java) R 1129 1131 647 0 -1 4202560 442613 0 0 0 118991 58 0 0 25 0 22 0 511339947 16071843840 182723 33554432000 1073741824 1073778376 140736907301376 18446744073709551615 46912505994540 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15695160

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

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

Child status: 143
Real time (s): 1206.85
CPU time (s): 4800.3
CPU user time (s): 4794.96
CPU system time (s): 5.33919
CPU usage (%): 397.756
Max. virtual memory (cumulated for all children) (KiB): 15712916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.96
system time used= 5.33919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2943659
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= 153369
involuntary context switches= 105705

runsolver used 2.03969 second user time and 4.6003 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 20:47:16
IDJOB=3313099
IDBENCH=88224
IDSOLVER=1699
FILE ID=node146/3313099-1304189236
RUNJOBID= node146-1304189236-1103
PBS_JOBID= 13172484
Free space on /tmp= 73344 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q326.25-n30-p15-s44266159.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313099-1304189236/watcher-3313099-1304189236 -o /tmp/evaluation-result-3313099-1304189236/solver-3313099-1304189236 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313099-1304189236.cnf

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

MD5SUM BENCH= 0906ad3a7678a4284d484fb4b8c72f61
RANDOM SEED=1501414292

node146.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.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.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.86
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30955984 kB
Buffers:        443160 kB
Cached:        1115340 kB
SwapCached:        732 kB
Active:         140228 kB
Inactive:      1481796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30955984 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            7112 kB
Writeback:           0 kB
AnonPages:       61988 kB
Mapped:          19372 kB
Slab:           310420 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   760944 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= 73344 MiB
End job on node146 at 2011-04-30 21:07:25