Trace number 1050603

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? 137.905 135.63

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-67-11-a3.xml
MD5SUM485c8fe818a9857f587d4656422ed032
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark481.664
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
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.27/0.33	c version 9.9.9.token
0.27/0.33	c sun.arch.data.model	32
0.27/0.33	c java.version	1.6.0_06
0.27/0.33	c os.name	Linux
0.27/0.33	c os.version	2.6.9-22.EL.rootsmp
0.27/0.33	c os.arch	i386
0.27/0.33	c Free memory 669864272
0.27/0.34	c Max memory 672137216
0.27/0.34	c Total memory 672137216
0.27/0.34	c Number of processors 2
0.27/0.38	c c --- Begin Solver configuration ---
0.27/0.38	c Stops conflict analysis at the first Unique Implication Point
0.27/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.27/0.38	c Learn all clauses as in MiniSAT
0.27/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.27/0.38	c Expensive reason simplification
0.27/0.38	c MiniSAT restarts strategy
0.27/0.38	c timeout=2147483s
0.27/0.38	c DB Simplification allowed=false
0.27/0.38	c --- End Solver configuration ---
0.27/0.38	c solving HOME/instance-1050603-1215050352.xml
0.27/0.38	c reading problem ... 
0.57/0.64	c reading problem named null
0.57/0.64	c reading domains done.
0.57/0.64	c reading variables done.
0.77/0.83	c reading predicates  done.
0.87/1.00	c reading constraints
131.30/129.05	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
131.30/129.05		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
131.30/129.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
131.30/129.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
131.30/129.05		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
131.30/129.05		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
131.30/129.05		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
131.30/129.05		at org.sat4j.csp.Predicate.find(Predicate.java:132)
131.30/129.05		at org.sat4j.csp.Predicate.find(Predicate.java:139)
131.30/129.05		at org.sat4j.csp.Predicate.find(Predicate.java:139)
131.30/129.05		at org.sat4j.csp.Predicate.find(Predicate.java:139)
131.30/129.05		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
131.30/129.05		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
131.30/129.05		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
131.30/129.05		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
131.30/129.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
131.30/129.05		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
131.30/129.05		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
131.30/129.05		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
131.30/129.05		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
131.30/129.05		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
131.30/129.05		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
137.48/135.23	c starts		: 0
137.48/135.23	c conflicts		: 0
137.48/135.23	c decisions		: 0
137.48/135.23	c propagations		: 0
137.48/135.23	c inspects		: 0
137.48/135.23	c learnt literals	: 0
137.48/135.23	c learnt binary clauses	: 0
137.48/135.23	c learnt ternary clauses	: 0
137.48/135.23	c learnt clauses	: 0
137.48/135.23	c ignored clauses	: 0
137.48/135.23	c root simplifications	: 0
137.48/135.23	c removed literals (reason simplification)	: 0
137.48/135.23	c reason swapping (by a shorter reason)	: 0
137.48/135.23	c Calls to reduceDB	: 0
137.48/135.23	c speed (assignments/second)	: 0.0
137.48/135.23	c non guided choices	0
137.48/135.23	s UNKNOWN
137.48/135.23	c Total wall clock time (in seconds) : 128.67

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-1050603-1215050352/watcher-1050603-1215050352 -o /tmp/evaluation-result-1050603-1215050352/solver-1050603-1215050352 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050603-1215050352.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.89 1.99 1.99 4/80 20742
/proc/meminfo: memFree=1807240/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=152 CPUtime=0
/proc/20742/stat : 20742 (java) R 20740 20742 19152 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1984009526 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 7483691 0 0 4096 0 0 0 0 17 0 0 0
/proc/20742/statm: 38 26 19 9 0 4 0

[startup+0.0990309 s]
/proc/loadavg: 1.89 1.99 1.99 4/80 20742
/proc/meminfo: memFree=1807240/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=804612 CPUtime=0.08
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 3012 0 1 0 6 2 0 0 18 0 12 0 1984009526 823922688 2745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 201153 2745 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101028 s]
/proc/loadavg: 1.89 1.99 1.99 4/80 20742
/proc/meminfo: memFree=1807240/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=804756 CPUtime=0.08
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 3158 0 1 0 6 2 0 0 18 0 12 0 1984009526 824070144 2889 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 201189 2889 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.302069 s]
/proc/loadavg: 1.89 1.99 1.99 4/80 20742
/proc/meminfo: memFree=1807240/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=808080 CPUtime=0.27
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 5016 0 1 0 24 3 0 0 18 0 12 0 1984009526 827473920 4345 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 202020 4345 1308 9 0 199389 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808080

