Trace number 3312736

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.46 1207.33

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1321356000-046.SATISFIABLE.cnf
MD5SUMf10effcfe58940a6abd6aa73030d7c70
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099984
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.11/0.11	46:40 INFO : Reading from input HOME/instance-3312736-1304131600.cnf
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.52/0.33	Starting Executor!
0.98/0.55	46:40 INFO : 70 variables remaining out of 70
0.98/0.55	46:40 INFO : 49840 literals remaining out of 49840

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.05 7.77 2/194 31212
/proc/meminfo: memFree=30149392/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 1435 0 0 0 0 0 0 0 25 0 2 0 524757035 31313920 905 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 7645 909 695 9 0 383 0
[pid=31212/tid=31213] ppid=31210 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) R 31210 31212 31021 0 -1 4202560 99 0 0 0 0 0 0 0 25 0 2 0 524757036 31313920 925 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239471732480 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.038515 s]
/proc/loadavg: 8.10 8.05 7.77 2/194 31212
/proc/meminfo: memFree=30149392/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 3780 0 1 0 2 0 0 0 25 0 13 0 524757035 15978749952 3220 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3901062 3220 1682 9 0 3891810 0
[pid=31212/tid=31213] ppid=31210 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) R 31210 31212 31021 0 -1 4202560 2390 0 1 0 2 0 0 0 25 0 13 0 524757036 15978749952 3220 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488524255 0 2147483391 0 16800971 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.105381 s]
/proc/loadavg: 8.10 8.05 7.77 2/194 31212
/proc/meminfo: memFree=30149392/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15676764 CPUtime=0.11 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 5649 0 1 0 10 1 0 0 25 0 18 0 524757035 16053006336 5086 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3919191 5086 2117 9 0 3909910 0
[pid=31212/tid=31213] ppid=31210 vsize=15676764 CPUtime=0.08 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) R 31210 31212 31021 0 -1 4202560 3544 0 1 0 8 0 0 0 18 0 18 0 524757036 16053006336 5086 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488521675 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676764

[startup+0.300343 s]
/proc/loadavg: 8.10 8.05 7.77 2/194 31212
/proc/meminfo: memFree=30149392/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15680080 CPUtime=0.52 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 14642 0 1 0 50 2 0 0 25 0 18 0 524757035 16056401920 13153 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3920020 13160 2207 9 0 3910739 0
[pid=31212/tid=31213] ppid=31210 vsize=15680080 CPUtime=0.28 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) R 31210 31212 31021 0 -1 4202560 9513 0 1 0 27 1 0 0 18 0 18 0 524757036 16056401920 13164 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505630624 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680080

[startup+0.71921 s]
/proc/loadavg: 8.10 8.05 7.77 2/194 31212
/proc/meminfo: memFree=30149392/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15699584 CPUtime=1.63 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 29581 0 1 0 159 4 0 0 25 0 22 0 524757035 16076374016 25199 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3924896 25199 2258 9 0 3915615 0
[pid=31212/tid=31213] ppid=31210 vsize=15699584 CPUtime=0.53 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) S 31210 31212 31021 0 -1 4202560 13725 0 1 0 51 2 0 0 18 0 22 0 524757036 16076374016 25199 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 15699584

