Trace number 3312440

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.14 1206.54

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
MD5SUMebf03c9c6463f3682b7e09274cee8655
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.10/0.11	09:24 INFO : Reading from input HOME/instance-3312440-1304114964.cnf
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
1.73/0.96	09:25 INFO : 300 variables remaining out of 300
1.73/0.96	09:25 INFO : 204000 literals remaining out of 204000

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-3312440-1304114964/watcher-3312440-1304114964 -o /tmp/evaluation-result-3312440-1304114964/solver-3312440-1304114964 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312440-1304114964.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: 4.99 5.06 5.52 5/198 7195
/proc/meminfo: memFree=29376708/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 1414 0 0 0 0 0 0 0 25 0 2 0 601727111 26714112 885 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 6522 885 678 9 0 381 0
[pid=7195/tid=7196] ppid=7193 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) S 7193 7195 6855 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 601727111 27824128 894 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260900470407 0 2147483391 4096 0 18446744071699207358 0 0 -1 3 0 0 0

[startup+0.0657711 s]
/proc/loadavg: 4.99 5.06 5.52 5/198 7195
/proc/meminfo: memFree=29376708/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15609780 CPUtime=0.06 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 4371 0 1 0 5 1 0 0 25 0 18 0 601727111 15984414720 3810 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3902445 3810 1778 9 0 3893164 0
[pid=7195/tid=7196] ppid=7193 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) R 7193 7195 6855 0 -1 4202560 2953 0 1 0 4 0 0 0 25 0 18 0 601727111 15984414720 3810 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917220811 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.100764 s]
/proc/loadavg: 4.99 5.06 5.52 5/198 7195
/proc/meminfo: memFree=29376708/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15741764 CPUtime=0.1 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 5673 0 1 0 9 1 0 0 25 0 18 0 601727111 16119566336 5069 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3935441 5070 2118 9 0 3926160 0
[pid=7195/tid=7196] ppid=7193 vsize=15741764 CPUtime=0.08 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) R 7193 7195 6855 0 -1 4202560 3492 0 1 0 7 1 0 0 25 0 18 0 601727111 16119566336 5070 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741764

[startup+0.300731 s]
/proc/loadavg: 4.99 5.06 5.52 5/198 7195
/proc/meminfo: memFree=29376708/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15747040 CPUtime=0.51 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 16589 0 1 0 48 3 0 0 25 0 18 0 601727111 16124968960 14882 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3936760 14889 2207 9 0 3927479 0
[pid=7195/tid=7196] ppid=7193 vsize=15747040 CPUtime=0.28 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) R 7193 7195 6855 0 -1 4202560 11434 0 1 0 26 2 0 0 25 0 18 0 601727111 16124968960 14892 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505637402 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15747040

[startup+0.700656 s]
/proc/loadavg: 4.99 5.06 5.52 5/198 7195
/proc/meminfo: memFree=29376708/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15751152 CPUtime=1.14 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 47155 0 1 0 107 7 0 0 25 0 22 0 601727111 16129179648 43273 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3937788 43273 2248 9 0 3928507 0
[pid=7195/tid=7196] ppid=7193 vsize=15751152 CPUtime=0.68 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) R 7193 7195 6855 0 -1 4202560 35642 0 1 0 62 6 0 0 25 0 22 0 601727111 16129179648 43273 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 47715668157335 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 15751152