[startup+0.701143 s]
/proc/loadavg: 1.89 1.99 1.99 4/80 20742
/proc/meminfo: memFree=1807240/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=808108 CPUtime=0.66
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 6418 0 1 0 61 5 0 0 18 0 12 0 1984009526 827502592 5567 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 202027 5567 1335 9 0 199389 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808108

[startup+1.50129 s]
/proc/loadavg: 1.89 1.99 1.99 3/92 20754
/proc/meminfo: memFree=1786152/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=811368 CPUtime=1.46
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 10064 0 1 0 139 7 0 0 18 0 12 0 1984009526 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 202842 7525 1363 9 0 200204 0
[pid=20742/tid=20744] ppid=20740 vsize=811368 CPUtime=0.71
/proc/20742/task/20744/stat : 20744 (java) R 20740 20742 19152 0 -1 64 5009 0 1 0 66 5 0 0 25 0 12 0 1984009527 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20745] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1984009528 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20746] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1984009528 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20747] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20747/stat : 20747 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984009530 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20748] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1984009530 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20749] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1984009530 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20750] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984009534 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=811368 CPUtime=0.19
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 496 0 0 0 19 0 0 0 16 0 12 0 1984009534 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20752] ppid=20740 vsize=811368 CPUtime=0.54
/proc/20742/task/20752/stat : 20752 (java) R 20740 20742 19152 0 -1 64 3793 0 0 0 53 1 0 0 16 0 12 0 1984009535 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 103811423 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20753] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984009535 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=811368 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984009535 830840832 7525 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 811368

[startup+3.1016 s]
/proc/loadavg: 1.89 1.99 1.99 4/92 20754
/proc/meminfo: memFree=1765608/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=821764 CPUtime=3.07
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 25120 0 1 0 293 14 0 0 18 0 12 0 1984009526 841486336 17778 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 205441 17778 1373 9 0 202803 0
[pid=20742/tid=20744] ppid=20740 vsize=821764 CPUtime=1.5
/proc/20742/task/20744/stat : 20744 (java) R 20740 20742 19152 0 -1 64 12784 0 1 0 141 9 0 0 25 0 12 0 1984009527 841486336 17779 996147200 134512640 134550740 4294956032 18446744073709551615 4109708118 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20745] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1984009528 841486336 17780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20746] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1984009528 841486336 17780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20747] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20747/stat : 20747 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1984009530 841486336 17781 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20748] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1984009530 841486336 17782 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20749] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1984009530 841486336 17783 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20750] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984009534 841486336 17784 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=821764 CPUtime=0.76
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6206 0 0 0 74 2 0 0 16 0 12 0 1984009534 841486336 17784 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20752] ppid=20740 vsize=821764 CPUtime=0.78
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5365 0 0 0 77 1 0 0 16 0 12 0 1984009535 841486336 17785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20753] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984009535 841486336 17785 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=821764 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984009535 841486336 17786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 821764

[startup+6.3022 s]
/proc/loadavg: 1.90 1.99 1.99 5/92 20754
/proc/meminfo: memFree=1702120/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=815396 CPUtime=6.27
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 38570 0 1 0 606 21 0 0 18 0 12 0 1984009526 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 203849 29548 1380 9 0 201211 0
[pid=20742/tid=20744] ppid=20740 vsize=815396 CPUtime=4.31
/proc/20742/task/20744/stat : 20744 (java) R 20740 20742 19152 0 -1 64 17279 0 1 0 420 11 0 0 25 0 12 0 1984009527 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4109609811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20745] ppid=20740 vsize=815396 CPUtime=0.1
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 5877 0 0 0 8 2 0 0 17 0 12 0 1984009528 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=815396 CPUtime=0.06
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 3008 0 0 0 5 1 0 0 17 0 12 0 1984009528 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=815396 CPUtime=0
/proc/20742/task/20747/stat : 20747 (java) S 20740 20742 19152 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984009530 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=815396 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984009530 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20749] ppid=20740 vsize=815396 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984009530 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20750] ppid=20740 vsize=815396 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984009534 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=815396 CPUtime=0.83
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6207 0 0 0 81 2 0 0 16 0 12 0 1984009534 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20752] ppid=20740 vsize=815396 CPUtime=0.9
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5379 0 0 0 89 1 0 0 16 0 12 0 1984009535 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20753] ppid=20740 vsize=815396 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984009535 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=815396 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984009535 834965504 29548 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 815396

