Trace number 3483109

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? 111.921 102.978

General information on the benchmark

Namemus/marques-silva/design-debugging/
mem_ctrl-problem.dimacs_27.filtered.cnf
MD5SUM4b993fca24742a81386ba9f15497440e
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.24
Satisfiable
(Un)Satisfiability was proved
Number of variables4426259
Number of clauses15983633
Sum of the clauses size41595569
Maximum clause length4
Minimum clause length1
Number of clauses of size 111614
Number of clauses of size 26341594
Number of clauses of size 39620933
Number of clauses of size 49492
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.0.v20110206
0.15/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.15/0.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.15/0.18	c java.vm.version	19.1-b02
0.15/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.15/0.18	c sun.arch.data.model	64
0.15/0.18	c java.version		1.6.0_24
0.15/0.18	c os.name		Linux
0.15/0.18	c os.version		2.6.18-164.el5
0.15/0.18	c os.arch		amd64
0.15/0.18	c Free memory 		5997854704
0.15/0.18	c Max memory 		6029312000
0.15/0.18	c Total memory 		6029312000
0.15/0.18	c Number of processors 	8
0.15/0.18	c Explanation (MUS) enabled solver
0.15/0.18	c QuickXplain (AAAI 2004 version) minimization strategy
0.15/0.18	c --- Begin Solver configuration ---
0.15/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@aa470b8
0.15/0.18	c Learn all clauses as in MiniSAT
0.15/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.15/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.15/0.18	c Expensive reason simplification
0.15/0.18	c Armin Biere (Picosat) restarts strategy
0.15/0.18	c Glucose learned constraints deletion strategy
0.15/0.18	c timeout=2147483647s
0.15/0.18	c DB Simplification allowed=true
0.15/0.18	c --- End Solver configuration ---
0.15/0.18	c solving HOME/instance-3483109-1307605112.cnf
0.15/0.19	c reading problem ... 
111.63/102.77	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
111.63/102.77		at org.sat4j.minisat.constraints.cnf.Lits.init(Unknown Source)
111.63/102.77		at org.sat4j.minisat.constraints.cnf.Lits.ensurePool(Unknown Source)
111.63/102.77		at org.sat4j.minisat.constraints.cnf.Lits.nextFreeVarId(Unknown Source)
111.63/102.77		at org.sat4j.minisat.core.Solver.nextFreeVarId(Unknown Source)
111.63/102.77		at org.sat4j.tools.SolverDecorator.nextFreeVarId(Unknown Source)
111.63/102.77		at org.sat4j.tools.xplain.Xplain.createNewVar(Unknown Source)
111.63/102.77		at org.sat4j.tools.xplain.Xplain.addClause(Unknown Source)
111.63/102.77		at org.sat4j.reader.LecteurDimacs.ajouterClauses(Unknown Source)
111.63/102.77		at org.sat4j.reader.LecteurDimacs.parseInstance(Unknown Source)
111.63/102.77		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
111.63/102.77		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
111.63/102.77		at org.sat4j.AbstractLauncher.run(Unknown Source)
111.63/102.77		at org.sat4j.MUSLauncher.run(Unknown Source)
111.63/102.77		at org.sat4j.MUSLauncher.main(Unknown Source)
111.63/102.77	c starts		: 0
111.63/102.77	c conflicts		: 0
111.63/102.77	c decisions		: 0
111.63/102.77	c propagations		: 0
111.63/102.77	c inspects		: 0
111.63/102.77	c shortcuts		: 0
111.63/102.77	c learnt literals	: 0
111.63/102.77	c learnt binary clauses	: 0
111.63/102.77	c learnt ternary clauses	: 0
111.63/102.77	c learnt constraints	: 0
111.63/102.77	c ignored constraints	: 0
111.63/102.77	c root simplifications	: 0
111.63/102.77	c removed literals (reason simplification)	: 0
111.63/102.77	c reason swapping (by a shorter reason)	: 0
111.63/102.77	c Calls to reduceDB	: 0
111.63/102.77	c speed (assignments/second)	: 0.0
111.63/102.77	c non guided choices	0
111.63/102.77	c learnt constraints type 
111.63/102.77	c constraints type 
111.63/102.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13267918
111.63/102.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10865
111.63/102.77	s UNKNOWN
111.63/102.77	c Total wall clock time (in seconds) : 102.641

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.0 (svn: 977)

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-3483109-1307605112/watcher-3483109-1307605112 -o /tmp/evaluation-result-3483109-1307605112/solver-3483109-1307605112 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3483109-1307605112.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: 3.32 1.07 0.38 4/605 2416
/proc/meminfo: memFree=12091788/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=11796 CPUtime=0 cores=0,2
/proc/2416/stat : 2416 (runsolver) R 2414 2416 32557 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 872114898 12079104 52 33554432000 4194304 5432328 140736031007936 18446744073709551615 4881591 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/2416/statm: 2949 52 31 303 0 2643 0

