Trace number 2087894

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 CSP 2.1.1? 140.975 140.837

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-5.xml
MD5SUM12bcc8beb38dd34ffc03a20313fd6405
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark122.486
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2087894-1247387088.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.48/0.51	c reading relations done.
38.31/38.26	c reading constraints
140.77/140.69	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
140.77/140.69		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
140.77/140.69		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
140.77/140.69		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
140.77/140.69		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
140.77/140.69		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
140.77/140.69		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
140.77/140.69		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
140.77/140.69		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
140.77/140.69		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
140.77/140.69		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
140.77/140.69		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
140.77/140.69		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
140.77/140.69		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
140.77/140.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
140.77/140.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
140.77/140.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
140.77/140.69	c starts		: 0
140.77/140.69	c conflicts		: 0
140.77/140.69	c decisions		: 0
140.77/140.69	c propagations		: 0
140.77/140.69	c inspects		: 0
140.77/140.69	c learnt literals	: 0
140.77/140.69	c learnt binary clauses	: 0
140.77/140.69	c learnt ternary clauses	: 0
140.77/140.69	c learnt clauses	: 0
140.77/140.69	c ignored clauses	: 0
140.77/140.69	c root simplifications	: 0
140.77/140.69	c removed literals (reason simplification)	: 0
140.77/140.69	c reason swapping (by a shorter reason)	: 0
140.77/140.69	c Calls to reduceDB	: 0
140.77/140.69	c speed (assignments/second)	: 0.0
140.77/140.69	c non guided choices	0
140.77/140.69	c learnt constraints type 
140.77/140.69	c constraints type 
140.77/140.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3748679
140.77/140.69	c org.sat4j.minisat.constraints.card.AtLeast => 23
140.77/140.69	s UNKNOWN
140.77/140.69	c Total wall clock time (in seconds) : 140.446

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087894-1247387088/watcher-2087894-1247387088 -o /tmp/evaluation-result-2087894-1247387088/solver-2087894-1247387088 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087894-1247387088.xml 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.11 2.08 3/84 27889
/proc/meminfo: memFree=1060672/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=152 CPUtime=0
/proc/27889/stat : 27889 (java6) R 27887 27889 27582 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 25774471 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 4043051 0 0 4096 0 0 0 0 17 0 0 0
/proc/27889/statm: 38 26 19 9 0 4 0

[startup+0.058759 s]
/proc/loadavg: 2.05 2.11 2.08 3/84 27889
/proc/meminfo: memFree=1060672/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=802032 CPUtime=0.05
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 2612 0 1 0 3 2 0 0 18 0 7 0 25774471 821280768 2357 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 200508 2358 1010 9 0 197859 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802032

[startup+0.101761 s]
/proc/loadavg: 2.05 2.11 2.08 3/84 27889
/proc/meminfo: memFree=1060672/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=804428 CPUtime=0.08
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 2967 0 1 0 6 2 0 0 18 0 12 0 25774471 823734272 2710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 201107 2710 1076 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.301787 s]
/proc/loadavg: 2.05 2.11 2.08 3/84 27889
/proc/meminfo: memFree=1060672/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=805888 CPUtime=0.28
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 4364 0 1 0 24 4 0 0 18 0 12 0 25774471 825229312 4101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 201472 4101 1359 9 0 198799 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805888

[startup+0.701843 s]
/proc/loadavg: 2.05 2.11 2.08 3/84 27889
/proc/meminfo: memFree=1060672/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=807168 CPUtime=0.68
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 10206 0 1 0 59 9 0 0 18 0 12 0 25774471 826540032 9662 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 201792 9662 1384 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50194 s]
/proc/loadavg: 2.05 2.11 2.08 3/96 27901
/proc/meminfo: memFree=980832/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=807208 CPUtime=1.48
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 19804 0 1 0 132 16 0 0 18 0 12 0 25774471 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 201802 19259 1398 9 0 199129 0
[pid=27889/tid=27891] ppid=27887 vsize=807208 CPUtime=1.14
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 27582 0 -1 64 13607 0 1 0 103 11 0 0 25 0 12 0 25774473 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4109515362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=807208 CPUtime=0.05
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 4229 0 0 0 2 3 0 0 16 0 12 0 25774474 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=807208 CPUtime=0
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 25774474 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=807208 CPUtime=0
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774476 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=807208 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=807208 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=807208 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=807208 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=807208 CPUtime=0.23
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 911 0 0 0 22 1 0 0 16 0 12 0 25774481 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=807208 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=807208 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 826580992 19259 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807208

