Trace number 1073728

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? 96.4543 92.8481

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-24_ext.xml
MD5SUM0aa7168aea0418cd8fdedf9a6147e0cb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.691894
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints159
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension159
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1073728-1215177570/watcher-1073728-1215177570 -o /tmp/evaluation-result-1073728-1215177570/solver-1073728-1215177570 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1073728-1215177570.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.32 2.33 2.24 4/81 25278
/proc/meminfo: memFree=1664032/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=152 CPUtime=0
/proc/25278/stat : 25278 (java) R 25276 25278 22759 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 640680171 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 0 0 0
/proc/25278/statm: 38 26 19 9 0 4 0

[startup+0.0225341 s]
/proc/loadavg: 2.32 2.33 2.24 4/81 25278
/proc/meminfo: memFree=1664032/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=800592 CPUtime=0.01
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 1907 0 1 0 0 1 0 0 18 0 4 0 640680171 819806208 1645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 200148 1653 570 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.10254 s]
/proc/loadavg: 2.32 2.33 2.24 4/81 25278
/proc/meminfo: memFree=1664032/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=804756 CPUtime=0.09
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 3230 0 1 0 7 2 0 0 18 0 12 0 640680171 824070144 2962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 201189 2968 1223 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.302559 s]
/proc/loadavg: 2.32 2.33 2.24 4/81 25278
/proc/meminfo: memFree=1664032/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=808328 CPUtime=0.29
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 5068 0 1 0 26 3 0 0 18 0 12 0 640680171 827727872 4396 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 202082 4396 1307 9 0 199451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808328

[startup+0.702598 s]
/proc/loadavg: 2.32 2.33 2.24 4/81 25278
/proc/meminfo: memFree=1664032/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=808356 CPUtime=0.69
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 6390 0 1 0 64 5 0 0 18 0 12 0 640680171 827756544 5571 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 202089 5572 1335 9 0 199451 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808356

[startup+1.50168 s]
/proc/loadavg: 2.29 2.33 2.24 4/93 25290
/proc/meminfo: memFree=1644928/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=813480 CPUtime=1.48
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 11796 0 1 0 141 7 0 0 18 0 12 0 640680171 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 203370 9644 1351 9 0 200732 0
[pid=25278/tid=25280] ppid=25276 vsize=813480 CPUtime=0.73
/proc/25278/task/25280/stat : 25280 (java) R 25276 25278 22759 0 -1 64 6715 0 1 0 68 5 0 0 25 0 12 0 640680172 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25281] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 640680173 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25282] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 640680173 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25283] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25283/stat : 25283 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 640680174 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25284] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 640680175 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25285] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 640680175 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25286] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=813480 CPUtime=0.43
/proc/25278/task/25287/stat : 25287 (java) R 25276 25278 22759 0 -1 64 2953 0 0 0 43 0 0 0 16 0 12 0 640680179 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 105837340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25288] ppid=25276 vsize=813480 CPUtime=0.29
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1361 0 0 0 29 0 0 0 16 0 12 0 640680179 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 833003520 9644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 833003520 9644 996147200 134512640 134550740 4294956016 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) 813480

[startup+3.10183 s]
/proc/loadavg: 2.29 2.33 2.24 3/93 25290
/proc/meminfo: memFree=1584384/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=813480 CPUtime=3.08
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 27237 0 1 0 292 16 0 0 18 0 12 0 640680171 833003520 25081 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 203370 25081 1357 9 0 200732 0
[pid=25278/tid=25280] ppid=25276 vsize=813480 CPUtime=2.02
/proc/25278/task/25280/stat : 25280 (java) R 25276 25278 22759 0 -1 64 17005 0 1 0 192 10 0 0 25 0 12 0 640680172 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 105744498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25281] ppid=25276 vsize=813480 CPUtime=0.05
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 1935 0 0 0 5 0 0 0 16 0 12 0 640680173 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25282] ppid=25276 vsize=813480 CPUtime=0.08
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 3122 0 0 0 7 1 0 0 16 0 12 0 640680173 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25283] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25283/stat : 25283 (java) S 25276 25278 22759 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 640680174 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25284] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25285] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25286] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=813480 CPUtime=0.54
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 2967 0 0 0 54 0 0 0 16 0 12 0 640680179 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25288] ppid=25276 vsize=813480 CPUtime=0.31
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1361 0 0 0 31 0 0 0 16 0 12 0 640680179 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=813480 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 833003520 25082 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 813480

