Trace number 3312816

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.35 1207.13

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
MD5SUM6b69f72e1046222baee8c8d817a4adac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.529
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	15:31 INFO : Reading from input HOME/instance-3312816-1304176530.cnf
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.50/0.34	15:31 INFO : 499 variables remaining out of 500
0.50/0.34	15:31 INFO : 8512 literals remaining out of 8520

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-3312816-1304176530/watcher-3312816-1304176530 -o /tmp/evaluation-result-3312816-1304176530/solver-3312816-1304176530 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312816-1304176530.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: 7.53 7.95 8.04 5/202 31700
/proc/meminfo: memFree=25524128/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 1490 0 0 0 0 0 0 0 25 0 2 0 529251207 31260672 953 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 7632 953 733 9 0 383 0
[pid=31700/tid=31701] ppid=31698 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) R 31698 31700 31591 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 529251207 31260672 953 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232335892224 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0884139 s]
/proc/loadavg: 7.53 7.95 8.04 5/202 31700
/proc/meminfo: memFree=25524128/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15676580 CPUtime=0.09 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 5450 0 1 0 9 0 0 0 25 0 18 0 529251207 16052817920 4879 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3919145 4885 2116 9 0 3909864 0
[pid=31700/tid=31701] ppid=31698 vsize=15676580 CPUtime=0.07 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) R 31698 31700 31591 0 -1 4202560 3330 0 1 0 7 0 0 0 18 0 18 0 529251207 16052817920 4885 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676580

[startup+0.104651 s]
/proc/loadavg: 7.53 7.95 8.04 5/202 31700
/proc/meminfo: memFree=25524128/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15676580 CPUtime=0.1 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 5695 0 1 0 10 0 0 0 25 0 18 0 529251207 16052817920 5124 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3919145 5125 2120 9 0 3909864 0
[pid=31700/tid=31701] ppid=31698 vsize=15676580 CPUtime=0.08 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) R 31698 31700 31591 0 -1 4202560 3570 0 1 0 8 0 0 0 18 0 18 0 529251207 16052817920 5125 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 47546837637971 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676580

[startup+0.30327 s]
/proc/loadavg: 7.53 7.95 8.04 5/202 31700
/proc/meminfo: memFree=25524128/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15752640 CPUtime=0.5 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 11200 0 1 0 49 1 0 0 25 0 22 0 529251207 16130703360 9698 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3938160 9701 2225 9 0 3928879 0
[pid=31700/tid=31701] ppid=31698 vsize=15752640 CPUtime=0.28 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) R 31698 31700 31591 0 -1 4202560 6050 0 1 0 28 0 0 0 18 0 22 0 529251207 16130703360 9717 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505179183 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15752640

[startup+0.799745 s]
/proc/loadavg: 7.53 7.95 8.04 5/202 31700
/proc/meminfo: memFree=25524128/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15769068 CPUtime=2.33 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 34252 0 1 0 228 5 0 0 25 0 22 0 529251207 16147525632 27822 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3942267 27310 2258 9 0 3932986 0
[pid=31700/tid=31701] ppid=31698 vsize=15769068 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16147525632 27158 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 15769068

[startup+1.50036 s]
/proc/loadavg: 7.53 7.95 8.04 5/202 31700
/proc/meminfo: memFree=25524128/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15769944 CPUtime=5.12 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 58751 0 1 0 504 8 0 0 25 0 22 0 529251207 16148422656 49173 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3942486 49173 2273 9 0 3933205 0
[pid=31700/tid=31701] ppid=31698 vsize=15769944 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16148422656 49173 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 15769944

