Trace number 3313396

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) 3777.72 1302.56

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.10/0.11	41:42 INFO : Reading from input HOME/instance-3313396-1304077301.cnf
3.11/2.89	Executor set job limit to 1000000
3.11/2.89	Executor set job limit to 1000000
3.11/2.89	Executor set job limit to 1000000
3.11/2.89	Executor set job limit to 1000000
3.11/2.89	Starting Executor!
3.11/2.89	Starting Executor!
3.11/2.89	Starting Executor!
3.11/2.90	Starting Executor!
54.06/51.12	42:33 INFO : 114533 variables remaining out of 162696
54.06/51.12	42:33 INFO : 25349278 literals remaining out of 2774203

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

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

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


[startup+0 s]
/proc/loadavg: 6.24 7.61 7.22 2/198 7227
/proc/meminfo: memFree=28644420/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 1383 0 0 0 0 0 0 0 25 0 2 0 500145468 24580096 862 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 6014 869 667 9 0 381 0
[pid=7227/tid=7228] ppid=7225 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 500145469 26714112 884 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254256692871 0 2147483391 4096 0 0 0 0 -1 3 0 0 0

[startup+0.096976 s]
/proc/loadavg: 6.24 7.61 7.22 2/198 7227
/proc/meminfo: memFree=28644420/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15676848 CPUtime=0.1 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 5580 0 1 0 9 1 0 0 25 0 18 0 500145468 16053092352 4983 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3919212 4983 2117 9 0 3909931 0
[pid=7227/tid=7228] ppid=7225 vsize=15676848 CPUtime=0.08 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 3432 0 1 0 7 1 0 0 18 0 18 0 500145469 16053092352 5004 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273443275 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676848

[startup+0.101867 s]
/proc/loadavg: 6.24 7.61 7.22 2/198 7227
/proc/meminfo: memFree=28644420/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15676848 CPUtime=0.1 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 5661 0 1 0 9 1 0 0 25 0 18 0 500145468 16053092352 5064 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3919212 5064 2118 9 0 3909931 0
[pid=7227/tid=7228] ppid=7225 vsize=15676848 CPUtime=0.09 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 3493 0 1 0 8 1 0 0 18 0 18 0 500145469 16053092352 5065 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676848

[startup+0.300835 s]
/proc/loadavg: 6.24 7.61 7.22 2/198 7227
/proc/meminfo: memFree=28644420/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15682048 CPUtime=0.51 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 15977 0 1 0 49 2 0 0 25 0 18 0 500145468 16058417152 14163 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3920512 14169 2207 9 0 3911231 0
[pid=7227/tid=7228] ppid=7225 vsize=15682048 CPUtime=0.28 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 10826 0 1 0 26 2 0 0 18 0 18 0 500145469 16058417152 14172 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 46912505640851 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682048

[startup+0.700761 s]
/proc/loadavg: 6.24 7.61 7.22 2/198 7227
/proc/meminfo: memFree=28644420/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15682048 CPUtime=0.93 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 42110 0 1 0 87 6 0 0 25 0 18 0 500145468 16058417152 40294 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3920512 40294 2223 9 0 3911231 0
[pid=7227/tid=7228] ppid=7225 vsize=15682048 CPUtime=0.68 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 35517 0 1 0 63 5 0 0 18 0 18 0 500145469 16058417152 40294 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 46912505551932 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682048