[startup+1.50151 s]
/proc/loadavg: 4.99 5.06 5.52 6/220 7217
/proc/meminfo: memFree=28658044/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15764464 CPUtime=3.48 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 57242 0 1 0 339 9 0 0 25 0 22 0 601727111 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3941116 49585 2274 9 0 3931835 0
[pid=7195/tid=7196] ppid=7193 vsize=15764464 CPUtime=0.94 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) S 7193 7195 6855 0 -1 4202560 35713 0 1 0 88 6 0 0 25 0 22 0 601727111 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7198] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7198/stat : 7198 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7199] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7199/stat : 7199 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7200] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7200/stat : 7200 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7201] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7201/stat : 7201 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7202] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7202/stat : 7202 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7203] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7203/stat : 7203 (java) S 7193 7195 6855 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7204] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7204/stat : 7204 (java) S 7193 7195 6855 0 -1 4202560 348 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7205] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7205/stat : 7205 (java) S 7193 7195 6855 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 22 0 601727112 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7206] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7206/stat : 7206 (java) S 7193 7195 6855 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 0 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7207] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7207/stat : 7207 (java) S 7193 7195 6855 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601727113 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7208] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7208/stat : 7208 (java) S 7193 7195 6855 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 601727113 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7209] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7209/stat : 7209 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917217713 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7210] ppid=7193 vsize=15764464 CPUtime=0.71 cores=1,3,5,7
/proc/7195/task/7210/stat : 7210 (java) R 7193 7195 6855 0 -1 4202560 5558 0 0 0 71 0 0 0 22 0 22 0 601727115 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 47715671407124 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7195/tid=7211] ppid=7193 vsize=15764464 CPUtime=0.79 cores=1,3,5,7
/proc/7195/task/7211/stat : 7211 (java) S 7193 7195 6855 0 -1 4202560 14106 0 0 0 78 1 0 0 23 0 22 0 601727115 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7212] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7212/stat : 7212 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7213] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7213/stat : 7213 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601727115 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7214] ppid=7193 vsize=15764464 CPUtime=0.28 cores=1,3,5,7
/proc/7195/task/7214/stat : 7214 (java) R 7193 7195 6855 0 -1 4202560 36 0 0 0 28 0 0 0 19 0 22 0 601727159 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505920728 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7195/tid=7215] ppid=7193 vsize=15764464 CPUtime=0.17 cores=1,3,5,7
/proc/7195/task/7215/stat : 7215 (java) R 7193 7195 6855 0 -1 4202560 7 0 0 0 17 0 0 0 17 0 22 0 601727159 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505797154 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7195/tid=7216] ppid=7193 vsize=15764464 CPUtime=0.22 cores=1,3,5,7
/proc/7195/task/7216/stat : 7216 (java) R 7193 7195 6855 0 -1 4202560 11 0 0 0 22 0 0 0 18 0 22 0 601727159 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505982000 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7195/tid=7217] ppid=7193 vsize=15764464 CPUtime=0.3 cores=1,3,5,7
/proc/7195/task/7217/stat : 7217 (java) R 7193 7195 6855 0 -1 4202560 10 0 0 0 30 0 0 0 19 0 22 0 601727159 16142811136 49585 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505523176 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 15764464