[startup+3.10108 s]
/proc/loadavg: 7.81 8.00 8.05 9/224 31722
/proc/meminfo: memFree=25195240/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15769944 CPUtime=11.48 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 107075 0 1 0 1134 14 0 0 25 0 22 0 529251207 16148422656 97042 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3942486 97052 2277 9 0 3933205 0
[pid=31700/tid=31701] ppid=31698 vsize=15769944 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16148422656 97056 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31703] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31703/stat : 31703 (java) S 31698 31700 31591 0 -1 4202560 682 0 0 0 0 0 0 0 15 0 22 0 529251208 16148422656 97064 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31704] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31704/stat : 31704 (java) S 31698 31700 31591 0 -1 4202560 1051 0 0 0 0 0 0 0 16 0 22 0 529251208 16148422656 97072 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31705] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31705/stat : 31705 (java) S 31698 31700 31591 0 -1 4202560 781 0 0 0 0 0 0 0 16 0 22 0 529251208 16148422656 97088 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31706] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31706/stat : 31706 (java) S 31698 31700 31591 0 -1 4202560 884 0 0 0 0 0 0 0 16 0 22 0 529251208 16148422656 97090 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31707] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31707/stat : 31707 (java) S 31698 31700 31591 0 -1 4202560 1051 0 0 0 0 0 0 0 15 0 22 0 529251208 16148422656 97094 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31708] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31708/stat : 31708 (java) S 31698 31700 31591 0 -1 4202560 860 0 0 0 0 0 0 0 15 0 22 0 529251208 16148422656 97104 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31709] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31709/stat : 31709 (java) S 31698 31700 31591 0 -1 4202560 1796 0 0 0 0 0 0 0 16 0 22 0 529251208 16148422656 97104 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31710] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31710/stat : 31710 (java) S 31698 31700 31591 0 -1 4202560 1372 0 0 0 0 0 0 0 15 0 22 0 529251208 16148422656 97105 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31711] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31711/stat : 31711 (java) S 31698 31700 31591 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 529251209 16148422656 97110 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 0 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31712] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31712/stat : 31712 (java) S 31698 31700 31591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529251209 16148422656 97110 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31713] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31713/stat : 31713 (java) S 31698 31700 31591 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529251209 16148422656 97111 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31714] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31714/stat : 31714 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16148422656 97111 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347716017 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31715] ppid=31698 vsize=15769944 CPUtime=1.49 cores=0,2,4,6
/proc/31700/task/31715/stat : 31715 (java) S 31698 31700 31591 0 -1 4202560 13841 0 0 0 148 1 0 0 16 0 22 0 529251211 16148422656 97111 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31716] ppid=31698 vsize=15769944 CPUtime=0.72 cores=0,2,4,6
/proc/31700/task/31716/stat : 31716 (java) S 31698 31700 31591 0 -1 4202560 7112 0 0 0 72 0 0 0 16 0 22 0 529251211 16148422656 97112 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31717] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31717/stat : 31717 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16148422656 97112 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31718] ppid=31698 vsize=15769944 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31718/stat : 31718 (java) S 31698 31700 31591 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 529251211 16148422656 97113 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31719] ppid=31698 vsize=15769944 CPUtime=2.53 cores=0,2,4,6
/proc/31700/task/31719/stat : 31719 (java) R 31698 31700 31591 0 -1 4202560 19719 0 0 0 252 1 0 0 22 0 22 0 529251231 16148422656 97113 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505767067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31700/tid=31720] ppid=31698 vsize=15769944 CPUtime=2.42 cores=0,2,4,6
/proc/31700/task/31720/stat : 31720 (java) R 31698 31700 31591 0 -1 4202560 18892 0 0 0 239 3 0 0 21 0 22 0 529251231 16148422656 97113 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505738738 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31700/tid=31721] ppid=31698 vsize=15769944 CPUtime=2.44 cores=0,2,4,6
/proc/31700/task/31721/stat : 31721 (java) R 31698 31700 31591 0 -1 4202560 18928 0 0 0 242 2 0 0 19 0 22 0 529251231 16148422656 97113 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505670761 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31700/tid=31722] ppid=31698 vsize=15769944 CPUtime=1.43 cores=0,2,4,6
/proc/31700/task/31722/stat : 31722 (java) R 31698 31700 31591 0 -1 4202560 12321 0 0 0 142 1 0 0 18 0 22 0 529251231 16148422656 97113 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912506089741 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 15769944