[startup+1.501 s]
/proc/loadavg: 8.10 8.05 7.77 14/220 31238
/proc/meminfo: memFree=29802056/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15701104 CPUtime=4.76 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 55836 0 1 0 467 9 0 0 25 0 22 0 524757035 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3925276 51445 2288 9 0 3915995 0
[pid=31212/tid=31213] ppid=31210 vsize=15701104 CPUtime=0.53 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) S 31210 31212 31021 0 -1 4202560 13725 0 1 0 51 2 0 0 18 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31215] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31215/stat : 31215 (java) S 31210 31212 31021 0 -1 4202560 501 0 0 0 0 0 0 0 16 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31216] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31216/stat : 31216 (java) S 31210 31212 31021 0 -1 4202560 612 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31217] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31217/stat : 31217 (java) S 31210 31212 31021 0 -1 4202560 956 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31218] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31218/stat : 31218 (java) S 31210 31212 31021 0 -1 4202560 614 0 0 0 0 0 0 0 16 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31219] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31219/stat : 31219 (java) S 31210 31212 31021 0 -1 4202560 1204 0 0 0 0 0 0 0 16 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31220] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31220/stat : 31220 (java) S 31210 31212 31021 0 -1 4202560 331 0 0 0 0 0 0 0 16 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31221] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31221/stat : 31221 (java) S 31210 31212 31021 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31222] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31222/stat : 31222 (java) S 31210 31212 31021 0 -1 4202560 278 0 0 0 0 0 0 0 16 0 22 0 524757036 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31223] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31223/stat : 31223 (java) S 31210 31212 31021 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 524757037 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 0 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31224] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31224/stat : 31224 (java) S 31210 31212 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31225] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31225/stat : 31225 (java) S 31210 31212 31021 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31226] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31226/stat : 31226 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757039 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488518577 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31227] ppid=31210 vsize=15701104 CPUtime=0.54 cores=0,2,4,6
/proc/31212/task/31227/stat : 31227 (java) R 31210 31212 31021 0 -1 4202560 5243 0 0 0 54 0 0 0 25 0 22 0 524757039 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 47262356071610 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31212/tid=31228] ppid=31210 vsize=15701104 CPUtime=1.08 cores=0,2,4,6
/proc/31212/task/31228/stat : 31228 (java) S 31210 31212 31021 0 -1 4202560 8967 0 0 0 107 1 0 0 16 0 22 0 524757040 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31229] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31229/stat : 31229 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757040 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31230] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31230/stat : 31230 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524757040 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31235] ppid=31210 vsize=15701104 CPUtime=0.85 cores=0,2,4,6
/proc/31212/task/31235/stat : 31235 (java) R 31210 31212 31021 0 -1 4202560 6899 0 0 0 84 1 0 0 17 0 22 0 524757068 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505626768 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31212/tid=31236] ppid=31210 vsize=15701104 CPUtime=0.65 cores=0,2,4,6
/proc/31212/task/31236/stat : 31236 (java) R 31210 31212 31021 0 -1 4202560 3639 0 0 0 65 0 0 0 16 0 22 0 524757068 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505786912 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31212/tid=31237] ppid=31210 vsize=15701104 CPUtime=0.67 cores=0,2,4,6
/proc/31212/task/31237/stat : 31237 (java) R 31210 31212 31021 0 -1 4202560 5071 0 0 0 67 0 0 0 16 0 22 0 524757068 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912506031522 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31212/tid=31238] ppid=31210 vsize=15701104 CPUtime=0.34 cores=0,2,4,6
/proc/31212/task/31238/stat : 31238 (java) R 31210 31212 31021 0 -1 4202560 6397 0 0 0 34 0 0 0 17 0 22 0 524757068 16077930496 51445 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 47262360429359 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 15701104