[startup+3.10214 s]
/proc/loadavg: 2.05 2.11 2.08 4/96 27901
/proc/meminfo: memFree=976352/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=809348 CPUtime=3.08
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 38160 0 1 0 281 27 0 0 18 0 12 0 25774471 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202337 36463 1421 9 0 199664 0
[pid=27889/tid=27891] ppid=27887 vsize=809348 CPUtime=2.08
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 27582 0 -1 64 16738 0 1 0 195 13 0 0 25 0 12 0 25774473 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=809348 CPUtime=0.11
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 10778 0 0 0 5 6 0 0 17 0 12 0 25774474 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=809348 CPUtime=0.08
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 6964 0 0 0 4 4 0 0 17 0 12 0 25774474 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=809348 CPUtime=0
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 27582 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 25774476 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=809348 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=809348 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=809348 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=809348 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=809348 CPUtime=0.73
/proc/27889/task/27899/stat : 27899 (java) R 27887 27889 27582 0 -1 64 2634 0 0 0 72 1 0 0 16 0 12 0 25774481 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 106812641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=809348 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=809348 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 828772352 36463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 809348

[startup+6.30254 s]
/proc/loadavg: 2.21 2.14 2.09 5/96 27901
/proc/meminfo: memFree=878624/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=809156 CPUtime=6.29
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 58298 0 1 0 588 41 0 0 18 0 12 0 25774471 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202289 56158 1421 9 0 199616 0
[pid=27889/tid=27891] ppid=27887 vsize=809156 CPUtime=4.52
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 27582 0 -1 64 16923 0 1 0 437 15 0 0 25 0 12 0 25774473 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=809156 CPUtime=0.44
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 24294 0 0 0 30 14 0 0 16 0 12 0 25774474 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=809156 CPUtime=0.38
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 13391 0 0 0 30 8 0 0 16 0 12 0 25774474 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 27582 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25774476 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=809156 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=809156 CPUtime=0.86
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 2643 0 0 0 85 1 0 0 17 0 12 0 25774481 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 828575744 56158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 809156

[startup+12.7024 s]
/proc/loadavg: 2.27 2.15 2.09 3/96 27901
/proc/meminfo: memFree=729256/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=809156 CPUtime=12.68
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 95039 0 1 0 1203 65 0 0 18 0 12 0 25774471 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202289 92875 1421 9 0 199616 0
[pid=27889/tid=27891] ppid=27887 vsize=809156 CPUtime=9.82
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 27582 0 -1 64 16944 0 1 0 964 18 0 0 25 0 12 0 25774473 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27892] ppid=27887 vsize=809156 CPUtime=0.98
/proc/27889/task/27892/stat : 27892 (java) R 27887 27889 27582 0 -1 64 46182 0 0 0 71 27 0 0 15 0 12 0 25774474 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 106207513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27893] ppid=27887 vsize=809156 CPUtime=0.93
/proc/27889/task/27893/stat : 27893 (java) R 27887 27889 27582 0 -1 64 28223 0 0 0 77 16 0 0 15 0 12 0 25774474 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27894] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 27582 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 25774476 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27895] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=809156 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=809156 CPUtime=0.86
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 2643 0 0 0 85 1 0 0 17 0 12 0 25774481 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 828575744 92875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 809156

[startup+25.5029 s]
/proc/loadavg: 2.21 2.14 2.09 3/82 27923
/proc/meminfo: memFree=1131800/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=809156 CPUtime=25.64
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 163282 0 1 0 2457 107 0 0 18 0 12 0 25774471 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202289 160917 1421 9 0 199616 0
[pid=27889/tid=27891] ppid=27887 vsize=809156 CPUtime=20.24
/proc/27889/task/27891/stat : 27891 (java) R 27887 27889 27582 0 -1 64 16996 0 1 0 2002 22 0 0 25 0 12 0 25774473 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4109668987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27892] ppid=27887 vsize=809156 CPUtime=2.09
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 78099 0 0 0 167 42 0 0 16 0 12 0 25774474 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27893] ppid=27887 vsize=809156 CPUtime=2.29
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 64494 0 0 0 191 38 0 0 16 0 12 0 25774474 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27894] ppid=27887 vsize=809156 CPUtime=0.02
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 27582 0 -1 64 17 0 0 0 2 0 0 0 15 0 12 0 25774476 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27895] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27896] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=809156 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 828575744 160917 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=809156 CPUtime=0.04

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

[pid=27889/tid=27900] ppid=27887 vsize=827420 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 847278080 176007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=827420 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 847278080 176007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.5
Current children cumulated vsize (KiB) 827420

