Trace number 2070745

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? 159.362 159.435

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-3-1.xml
MD5SUM9d7c5b819f44e9796c93b064d36b2c7e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity4
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.10/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.24	c See www.sat4j.org for details.
0.10/0.24	c That software uses the Rhino library from the Mozilla project.
0.10/0.26	c version 2.1.1.v20090622
0.10/0.26	c sun.arch.data.model	32
0.10/0.26	c java.version	1.6.0_12
0.10/0.26	c os.name	Linux
0.10/0.26	c os.version	2.6.9-22.EL.rootsmp
0.10/0.26	c os.arch	i386
0.10/0.26	c Free memory 671000808
0.10/0.26	c Max memory 672137216
0.10/0.26	c Total memory 672137216
0.10/0.26	c Number of processors 2
0.18/0.35	c c --- Begin Solver configuration ---
0.18/0.35	c Stops conflict analysis at the first Unique Implication Point
0.18/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.35	c Learn all clauses as in MiniSAT
0.18/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.35	c Expensive reason simplification
0.18/0.35	c MiniSAT restarts strategy
0.18/0.35	c Memory based learned constraints deletion strategy
0.18/0.35	c timeout=2147483s
0.18/0.35	c DB Simplification allowed=false
0.18/0.35	c --- End Solver configuration ---
0.18/0.35	c solving HOME/instance-2070745-1247351695.xml
0.18/0.35	c reading problem ... 
0.44/0.64	c reading problem named null
0.44/0.64	c reading domains done.
0.44/0.64	c reading variables done.
0.63/0.81	c reading predicates  done.
0.83/1.05	c reading constraints
152.74/152.75	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
152.74/152.75		at org.sat4j.core.Vec.ensure(Unknown Source)
152.74/152.75		at org.sat4j.core.Vec.push(Unknown Source)
152.74/152.75		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
152.74/152.76		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
152.74/152.76		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
152.74/152.76		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
152.74/152.76		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
152.74/152.76		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
152.74/152.76		at org.sat4j.csp.Predicate.find(Unknown Source)
152.74/152.76		at org.sat4j.csp.Predicate.find(Unknown Source)
152.74/152.76		at org.sat4j.csp.Predicate.find(Unknown Source)
152.74/152.76		at org.sat4j.csp.Predicate.find(Unknown Source)
152.74/152.76		at org.sat4j.csp.Predicate.find(Unknown Source)
152.74/152.76		at org.sat4j.csp.Predicate.toClause(Unknown Source)
152.74/152.76		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
152.74/152.76		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
152.74/152.76		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
152.74/152.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
152.74/152.76		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
152.74/152.76		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
152.74/152.76		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
152.74/152.76		at org.sat4j.AbstractLauncher.run(Unknown Source)
159.16/159.27	c starts		: 0
159.16/159.27	c conflicts		: 0
159.16/159.27	c decisions		: 0
159.16/159.27	c propagations		: 0
159.16/159.27	c inspects		: 0
159.16/159.27	c learnt literals	: 0
159.16/159.27	c learnt binary clauses	: 0
159.16/159.27	c learnt ternary clauses	: 0
159.16/159.27	c learnt clauses	: 0
159.16/159.27	c ignored clauses	: 0
159.16/159.27	c root simplifications	: 0
159.16/159.27	c removed literals (reason simplification)	: 0
159.16/159.27	c reason swapping (by a shorter reason)	: 0
159.16/159.27	c Calls to reduceDB	: 0
159.16/159.27	c speed (assignments/second)	: 0.0
159.16/159.27	c non guided choices	0
159.16/159.27	c learnt constraints type 
159.16/159.28	c constraints type 
159.16/159.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9443768
159.16/159.28	c org.sat4j.minisat.constraints.card.AtLeast => 100
159.16/159.28	s UNKNOWN
159.16/159.28	c Total wall clock time (in seconds) : 152.411

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-2070745-1247351695/watcher-2070745-1247351695 -o /tmp/evaluation-result-2070745-1247351695/solver-2070745-1247351695 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070745-1247351695.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.00 2.02 2.12 4/80 17557
/proc/meminfo: memFree=1798448/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=18576 CPUtime=0
/proc/17557/stat : 17557 (runsolver) R 17555 17557 16948 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 22236097 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17557/statm: 4644 284 249 26 0 2626 0

