Trace number 1042188

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? 202.725 197.826

General information on the benchmark

Namecsp/allsquares/
normalized-squares-36-36.xml
MD5SUM191789448d36808dd71b4998bbbde126
Bench CategoryGLOBAL (global constraints)
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 variables2592
Number of constraints3153
Maximum constraint arity36
Maximum domain size128
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2521
Global constraints used (with number of constraints)cumulative(2),weightedsum(630)

Solver Data (download as text)

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

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-1042188-1215002739/watcher-1042188-1215002739 -o /tmp/evaluation-result-1042188-1215002739/solver-1042188-1215002739 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042188-1215002739.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: 2.08 2.02 2.01 4/80 9046
/proc/meminfo: memFree=1857944/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=1804 CPUtime=0
/proc/9046/stat : 9046 (java6) D 9044 9046 4674 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1979246885 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9046/statm: 451 155 111 9 0 93 0

[startup+0.0142241 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 9046
/proc/meminfo: memFree=1857944/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=13452 CPUtime=0
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 824 0 0 0 0 0 0 0 18 0 2 0 1979246885 13774848 599 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 3385 604 269 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13452

[startup+0.102234 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 9046
/proc/meminfo: memFree=1857944/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=804756 CPUtime=0.09
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 3166 0 1 0 7 2 0 0 18 0 12 0 1979246885 824070144 2897 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 201189 2897 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30225 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 9046
/proc/meminfo: memFree=1857944/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=808784 CPUtime=0.28
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 4981 0 1 0 26 2 0 0 18 0 12 0 1979246885 828194816 4310 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 202196 4310 1309 9 0 199565 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808784

[startup+0.702301 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 9046
/proc/meminfo: memFree=1857944/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=808812 CPUtime=0.69
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 6340 0 1 0 65 4 0 0 18 0 12 0 1979246885 828223488 5489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 202203 5489 1336 9 0 199565 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808812

[startup+1.50136 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 9058
/proc/meminfo: memFree=1840696/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=810228 CPUtime=1.48
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 8710 0 1 0 143 5 0 0 18 0 12 0 1979246885 829673472 6595 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 202557 6595 1350 9 0 199919 0
[pid=9046/tid=9048] ppid=9044 vsize=810228 CPUtime=0.76
/proc/9046/task/9048/stat : 9048 (java) R 9044 9046 4674 0 -1 64 4607 0 1 0 73 3 0 0 25 0 12 0 1979246886 829673472 6595 996147200 134512640 134550740 4294956032 18446744073709551615 4109626399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1979246887 829673472 6596 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1979246887 829673472 6596 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9051/stat : 9051 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1979246889 829673472 6596 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1979246889 829673472 6596 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9053] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1979246889 829673472 6597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 829673472 6597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=810228 CPUtime=0.28
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1256 0 0 0 28 0 0 0 16 0 12 0 1979246893 829673472 6597 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=810228 CPUtime=0.4
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 2081 0 0 0 40 0 0 0 16 0 12 0 1979246893 829673472 6598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 829673472 6598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=810228 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 829673472 6598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810228

[startup+3.1015 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 9058
/proc/meminfo: memFree=1830328/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=811576 CPUtime=3.09
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 21004 0 1 0 297 12 0 0 18 0 12 0 1979246885 831053824 17861 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 202894 17861 1388 9 0 200256 0
[pid=9046/tid=9048] ppid=9044 vsize=811576 CPUtime=1.82
/proc/9046/task/9048/stat : 9048 (java) R 9044 9046 4674 0 -1 64 15608 0 1 0 173 9 0 0 25 0 12 0 1979246886 831053824 17862 996147200 134512640 134550740 4294956032 18446744073709551615 4109860884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1979246887 831053824 17862 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1979246887 831053824 17864 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9051/stat : 9051 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1979246889 831053824 17865 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1979246889 831053824 17866 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9053] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1979246889 831053824 17866 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 831053824 17867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=811576 CPUtime=0.49
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1303 0 0 0 49 0 0 0 16 0 12 0 1979246893 831053824 17867 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=811576 CPUtime=0.73
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3328 0 0 0 73 0 0 0 16 0 12 0 1979246893 831053824 17868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 831053824 17869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=811576 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 831053824 17869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811576

[startup+6.30278 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 9058
/proc/meminfo: memFree=1733880/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=816544 CPUtime=6.58
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 37511 0 1 0 640 18 0 0 18 0 12 0 1979246885 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 204136 32517 1393 9 0 201498 0
[pid=9046/tid=9048] ppid=9044 vsize=816544 CPUtime=4.27
/proc/9046/task/9048/stat : 9048 (java) R 9044 9046 4674 0 -1 64 17535 0 1 0 418 9 0 0 25 0 12 0 1979246886 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=816544 CPUtime=0.51
/proc/9046/task/9049/stat : 9049 (java) R 9044 9046 4674 0 -1 64 7155 0 0 0 49 2 0 0 17 0 12 0 1979246887 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 106160308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=816544 CPUtime=0.5
/proc/9046/task/9050/stat : 9050 (java) R 9044 9046 4674 0 -1 64 7397 0 0 0 48 2 0 0 17 0 12 0 1979246887 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 106160308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=816544 CPUtime=0
/proc/9046/task/9051/stat : 9051 (java) S 9044 9046 4674 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1979246889 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=816544 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9053] ppid=9044 vsize=816544 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=816544 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=816544 CPUtime=0.49
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1303 0 0 0 49 0 0 0 16 0 12 0 1979246893 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=816544 CPUtime=0.73
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3328 0 0 0 73 0 0 0 16 0 12 0 1979246893 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=816544 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=816544 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 836141056 32517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 816544

[startup+12.707 s]
/proc/loadavg: 2.13 2.03 2.01 3/92 9058
/proc/meminfo: memFree=1660864/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=821220 CPUtime=13.27
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 58073 0 1 0 1301 26 0 0 18 0 12 0 1979246885 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 205305 51572 1393 9 0 202667 0
[pid=9046/tid=9048] ppid=9044 vsize=821220 CPUtime=8.36
/proc/9046/task/9048/stat : 9048 (java) R 9044 9046 4674 0 -1 64 17545 0 1 0 827 9 0 0 25 0 12 0 1979246886 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9049] ppid=9044 vsize=821220 CPUtime=1.78
/proc/9046/task/9049/stat : 9049 (java) R 9044 9046 4674 0 -1 64 18445 0 0 0 171 7 0 0 16 0 12 0 1979246887 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 103075271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9050] ppid=9044 vsize=821220 CPUtime=1.82
/proc/9046/task/9050/stat : 9050 (java) R 9044 9046 4674 0 -1 64 16659 0 0 0 177 5 0 0 16 0 12 0 1979246887 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9051] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9051/stat : 9051 (java) R 9044 9046 4674 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9052] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9053] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=821220 CPUtime=0.5
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1303 0 0 0 50 0 0 0 16 0 12 0 1979246893 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=821220 CPUtime=0.73
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3328 0 0 0 73 0 0 0 16 0 12 0 1979246893 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 840929280 51572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 821220

