Trace number 2065399

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? 34.3848 32.7259

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-10_ext.xml
MD5SUM8251395210f77b2e86753effd7694eb9
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 benchmark1.02084
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2065399-1247338265/watcher-2065399-1247338265 -o /tmp/evaluation-result-2065399-1247338265/solver-2065399-1247338265 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065399-1247338265.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.04 2.02 2.00 3/82 15587
/proc/meminfo: memFree=1769048/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=152 CPUtime=0
/proc/15587/stat : 15587 (java6) R 15585 15587 15006 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 20891020 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 6734628 0 0 4096 0 0 0 0 17 0 0 0
/proc/15587/statm: 38 26 19 9 0 4 0

[startup+0.100435 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 15587
/proc/meminfo: memFree=1769048/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=800696 CPUtime=0.04
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 2387 0 30 0 1 3 0 0 18 0 4 0 20891020 819912704 2163 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 200174 2165 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.201446 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 15587
/proc/meminfo: memFree=1769048/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=804672 CPUtime=0.14
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 3206 0 30 0 10 4 0 0 18 0 12 0 20891020 823984128 2978 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 201168 2978 1094 9 0 198502 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 804672

[startup+0.301458 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 15587
/proc/meminfo: memFree=1769048/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=805600 CPUtime=0.24
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 3894 0 30 0 19 5 0 0 18 0 12 0 20891020 824934400 3660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 201400 3661 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.701503 s]
/proc/loadavg: 2.04 2.02 2.00 3/82 15587
/proc/meminfo: memFree=1769048/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=807192 CPUtime=0.62
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 5570 0 30 0 55 7 0 0 18 0 12 0 20891020 826564608 5088 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 201798 5088 1384 9 0 199125 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 807192

[startup+1.5016 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 15599
/proc/meminfo: memFree=1743032/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=807468 CPUtime=1.42
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 9613 0 30 0 133 9 0 0 18 0 12 0 20891020 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 201867 8608 1408 9 0 199194 0
[pid=15587/tid=15589] ppid=15585 vsize=807468 CPUtime=0.66
/proc/15587/task/15589/stat : 15589 (java) R 15585 15587 15006 0 -1 64 7091 0 1 0 61 5 0 0 25 0 12 0 20891027 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20891028 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 20891028 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 20891030 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 20891030 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20891030 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=807468 CPUtime=0.72
/proc/15587/task/15597/stat : 15597 (java) R 15585 15587 15006 0 -1 64 1799 0 0 0 71 1 0 0 16 0 12 0 20891035 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 102348317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=807468 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 826847232 8608 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 807468

[startup+3.10279 s]
/proc/loadavg: 2.04 2.02 2.00 4/94 15599
/proc/meminfo: memFree=1688184/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=809972 CPUtime=3.1
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 28566 0 30 0 291 19 0 0 18 0 12 0 20891020 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 202493 26737 1423 9 0 199820 0
[pid=15587/tid=15589] ppid=15585 vsize=809972 CPUtime=1.68
/proc/15587/task/15589/stat : 15589 (java) R 15585 15587 15006 0 -1 64 16910 0 1 0 157 11 0 0 25 0 12 0 20891027 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4109671552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=809972 CPUtime=0.12
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 3663 0 0 0 11 1 0 0 17 0 12 0 20891028 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=809972 CPUtime=0.13
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 4015 0 0 0 12 1 0 0 17 0 12 0 20891028 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=809972 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15585 15587 15006 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 20891030 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=809972 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=809972 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=809972 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=809972 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=809972 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=809972 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=809972 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 829411328 26737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 809972

[startup+6.30217 s]
/proc/loadavg: 2.03 2.02 2.00 6/94 15599
/proc/meminfo: memFree=1545976/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=811256 CPUtime=6.81
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 63666 0 30 0 645 36 0 0 18 0 12 0 20891020 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 202814 60566 1423 9 0 200141 0
[pid=15587/tid=15589] ppid=15585 vsize=811256 CPUtime=3.2
/proc/15587/task/15589/stat : 15589 (java) R 15585 15587 15006 0 -1 64 16918 0 1 0 309 11 0 0 25 0 12 0 20891027 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15590] ppid=15585 vsize=811256 CPUtime=1.16
/proc/15587/task/15590/stat : 15590 (java) R 15585 15587 15006 0 -1 64 17459 0 0 0 109 7 0 0 16 0 12 0 20891028 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15591] ppid=15585 vsize=811256 CPUtime=1.29
/proc/15587/task/15591/stat : 15591 (java) R 15585 15587 15006 0 -1 64 25311 0 0 0 117 12 0 0 16 0 12 0 20891028 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 106196819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15592] ppid=15585 vsize=811256 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15585 15587 15006 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 20891030 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15587/tid=15593] ppid=15585 vsize=811256 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=811256 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=811256 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=811256 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=811256 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=811256 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=811256 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 830726144 60566 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 811256