[startup+1.50063 s]
/proc/loadavg: 6.24 7.61 7.22 3/216 7245
/proc/meminfo: memFree=28487116/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15682048 CPUtime=1.74 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 55570 0 1 0 167 7 0 0 25 0 18 0 500145468 16058417152 53736 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3920512 53741 2223 9 0 3911231 0
[pid=7227/tid=7228] ppid=7225 vsize=15682048 CPUtime=1.47 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 45798 0 1 0 141 6 0 0 19 0 18 0 500145469 16058417152 53744 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 46912505640851 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7227/tid=7230] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (java) S 7225 7227 4923 0 -1 4202560 274 0 0 0 0 0 0 0 16 0 18 0 500145469 16058417152 53748 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7231] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7231/stat : 7231 (java) S 7225 7227 4923 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 500145469 16058417152 53752 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7232] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7232/stat : 7232 (java) S 7225 7227 4923 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 18 0 500145469 16058417152 53756 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7233] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7233/stat : 7233 (java) S 7225 7227 4923 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 500145469 16058417152 53760 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7234] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7234/stat : 7234 (java) S 7225 7227 4923 0 -1 4202560 631 0 0 0 0 0 0 0 15 0 18 0 500145469 16058417152 53764 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7235] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7235/stat : 7235 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500145469 16058417152 53768 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7236] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7236/stat : 7236 (java) S 7225 7227 4923 0 -1 4202560 1323 0 0 0 0 0 0 0 15 0 18 0 500145469 16058417152 53772 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7237] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7237/stat : 7237 (java) S 7225 7227 4923 0 -1 4202560 1368 0 0 0 0 0 0 0 16 0 18 0 500145469 16058417152 53775 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7238] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7238/stat : 7238 (java) S 7225 7227 4923 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 18 0 500145470 16058417152 53779 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 0 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7239] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7239/stat : 7239 (java) S 7225 7227 4923 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 500145471 16058417152 53783 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7240] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7240/stat : 7240 (java) S 7225 7227 4923 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 500145471 16058417152 53787 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7241] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7241/stat : 7241 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145473 16058417152 53790 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273440177 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7242] ppid=7225 vsize=15682048 CPUtime=0.13 cores=1,3,5,7
/proc/7227/task/7242/stat : 7242 (java) S 7225 7227 4923 0 -1 4202560 2407 0 0 0 13 0 0 0 17 0 18 0 500145473 16058417152 53794 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7243] ppid=7225 vsize=15682048 CPUtime=0.09 cores=1,3,5,7
/proc/7227/task/7243/stat : 7243 (java) S 7225 7227 4923 0 -1 4202560 1360 0 0 0 9 0 0 0 25 0 18 0 500145473 16058417152 53798 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7244] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7244/stat : 7244 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500145473 16058417152 53802 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7245] ppid=7225 vsize=15682048 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7245/stat : 7245 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500145473 16058417152 53806 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15682048

[startup+3.10134 s]
/proc/loadavg: 6.24 7.61 7.22 3/216 7245
/proc/meminfo: memFree=28350096/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15686160 CPUtime=3.52 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 140236 0 1 0 335 17 0 0 25 0 22 0 500145468 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3921540 138286 2264 9 0 3912259 0
[pid=7227/tid=7228] ppid=7225 vsize=15686160 CPUtime=3.06 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 127294 0 1 0 291 15 0 0 25 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 46912505721843 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7227/tid=7230] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (java) S 7225 7227 4923 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7231] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7231/stat : 7231 (java) S 7225 7227 4923 0 -1 4202560 2755 0 0 0 0 0 0 0 15 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7232] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7232/stat : 7232 (java) S 7225 7227 4923 0 -1 4202560 925 0 0 0 0 0 0 0 15 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7233] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7233/stat : 7233 (java) S 7225 7227 4923 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7234] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7234/stat : 7234 (java) S 7225 7227 4923 0 -1 4202560 676 0 0 0 0 0 0 0 15 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7235] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7235/stat : 7235 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7236] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7236/stat : 7236 (java) S 7225 7227 4923 0 -1 4202560 1347 0 0 0 0 0 0 0 15 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7237] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7237/stat : 7237 (java) S 7225 7227 4923 0 -1 4202560 1369 0 0 0 0 0 0 0 15 0 22 0 500145469 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7238] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7238/stat : 7238 (java) S 7225 7227 4923 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 500145470 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 0 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7239] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7239/stat : 7239 (java) S 7225 7227 4923 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 500145471 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7240] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7240/stat : 7240 (java) S 7225 7227 4923 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 500145471 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7241] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7241/stat : 7241 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273440177 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7242] ppid=7225 vsize=15686160 CPUtime=0.21 cores=1,3,5,7
/proc/7227/task/7242/stat : 7242 (java) S 7225 7227 4923 0 -1 4202560 2464 0 0 0 21 0 0 0 16 0 22 0 500145473 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7243] ppid=7225 vsize=15686160 CPUtime=0.17 cores=1,3,5,7
/proc/7227/task/7243/stat : 7243 (java) S 7225 7227 4923 0 -1 4202560 1502 0 0 0 17 0 0 0 16 0 22 0 500145473 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7244] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7244/stat : 7244 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7245] ppid=7225 vsize=15686160 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7245/stat : 7245 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500145473 16062627840 138286 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 15686160

