Trace number 2075277

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? 162.533 162.032

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-21.xml
MD5SUM804da7bf8808c2789b34e6703e4ebb8d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.060989
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity19
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2075277-1247361385.xml
0.19/0.25	c reading problem ... 
0.49/0.50	c reading problem named null
0.49/0.50	c reading domains done.
0.49/0.51	c reading variables done.
0.49/0.55	c reading predicates  done.
0.98/1.02	c reading constraints
162.32/161.89	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
162.32/161.89		at org.sat4j.core.Vec.ensure(Unknown Source)
162.32/161.89		at org.sat4j.core.Vec.push(Unknown Source)
162.32/161.89		at org.sat4j.minisat.core.Solver.addConstr(Unknown Source)
162.32/161.89		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
162.32/161.89		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.find(Unknown Source)
162.32/161.89		at org.sat4j.csp.Predicate.toClause(Unknown Source)
162.32/161.89		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
162.32/161.89		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
162.32/161.89		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
162.32/161.89		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
162.32/161.89	c starts		: 0
162.32/161.89	c conflicts		: 0
162.32/161.89	c decisions		: 0
162.32/161.89	c propagations		: 0
162.32/161.89	c inspects		: 0
162.32/161.89	c learnt literals	: 0
162.32/161.89	c learnt binary clauses	: 0
162.32/161.89	c learnt ternary clauses	: 0
162.32/161.89	c learnt clauses	: 0
162.32/161.89	c ignored clauses	: 0
162.32/161.89	c root simplifications	: 0
162.32/161.89	c removed literals (reason simplification)	: 0
162.32/161.89	c reason swapping (by a shorter reason)	: 0
162.32/161.89	c Calls to reduceDB	: 0
162.32/161.89	c speed (assignments/second)	: 0.0
162.32/161.89	c non guided choices	0
162.32/161.90	c learnt constraints type 
162.32/161.90	c constraints type 
162.32/161.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6291277
162.32/161.90	c org.sat4j.minisat.constraints.card.AtLeast => 180
162.32/161.90	s UNKNOWN
162.32/161.90	c Total wall clock time (in seconds) : 161.645

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-2075277-1247361385/watcher-2075277-1247361385 -o /tmp/evaluation-result-2075277-1247361385/solver-2075277-1247361385 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075277-1247361385.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: 1.95 2.00 1.93 4/81 16203
/proc/meminfo: memFree=1060952/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=13208 CPUtime=0
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23201085 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 3302 521 219 9 0 1186 0
[pid=16203/tid=16204] ppid=16201 vsize=13208 CPUtime=0
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23201087 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 8052696 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0356469 s]
/proc/loadavg: 1.95 2.00 1.93 4/81 16203
/proc/meminfo: memFree=1060952/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=800696 CPUtime=0.02
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 2326 0 1 0 1 1 0 0 18 0 4 0 23201085 819912704 2073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 200174 2073 938 9 0 197525 0
[pid=16203/tid=16204] ppid=16201 vsize=800696 CPUtime=0.01
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 1602 0 1 0 1 0 0 0 19 0 4 0 23201087 819912704 2073 996147200 134512640 134550932 4294956016 18446744073709551615 106546733 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.101656 s]
/proc/loadavg: 1.95 2.00 1.93 4/81 16203
/proc/meminfo: memFree=1060952/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=804560 CPUtime=0.09
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 2991 0 1 0 7 2 0 0 18 0 12 0 23201085 823869440 2734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 201140 2734 1080 9 0 198474 0
[pid=16203/tid=16204] ppid=16201 vsize=804560 CPUtime=0.07
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 2238 0 1 0 6 1 0 0 21 0 12 0 23201087 823869440 2734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301682 s]
/proc/loadavg: 1.95 2.00 1.93 4/81 16203
/proc/meminfo: memFree=1060952/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=805628 CPUtime=0.29
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 4295 0 1 0 25 4 0 0 18 0 12 0 23201085 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 201407 4032 1359 9 0 198734 0
[pid=16203/tid=16204] ppid=16201 vsize=805628 CPUtime=0.22
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 3059 0 1 0 19 3 0 0 18 0 12 0 23201087 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4109136295 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701736 s]
/proc/loadavg: 1.95 2.00 1.93 4/81 16203
/proc/meminfo: memFree=1060952/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=807356 CPUtime=0.68
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 6182 0 1 0 63 5 0 0 18 0 12 0 23201085 826732544 5589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 201839 5589 1387 9 0 199166 0
[pid=16203/tid=16204] ppid=16201 vsize=807356 CPUtime=0.49
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 4299 0 1 0 45 4 0 0 18 0 12 0 23201087 826732544 5589 996147200 134512640 134550932 4294956016 18446744073709551615 104685810 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50284 s]
/proc/loadavg: 1.95 2.00 1.93 3/93 16215
/proc/meminfo: memFree=1041144/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=810320 CPUtime=1.48
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 8669 0 1 0 141 7 0 0 18 0 12 0 23201085 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 202580 7099 1414 9 0 199907 0
[pid=16203/tid=16204] ppid=16201 vsize=810320 CPUtime=0.82
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 5051 0 1 0 77 5 0 0 20 0 12 0 23201087 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4109168561 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16206] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23201088 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16207] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23201088 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16208] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16208/stat : 16208 (java) S 16201 16203 14651 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23201090 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16209] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23201090 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16210] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23201090 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23201095 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16213] ppid=16201 vsize=810320 CPUtime=0.64
/proc/16203/task/16213/stat : 16213 (java) S 16201 16203 14651 0 -1 64 2865 0 0 0 63 1 0 0 17 0 12 0 23201095 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16214] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=810320 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 829767680 7099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810320