[startup+12.7014 s]
/proc/loadavg: 1.91 1.99 1.99 3/92 20754
/proc/meminfo: memFree=1650216/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=813684 CPUtime=12.66
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 49686 0 1 0 1241 25 0 0 18 0 12 0 1984009526 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 203421 40226 1387 9 0 200783 0
[pid=20742/tid=20744] ppid=20740 vsize=813684 CPUtime=9.14
/proc/20742/task/20744/stat : 20744 (java) R 20740 20742 19152 0 -1 64 17299 0 1 0 903 11 0 0 25 0 12 0 1984009527 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4109318915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20745] ppid=20740 vsize=813684 CPUtime=0.42
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 10475 0 0 0 38 4 0 0 16 0 12 0 1984009528 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=813684 CPUtime=0.37
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 9432 0 0 0 34 3 0 0 16 0 12 0 1984009528 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=813684 CPUtime=0
/proc/20742/task/20747/stat : 20747 (java) S 20740 20742 19152 0 -1 64 56 0 0 0 0 0 0 0 17 0 12 0 1984009530 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=813684 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984009530 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20749] ppid=20740 vsize=813684 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984009530 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20750] ppid=20740 vsize=813684 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984009534 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=813684 CPUtime=1.31
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6257 0 0 0 129 2 0 0 15 0 12 0 1984009534 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20752] ppid=20740 vsize=813684 CPUtime=1.37
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5403 0 0 0 136 1 0 0 15 0 12 0 1984009535 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20753] ppid=20740 vsize=813684 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984009535 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=813684 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984009535 833212416 40226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 813684

[startup+25.5028 s]
/proc/loadavg: 2.23 2.06 2.01 3/92 20754
/proc/meminfo: memFree=1463144/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=821372 CPUtime=25.83
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 99972 0 1 0 2537 46 0 0 18 0 12 0 1984009526 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 205343 89037 1387 9 0 202705 0
[pid=20742/tid=20744] ppid=20740 vsize=821372 CPUtime=18.74
/proc/20742/task/20744/stat : 20744 (java) S 20740 20742 19152 0 -1 64 17314 0 1 0 1863 11 0 0 25 0 12 0 1984009527 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20745] ppid=20740 vsize=821372 CPUtime=2.24
/proc/20742/task/20745/stat : 20745 (java) R 20740 20742 19152 0 -1 64 38345 0 0 0 209 15 0 0 17 0 12 0 1984009528 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=821372 CPUtime=2.09
/proc/20742/task/20746/stat : 20746 (java) R 20740 20742 19152 0 -1 64 31833 0 0 0 196 13 0 0 17 0 12 0 1984009528 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=821372 CPUtime=0.01
/proc/20742/task/20747/stat : 20747 (java) S 20740 20742 19152 0 -1 64 56 0 0 0 1 0 0 0 15 0 12 0 1984009530 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=821372 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984009530 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20749] ppid=20740 vsize=821372 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1984009530 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20750] ppid=20740 vsize=821372 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984009534 841084928 89037 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.13 2.09 2.02 3/93 20761
/proc/meminfo: memFree=1106848/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=824256 CPUtime=133.39
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 409429 0 1 0 13157 182 0 0 18 0 13 0 1984009526 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 206064 175668 1390 9 0 203426 0
[pid=20742/tid=20744] ppid=20740 vsize=824256 CPUtime=30.67
/proc/20742/task/20744/stat : 20744 (java) S 20740 20742 19152 0 -1 64 35793 0 1 0 3047 20 0 0 18 0 13 0 1984009527 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20745] ppid=20740 vsize=824256 CPUtime=6.5
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 69574 0 0 0 621 29 0 0 17 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=824256 CPUtime=6.51
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 65617 0 0 0 623 28 0 0 16 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=824256 CPUtime=86.98
/proc/20742/task/20747/stat : 20747 (java) R 20740 20742 19152 0 -1 64 226017 0 0 0 8599 99 0 0 25 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 104136308 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20749] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20750] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=824256 CPUtime=1.31
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6257 0 0 0 129 2 0 0 15 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20752] ppid=20740 vsize=824256 CPUtime=1.37
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5403 0 0 0 136 1 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20753] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20761] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20761/stat : 20761 (java) S 20740 20742 19152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1984022432 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.39
Current children cumulated vsize (KiB) 824256

