Trace number 1077747

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 2008-06-13? 207.878 195.829

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-3-5.xml
MD5SUM502e8fd02fd7f6c0b17a69b6739e9cc7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.24/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.24	c See www.sat4j.org for details.
0.24/0.24	c That software uses the Rhino library from the Mozilla project.
0.24/0.27	c version 9.9.9.token
0.24/0.27	c sun.arch.data.model	32
0.24/0.27	c java.version	1.6.0_06
0.24/0.27	c os.name	Linux
0.24/0.27	c os.version	2.6.9-22.EL.rootsmp
0.24/0.27	c os.arch	i386
0.24/0.27	c Free memory 669864272
0.24/0.27	c Max memory 672137216
0.24/0.27	c Total memory 672137216
0.24/0.27	c Number of processors 2
0.36/0.30	c c --- Begin Solver configuration ---
0.36/0.30	c Stops conflict analysis at the first Unique Implication Point
0.36/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.36/0.30	c Learn all clauses as in MiniSAT
0.36/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.36/0.30	c Expensive reason simplification
0.36/0.30	c MiniSAT restarts strategy
0.36/0.30	c timeout=2147483s
0.36/0.30	c DB Simplification allowed=false
0.36/0.30	c --- End Solver configuration ---
0.36/0.30	c solving HOME/instance-1077747-1215194524.xml
0.36/0.30	c reading problem ... 
0.50/0.48	c reading problem named null
0.50/0.48	c reading domains done.
0.50/0.48	c reading variables done.
0.65/0.53	c reading predicates  done.
0.87/0.75	c reading constraints
195.77/183.76	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
195.77/183.76		at org.sat4j.core.Vec.ensure(Vec.java:175)
195.77/183.76		at org.sat4j.core.Vec.push(Vec.java:182)
195.77/183.76		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
195.77/183.76		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
195.77/183.76		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
195.77/183.76		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
195.77/183.76		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
195.77/183.76		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
195.77/183.76		at org.sat4j.csp.Predicate.find(Predicate.java:132)
195.77/183.76		at org.sat4j.csp.Predicate.find(Predicate.java:139)
195.77/183.76		at org.sat4j.csp.Predicate.find(Predicate.java:139)
195.77/183.76		at org.sat4j.csp.Predicate.find(Predicate.java:139)
195.77/183.76		at org.sat4j.csp.Predicate.find(Predicate.java:139)
195.77/183.76		at org.sat4j.csp.Predicate.find(Predicate.java:139)
195.77/183.76		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
195.77/183.76		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
195.77/183.76		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
195.77/183.76		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
195.77/183.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
195.77/183.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
195.77/183.76		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
195.77/183.76		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
195.77/183.76		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
201.66/189.60	c starts		: 0
207.46/195.44	c conflicts		: 0
207.46/195.44	c decisions		: 0
207.46/195.44	c propagations		: 0
207.46/195.44	c inspects		: 0
207.46/195.44	c learnt literals	: 0
207.46/195.44	c learnt binary clauses	: 0
207.46/195.44	c learnt ternary clauses	: 0
207.46/195.44	c learnt clauses	: 0
207.46/195.44	c ignored clauses	: 0
207.46/195.44	c root simplifications	: 0
207.46/195.44	c removed literals (reason simplification)	: 0
207.46/195.44	c reason swapping (by a shorter reason)	: 0
207.46/195.44	c Calls to reduceDB	: 0
207.46/195.44	c speed (assignments/second)	: 0.0
207.46/195.44	c non guided choices	0
207.46/195.44	s UNKNOWN
207.46/195.44	c Total wall clock time (in seconds) : 183.454

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077747-1215194524/watcher-1077747-1215194524 -o /tmp/evaluation-result-1077747-1215194524/solver-1077747-1215194524 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077747-1215194524.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 18888
/proc/meminfo: memFree=1674920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=18572 CPUtime=0
/proc/18888/stat : 18888 (runsolver) R 18886 18888 14088 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1998426606 19017728 292 996147200 4194304 4296836 548682068368 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18888/statm: 4643 292 257 25 0 2626 0

