Trace number 1068868

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? 74.4847 73.6784

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg6-8_ext.xml
MD5SUMf09c9c69a0c23ac505219acc227a0e89
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1256.66
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints14
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.38	c See www.sat4j.org for details.
0.23/0.38	c That software uses the Rhino library from the Mozilla project.
0.32/0.43	c version 9.9.9.token
0.32/0.43	c sun.arch.data.model	32
0.32/0.43	c java.version	1.6.0_06
0.32/0.43	c os.name	Linux
0.32/0.43	c os.version	2.6.9-22.EL.rootsmp
0.32/0.43	c os.arch	i386
0.32/0.43	c Free memory 669864272
0.32/0.43	c Max memory 672137216
0.32/0.43	c Total memory 672137216
0.32/0.43	c Number of processors 2
0.32/0.48	c c --- Begin Solver configuration ---
0.32/0.48	c Stops conflict analysis at the first Unique Implication Point
0.32/0.48	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.48	c Learn all clauses as in MiniSAT
0.32/0.48	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.48	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.48	c Expensive reason simplification
0.32/0.48	c MiniSAT restarts strategy
0.32/0.48	c timeout=2147483s
0.32/0.48	c DB Simplification allowed=false
0.32/0.48	c --- End Solver configuration ---
0.32/0.48	c solving HOME/instance-1068868-1215157391.xml
0.32/0.48	c reading problem ... 
0.61/0.76	c reading problem named null
0.61/0.76	c reading domains done.
0.61/0.76	c reading variables done.
0.71/0.82	c reading relations done.
2.20/2.34	c reading constraints
74.32/73.55	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
74.32/73.55		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
74.32/73.55		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
74.32/73.55		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
74.32/73.55		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
74.32/73.55		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
74.32/73.55		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.32/73.55		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.32/73.55		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.32/73.55		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.32/73.55		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.32/73.55		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
74.32/73.55		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
74.32/73.55		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
74.32/73.55		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
74.32/73.55		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
74.32/73.55		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
74.32/73.55		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
74.32/73.55		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
74.32/73.55		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
74.32/73.55		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
74.32/73.55		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
74.32/73.55		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
74.32/73.55	c starts		: 0
74.32/73.55	c conflicts		: 0
74.32/73.55	c decisions		: 0
74.32/73.55	c propagations		: 0
74.32/73.55	c inspects		: 0
74.32/73.55	c learnt literals	: 0
74.32/73.55	c learnt binary clauses	: 0
74.32/73.55	c learnt ternary clauses	: 0
74.32/73.55	c learnt clauses	: 0
74.32/73.55	c ignored clauses	: 0
74.32/73.55	c root simplifications	: 0
74.32/73.55	c removed literals (reason simplification)	: 0
74.32/73.55	c reason swapping (by a shorter reason)	: 0
74.32/73.55	c Calls to reduceDB	: 0
74.32/73.55	c speed (assignments/second)	: 0.0
74.32/73.55	c non guided choices	0
74.32/73.55	s UNKNOWN
74.32/73.55	c Total wall clock time (in seconds) : 73.07

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-1068868-1215157391/watcher-1068868-1215157391 -o /tmp/evaluation-result-1068868-1215157391/solver-1068868-1215157391 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068868-1215157391.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.00 1.99 1.98 4/80 32156
/proc/meminfo: memFree=1818416/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=1804 CPUtime=0
/proc/32156/stat : 32156 (java6) D 32154 32156 30452 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1994708797 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/32156/statm: 451 155 111 9 0 93 0

[startup+0.0770409 s]
/proc/loadavg: 2.00 1.99 1.98 4/80 32156
/proc/meminfo: memFree=1818416/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=798160 CPUtime=0.02
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 1630 0 30 0 0 2 0 0 18 0 3 0 1994708797 817315840 1400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 199540 1400 403 9 0 197318 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 798160

[startup+0.101172 s]
/proc/loadavg: 2.00 1.99 1.98 4/80 32156
/proc/meminfo: memFree=1818416/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=802080 CPUtime=0.04
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 2505 0 30 0 1 3 0 0 18 0 7 0 1994708797 821329920 2271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 200520 2271 962 9 0 197903 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802080

[startup+0.301198 s]
/proc/loadavg: 2.00 1.99 1.98 4/80 32156
/proc/meminfo: memFree=1818416/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=808276 CPUtime=0.23
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 4617 0 30 0 20 3 0 0 18 0 12 0 1994708797 827674624 3973 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 202069 3973 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808276

[startup+0.701246 s]
/proc/loadavg: 2.00 1.99 1.98 4/80 32156
/proc/meminfo: memFree=1818416/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=808304 CPUtime=0.61
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 6151 0 30 0 56 5 0 0 18 0 12 0 1994708797 827703296 5308 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 202076 5308 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 808304