[startup+25.5025 s]
/proc/loadavg: 2.26 2.06 2.02 3/94 9109
/proc/meminfo: memFree=1494576/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=821284 CPUtime=26.67
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 97908 0 1 0 2626 41 0 0 18 0 12 0 1979246885 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 205321 90652 1393 9 0 202683 0
[pid=9046/tid=9048] ppid=9044 vsize=821284 CPUtime=17.51
/proc/9046/task/9048/stat : 9048 (java) R 9044 9046 4674 0 -1 64 23711 0 1 0 1738 13 0 0 25 0 12 0 1979246886 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4109742129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=821284 CPUtime=3.73
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 31171 0 0 0 361 12 0 0 17 0 12 0 1979246887 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=821284 CPUtime=3.95
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 37092 0 0 0 383 12 0 0 16 0 12 0 1979246887 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=821284 CPUtime=0.01
/proc/9046/task/9051/stat : 9051 (java) S 9044 9046 4674 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1979246889 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=821284 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9053] ppid=9044 vsize=821284 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=821284 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 840994816 90652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=9046/tid=9057] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.44
Current children cumulated vsize (KiB) 821220

[startup+191.902 s]
/proc/loadavg: 2.19 2.19 2.08 4/84 9148
/proc/meminfo: memFree=1207936/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=821220 CPUtime=196.84
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 310087 0 1 0 19529 155 0 0 18 0 12 0 1979246885 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 205305 174808 1397 9 0 202667 0
[pid=9046/tid=9048] ppid=9044 vsize=821220 CPUtime=49.93
/proc/9046/task/9048/stat : 9048 (java) S 9044 9046 4674 0 -1 64 36072 0 1 0 4971 22 0 0 17 0 12 0 1979246886 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=821220 CPUtime=11.25
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 69463 0 0 0 1095 30 0 0 16 0 12 0 1979246887 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=821220 CPUtime=11.7
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 66524 0 0 0 1142 28 0 0 16 0 12 0 1979246887 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=821220 CPUtime=122.15
/proc/9046/task/9051/stat : 9051 (java) R 9044 9046 4674 0 -1 64 132106 0 0 0 12144 71 0 0 25 0 12 0 1979246889 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9053] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=821220 CPUtime=0.84
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1826 0 0 0 84 0 0 0 17 0 12 0 1979246893 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=821220 CPUtime=0.9
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3333 0 0 0 90 0 0 0 16 0 12 0 1979246893 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 840929280 174808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.84
Current children cumulated vsize (KiB) 821220