[startup+3.10206 s]
/proc/loadavg: 1.95 2.00 1.93 4/93 16215
/proc/meminfo: memFree=1031096/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=812644 CPUtime=3.07
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 16502 0 1 0 296 11 0 0 18 0 12 0 23201085 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 203161 13185 1426 9 0 200488 0
[pid=16203/tid=16204] ppid=16201 vsize=812644 CPUtime=1.63
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 10462 0 1 0 155 8 0 0 25 0 12 0 23201087 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16206] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23201088 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16207] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23201088 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16208] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16208/stat : 16208 (java) S 16201 16203 14651 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23201090 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16209] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23201090 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16210] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23201090 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=812644 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 24 0 0 0 3 0 0 0 16 0 12 0 23201095 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16213] ppid=16201 vsize=812644 CPUtime=1.39
/proc/16203/task/16213/stat : 16213 (java) R 16201 16203 14651 0 -1 64 5275 0 0 0 137 2 0 0 16 0 12 0 23201095 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 104143929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16214] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=812644 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 832147456 13185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 812644

[startup+6.3025 s]
/proc/loadavg: 2.04 2.01 1.94 3/93 16215
/proc/meminfo: memFree=975928/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=816728 CPUtime=6.25
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 30265 0 1 0 607 18 0 0 18 0 12 0 23201085 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 204182 22246 1435 9 0 201509 0
[pid=16203/tid=16204] ppid=16201 vsize=816728 CPUtime=3.03
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 17381 0 1 0 291 12 0 0 25 0 12 0 23201087 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16206] ppid=16201 vsize=816728 CPUtime=0.02
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 588 0 0 0 2 0 0 0 17 0 12 0 23201088 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16207] ppid=16201 vsize=816728 CPUtime=0.01
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 388 0 0 0 1 0 0 0 17 0 12 0 23201088 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16208] ppid=16201 vsize=816728 CPUtime=0
/proc/16203/task/16208/stat : 16208 (java) S 16201 16203 14651 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23201090 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16209] ppid=16201 vsize=816728 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23201090 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16210] ppid=16201 vsize=816728 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23201090 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=816728 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=816728 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 24 0 0 0 3 0 0 0 16 0 12 0 23201095 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16213] ppid=16201 vsize=816728 CPUtime=3.12
/proc/16203/task/16213/stat : 16213 (java) R 16201 16203 14651 0 -1 64 11132 0 0 0 308 4 0 0 16 0 12 0 23201095 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 105869513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16214] ppid=16201 vsize=816728 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=816728 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 836329472 22246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 816728