[startup+0.0838429 s]
/proc/loadavg: 2.00 2.02 2.12 4/80 17557
/proc/meminfo: memFree=1798448/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=800544 CPUtime=0.02
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 2145 0 33 0 0 2 0 0 18 0 4 0 22236097 819757056 1924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 200136 1929 826 9 0 197487 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800544

[startup+0.105702 s]
/proc/loadavg: 2.00 2.02 2.12 4/80 17557
/proc/meminfo: memFree=1798448/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=800696 CPUtime=0.04
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 2391 0 33 0 1 3 0 0 18 0 4 0 22236097 819912704 2170 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 200174 2170 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.302726 s]
/proc/loadavg: 2.00 2.02 2.12 4/80 17557
/proc/meminfo: memFree=1798448/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=805352 CPUtime=0.18
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 3771 0 33 0 14 4 0 0 18 0 12 0 22236097 824680448 3541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 201338 3541 1332 9 0 198672 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805352

[startup+0.701779 s]
/proc/loadavg: 2.00 2.02 2.12 4/80 17557
/proc/meminfo: memFree=1798448/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=807180 CPUtime=0.53
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 5426 0 33 0 47 6 0 0 18 0 12 0 22236097 826552320 4983 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 201795 4983 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 807180

[startup+1.50187 s]
/proc/loadavg: 2.00 2.02 2.12 3/92 17569
/proc/meminfo: memFree=1770640/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=813704 CPUtime=1.33
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 9901 0 33 0 125 8 0 0 18 0 12 0 22236097 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203426 7864 1409 9 0 200753 0
[pid=17557/tid=17559] ppid=17555 vsize=813704 CPUtime=0.7
/proc/17557/task/17559/stat : 17559 (java) R 17555 17557 16948 0 -1 64 5129 0 1 0 65 5 0 0 24 0 12 0 22236104 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22236105 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22236105 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 16948 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22236108 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 22236109 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 22236109 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22236116 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22236116 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=813704 CPUtime=0.59
/proc/17557/task/17567/stat : 17567 (java) R 17555 17557 16948 0 -1 64 4047 0 0 0 59 0 0 0 17 0 12 0 22236116 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 103368877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22236116 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=813704 CPUtime=0
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22236116 833232896 7864 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 813704

[startup+3.10207 s]
/proc/loadavg: 2.00 2.02 2.12 3/92 17569
/proc/meminfo: memFree=1728336/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=812516 CPUtime=2.9
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 29641 0 33 0 273 17 0 0 18 0 12 0 22236097 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203129 27302 1434 9 0 200456 0
[pid=17557/tid=17559] ppid=17555 vsize=812516 CPUtime=1.8
/proc/17557/task/17559/stat : 17559 (java) R 17555 17557 16948 0 -1 64 17356 0 1 0 169 11 0 0 25 0 12 0 22236104 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=812516 CPUtime=0.14
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 3987 0 0 0 13 1 0 0 16 0 12 0 22236105 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=812516 CPUtime=0.13
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 3346 0 0 0 13 0 0 0 16 0 12 0 22236105 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=812516 CPUtime=0
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 16948 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22236108 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=812516 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22236109 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=812516 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22236109 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=812516 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22236116 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=812516 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22236116 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=812516 CPUtime=0.77
/proc/17557/task/17567/stat : 17567 (java) R 17555 17557 16948 0 -1 64 4218 0 0 0 76 1 0 0 17 0 12 0 22236116 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 104164030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=812516 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22236116 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=812516 CPUtime=0
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22236116 832016384 27302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 812516