[startup+195.102 s]
/proc/loadavg: 2.17 2.19 2.08 3/84 9148
/proc/meminfo: memFree=1207936/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=821220 CPUtime=200.04
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 310090 0 1 0 19849 155 0 0 18 0 12 0 1979246885 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 205305 174809 1397 9 0 202667 0
[pid=9046/tid=9048] ppid=9044 vsize=821220 CPUtime=49.93
/proc/9046/task/9048/stat : 9048 (java) S 9044 9046 4674 0 -1 64 36075 0 1 0 4971 22 0 0 16 0 12 0 1979246886 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=821220 CPUtime=11.25
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 69463 0 0 0 1095 30 0 0 16 0 12 0 1979246887 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=821220 CPUtime=11.7
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 66524 0 0 0 1142 28 0 0 16 0 12 0 1979246887 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=821220 CPUtime=125.35
/proc/9046/task/9051/stat : 9051 (java) R 9044 9046 4674 0 -1 64 132106 0 0 0 12464 71 0 0 25 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 106122363 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9053] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=821220 CPUtime=0.84
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1826 0 0 0 84 0 0 0 17 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=821220 CPUtime=0.9
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3333 0 0 0 90 0 0 0 16 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (KiB) 821220

[startup+196.703 s]
/proc/loadavg: 2.17 2.19 2.08 3/84 9148
/proc/meminfo: memFree=1207936/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=821220 CPUtime=201.64
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 310090 0 1 0 20009 155 0 0 18 0 12 0 1979246885 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 205305 174809 1397 9 0 202667 0
[pid=9046/tid=9048] ppid=9044 vsize=821220 CPUtime=49.93
/proc/9046/task/9048/stat : 9048 (java) S 9044 9046 4674 0 -1 64 36075 0 1 0 4971 22 0 0 16 0 12 0 1979246886 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=821220 CPUtime=11.25
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 69463 0 0 0 1095 30 0 0 16 0 12 0 1979246887 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=821220 CPUtime=11.7
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 66524 0 0 0 1142 28 0 0 16 0 12 0 1979246887 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=821220 CPUtime=126.95
/proc/9046/task/9051/stat : 9051 (java) R 9044 9046 4674 0 -1 64 132106 0 0 0 12624 71 0 0 25 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9053] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=821220 CPUtime=0.84
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1826 0 0 0 84 0 0 0 17 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=821220 CPUtime=0.9
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3333 0 0 0 90 0 0 0 16 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 201.64
Current children cumulated vsize (KiB) 821220

[startup+197.503 s]
/proc/loadavg: 2.16 2.19 2.08 3/84 9148
/proc/meminfo: memFree=1207936/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=821220 CPUtime=202.44
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 310090 0 1 0 20089 155 0 0 18 0 12 0 1979246885 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 205305 174809 1397 9 0 202667 0
[pid=9046/tid=9048] ppid=9044 vsize=821220 CPUtime=49.93
/proc/9046/task/9048/stat : 9048 (java) S 9044 9046 4674 0 -1 64 36075 0 1 0 4971 22 0 0 16 0 12 0 1979246886 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=821220 CPUtime=11.25
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 69463 0 0 0 1095 30 0 0 16 0 12 0 1979246887 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=821220 CPUtime=11.7
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 66524 0 0 0 1142 28 0 0 16 0 12 0 1979246887 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=821220 CPUtime=127.75
/proc/9046/task/9051/stat : 9051 (java) R 9044 9046 4674 0 -1 64 132106 0 0 0 12704 71 0 0 25 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9046/tid=9053] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=821220 CPUtime=0.84
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1826 0 0 0 84 0 0 0 17 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=821220 CPUtime=0.9
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3333 0 0 0 90 0 0 0 16 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=821220 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 840929280 174809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.44
Current children cumulated vsize (KiB) 821220