[startup+6.30076 s]
/proc/loadavg: 5.98 7.54 7.19 3/220 7249
/proc/meminfo: memFree=28088816/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15692820 CPUtime=8.04 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 179902 0 1 0 782 22 0 0 25 0 22 0 500145468 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3923205 163833 2265 9 0 3913924 0
[pid=7227/tid=7228] ppid=7225 vsize=15692820 CPUtime=6.21 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) R 7225 7227 4923 0 -1 4202560 127313 0 1 0 606 15 0 0 25 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 46912506133564 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7227/tid=7230] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (java) S 7225 7227 4923 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7231] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7231/stat : 7231 (java) S 7225 7227 4923 0 -1 4202560 2756 0 0 0 0 0 0 0 15 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7232] ppid=7225 vsize=15692820 CPUtime=0.05 cores=1,3,5,7
/proc/7227/task/7232/stat : 7232 (java) S 7225 7227 4923 0 -1 4202560 8809 0 0 0 5 0 0 0 16 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7233] ppid=7225 vsize=15692820 CPUtime=0.05 cores=1,3,5,7
/proc/7227/task/7233/stat : 7233 (java) S 7225 7227 4923 0 -1 4202560 5112 0 0 0 4 1 0 0 16 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7234] ppid=7225 vsize=15692820 CPUtime=0.05 cores=1,3,5,7
/proc/7227/task/7234/stat : 7234 (java) S 7225 7227 4923 0 -1 4202560 7595 0 0 0 4 1 0 0 16 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7235] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7235/stat : 7235 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7236] ppid=7225 vsize=15692820 CPUtime=0.05 cores=1,3,5,7
/proc/7227/task/7236/stat : 7236 (java) S 7225 7227 4923 0 -1 4202560 5212 0 0 0 5 0 0 0 16 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7237] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7237/stat : 7237 (java) S 7225 7227 4923 0 -1 4202560 1369 0 0 0 0 0 0 0 16 0 22 0 500145469 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7238] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7238/stat : 7238 (java) S 7225 7227 4923 0 -1 4202560 370 0 0 0 0 0 0 0 15 0 22 0 500145470 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 0 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7239] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7239/stat : 7239 (java) S 7225 7227 4923 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 500145471 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7240] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7240/stat : 7240 (java) S 7225 7227 4923 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 500145471 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7241] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7241/stat : 7241 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273440177 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7242] ppid=7225 vsize=15692820 CPUtime=1.01 cores=1,3,5,7
/proc/7227/task/7242/stat : 7242 (java) S 7225 7227 4923 0 -1 4202560 14072 0 0 0 100 1 0 0 15 0 22 0 500145473 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7243] ppid=7225 vsize=15692820 CPUtime=0.54 cores=1,3,5,7
/proc/7227/task/7243/stat : 7243 (java) S 7225 7227 4923 0 -1 4202560 5589 0 0 0 54 0 0 0 15 0 22 0 500145473 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7244] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7244/stat : 7244 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7245] ppid=7225 vsize=15692820 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7245/stat : 7245 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500145473 16069447680 163833 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0

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