[startup+0.0198551 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 18888
/proc/meminfo: memFree=1674920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=13576 CPUtime=0
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 891 0 0 0 0 0 0 0 18 0 2 0 1998426606 13901824 639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 3402 672 325 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13576

[startup+0.101868 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 18888
/proc/meminfo: memFree=1674920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=805636 CPUtime=0.08
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 3006 0 1 0 7 1 0 0 18 0 12 0 1998426606 824971264 2739 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 201409 2739 1048 9 0 198778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805636

[startup+0.301894 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 18888
/proc/meminfo: memFree=1674920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=808692 CPUtime=0.36
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 5291 0 1 0 33 3 0 0 18 0 12 0 1998426606 828100608 4641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 202173 4641 1310 9 0 199542 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 808692

[startup+0.701959 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 18888
/proc/meminfo: memFree=1674920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=808720 CPUtime=0.87
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 7225 0 1 0 82 5 0 0 18 0 12 0 1998426606 828129280 6473 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 202180 6473 1345 9 0 199542 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 808720

[startup+1.50208 s]
/proc/loadavg: 1.02 1.01 1.00 4/76 18900
/proc/meminfo: memFree=1650952/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=817104 CPUtime=2.31
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 14608 0 1 0 222 9 0 0 18 0 12 0 1998426606 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 204276 10528 1377 9 0 201638 0
[pid=18888/tid=18890] ppid=18886 vsize=817104 CPUtime=1.1
/proc/18888/task/18890/stat : 18890 (java) R 18886 18888 14088 0 -1 64 6881 0 1 0 105 5 0 0 18 0 12 0 1998426608 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18891] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1998426609 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18892] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1998426609 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18893/stat : 18893 (java) S 18886 18888 14088 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1998426611 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18894] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1998426611 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18895] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1998426611 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18896] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998426615 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=817104 CPUtime=0.43
/proc/18888/task/18897/stat : 18897 (java) R 18886 18888 14088 0 -1 64 1171 0 0 0 43 0 0 0 16 0 12 0 1998426615 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 106082055 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=817104 CPUtime=0.75
/proc/18888/task/18898/stat : 18898 (java) R 18886 18888 14088 0 -1 64 5793 0 0 0 73 2 0 0 16 0 12 0 1998426615 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 105978979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18899] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1998426615 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=817104 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998426615 836714496 10528 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 817104

[startup+3.1023 s]
/proc/loadavg: 1.02 1.01 1.00 3/76 18900
/proc/meminfo: memFree=1629832/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=817748 CPUtime=4.76
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 31532 0 1 0 459 17 0 0 18 0 12 0 1998426606 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 204437 24246 1386 9 0 201799 0
[pid=18888/tid=18890] ppid=18886 vsize=817748 CPUtime=2.44
/proc/18888/task/18890/stat : 18890 (java) R 18886 18888 14088 0 -1 64 17498 0 1 0 233 11 0 0 17 0 12 0 1998426608 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4109624210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18891] ppid=18886 vsize=817748 CPUtime=0.07
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 1382 0 0 0 7 0 0 0 16 0 12 0 1998426609 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18892] ppid=18886 vsize=817748 CPUtime=0.07
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 1604 0 0 0 7 0 0 0 17 0 12 0 1998426609 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=817748 CPUtime=0
/proc/18888/task/18893/stat : 18893 (java) S 18886 18888 14088 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 1998426611 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18894] ppid=18886 vsize=817748 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998426611 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=817748 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998426611 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=817748 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998426615 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=817748 CPUtime=0.84
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2841 0 0 0 84 0 0 0 16 0 12 0 1998426615 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=817748 CPUtime=1.29
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 126 3 0 0 19 0 12 0 1998426615 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18899] ppid=18886 vsize=817748 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1998426615 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=817748 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998426615 837373952 24246 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 817748

