Trace number 3493544

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
SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06? (TO) 1800.29 1797.19

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.0.v20110206
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		5997854704
0.00/0.08	c Max memory 		6029312000
0.00/0.08	c Total memory 		6029312000
0.00/0.08	c Number of processors 	8
0.09/0.10	c Explanation (MUS) enabled solver
0.09/0.10	c QuickXplain (AAAI 2004 version) minimization strategy
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@aa470b8
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3493544-1307800807.cnf
0.09/0.10	c reading problem ... 
1.46/1.20	c ... done. Wall clock time 1.099s.
1.46/1.20	c #vars     913674
1.46/1.20	c #constraints  761906
1.46/1.20	c constraints type 
1.46/1.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 761630
1.46/1.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 276
21.40/20.75	c cleaning 2474 clauses out of 5001 with flag 5001/5001
57.35/55.91	c cleaning 4236 clauses out of 8526 with flag 11000/11000
90.28/88.83	c cleaning 5576 clauses out of 11291 with flag 18001/18001
130.10/128.68	c cleaning 6797 clauses out of 13716 with flag 26002/26002
179.38/177.80	c cleaning 7904 clauses out of 15918 with flag 35001/35001
244.91/243.39	c cleaning 8952 clauses out of 18014 with flag 45001/45001
301.37/299.71	c cleaning 9969 clauses out of 20061 with flag 56000/56000
358.50/356.88	c cleaning 10989 clauses out of 22094 with flag 68002/68002
466.94/465.24	c cleaning 11955 clauses out of 24103 with flag 81000/81000
551.84/550.03	c cleaning 12997 clauses out of 26148 with flag 95000/95000
662.62/660.73	c cleaning 13962 clauses out of 28152 with flag 110001/110001
770.79/768.89	c cleaning 15052 clauses out of 30189 with flag 126000/126000
942.97/940.94	c cleaning 15967 clauses out of 32137 with flag 143000/143000
1193.30/1191.17	c cleaning 16986 clauses out of 34171 with flag 161001/161001
1427.70/1425.27	c cleaning 17928 clauses out of 36184 with flag 180000/180000
1691.80/1688.87	c cleaning 19072 clauses out of 38259 with flag 200003/200003
1800.07/1797.01	c starts		: 558
1800.07/1797.01	c conflicts		: 210286
1800.07/1797.01	c decisions		: 471772
1800.07/1797.01	c propagations		: 1735214267
1800.07/1797.01	c inspects		: 3803593294
1800.07/1797.01	c shortcuts		: 0
1800.07/1797.01	c learnt literals	: 0
1800.07/1797.01	c learnt binary clauses	: 0
1800.07/1797.01	c learnt ternary clauses	: 0
1800.07/1797.01	c learnt constraints	: 210285
1800.07/1797.01	c ignored constraints	: 0
1800.07/1797.01	c root simplifications	: 0
1800.07/1797.01	c removed literals (reason simplification)	: 5668292
1800.07/1797.01	c reason swapping (by a shorter reason)	: 0
1800.07/1797.01	c Calls to reduceDB	: 16
1800.07/1797.01	c speed (assignments/second)	: 966288.9047534987
1800.07/1797.01	c non guided choices	3037
1800.07/1797.04	c learnt constraints type 
1800.07/1797.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29470
1800.07/1797.04	c constraints type 
1800.07/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 761630
1800.07/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 276
1800.07/1797.04	s UNKNOWN
1800.07/1797.04	c Total wall clock time (in seconds) : 1796.906

Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493544-1307800807/watcher-3493544-1307800807 -o /tmp/evaluation-result-3493544-1307800807/solver-3493544-1307800807 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3493544-1307800807.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 4220
/proc/meminfo: memFree=29293420/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=23028 CPUtime=0 cores=0,2
/proc/4220/stat : 4220 (java) R 4218 4220 10609 0 -1 4202496 768 0 0 0 0 0 0 0 23 0 1 0 872496864 23580672 511 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255101806336 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4220/statm: 5757 524 394 9 0 124 0

