Trace number 2087916

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? 117.311 117.083

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-4.xml
MD5SUMbe9fa1828999c0ebaecac9c21804c5a5
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 benchmark124.827
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2087916-1247387169.xml
0.18/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.46	c reading variables done.
0.38/0.47	c reading relations done.
37.60/37.84	c reading constraints
117.15/116.94	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
117.15/116.94		at org.sat4j.core.VecInt.ensure(Unknown Source)
117.15/116.94		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
117.15/116.94		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
117.15/116.94		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
117.15/116.94		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
117.15/116.94		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
117.15/116.94		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
117.15/116.94		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
117.15/116.94		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
117.15/116.94	c starts		: 0
117.15/116.94	c conflicts		: 0
117.15/116.94	c decisions		: 0
117.15/116.94	c propagations		: 0
117.15/116.94	c inspects		: 0
117.15/116.94	c learnt literals	: 0
117.15/116.94	c learnt binary clauses	: 0
117.15/116.94	c learnt ternary clauses	: 0
117.15/116.94	c learnt clauses	: 0
117.15/116.94	c ignored clauses	: 0
117.15/116.94	c root simplifications	: 0
117.15/116.94	c removed literals (reason simplification)	: 0
117.15/116.94	c reason swapping (by a shorter reason)	: 0
117.15/116.94	c Calls to reduceDB	: 0
117.15/116.94	c speed (assignments/second)	: 0.0
117.15/116.94	c non guided choices	0
117.15/116.95	c learnt constraints type 
117.15/116.95	c constraints type 
117.15/116.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3749362
117.15/116.95	c org.sat4j.minisat.constraints.card.AtLeast => 23
117.15/116.95	s UNKNOWN
117.15/116.95	c Total wall clock time (in seconds) : 116.717

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-2087916-1247387169/watcher-2087916-1247387169 -o /tmp/evaluation-result-2087916-1247387169/solver-2087916-1247387169 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087916-1247387169.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.01 2.04 2.01 4/73 24548
/proc/meminfo: memFree=1816496/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=12928 CPUtime=0
/proc/24548/stat : 24548 (java) R 24546 24548 23283 0 -1 0 580 0 0 0 0 0 0 0 18 0 1 0 25780063 13238272 387 996147200 134512640 134550932 4294956016 18446744073709551615 7177002 0 0 4096 0 0 0 0 17 0 0 0
/proc/24548/statm: 3232 394 139 9 0 1104 0

[startup+0.104176 s]
/proc/loadavg: 2.01 2.04 2.01 4/73 24548
/proc/meminfo: memFree=1816496/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=804560 CPUtime=0.09
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 3076 0 1 0 7 2 0 0 18 0 12 0 25780063 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 201140 2819 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.201189 s]
/proc/loadavg: 2.01 2.04 2.01 4/73 24548
/proc/meminfo: memFree=1816496/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=805804 CPUtime=0.18
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 3949 0 1 0 16 2 0 0 18 0 12 0 25780063 825143296 3687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 201451 3687 1342 9 0 198785 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805804

[startup+0.301202 s]
/proc/loadavg: 2.01 2.04 2.01 4/73 24548
/proc/meminfo: memFree=1816496/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=805988 CPUtime=0.29
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 4421 0 1 0 26 3 0 0 18 0 12 0 25780063 825331712 4158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 201497 4158 1365 9 0 198824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805988

[startup+0.701253 s]
/proc/loadavg: 2.01 2.04 2.01 4/73 24548
/proc/meminfo: memFree=1816496/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=807172 CPUtime=0.68
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 14889 0 1 0 60 8 0 0 18 0 12 0 25780063 826544128 14348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 201793 14348 1384 9 0 199120 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807172

[startup+1.50236 s]
/proc/loadavg: 2.01 2.04 2.01 3/85 24560
/proc/meminfo: memFree=1744784/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=807216 CPUtime=1.48
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 19804 0 1 0 138 10 0 0 18 0 12 0 25780063 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 201804 19262 1398 9 0 199131 0
[pid=24548/tid=24550] ppid=24546 vsize=807216 CPUtime=1.18
/proc/24548/task/24550/stat : 24550 (java) R 24546 24548 23283 0 -1 64 13604 0 1 0 111 7 0 0 25 0 12 0 25780064 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4109513791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24546 vsize=807216 CPUtime=0.01
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 4229 0 0 0 0 1 0 0 16 0 12 0 25780065 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24552] ppid=24546 vsize=807216 CPUtime=0
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25780065 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24553] ppid=24546 vsize=807216 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24554] ppid=24546 vsize=807216 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=807216 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=807216 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=807216 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=807216 CPUtime=0.21
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 938 0 0 0 21 0 0 0 16 0 12 0 25780071 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24559] ppid=24546 vsize=807216 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 826589184 19262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=807216 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 826589184 19262 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) 807216