[startup+6.30178 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 18900
/proc/meminfo: memFree=1536264/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=822136 CPUtime=8.96
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 47716 0 1 0 871 25 0 0 18 0 12 0 1998426606 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 205534 38032 1387 9 0 202896 0
[pid=18888/tid=18890] ppid=18886 vsize=822136 CPUtime=4.59
/proc/18888/task/18890/stat : 18890 (java) S 18886 18888 14088 0 -1 64 17503 0 1 0 448 11 0 0 20 0 12 0 1998426608 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18891] ppid=18886 vsize=822136 CPUtime=1.07
/proc/18888/task/18891/stat : 18891 (java) R 18886 18888 14088 0 -1 64 9760 0 0 0 104 3 0 0 16 0 12 0 1998426609 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18892] ppid=18886 vsize=822136 CPUtime=1.09
/proc/18888/task/18892/stat : 18892 (java) R 18886 18888 14088 0 -1 64 9404 0 0 0 105 4 0 0 17 0 12 0 1998426609 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=822136 CPUtime=0
/proc/18888/task/18893/stat : 18893 (java) S 18886 18888 14088 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 1998426611 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18894] ppid=18886 vsize=822136 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998426611 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=822136 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998426611 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=822136 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998426615 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=822136 CPUtime=0.85
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2842 0 0 0 85 0 0 0 16 0 12 0 1998426615 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=822136 CPUtime=1.3
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 127 3 0 0 16 0 12 0 1998426615 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18899] ppid=18886 vsize=822136 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1998426615 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=822136 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998426615 841867264 38032 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 822136

[startup+12.7027 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 18900
/proc/meminfo: memFree=1418064/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=824696 CPUtime=17.31
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 79731 0 1 0 1692 39 0 0 18 0 12 0 1998426606 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 206174 67445 1387 9 0 203536 0
[pid=18888/tid=18890] ppid=18886 vsize=824696 CPUtime=8.93
/proc/18888/task/18890/stat : 18890 (java) R 18886 18888 14088 0 -1 64 17527 0 1 0 882 11 0 0 18 0 12 0 1998426608 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4109725305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18891] ppid=18886 vsize=824696 CPUtime=3.04
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 23575 0 0 0 295 9 0 0 16 0 12 0 1998426609 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18892] ppid=18886 vsize=824696 CPUtime=3.09
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 27580 0 0 0 297 12 0 0 16 0 12 0 1998426609 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18893] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18893/stat : 18893 (java) S 18886 18888 14088 0 -1 64 32 0 0 0 0 0 0 0 15 0 12 0 1998426611 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18894] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998426611 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998426611 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998426615 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=824696 CPUtime=0.89
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2842 0 0 0 89 0 0 0 16 0 12 0 1998426615 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=824696 CPUtime=1.3
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 127 3 0 0 16 0 12 0 1998426615 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18899] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1998426615 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998426615 844488704 67445 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 824696

[startup+25.5016 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 18900
/proc/meminfo: memFree=1201296/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=824696 CPUtime=33.04
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 133303 0 1 0 3239 65 0 0 18 0 12 0 1998426606 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 206174 119406 1387 9 0 203536 0
[pid=18888/tid=18890] ppid=18886 vsize=824696 CPUtime=18.76
/proc/18888/task/18890/stat : 18890 (java) R 18886 18888 14088 0 -1 64 17559 0 1 0 1865 11 0 0 18 0 12 0 1998426608 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4109623495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18891] ppid=18886 vsize=824696 CPUtime=5.95
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 41874 0 0 0 578 17 0 0 16 0 12 0 1998426609 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18892] ppid=18886 vsize=824696 CPUtime=5.99
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 62821 0 0 0 569 30 0 0 17 0 12 0 1998426609 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18893] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18893/stat : 18893 (java) S 18886 18888 14088 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 1998426611 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18894] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998426611 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998426611 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=824696 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998426615 844488704 119406 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+191.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18901
/proc/meminfo: memFree=974920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=825020 CPUtime=203.96
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 484188 0 1 0 20178 218 0 0 18 0 13 0 1998426606 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 206255 175742 1390 9 0 203617 0
[pid=18888/tid=18890] ppid=18886 vsize=825020 CPUtime=34.29
/proc/18888/task/18890/stat : 18890 (java) S 18886 18888 14088 0 -1 64 29920 0 1 0 3413 16 0 0 17 0 13 0 1998426608 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18891] ppid=18886 vsize=825020 CPUtime=10.69
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 61634 0 0 0 1043 26 0 0 17 0 13 0 1998426609 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18892] ppid=18886 vsize=825020 CPUtime=10.76
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 82424 0 0 0 1035 41 0 0 16 0 13 0 1998426609 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=825020 CPUtime=145.87
/proc/18888/task/18893/stat : 18893 (java) R 18886 18888 14088 0 -1 64 299187 0 0 0 14459 128 0 0 19 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18894] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=825020 CPUtime=0.9
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2842 0 0 0 90 0 0 0 16 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=825020 CPUtime=1.37
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 134 3 0 0 16 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18899] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18901] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18901/stat : 18901 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1998444983 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 825020