[startup+6.30248 s]
/proc/loadavg: 2.00 2.02 2.12 3/92 17569
/proc/meminfo: memFree=1685072/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=812100 CPUtime=5.78
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 34681 0 33 0 554 24 0 0 18 0 12 0 22236097 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203025 31933 1434 9 0 200352 0
[pid=17557/tid=17559] ppid=17555 vsize=812100 CPUtime=4.07
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 16948 0 -1 64 17360 0 1 0 396 11 0 0 25 0 12 0 22236104 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17560] ppid=17555 vsize=812100 CPUtime=0.35
/proc/17557/task/17560/stat : 17560 (java) R 17555 17557 16948 0 -1 64 6125 0 0 0 33 2 0 0 16 0 12 0 22236105 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=812100 CPUtime=0.3
/proc/17557/task/17561/stat : 17561 (java) R 17555 17557 16948 0 -1 64 5894 0 0 0 29 1 0 0 16 0 12 0 22236105 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 103111757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=812100 CPUtime=0.02
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 16948 0 -1 64 12 0 0 0 1 1 0 0 16 0 12 0 22236108 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=812100 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22236109 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=812100 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22236109 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=812100 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22236116 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=812100 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22236116 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=812100 CPUtime=0.93
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 16948 0 -1 64 4568 0 0 0 92 1 0 0 16 0 12 0 22236116 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=812100 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22236116 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=812100 CPUtime=0.02
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 1 1 0 0 15 0 12 0 22236116 831590400 31933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 812100

[startup+12.7023 s]
/proc/loadavg: 2.16 2.05 2.13 3/92 17569
/proc/meminfo: memFree=1568208/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=811652 CPUtime=12.36
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 62723 0 33 0 1201 35 0 0 18 0 12 0 22236097 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 202913 59569 1435 9 0 200240 0
[pid=17557/tid=17559] ppid=17555 vsize=811652 CPUtime=7.95
/proc/17557/task/17559/stat : 17559 (java) R 17555 17557 16948 0 -1 64 17385 0 1 0 783 12 0 0 25 0 12 0 22236104 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=811652 CPUtime=1.65
/proc/17557/task/17560/stat : 17560 (java) R 17555 17557 16948 0 -1 64 19792 0 0 0 159 6 0 0 16 0 12 0 22236105 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=811652 CPUtime=1.59
/proc/17557/task/17561/stat : 17561 (java) R 17555 17557 16948 0 -1 64 20236 0 0 0 151 8 0 0 16 0 12 0 22236105 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=811652 CPUtime=0.03
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 16948 0 -1 64 12 0 0 0 2 1 0 0 16 0 12 0 22236108 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=811652 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22236109 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=811652 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22236109 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=811652 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22236116 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=811652 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22236116 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=811652 CPUtime=1.04
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 16948 0 -1 64 4576 0 0 0 103 1 0 0 16 0 12 0 22236116 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=811652 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22236116 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=811652 CPUtime=0.02
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 1 1 0 0 15 0 12 0 22236116 831131648 59569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 811652

[startup+25.5029 s]
/proc/loadavg: 2.43 2.11 2.14 3/92 17569
/proc/meminfo: memFree=1366352/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=812936 CPUtime=25.83
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 113065 0 33 0 2528 55 0 0 18 0 12 0 22236097 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203234 109377 1435 9 0 200561 0
[pid=17557/tid=17559] ppid=17555 vsize=812936 CPUtime=16.46
/proc/17557/task/17559/stat : 17559 (java) R 17555 17557 16948 0 -1 64 17414 0 1 0 1634 12 0 0 20 0 12 0 22236104 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4109672849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17560] ppid=17555 vsize=812936 CPUtime=4.2
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 48121 0 0 0 403 17 0 0 16 0 12 0 22236105 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17561] ppid=17555 vsize=812936 CPUtime=3.91
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 42220 0 0 0 374 17 0 0 16 0 12 0 22236105 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17562] ppid=17555 vsize=812936 CPUtime=0.03
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 16948 0 -1 64 12 0 0 0 2 1 0 0 15 0 12 0 22236108 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17563] ppid=17555 vsize=812936 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22236109 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17564] ppid=17555 vsize=812936 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22236109 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=812936 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22236116 832446464 109377 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=812936 CPUtime=0

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

/proc/loadavg: 2.16 2.15 2.16 3/93 17570
/proc/meminfo: memFree=1101896/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=813260 CPUtime=153.52
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 381777 0 33 0 15172 180 0 0 18 0 13 0 22236097 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203315 172728 1436 9 0 200642 0
[pid=17557/tid=17559] ppid=17555 vsize=813260 CPUtime=33.93
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 16948 0 -1 64 29766 0 1 0 3375 18 0 0 18 0 13 0 22236104 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17560] ppid=17555 vsize=813260 CPUtime=7.93
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 67757 0 0 0 767 26 0 0 15 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17561] ppid=17555 vsize=813260 CPUtime=8.07
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 68575 0 0 0 779 28 0 0 16 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17562] ppid=17555 vsize=813260 CPUtime=102.37
/proc/17557/task/17562/stat : 17562 (java) R 17555 17557 16948 0 -1 64 210376 0 0 0 10136 101 0 0 25 0 13 0 22236108 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 105696725 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17563] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17564] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=813260 CPUtime=1.12
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 16948 0 -1 64 4576 0 0 0 111 1 0 0 16 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=813260 CPUtime=0.02
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 16948 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 22251374 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.52
Current children cumulated vsize (KiB) 813260