[startup+12.7029 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 15599
/proc/meminfo: memFree=1286904/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=812540 CPUtime=13.36
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 126430 0 30 0 1268 68 0 0 18 0 12 0 20891020 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 203135 122997 1423 9 0 200462 0
[pid=15587/tid=15589] ppid=15585 vsize=812540 CPUtime=6.01
/proc/15587/task/15589/stat : 15589 (java) R 15585 15587 15006 0 -1 64 35364 0 1 0 579 22 0 0 25 0 12 0 20891027 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=812540 CPUtime=3.35
/proc/15587/task/15590/stat : 15590 (java) R 15585 15587 15006 0 -1 64 40952 0 0 0 316 19 0 0 16 0 12 0 20891028 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=812540 CPUtime=2.84
/proc/15587/task/15591/stat : 15591 (java) R 15585 15587 15006 0 -1 64 46136 0 0 0 263 21 0 0 16 0 12 0 20891028 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=812540 CPUtime=0
/proc/15587/task/15592/stat : 15592 (java) S 15585 15587 15006 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 20891030 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=812540 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=812540 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=812540 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=812540 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=812540 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=812540 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=812540 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 832040960 122997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 812540

[startup+25.5014 s]
/proc/loadavg: 2.47 2.12 2.03 3/94 15599
/proc/meminfo: memFree=1082488/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=829824 CPUtime=27.22
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 198703 0 30 0 2613 109 0 0 18 0 12 0 20891020 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 207456 172802 1425 9 0 204783 0
[pid=15587/tid=15589] ppid=15585 vsize=829824 CPUtime=9.31
/proc/15587/task/15589/stat : 15589 (java) S 15585 15587 15006 0 -1 64 35379 0 1 0 909 22 0 0 17 0 12 0 20891027 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=829824 CPUtime=7.98
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 79491 0 0 0 757 41 0 0 19 0 12 0 20891028 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=829824 CPUtime=4.67
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 56844 0 0 0 440 27 0 0 17 0 12 0 20891028 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=829824 CPUtime=4.1
/proc/15587/task/15592/stat : 15592 (java) R 15585 15587 15006 0 -1 64 23025 0 0 0 397 13 0 0 22 0 12 0 20891030 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=829824 CPUtime=0

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

[pid=15587/tid=15598] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 849739776 172802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.31
Current children cumulated vsize (KiB) 829824

[startup+28.8028 s]
/proc/loadavg: 2.47 2.12 2.03 3/94 15599
/proc/meminfo: memFree=1060408/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=829824 CPUtime=30.5
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 216906 0 30 0 2931 119 0 0 18 0 12 0 20891020 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 207456 175500 1425 9 0 204783 0
[pid=15587/tid=15589] ppid=15585 vsize=829824 CPUtime=9.31
/proc/15587/task/15589/stat : 15589 (java) S 15585 15587 15006 0 -1 64 35379 0 1 0 909 22 0 0 17 0 12 0 20891027 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=829824 CPUtime=7.98
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 79491 0 0 0 757 41 0 0 16 0 12 0 20891028 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=829824 CPUtime=4.68
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 56844 0 0 0 441 27 0 0 17 0 12 0 20891028 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=829824 CPUtime=7.37
/proc/15587/task/15592/stat : 15592 (java) R 15585 15587 15006 0 -1 64 41228 0 0 0 714 23 0 0 25 0 12 0 20891030 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=829824 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=829824 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 849739776 175500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.5
Current children cumulated vsize (KiB) 829824

[startup+30.403 s]
/proc/loadavg: 2.47 2.12 2.03 3/94 15599
/proc/meminfo: memFree=1047544/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=845824 CPUtime=32.09
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 224907 0 30 0 3086 123 0 0 18 0 12 0 20891020 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 211456 179500 1425 9 0 208783 0
[pid=15587/tid=15589] ppid=15585 vsize=845824 CPUtime=9.31
/proc/15587/task/15589/stat : 15589 (java) S 15585 15587 15006 0 -1 64 35379 0 1 0 909 22 0 0 17 0 12 0 20891027 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=845824 CPUtime=7.98
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 79491 0 0 0 757 41 0 0 16 0 12 0 20891028 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=845824 CPUtime=4.68
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 56844 0 0 0 441 27 0 0 17 0 12 0 20891028 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=845824 CPUtime=8.97
/proc/15587/task/15592/stat : 15592 (java) R 15585 15587 15006 0 -1 64 49229 0 0 0 870 27 0 0 25 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 106836608 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=845824 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 845824

[startup+32.0072 s]
/proc/loadavg: 2.43 2.12 2.03 3/94 15599
/proc/meminfo: memFree=1047608/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=845824 CPUtime=33.69
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 224907 0 30 0 3246 123 0 0 18 0 12 0 20891020 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 211456 179500 1425 9 0 208783 0
[pid=15587/tid=15589] ppid=15585 vsize=845824 CPUtime=9.31
/proc/15587/task/15589/stat : 15589 (java) S 15585 15587 15006 0 -1 64 35379 0 1 0 909 22 0 0 17 0 12 0 20891027 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=845824 CPUtime=7.98
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 79491 0 0 0 757 41 0 0 16 0 12 0 20891028 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=845824 CPUtime=4.68
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 56844 0 0 0 441 27 0 0 17 0 12 0 20891028 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=845824 CPUtime=10.56
/proc/15587/task/15592/stat : 15592 (java) R 15585 15587 15006 0 -1 64 49229 0 0 0 1029 27 0 0 25 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=845824 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.69
Current children cumulated vsize (KiB) 845824

[startup+32.4022 s]
/proc/loadavg: 2.43 2.12 2.03 3/94 15599
/proc/meminfo: memFree=1047608/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=845824 CPUtime=34.08
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 224907 0 30 0 3285 123 0 0 18 0 12 0 20891020 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 211456 179500 1425 9 0 208783 0
[pid=15587/tid=15589] ppid=15585 vsize=845824 CPUtime=9.31
/proc/15587/task/15589/stat : 15589 (java) S 15585 15587 15006 0 -1 64 35379 0 1 0 909 22 0 0 17 0 12 0 20891027 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=845824 CPUtime=7.98
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 79491 0 0 0 757 41 0 0 16 0 12 0 20891028 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=845824 CPUtime=4.68
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 56844 0 0 0 441 27 0 0 17 0 12 0 20891028 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=845824 CPUtime=10.95
/proc/15587/task/15592/stat : 15592 (java) R 15585 15587 15006 0 -1 64 49229 0 0 0 1068 27 0 0 25 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=845824 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=845824 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 866123776 179500 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.08
Current children cumulated vsize (KiB) 845824

[startup+32.6023 s]
/proc/loadavg: 2.43 2.12 2.03 3/94 15599
/proc/meminfo: memFree=1047608/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=814144 CPUtime=34.27
/proc/15587/stat : 15587 (java) S 15585 15587 15006 0 -1 0 224923 0 30 0 3304 123 0 0 18 0 12 0 20891020 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 203536 171512 1425 9 0 200863 0
[pid=15587/tid=15589] ppid=15585 vsize=814144 CPUtime=9.32
/proc/15587/task/15589/stat : 15589 (java) S 15585 15587 15006 0 -1 64 35386 0 1 0 910 22 0 0 16 0 12 0 20891027 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15590] ppid=15585 vsize=814144 CPUtime=7.98
/proc/15587/task/15590/stat : 15590 (java) S 15585 15587 15006 0 -1 64 79491 0 0 0 757 41 0 0 16 0 12 0 20891028 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15591] ppid=15585 vsize=814144 CPUtime=4.68
/proc/15587/task/15591/stat : 15591 (java) S 15585 15587 15006 0 -1 64 56844 0 0 0 441 27 0 0 17 0 12 0 20891028 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15592] ppid=15585 vsize=814144 CPUtime=11.14
/proc/15587/task/15592/stat : 15592 (java) S 15585 15587 15006 0 -1 64 49229 0 0 0 1087 27 0 0 25 0 12 0 20891030 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15593] ppid=15585 vsize=814144 CPUtime=0
/proc/15587/task/15593/stat : 15593 (java) S 15585 15587 15006 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20891030 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15594] ppid=15585 vsize=814144 CPUtime=0
/proc/15587/task/15594/stat : 15594 (java) S 15585 15587 15006 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20891030 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15595] ppid=15585 vsize=814144 CPUtime=0
/proc/15587/task/15595/stat : 15595 (java) S 15585 15587 15006 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20891035 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15596] ppid=15585 vsize=814144 CPUtime=0
/proc/15587/task/15596/stat : 15596 (java) S 15585 15587 15006 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 20891035 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15597] ppid=15585 vsize=814144 CPUtime=1.09
/proc/15587/task/15597/stat : 15597 (java) S 15585 15587 15006 0 -1 64 3241 0 0 0 108 1 0 0 16 0 12 0 20891035 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15598] ppid=15585 vsize=814144 CPUtime=0
/proc/15587/task/15598/stat : 15598 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20891035 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15587/tid=15599] ppid=15585 vsize=814144 CPUtime=0
/proc/15587/task/15599/stat : 15599 (java) S 15585 15587 15006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20891035 833683456 171512 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.27
Current children cumulated vsize (KiB) 814144