[startup+6.30214 s]
/proc/loadavg: 2.29 2.33 2.24 5/93 25290
/proc/meminfo: memFree=1500864/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=823664 CPUtime=6.51
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 58402 0 1 0 621 30 0 0 18 0 12 0 640680171 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 205916 52546 1361 9 0 203278 0
[pid=25278/tid=25280] ppid=25276 vsize=823664 CPUtime=3.59
/proc/25278/task/25280/stat : 25280 (java) R 25276 25278 22759 0 -1 64 17017 0 1 0 348 11 0 0 17 0 12 0 640680172 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4109786056 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25281] ppid=25276 vsize=823664 CPUtime=0.8
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 18101 0 0 0 73 7 0 0 17 0 12 0 640680173 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25282] ppid=25276 vsize=823664 CPUtime=0.86
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 17481 0 0 0 78 8 0 0 17 0 12 0 640680173 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25283] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25283/stat : 25283 (java) S 25276 25278 22759 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 640680174 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25284] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25285] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25286] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=823664 CPUtime=0.8
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 3586 0 0 0 79 1 0 0 16 0 12 0 640680179 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25288] ppid=25276 vsize=823664 CPUtime=0.4
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1369 0 0 0 40 0 0 0 16 0 12 0 640680179 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 843431936 52546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 823664

[startup+12.7016 s]
/proc/loadavg: 2.47 2.37 2.25 3/93 25290
/proc/meminfo: memFree=1235776/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=823664 CPUtime=14.33
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 117412 0 1 0 1377 56 0 0 18 0 12 0 640680171 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 205916 110001 1361 9 0 203278 0
[pid=25278/tid=25280] ppid=25276 vsize=823664 CPUtime=6.68
/proc/25278/task/25280/stat : 25280 (java) R 25276 25278 22759 0 -1 64 23173 0 1 0 654 14 0 0 19 0 12 0 640680172 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25281] ppid=25276 vsize=823664 CPUtime=3.16
/proc/25278/task/25281/stat : 25281 (java) R 25276 25278 22759 0 -1 64 46626 0 0 0 297 19 0 0 16 0 12 0 640680173 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 105852875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25282] ppid=25276 vsize=823664 CPUtime=3.23
/proc/25278/task/25282/stat : 25282 (java) R 25276 25278 22759 0 -1 64 41810 0 0 0 304 19 0 0 16 0 12 0 640680173 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 104146016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25283] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25283/stat : 25283 (java) S 25276 25278 22759 0 -1 64 84 0 0 0 0 0 0 0 16 0 12 0 640680174 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25284] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25285] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25286] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=823664 CPUtime=0.8
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 3586 0 0 0 79 1 0 0 16 0 12 0 640680179 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25288] ppid=25276 vsize=823664 CPUtime=0.4
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1369 0 0 0 40 0 0 0 16 0 12 0 640680179 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 843431936 110001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 823664

[startup+25.5028 s]
/proc/loadavg: 2.40 2.35 2.25 3/93 25290
/proc/meminfo: memFree=951744/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=823664 CPUtime=29.43
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 190977 0 1 0 2849 94 0 0 18 0 12 0 640680171 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 205916 173297 1365 9 0 203278 0
[pid=25278/tid=25280] ppid=25276 vsize=823664 CPUtime=10.08
/proc/25278/task/25280/stat : 25280 (java) R 25276 25278 22759 0 -1 64 25406 0 1 0 993 15 0 0 17 0 12 0 640680172 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4109747755 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25281] ppid=25276 vsize=823664 CPUtime=6.37
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 80119 0 0 0 598 39 0 0 17 0 12 0 640680173 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25282] ppid=25276 vsize=823664 CPUtime=6.42
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 72637 0 0 0 608 34 0 0 15 0 12 0 640680173 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25283] ppid=25276 vsize=823664 CPUtime=5.3
/proc/25278/task/25283/stat : 25283 (java) R 25276 25278 22759 0 -1 64 7096 0 0 0 528 2 0 0 20 0 12 0 640680174 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25284] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25285] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25286] ppid=25276 vsize=823664 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 843431936 173297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=25278/tid=25289] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 851628032 177209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.75
Current children cumulated vsize (KiB) 831668