[startup+0.189669 s]
/proc/loadavg: 3.32 1.07 0.38 4/605 2416
/proc/meminfo: memFree=12091788/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6364960 CPUtime=0.15 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 45703 0 1 0 11 4 0 0 25 0 18 0 872114898 6517719040 45400 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1591240 45400 2086 9 0 1581978 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 6364960

[startup+0.200669 s]
/proc/loadavg: 3.32 1.07 0.38 4/605 2416
/proc/meminfo: memFree=12091788/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6364960 CPUtime=0.17 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 50044 0 1 0 12 5 0 0 25 0 18 0 872114898 6517719040 49741 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1591240 49741 2090 9 0 1581978 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 6364960

[startup+0.300654 s]
/proc/loadavg: 3.32 1.07 0.38 4/605 2416
/proc/meminfo: memFree=12091788/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6364960 CPUtime=0.27 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 95413 0 1 0 17 10 0 0 25 0 18 0 872114898 6517719040 95110 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1591240 95110 2090 9 0 1581978 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 6364960

[startup+0.700579 s]
/proc/loadavg: 3.32 1.07 0.38 4/605 2416
/proc/meminfo: memFree=12091788/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6433328 CPUtime=0.68 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 125736 0 1 0 55 13 0 0 25 0 18 0 872114898 6587727872 124974 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1608332 124974 2195 9 0 1599070 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6433328

[startup+1.50146 s]
/proc/loadavg: 3.32 1.07 0.38 8/623 2440
/proc/meminfo: memFree=11286632/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6433328 CPUtime=1.48 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 202867 0 1 0 125 23 0 0 25 0 18 0 872114898 6587727872 202105 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1608332 202108 2196 9 0 1599070 0
[pid=2416/tid=2418] ppid=2414 vsize=6433328 CPUtime=1.32 cores=0,2
/proc/2416/task/2418/stat : 2418 (java) R 2414 2416 32557 0 -1 4202560 199829 0 1 0 110 22 0 0 25 0 18 0 872114901 6587727872 202109 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 46912505549356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2419] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2419/stat : 2419 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202112 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2420] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2420/stat : 2420 (java) S 2414 2416 32557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202114 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2421] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2421/stat : 2421 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202116 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202118 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2423] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2423/stat : 2423 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202120 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2424] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2424/stat : 2424 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202122 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2425] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2425/stat : 2425 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202124 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2426] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2426/stat : 2426 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 202126 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2427] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2427/stat : 2427 (java) S 2414 2416 32557 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 872114903 6587727872 202128 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 0 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2428] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2428/stat : 2428 (java) S 2414 2416 32557 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 872114903 6587727872 202130 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2429] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2429/stat : 2429 (java) S 2414 2416 32557 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 872114903 6587727872 202133 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2430] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2430/stat : 2430 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 872114905 6587727872 202135 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447840689 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2431] ppid=2414 vsize=6433328 CPUtime=0.01 cores=0,2
/proc/2416/task/2431/stat : 2431 (java) S 2414 2416 32557 0 -1 4202560 136 0 0 0 1 0 0 0 19 0 18 0 872114905 6587727872 202138 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2432] ppid=2414 vsize=6433328 CPUtime=0.12 cores=0,2
/proc/2416/task/2432/stat : 2432 (java) S 2414 2416 32557 0 -1 4202560 1755 0 0 0 12 0 0 0 23 0 18 0 872114906 6587727872 202140 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2433] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2433/stat : 2433 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114906 6587727872 202143 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2434] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2434/stat : 2434 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 872114906 6587727872 202145 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6433328