[startup+12.7014 s]
/proc/loadavg: 2.11 2.03 1.94 4/93 16215
/proc/meminfo: memFree=951800/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=817816 CPUtime=12.62
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 43424 0 1 0 1238 24 0 0 18 0 12 0 23201085 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 204454 27729 1435 9 0 201781 0
[pid=16203/tid=16204] ppid=16201 vsize=817816 CPUtime=6
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 17417 0 1 0 587 13 0 0 25 0 12 0 23201087 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4109770426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16206] ppid=16201 vsize=817816 CPUtime=0.13
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 2954 0 0 0 12 1 0 0 17 0 12 0 23201088 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16207] ppid=16201 vsize=817816 CPUtime=0.13
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 2968 0 0 0 12 1 0 0 17 0 12 0 23201088 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16208] ppid=16201 vsize=817816 CPUtime=0
/proc/16203/task/16208/stat : 16208 (java) S 16201 16203 14651 0 -1 64 26 0 0 0 0 0 0 0 17 0 12 0 23201090 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16209] ppid=16201 vsize=817816 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23201090 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16210] ppid=16201 vsize=817816 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23201090 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=817816 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=817816 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 24 0 0 0 3 0 0 0 16 0 12 0 23201095 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16213] ppid=16201 vsize=817816 CPUtime=6.28
/proc/16203/task/16213/stat : 16213 (java) S 16201 16203 14651 0 -1 64 19296 0 0 0 621 7 0 0 19 0 12 0 23201095 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16214] ppid=16201 vsize=817816 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=817816 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 837443584 27729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 817816

[startup+25.5021 s]
/proc/loadavg: 2.17 2.04 1.95 3/93 16215
/proc/meminfo: memFree=896248/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=820512 CPUtime=25.36
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 64821 0 1 0 2501 35 0 0 18 0 12 0 23201085 840204288 41557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 205128 41557 1435 9 0 202455 0
[pid=16203/tid=16204] ppid=16201 vsize=820512 CPUtime=14.99
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 17445 0 1 0 1486 13 0 0 25 0 12 0 23201087 840204288 41557 996147200 134512640 134550932 4294956016 18446744073709551615 4109579751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16206] ppid=16201 vsize=820512 CPUtime=0.67
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 10060 0 0 0 62 5 0 0 16 0 12 0 23201088 840204288 41557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16207] ppid=16201 vsize=820512 CPUtime=0.61

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

[pid=16203/tid=16214] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 839901184 175255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 839901184 175255 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.92
Current children cumulated vsize (KiB) 820216

[startup+156.703 s]
/proc/loadavg: 2.27 2.11 1.98 3/93 16215
/proc/meminfo: memFree=359544/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=820216 CPUtime=157.22
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 214388 0 1 0 15626 96 0 0 18 0 12 0 23201085 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 205054 175356 1437 9 0 202381 0
[pid=16203/tid=16204] ppid=16201 vsize=820216 CPUtime=114.32
/proc/16203/task/16204/stat : 16204 (java) R 16201 16203 14651 0 -1 64 17604 0 1 0 11418 14 0 0 17 0 12 0 23201087 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4109585768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16206] ppid=16201 vsize=820216 CPUtime=9.07
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 88284 0 0 0 872 35 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16207] ppid=16201 vsize=820216 CPUtime=9.16
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 65700 0 0 0 890 26 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16208] ppid=16201 vsize=820216 CPUtime=12.06
/proc/16203/task/16208/stat : 16208 (java) R 16201 16203 14651 0 -1 64 1172 0 0 0 1205 1 0 0 20 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16209] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16210] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=820216 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 74 0 0 0 3 0 0 0 17 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16213] ppid=16201 vsize=820216 CPUtime=12.52
/proc/16203/task/16213/stat : 16213 (java) S 16201 16203 14651 0 -1 64 40815 0 0 0 1235 17 0 0 16 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16214] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.22
Current children cumulated vsize (KiB) 820216