[startup+3.1007 s]
/proc/loadavg: 8.18 8.07 7.78 10/220 31238
/proc/meminfo: memFree=29595596/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15701104 CPUtime=11.1 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 88396 0 1 0 1097 13 0 0 25 0 22 0 524757035 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3925276 83988 2288 9 0 3915995 0
[pid=31212/tid=31213] ppid=31210 vsize=15701104 CPUtime=0.53 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) S 31210 31212 31021 0 -1 4202560 13725 0 1 0 51 2 0 0 18 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31215] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31215/stat : 31215 (java) S 31210 31212 31021 0 -1 4202560 631 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31216] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31216/stat : 31216 (java) S 31210 31212 31021 0 -1 4202560 1248 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31217] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31217/stat : 31217 (java) S 31210 31212 31021 0 -1 4202560 1717 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31218] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31218/stat : 31218 (java) S 31210 31212 31021 0 -1 4202560 1500 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31219] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31219/stat : 31219 (java) S 31210 31212 31021 0 -1 4202560 1964 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31220] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31220/stat : 31220 (java) S 31210 31212 31021 0 -1 4202560 1216 0 0 0 0 0 0 0 16 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31221] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31221/stat : 31221 (java) S 31210 31212 31021 0 -1 4202560 1147 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31222] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31222/stat : 31222 (java) S 31210 31212 31021 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 22 0 524757036 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31223] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31223/stat : 31223 (java) S 31210 31212 31021 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 524757037 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 0 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31224] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31224/stat : 31224 (java) S 31210 31212 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31225] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31225/stat : 31225 (java) S 31210 31212 31021 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31226] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31226/stat : 31226 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757039 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488518577 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31227] ppid=31210 vsize=15701104 CPUtime=0.56 cores=0,2,4,6
/proc/31212/task/31227/stat : 31227 (java) S 31210 31212 31021 0 -1 4202560 5247 0 0 0 56 0 0 0 21 0 22 0 524757039 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31228] ppid=31210 vsize=15701104 CPUtime=1.2 cores=0,2,4,6
/proc/31212/task/31228/stat : 31228 (java) S 31210 31212 31021 0 -1 4202560 8977 0 0 0 119 1 0 0 16 0 22 0 524757040 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31229] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31229/stat : 31229 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757040 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31230] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31230/stat : 31230 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524757040 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31235] ppid=31210 vsize=15701104 CPUtime=2.42 cores=0,2,4,6
/proc/31212/task/31235/stat : 31235 (java) R 31210 31212 31021 0 -1 4202560 13853 0 0 0 241 1 0 0 19 0 22 0 524757068 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505817521 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31212/tid=31236] ppid=31210 vsize=15701104 CPUtime=2.23 cores=0,2,4,6
/proc/31212/task/31236/stat : 31236 (java) R 31210 31212 31021 0 -1 4202560 10423 0 0 0 222 1 0 0 18 0 22 0 524757068 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505786890 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31212/tid=31237] ppid=31210 vsize=15701104 CPUtime=2.24 cores=0,2,4,6
/proc/31212/task/31237/stat : 31237 (java) R 31210 31212 31021 0 -1 4202560 11733 0 0 0 223 1 0 0 18 0 22 0 524757068 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505816598 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31212/tid=31238] ppid=31210 vsize=15701104 CPUtime=1.78 cores=0,2,4,6
/proc/31212/task/31238/stat : 31238 (java) R 31210 31212 31021 0 -1 4202560 12999 0 0 0 176 2 0 0 18 0 22 0 524757068 16077930496 83988 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505732141 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 15701104

[startup+6.30109 s]
/proc/loadavg: 8.18 8.07 7.78 9/220 31238
/proc/meminfo: memFree=29260896/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15701104 CPUtime=23.87 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 91855 0 1 0 2373 14 0 0 25 0 22 0 524757035 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3925276 84591 2288 9 0 3915995 0
[pid=31212/tid=31213] ppid=31210 vsize=15701104 CPUtime=0.53 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) S 31210 31212 31021 0 -1 4202560 13725 0 1 0 51 2 0 0 18 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31215] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31215/stat : 31215 (java) S 31210 31212 31021 0 -1 4202560 1504 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31216] ppid=31210 vsize=15701104 CPUtime=0.01 cores=0,2,4,6
/proc/31212/task/31216/stat : 31216 (java) S 31210 31212 31021 0 -1 4202560 1486 0 0 0 1 0 0 0 15 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31217] ppid=31210 vsize=15701104 CPUtime=0.01 cores=0,2,4,6
/proc/31212/task/31217/stat : 31217 (java) S 31210 31212 31021 0 -1 4202560 2437 0 0 0 1 0 0 0 16 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31218] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31218/stat : 31218 (java) S 31210 31212 31021 0 -1 4202560 1706 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31219] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31219/stat : 31219 (java) S 31210 31212 31021 0 -1 4202560 2212 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31220] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31220/stat : 31220 (java) S 31210 31212 31021 0 -1 4202560 1751 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31221] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31221/stat : 31221 (java) S 31210 31212 31021 0 -1 4202560 1436 0 0 0 0 0 0 0 15 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31222] ppid=31210 vsize=15701104 CPUtime=0.01 cores=0,2,4,6
/proc/31212/task/31222/stat : 31222 (java) S 31210 31212 31021 0 -1 4202560 751 0 0 0 1 0 0 0 15 0 22 0 524757036 16077930496 84591 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0

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