[startup+3.10118 s]
/proc/loadavg: 3.32 1.07 0.38 12/621 2446
/proc/meminfo: memFree=10241444/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6433328 CPUtime=3.07 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 328832 0 1 0 268 39 0 0 25 0 18 0 872114898 6587727872 328069 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1608332 328073 2196 9 0 1599070 0
[pid=2416/tid=2418] ppid=2414 vsize=6433328 CPUtime=2.93 cores=0,2
/proc/2416/task/2418/stat : 2418 (java) R 2414 2416 32557 0 -1 4202560 325795 0 1 0 254 39 0 0 25 0 18 0 872114901 6587727872 328075 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 46912505522013 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2419] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2419/stat : 2419 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328078 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2420] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2420/stat : 2420 (java) S 2414 2416 32557 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328081 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2421] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2421/stat : 2421 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328083 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328085 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2423] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2423/stat : 2423 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328088 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2424] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2424/stat : 2424 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328089 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2425] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2425/stat : 2425 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328092 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2426] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2426/stat : 2426 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114902 6587727872 328094 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2427] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2427/stat : 2427 (java) S 2414 2416 32557 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 872114903 6587727872 328096 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 0 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2428] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2428/stat : 2428 (java) S 2414 2416 32557 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 872114903 6587727872 328098 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2429] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2429/stat : 2429 (java) S 2414 2416 32557 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 872114903 6587727872 328100 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2430] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2430/stat : 2430 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 872114905 6587727872 328102 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447840689 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2431] ppid=2414 vsize=6433328 CPUtime=0.01 cores=0,2
/proc/2416/task/2431/stat : 2431 (java) S 2414 2416 32557 0 -1 4202560 136 0 0 0 1 0 0 0 19 0 18 0 872114905 6587727872 328104 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2432] ppid=2414 vsize=6433328 CPUtime=0.12 cores=0,2
/proc/2416/task/2432/stat : 2432 (java) S 2414 2416 32557 0 -1 4202560 1755 0 0 0 12 0 0 0 23 0 18 0 872114906 6587727872 328107 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2433] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2433/stat : 2433 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114906 6587727872 328108 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2434] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2434/stat : 2434 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 872114906 6587727872 328110 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 6433328