[startup+137.507 s]
/proc/loadavg: 2.40 2.28 2.14 3/95 27950
/proc/meminfo: memFree=252328/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=815420 CPUtime=137.69
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 368797 0 1 0 13547 222 0 0 18 0 12 0 25774471 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 203855 173007 1424 9 0 201182 0
[pid=27889/tid=27891] ppid=27887 vsize=815420 CPUtime=38.76
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 27582 0 -1 64 17564 0 1 0 3849 27 0 0 17 0 12 0 25774473 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27892] ppid=27887 vsize=815420 CPUtime=5.63
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 84788 0 0 0 518 45 0 0 17 0 12 0 25774474 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27893] ppid=27887 vsize=815420 CPUtime=5.97
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 65266 0 0 0 558 39 0 0 17 0 12 0 25774474 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27894] ppid=27887 vsize=815420 CPUtime=86.03
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 27582 0 -1 64 196261 0 0 0 8498 105 0 0 25 0 12 0 25774476 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27895] ppid=27887 vsize=815420 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27896] ppid=27887 vsize=815420 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=815420 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=815420 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=815420 CPUtime=1.19
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 3888 0 0 0 117 2 0 0 17 0 12 0 25774481 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=815420 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=815420 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 834990080 173007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.69
Current children cumulated vsize (KiB) 815420

[startup+139.102 s]
/proc/loadavg: 2.40 2.28 2.14 3/95 27950
/proc/meminfo: memFree=244264/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=819420 CPUtime=139.28
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 370798 0 1 0 13705 223 0 0 18 0 12 0 25774471 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 204855 174007 1424 9 0 202182 0
[pid=27889/tid=27891] ppid=27887 vsize=819420 CPUtime=38.76
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 27582 0 -1 64 17564 0 1 0 3849 27 0 0 17 0 12 0 25774473 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27892] ppid=27887 vsize=819420 CPUtime=5.63
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 84788 0 0 0 518 45 0 0 17 0 12 0 25774474 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27893] ppid=27887 vsize=819420 CPUtime=5.97
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 65266 0 0 0 558 39 0 0 17 0 12 0 25774474 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27894] ppid=27887 vsize=819420 CPUtime=87.62
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 27582 0 -1 64 198262 0 0 0 8656 106 0 0 25 0 12 0 25774476 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27895] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27896] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=819420 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=819420 CPUtime=1.19
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 3888 0 0 0 117 2 0 0 17 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.28
Current children cumulated vsize (KiB) 819420

[startup+139.902 s]
/proc/loadavg: 2.40 2.28 2.14 3/95 27950
/proc/meminfo: memFree=223784/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=819420 CPUtime=140.07
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 370798 0 1 0 13784 223 0 0 18 0 12 0 25774471 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 204855 174007 1424 9 0 202182 0
[pid=27889/tid=27891] ppid=27887 vsize=819420 CPUtime=38.76
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 27582 0 -1 64 17564 0 1 0 3849 27 0 0 17 0 12 0 25774473 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27892] ppid=27887 vsize=819420 CPUtime=5.63
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 84788 0 0 0 518 45 0 0 17 0 12 0 25774474 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27893] ppid=27887 vsize=819420 CPUtime=5.97
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 65266 0 0 0 558 39 0 0 17 0 12 0 25774474 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27894] ppid=27887 vsize=819420 CPUtime=88.42
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 27582 0 -1 64 198262 0 0 0 8736 106 0 0 25 0 12 0 25774476 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27895] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27896] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=819420 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=819420 CPUtime=1.19
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 3888 0 0 0 117 2 0 0 17 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.07
Current children cumulated vsize (KiB) 819420

[startup+140.302 s]
/proc/loadavg: 2.40 2.28 2.14 3/95 27950
/proc/meminfo: memFree=223784/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=819420 CPUtime=140.47
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 370798 0 1 0 13824 223 0 0 18 0 12 0 25774471 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 204855 174007 1424 9 0 202182 0
[pid=27889/tid=27891] ppid=27887 vsize=819420 CPUtime=38.76
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 27582 0 -1 64 17564 0 1 0 3849 27 0 0 17 0 12 0 25774473 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27892] ppid=27887 vsize=819420 CPUtime=5.63
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 84788 0 0 0 518 45 0 0 17 0 12 0 25774474 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27893] ppid=27887 vsize=819420 CPUtime=5.97
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 65266 0 0 0 558 39 0 0 17 0 12 0 25774474 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27894] ppid=27887 vsize=819420 CPUtime=88.82
/proc/27889/task/27894/stat : 27894 (java) R 27887 27889 27582 0 -1 64 198262 0 0 0 8776 106 0 0 25 0 12 0 25774476 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 106159258 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27895] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27896] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27897] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=819420 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=819420 CPUtime=1.19
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 3888 0 0 0 117 2 0 0 17 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=819420 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 839086080 174007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.47
Current children cumulated vsize (KiB) 819420