[startup+159.902 s]
/proc/loadavg: 2.25 2.11 1.98 3/93 16215
/proc/meminfo: memFree=358776/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=820216 CPUtime=160.42
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 214388 0 1 0 15946 96 0 0 18 0 12 0 23201085 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 205054 175356 1437 9 0 202381 0
[pid=16203/tid=16204] ppid=16201 vsize=820216 CPUtime=114.48
/proc/16203/task/16204/stat : 16204 (java) S 16201 16203 14651 0 -1 64 17604 0 1 0 11434 14 0 0 18 0 12 0 23201087 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16206] ppid=16201 vsize=820216 CPUtime=9.07
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 88284 0 0 0 872 35 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16207] ppid=16201 vsize=820216 CPUtime=9.16
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 65700 0 0 0 890 26 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16208] ppid=16201 vsize=820216 CPUtime=15.1
/proc/16203/task/16208/stat : 16208 (java) R 16201 16203 14651 0 -1 64 1172 0 0 0 1509 1 0 0 25 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16209] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16210] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=820216 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 74 0 0 0 3 0 0 0 17 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16213] ppid=16201 vsize=820216 CPUtime=12.52
/proc/16203/task/16213/stat : 16213 (java) S 16201 16203 14651 0 -1 64 40815 0 0 0 1235 17 0 0 16 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16214] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 820216

[startup+160.702 s]
/proc/loadavg: 2.25 2.11 1.98 3/93 16215
/proc/meminfo: memFree=358776/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=820216 CPUtime=161.22
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 214388 0 1 0 16026 96 0 0 18 0 12 0 23201085 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 205054 175356 1437 9 0 202381 0
[pid=16203/tid=16204] ppid=16201 vsize=820216 CPUtime=114.48
/proc/16203/task/16204/stat : 16204 (java) S 16201 16203 14651 0 -1 64 17604 0 1 0 11434 14 0 0 18 0 12 0 23201087 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16206] ppid=16201 vsize=820216 CPUtime=9.07
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 88284 0 0 0 872 35 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16207] ppid=16201 vsize=820216 CPUtime=9.16
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 65700 0 0 0 890 26 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16208] ppid=16201 vsize=820216 CPUtime=15.9
/proc/16203/task/16208/stat : 16208 (java) R 16201 16203 14651 0 -1 64 1172 0 0 0 1589 1 0 0 25 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 104187803 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16209] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16210] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=820216 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 74 0 0 0 3 0 0 0 17 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16213] ppid=16201 vsize=820216 CPUtime=12.52
/proc/16203/task/16213/stat : 16213 (java) S 16201 16203 14651 0 -1 64 40815 0 0 0 1235 17 0 0 16 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16214] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 820216

[startup+161.503 s]
/proc/loadavg: 2.25 2.11 1.98 3/93 16215
/proc/meminfo: memFree=358776/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=820216 CPUtime=162.02
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 214388 0 1 0 16106 96 0 0 18 0 12 0 23201085 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 205054 175356 1437 9 0 202381 0
[pid=16203/tid=16204] ppid=16201 vsize=820216 CPUtime=114.48
/proc/16203/task/16204/stat : 16204 (java) S 16201 16203 14651 0 -1 64 17604 0 1 0 11434 14 0 0 18 0 12 0 23201087 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16206] ppid=16201 vsize=820216 CPUtime=9.07
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 88284 0 0 0 872 35 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16207] ppid=16201 vsize=820216 CPUtime=9.16
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 65700 0 0 0 890 26 0 0 16 0 12 0 23201088 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16208] ppid=16201 vsize=820216 CPUtime=16.7
/proc/16203/task/16208/stat : 16208 (java) R 16201 16203 14651 0 -1 64 1172 0 0 0 1669 1 0 0 25 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 106159152 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16209] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16210] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23201090 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=820216 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 74 0 0 0 3 0 0 0 17 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16213] ppid=16201 vsize=820216 CPUtime=12.52
/proc/16203/task/16213/stat : 16213 (java) S 16201 16203 14651 0 -1 64 40815 0 0 0 1235 17 0 0 16 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16214] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=820216 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 839901184 175356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 820216