[startup+6.30152 s]
/proc/loadavg: 3.38 1.12 0.40 13/621 2468
/proc/meminfo: memFree=8442216/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6433328 CPUtime=8.6 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 741753 0 1 0 772 88 0 0 25 0 18 0 872114898 6587727872 732386 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1608332 732388 2206 9 0 1599070 0
[pid=2416/tid=2418] ppid=2414 vsize=6433328 CPUtime=3.76 cores=0,2
/proc/2416/task/2418/stat : 2418 (java) S 2414 2416 32557 0 -1 4202560 391524 0 1 0 329 47 0 0 25 0 18 0 872114901 6587727872 732389 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2419] ppid=2414 vsize=6433328 CPUtime=0.64 cores=0,2
/proc/2416/task/2419/stat : 2419 (java) R 2414 2416 32557 0 -1 4202560 59545 0 0 0 57 7 0 0 18 0 18 0 872114902 6587727872 732391 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559882863007 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2416/tid=2420] ppid=2414 vsize=6433328 CPUtime=1.19 cores=0,2
/proc/2416/task/2420/stat : 2420 (java) R 2414 2416 32557 0 -1 4202560 90731 0 0 0 109 10 0 0 19 0 18 0 872114902 6587727872 732392 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559882863859 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2421] ppid=2414 vsize=6433328 CPUtime=0.59 cores=0,2
/proc/2416/task/2421/stat : 2421 (java) R 2414 2416 32557 0 -1 4202560 58091 0 0 0 53 6 0 0 18 0 18 0 872114902 6587727872 732393 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559880127104 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=6433328 CPUtime=1.16 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) R 2414 2416 32557 0 -1 4202560 68751 0 0 0 107 9 0 0 19 0 18 0 872114902 6587727872 732394 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559878436537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2423] ppid=2414 vsize=6433328 CPUtime=0.44 cores=0,2
/proc/2416/task/2423/stat : 2423 (java) R 2414 2416 32557 0 -1 4202560 28634 0 0 0 41 3 0 0 18 0 18 0 872114902 6587727872 732396 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559879722167 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2416/tid=2424] ppid=2414 vsize=6433328 CPUtime=0.3 cores=0,2
/proc/2416/task/2424/stat : 2424 (java) R 2414 2416 32557 0 -1 4202560 19408 0 0 0 29 1 0 0 18 0 18 0 872114902 6587727872 732397 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212435970359 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2416/tid=2425] ppid=2414 vsize=6433328 CPUtime=0.2 cores=0,2
/proc/2416/task/2425/stat : 2425 (java) R 2414 2416 32557 0 -1 4202560 13960 0 0 0 19 1 0 0 18 0 18 0 872114902 6587727872 732398 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559880140978 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2416/tid=2426] ppid=2414 vsize=6433328 CPUtime=0.09 cores=0,2
/proc/2416/task/2426/stat : 2426 (java) R 2414 2416 32557 0 -1 4202560 8082 0 0 0 9 0 0 0 18 0 18 0 872114902 6587727872 732400 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559880140975 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2416/tid=2427] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2427/stat : 2427 (java) S 2414 2416 32557 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 872114903 6587727872 732401 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 0 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2428] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2428/stat : 2428 (java) S 2414 2416 32557 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 872114903 6587727872 732402 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2429] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2429/stat : 2429 (java) S 2414 2416 32557 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 872114903 6587727872 732403 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2430] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2430/stat : 2430 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 872114905 6587727872 732405 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447840689 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2431] ppid=2414 vsize=6433328 CPUtime=0.01 cores=0,2
/proc/2416/task/2431/stat : 2431 (java) S 2414 2416 32557 0 -1 4202560 136 0 0 0 1 0 0 0 19 0 18 0 872114905 6587727872 732406 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2432] ppid=2414 vsize=6433328 CPUtime=0.12 cores=0,2
/proc/2416/task/2432/stat : 2432 (java) S 2414 2416 32557 0 -1 4202560 1755 0 0 0 12 0 0 0 23 0 18 0 872114906 6587727872 732407 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2433] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2433/stat : 2433 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114906 6587727872 732408 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2434] ppid=2414 vsize=6433328 CPUtime=0 cores=0,2
/proc/2416/task/2434/stat : 2434 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 872114906 6587727872 732410 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 6433328

[startup+12.7014 s]
/proc/loadavg: 3.51 1.18 0.42 12/623 2512
/proc/meminfo: memFree=5863736/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6433328 CPUtime=17.9 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 1170145 0 1 0 1646 144 0 0 25 0 18 0 872114898 6587727872 1151639 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1608332 1151639 2211 9 0 1599070 0
[pid=2416/tid=2418] ppid=2414 vsize=6433328 CPUtime=7.21 cores=0,2

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