[startup+6.30151 s]
/proc/loadavg: 7.81 8.00 8.05 9/224 31722
/proc/meminfo: memFree=24961688/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15764420 CPUtime=24.24 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 158314 0 1 0 2405 19 0 0 25 0 22 0 529251207 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3941105 139129 2284 9 0 3931824 0
[pid=31700/tid=31701] ppid=31698 vsize=15764420 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31703] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31703/stat : 31703 (java) S 31698 31700 31591 0 -1 4202560 859 0 0 0 0 0 0 0 15 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31704] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31704/stat : 31704 (java) S 31698 31700 31591 0 -1 4202560 1266 0 0 0 0 0 0 0 15 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31705] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31705/stat : 31705 (java) S 31698 31700 31591 0 -1 4202560 1070 0 0 0 0 0 0 0 15 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31706] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31706/stat : 31706 (java) S 31698 31700 31591 0 -1 4202560 1581 0 0 0 0 0 0 0 15 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31707] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31707/stat : 31707 (java) S 31698 31700 31591 0 -1 4202560 1299 0 0 0 0 0 0 0 16 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31708] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31708/stat : 31708 (java) S 31698 31700 31591 0 -1 4202560 861 0 0 0 0 0 0 0 15 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31709] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31709/stat : 31709 (java) S 31698 31700 31591 0 -1 4202560 2001 0 0 0 0 0 0 0 15 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31710] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31710/stat : 31710 (java) S 31698 31700 31591 0 -1 4202560 1710 0 0 0 0 0 0 0 15 0 22 0 529251208 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31711] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31711/stat : 31711 (java) S 31698 31700 31591 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 22 0 529251209 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 0 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31712] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31712/stat : 31712 (java) S 31698 31700 31591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529251209 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31713] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31713/stat : 31713 (java) S 31698 31700 31591 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529251209 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31714] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31714/stat : 31714 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347716017 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31715] ppid=31698 vsize=15764420 CPUtime=1.55 cores=0,2,4,6
/proc/31700/task/31715/stat : 31715 (java) S 31698 31700 31591 0 -1 4202560 13855 0 0 0 154 1 0 0 15 0 22 0 529251211 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31716] ppid=31698 vsize=15764420 CPUtime=0.74 cores=0,2,4,6
/proc/31700/task/31716/stat : 31716 (java) S 31698 31700 31591 0 -1 4202560 7118 0 0 0 74 0 0 0 16 0 22 0 529251211 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31717] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31717/stat : 31717 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31718] ppid=31698 vsize=15764420 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31718/stat : 31718 (java) S 31698 31700 31591 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 529251211 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31719] ppid=31698 vsize=15764420 CPUtime=5.66 cores=0,2,4,6
/proc/31700/task/31719/stat : 31719 (java) R 31698 31700 31591 0 -1 4202560 32094 0 0 0 564 2 0 0 25 0 22 0 529251231 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505621058 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31700/tid=31720] ppid=31698 vsize=15764420 CPUtime=5.6 cores=0,2,4,6
/proc/31700/task/31720/stat : 31720 (java) R 31698 31700 31591 0 -1 4202560 30920 0 0 0 556 4 0 0 25 0 22 0 529251231 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912506089559 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31700/tid=31721] ppid=31698 vsize=15764420 CPUtime=5.61 cores=0,2,4,6
/proc/31700/task/31721/stat : 31721 (java) R 31698 31700 31591 0 -1 4202560 31103 0 0 0 558 3 0 0 25 0 22 0 529251231 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505727218 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31700/tid=31722] ppid=31698 vsize=15764420 CPUtime=4.6 cores=0,2,4,6
/proc/31700/task/31722/stat : 31722 (java) R 31698 31700 31591 0 -1 4202560 24721 0 0 0 458 2 0 0 25 0 22 0 529251231 16142766080 139129 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505804299 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.24
Current children cumulated vsize (KiB) 15764420

[startup+12.7074 s]
/proc/loadavg: 8.06 8.05 8.07 9/224 31722
/proc/meminfo: memFree=25047648/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15757364 CPUtime=49.76 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 160091 0 1 0 4956 20 0 0 25 0 22 0 529251207 16135540736 117713 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3939341 117713 2287 9 0 3930060 0
[pid=31700/tid=31701] ppid=31698 vsize=15757364 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16135540736 117713 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31703] ppid=31698 vsize=15757364 CPUtime=0.01 cores=0,2,4,6
/proc/31700/task/31703/stat : 31703 (java) S 31698 31700 31591 0 -1 4202560 1070 0 0 0 1 0 0 0 15 0 22 0 529251208 16135540736 117713 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31704] ppid=31698 vsize=15757364 CPUtime=0.01 cores=0,2,4,6
/proc/31700/task/31704/stat : 31704 (java) S 31698 31700 31591 0 -1 4202560 1533 0 0 0 1 0 0 0 15 0 22 0 529251208 16135540736 117713 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31705] ppid=31698 vsize=15757364 CPUtime=0.01 cores=0,2,4,6

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