[startup+193.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18901
/proc/meminfo: memFree=974920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=825020 CPUtime=205.56
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 484188 0 1 0 20338 218 0 0 18 0 13 0 1998426606 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 206255 175742 1390 9 0 203617 0
[pid=18888/tid=18890] ppid=18886 vsize=825020 CPUtime=34.29
/proc/18888/task/18890/stat : 18890 (java) S 18886 18888 14088 0 -1 64 29920 0 1 0 3413 16 0 0 17 0 13 0 1998426608 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18891] ppid=18886 vsize=825020 CPUtime=10.69
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 61634 0 0 0 1043 26 0 0 17 0 13 0 1998426609 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18892] ppid=18886 vsize=825020 CPUtime=10.76
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 82424 0 0 0 1035 41 0 0 16 0 13 0 1998426609 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=825020 CPUtime=147.47
/proc/18888/task/18893/stat : 18893 (java) R 18886 18888 14088 0 -1 64 299187 0 0 0 14619 128 0 0 24 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 106122423 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18894] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=825020 CPUtime=0.9
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2842 0 0 0 90 0 0 0 16 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=825020 CPUtime=1.37
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 134 3 0 0 16 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18899] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18901] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18901/stat : 18901 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1998444983 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.56
Current children cumulated vsize (KiB) 825020

[startup+195.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18901
/proc/meminfo: memFree=974920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=825020 CPUtime=207.16
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 484188 0 1 0 20498 218 0 0 18 0 13 0 1998426606 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 206255 175742 1390 9 0 203617 0
[pid=18888/tid=18890] ppid=18886 vsize=825020 CPUtime=34.29
/proc/18888/task/18890/stat : 18890 (java) S 18886 18888 14088 0 -1 64 29920 0 1 0 3413 16 0 0 17 0 13 0 1998426608 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18891] ppid=18886 vsize=825020 CPUtime=10.69
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 61634 0 0 0 1043 26 0 0 17 0 13 0 1998426609 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18892] ppid=18886 vsize=825020 CPUtime=10.76
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 82424 0 0 0 1035 41 0 0 16 0 13 0 1998426609 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=825020 CPUtime=149.07
/proc/18888/task/18893/stat : 18893 (java) R 18886 18888 14088 0 -1 64 299187 0 0 0 14779 128 0 0 25 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 106123719 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18894] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1998426611 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=825020 CPUtime=0.9
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2842 0 0 0 90 0 0 0 16 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=825020 CPUtime=1.37
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 134 3 0 0 16 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18899] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1998426615 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18901] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18901/stat : 18901 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1998444983 844820480 175742 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.16
Current children cumulated vsize (KiB) 825020

[startup+195.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18901
/proc/meminfo: memFree=974920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=825020 CPUtime=207.56
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 484189 0 1 0 20538 218 0 0 18 0 12 0 1998426606 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 206255 175743 1391 9 0 203617 0
[pid=18888/tid=18890] ppid=18886 vsize=825020 CPUtime=34.29
/proc/18888/task/18890/stat : 18890 (java) S 18886 18888 14088 0 -1 64 29920 0 1 0 3413 16 0 0 16 0 12 0 1998426608 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18891] ppid=18886 vsize=825020 CPUtime=10.69
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 61634 0 0 0 1043 26 0 0 17 0 12 0 1998426609 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18892] ppid=18886 vsize=825020 CPUtime=10.76
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 82424 0 0 0 1035 41 0 0 16 0 12 0 1998426609 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=825020 CPUtime=149.47
/proc/18888/task/18893/stat : 18893 (java) R 18886 18888 14088 0 -1 64 299187 0 0 0 14819 128 0 0 17 0 12 0 1998426611 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18894] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998426611 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1998426611 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=825020 CPUtime=0.9
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2842 0 0 0 90 0 0 0 16 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=825020 CPUtime=1.37
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 134 3 0 0 16 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18899] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.56
Current children cumulated vsize (KiB) 825020