[startup+132.703 s]
/proc/loadavg: 2.13 2.09 2.02 3/93 20761
/proc/meminfo: memFree=1106848/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=824256 CPUtime=134.99
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 409429 0 1 0 13317 182 0 0 18 0 13 0 1984009526 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 206064 175668 1390 9 0 203426 0
[pid=20742/tid=20744] ppid=20740 vsize=824256 CPUtime=30.67
/proc/20742/task/20744/stat : 20744 (java) S 20740 20742 19152 0 -1 64 35793 0 1 0 3047 20 0 0 18 0 13 0 1984009527 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20745] ppid=20740 vsize=824256 CPUtime=6.5
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 69574 0 0 0 621 29 0 0 17 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=824256 CPUtime=6.51
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 65617 0 0 0 623 28 0 0 16 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=824256 CPUtime=88.58
/proc/20742/task/20747/stat : 20747 (java) R 20740 20742 19152 0 -1 64 226017 0 0 0 8759 99 0 0 25 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20749] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20750] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=824256 CPUtime=1.31
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6257 0 0 0 129 2 0 0 15 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20752] ppid=20740 vsize=824256 CPUtime=1.37
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5403 0 0 0 136 1 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20753] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20761] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20761/stat : 20761 (java) S 20740 20742 19152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1984022432 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 134.99
Current children cumulated vsize (KiB) 824256

[startup+134.301 s]
/proc/loadavg: 2.12 2.09 2.02 3/93 20761
/proc/meminfo: memFree=1106848/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=824256 CPUtime=136.57
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 409429 0 1 0 13475 182 0 0 18 0 13 0 1984009526 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 206064 175668 1390 9 0 203426 0
[pid=20742/tid=20744] ppid=20740 vsize=824256 CPUtime=30.67
/proc/20742/task/20744/stat : 20744 (java) S 20740 20742 19152 0 -1 64 35793 0 1 0 3047 20 0 0 18 0 13 0 1984009527 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20745] ppid=20740 vsize=824256 CPUtime=6.5
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 69574 0 0 0 621 29 0 0 17 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=824256 CPUtime=6.51
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 65617 0 0 0 623 28 0 0 16 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=824256 CPUtime=90.16
/proc/20742/task/20747/stat : 20747 (java) R 20740 20742 19152 0 -1 64 226017 0 0 0 8917 99 0 0 25 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 104136519 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20749] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20750] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=824256 CPUtime=1.31
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6257 0 0 0 129 2 0 0 15 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20752] ppid=20740 vsize=824256 CPUtime=1.37
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5403 0 0 0 136 1 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20753] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20761] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20761/stat : 20761 (java) S 20740 20742 19152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1984022432 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 136.57
Current children cumulated vsize (KiB) 824256

[startup+135.102 s]
/proc/loadavg: 2.12 2.09 2.02 3/93 20761
/proc/meminfo: memFree=1106848/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=824256 CPUtime=137.38
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 409429 0 1 0 13555 183 0 0 18 0 13 0 1984009526 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 206064 175668 1390 9 0 203426 0
[pid=20742/tid=20744] ppid=20740 vsize=824256 CPUtime=30.67
/proc/20742/task/20744/stat : 20744 (java) S 20740 20742 19152 0 -1 64 35793 0 1 0 3047 20 0 0 18 0 13 0 1984009527 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20745] ppid=20740 vsize=824256 CPUtime=6.5
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 69574 0 0 0 621 29 0 0 17 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=824256 CPUtime=6.51
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 65617 0 0 0 623 28 0 0 16 0 13 0 1984009528 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=824256 CPUtime=90.96
/proc/20742/task/20747/stat : 20747 (java) R 20740 20742 19152 0 -1 64 226017 0 0 0 8997 99 0 0 25 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 106123791 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20749] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984009530 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20750] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=824256 CPUtime=1.31
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6257 0 0 0 129 2 0 0 15 0 13 0 1984009534 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20752] ppid=20740 vsize=824256 CPUtime=1.37
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5403 0 0 0 136 1 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20753] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984009535 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20761] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20761/stat : 20761 (java) S 20740 20742 19152 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1984022432 844038144 175668 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 137.38
Current children cumulated vsize (KiB) 824256