[pid=31700/tid=31720] ppid=31698 vsize=15757364 CPUtime=1107.46 cores=0,2,4,6
/proc/31700/task/31720/stat : 31720 (java) R 31698 31700 31591 0 -1 4202560 365498 0 0 0 110694 52 0 0 25 0 22 0 529251231 16135540736 109295 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31700/tid=31721] ppid=31698 vsize=15757364 CPUtime=1108.18 cores=0,2,4,6
/proc/31700/task/31721/stat : 31721 (java) R 31698 31700 31591 0 -1 4202560 360447 0 0 0 110766 52 0 0 25 0 22 0 529251231 16135540736 109295 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505804038 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31700/tid=31722] ppid=31698 vsize=15757364 CPUtime=1107.62 cores=0,2,4,6
/proc/31700/task/31722/stat : 31722 (java) R 31698 31700 31591 0 -1 4202560 352714 0 0 0 110711 51 0 0 25 0 22 0 529251231 16135540736 109295 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505738392 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4463.08
Current children cumulated vsize (KiB) 15757364

[startup+1182.3 s]
/proc/loadavg: 8.23 8.22 8.14 9/224 31802
/proc/meminfo: memFree=25131688/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15757364 CPUtime=4701.69 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 2708552 0 1 0 469655 514 0 0 25 0 22 0 529251207 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3939341 101503 2298 9 0 3930060 0
[pid=31700/tid=31701] ppid=31698 vsize=15757364 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31703] ppid=31698 vsize=15757364 CPUtime=3.49 cores=0,2,4,6
/proc/31700/task/31703/stat : 31703 (java) S 31698 31700 31591 0 -1 4202560 152057 0 0 0 325 24 0 0 16 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31704] ppid=31698 vsize=15757364 CPUtime=3.49 cores=0,2,4,6
/proc/31700/task/31704/stat : 31704 (java) S 31698 31700 31591 0 -1 4202560 145255 0 0 0 322 27 0 0 16 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31705] ppid=31698 vsize=15757364 CPUtime=3.48 cores=0,2,4,6
/proc/31700/task/31705/stat : 31705 (java) S 31698 31700 31591 0 -1 4202560 144331 0 0 0 323 25 0 0 15 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31706] ppid=31698 vsize=15757364 CPUtime=3.43 cores=0,2,4,6
/proc/31700/task/31706/stat : 31706 (java) S 31698 31700 31591 0 -1 4202560 138498 0 0 0 317 26 0 0 16 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31707] ppid=31698 vsize=15757364 CPUtime=3.6 cores=0,2,4,6
/proc/31700/task/31707/stat : 31707 (java) S 31698 31700 31591 0 -1 4202560 151367 0 0 0 333 27 0 0 15 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31708] ppid=31698 vsize=15757364 CPUtime=3.61 cores=0,2,4,6
/proc/31700/task/31708/stat : 31708 (java) S 31698 31700 31591 0 -1 4202560 139757 0 0 0 337 24 0 0 15 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31709] ppid=31698 vsize=15757364 CPUtime=3.55 cores=0,2,4,6
/proc/31700/task/31709/stat : 31709 (java) S 31698 31700 31591 0 -1 4202560 147647 0 0 0 330 25 0 0 15 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31710] ppid=31698 vsize=15757364 CPUtime=3.52 cores=0,2,4,6
/proc/31700/task/31710/stat : 31710 (java) S 31698 31700 31591 0 -1 4202560 146002 0 0 0 325 27 0 0 16 0 22 0 529251208 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31711] ppid=31698 vsize=15757364 CPUtime=2.25 cores=0,2,4,6
/proc/31700/task/31711/stat : 31711 (java) S 31698 31700 31591 0 -1 4202560 7023 0 0 0 144 81 0 0 15 0 22 0 529251209 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 0 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31712] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31712/stat : 31712 (java) S 31698 31700 31591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529251209 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31713] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31713/stat : 31713 (java) S 31698 31700 31591 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529251209 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31714] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31714/stat : 31714 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347716017 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31715] ppid=31698 vsize=15757364 CPUtime=1.61 cores=0,2,4,6
/proc/31700/task/31715/stat : 31715 (java) S 31698 31700 31591 0 -1 4202560 13866 0 0 0 160 1 0 0 15 0 22 0 529251211 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31716] ppid=31698 vsize=15757364 CPUtime=0.78 cores=0,2,4,6
/proc/31700/task/31716/stat : 31716 (java) S 31698 31700 31591 0 -1 4202560 7127 0 0 0 78 0 0 0 15 0 22 0 529251211 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31717] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31717/stat : 31717 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31718] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31718/stat : 31718 (java) S 31698 31700 31591 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529251211 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31719] ppid=31698 vsize=15757364 CPUtime=1167.27 cores=0,2,4,6
/proc/31700/task/31719/stat : 31719 (java) R 31698 31700 31591 0 -1 4202560 377851 0 0 0 116673 54 0 0 25 0 22 0 529251231 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505847142 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31700/tid=31720] ppid=31698 vsize=15757364 CPUtime=1166.65 cores=0,2,4,6
/proc/31700/task/31720/stat : 31720 (java) R 31698 31700 31591 0 -1 4202560 382902 0 0 0 116610 55 0 0 25 0 22 0 529251231 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505738392 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31700/tid=31721] ppid=31698 vsize=15757364 CPUtime=1167.53 cores=0,2,4,6
/proc/31700/task/31721/stat : 31721 (java) R 31698 31700 31591 0 -1 4202560 377034 0 0 0 116699 54 0 0 25 0 22 0 529251231 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505738313 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31700/tid=31722] ppid=31698 vsize=15757364 CPUtime=1166.91 cores=0,2,4,6
/proc/31700/task/31722/stat : 31722 (java) R 31698 31700 31591 0 -1 4202560 370113 0 0 0 116637 54 0 0 25 0 22 0 529251231 16135540736 101503 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505803919 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4701.69
Current children cumulated vsize (KiB) 15757364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 8.23 8.21 8.14 9/224 31803
/proc/meminfo: memFree=25177808/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15757364 CPUtime=4800.29 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 2752218 0 1 0 479504 525 0 0 25 0 22 0 529251207 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3939341 84093 2298 9 0 3930060 0
[pid=31700/tid=31701] ppid=31698 vsize=15757364 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31703] ppid=31698 vsize=15757364 CPUtime=3.56 cores=0,2,4,6
/proc/31700/task/31703/stat : 31703 (java) S 31698 31700 31591 0 -1 4202560 153366 0 0 0 331 25 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31704] ppid=31698 vsize=15757364 CPUtime=3.56 cores=0,2,4,6
/proc/31700/task/31704/stat : 31704 (java) S 31698 31700 31591 0 -1 4202560 147256 0 0 0 328 28 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31705] ppid=31698 vsize=15757364 CPUtime=3.54 cores=0,2,4,6
/proc/31700/task/31705/stat : 31705 (java) S 31698 31700 31591 0 -1 4202560 145488 0 0 0 329 25 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31706] ppid=31698 vsize=15757364 CPUtime=3.51 cores=0,2,4,6
/proc/31700/task/31706/stat : 31706 (java) S 31698 31700 31591 0 -1 4202560 139971 0 0 0 324 27 0 0 16 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31707] ppid=31698 vsize=15757364 CPUtime=3.67 cores=0,2,4,6
/proc/31700/task/31707/stat : 31707 (java) S 31698 31700 31591 0 -1 4202560 153364 0 0 0 340 27 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31708] ppid=31698 vsize=15757364 CPUtime=3.69 cores=0,2,4,6
/proc/31700/task/31708/stat : 31708 (java) S 31698 31700 31591 0 -1 4202560 140837 0 0 0 344 25 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31709] ppid=31698 vsize=15757364 CPUtime=3.65 cores=0,2,4,6
/proc/31700/task/31709/stat : 31709 (java) S 31698 31700 31591 0 -1 4202560 149614 0 0 0 339 26 0 0 16 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31710] ppid=31698 vsize=15757364 CPUtime=3.59 cores=0,2,4,6
/proc/31700/task/31710/stat : 31710 (java) S 31698 31700 31591 0 -1 4202560 147566 0 0 0 332 27 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31711] ppid=31698 vsize=15757364 CPUtime=2.32 cores=0,2,4,6
/proc/31700/task/31711/stat : 31711 (java) S 31698 31700 31591 0 -1 4202560 7191 0 0 0 149 83 0 0 15 0 22 0 529251209 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 0 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31712] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31712/stat : 31712 (java) S 31698 31700 31591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529251209 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31713] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31713/stat : 31713 (java) S 31698 31700 31591 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529251209 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31714] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31714/stat : 31714 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347716017 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31715] ppid=31698 vsize=15757364 CPUtime=1.61 cores=0,2,4,6
/proc/31700/task/31715/stat : 31715 (java) S 31698 31700 31591 0 -1 4202560 13866 0 0 0 160 1 0 0 15 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31716] ppid=31698 vsize=15757364 CPUtime=0.78 cores=0,2,4,6
/proc/31700/task/31716/stat : 31716 (java) S 31698 31700 31591 0 -1 4202560 7127 0 0 0 78 0 0 0 15 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31717] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31717/stat : 31717 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31718] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31718/stat : 31718 (java) S 31698 31700 31591 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31719] ppid=31698 vsize=15757364 CPUtime=1191.71 cores=0,2,4,6
/proc/31700/task/31719/stat : 31719 (java) R 31698 31700 31591 0 -1 4202560 385771 0 0 0 119115 56 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505804143 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31700/tid=31720] ppid=31698 vsize=15757364 CPUtime=1191.13 cores=0,2,4,6
/proc/31700/task/31720/stat : 31720 (java) R 31698 31700 31591 0 -1 4202560 390150 0 0 0 119056 57 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505698162 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31700/tid=31721] ppid=31698 vsize=15757364 CPUtime=1192.05 cores=0,2,4,6
/proc/31700/task/31721/stat : 31721 (java) R 31698 31700 31591 0 -1 4202560 385169 0 0 0 119149 56 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505661048 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31700/tid=31722] ppid=31698 vsize=15757364 CPUtime=1191.42 cores=0,2,4,6
/proc/31700/task/31722/stat : 31722 (java) R 31698 31700 31591 0 -1 4202560 377760 0 0 0 119088 54 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505726822 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15757364

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

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