[startup+197.702 s]
/proc/loadavg: 2.16 2.19 2.08 3/84 9148
/proc/meminfo: memFree=1207936/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=821544 CPUtime=202.61
/proc/9046/stat : 9046 (java) S 9044 9046 4674 0 -1 0 310100 0 1 0 20105 156 0 0 18 0 12 0 1979246885 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9046/statm: 205386 174818 1398 9 0 202748 0
[pid=9046/tid=9048] ppid=9044 vsize=821544 CPUtime=49.93
/proc/9046/task/9048/stat : 9048 (java) S 9044 9046 4674 0 -1 64 36080 0 1 0 4971 22 0 0 17 0 12 0 1979246886 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9049] ppid=9044 vsize=821544 CPUtime=11.25
/proc/9046/task/9049/stat : 9049 (java) S 9044 9046 4674 0 -1 64 69463 0 0 0 1095 30 0 0 16 0 12 0 1979246887 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9050] ppid=9044 vsize=821544 CPUtime=11.7
/proc/9046/task/9050/stat : 9050 (java) S 9044 9046 4674 0 -1 64 66524 0 0 0 1142 28 0 0 16 0 12 0 1979246887 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9051] ppid=9044 vsize=821544 CPUtime=127.9
/proc/9046/task/9051/stat : 9051 (java) S 9044 9046 4674 0 -1 64 132106 0 0 0 12719 71 0 0 25 0 12 0 1979246889 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9052] ppid=9044 vsize=821544 CPUtime=0
/proc/9046/task/9052/stat : 9052 (java) S 9044 9046 4674 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1979246889 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9053] ppid=9044 vsize=821544 CPUtime=0
/proc/9046/task/9053/stat : 9053 (java) S 9044 9046 4674 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1979246889 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9054] ppid=9044 vsize=821544 CPUtime=0
/proc/9046/task/9054/stat : 9054 (java) S 9044 9046 4674 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1979246893 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9055] ppid=9044 vsize=821544 CPUtime=0.84
/proc/9046/task/9055/stat : 9055 (java) S 9044 9046 4674 0 -1 64 1826 0 0 0 84 0 0 0 17 0 12 0 1979246893 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9056] ppid=9044 vsize=821544 CPUtime=0.9
/proc/9046/task/9056/stat : 9056 (java) S 9044 9046 4674 0 -1 64 3333 0 0 0 90 0 0 0 16 0 12 0 1979246893 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9057] ppid=9044 vsize=821544 CPUtime=0
/proc/9046/task/9057/stat : 9057 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1979246893 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9046/tid=9058] ppid=9044 vsize=821544 CPUtime=0
/proc/9046/task/9058/stat : 9058 (java) S 9044 9046 4674 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1979246893 841261056 174818 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.61
Current children cumulated vsize (KiB) 821544

[startup+197.802 s]
/proc/loadavg: 2.16 2.19 2.08 3/84 9148
/proc/meminfo: memFree=1207936/2055920 swapFree=4180676/4192956
[pid=9046] ppid=9044 vsize=0 CPUtime=202.69
/proc/9046/stat : 9046 (java) Z 9044 9046 4674 0 -1 12 310103 0 1 0 20105 164 0 0 16 0 2 0 1979246885 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 202.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 197.826
CPU time (s): 202.725
CPU user time (s): 201.052
CPU system time (s): 1.67274
CPU usage (%): 102.477
Max. virtual memory (cumulated for all children) (KiB): 917228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.052
system time used= 1.67274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310103
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= 5550
involuntary context switches= 4755

runsolver used 0.272958 second user time and 0.662899 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-02 14:45:39
IDJOB=1042188
IDBENCH=53881
IDSOLVER=344
FILE ID=node41/1042188-1215002739
PBS_JOBID= 7870840
Free space on /tmp= 66192 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-36-36.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-1042188-1215002739/watcher-1042188-1215002739 -o /tmp/evaluation-result-1042188-1215002739/solver-1042188-1215002739 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1042188-1215002739.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 191789448d36808dd71b4998bbbde126
RANDOM SEED=1645596213

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1858424 kB
Buffers:          6796 kB
Cached:          61192 kB
SwapCached:       6608 kB
Active:         131768 kB
Inactive:        11812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858424 kB
SwapTotal:     4192956 kB
SwapFree:      4180676 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          88708 kB
Slab:            39056 kB
Committed_AS:  4209064 kB
PageTables:       1868 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= 66196 MiB
End job on node41 at 2008-07-02 14:48:57