[startup+89.5011 s]
/proc/loadavg: 2.20 2.31 2.24 3/93 25290
/proc/meminfo: memFree=943744/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=831668 CPUtime=93.13
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 280489 0 1 0 9178 135 0 0 18 0 12 0 640680171 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 207917 177210 1366 9 0 205279 0
[pid=25278/tid=25280] ppid=25276 vsize=831668 CPUtime=11.05
/proc/25278/task/25280/stat : 25280 (java) S 25276 25278 22759 0 -1 64 25432 0 1 0 1090 15 0 0 17 0 12 0 640680172 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25281] ppid=25276 vsize=831668 CPUtime=6.37
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 80119 0 0 0 598 39 0 0 17 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25282] ppid=25276 vsize=831668 CPUtime=6.42
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 72637 0 0 0 608 34 0 0 15 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25283] ppid=25276 vsize=831668 CPUtime=68.04
/proc/25278/task/25283/stat : 25283 (java) R 25276 25278 22759 0 -1 64 96582 0 0 0 6761 43 0 0 25 0 12 0 640680174 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 106496720 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25284] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25285] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25286] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=831668 CPUtime=0.8
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 3586 0 0 0 79 1 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25288] ppid=25276 vsize=831668 CPUtime=0.4
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1369 0 0 0 40 0 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.13
Current children cumulated vsize (KiB) 831668

[startup+91.1013 s]
/proc/loadavg: 2.20 2.31 2.24 3/93 25290
/proc/meminfo: memFree=943744/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=831668 CPUtime=94.71
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 283993 0 1 0 9335 136 0 0 18 0 12 0 640680171 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 207917 177210 1366 9 0 205279 0
[pid=25278/tid=25280] ppid=25276 vsize=831668 CPUtime=11.05
/proc/25278/task/25280/stat : 25280 (java) S 25276 25278 22759 0 -1 64 25433 0 1 0 1090 15 0 0 16 0 12 0 640680172 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25281] ppid=25276 vsize=831668 CPUtime=6.37
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 80119 0 0 0 598 39 0 0 17 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25282] ppid=25276 vsize=831668 CPUtime=6.42
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 72637 0 0 0 608 34 0 0 15 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25283] ppid=25276 vsize=831668 CPUtime=69.63
/proc/25278/task/25283/stat : 25283 (java) R 25276 25278 22759 0 -1 64 100085 0 0 0 6918 45 0 0 25 0 12 0 640680174 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 104136416 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25284] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25285] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25286] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=831668 CPUtime=0.8
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 3586 0 0 0 79 1 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25288] ppid=25276 vsize=831668 CPUtime=0.4
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1369 0 0 0 40 0 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.71
Current children cumulated vsize (KiB) 831668

[startup+91.9014 s]
/proc/loadavg: 2.18 2.30 2.24 3/93 25290
/proc/meminfo: memFree=943680/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=831668 CPUtime=95.51
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 283993 0 1 0 9415 136 0 0 18 0 12 0 640680171 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 207917 177210 1366 9 0 205279 0
[pid=25278/tid=25280] ppid=25276 vsize=831668 CPUtime=11.05
/proc/25278/task/25280/stat : 25280 (java) S 25276 25278 22759 0 -1 64 25433 0 1 0 1090 15 0 0 16 0 12 0 640680172 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25281] ppid=25276 vsize=831668 CPUtime=6.37
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 80119 0 0 0 598 39 0 0 17 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25282] ppid=25276 vsize=831668 CPUtime=6.42
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 72637 0 0 0 608 34 0 0 15 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25283] ppid=25276 vsize=831668 CPUtime=70.43
/proc/25278/task/25283/stat : 25283 (java) R 25276 25278 22759 0 -1 64 100085 0 0 0 6998 45 0 0 25 0 12 0 640680174 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25284] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25285] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25286] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=831668 CPUtime=0.8
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 3586 0 0 0 79 1 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25288] ppid=25276 vsize=831668 CPUtime=0.4
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1369 0 0 0 40 0 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.51
Current children cumulated vsize (KiB) 831668

[startup+92.3024 s]
/proc/loadavg: 2.18 2.30 2.24 3/93 25290
/proc/meminfo: memFree=943680/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=831668 CPUtime=95.91
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 283993 0 1 0 9455 136 0 0 18 0 12 0 640680171 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 207917 177210 1366 9 0 205279 0
[pid=25278/tid=25280] ppid=25276 vsize=831668 CPUtime=11.05
/proc/25278/task/25280/stat : 25280 (java) S 25276 25278 22759 0 -1 64 25433 0 1 0 1090 15 0 0 16 0 12 0 640680172 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25281] ppid=25276 vsize=831668 CPUtime=6.37
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 80119 0 0 0 598 39 0 0 17 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25282] ppid=25276 vsize=831668 CPUtime=6.42
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 72637 0 0 0 608 34 0 0 15 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25283] ppid=25276 vsize=831668 CPUtime=70.83
/proc/25278/task/25283/stat : 25283 (java) R 25276 25278 22759 0 -1 64 100085 0 0 0 7038 45 0 0 25 0 12 0 640680174 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 106123719 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25284] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25285] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25286] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=831668 CPUtime=0.8
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 3586 0 0 0 79 1 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25288] ppid=25276 vsize=831668 CPUtime=0.4
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1369 0 0 0 40 0 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.91
Current children cumulated vsize (KiB) 831668