/proc/7227/task/7232/stat : 7232 (java) S 7225 7227 4923 0 -1 4202560 461958 0 0 0 714 67 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7233] ppid=7225 vsize=15758356 CPUtime=9.42 cores=1,3,5,7
/proc/7227/task/7233/stat : 7233 (java) S 7225 7227 4923 0 -1 4202560 405246 0 0 0 875 67 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7234] ppid=7225 vsize=15758356 CPUtime=9.53 cores=1,3,5,7
/proc/7227/task/7234/stat : 7234 (java) S 7225 7227 4923 0 -1 4202560 484907 0 0 0 878 75 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7235] ppid=7225 vsize=15758356 CPUtime=8.45 cores=1,3,5,7
/proc/7227/task/7235/stat : 7235 (java) S 7225 7227 4923 0 -1 4202560 383822 0 0 0 779 66 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7236] ppid=7225 vsize=15758356 CPUtime=9.63 cores=1,3,5,7
/proc/7227/task/7236/stat : 7236 (java) S 7225 7227 4923 0 -1 4202560 559822 0 0 0 875 88 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7237] ppid=7225 vsize=15758356 CPUtime=9.72 cores=1,3,5,7
/proc/7227/task/7237/stat : 7237 (java) S 7225 7227 4923 0 -1 4202560 285383 0 0 0 926 46 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7238] ppid=7225 vsize=15758356 CPUtime=257.03 cores=1,3,5,7
/proc/7227/task/7238/stat : 7238 (java) R 7225 7227 4923 0 -1 4202560 252728 0 0 0 25671 32 0 0 18 0 22 0 500145470 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 47993586327901 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=7227/tid=7239] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7239/stat : 7239 (java) S 7225 7227 4923 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 500145471 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7240] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7240/stat : 7240 (java) S 7225 7227 4923 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 500145471 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7241] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7241/stat : 7241 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273440177 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7242] ppid=7225 vsize=15758356 CPUtime=1.53 cores=1,3,5,7
/proc/7227/task/7242/stat : 7242 (java) S 7225 7227 4923 0 -1 4202560 14153 0 0 0 152 1 0 0 15 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7243] ppid=7225 vsize=15758356 CPUtime=1.28 cores=1,3,5,7
/proc/7227/task/7243/stat : 7243 (java) S 7225 7227 4923 0 -1 4202560 7514 0 0 0 127 1 0 0 16 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7244] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7244/stat : 7244 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7245] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7245/stat : 7245 (java) S 7225 7227 4923 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7246] ppid=7225 vsize=15758356 CPUtime=819.39 cores=1,3,5,7
/proc/7227/task/7246/stat : 7246 (java) S 7225 7227 4923 0 -1 4202560 81 0 0 0 81938 1 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7247] ppid=7225 vsize=15758356 CPUtime=817.58 cores=1,3,5,7
/proc/7227/task/7247/stat : 7247 (java) S 7225 7227 4923 0 -1 4202560 182 0 0 0 81758 0 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7248] ppid=7225 vsize=15758356 CPUtime=817.61 cores=1,3,5,7
/proc/7227/task/7248/stat : 7248 (java) S 7225 7227 4923 0 -1 4202560 249 0 0 0 81760 1 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7249] ppid=7225 vsize=15758356 CPUtime=820.04 cores=1,3,5,7
/proc/7227/task/7249/stat : 7249 (java) S 7225 7227 4923 0 -1 4202560 403 0 0 0 82002 2 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3657.31
Current children cumulated vsize (KiB) 15758356