[startup+3.10122 s]
/proc/loadavg: 4.99 5.06 5.52 9/220 7217
/proc/meminfo: memFree=28408432/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15764464 CPUtime=9.85 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 111286 0 1 0 970 15 0 0 25 0 22 0 601727111 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3941116 103524 2274 9 0 3931835 0
[pid=7195/tid=7196] ppid=7193 vsize=15764464 CPUtime=0.94 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) S 7193 7195 6855 0 -1 4202560 35713 0 1 0 88 6 0 0 25 0 22 0 601727111 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7198] ppid=7193 vsize=15764464 CPUtime=0.02 cores=1,3,5,7
/proc/7195/task/7198/stat : 7198 (java) S 7193 7195 6855 0 -1 4202560 7982 0 0 0 1 1 0 0 16 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7199] ppid=7193 vsize=15764464 CPUtime=0.01 cores=1,3,5,7
/proc/7195/task/7199/stat : 7199 (java) S 7193 7195 6855 0 -1 4202560 4991 0 0 0 0 1 0 0 16 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7200] ppid=7193 vsize=15764464 CPUtime=0.01 cores=1,3,5,7
/proc/7195/task/7200/stat : 7200 (java) S 7193 7195 6855 0 -1 4202560 5526 0 0 0 1 0 0 0 15 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7201] ppid=7193 vsize=15764464 CPUtime=0.01 cores=1,3,5,7
/proc/7195/task/7201/stat : 7201 (java) S 7193 7195 6855 0 -1 4202560 5632 0 0 0 1 0 0 0 15 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7202] ppid=7193 vsize=15764464 CPUtime=0.01 cores=1,3,5,7
/proc/7195/task/7202/stat : 7202 (java) S 7193 7195 6855 0 -1 4202560 4272 0 0 0 1 0 0 0 16 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7203] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7203/stat : 7203 (java) S 7193 7195 6855 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7204] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7204/stat : 7204 (java) S 7193 7195 6855 0 -1 4202560 2165 0 0 0 0 0 0 0 16 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7205] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7205/stat : 7205 (java) S 7193 7195 6855 0 -1 4202560 2172 0 0 0 0 0 0 0 16 0 22 0 601727112 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7206] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7206/stat : 7206 (java) S 7193 7195 6855 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 22 0 601727113 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 0 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7207] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7207/stat : 7207 (java) S 7193 7195 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7208] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7208/stat : 7208 (java) S 7193 7195 6855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7209] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7209/stat : 7209 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917217713 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7210] ppid=7193 vsize=15764464 CPUtime=0.79 cores=1,3,5,7
/proc/7195/task/7210/stat : 7210 (java) S 7193 7195 6855 0 -1 4202560 5563 0 0 0 79 0 0 0 18 0 22 0 601727115 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7211] ppid=7193 vsize=15764464 CPUtime=0.83 cores=1,3,5,7
/proc/7195/task/7211/stat : 7211 (java) S 7193 7195 6855 0 -1 4202560 14139 0 0 0 82 1 0 0 22 0 22 0 601727115 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7212] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7212/stat : 7212 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7213] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7213/stat : 7213 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601727115 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7214] ppid=7193 vsize=15764464 CPUtime=1.8 cores=1,3,5,7
/proc/7195/task/7214/stat : 7214 (java) R 7193 7195 6855 0 -1 4202560 5420 0 0 0 180 0 0 0 21 0 22 0 601727159 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 47715671957844 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7195/tid=7215] ppid=7193 vsize=15764464 CPUtime=1.73 cores=1,3,5,7
/proc/7195/task/7215/stat : 7215 (java) R 7193 7195 6855 0 -1 4202560 5677 0 0 0 173 0 0 0 19 0 22 0 601727159 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505756544 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7195/tid=7216] ppid=7193 vsize=15764464 CPUtime=1.79 cores=1,3,5,7
/proc/7195/task/7216/stat : 7216 (java) R 7193 7195 6855 0 -1 4202560 5252 0 0 0 179 0 0 0 20 0 22 0 601727159 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505837464 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7195/tid=7217] ppid=7193 vsize=15764464 CPUtime=1.78 cores=1,3,5,7
/proc/7195/task/7217/stat : 7217 (java) R 7193 7195 6855 0 -1 4202560 5153 0 0 0 178 0 0 0 22 0 22 0 601727159 16142811136 103524 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 47715671957853 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 15764464