[startup+195.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18901
/proc/meminfo: memFree=974920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=825020 CPUtime=207.76
/proc/18888/stat : 18888 (java) S 18886 18888 14088 0 -1 0 484190 0 1 0 20558 218 0 0 18 0 12 0 1998426606 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 206255 175743 1391 9 0 203617 0
[pid=18888/tid=18890] ppid=18886 vsize=825020 CPUtime=34.29
/proc/18888/task/18890/stat : 18890 (java) S 18886 18888 14088 0 -1 64 29921 0 1 0 3413 16 0 0 16 0 12 0 1998426608 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18891] ppid=18886 vsize=825020 CPUtime=10.69
/proc/18888/task/18891/stat : 18891 (java) S 18886 18888 14088 0 -1 64 61634 0 0 0 1043 26 0 0 17 0 12 0 1998426609 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18892] ppid=18886 vsize=825020 CPUtime=10.76
/proc/18888/task/18892/stat : 18892 (java) S 18886 18888 14088 0 -1 64 82424 0 0 0 1035 41 0 0 16 0 12 0 1998426609 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18893] ppid=18886 vsize=825020 CPUtime=149.67
/proc/18888/task/18893/stat : 18893 (java) S 18886 18888 14088 0 -1 64 299187 0 0 0 14839 128 0 0 17 0 12 0 1998426611 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18894] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18894/stat : 18894 (java) S 18886 18888 14088 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998426611 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18895] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18895/stat : 18895 (java) S 18886 18888 14088 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1998426611 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18888/tid=18896] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18896/stat : 18896 (java) S 18886 18888 14088 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18897] ppid=18886 vsize=825020 CPUtime=0.9
/proc/18888/task/18897/stat : 18897 (java) S 18886 18888 14088 0 -1 64 2842 0 0 0 90 0 0 0 16 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18898] ppid=18886 vsize=825020 CPUtime=1.37
/proc/18888/task/18898/stat : 18898 (java) S 18886 18888 14088 0 -1 64 7414 0 0 0 134 3 0 0 16 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18899] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18899/stat : 18899 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18888/tid=18900] ppid=18886 vsize=825020 CPUtime=0
/proc/18888/task/18900/stat : 18900 (java) S 18886 18888 14088 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1998426615 844820480 175743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 207.76
Current children cumulated vsize (KiB) 825020

[startup+195.807 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18901
/proc/meminfo: memFree=974920/2055920 swapFree=4180256/4192956
[pid=18888] ppid=18886 vsize=0 CPUtime=207.84
/proc/18888/stat : 18888 (java) Z 18886 18888 14088 0 -1 12 484194 0 1 0 20558 226 0 0 16 0 2 0 1998426606 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18888/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 207.84
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 195.829
CPU time (s): 207.878
CPU user time (s): 205.587
CPU system time (s): 2.29165
CPU usage (%): 106.153
Max. virtual memory (cumulated for all children) (KiB): 920704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.587
system time used= 2.29165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484194
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5296
involuntary context switches= 4388

runsolver used 0.200969 second user time and 0.526919 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-04 20:02:04
IDJOB=1077747
IDBENCH=56708
IDSOLVER=344
FILE ID=node22/1077747-1215194524
PBS_JOBID= 7881512
Free space on /tmp= 66464 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-3-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077747-1215194524/watcher-1077747-1215194524 -o /tmp/evaluation-result-1077747-1215194524/solver-1077747-1215194524 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077747-1215194524.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 502e8fd02fd7f6c0b17a69b6739e9cc7
RANDOM SEED=1468091726

node22.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.267
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.267
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:       1675400 kB
Buffers:         57444 kB
Cached:         256136 kB
SwapCached:       6564 kB
Active:         161652 kB
Inactive:       160432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675400 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            1108 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            44524 kB
Committed_AS:  3323400 kB
PageTables:       1368 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= 66464 MiB
End job on node22 at 2008-07-04 20:05:20