[startup+156.702 s]
/proc/loadavg: 2.15 2.15 2.16 3/93 17570
/proc/meminfo: memFree=1101896/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=813260 CPUtime=156.69
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 381777 0 33 0 15489 180 0 0 18 0 13 0 22236097 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203315 172728 1436 9 0 200642 0
[pid=17557/tid=17559] ppid=17555 vsize=813260 CPUtime=33.93
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 16948 0 -1 64 29766 0 1 0 3375 18 0 0 18 0 13 0 22236104 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17560] ppid=17555 vsize=813260 CPUtime=7.93
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 67757 0 0 0 767 26 0 0 15 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17561] ppid=17555 vsize=813260 CPUtime=8.07
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 68575 0 0 0 779 28 0 0 16 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17562] ppid=17555 vsize=813260 CPUtime=105.54
/proc/17557/task/17562/stat : 17562 (java) R 17555 17557 16948 0 -1 64 210376 0 0 0 10453 101 0 0 25 0 13 0 22236108 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17563] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17564] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=813260 CPUtime=1.12
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 16948 0 -1 64 4576 0 0 0 111 1 0 0 16 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=813260 CPUtime=0.02
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 16948 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 22251374 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.69
Current children cumulated vsize (KiB) 813260

[startup+158.302 s]
/proc/loadavg: 2.15 2.15 2.16 3/93 17570
/proc/meminfo: memFree=1101896/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=813260 CPUtime=158.27
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 381777 0 33 0 15647 180 0 0 18 0 13 0 22236097 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203315 172728 1436 9 0 200642 0
[pid=17557/tid=17559] ppid=17555 vsize=813260 CPUtime=33.93
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 16948 0 -1 64 29766 0 1 0 3375 18 0 0 18 0 13 0 22236104 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17560] ppid=17555 vsize=813260 CPUtime=7.93
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 67757 0 0 0 767 26 0 0 15 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17561] ppid=17555 vsize=813260 CPUtime=8.07
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 68575 0 0 0 779 28 0 0 16 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17562] ppid=17555 vsize=813260 CPUtime=107.12
/proc/17557/task/17562/stat : 17562 (java) R 17555 17557 16948 0 -1 64 210376 0 0 0 10611 101 0 0 25 0 13 0 22236108 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17563] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17564] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=813260 CPUtime=1.12
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 16948 0 -1 64 4576 0 0 0 111 1 0 0 16 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=813260 CPUtime=0.02
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 16948 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 22251374 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.27
Current children cumulated vsize (KiB) 813260

[startup+159.102 s]
/proc/loadavg: 2.15 2.15 2.16 3/93 17570
/proc/meminfo: memFree=1101896/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=813260 CPUtime=159.06
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 381777 0 33 0 15726 180 0 0 18 0 13 0 22236097 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203315 172728 1436 9 0 200642 0
[pid=17557/tid=17559] ppid=17555 vsize=813260 CPUtime=33.93
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 16948 0 -1 64 29766 0 1 0 3375 18 0 0 18 0 13 0 22236104 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17560] ppid=17555 vsize=813260 CPUtime=7.93
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 67757 0 0 0 767 26 0 0 15 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17561] ppid=17555 vsize=813260 CPUtime=8.07
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 68575 0 0 0 779 28 0 0 16 0 13 0 22236105 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17562] ppid=17555 vsize=813260 CPUtime=107.91
/proc/17557/task/17562/stat : 17562 (java) R 17555 17557 16948 0 -1 64 210376 0 0 0 10690 101 0 0 25 0 13 0 22236108 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 106159143 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17563] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17564] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 22236109 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17565] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=813260 CPUtime=1.12
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 16948 0 -1 64 4576 0 0 0 111 1 0 0 16 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=813260 CPUtime=0.02
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 1 1 0 0 15 0 13 0 22236116 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17570] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17570/stat : 17570 (java) S 17555 17557 16948 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 22251374 832778240 172728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.06
Current children cumulated vsize (KiB) 813260