[startup+92.7025 s]
/proc/loadavg: 2.18 2.30 2.24 3/93 25290
/proc/meminfo: memFree=943680/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=831668 CPUtime=96.31
/proc/25278/stat : 25278 (java) S 25276 25278 22759 0 -1 0 283993 0 1 0 9495 136 0 0 18 0 12 0 640680171 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25278/statm: 207917 177210 1366 9 0 205279 0
[pid=25278/tid=25280] ppid=25276 vsize=831668 CPUtime=11.05
/proc/25278/task/25280/stat : 25280 (java) S 25276 25278 22759 0 -1 64 25433 0 1 0 1090 15 0 0 16 0 12 0 640680172 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25281] ppid=25276 vsize=831668 CPUtime=6.37
/proc/25278/task/25281/stat : 25281 (java) S 25276 25278 22759 0 -1 64 80119 0 0 0 598 39 0 0 17 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25282] ppid=25276 vsize=831668 CPUtime=6.42
/proc/25278/task/25282/stat : 25282 (java) S 25276 25278 22759 0 -1 64 72637 0 0 0 608 34 0 0 15 0 12 0 640680173 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25283] ppid=25276 vsize=831668 CPUtime=71.23
/proc/25278/task/25283/stat : 25283 (java) R 25276 25278 22759 0 -1 64 100085 0 0 0 7078 45 0 0 25 0 12 0 640680174 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25284] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25284/stat : 25284 (java) S 25276 25278 22759 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25285] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25285/stat : 25285 (java) S 25276 25278 22759 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 640680175 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25286] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25286/stat : 25286 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25287] ppid=25276 vsize=831668 CPUtime=0.8
/proc/25278/task/25287/stat : 25287 (java) S 25276 25278 22759 0 -1 64 3586 0 0 0 79 1 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25278/tid=25288] ppid=25276 vsize=831668 CPUtime=0.4
/proc/25278/task/25288/stat : 25288 (java) S 25276 25278 22759 0 -1 64 1369 0 0 0 40 0 0 0 16 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25289] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25289/stat : 25289 (java) S 25276 25278 22759 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25278/tid=25290] ppid=25276 vsize=831668 CPUtime=0
/proc/25278/task/25290/stat : 25290 (java) S 25276 25278 22759 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 640680179 851628032 177210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.31
Current children cumulated vsize (KiB) 831668

[startup+92.8025 s]
/proc/loadavg: 2.18 2.30 2.24 3/93 25290
/proc/meminfo: memFree=943680/2055920 swapFree=4157816/4192956
[pid=25278] ppid=25276 vsize=0 CPUtime=96.4
/proc/25278/stat : 25278 (java) Z 25276 25278 22759 0 -1 12 284006 0 1 0 9497 143 0 0 16 0 2 0 640680171 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25278/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 96.4
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 92.8481
CPU time (s): 96.4543
CPU user time (s): 94.9766
CPU system time (s): 1.47778
CPU usage (%): 103.884
Max. virtual memory (cumulated for all children) (KiB): 835672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.9766
system time used= 1.47778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284006
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= 2789
involuntary context switches= 5534

runsolver used 0.113982 second user time and 0.32695 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 15:19:30
IDJOB=1073728
IDBENCH=56370
IDSOLVER=344
FILE ID=node60/1073728-1215177570
PBS_JOBID= 7881437
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0aa7168aea0418cd8fdedf9a6147e0cb
RANDOM SEED=171544031

node60.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.216
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.216
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:       1664512 kB
Buffers:         26296 kB
Cached:         117776 kB
SwapCached:      29328 kB
Active:         292692 kB
Inactive:        46696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1664512 kB
SwapTotal:     4192956 kB
SwapFree:      4157816 kB
Dirty:            8600 kB
Writeback:           0 kB
Mapped:         210980 kB
Slab:            36784 kB
Committed_AS:  1369660 kB
PageTables:       2280 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= 66544 MiB
End job on node60 at 2008-07-04 15:21:03