[startup+1.50234 s]
/proc/loadavg: 2.00 1.99 1.98 3/92 32168
/proc/meminfo: memFree=1785360/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=808304 CPUtime=1.4
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 9961 0 30 0 133 7 0 0 18 0 12 0 1994708797 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 202076 8999 1346 9 0 199438 0
[pid=32156/tid=32158] ppid=32154 vsize=808304 CPUtime=0.69
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 30452 0 -1 64 7265 0 1 0 64 5 0 0 18 0 12 0 1994708804 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4109318592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1994708805 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1994708805 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32161] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1994708807 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1994708807 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1994708807 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=808304 CPUtime=0.36
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 533 0 0 0 36 0 0 0 16 0 12 0 1994708812 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=808304 CPUtime=0.32
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 1428 0 0 0 32 0 0 0 16 0 12 0 1994708812 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=808304 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 827703296 8999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 808304

[startup+3.10253 s]
/proc/loadavg: 2.08 2.00 1.98 3/92 32168
/proc/meminfo: memFree=1751248/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=809552 CPUtime=2.99
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 22883 0 30 0 286 13 0 0 18 0 12 0 1994708797 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 202388 20896 1361 9 0 199750 0
[pid=32156/tid=32158] ppid=32154 vsize=809552 CPUtime=1.59
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 30452 0 -1 64 16973 0 1 0 149 10 0 0 25 0 12 0 1994708804 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4109751225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=809552 CPUtime=0.02
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 551 0 0 0 2 0 0 0 17 0 12 0 1994708805 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=809552 CPUtime=0
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 1265 0 0 0 0 0 0 0 17 0 12 0 1994708805 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32161] ppid=32154 vsize=809552 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 30452 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1994708807 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=809552 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=809552 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=809552 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=809552 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=809552 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=809552 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=809552 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 828981248 20896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 809552

[startup+6.30191 s]
/proc/loadavg: 2.08 2.00 1.98 4/92 32168
/proc/meminfo: memFree=1607248/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=819576 CPUtime=6.75
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 69276 0 30 0 640 35 0 0 18 0 12 0 1994708797 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 204894 62530 1361 9 0 202256 0
[pid=32156/tid=32158] ppid=32154 vsize=819576 CPUtime=3.17
/proc/32156/task/32158/stat : 32158 (java) R 32154 32156 30452 0 -1 64 16979 0 1 0 307 10 0 0 19 0 12 0 1994708804 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32159] ppid=32154 vsize=819576 CPUtime=0.99
/proc/32156/task/32159/stat : 32159 (java) R 32154 32156 30452 0 -1 64 21073 0 0 0 89 10 0 0 16 0 12 0 1994708805 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32160] ppid=32154 vsize=819576 CPUtime=1.2
/proc/32156/task/32160/stat : 32160 (java) R 32154 32156 30452 0 -1 64 27103 0 0 0 109 11 0 0 16 0 12 0 1994708805 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 105852852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32161] ppid=32154 vsize=819576 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 30452 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1994708807 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32162] ppid=32154 vsize=819576 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=819576 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=819576 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=819576 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=819576 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=819576 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=819576 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 839245824 62530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 819576

[startup+12.7027 s]
/proc/loadavg: 2.29 2.05 2.00 4/92 32168
/proc/meminfo: memFree=1313040/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=824696 CPUtime=13.55
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 142874 0 30 0 1285 70 0 0 18 0 12 0 1994708797 844488704 133283 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 206174 133286 1361 9 0 203536 0
[pid=32156/tid=32158] ppid=32154 vsize=824696 CPUtime=5.54
/proc/32156/task/32158/stat : 32158 (java) S 32154 32156 30452 0 -1 64 29278 0 1 0 539 15 0 0 17 0 12 0 1994708804 844488704 133287 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=824696 CPUtime=1.51
/proc/32156/task/32159/stat : 32159 (java) R 32154 32156 30452 0 -1 64 28207 0 0 0 137 14 0 0 21 0 12 0 1994708805 844488704 133290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=824696 CPUtime=5.11
/proc/32156/task/32160/stat : 32160 (java) R 32154 32156 30452 0 -1 64 81278 0 0 0 475 36 0 0 18 0 12 0 1994708805 844488704 133292 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32161/stat : 32161 (java) S 32154 32156 30452 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1994708807 844488704 133294 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 844488704 133297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 844488704 133299 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 844488704 133302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=824696 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 844488704 133304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=824696 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 844488704 133306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 844488704 133309 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 844488704 133311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 824696