[startup+6.30163 s]
/proc/loadavg: 5.23 5.11 5.53 12/220 7217
/proc/meminfo: memFree=27153636/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15764464 CPUtime=22.62 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 226590 0 1 0 2227 35 0 0 25 0 22 0 601727111 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3941116 218395 2277 9 0 3931835 0
[pid=7195/tid=7196] ppid=7193 vsize=15764464 CPUtime=0.94 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) S 7193 7195 6855 0 -1 4202560 35713 0 1 0 88 6 0 0 25 0 22 0 601727111 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7198] ppid=7193 vsize=15764464 CPUtime=0.03 cores=1,3,5,7
/proc/7195/task/7198/stat : 7198 (java) S 7193 7195 6855 0 -1 4202560 11033 0 0 0 2 1 0 0 15 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7199] ppid=7193 vsize=15764464 CPUtime=0.03 cores=1,3,5,7
/proc/7195/task/7199/stat : 7199 (java) S 7193 7195 6855 0 -1 4202560 10852 0 0 0 1 2 0 0 15 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7200] ppid=7193 vsize=15764464 CPUtime=0.06 cores=1,3,5,7
/proc/7195/task/7200/stat : 7200 (java) S 7193 7195 6855 0 -1 4202560 17393 0 0 0 4 2 0 0 16 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7201] ppid=7193 vsize=15764464 CPUtime=0.05 cores=1,3,5,7
/proc/7195/task/7201/stat : 7201 (java) S 7193 7195 6855 0 -1 4202560 17788 0 0 0 2 3 0 0 16 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7202] ppid=7193 vsize=15764464 CPUtime=0.06 cores=1,3,5,7
/proc/7195/task/7202/stat : 7202 (java) S 7193 7195 6855 0 -1 4202560 20715 0 0 0 4 2 0 0 16 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7203] ppid=7193 vsize=15764464 CPUtime=0.03 cores=1,3,5,7
/proc/7195/task/7203/stat : 7203 (java) S 7193 7195 6855 0 -1 4202560 10432 0 0 0 1 2 0 0 16 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7204] ppid=7193 vsize=15764464 CPUtime=0.01 cores=1,3,5,7
/proc/7195/task/7204/stat : 7204 (java) S 7193 7195 6855 0 -1 4202560 5455 0 0 0 1 0 0 0 15 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7205] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7205/stat : 7205 (java) S 7193 7195 6855 0 -1 4202560 2172 0 0 0 0 0 0 0 15 0 22 0 601727112 16142811136 218395 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0

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

[pid=7195/tid=7215] ppid=7193 vsize=15764464 CPUtime=1108.01 cores=1,3,5,7
/proc/7195/task/7215/stat : 7215 (java) R 7193 7195 6855 0 -1 4202560 242555 0 0 0 110766 35 0 0 25 0 22 0 601727159 16142811136 130557 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505523205 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7195/tid=7216] ppid=7193 vsize=15764464 CPUtime=1108.17 cores=1,3,5,7
/proc/7195/task/7216/stat : 7216 (java) R 7193 7195 6855 0 -1 4202560 243838 0 0 0 110780 37 0 0 25 0 22 0 601727159 16142811136 130557 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505735956 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7195/tid=7217] ppid=7193 vsize=15764464 CPUtime=1107.82 cores=1,3,5,7
/proc/7195/task/7217/stat : 7217 (java) R 7193 7195 6855 0 -1 4202560 242131 0 0 0 110746 36 0 0 25 0 22 0 601727159 16142811136 130557 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505797181 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4464.87
Current children cumulated vsize (KiB) 15764464