[startup+1242.3 s]
/proc/loadavg: 5.48 6.45 7.02 6/220 7291
/proc/meminfo: memFree=3811392/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15758356 CPUtime=3717.39 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 3932391 0 1 0 371113 626 0 0 25 0 22 0 500145468 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3939589 3844231 2295 9 0 3930308 0
[pid=7227/tid=7228] ppid=7225 vsize=15758356 CPUtime=50.48 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) S 7225 7227 4923 0 -1 4202560 127358 0 1 0 5033 15 0 0 25 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7230] ppid=7225 vsize=15758356 CPUtime=8.71 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (java) S 7225 7227 4923 0 -1 4202560 439250 0 0 0 801 70 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7231] ppid=7225 vsize=15758356 CPUtime=8.91 cores=1,3,5,7
/proc/7227/task/7231/stat : 7231 (java) S 7225 7227 4923 0 -1 4202560 507633 0 0 0 811 80 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7232] ppid=7225 vsize=15758356 CPUtime=7.81 cores=1,3,5,7
/proc/7227/task/7232/stat : 7232 (java) S 7225 7227 4923 0 -1 4202560 461958 0 0 0 714 67 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7233] ppid=7225 vsize=15758356 CPUtime=9.42 cores=1,3,5,7
/proc/7227/task/7233/stat : 7233 (java) S 7225 7227 4923 0 -1 4202560 405246 0 0 0 875 67 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7234] ppid=7225 vsize=15758356 CPUtime=9.53 cores=1,3,5,7
/proc/7227/task/7234/stat : 7234 (java) S 7225 7227 4923 0 -1 4202560 484907 0 0 0 878 75 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7235] ppid=7225 vsize=15758356 CPUtime=8.45 cores=1,3,5,7
/proc/7227/task/7235/stat : 7235 (java) S 7225 7227 4923 0 -1 4202560 383822 0 0 0 779 66 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7236] ppid=7225 vsize=15758356 CPUtime=9.63 cores=1,3,5,7
/proc/7227/task/7236/stat : 7236 (java) S 7225 7227 4923 0 -1 4202560 559822 0 0 0 875 88 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7237] ppid=7225 vsize=15758356 CPUtime=9.72 cores=1,3,5,7
/proc/7227/task/7237/stat : 7237 (java) S 7225 7227 4923 0 -1 4202560 285383 0 0 0 926 46 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7238] ppid=7225 vsize=15758356 CPUtime=317.01 cores=1,3,5,7
/proc/7227/task/7238/stat : 7238 (java) R 7225 7227 4923 0 -1 4202560 252733 0 0 0 31667 34 0 0 18 0 22 0 500145470 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 47993586352444 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=7227/tid=7239] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7239/stat : 7239 (java) S 7225 7227 4923 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 500145471 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7240] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7240/stat : 7240 (java) S 7225 7227 4923 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 500145471 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7241] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7241/stat : 7241 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273440177 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7242] ppid=7225 vsize=15758356 CPUtime=1.53 cores=1,3,5,7
/proc/7227/task/7242/stat : 7242 (java) S 7225 7227 4923 0 -1 4202560 14153 0 0 0 152 1 0 0 15 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7243] ppid=7225 vsize=15758356 CPUtime=1.28 cores=1,3,5,7
/proc/7227/task/7243/stat : 7243 (java) S 7225 7227 4923 0 -1 4202560 7514 0 0 0 127 1 0 0 16 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7244] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7244/stat : 7244 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7245] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7245/stat : 7245 (java) S 7225 7227 4923 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7246] ppid=7225 vsize=15758356 CPUtime=819.42 cores=1,3,5,7
/proc/7227/task/7246/stat : 7246 (java) S 7225 7227 4923 0 -1 4202560 81 0 0 0 81941 1 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7247] ppid=7225 vsize=15758356 CPUtime=817.61 cores=1,3,5,7
/proc/7227/task/7247/stat : 7247 (java) S 7225 7227 4923 0 -1 4202560 191 0 0 0 81760 1 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7248] ppid=7225 vsize=15758356 CPUtime=817.63 cores=1,3,5,7
/proc/7227/task/7248/stat : 7248 (java) S 7225 7227 4923 0 -1 4202560 249 0 0 0 81762 1 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7249] ppid=7225 vsize=15758356 CPUtime=820.06 cores=1,3,5,7
/proc/7227/task/7249/stat : 7249 (java) S 7225 7227 4923 0 -1 4202560 633 0 0 0 82003 3 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3717.39
Current children cumulated vsize (KiB) 15758356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.79 5.53 6.67 2/193 7313
/proc/meminfo: memFree=14354716/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=15758356 CPUtime=3775.15 cores=1,3,5,7
/proc/7227/stat : 7227 (java) S 7225 7227 4923 0 -1 4202496 3932628 0 1 0 376885 630 0 0 25 0 22 0 500145468 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 3939589 3844231 2295 9 0 3930308 0
[pid=7227/tid=7228] ppid=7225 vsize=15758356 CPUtime=50.48 cores=1,3,5,7
/proc/7227/task/7228/stat : 7228 (java) S 7225 7227 4923 0 -1 4202560 127358 0 1 0 5033 15 0 0 25 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7230] ppid=7225 vsize=15758356 CPUtime=8.71 cores=1,3,5,7
/proc/7227/task/7230/stat : 7230 (java) S 7225 7227 4923 0 -1 4202560 439250 0 0 0 801 70 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7231] ppid=7225 vsize=15758356 CPUtime=8.91 cores=1,3,5,7
/proc/7227/task/7231/stat : 7231 (java) S 7225 7227 4923 0 -1 4202560 507633 0 0 0 811 80 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7232] ppid=7225 vsize=15758356 CPUtime=7.81 cores=1,3,5,7
/proc/7227/task/7232/stat : 7232 (java) S 7225 7227 4923 0 -1 4202560 461958 0 0 0 714 67 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7233] ppid=7225 vsize=15758356 CPUtime=9.42 cores=1,3,5,7
/proc/7227/task/7233/stat : 7233 (java) S 7225 7227 4923 0 -1 4202560 405246 0 0 0 875 67 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7234] ppid=7225 vsize=15758356 CPUtime=9.53 cores=1,3,5,7
/proc/7227/task/7234/stat : 7234 (java) S 7225 7227 4923 0 -1 4202560 484907 0 0 0 878 75 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7235] ppid=7225 vsize=15758356 CPUtime=8.45 cores=1,3,5,7
/proc/7227/task/7235/stat : 7235 (java) S 7225 7227 4923 0 -1 4202560 383822 0 0 0 779 66 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7236] ppid=7225 vsize=15758356 CPUtime=9.63 cores=1,3,5,7
/proc/7227/task/7236/stat : 7236 (java) S 7225 7227 4923 0 -1 4202560 559822 0 0 0 875 88 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7237] ppid=7225 vsize=15758356 CPUtime=9.72 cores=1,3,5,7
/proc/7227/task/7237/stat : 7237 (java) S 7225 7227 4923 0 -1 4202560 285383 0 0 0 926 46 0 0 16 0 22 0 500145469 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7238] ppid=7225 vsize=15758356 CPUtime=374.7 cores=1,3,5,7
/proc/7227/task/7238/stat : 7238 (java) R 7225 7227 4923 0 -1 4202560 252735 0 0 0 37434 36 0 0 18 0 22 0 500145470 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 47993589045443 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=7227/tid=7239] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7239/stat : 7239 (java) S 7225 7227 4923 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 500145471 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7240] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7240/stat : 7240 (java) S 7225 7227 4923 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 500145471 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7241] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7241/stat : 7241 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273440177 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7242] ppid=7225 vsize=15758356 CPUtime=1.53 cores=1,3,5,7
/proc/7227/task/7242/stat : 7242 (java) S 7225 7227 4923 0 -1 4202560 14153 0 0 0 152 1 0 0 15 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
[pid=7227/tid=7243] ppid=7225 vsize=15758356 CPUtime=1.28 cores=1,3,5,7
/proc/7227/task/7243/stat : 7243 (java) S 7225 7227 4923 0 -1 4202560 7514 0 0 0 127 1 0 0 16 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7244] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7244/stat : 7244 (java) S 7225 7227 4923 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 7 0 0 0
[pid=7227/tid=7245] ppid=7225 vsize=15758356 CPUtime=0 cores=1,3,5,7
/proc/7227/task/7245/stat : 7245 (java) S 7225 7227 4923 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 500145473 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273433088 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7246] ppid=7225 vsize=15758356 CPUtime=819.45 cores=1,3,5,7
/proc/7227/task/7246/stat : 7246 (java) S 7225 7227 4923 0 -1 4202560 81 0 0 0 81943 2 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7247] ppid=7225 vsize=15758356 CPUtime=817.63 cores=1,3,5,7
/proc/7227/task/7247/stat : 7247 (java) S 7225 7227 4923 0 -1 4202560 191 0 0 0 81761 2 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 3 0 0 0
[pid=7227/tid=7248] ppid=7225 vsize=15758356 CPUtime=817.65 cores=1,3,5,7
/proc/7227/task/7248/stat : 7248 (java) S 7225 7227 4923 0 -1 4202560 249 0 0 0 81763 2 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 1 0 0 0
[pid=7227/tid=7249] ppid=7225 vsize=15758356 CPUtime=820.08 cores=1,3,5,7
/proc/7227/task/7249/stat : 7249 (java) S 7225 7227 4923 0 -1 4202560 866 0 0 0 82005 3 0 0 15 0 22 0 500145758 16136556544 3844231 33554432000 1073741824 1073778376 140733591282368 18446744073709551615 254273432473 0 4 0 16800975 18446604466610826176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3775.15
Current children cumulated vsize (KiB) 15758356

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7227