[pid=31212/tid=31236] ppid=31210 vsize=15701104 CPUtime=1107.94 cores=0,2,4,6
/proc/31212/task/31236/stat : 31236 (java) R 31210 31212 31021 0 -1 4202560 153910 0 0 0 110763 31 0 0 25 0 22 0 524757068 16077930496 74036 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505732005 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31212/tid=31237] ppid=31210 vsize=15701104 CPUtime=1108.93 cores=0,2,4,6
/proc/31212/task/31237/stat : 31237 (java) R 31210 31212 31021 0 -1 4202560 156421 0 0 0 110865 28 0 0 20 0 22 0 524757068 16077930496 74036 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505816317 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31212/tid=31238] ppid=31210 vsize=15701104 CPUtime=1107.93 cores=0,2,4,6
/proc/31212/task/31238/stat : 31238 (java) R 31210 31212 31021 0 -1 4202560 158678 0 0 0 110763 30 0 0 25 0 22 0 524757068 16077930496 74036 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912506028200 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4462.41
Current children cumulated vsize (KiB) 15701104

[startup+1182.3 s]
/proc/loadavg: 8.14 8.09 7.98 9/220 31281
/proc/meminfo: memFree=29527232/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15701104 CPUtime=4700.97 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 1223480 0 1 0 469770 327 0 0 25 0 22 0 524757035 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3925276 71410 2298 9 0 3915995 0
[pid=31212/tid=31213] ppid=31210 vsize=15701104 CPUtime=0.53 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) S 31210 31212 31021 0 -1 4202560 13725 0 1 0 51 2 0 0 18 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31215] ppid=31210 vsize=15701104 CPUtime=3.26 cores=0,2,4,6
/proc/31212/task/31215/stat : 31215 (java) S 31210 31212 31021 0 -1 4202560 61782 0 0 0 311 15 0 0 15 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31216] ppid=31210 vsize=15701104 CPUtime=3.25 cores=0,2,4,6
/proc/31212/task/31216/stat : 31216 (java) S 31210 31212 31021 0 -1 4202560 61653 0 0 0 309 16 0 0 15 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31217] ppid=31210 vsize=15701104 CPUtime=3.3 cores=0,2,4,6
/proc/31212/task/31217/stat : 31217 (java) S 31210 31212 31021 0 -1 4202560 67694 0 0 0 316 14 0 0 16 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31218] ppid=31210 vsize=15701104 CPUtime=3.25 cores=0,2,4,6
/proc/31212/task/31218/stat : 31218 (java) S 31210 31212 31021 0 -1 4202560 65176 0 0 0 309 16 0 0 15 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31219] ppid=31210 vsize=15701104 CPUtime=3.31 cores=0,2,4,6
/proc/31212/task/31219/stat : 31219 (java) S 31210 31212 31021 0 -1 4202560 69739 0 0 0 314 17 0 0 15 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31220] ppid=31210 vsize=15701104 CPUtime=3.3 cores=0,2,4,6
/proc/31212/task/31220/stat : 31220 (java) S 31210 31212 31021 0 -1 4202560 64750 0 0 0 313 17 0 0 15 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31221] ppid=31210 vsize=15701104 CPUtime=3.24 cores=0,2,4,6
/proc/31212/task/31221/stat : 31221 (java) S 31210 31212 31021 0 -1 4202560 61915 0 0 0 308 16 0 0 15 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31222] ppid=31210 vsize=15701104 CPUtime=3.21 cores=0,2,4,6
/proc/31212/task/31222/stat : 31222 (java) S 31210 31212 31021 0 -1 4202560 64726 0 0 0 306 15 0 0 15 0 22 0 524757036 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31223] ppid=31210 vsize=15701104 CPUtime=2.05 cores=0,2,4,6
/proc/31212/task/31223/stat : 31223 (java) S 31210 31212 31021 0 -1 4202560 3207 0 0 0 142 63 0 0 16 0 22 0 524757037 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 0 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31224] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31224/stat : 31224 (java) S 31210 31212 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31225] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31225/stat : 31225 (java) S 31210 31212 31021 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31226] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31226/stat : 31226 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757039 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488518577 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31227] ppid=31210 vsize=15701104 CPUtime=0.65 cores=0,2,4,6
/proc/31212/task/31227/stat : 31227 (java) S 31210 31212 31021 0 -1 4202560 5263 0 0 0 65 0 0 0 15 0 22 0 524757039 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31228] ppid=31210 vsize=15701104 CPUtime=1.33 cores=0,2,4,6
/proc/31212/task/31228/stat : 31228 (java) S 31210 31212 31021 0 -1 4202560 8995 0 0 0 131 2 0 0 16 0 22 0 524757040 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31229] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31229/stat : 31229 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757040 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31230] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31230/stat : 31230 (java) S 31210 31212 31021 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 524757040 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31235] ppid=31210 vsize=15701104 CPUtime=1167.48 cores=0,2,4,6
/proc/31212/task/31235/stat : 31235 (java) R 31210 31212 31021 0 -1 4202560 169121 0 0 0 116717 31 0 0 25 0 22 0 524757068 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505841701 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31212/tid=31236] ppid=31210 vsize=15701104 CPUtime=1167.24 cores=0,2,4,6
/proc/31212/task/31236/stat : 31236 (java) R 31210 31212 31021 0 -1 4202560 165258 0 0 0 116690 34 0 0 25 0 22 0 524757068 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505976077 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31212/tid=31237] ppid=31210 vsize=15701104 CPUtime=1168.19 cores=0,2,4,6
/proc/31212/task/31237/stat : 31237 (java) R 31210 31212 31021 0 -1 4202560 168358 0 0 0 116789 30 0 0 25 0 22 0 524757068 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505817841 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31212/tid=31238] ppid=31210 vsize=15701104 CPUtime=1167.23 cores=0,2,4,6
/proc/31212/task/31238/stat : 31238 (java) R 31210 31212 31021 0 -1 4202560 170674 0 0 0 116692 31 0 0 25 0 22 0 524757068 16077930496 71410 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912506031541 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.97
Current children cumulated vsize (KiB) 15701104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.15 8.10 7.98 9/220 31282
/proc/meminfo: memFree=29449096/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15701104 CPUtime=4800.41 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 1258058 0 1 0 479707 334 0 0 25 0 22 0 524757035 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3925276 82605 2298 9 0 3915995 0
[pid=31212/tid=31213] ppid=31210 vsize=15701104 CPUtime=0.53 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) S 31210 31212 31021 0 -1 4202560 13725 0 1 0 51 2 0 0 18 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31215] ppid=31210 vsize=15701104 CPUtime=3.33 cores=0,2,4,6
/proc/31212/task/31215/stat : 31215 (java) S 31210 31212 31021 0 -1 4202560 62897 0 0 0 318 15 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31216] ppid=31210 vsize=15701104 CPUtime=3.31 cores=0,2,4,6
/proc/31212/task/31216/stat : 31216 (java) S 31210 31212 31021 0 -1 4202560 62767 0 0 0 315 16 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31217] ppid=31210 vsize=15701104 CPUtime=3.37 cores=0,2,4,6
/proc/31212/task/31217/stat : 31217 (java) S 31210 31212 31021 0 -1 4202560 68638 0 0 0 322 15 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31218] ppid=31210 vsize=15701104 CPUtime=3.32 cores=0,2,4,6
/proc/31212/task/31218/stat : 31218 (java) S 31210 31212 31021 0 -1 4202560 66213 0 0 0 315 17 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31219] ppid=31210 vsize=15701104 CPUtime=3.38 cores=0,2,4,6
/proc/31212/task/31219/stat : 31219 (java) S 31210 31212 31021 0 -1 4202560 70800 0 0 0 321 17 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31220] ppid=31210 vsize=15701104 CPUtime=3.36 cores=0,2,4,6
/proc/31212/task/31220/stat : 31220 (java) S 31210 31212 31021 0 -1 4202560 65734 0 0 0 319 17 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31221] ppid=31210 vsize=15701104 CPUtime=3.31 cores=0,2,4,6
/proc/31212/task/31221/stat : 31221 (java) S 31210 31212 31021 0 -1 4202560 62919 0 0 0 314 17 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31222] ppid=31210 vsize=15701104 CPUtime=3.27 cores=0,2,4,6
/proc/31212/task/31222/stat : 31222 (java) S 31210 31212 31021 0 -1 4202560 65781 0 0 0 312 15 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31223] ppid=31210 vsize=15701104 CPUtime=2.09 cores=0,2,4,6
/proc/31212/task/31223/stat : 31223 (java) S 31210 31212 31021 0 -1 4202560 3290 0 0 0 145 64 0 0 15 0 22 0 524757037 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 0 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31224] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31224/stat : 31224 (java) S 31210 31212 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31225] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31225/stat : 31225 (java) S 31210 31212 31021 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31226] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31226/stat : 31226 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757039 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488518577 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31227] ppid=31210 vsize=15701104 CPUtime=0.65 cores=0,2,4,6
/proc/31212/task/31227/stat : 31227 (java) S 31210 31212 31021 0 -1 4202560 5263 0 0 0 65 0 0 0 15 0 22 0 524757039 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31228] ppid=31210 vsize=15701104 CPUtime=1.33 cores=0,2,4,6
/proc/31212/task/31228/stat : 31228 (java) S 31210 31212 31021 0 -1 4202560 8995 0 0 0 131 2 0 0 16 0 22 0 524757040 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31229] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31229/stat : 31229 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757040 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31230] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31230/stat : 31230 (java) S 31210 31212 31021 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524757040 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31235] ppid=31210 vsize=15701104 CPUtime=1192.22 cores=0,2,4,6
/proc/31212/task/31235/stat : 31235 (java) R 31210 31212 31021 0 -1 4202560 175874 0 0 0 119191 31 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505995696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31212/tid=31236] ppid=31210 vsize=15701104 CPUtime=1191.91 cores=0,2,4,6
/proc/31212/task/31236/stat : 31236 (java) R 31210 31212 31021 0 -1 4202560 171471 0 0 0 119156 35 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505817583 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31212/tid=31237] ppid=31210 vsize=15701104 CPUtime=1192.92 cores=0,2,4,6
/proc/31212/task/31237/stat : 31237 (java) R 31210 31212 31021 0 -1 4202560 174896 0 0 0 119261 31 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505787065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31212/tid=31238] ppid=31210 vsize=15701104 CPUtime=1191.97 cores=0,2,4,6
/proc/31212/task/31238/stat : 31238 (java) R 31210 31212 31021 0 -1 4202560 177349 0 0 0 119164 33 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 47262360429414 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15701104

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

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