[startup+1182.3 s]
/proc/loadavg: 8.14 8.07 7.39 9/220 7248
/proc/meminfo: memFree=26580096/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15764464 CPUtime=4703.72 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 1913796 0 1 0 469977 395 0 0 25 0 22 0 601727111 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3941116 131510 2299 9 0 3931835 0
[pid=7195/tid=7196] ppid=7193 vsize=15764464 CPUtime=0.94 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) S 7193 7195 6855 0 -1 4202560 35713 0 1 0 88 6 0 0 25 0 22 0 601727111 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7198] ppid=7193 vsize=15764464 CPUtime=3.65 cores=1,3,5,7
/proc/7195/task/7198/stat : 7198 (java) S 7193 7195 6855 0 -1 4202560 108082 0 0 0 342 23 0 0 16 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7199] ppid=7193 vsize=15764464 CPUtime=3.63 cores=1,3,5,7
/proc/7195/task/7199/stat : 7199 (java) S 7193 7195 6855 0 -1 4202560 98274 0 0 0 340 23 0 0 15 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7200] ppid=7193 vsize=15764464 CPUtime=3.74 cores=1,3,5,7
/proc/7195/task/7200/stat : 7200 (java) S 7193 7195 6855 0 -1 4202560 103696 0 0 0 355 19 0 0 15 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7201] ppid=7193 vsize=15764464 CPUtime=3.82 cores=1,3,5,7
/proc/7195/task/7201/stat : 7201 (java) S 7193 7195 6855 0 -1 4202560 113882 0 0 0 357 25 0 0 15 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7202] ppid=7193 vsize=15764464 CPUtime=3.78 cores=1,3,5,7
/proc/7195/task/7202/stat : 7202 (java) S 7193 7195 6855 0 -1 4202560 111767 0 0 0 356 22 0 0 16 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7203] ppid=7193 vsize=15764464 CPUtime=3.79 cores=1,3,5,7
/proc/7195/task/7203/stat : 7203 (java) S 7193 7195 6855 0 -1 4202560 109951 0 0 0 358 21 0 0 15 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7204] ppid=7193 vsize=15764464 CPUtime=3.68 cores=1,3,5,7
/proc/7195/task/7204/stat : 7204 (java) S 7193 7195 6855 0 -1 4202560 97825 0 0 0 348 20 0 0 15 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7205] ppid=7193 vsize=15764464 CPUtime=3.71 cores=1,3,5,7
/proc/7195/task/7205/stat : 7205 (java) S 7193 7195 6855 0 -1 4202560 93315 0 0 0 353 18 0 0 16 0 22 0 601727112 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7206] ppid=7193 vsize=15764464 CPUtime=1.87 cores=1,3,5,7
/proc/7195/task/7206/stat : 7206 (java) S 7193 7195 6855 0 -1 4202560 5432 0 0 0 128 59 0 0 16 0 22 0 601727113 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 0 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7207] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7207/stat : 7207 (java) S 7193 7195 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7208] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7208/stat : 7208 (java) S 7193 7195 6855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7209] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7209/stat : 7209 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917217713 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7210] ppid=7193 vsize=15764464 CPUtime=1.04 cores=1,3,5,7
/proc/7195/task/7210/stat : 7210 (java) S 7193 7195 6855 0 -1 4202560 5603 0 0 0 104 0 0 0 16 0 22 0 601727115 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7211] ppid=7193 vsize=15764464 CPUtime=1.19 cores=1,3,5,7
/proc/7195/task/7211/stat : 7211 (java) S 7193 7195 6855 0 -1 4202560 14202 0 0 0 118 1 0 0 15 0 22 0 601727115 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7212] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7212/stat : 7212 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7213] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7213/stat : 7213 (java) S 7193 7195 6855 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 601727115 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7214] ppid=7193 vsize=15764464 CPUtime=1166.82 cores=1,3,5,7
/proc/7195/task/7214/stat : 7214 (java) R 7193 7195 6855 0 -1 4202560 253189 0 0 0 116645 37 0 0 25 0 22 0 601727159 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505821403 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7195/tid=7215] ppid=7193 vsize=15764464 CPUtime=1167.32 cores=1,3,5,7
/proc/7195/task/7215/stat : 7215 (java) R 7193 7195 6855 0 -1 4202560 253598 0 0 0 116696 36 0 0 25 0 22 0 601727159 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505736671 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7195/tid=7216] ppid=7193 vsize=15764464 CPUtime=1167.47 cores=1,3,5,7
/proc/7195/task/7216/stat : 7216 (java) R 7193 7195 6855 0 -1 4202560 254949 0 0 0 116708 39 0 0 25 0 22 0 601727159 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505799978 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7195/tid=7217] ppid=7193 vsize=15764464 CPUtime=1167.13 cores=1,3,5,7
/proc/7195/task/7217/stat : 7217 (java) R 7193 7195 6855 0 -1 4202560 252868 0 0 0 116675 38 0 0 25 0 22 0 601727159 16142811136 131510 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505870814 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4703.72
Current children cumulated vsize (KiB) 15764464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.5 s]
/proc/loadavg: 8.25 8.10 7.41 9/220 7300
/proc/meminfo: memFree=28650340/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15764464 CPUtime=4800.09 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 1943884 0 1 0 479605 404 0 0 25 0 22 0 601727111 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3941116 125123 2299 9 0 3931835 0
[pid=7195/tid=7196] ppid=7193 vsize=15764464 CPUtime=0.94 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) S 7193 7195 6855 0 -1 4202560 35713 0 1 0 88 6 0 0 25 0 22 0 601727111 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7198] ppid=7193 vsize=15764464 CPUtime=3.73 cores=1,3,5,7
/proc/7195/task/7198/stat : 7198 (java) S 7193 7195 6855 0 -1 4202560 111618 0 0 0 349 24 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7199] ppid=7193 vsize=15764464 CPUtime=3.73 cores=1,3,5,7
/proc/7195/task/7199/stat : 7199 (java) S 7193 7195 6855 0 -1 4202560 101197 0 0 0 349 24 0 0 16 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7200] ppid=7193 vsize=15764464 CPUtime=3.82 cores=1,3,5,7
/proc/7195/task/7200/stat : 7200 (java) S 7193 7195 6855 0 -1 4202560 106692 0 0 0 362 20 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7201] ppid=7193 vsize=15764464 CPUtime=3.89 cores=1,3,5,7
/proc/7195/task/7201/stat : 7201 (java) S 7193 7195 6855 0 -1 4202560 117232 0 0 0 363 26 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7202] ppid=7193 vsize=15764464 CPUtime=3.86 cores=1,3,5,7
/proc/7195/task/7202/stat : 7202 (java) S 7193 7195 6855 0 -1 4202560 114793 0 0 0 364 22 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7203] ppid=7193 vsize=15764464 CPUtime=3.87 cores=1,3,5,7
/proc/7195/task/7203/stat : 7203 (java) S 7193 7195 6855 0 -1 4202560 112596 0 0 0 365 22 0 0 16 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7204] ppid=7193 vsize=15764464 CPUtime=3.77 cores=1,3,5,7
/proc/7195/task/7204/stat : 7204 (java) S 7193 7195 6855 0 -1 4202560 101574 0 0 0 356 21 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7205] ppid=7193 vsize=15764464 CPUtime=3.79 cores=1,3,5,7
/proc/7195/task/7205/stat : 7205 (java) S 7193 7195 6855 0 -1 4202560 96052 0 0 0 361 18 0 0 16 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7206] ppid=7193 vsize=15764464 CPUtime=1.9 cores=1,3,5,7
/proc/7195/task/7206/stat : 7206 (java) S 7193 7195 6855 0 -1 4202560 5559 0 0 0 130 60 0 0 15 0 22 0 601727113 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 0 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7207] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7207/stat : 7207 (java) S 7193 7195 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7208] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7208/stat : 7208 (java) S 7193 7195 6855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7209] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7209/stat : 7209 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917217713 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7210] ppid=7193 vsize=15764464 CPUtime=1.04 cores=1,3,5,7
/proc/7195/task/7210/stat : 7210 (java) S 7193 7195 6855 0 -1 4202560 5603 0 0 0 104 0 0 0 16 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7211] ppid=7193 vsize=15764464 CPUtime=1.19 cores=1,3,5,7
/proc/7195/task/7211/stat : 7211 (java) S 7193 7195 6855 0 -1 4202560 14202 0 0 0 118 1 0 0 15 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7212] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7212/stat : 7212 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7213] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7213/stat : 7213 (java) S 7193 7195 6855 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7214] ppid=7193 vsize=15764464 CPUtime=1190.77 cores=1,3,5,7
/proc/7195/task/7214/stat : 7214 (java) R 7193 7195 6855 0 -1 4202560 254452 0 0 0 119040 37 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912506176500 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7195/tid=7215] ppid=7193 vsize=15764464 CPUtime=1191.22 cores=1,3,5,7
/proc/7195/task/7215/stat : 7215 (java) R 7193 7195 6855 0 -1 4202560 254774 0 0 0 119085 37 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505736466 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7195/tid=7216] ppid=7193 vsize=15764464 CPUtime=1191.32 cores=1,3,5,7
/proc/7195/task/7216/stat : 7216 (java) R 7193 7195 6855 0 -1 4202560 256050 0 0 0 119093 39 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505598264 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7195/tid=7217] ppid=7193 vsize=15764464 CPUtime=1191.08 cores=1,3,5,7
/proc/7195/task/7217/stat : 7217 (java) R 7193 7195 6855 0 -1 4202560 254325 0 0 0 119070 38 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505921138 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15764464

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

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