[startup+1302.3 s]
/proc/loadavg: 2.79 5.53 6.67 2/194 7314
/proc/meminfo: memFree=14354584/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=0 CPUtime=3777.44 cores=1,3,5,7
/proc/7227/stat : 7227 (java) R 7225 7227 4923 0 -1 4203524 3932642 0 1 0 377086 658 0 0 18 0 1 0 500145468 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3777.44
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 2.79 5.53 6.67 2/194 7314
/proc/meminfo: memFree=14354584/32951124 swapFree=67111348/67111528
[pid=7227] ppid=7225 vsize=0 CPUtime=3777.64 cores=1,3,5,7
/proc/7227/stat : 7227 (java) R 7225 7227 4923 0 -1 4203524 3932642 0 1 0 377086 678 0 0 18 0 1 0 500145468 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/7227/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3777.64
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.56
CPU time (s): 3777.72
CPU user time (s): 3770.87
CPU system time (s): 6.84896
CPU usage (%): 290.022
Max. virtual memory (cumulated for all children) (KiB): 15758356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3770.87
system time used= 6.84896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3932642
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= 44333
involuntary context switches= 64613

runsolver used 2.16467 second user time and 4.99424 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 13:41:41
IDJOB=3313396
IDBENCH=71019
IDSOLVER=1699
FILE ID=node140/3313396-1304077301
RUNJOBID= node140-1304073478-6767
PBS_JOBID= 13170433
Free space on /tmp= 72624 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313396-1304077301/watcher-3313396-1304077301 -o /tmp/evaluation-result-3313396-1304077301/solver-3313396-1304077301 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313396-1304077301.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1776253804

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28644700 kB
Buffers:        992072 kB
Cached:        1674752 kB
SwapCached:        180 kB
Active:        1258608 kB
Inactive:      2554788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28644700 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           36000 kB
Writeback:           0 kB
AnonPages:     1146692 kB
Mapped:          23392 kB
Slab:           427108 kB
PageTables:       7008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1682928 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= 72648 MiB
End job on node140 at 2011-04-29 14:03:24