[startup+3.10157 s]
/proc/loadavg: 2.01 2.04 2.01 4/85 24560
/proc/meminfo: memFree=1677840/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=809356 CPUtime=3.08
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 38344 0 1 0 290 18 0 0 18 0 12 0 25780063 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 202339 36648 1421 9 0 199666 0
[pid=24548/tid=24550] ppid=24546 vsize=809356 CPUtime=2.05
/proc/24548/task/24550/stat : 24550 (java) R 24546 24548 23283 0 -1 64 16910 0 1 0 197 8 0 0 25 0 12 0 25780064 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4109549088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24546 vsize=809356 CPUtime=0.07
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 10778 0 0 0 4 3 0 0 17 0 12 0 25780065 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24552] ppid=24546 vsize=809356 CPUtime=0.08
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 6965 0 0 0 6 2 0 0 17 0 12 0 25780065 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24553] ppid=24546 vsize=809356 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24546 24548 23283 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 25780067 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24554] ppid=24546 vsize=809356 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=809356 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=809356 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=809356 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=809356 CPUtime=0.78
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 2670 0 0 0 77 1 0 0 16 0 12 0 25780071 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24559] ppid=24546 vsize=809356 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 828780544 36648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=809356 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 828780544 36648 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) 809356

[startup+6.30299 s]
/proc/loadavg: 2.09 2.05 2.01 3/85 24560
/proc/meminfo: memFree=1619536/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=808520 CPUtime=6.31
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 55029 0 1 0 606 25 0 0 18 0 12 0 25780063 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 202130 52839 1421 9 0 199457 0
[pid=24548/tid=24550] ppid=24546 vsize=808520 CPUtime=4.72
/proc/24548/task/24550/stat : 24550 (java) R 24546 24548 23283 0 -1 64 16923 0 1 0 463 9 0 0 23 0 12 0 25780064 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4109670021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24551] ppid=24546 vsize=808520 CPUtime=0.34
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 19118 0 0 0 27 7 0 0 16 0 12 0 25780065 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24546 vsize=808520 CPUtime=0.33
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 15293 0 0 0 28 5 0 0 16 0 12 0 25780065 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24546 24548 23283 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25780067 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=808520 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=808520 CPUtime=0.83
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 2673 0 0 0 82 1 0 0 17 0 12 0 25780071 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24559] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 827924480 52839 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 808520

[startup+12.7018 s]
/proc/loadavg: 2.08 2.05 2.01 3/85 24560
/proc/meminfo: memFree=1442000/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=808520 CPUtime=12.64
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 98803 0 1 0 1219 45 0 0 18 0 12 0 25780063 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 202130 96584 1421 9 0 199457 0
[pid=24548/tid=24550] ppid=24546 vsize=808520 CPUtime=10.04
/proc/24548/task/24550/stat : 24550 (java) R 24546 24548 23283 0 -1 64 16950 0 1 0 992 12 0 0 17 0 12 0 25780064 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4109669708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24551] ppid=24546 vsize=808520 CPUtime=0.94
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 47312 0 0 0 76 18 0 0 16 0 12 0 25780065 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24546 vsize=808520 CPUtime=0.73
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 30845 0 0 0 62 11 0 0 16 0 12 0 25780065 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24553/stat : 24553 (java) S 24546 24548 23283 0 -1 64 18 0 0 0 0 0 0 0 15 0 12 0 25780067 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=808520 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=808520 CPUtime=0.83
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 2673 0 0 0 82 1 0 0 16 0 12 0 25780071 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24559] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 827924480 96584 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 808520

[startup+25.5025 s]
/proc/loadavg: 2.06 2.05 2.01 3/85 24560
/proc/meminfo: memFree=1170576/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=808520 CPUtime=25.36
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 165437 0 1 0 2458 78 0 0 18 0 12 0 25780063 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 202130 163122 1421 9 0 199457 0
[pid=24548/tid=24550] ppid=24546 vsize=808520 CPUtime=20.69
/proc/24548/task/24550/stat : 24550 (java) R 24546 24548 23283 0 -1 64 16996 0 1 0 2053 16 0 0 25 0 12 0 25780064 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4109584112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24551] ppid=24546 vsize=808520 CPUtime=1.83
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 77508 0 0 0 151 32 0 0 17 0 12 0 25780065 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24552] ppid=24546 vsize=808520 CPUtime=1.85
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 67233 0 0 0 160 25 0 0 16 0 12 0 25780065 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24553] ppid=24546 vsize=808520 CPUtime=0.01
/proc/24548/task/24553/stat : 24553 (java) S 24546 24548 23283 0 -1 64 18 0 0 0 1 0 0 0 15 0 12 0 25780067 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24554] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=808520 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 827924480 163122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=808520 CPUtime=0.04

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