[startup+161.903 s]
/proc/loadavg: 2.25 2.11 1.98 3/93 16215
/proc/meminfo: memFree=358776/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=820540 CPUtime=162.42
/proc/16203/stat : 16203 (java) S 16201 16203 14651 0 -1 0 214402 0 1 0 16146 96 0 0 18 0 13 0 23201085 840232960 175367 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16203/statm: 205135 175367 1436 9 0 202462 0
[pid=16203/tid=16204] ppid=16201 vsize=820540 CPUtime=114.49
/proc/16203/task/16204/stat : 16204 (java) S 16201 16203 14651 0 -1 64 17611 0 1 0 11435 14 0 0 17 0 12 0 23201087 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16206] ppid=16201 vsize=820540 CPUtime=9.07
/proc/16203/task/16206/stat : 16206 (java) S 16201 16203 14651 0 -1 64 88284 0 0 0 872 35 0 0 16 0 12 0 23201088 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16207] ppid=16201 vsize=820540 CPUtime=9.16
/proc/16203/task/16207/stat : 16207 (java) S 16201 16203 14651 0 -1 64 65700 0 0 0 890 26 0 0 16 0 12 0 23201088 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16208] ppid=16201 vsize=820540 CPUtime=17.09
/proc/16203/task/16208/stat : 16208 (java) S 16201 16203 14651 0 -1 64 1172 0 0 0 1708 1 0 0 25 0 12 0 23201090 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16209] ppid=16201 vsize=820540 CPUtime=0
/proc/16203/task/16209/stat : 16209 (java) S 16201 16203 14651 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23201090 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16210] ppid=16201 vsize=820540 CPUtime=0
/proc/16203/task/16210/stat : 16210 (java) S 16201 16203 14651 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23201090 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16211] ppid=16201 vsize=820540 CPUtime=0
/proc/16203/task/16211/stat : 16211 (java) S 16201 16203 14651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23201095 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16212] ppid=16201 vsize=820540 CPUtime=0.03
/proc/16203/task/16212/stat : 16212 (java) S 16201 16203 14651 0 -1 64 74 0 0 0 3 0 0 0 17 0 12 0 23201095 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16213] ppid=16201 vsize=820540 CPUtime=12.52
/proc/16203/task/16213/stat : 16213 (java) S 16201 16203 14651 0 -1 64 40815 0 0 0 1235 17 0 0 16 0 12 0 23201095 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16203/tid=16214] ppid=16201 vsize=820540 CPUtime=0
/proc/16203/task/16214/stat : 16214 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23201095 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16203/tid=16215] ppid=16201 vsize=820540 CPUtime=0
/proc/16203/task/16215/stat : 16215 (java) S 16201 16203 14651 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23201095 840232960 175368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.42
Current children cumulated vsize (KiB) 820540

[startup+162.003 s]
/proc/loadavg: 2.25 2.11 1.98 3/93 16215
/proc/meminfo: memFree=358776/2055920 swapFree=4192952/4192956
[pid=16203] ppid=16201 vsize=0 CPUtime=162.5
/proc/16203/stat : 16203 (java) Z 16201 16203 14651 0 -1 12 214406 0 1 0 16146 104 0 0 16 0 2 0 23201085 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16203/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 162.032
CPU time (s): 162.533
CPU user time (s): 161.462
CPU system time (s): 1.07084
CPU usage (%): 100.31
Max. virtual memory (cumulated for all children) (KiB): 824180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.462
system time used= 1.07084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214406
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= 6684
involuntary context switches= 7140

runsolver used 0.187971 second user time and 0.566913 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 03:16:25
IDJOB=2075277
IDBENCH=56265
IDSOLVER=731
FILE ID=node71/2075277-1247361385
PBS_JOBID= 9506915
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-21.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075277-1247361385/watcher-2075277-1247361385 -o /tmp/evaluation-result-2075277-1247361385/solver-2075277-1247361385 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075277-1247361385.xml

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

MD5SUM BENCH= 804da7bf8808c2789b34e6703e4ebb8d
RANDOM SEED=323561757

node71.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.222
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.222
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1061432 kB
Buffers:         67452 kB
Cached:         821032 kB
SwapCached:          4 kB
Active:         165180 kB
Inactive:       775284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1061432 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1348 kB
Writeback:           0 kB
Mapped:          64604 kB
Slab:            39092 kB
Committed_AS:   217804 kB
PageTables:       2024 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= 66356 MiB
End job on node71 at 2009-07-12 03:19:07