[startup+1207.3 s]
/proc/loadavg: 8.15 8.10 7.98 9/220 31282
/proc/meminfo: memFree=29449096/32950928 swapFree=67086612/67111528
[pid=31212] ppid=31210 vsize=15701104 CPUtime=4800.41 cores=0,2,4,6
/proc/31212/stat : 31212 (java) S 31210 31212 31021 0 -1 4202496 1258058 0 1 0 479707 334 0 0 25 0 22 0 524757035 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31212/statm: 3925276 82605 2298 9 0 3915995 0
[pid=31212/tid=31213] ppid=31210 vsize=15701104 CPUtime=0.53 cores=0,2,4,6
/proc/31212/task/31213/stat : 31213 (java) S 31210 31212 31021 0 -1 4202560 13725 0 1 0 51 2 0 0 18 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31215] ppid=31210 vsize=15701104 CPUtime=3.33 cores=0,2,4,6
/proc/31212/task/31215/stat : 31215 (java) S 31210 31212 31021 0 -1 4202560 62897 0 0 0 318 15 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31216] ppid=31210 vsize=15701104 CPUtime=3.31 cores=0,2,4,6
/proc/31212/task/31216/stat : 31216 (java) S 31210 31212 31021 0 -1 4202560 62767 0 0 0 315 16 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31217] ppid=31210 vsize=15701104 CPUtime=3.37 cores=0,2,4,6
/proc/31212/task/31217/stat : 31217 (java) S 31210 31212 31021 0 -1 4202560 68638 0 0 0 322 15 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31218] ppid=31210 vsize=15701104 CPUtime=3.32 cores=0,2,4,6
/proc/31212/task/31218/stat : 31218 (java) S 31210 31212 31021 0 -1 4202560 66213 0 0 0 315 17 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31219] ppid=31210 vsize=15701104 CPUtime=3.38 cores=0,2,4,6
/proc/31212/task/31219/stat : 31219 (java) S 31210 31212 31021 0 -1 4202560 70800 0 0 0 321 17 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31220] ppid=31210 vsize=15701104 CPUtime=3.36 cores=0,2,4,6
/proc/31212/task/31220/stat : 31220 (java) S 31210 31212 31021 0 -1 4202560 65734 0 0 0 319 17 0 0 16 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31221] ppid=31210 vsize=15701104 CPUtime=3.31 cores=0,2,4,6
/proc/31212/task/31221/stat : 31221 (java) S 31210 31212 31021 0 -1 4202560 62919 0 0 0 314 17 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31222] ppid=31210 vsize=15701104 CPUtime=3.27 cores=0,2,4,6
/proc/31212/task/31222/stat : 31222 (java) S 31210 31212 31021 0 -1 4202560 65781 0 0 0 312 15 0 0 15 0 22 0 524757036 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31223] ppid=31210 vsize=15701104 CPUtime=2.09 cores=0,2,4,6
/proc/31212/task/31223/stat : 31223 (java) S 31210 31212 31021 0 -1 4202560 3290 0 0 0 145 64 0 0 15 0 22 0 524757037 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 0 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31224] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31224/stat : 31224 (java) S 31210 31212 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31225] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31225/stat : 31225 (java) S 31210 31212 31021 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524757037 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31226] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31226/stat : 31226 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757039 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488518577 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31227] ppid=31210 vsize=15701104 CPUtime=0.65 cores=0,2,4,6
/proc/31212/task/31227/stat : 31227 (java) S 31210 31212 31021 0 -1 4202560 5263 0 0 0 65 0 0 0 15 0 22 0 524757039 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 0 0 0 0
[pid=31212/tid=31228] ppid=31210 vsize=15701104 CPUtime=1.33 cores=0,2,4,6
/proc/31212/task/31228/stat : 31228 (java) S 31210 31212 31021 0 -1 4202560 8995 0 0 0 131 2 0 0 16 0 22 0 524757040 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 6 0 0 0
[pid=31212/tid=31229] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31229/stat : 31229 (java) S 31210 31212 31021 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524757040 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488510873 0 4 0 16800975 18446604453901138944 0 0 -1 4 0 0 0
[pid=31212/tid=31230] ppid=31210 vsize=15701104 CPUtime=0 cores=0,2,4,6
/proc/31212/task/31230/stat : 31230 (java) S 31210 31212 31021 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 524757040 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 239488511488 0 4 0 16800975 18446604453901138944 0 0 -1 2 0 0 0
[pid=31212/tid=31235] ppid=31210 vsize=15701104 CPUtime=1192.22 cores=0,2,4,6
/proc/31212/task/31235/stat : 31235 (java) R 31210 31212 31021 0 -1 4202560 175874 0 0 0 119191 31 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505995696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31212/tid=31236] ppid=31210 vsize=15701104 CPUtime=1191.91 cores=0,2,4,6
/proc/31212/task/31236/stat : 31236 (java) R 31210 31212 31021 0 -1 4202560 171471 0 0 0 119156 35 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505817583 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31212/tid=31237] ppid=31210 vsize=15701104 CPUtime=1192.92 cores=0,2,4,6
/proc/31212/task/31237/stat : 31237 (java) R 31210 31212 31021 0 -1 4202560 174896 0 0 0 119261 31 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 46912505787065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31212/tid=31238] ppid=31210 vsize=15701104 CPUtime=1191.97 cores=0,2,4,6
/proc/31212/task/31238/stat : 31238 (java) R 31210 31212 31021 0 -1 4202560 177349 0 0 0 119164 33 0 0 25 0 22 0 524757068 16077930496 82605 33554432000 1073741824 1073778376 140735860840592 18446744073709551615 47262360429414 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15701104

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.46
CPU user time (s): 4797.1
CPU system time (s): 3.36449
CPU usage (%): 397.609
Max. virtual memory (cumulated for all children) (KiB): 15701104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.1
system time used= 3.36449
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1258084
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= 298551
involuntary context switches= 155806

runsolver used 2.01769 second user time and 4.6183 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 04:46:40
IDJOB=3312736
IDBENCH=82921
IDSOLVER=1699
FILE ID=node148/3312736-1304131600
RUNJOBID= node148-1304130390-31039
PBS_JOBID= 13170790
Free space on /tmp= 72960 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1321356000-046.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312736-1304131600/watcher-3312736-1304131600 -o /tmp/evaluation-result-3312736-1304131600/solver-3312736-1304131600 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312736-1304131600.cnf

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

MD5SUM BENCH= f10effcfe58940a6abd6aa73030d7c70
RANDOM SEED=1558956129

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30149788 kB
Buffers:        743472 kB
Cached:        1638692 kB
SwapCached:       3696 kB
Active:         139860 kB
Inactive:      2292184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30149788 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            3568 kB
Writeback:           0 kB
AnonPages:       48532 kB
Mapped:          19884 kB
Slab:           304828 kB
PageTables:       4696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   778096 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= 72960 MiB
End job on node148 at 2011-04-30 05:06:49