[startup+25.5022 s]
/proc/loadavg: 2.25 2.05 2.00 3/92 32168
/proc/meminfo: memFree=1081168/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=856700 CPUtime=26.34
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 218073 0 30 0 2533 101 0 0 18 0 12 0 1994708797 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 214175 183459 1365 9 0 211537 0
[pid=32156/tid=32158] ppid=32154 vsize=856700 CPUtime=7.16
/proc/32156/task/32158/stat : 32158 (java) S 32154 32156 30452 0 -1 64 45312 0 1 0 694 22 0 0 17 0 12 0 1994708804 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=856700 CPUtime=1.51
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 28207 0 0 0 137 14 0 0 21 0 12 0 1994708805 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=856700 CPUtime=6.74
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 106382 0 0 0 627 47 0 0 16 0 12 0 1994708805 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=856700 CPUtime=9.54
/proc/32156/task/32161/stat : 32161 (java) R 32154 32156 30452 0 -1 64 34108 0 0 0 941 13 0 0 25 0 12 0 1994708807 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=856700 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32163] ppid=32154 vsize=856700 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=856700 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32156/tid=32167] ppid=32154 vsize=856700 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=856700 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 877260800 183459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.72
Current children cumulated vsize (KiB) 856700

[startup+70.3025 s]
/proc/loadavg: 2.12 2.04 2.00 3/92 32170
/proc/meminfo: memFree=1110928/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=824696 CPUtime=71.12
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 380909 0 30 0 6939 173 0 0 18 0 12 0 1994708797 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 206174 175459 1366 9 0 203536 0
[pid=32156/tid=32158] ppid=32154 vsize=824696 CPUtime=7.47
/proc/32156/task/32158/stat : 32158 (java) S 32154 32156 30452 0 -1 64 45324 0 1 0 725 22 0 0 17 0 12 0 1994708804 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=824696 CPUtime=1.51
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 28207 0 0 0 137 14 0 0 21 0 12 0 1994708805 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=824696 CPUtime=6.74
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 106382 0 0 0 627 47 0 0 16 0 12 0 1994708805 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=824696 CPUtime=54.01
/proc/32156/task/32161/stat : 32161 (java) R 32154 32156 30452 0 -1 64 196932 0 0 0 5315 86 0 0 25 0 12 0 1994708807 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 103588580 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32163] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=824696 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=824696 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=824696 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 844488704 175459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.12
Current children cumulated vsize (KiB) 824696

[startup+71.9027 s]
/proc/loadavg: 2.11 2.04 2.00 3/92 32170
/proc/meminfo: memFree=1110928/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=826700 CPUtime=72.72
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 381661 0 30 0 7098 174 0 0 18 0 12 0 1994708797 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 206675 175960 1366 9 0 204037 0
[pid=32156/tid=32158] ppid=32154 vsize=826700 CPUtime=7.47
/proc/32156/task/32158/stat : 32158 (java) S 32154 32156 30452 0 -1 64 45324 0 1 0 725 22 0 0 17 0 12 0 1994708804 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=826700 CPUtime=1.51
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 28207 0 0 0 137 14 0 0 21 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=826700 CPUtime=6.74
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 106382 0 0 0 627 47 0 0 16 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=826700 CPUtime=55.61
/proc/32156/task/32161/stat : 32161 (java) R 32154 32156 30452 0 -1 64 197684 0 0 0 5475 86 0 0 25 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32163] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=826700 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=826700 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.72
Current children cumulated vsize (KiB) 826700

[startup+72.7028 s]
/proc/loadavg: 2.11 2.04 2.00 3/92 32170
/proc/meminfo: memFree=1110928/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=826700 CPUtime=73.52
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 381661 0 30 0 7178 174 0 0 18 0 12 0 1994708797 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 206675 175960 1366 9 0 204037 0
[pid=32156/tid=32158] ppid=32154 vsize=826700 CPUtime=7.47
/proc/32156/task/32158/stat : 32158 (java) S 32154 32156 30452 0 -1 64 45324 0 1 0 725 22 0 0 17 0 12 0 1994708804 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=826700 CPUtime=1.51
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 28207 0 0 0 137 14 0 0 21 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=826700 CPUtime=6.74
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 106382 0 0 0 627 47 0 0 16 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=826700 CPUtime=56.41
/proc/32156/task/32161/stat : 32161 (java) R 32154 32156 30452 0 -1 64 197684 0 0 0 5555 86 0 0 25 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32163] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=826700 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=826700 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.52
Current children cumulated vsize (KiB) 826700