/proc/2416/task/2427/stat : 2427 (java) R 2414 2416 32557 0 -1 4202560 10535 0 0 0 449 1 0 0 23 0 18 0 872114903 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559880102172 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2428] ppid=2414 vsize=6511076 CPUtime=0 cores=0,2
/proc/2416/task/2428/stat : 2428 (java) S 2414 2416 32557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 872114903 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2429] ppid=2414 vsize=6511076 CPUtime=0 cores=0,2
/proc/2416/task/2429/stat : 2429 (java) S 2414 2416 32557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 872114903 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2430] ppid=2414 vsize=6511076 CPUtime=0 cores=0,2
/proc/2416/task/2430/stat : 2430 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 872114905 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447840689 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2431] ppid=2414 vsize=6511076 CPUtime=0.01 cores=0,2
/proc/2416/task/2431/stat : 2431 (java) S 2414 2416 32557 0 -1 4202560 136 0 0 0 1 0 0 0 19 0 18 0 872114905 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2432] ppid=2414 vsize=6511076 CPUtime=0.12 cores=0,2
/proc/2416/task/2432/stat : 2432 (java) S 2414 2416 32557 0 -1 4202560 1755 0 0 0 12 0 0 0 17 0 18 0 872114906 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2433] ppid=2414 vsize=6511076 CPUtime=0 cores=0,2
/proc/2416/task/2433/stat : 2433 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114906 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2434] ppid=2414 vsize=6511076 CPUtime=0 cores=0,2
/proc/2416/task/2434/stat : 2434 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 872114906 6667341824 1551054 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 34.45
Current children cumulated vsize (KiB) 6508040

[startup+51.1011 s]
/proc/loadavg: 4.23 1.69 0.62 5/623 2778
/proc/meminfo: memFree=4168740/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6469144 CPUtime=60.05 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 1599243 0 1 0 5804 201 0 0 25 0 18 0 872114898 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1617286 1545077 2223 9 0 1608024 0
[pid=2416/tid=2418] ppid=2414 vsize=6469144 CPUtime=15.14 cores=0,2
/proc/2416/task/2418/stat : 2418 (java) S 2414 2416 32557 0 -1 4202560 391528 0 1 0 1459 55 0 0 25 0 18 0 872114901 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2419] ppid=2414 vsize=6469144 CPUtime=2.21 cores=0,2
/proc/2416/task/2419/stat : 2419 (java) S 2414 2416 32557 0 -1 4202560 169525 0 0 0 199 22 0 0 18 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2420] ppid=2414 vsize=6469144 CPUtime=2.59 cores=0,2
/proc/2416/task/2420/stat : 2420 (java) S 2414 2416 32557 0 -1 4202560 164406 0 0 0 240 19 0 0 18 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2421] ppid=2414 vsize=6469144 CPUtime=2.89 cores=0,2
/proc/2416/task/2421/stat : 2421 (java) S 2414 2416 32557 0 -1 4202560 197304 0 0 0 266 23 0 0 18 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=6469144 CPUtime=1.79 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) S 2414 2416 32557 0 -1 4202560 95676 0 0 0 168 11 0 0 18 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2423] ppid=2414 vsize=6469144 CPUtime=2.86 cores=0,2
/proc/2416/task/2423/stat : 2423 (java) S 2414 2416 32557 0 -1 4202560 193336 0 0 0 263 23 0 0 16 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2424] ppid=2414 vsize=6469144 CPUtime=1.68 cores=0,2
/proc/2416/task/2424/stat : 2424 (java) S 2414 2416 32557 0 -1 4202560 132809 0 0 0 153 15 0 0 18 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2425] ppid=2414 vsize=6469144 CPUtime=2.85 cores=0,2
/proc/2416/task/2425/stat : 2425 (java) S 2414 2416 32557 0 -1 4202560 160234 0 0 0 266 19 0 0 16 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2426] ppid=2414 vsize=6469144 CPUtime=1.19 cores=0,2
/proc/2416/task/2426/stat : 2426 (java) S 2414 2416 32557 0 -1 4202560 65867 0 0 0 112 7 0 0 18 0 18 0 872114902 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2427] ppid=2414 vsize=6469144 CPUtime=26.6 cores=0,2
/proc/2416/task/2427/stat : 2427 (java) R 2414 2416 32557 0 -1 4202560 25522 0 0 0 2657 3 0 0 25 0 18 0 872114903 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559882091663 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2428] ppid=2414 vsize=6469144 CPUtime=0 cores=0,2
/proc/2416/task/2428/stat : 2428 (java) S 2414 2416 32557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 872114903 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2429] ppid=2414 vsize=6469144 CPUtime=0 cores=0,2
/proc/2416/task/2429/stat : 2429 (java) S 2414 2416 32557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 872114903 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2430] ppid=2414 vsize=6469144 CPUtime=0 cores=0,2
/proc/2416/task/2430/stat : 2430 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 872114905 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447840689 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2431] ppid=2414 vsize=6469144 CPUtime=0.01 cores=0,2
/proc/2416/task/2431/stat : 2431 (java) S 2414 2416 32557 0 -1 4202560 136 0 0 0 1 0 0 0 19 0 18 0 872114905 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2432] ppid=2414 vsize=6469144 CPUtime=0.12 cores=0,2
/proc/2416/task/2432/stat : 2432 (java) S 2414 2416 32557 0 -1 4202560 1755 0 0 0 12 0 0 0 17 0 18 0 872114906 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2433] ppid=2414 vsize=6469144 CPUtime=0 cores=0,2
/proc/2416/task/2433/stat : 2433 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114906 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2434] ppid=2414 vsize=6469144 CPUtime=0 cores=0,2
/proc/2416/task/2434/stat : 2434 (java) S 2414 2416 32557 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 872114906 6624403456 1545077 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 60.05
Current children cumulated vsize (KiB) 6469144