[startup+0.008134 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 4220
/proc/meminfo: memFree=29293420/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=30528 CPUtime=0 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 1238 0 0 0 0 0 0 0 23 0 2 0 872496864 31260672 957 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 7632 957 730 9 0 383 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30528

[startup+0.101185 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 4220
/proc/meminfo: memFree=29293420/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6430416 CPUtime=0.09 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 9500 0 1 0 8 1 0 0 23 0 18 0 872496864 6584745984 9196 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1607604 9197 2083 9 0 1598342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6430416

[startup+0.385437 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 4220
/proc/meminfo: memFree=29293420/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6436236 CPUtime=0.62 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 21697 0 1 0 60 2 0 0 23 0 18 0 872496864 6590705664 20463 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609059 20463 2195 9 0 1599797 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 6436236

[startup+0.701103 s]
/proc/loadavg: 2.03 2.05 2.01 3/194 4220
/proc/meminfo: memFree=29293420/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6436236 CPUtime=0.95 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 48888 0 1 0 90 5 0 0 23 0 18 0 872496864 6590705664 47654 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609059 47658 2195 9 0 1599797 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 6436236

[startup+1.50291 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 4243
/proc/meminfo: memFree=28961464/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6436236 CPUtime=1.89 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 110386 0 1 0 175 14 0 0 23 0 18 0 872496864 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609059 109151 2210 9 0 1599797 0
[pid=4220/tid=4222] ppid=4218 vsize=6436236 CPUtime=1.48 cores=0,2
/proc/4220/task/4222/stat : 4222 (java) R 4218 4220 10609 0 -1 4202560 106104 0 1 0 135 13 0 0 20 0 18 0 872496865 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 46912505650351 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 10609 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496866 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 10609 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 872496867 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 0 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 10609 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 872496868 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 872496868 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496870 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118592433 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=6436236 CPUtime=0.04 cores=0,2
/proc/4220/task/4235/stat : 4235 (java) R 4218 4220 10609 0 -1 4202560 120 0 0 0 4 0 0 0 16 0 18 0 872496870 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118594741 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=6436236 CPUtime=0.35 cores=0,2
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 10609 0 -1 4202560 3009 0 0 0 35 0 0 0 15 0 18 0 872496870 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872496870 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=6436236 CPUtime=0 cores=0,2
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 872496870 6590705664 109151 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 6436236

[startup+3.10165 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 4248
/proc/meminfo: memFree=28855692/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6437540 CPUtime=3.76 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 112736 0 1 0 362 14 0 0 23 0 19 0 872496864 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609385 111499 2221 9 0 1600123 0
[pid=4220/tid=4222] ppid=4218 vsize=6437540 CPUtime=3.08 cores=0,2
/proc/4220/task/4222/stat : 4222 (java) R 4218 4220 10609 0 -1 4202560 108311 0 1 0 294 14 0 0 25 0 19 0 872496865 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 46912505747666 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 10609 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 10609 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 872496867 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 0 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 10609 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 872496868 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 872496868 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118592433 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=6437540 CPUtime=0.19 cores=0,2
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 10609 0 -1 4202560 154 0 0 0 19 0 0 0 15 0 19 0 872496870 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=6437540 CPUtime=0.47 cores=0,2
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 10609 0 -1 4202560 3108 0 0 0 47 0 0 0 15 0 19 0 872496870 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 872496870 6592040960 111499 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4246] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4246/stat : 4246 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 872497016 6592040960 111500 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 6437540

[startup+6.3011 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 4262
/proc/meminfo: memFree=28851592/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6437540 CPUtime=6.96 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 113877 0 1 0 682 14 0 0 23 0 19 0 872496864 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609385 112639 2221 9 0 1600123 0
[pid=4220/tid=4222] ppid=4218 vsize=6437540 CPUtime=6.28 cores=0,2
/proc/4220/task/4222/stat : 4222 (java) R 4218 4220 10609 0 -1 4202560 109452 0 1 0 614 14 0 0 25 0 19 0 872496865 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 46912505664967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 10609 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496866 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 10609 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 872496867 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 0 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 10609 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 872496868 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 872496868 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118592433 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=6437540 CPUtime=0.19 cores=0,2
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 10609 0 -1 4202560 154 0 0 0 19 0 0 0 15 0 19 0 872496870 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=6437540 CPUtime=0.47 cores=0,2
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 10609 0 -1 4202560 3108 0 0 0 47 0 0 0 15 0 19 0 872496870 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 872496870 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4246] ppid=4218 vsize=6437540 CPUtime=0 cores=0,2
/proc/4220/task/4246/stat : 4246 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 872497016 6592040960 112639 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 6437540

[startup+12.701 s]
/proc/loadavg: 1.95 2.03 2.01 3/193 4310
/proc/meminfo: memFree=31283492/32951124 swapFree=67088052/67111528

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

/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 10609 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 872496868 6592372736 980830 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 980830 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118592433 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=6437864 CPUtime=0.25 cores=0,2
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 10609 0 -1 4202560 196 0 0 0 25 0 0 0 15 0 19 0 872496870 6592372736 980830 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=6437864 CPUtime=0.73 cores=0,2
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 10609 0 -1 4202560 10072 0 0 0 73 0 0 0 15 0 19 0 872496870 6592372736 980830 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 980830 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 10609 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 872496870 6592372736 980830 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4246] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4246/stat : 4246 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 872497016 6592372736 980830 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1665.3
Current children cumulated vsize (KiB) 6437864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 4483
/proc/meminfo: memFree=24121972/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6437864 CPUtime=1725.36 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 992692 0 1 0 172407 129 0 0 23 0 19 0 872496864 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609466 983610 2254 9 0 1600204 0
[pid=4220/tid=4222] ppid=4218 vsize=6437864 CPUtime=1705.81 cores=0,2
/proc/4220/task/4222/stat : 4222 (java) R 4218 4220 10609 0 -1 4202560 391584 0 1 0 170526 55 0 0 25 0 19 0 872496865 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 46912505726606 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=6437864 CPUtime=0.58 cores=0,2
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 10609 0 -1 4202560 17786 0 0 0 56 2 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=6437864 CPUtime=0.72 cores=0,2
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 10609 0 -1 4202560 162683 0 0 0 53 19 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=6437864 CPUtime=0.58 cores=0,2
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 10609 0 -1 4202560 20209 0 0 0 56 2 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=6437864 CPUtime=0.46 cores=0,2
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 10609 0 -1 4202560 35515 0 0 0 41 5 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=6437864 CPUtime=0.27 cores=0,2
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 10609 0 -1 4202560 51515 0 0 0 23 4 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=6437864 CPUtime=0.49 cores=0,2
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 10609 0 -1 4202560 40801 0 0 0 44 5 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=6437864 CPUtime=0.71 cores=0,2
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 10609 0 -1 4202560 144344 0 0 0 55 16 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=6437864 CPUtime=0.26 cores=0,2
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 10609 0 -1 4202560 30586 0 0 0 22 4 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=6437864 CPUtime=14.38 cores=0,2
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 10609 0 -1 4202560 86151 0 0 0 1427 11 0 0 15 0 19 0 872496867 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 0 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 10609 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 872496868 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 10609 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 872496868 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118592433 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=6437864 CPUtime=0.25 cores=0,2
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 10609 0 -1 4202560 196 0 0 0 25 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=6437864 CPUtime=0.73 cores=0,2
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 10609 0 -1 4202560 10072 0 0 0 73 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 10609 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4246] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4246/stat : 4246 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 872497016 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1725.36
Current children cumulated vsize (KiB) 6437864

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/214 4485
/proc/meminfo: memFree=24121536/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6437864 CPUtime=1785.37 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 992696 0 1 0 178408 129 0 0 23 0 19 0 872496864 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609466 983610 2254 9 0 1600204 0
[pid=4220/tid=4222] ppid=4218 vsize=6437864 CPUtime=1765.82 cores=0,2
/proc/4220/task/4222/stat : 4222 (java) R 4218 4220 10609 0 -1 4202560 391584 0 1 0 176527 55 0 0 25 0 19 0 872496865 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 46912505748242 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=6437864 CPUtime=0.58 cores=0,2
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 10609 0 -1 4202560 17786 0 0 0 56 2 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=6437864 CPUtime=0.72 cores=0,2
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 10609 0 -1 4202560 162683 0 0 0 53 19 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=6437864 CPUtime=0.58 cores=0,2
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 10609 0 -1 4202560 20209 0 0 0 56 2 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=6437864 CPUtime=0.46 cores=0,2
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 10609 0 -1 4202560 35515 0 0 0 41 5 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=6437864 CPUtime=0.27 cores=0,2
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 10609 0 -1 4202560 51515 0 0 0 23 4 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=6437864 CPUtime=0.49 cores=0,2
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 10609 0 -1 4202560 40801 0 0 0 44 5 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=6437864 CPUtime=0.71 cores=0,2
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 10609 0 -1 4202560 144344 0 0 0 55 16 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=6437864 CPUtime=0.26 cores=0,2
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 10609 0 -1 4202560 30586 0 0 0 22 4 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=6437864 CPUtime=14.38 cores=0,2
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 10609 0 -1 4202560 86151 0 0 0 1427 11 0 0 15 0 19 0 872496867 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 0 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 10609 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 872496868 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 10609 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 872496868 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118592433 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=6437864 CPUtime=0.25 cores=0,2
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 10609 0 -1 4202560 196 0 0 0 25 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=6437864 CPUtime=0.73 cores=0,2
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 10609 0 -1 4202560 10072 0 0 0 73 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 10609 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4246] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4246/stat : 4246 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 872497016 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1785.37
Current children cumulated vsize (KiB) 6437864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.15 2.04 2.01 3/214 4485
/proc/meminfo: memFree=24121404/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=6437864 CPUtime=1800.07 cores=0,2
/proc/4220/stat : 4220 (java) S 4218 4220 10609 0 -1 4202496 992696 0 1 0 179878 129 0 0 23 0 19 0 872496864 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 1609466 983610 2254 9 0 1600204 0
[pid=4220/tid=4222] ppid=4218 vsize=6437864 CPUtime=1780.52 cores=0,2
/proc/4220/task/4222/stat : 4222 (java) R 4218 4220 10609 0 -1 4202560 391584 0 1 0 177997 55 0 0 25 0 19 0 872496865 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 46912505664967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=6437864 CPUtime=0.58 cores=0,2
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 10609 0 -1 4202560 17786 0 0 0 56 2 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=6437864 CPUtime=0.72 cores=0,2
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 10609 0 -1 4202560 162683 0 0 0 53 19 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=6437864 CPUtime=0.58 cores=0,2
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 10609 0 -1 4202560 20209 0 0 0 56 2 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=6437864 CPUtime=0.46 cores=0,2
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 10609 0 -1 4202560 35515 0 0 0 41 5 0 0 16 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=6437864 CPUtime=0.27 cores=0,2
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 10609 0 -1 4202560 51515 0 0 0 23 4 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=6437864 CPUtime=0.49 cores=0,2
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 10609 0 -1 4202560 40801 0 0 0 44 5 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=6437864 CPUtime=0.71 cores=0,2
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 10609 0 -1 4202560 144344 0 0 0 55 16 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=6437864 CPUtime=0.26 cores=0,2
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 10609 0 -1 4202560 30586 0 0 0 22 4 0 0 15 0 19 0 872496866 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=6437864 CPUtime=14.38 cores=0,2
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 10609 0 -1 4202560 86151 0 0 0 1427 11 0 0 15 0 19 0 872496867 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 0 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 10609 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 872496868 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 10609 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 872496868 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118592433 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=6437864 CPUtime=0.25 cores=0,2
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 10609 0 -1 4202560 196 0 0 0 25 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=6437864 CPUtime=0.73 cores=0,2
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 10609 0 -1 4202560 10072 0 0 0 73 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 10609 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118584729 0 4 0 16800975 18446604453960048960 0 0 -1 0 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 10609 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 872496870 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
[pid=4220/tid=4246] ppid=4218 vsize=6437864 CPUtime=0 cores=0,2
/proc/4220/task/4246/stat : 4246 (java) S 4218 4220 10609 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 872497016 6592372736 983610 33554432000 1073741824 1073778376 140736052271312 18446744073709551615 255118585344 0 4 0 16800975 18446604453960048960 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 6437864

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

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

[startup+1797.11 s]
/proc/loadavg: 2.15 2.04 2.01 3/214 4485
/proc/meminfo: memFree=24121404/32951124 swapFree=67088052/67111528
[pid=4220] ppid=4218 vsize=0 CPUtime=1800.21 cores=0,2
/proc/4220/stat : 4220 (java) Z 4218 4220 10609 0 -1 4203548 992728 0 1 0 179885 136 0 0 17 0 2 0 872496864 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4220/statm: 0 0 0 0 0 0 0
[pid=4220/tid=4246] ppid=4218 vsize=0 CPUtime=0.06 cores=0,2
/proc/4220/task/4246/stat : 4246 (java) R 4218 4220 10609 0 -1 4203588 7 0 0 0 0 6 0 0 18 0 2 0 872497016 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.19
CPU time (s): 1800.29
CPU user time (s): 1798.85
CPU system time (s): 1.43978
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 6460528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.43978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 992728
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= 37158
involuntary context switches= 7332

runsolver used 3.23451 second user time and 6.585 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-11 16:00:07
IDJOB=3493544
IDBENCH=20419
IDSOLVER=1972
FILE ID=node144/3493544-1307800807
RUNJOBID= node144-1307799007-10865
PBS_JOBID= 13551004
Free space on /tmp= 74000 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493544-1307800807/watcher-3493544-1307800807 -o /tmp/evaluation-result-3493544-1307800807/solver-3493544-1307800807 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3493544-1307800807.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4211c3af8594e6cbb06d7f7e8978c614
RANDOM SEED=1832105052

node144.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.850
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.850
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.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29293964 kB
Buffers:        191560 kB
Cached:         809836 kB
SwapCached:       1652 kB
Active:        2872304 kB
Inactive:       606668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29293964 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:           14080 kB
Writeback:           0 kB
AnonPages:     2476120 kB
Mapped:          22320 kB
Slab:           108092 kB
PageTables:       9632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6443524 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= 74000 MiB
End job on node144 at 2011-06-11 16:30:07