[startup+140.702 s]
/proc/loadavg: 2.40 2.28 2.14 2/95 27951
/proc/meminfo: memFree=231848/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=811740 CPUtime=140.87
/proc/27889/stat : 27889 (java) S 27887 27889 27582 0 -1 0 370812 0 1 0 13864 223 0 0 18 0 12 0 25774471 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27889/statm: 202935 172019 1425 9 0 200262 0
[pid=27889/tid=27891] ppid=27887 vsize=811740 CPUtime=38.77
/proc/27889/task/27891/stat : 27891 (java) S 27887 27889 27582 0 -1 64 17569 0 1 0 3850 27 0 0 17 0 12 0 25774473 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27892] ppid=27887 vsize=811740 CPUtime=5.63
/proc/27889/task/27892/stat : 27892 (java) S 27887 27889 27582 0 -1 64 84788 0 0 0 518 45 0 0 17 0 12 0 25774474 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27893] ppid=27887 vsize=811740 CPUtime=5.97
/proc/27889/task/27893/stat : 27893 (java) S 27887 27889 27582 0 -1 64 65266 0 0 0 558 39 0 0 17 0 12 0 25774474 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27894] ppid=27887 vsize=811740 CPUtime=89.2
/proc/27889/task/27894/stat : 27894 (java) S 27887 27889 27582 0 -1 64 198262 0 0 0 8814 106 0 0 25 0 12 0 25774476 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27895] ppid=27887 vsize=811740 CPUtime=0
/proc/27889/task/27895/stat : 27895 (java) S 27887 27889 27582 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25774477 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27896] ppid=27887 vsize=811740 CPUtime=0
/proc/27889/task/27896/stat : 27896 (java) S 27887 27889 27582 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25774477 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27889/tid=27897] ppid=27887 vsize=811740 CPUtime=0
/proc/27889/task/27897/stat : 27897 (java) S 27887 27889 27582 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25774481 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27898] ppid=27887 vsize=811740 CPUtime=0.04
/proc/27889/task/27898/stat : 27898 (java) S 27887 27889 27582 0 -1 64 290 0 0 0 4 0 0 0 18 0 12 0 25774481 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27899] ppid=27887 vsize=811740 CPUtime=1.19
/proc/27889/task/27899/stat : 27899 (java) S 27887 27889 27582 0 -1 64 3888 0 0 0 117 2 0 0 17 0 12 0 25774481 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27900] ppid=27887 vsize=811740 CPUtime=0
/proc/27889/task/27900/stat : 27900 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25774481 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27889/tid=27901] ppid=27887 vsize=811740 CPUtime=0
/proc/27889/task/27901/stat : 27901 (java) S 27887 27889 27582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25774481 831221760 172019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.87
Current children cumulated vsize (KiB) 811740

[startup+140.808 s]
/proc/loadavg: 2.40 2.28 2.14 2/95 27951
/proc/meminfo: memFree=231848/2055920 swapFree=4192812/4192956
[pid=27889] ppid=27887 vsize=0 CPUtime=140.94
/proc/27889/stat : 27889 (java) Z 27887 27889 27582 0 -1 12 370815 0 1 0 13864 230 0 0 16 0 2 0 25774471 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27889/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 140.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 140.837
CPU time (s): 140.975
CPU user time (s): 138.642
CPU system time (s): 2.33265
CPU usage (%): 100.097
Max. virtual memory (cumulated for all children) (KiB): 835424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 138.642
system time used= 2.33264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370815
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= 6191
involuntary context switches= 7713

runsolver used 0.19197 second user time and 0.484926 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 10:24:54
IDJOB=2087894
IDBENCH=58819
IDSOLVER=731
FILE ID=node92/2087894-1247387088
PBS_JOBID= 9507310
Free space on /tmp= 66200 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087894-1247387088/watcher-2087894-1247387088 -o /tmp/evaluation-result-2087894-1247387088/solver-2087894-1247387088 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087894-1247387088.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 12bcc8beb38dd34ffc03a20313fd6405
RANDOM SEED=585983482

node92.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1061152 kB
Buffers:         12340 kB
Cached:         224572 kB
SwapCached:          0 kB
Active:         892940 kB
Inactive:        43840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1061152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          117096 kB
Writeback:           0 kB
Mapped:         715408 kB
Slab:            41732 kB
Committed_AS:   861624 kB
PageTables:       3396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66128 MiB
End job on node92 at 2009-07-12 10:27:15