[startup+102.301 s]
/proc/loadavg: 4.14 2.05 0.80 6/624 3155
/proc/meminfo: memFree=3829996/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6511120 CPUtime=111.23 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 1641310 0 1 0 10918 205 0 0 25 0 18 0 872114898 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1627780 1566179 2223 9 0 1618518 0
[pid=2416/tid=2418] ppid=2414 vsize=6511120 CPUtime=15.19 cores=0,2
/proc/2416/task/2418/stat : 2418 (java) S 2414 2416 32557 0 -1 4202560 391529 0 1 0 1464 55 0 0 18 0 18 0 872114901 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2419] ppid=2414 vsize=6511120 CPUtime=2.21 cores=0,2
/proc/2416/task/2419/stat : 2419 (java) S 2414 2416 32557 0 -1 4202560 169525 0 0 0 199 22 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2420] ppid=2414 vsize=6511120 CPUtime=2.59 cores=0,2
/proc/2416/task/2420/stat : 2420 (java) S 2414 2416 32557 0 -1 4202560 164406 0 0 0 240 19 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2421] ppid=2414 vsize=6511120 CPUtime=2.89 cores=0,2
/proc/2416/task/2421/stat : 2421 (java) S 2414 2416 32557 0 -1 4202560 197304 0 0 0 266 23 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=6511120 CPUtime=1.79 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) S 2414 2416 32557 0 -1 4202560 95676 0 0 0 168 11 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2423] ppid=2414 vsize=6511120 CPUtime=2.86 cores=0,2
/proc/2416/task/2423/stat : 2423 (java) S 2414 2416 32557 0 -1 4202560 193336 0 0 0 263 23 0 0 16 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2424] ppid=2414 vsize=6511120 CPUtime=1.68 cores=0,2
/proc/2416/task/2424/stat : 2424 (java) S 2414 2416 32557 0 -1 4202560 132809 0 0 0 153 15 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2425] ppid=2414 vsize=6511120 CPUtime=2.85 cores=0,2
/proc/2416/task/2425/stat : 2425 (java) S 2414 2416 32557 0 -1 4202560 160234 0 0 0 266 19 0 0 16 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2426] ppid=2414 vsize=6511120 CPUtime=1.19 cores=0,2
/proc/2416/task/2426/stat : 2426 (java) S 2414 2416 32557 0 -1 4202560 65867 0 0 0 112 7 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2427] ppid=2414 vsize=6511120 CPUtime=77.74 cores=0,2
/proc/2416/task/2427/stat : 2427 (java) R 2414 2416 32557 0 -1 4202560 67584 0 0 0 7767 7 0 0 25 0 18 0 872114903 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559882473594 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2428] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2428/stat : 2428 (java) S 2414 2416 32557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 872114903 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2429] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2429/stat : 2429 (java) S 2414 2416 32557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 872114903 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2430] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2430/stat : 2430 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 872114905 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447840689 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2431] ppid=2414 vsize=6511120 CPUtime=0.01 cores=0,2
/proc/2416/task/2431/stat : 2431 (java) S 2414 2416 32557 0 -1 4202560 136 0 0 0 1 0 0 0 19 0 18 0 872114905 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2432] ppid=2414 vsize=6511120 CPUtime=0.12 cores=0,2
/proc/2416/task/2432/stat : 2432 (java) S 2414 2416 32557 0 -1 4202560 1755 0 0 0 12 0 0 0 17 0 18 0 872114906 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2433] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2433/stat : 2433 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114906 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2434] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2434/stat : 2434 (java) S 2414 2416 32557 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 872114906 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.23
Current children cumulated vsize (KiB) 6511120

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