[startup+32.7023 s]
/proc/loadavg: 2.43 2.12 2.03 3/94 15599
/proc/meminfo: memFree=1047608/2055920 swapFree=4192812/4192956
[pid=15587] ppid=15585 vsize=0 CPUtime=34.35
/proc/15587/stat : 15587 (java) Z 15585 15587 15006 0 -1 12 224926 0 30 0 3304 131 0 0 16 0 2 0 20891020 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15587/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.35
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 32.7259
CPU time (s): 34.3848
CPU user time (s): 33.044
CPU system time (s): 1.3408
CPU usage (%): 105.069
Max. virtual memory (cumulated for all children) (KiB): 860548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.044
system time used= 1.3408
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224926
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1966
involuntary context switches= 2605

runsolver used 0.040993 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-11 20:51:06
IDJOB=2065399
IDBENCH=54357
IDSOLVER=731
FILE ID=node75/2065399-1247338265
PBS_JOBID= 9506639
Free space on /tmp= 66248 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-10_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065399-1247338265/watcher-2065399-1247338265 -o /tmp/evaluation-result-2065399-1247338265/solver-2065399-1247338265 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065399-1247338265.xml

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

MD5SUM BENCH= 8251395210f77b2e86753effd7694eb9
RANDOM SEED=1495294081

node75.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1769528 kB
Buffers:         11088 kB
Cached:          70036 kB
SwapCached:          0 kB
Active:         204060 kB
Inactive:        28716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:         172848 kB
Slab:            38372 kB
Committed_AS:   385360 kB
PageTables:       2264 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= 66244 MiB
End job on node75 at 2009-07-11 20:51:38