[startup+1207.1 s]
/proc/loadavg: 8.23 8.21 8.14 9/224 31803
/proc/meminfo: memFree=25177808/32951124 swapFree=67111412/67111528
[pid=31700] ppid=31698 vsize=15757364 CPUtime=4800.29 cores=0,2,4,6
/proc/31700/stat : 31700 (java) S 31698 31700 31591 0 -1 4202496 2752218 0 1 0 479504 525 0 0 25 0 22 0 529251207 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31700/statm: 3939341 84093 2298 9 0 3930060 0
[pid=31700/tid=31701] ppid=31698 vsize=15757364 CPUtime=0.33 cores=0,2,4,6
/proc/31700/task/31701/stat : 31701 (java) S 31698 31700 31591 0 -1 4202560 6269 0 1 0 32 1 0 0 18 0 22 0 529251207 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31703] ppid=31698 vsize=15757364 CPUtime=3.56 cores=0,2,4,6
/proc/31700/task/31703/stat : 31703 (java) S 31698 31700 31591 0 -1 4202560 153366 0 0 0 331 25 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31704] ppid=31698 vsize=15757364 CPUtime=3.56 cores=0,2,4,6
/proc/31700/task/31704/stat : 31704 (java) S 31698 31700 31591 0 -1 4202560 147256 0 0 0 328 28 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31705] ppid=31698 vsize=15757364 CPUtime=3.54 cores=0,2,4,6
/proc/31700/task/31705/stat : 31705 (java) S 31698 31700 31591 0 -1 4202560 145488 0 0 0 329 25 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 4 0 0 0
[pid=31700/tid=31706] ppid=31698 vsize=15757364 CPUtime=3.51 cores=0,2,4,6
/proc/31700/task/31706/stat : 31706 (java) S 31698 31700 31591 0 -1 4202560 139971 0 0 0 324 27 0 0 16 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31707] ppid=31698 vsize=15757364 CPUtime=3.67 cores=0,2,4,6
/proc/31700/task/31707/stat : 31707 (java) S 31698 31700 31591 0 -1 4202560 153364 0 0 0 340 27 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31708] ppid=31698 vsize=15757364 CPUtime=3.69 cores=0,2,4,6
/proc/31700/task/31708/stat : 31708 (java) S 31698 31700 31591 0 -1 4202560 140837 0 0 0 344 25 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31709] ppid=31698 vsize=15757364 CPUtime=3.65 cores=0,2,4,6
/proc/31700/task/31709/stat : 31709 (java) S 31698 31700 31591 0 -1 4202560 149614 0 0 0 339 26 0 0 16 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31710] ppid=31698 vsize=15757364 CPUtime=3.59 cores=0,2,4,6
/proc/31700/task/31710/stat : 31710 (java) S 31698 31700 31591 0 -1 4202560 147566 0 0 0 332 27 0 0 15 0 22 0 529251208 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31711] ppid=31698 vsize=15757364 CPUtime=2.32 cores=0,2,4,6
/proc/31700/task/31711/stat : 31711 (java) S 31698 31700 31591 0 -1 4202560 7191 0 0 0 149 83 0 0 15 0 22 0 529251209 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 0 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31712] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31712/stat : 31712 (java) S 31698 31700 31591 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529251209 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31713] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31713/stat : 31713 (java) S 31698 31700 31591 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529251209 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31714] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31714/stat : 31714 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347716017 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31715] ppid=31698 vsize=15757364 CPUtime=1.61 cores=0,2,4,6
/proc/31700/task/31715/stat : 31715 (java) S 31698 31700 31591 0 -1 4202560 13866 0 0 0 160 1 0 0 15 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 0 0 0 0
[pid=31700/tid=31716] ppid=31698 vsize=15757364 CPUtime=0.78 cores=0,2,4,6
/proc/31700/task/31716/stat : 31716 (java) S 31698 31700 31591 0 -1 4202560 7127 0 0 0 78 0 0 0 15 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 2 0 0 0
[pid=31700/tid=31717] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31717/stat : 31717 (java) S 31698 31700 31591 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708313 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31718] ppid=31698 vsize=15757364 CPUtime=0 cores=0,2,4,6
/proc/31700/task/31718/stat : 31718 (java) S 31698 31700 31591 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529251211 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 232347708928 0 4 0 16800975 18446604447413762112 0 0 -1 6 0 0 0
[pid=31700/tid=31719] ppid=31698 vsize=15757364 CPUtime=1191.71 cores=0,2,4,6
/proc/31700/task/31719/stat : 31719 (java) R 31698 31700 31591 0 -1 4202560 385771 0 0 0 119115 56 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505804143 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31700/tid=31720] ppid=31698 vsize=15757364 CPUtime=1191.13 cores=0,2,4,6
/proc/31700/task/31720/stat : 31720 (java) R 31698 31700 31591 0 -1 4202560 390150 0 0 0 119056 57 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505698162 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31700/tid=31721] ppid=31698 vsize=15757364 CPUtime=1192.05 cores=0,2,4,6
/proc/31700/task/31721/stat : 31721 (java) R 31698 31700 31591 0 -1 4202560 385169 0 0 0 119149 56 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505661048 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31700/tid=31722] ppid=31698 vsize=15757364 CPUtime=1191.42 cores=0,2,4,6
/proc/31700/task/31722/stat : 31722 (java) R 31698 31700 31591 0 -1 4202560 377760 0 0 0 119088 54 0 0 25 0 22 0 529251231 16135540736 84093 33554432000 1073741824 1073778376 140734881311904 18446744073709551615 46912505726822 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15757364