[startup+73.1028 s]
/proc/loadavg: 2.11 2.04 2.00 3/92 32170
/proc/meminfo: memFree=1110928/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=826700 CPUtime=73.92
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 381661 0 30 0 7218 174 0 0 18 0 12 0 1994708797 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 206675 175960 1366 9 0 204037 0
[pid=32156/tid=32158] ppid=32154 vsize=826700 CPUtime=7.47
/proc/32156/task/32158/stat : 32158 (java) S 32154 32156 30452 0 -1 64 45324 0 1 0 725 22 0 0 17 0 12 0 1994708804 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=826700 CPUtime=1.51
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 28207 0 0 0 137 14 0 0 21 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=826700 CPUtime=6.74
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 106382 0 0 0 627 47 0 0 16 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=826700 CPUtime=56.81
/proc/32156/task/32161/stat : 32161 (java) R 32154 32156 30452 0 -1 64 197684 0 0 0 5595 86 0 0 25 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32163] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=826700 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=826700 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.92
Current children cumulated vsize (KiB) 826700

[startup+73.5029 s]
/proc/loadavg: 2.11 2.04 2.00 3/92 32170
/proc/meminfo: memFree=1110928/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=826700 CPUtime=74.32
/proc/32156/stat : 32156 (java) S 32154 32156 30452 0 -1 0 381661 0 30 0 7258 174 0 0 18 0 12 0 1994708797 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32156/statm: 206675 175960 1366 9 0 204037 0
[pid=32156/tid=32158] ppid=32154 vsize=826700 CPUtime=7.47
/proc/32156/task/32158/stat : 32158 (java) S 32154 32156 30452 0 -1 64 45324 0 1 0 725 22 0 0 17 0 12 0 1994708804 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32159] ppid=32154 vsize=826700 CPUtime=1.51
/proc/32156/task/32159/stat : 32159 (java) S 32154 32156 30452 0 -1 64 28207 0 0 0 137 14 0 0 21 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32160] ppid=32154 vsize=826700 CPUtime=6.74
/proc/32156/task/32160/stat : 32160 (java) S 32154 32156 30452 0 -1 64 106382 0 0 0 627 47 0 0 16 0 12 0 1994708805 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32161] ppid=32154 vsize=826700 CPUtime=57.21
/proc/32156/task/32161/stat : 32161 (java) R 32154 32156 30452 0 -1 64 197684 0 0 0 5635 86 0 0 25 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32162] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32162/stat : 32162 (java) S 32154 32156 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32156/tid=32163] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32163/stat : 32163 (java) S 32154 32156 30452 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1994708807 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32164] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32164/stat : 32164 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32165] ppid=32154 vsize=826700 CPUtime=0.6
/proc/32156/task/32165/stat : 32165 (java) S 32154 32156 30452 0 -1 64 753 0 0 0 60 0 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32166] ppid=32154 vsize=826700 CPUtime=0.73
/proc/32156/task/32166/stat : 32166 (java) S 32154 32156 30452 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32167] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32167/stat : 32167 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32156/tid=32168] ppid=32154 vsize=826700 CPUtime=0
/proc/32156/task/32168/stat : 32168 (java) S 32154 32156 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1994708812 846540800 175960 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.32
Current children cumulated vsize (KiB) 826700

[startup+73.6029 s]
/proc/loadavg: 2.11 2.04 2.00 3/82 32171
/proc/meminfo: memFree=1295480/2055920 swapFree=4179828/4192956
[pid=32156] ppid=32154 vsize=0 CPUtime=74.4
/proc/32156/stat : 32156 (java) Z 32154 32156 30452 0 -1 12 381675 0 30 0 7263 177 0 0 16 0 2 0 1994708797 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32156/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 74.4
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 73.6784
CPU time (s): 74.4847
CPU user time (s): 72.64
CPU system time (s): 1.84472
CPU usage (%): 101.094
Max. virtual memory (cumulated for all children) (KiB): 872704

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

runsolver used 0.105983 second user time and 0.254961 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-04 09:43:11
IDJOB=1068868
IDBENCH=55549
IDSOLVER=344
FILE ID=node66/1068868-1215157391
PBS_JOBID= 7877405
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg6-8_ext.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-1068868-1215157391/watcher-1068868-1215157391 -o /tmp/evaluation-result-1068868-1215157391/solver-1068868-1215157391 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068868-1215157391.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f09c9c69a0c23ac505219acc227a0e89
RANDOM SEED=1930194973

node66.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.213
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.213
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:       1818896 kB
Buffers:         18220 kB
Cached:          99540 kB
SwapCached:       6748 kB
Active:         155144 kB
Inactive:        29288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818896 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:          83080 kB
Slab:            37700 kB
Committed_AS:  4816864 kB
PageTables:       1968 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= 66548 MiB
End job on node66 at 2008-07-04 09:44:25