[startup+159.302 s]
/proc/loadavg: 2.15 2.15 2.16 3/93 17570
/proc/meminfo: memFree=1101896/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=813260 CPUtime=159.24
/proc/17557/stat : 17557 (java) S 17555 17557 16948 0 -1 0 381783 0 33 0 15744 180 0 0 18 0 12 0 22236097 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17557/statm: 203315 172733 1437 9 0 200642 0
[pid=17557/tid=17559] ppid=17555 vsize=813260 CPUtime=33.93
/proc/17557/task/17559/stat : 17559 (java) S 17555 17557 16948 0 -1 64 29768 0 1 0 3375 18 0 0 16 0 12 0 22236104 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17560] ppid=17555 vsize=813260 CPUtime=7.93
/proc/17557/task/17560/stat : 17560 (java) S 17555 17557 16948 0 -1 64 67757 0 0 0 767 26 0 0 15 0 12 0 22236105 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17561] ppid=17555 vsize=813260 CPUtime=8.07
/proc/17557/task/17561/stat : 17561 (java) S 17555 17557 16948 0 -1 64 68575 0 0 0 779 28 0 0 16 0 12 0 22236105 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17562] ppid=17555 vsize=813260 CPUtime=108.09
/proc/17557/task/17562/stat : 17562 (java) S 17555 17557 16948 0 -1 64 210376 0 0 0 10708 101 0 0 25 0 12 0 22236108 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17563] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17563/stat : 17563 (java) S 17555 17557 16948 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22236109 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17564] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17564/stat : 17564 (java) S 17555 17557 16948 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22236109 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17557/tid=17565] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17565/stat : 17565 (java) S 17555 17557 16948 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 22236116 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17566] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17566/stat : 17566 (java) S 17555 17557 16948 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 22236116 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17567] ppid=17555 vsize=813260 CPUtime=1.12
/proc/17557/task/17567/stat : 17567 (java) S 17555 17557 16948 0 -1 64 4576 0 0 0 111 1 0 0 16 0 12 0 22236116 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17568] ppid=17555 vsize=813260 CPUtime=0
/proc/17557/task/17568/stat : 17568 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 22236116 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17557/tid=17569] ppid=17555 vsize=813260 CPUtime=0.02
/proc/17557/task/17569/stat : 17569 (java) S 17555 17557 16948 0 -1 64 1 0 0 0 1 1 0 0 15 0 12 0 22236116 832778240 172733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.24
Current children cumulated vsize (KiB) 813260

[startup+159.403 s]
/proc/loadavg: 2.14 2.15 2.16 3/82 17570
/proc/meminfo: memFree=1617992/2055920 swapFree=4192812/4192956
[pid=17557] ppid=17555 vsize=0 CPUtime=159.32
/proc/17557/stat : 17557 (java) Z 17555 17557 16948 0 -1 12 381786 0 33 0 15744 188 0 0 16 0 2 0 22236097 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17557/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 159.32
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 159.435
CPU time (s): 159.362
CPU user time (s): 157.445
CPU system time (s): 1.91671
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 908944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.445
system time used= 1.91671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381786
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5681
involuntary context switches= 6397

runsolver used 0.229965 second user time and 0.537918 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 00:34:55
IDJOB=2070745
IDBENCH=55392
IDSOLVER=731
FILE ID=node28/2070745-1247351695
PBS_JOBID= 9506896
Free space on /tmp= 66096 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-3-1.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070745-1247351695/watcher-2070745-1247351695 -o /tmp/evaluation-result-2070745-1247351695/solver-2070745-1247351695 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070745-1247351695.xml

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

MD5SUM BENCH= 9d7c5b819f44e9796c93b064d36b2c7e
RANDOM SEED=1312538736

node28.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.230
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.230
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:       1798928 kB
Buffers:         12552 kB
Cached:          82920 kB
SwapCached:          0 kB
Active:         158964 kB
Inactive:        49760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1798928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         131088 kB
Slab:            33260 kB
Committed_AS:   894252 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66096 MiB
End job on node28 at 2009-07-12 00:37:34