[pid=24548/tid=24559] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.67
Current children cumulated vsize (KiB) 828128

[startup+108.802 s]
/proc/loadavg: 2.14 2.09 2.03 3/85 24560
/proc/meminfo: memFree=1115088/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=828128 CPUtime=109.06
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 344751 0 1 0 10752 154 0 0 18 0 12 0 25780063 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 207032 176201 1425 9 0 204359 0
[pid=24548/tid=24550] ppid=24546 vsize=828128 CPUtime=39.46
/proc/24548/task/24550/stat : 24550 (java) S 24546 24548 23283 0 -1 64 17093 0 1 0 3927 19 0 0 16 0 12 0 25780064 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24546 vsize=828128 CPUtime=4.95
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 83742 0 0 0 459 36 0 0 16 0 12 0 25780065 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24552] ppid=24546 vsize=828128 CPUtime=5.25
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 67722 0 0 0 500 25 0 0 16 0 12 0 25780065 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24553] ppid=24546 vsize=828128 CPUtime=58.13
/proc/24548/task/24553/stat : 24553 (java) R 24546 24548 23283 0 -1 64 171273 0 0 0 5744 69 0 0 25 0 12 0 25780067 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24554] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=828128 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=828128 CPUtime=1.17
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 3916 0 0 0 115 2 0 0 16 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24559] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.06
Current children cumulated vsize (KiB) 828128

[startup+112.003 s]
/proc/loadavg: 2.13 2.09 2.03 3/85 24560
/proc/meminfo: memFree=1131152/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=828128 CPUtime=112.26
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 359760 0 1 0 11065 161 0 0 18 0 12 0 25780063 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 207032 176201 1425 9 0 204359 0
[pid=24548/tid=24550] ppid=24546 vsize=828128 CPUtime=39.46
/proc/24548/task/24550/stat : 24550 (java) S 24546 24548 23283 0 -1 64 17094 0 1 0 3927 19 0 0 17 0 12 0 25780064 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24546 vsize=828128 CPUtime=4.95
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 83742 0 0 0 459 36 0 0 16 0 12 0 25780065 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24552] ppid=24546 vsize=828128 CPUtime=5.25
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 67722 0 0 0 500 25 0 0 16 0 12 0 25780065 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24553] ppid=24546 vsize=828128 CPUtime=61.34
/proc/24548/task/24553/stat : 24553 (java) R 24546 24548 23283 0 -1 64 186281 0 0 0 6058 76 0 0 25 0 12 0 25780067 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 106157852 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24554] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=828128 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=828128 CPUtime=1.17
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 3916 0 0 0 115 2 0 0 16 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24559] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=828128 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 848003072 176201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 112.26
Current children cumulated vsize (KiB) 828128

[startup+115.201 s]
/proc/loadavg: 2.12 2.09 2.03 3/85 24560
/proc/meminfo: memFree=1115088/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=820128 CPUtime=115.45
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 370770 0 1 0 11380 165 0 0 18 0 12 0 25780063 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 205032 174201 1424 9 0 202359 0
[pid=24548/tid=24550] ppid=24546 vsize=820128 CPUtime=39.46
/proc/24548/task/24550/stat : 24550 (java) S 24546 24548 23283 0 -1 64 17097 0 1 0 3927 19 0 0 17 0 12 0 25780064 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24546 vsize=820128 CPUtime=4.95
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 83742 0 0 0 459 36 0 0 16 0 12 0 25780065 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24552] ppid=24546 vsize=820128 CPUtime=5.25
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 67722 0 0 0 500 25 0 0 16 0 12 0 25780065 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24553] ppid=24546 vsize=820128 CPUtime=64.53
/proc/24548/task/24553/stat : 24553 (java) R 24546 24548 23283 0 -1 64 197288 0 0 0 6373 80 0 0 25 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24554] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=820128 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=820128 CPUtime=1.17
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 3916 0 0 0 115 2 0 0 16 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24559] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 115.45
Current children cumulated vsize (KiB) 820128