Child status: 143
Real time (s): 1207.13
CPU time (s): 4800.35
CPU user time (s): 4795.08
CPU system time (s): 5.2672
CPU usage (%): 397.665
Max. virtual memory (cumulated for all children) (KiB): 15769944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.08
system time used= 5.2672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2752248
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= 241588
involuntary context switches= 182898

runsolver used 1.9447 second user time and 4.71428 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 17:15:30
IDJOB=3312816
IDBENCH=83001
IDSOLVER=1699
FILE ID=node132/3312816-1304176530
RUNJOBID= node132-1304176513-31609
PBS_JOBID= 13172423
Free space on /tmp= 72172 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312816-1304176530/watcher-3312816-1304176530 -o /tmp/evaluation-result-3312816-1304176530/solver-3312816-1304176530 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312816-1304176530.cnf

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

MD5SUM BENCH= 6b69f72e1046222baee8c8d817a4adac
RANDOM SEED=1115810722

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.67
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.833
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.82
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.833
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:      25524292 kB
Buffers:        697792 kB
Cached:        5853648 kB
SwapCached:        112 kB
Active:        1846784 kB
Inactive:      5098388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25524292 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            4104 kB
Writeback:           0 kB
AnonPages:      393728 kB
Mapped:          23596 kB
Slab:           418120 kB
PageTables:       6060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1106656 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72172 MiB
End job on node132 at 2011-04-30 17:35:40