[startup+1206.5 s]
/proc/loadavg: 8.25 8.10 7.41 9/220 7300
/proc/meminfo: memFree=28650340/32950928 swapFree=67054472/67111528
[pid=7195] ppid=7193 vsize=15764464 CPUtime=4800.09 cores=1,3,5,7
/proc/7195/stat : 7195 (java) S 7193 7195 6855 0 -1 4202496 1943884 0 1 0 479605 404 0 0 25 0 22 0 601727111 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7195/statm: 3941116 125123 2299 9 0 3931835 0
[pid=7195/tid=7196] ppid=7193 vsize=15764464 CPUtime=0.94 cores=1,3,5,7
/proc/7195/task/7196/stat : 7196 (java) S 7193 7195 6855 0 -1 4202560 35713 0 1 0 88 6 0 0 25 0 22 0 601727111 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7198] ppid=7193 vsize=15764464 CPUtime=3.73 cores=1,3,5,7
/proc/7195/task/7198/stat : 7198 (java) S 7193 7195 6855 0 -1 4202560 111618 0 0 0 349 24 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7199] ppid=7193 vsize=15764464 CPUtime=3.73 cores=1,3,5,7
/proc/7195/task/7199/stat : 7199 (java) S 7193 7195 6855 0 -1 4202560 101197 0 0 0 349 24 0 0 16 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7200] ppid=7193 vsize=15764464 CPUtime=3.82 cores=1,3,5,7
/proc/7195/task/7200/stat : 7200 (java) S 7193 7195 6855 0 -1 4202560 106692 0 0 0 362 20 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7201] ppid=7193 vsize=15764464 CPUtime=3.89 cores=1,3,5,7
/proc/7195/task/7201/stat : 7201 (java) S 7193 7195 6855 0 -1 4202560 117232 0 0 0 363 26 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7202] ppid=7193 vsize=15764464 CPUtime=3.86 cores=1,3,5,7
/proc/7195/task/7202/stat : 7202 (java) S 7193 7195 6855 0 -1 4202560 114793 0 0 0 364 22 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 1 0 0 0
[pid=7195/tid=7203] ppid=7193 vsize=15764464 CPUtime=3.87 cores=1,3,5,7
/proc/7195/task/7203/stat : 7203 (java) S 7193 7195 6855 0 -1 4202560 112596 0 0 0 365 22 0 0 16 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7204] ppid=7193 vsize=15764464 CPUtime=3.77 cores=1,3,5,7
/proc/7195/task/7204/stat : 7204 (java) S 7193 7195 6855 0 -1 4202560 101574 0 0 0 356 21 0 0 15 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7205] ppid=7193 vsize=15764464 CPUtime=3.79 cores=1,3,5,7
/proc/7195/task/7205/stat : 7205 (java) S 7193 7195 6855 0 -1 4202560 96052 0 0 0 361 18 0 0 16 0 22 0 601727112 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7206] ppid=7193 vsize=15764464 CPUtime=1.9 cores=1,3,5,7
/proc/7195/task/7206/stat : 7206 (java) S 7193 7195 6855 0 -1 4202560 5559 0 0 0 130 60 0 0 15 0 22 0 601727113 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 0 0 16800975 18446604471149803392 0 0 -1 7 0 0 0
[pid=7195/tid=7207] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7207/stat : 7207 (java) S 7193 7195 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7208] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7208/stat : 7208 (java) S 7193 7195 6855 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601727113 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7209] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7209/stat : 7209 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917217713 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7210] ppid=7193 vsize=15764464 CPUtime=1.04 cores=1,3,5,7
/proc/7195/task/7210/stat : 7210 (java) S 7193 7195 6855 0 -1 4202560 5603 0 0 0 104 0 0 0 16 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7211] ppid=7193 vsize=15764464 CPUtime=1.19 cores=1,3,5,7
/proc/7195/task/7211/stat : 7211 (java) S 7193 7195 6855 0 -1 4202560 14202 0 0 0 118 1 0 0 15 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7212] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7212/stat : 7212 (java) S 7193 7195 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210009 0 4 0 16800975 18446604471149803392 0 0 -1 3 0 0 0
[pid=7195/tid=7213] ppid=7193 vsize=15764464 CPUtime=0 cores=1,3,5,7
/proc/7195/task/7213/stat : 7213 (java) S 7193 7195 6855 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 601727115 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 260917210624 0 4 0 16800975 18446604471149803392 0 0 -1 5 0 0 0
[pid=7195/tid=7214] ppid=7193 vsize=15764464 CPUtime=1190.77 cores=1,3,5,7
/proc/7195/task/7214/stat : 7214 (java) R 7193 7195 6855 0 -1 4202560 254452 0 0 0 119040 37 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912506176500 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7195/tid=7215] ppid=7193 vsize=15764464 CPUtime=1191.22 cores=1,3,5,7
/proc/7195/task/7215/stat : 7215 (java) R 7193 7195 6855 0 -1 4202560 254774 0 0 0 119085 37 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505736466 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7195/tid=7216] ppid=7193 vsize=15764464 CPUtime=1191.32 cores=1,3,5,7
/proc/7195/task/7216/stat : 7216 (java) R 7193 7195 6855 0 -1 4202560 256050 0 0 0 119093 39 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505598264 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7195/tid=7217] ppid=7193 vsize=15764464 CPUtime=1191.08 cores=1,3,5,7
/proc/7195/task/7217/stat : 7217 (java) R 7193 7195 6855 0 -1 4202560 254325 0 0 0 119070 38 0 0 25 0 22 0 601727159 16142811136 125123 33554432000 1073741824 1073778376 140733196180400 18446744073709551615 46912505921138 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15764464