[startup+102.62 s]
/proc/loadavg: 4.14 2.05 0.80 5/624 3162
/proc/meminfo: memFree=3829996/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=6511120 CPUtime=111.55 cores=0,2
/proc/2416/stat : 2416 (java) S 2414 2416 32557 0 -1 4202496 1641310 0 1 0 10950 205 0 0 25 0 18 0 872114898 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 1627780 1566179 2223 9 0 1618518 0
[pid=2416/tid=2418] ppid=2414 vsize=6511120 CPUtime=15.19 cores=0,2
/proc/2416/task/2418/stat : 2418 (java) S 2414 2416 32557 0 -1 4202560 391529 0 1 0 1464 55 0 0 18 0 18 0 872114901 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2419] ppid=2414 vsize=6511120 CPUtime=2.21 cores=0,2
/proc/2416/task/2419/stat : 2419 (java) S 2414 2416 32557 0 -1 4202560 169525 0 0 0 199 22 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2420] ppid=2414 vsize=6511120 CPUtime=2.59 cores=0,2
/proc/2416/task/2420/stat : 2420 (java) S 2414 2416 32557 0 -1 4202560 164406 0 0 0 240 19 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2421] ppid=2414 vsize=6511120 CPUtime=2.89 cores=0,2
/proc/2416/task/2421/stat : 2421 (java) S 2414 2416 32557 0 -1 4202560 197304 0 0 0 266 23 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=6511120 CPUtime=1.79 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) S 2414 2416 32557 0 -1 4202560 95676 0 0 0 168 11 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2423] ppid=2414 vsize=6511120 CPUtime=2.86 cores=0,2
/proc/2416/task/2423/stat : 2423 (java) S 2414 2416 32557 0 -1 4202560 193336 0 0 0 263 23 0 0 16 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2424] ppid=2414 vsize=6511120 CPUtime=1.68 cores=0,2
/proc/2416/task/2424/stat : 2424 (java) S 2414 2416 32557 0 -1 4202560 132809 0 0 0 153 15 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2425] ppid=2414 vsize=6511120 CPUtime=2.85 cores=0,2
/proc/2416/task/2425/stat : 2425 (java) S 2414 2416 32557 0 -1 4202560 160234 0 0 0 266 19 0 0 16 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2426] ppid=2414 vsize=6511120 CPUtime=1.19 cores=0,2
/proc/2416/task/2426/stat : 2426 (java) S 2414 2416 32557 0 -1 4202560 65867 0 0 0 112 7 0 0 18 0 18 0 872114902 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2427] ppid=2414 vsize=6511120 CPUtime=78.05 cores=0,2
/proc/2416/task/2427/stat : 2427 (java) R 2414 2416 32557 0 -1 4202560 67584 0 0 0 7798 7 0 0 25 0 18 0 872114903 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 47559882089873 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2416/tid=2428] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2428/stat : 2428 (java) S 2414 2416 32557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 872114903 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2429] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2429/stat : 2429 (java) S 2414 2416 32557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 872114903 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2430] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2430/stat : 2430 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 872114905 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447840689 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2431] ppid=2414 vsize=6511120 CPUtime=0.01 cores=0,2
/proc/2416/task/2431/stat : 2431 (java) S 2414 2416 32557 0 -1 4202560 136 0 0 0 1 0 0 0 19 0 18 0 872114905 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2432] ppid=2414 vsize=6511120 CPUtime=0.12 cores=0,2
/proc/2416/task/2432/stat : 2432 (java) S 2414 2416 32557 0 -1 4202560 1755 0 0 0 12 0 0 0 17 0 18 0 872114906 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 0 0 0 0
[pid=2416/tid=2433] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2433/stat : 2433 (java) S 2414 2416 32557 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872114906 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447832985 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
[pid=2416/tid=2434] ppid=2414 vsize=6511120 CPUtime=0 cores=0,2
/proc/2416/task/2434/stat : 2434 (java) S 2414 2416 32557 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 872114906 6667386880 1566179 33554432000 1073741824 1073778376 140735143987760 18446744073709551615 212447833600 0 4 0 16800975 18446604448666916672 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 111.55
Current children cumulated vsize (KiB) 6511120