[startup+135.502 s]
/proc/loadavg: 2.12 2.09 2.02 3/93 20761
/proc/meminfo: memFree=1106848/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=824256 CPUtime=137.78
/proc/20742/stat : 20742 (java) S 20740 20742 19152 0 -1 0 409431 0 1 0 13595 183 0 0 18 0 12 0 1984009526 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20742/statm: 206064 175669 1391 9 0 203426 0
[pid=20742/tid=20744] ppid=20740 vsize=824256 CPUtime=30.67
/proc/20742/task/20744/stat : 20744 (java) S 20740 20742 19152 0 -1 64 35793 0 1 0 3047 20 0 0 16 0 12 0 1984009527 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20745] ppid=20740 vsize=824256 CPUtime=6.5
/proc/20742/task/20745/stat : 20745 (java) S 20740 20742 19152 0 -1 64 69574 0 0 0 621 29 0 0 17 0 12 0 1984009528 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20746] ppid=20740 vsize=824256 CPUtime=6.51
/proc/20742/task/20746/stat : 20746 (java) S 20740 20742 19152 0 -1 64 65617 0 0 0 623 28 0 0 16 0 12 0 1984009528 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20747] ppid=20740 vsize=824256 CPUtime=91.36
/proc/20742/task/20747/stat : 20747 (java) R 20740 20742 19152 0 -1 64 226017 0 0 0 9037 99 0 0 25 0 12 0 1984009530 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20748] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20748/stat : 20748 (java) S 20740 20742 19152 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984009530 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20749] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20749/stat : 20749 (java) S 20740 20742 19152 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984009530 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20750] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20750/stat : 20750 (java) S 20740 20742 19152 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984009534 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20751] ppid=20740 vsize=824256 CPUtime=1.31
/proc/20742/task/20751/stat : 20751 (java) S 20740 20742 19152 0 -1 64 6257 0 0 0 129 2 0 0 15 0 12 0 1984009534 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20752] ppid=20740 vsize=824256 CPUtime=1.37
/proc/20742/task/20752/stat : 20752 (java) S 20740 20742 19152 0 -1 64 5403 0 0 0 136 1 0 0 15 0 12 0 1984009535 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20742/tid=20753] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20753/stat : 20753 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1984009535 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20742/tid=20754] ppid=20740 vsize=824256 CPUtime=0
/proc/20742/task/20754/stat : 20754 (java) S 20740 20742 19152 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984009535 844038144 175669 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 137.78
Current children cumulated vsize (KiB) 824256

[startup+135.603 s]
/proc/loadavg: 2.12 2.09 2.02 3/93 20761
/proc/meminfo: memFree=1106848/2055920 swapFree=4180456/4192956
[pid=20742] ppid=20740 vsize=0 CPUtime=137.87
/proc/20742/stat : 20742 (java) Z 20740 20742 19152 0 -1 12 409435 0 1 0 13596 191 0 0 16 0 2 0 1984009526 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20742/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 135.63
CPU time (s): 137.905
CPU user time (s): 135.962
CPU system time (s): 1.9427
CPU usage (%): 101.677
Max. virtual memory (cumulated for all children) (KiB): 919940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.962
system time used= 1.9427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409435
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= 4045
involuntary context switches= 6824

runsolver used 0.188971 second user time and 0.449931 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 03:59:12
IDJOB=1050603
IDBENCH=55369
IDSOLVER=344
FILE ID=node19/1050603-1215050352
PBS_JOBID= 7875135
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 485c8fe818a9857f587d4656422ed032
RANDOM SEED=265267117

node19.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.263
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	: 5931.00
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.263
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:       1807784 kB
Buffers:         25088 kB
Cached:         115776 kB
SwapCached:       6288 kB
Active:         106044 kB
Inactive:        83488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807784 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:          65304 kB
Slab:            43744 kB
Committed_AS:  4119724 kB
PageTables:       1940 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= 66552 MiB
End job on node19 at 2008-07-03 04:01:27