Child status: 143
Real time (s): 1206.54
CPU time (s): 4800.14
CPU user time (s): 4796.07
CPU system time (s): 4.06438
CPU usage (%): 397.844
Max. virtual memory (cumulated for all children) (KiB): 15764464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.07
system time used= 4.06438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1943909
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= 181156
involuntary context switches= 115893

runsolver used 1.91371 second user time and 4.73328 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 00:09:24
IDJOB=3312440
IDBENCH=82625
IDSOLVER=1699
FILE ID=node116/3312440-1304114964
RUNJOBID= node116-1304112452-6874
PBS_JOBID= 13170693
Free space on /tmp= 72512 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312440-1304114964/watcher-3312440-1304114964 -o /tmp/evaluation-result-3312440-1304114964/solver-3312440-1304114964 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312440-1304114964.cnf

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

MD5SUM BENCH= ebf03c9c6463f3682b7e09274cee8655
RANDOM SEED=1157822973

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29377104 kB
Buffers:        980784 kB
Cached:        1371144 kB
SwapCached:       9656 kB
Active:         954804 kB
Inactive:      2278584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29377104 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:            4664 kB
Writeback:           0 kB
AnonPages:      879152 kB
Mapped:          21480 kB
Slab:           275344 kB
PageTables:       6196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1902260 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= 72512 MiB
End job on node116 at 2011-04-30 00:29:33