[startup+102.801 s]
/proc/loadavg: 4.14 2.05 0.80 5/624 3162
/proc/meminfo: memFree=3829996/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=0 CPUtime=111.73 cores=0,2
/proc/2416/stat : 2416 (java) Z 2414 2416 32557 0 -1 4202524 1641339 0 1 0 10965 208 0 0 18 0 2 0 872114898 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 0 0 0 0 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=0 CPUtime=1.82 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) R 2414 2416 32557 0 -1 4203588 95676 0 0 0 168 14 0 0 18 0 2 0 872114902 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) 111.73
Current children cumulated vsize (KiB) 0

[startup+102.9 s]
/proc/loadavg: 4.14 2.05 0.80 5/624 3162
/proc/meminfo: memFree=3829996/32951124 swapFree=34789492/67111528
[pid=2416] ppid=2414 vsize=0 CPUtime=111.83 cores=0,2
/proc/2416/stat : 2416 (java) Z 2414 2416 32557 0 -1 4202524 1641339 0 1 0 10965 218 0 0 18 0 2 0 872114898 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2416/statm: 0 0 0 0 0 0 0
[pid=2416/tid=2422] ppid=2414 vsize=0 CPUtime=1.91 cores=0,2
/proc/2416/task/2422/stat : 2422 (java) R 2414 2416 32557 0 -1 4203588 95676 0 0 0 168 23 0 0 18 0 2 0 872114902 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) 111.83
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 102.978
CPU time (s): 111.921
CPU user time (s): 109.657
CPU system time (s): 2.26366
CPU usage (%): 108.684
Max. virtual memory (cumulated for all children) (KiB): 6511120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.657
system time used= 2.26365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1641339
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= 3634
involuntary context switches= 1359

runsolver used 0.571913 second user time and 1.21881 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-09 09:38:45
IDJOB=3483109
IDBENCH=89400
IDSOLVER=1972
FILE ID=node102/3483109-1307605112
RUNJOBID= node102-1307605018-32575
PBS_JOBID= 13547793
Free space on /tmp= 73320 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/mus/marques-silva/design-debugging/mem_ctrl-problem.dimacs_27.filtered.cnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483109-1307605112/watcher-3483109-1307605112 -o /tmp/evaluation-result-3483109-1307605112/solver-3483109-1307605112 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3483109-1307605112.cnf

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

MD5SUM BENCH= 4b993fca24742a81386ba9f15497440e
RANDOM SEED=1145967151

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      12092688 kB
Buffers:        189296 kB
Cached:        1108712 kB
SwapCached:      25580 kB
Active:       20209376 kB
Inactive:       286568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12092688 kB
SwapTotal:    67111528 kB
SwapFree:     34789492 kB
Dirty:          454644 kB
Writeback:         132 kB
AnonPages:    19195444 kB
Mapped:          46044 kB
Slab:           151040 kB
PageTables:     139964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167752964 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= 73320 MiB
End job on node102 at 2011-06-09 09:40:28