[startup+116.001 s]
/proc/loadavg: 2.12 2.09 2.03 3/85 24560
/proc/meminfo: memFree=1123152/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=820128 CPUtime=116.25
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 370770 0 1 0 11460 165 0 0 18 0 12 0 25780063 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 205032 174201 1424 9 0 202359 0
[pid=24548/tid=24550] ppid=24546 vsize=820128 CPUtime=39.46
/proc/24548/task/24550/stat : 24550 (java) S 24546 24548 23283 0 -1 64 17097 0 1 0 3927 19 0 0 17 0 12 0 25780064 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24546 vsize=820128 CPUtime=4.95
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 83742 0 0 0 459 36 0 0 16 0 12 0 25780065 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24552] ppid=24546 vsize=820128 CPUtime=5.25
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 67722 0 0 0 500 25 0 0 16 0 12 0 25780065 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24553] ppid=24546 vsize=820128 CPUtime=65.33
/proc/24548/task/24553/stat : 24553 (java) R 24546 24548 23283 0 -1 64 197288 0 0 0 6453 80 0 0 25 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 104187839 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24554] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=820128 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=820128 CPUtime=1.17
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 3916 0 0 0 115 2 0 0 16 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24559] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.25
Current children cumulated vsize (KiB) 820128

[startup+116.802 s]
/proc/loadavg: 2.12 2.09 2.03 3/85 24560
/proc/meminfo: memFree=1123152/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=820128 CPUtime=117.05
/proc/24548/stat : 24548 (java) S 24546 24548 23283 0 -1 0 370770 0 1 0 11540 165 0 0 18 0 12 0 25780063 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 205032 174201 1424 9 0 202359 0
[pid=24548/tid=24550] ppid=24546 vsize=820128 CPUtime=39.46
/proc/24548/task/24550/stat : 24550 (java) S 24546 24548 23283 0 -1 64 17097 0 1 0 3927 19 0 0 17 0 12 0 25780064 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24551] ppid=24546 vsize=820128 CPUtime=4.95
/proc/24548/task/24551/stat : 24551 (java) S 24546 24548 23283 0 -1 64 83742 0 0 0 459 36 0 0 16 0 12 0 25780065 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24552] ppid=24546 vsize=820128 CPUtime=5.25
/proc/24548/task/24552/stat : 24552 (java) S 24546 24548 23283 0 -1 64 67722 0 0 0 500 25 0 0 16 0 12 0 25780065 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24553] ppid=24546 vsize=820128 CPUtime=66.13
/proc/24548/task/24553/stat : 24553 (java) R 24546 24548 23283 0 -1 64 197288 0 0 0 6533 80 0 0 25 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24554] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24554/stat : 24554 (java) S 24546 24548 23283 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24555] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24555/stat : 24555 (java) S 24546 24548 23283 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25780067 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24556] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24556/stat : 24556 (java) S 24546 24548 23283 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24557] ppid=24546 vsize=820128 CPUtime=0.04
/proc/24548/task/24557/stat : 24557 (java) S 24546 24548 23283 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24558] ppid=24546 vsize=820128 CPUtime=1.17
/proc/24548/task/24558/stat : 24558 (java) S 24546 24548 23283 0 -1 64 3916 0 0 0 115 2 0 0 16 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24548/tid=24559] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24559/stat : 24559 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24548/tid=24560] ppid=24546 vsize=820128 CPUtime=0
/proc/24548/task/24560/stat : 24560 (java) S 24546 24548 23283 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25780071 839811072 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.05
Current children cumulated vsize (KiB) 820128

[startup+117.002 s]
/proc/loadavg: 2.12 2.09 2.03 3/85 24560
/proc/meminfo: memFree=1123152/2055920 swapFree=4192812/4192956
[pid=24548] ppid=24546 vsize=0 CPUtime=117.22
/proc/24548/stat : 24548 (java) Z 24546 24548 23283 0 -1 12 370788 0 1 0 11555 167 0 0 16 0 2 0 25780063 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24548/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 117.22
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 117.083
CPU time (s): 117.311
CPU user time (s): 115.55
CPU system time (s): 1.76073
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 836132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.55
system time used= 1.76073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370788
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= 5618
involuntary context switches= 5990

runsolver used 0.159975 second user time and 0.400939 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 10:26:15
IDJOB=2087916
IDBENCH=58823
IDSOLVER=731
FILE ID=node71/2087916-1247387169
PBS_JOBID= 9507180
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= be9fa1828999c0ebaecac9c21804c5a5
RANDOM SEED=1021014672

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:       1816976 kB
Buffers:         16516 kB
Cached:         154776 kB
SwapCached:          0 kB
Active:         142860 kB
Inactive:        48004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           71764 kB
Writeback:           0 kB
Mapped:          30260 kB
Slab:            33328 kB
Committed_AS:   259536 kB
PageTables:       1808 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= 66328 MiB
End job on node71 at 2009-07-12 10:28:12