Trace number 1059820

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? 223.307 219.89

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-60-2-1.xml
MD5SUMf5f13f53c3d9f2eeacbc9c3d48d07267
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity3
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
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.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	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-1059820-1215124996.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.89/0.96	c reading predicates  done.
1.10/1.17	c reading constraints
223.15/219.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
223.15/219.74		at org.mozilla.javascript.gen.c49._c0(rhino.log:1)
223.15/219.74		at org.mozilla.javascript.gen.c49.call(rhino.log)
223.15/219.74		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
223.15/219.74		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
223.15/219.74		at org.mozilla.javascript.gen.c49.call(rhino.log)
223.15/219.74		at org.mozilla.javascript.gen.c49.exec(rhino.log)
223.15/219.74		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
223.15/219.74		at org.sat4j.csp.Predicate.find(Predicate.java:129)
223.15/219.74		at org.sat4j.csp.Predicate.find(Predicate.java:139)
223.15/219.74		at org.sat4j.csp.Predicate.find(Predicate.java:139)
223.15/219.74		at org.sat4j.csp.Predicate.find(Predicate.java:139)
223.15/219.74		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
223.15/219.74		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
223.15/219.74		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
223.15/219.74		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
223.15/219.74		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
223.15/219.75		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
223.15/219.75		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
223.15/219.75		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
223.15/219.75		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
223.15/219.75		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
223.15/219.75		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
223.15/219.75	c starts		: 0
223.15/219.75	c conflicts		: 0
223.15/219.75	c decisions		: 0
223.15/219.75	c propagations		: 0
223.15/219.75	c inspects		: 0
223.15/219.75	c learnt literals	: 0
223.15/219.75	c learnt binary clauses	: 0
223.15/219.75	c learnt ternary clauses	: 0
223.15/219.75	c learnt clauses	: 0
223.15/219.75	c ignored clauses	: 0
223.15/219.75	c root simplifications	: 0
223.15/219.75	c removed literals (reason simplification)	: 0
223.15/219.75	c reason swapping (by a shorter reason)	: 0
223.15/219.75	c Calls to reduceDB	: 0
223.15/219.75	c speed (assignments/second)	: 0.0
223.15/219.75	c non guided choices	0
223.15/219.75	s UNKNOWN
223.15/219.75	c Total wall clock time (in seconds) : 219.367

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-1059820-1215124996/watcher-1059820-1215124996 -o /tmp/evaluation-result-1059820-1215124996/solver-1059820-1215124996 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059820-1215124996.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: 3.25 2.45 1.74 4/73 28899
/proc/meminfo: memFree=1566928/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=152 CPUtime=0
/proc/28899/stat : 28899 (java) R 28897 28899 27724 0 -1 0 211 0 0 0 0 0 0 0 20 0 1 0 635429969 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 4735275 0 0 4096 0 0 0 0 17 0 0 0
/proc/28899/statm: 38 26 19 9 0 4 0

[startup+0.067253 s]
/proc/loadavg: 3.25 2.45 1.74 4/73 28899
/proc/meminfo: memFree=1566928/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=802236 CPUtime=0.05
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 2774 0 1 0 4 1 0 0 20 0 7 0 635429969 821489664 2509 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 200559 2509 1005 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101259 s]
/proc/loadavg: 3.25 2.45 1.74 4/73 28899
/proc/meminfo: memFree=1566928/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=804756 CPUtime=0.09
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 3163 0 1 0 7 2 0 0 20 0 12 0 635429969 824070144 2894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 201189 2894 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301278 s]
/proc/loadavg: 3.25 2.45 1.74 4/73 28899
/proc/meminfo: memFree=1566928/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=808040 CPUtime=0.29
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 4995 0 1 0 26 3 0 0 20 0 12 0 635429969 827432960 4322 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 202010 4322 1308 9 0 199379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808040

[startup+0.701322 s]
/proc/loadavg: 3.25 2.45 1.74 4/73 28899
/proc/meminfo: memFree=1566928/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=808068 CPUtime=0.69
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 6419 0 1 0 64 5 0 0 20 0 12 0 635429969 827461632 5566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 202017 5566 1335 9 0 199379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808068

[startup+1.50241 s]
/proc/loadavg: 3.25 2.45 1.74 3/85 28911
/proc/meminfo: memFree=1546800/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=811120 CPUtime=1.48
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 9945 0 1 0 141 7 0 0 20 0 12 0 635429969 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 202780 7655 1358 9 0 200142 0
[pid=28899/tid=28901] ppid=28897 vsize=811120 CPUtime=0.76
/proc/28899/task/28901/stat : 28901 (java) R 28897 28899 27724 0 -1 64 5366 0 1 0 71 5 0 0 25 0 12 0 635429970 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28902] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 635429971 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28903] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 635429971 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28904] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28904/stat : 28904 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 635429973 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28905] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 635429973 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28906] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 635429973 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=811120 CPUtime=0.47
/proc/28899/task/28908/stat : 28908 (java) R 28897 28899 27724 0 -1 64 2548 0 0 0 46 1 0 0 17 0 12 0 635429977 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 102525602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28909] ppid=28897 vsize=811120 CPUtime=0.22
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 1270 0 0 0 22 0 0 0 16 0 12 0 635429977 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28910] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=811120 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 830586880 7655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811120

[startup+3.10258 s]
/proc/loadavg: 3.25 2.45 1.74 4/85 28911
/proc/meminfo: memFree=1533872/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=814616 CPUtime=3.08
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 20227 0 1 0 295 13 0 0 20 0 12 0 635429969 834166784 16603 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 203654 16604 1380 9 0 201016 0
[pid=28899/tid=28901] ppid=28897 vsize=814616 CPUtime=1.49
/proc/28899/task/28901/stat : 28901 (java) R 28897 28899 27724 0 -1 64 13237 0 1 0 139 10 0 0 25 0 12 0 635429970 834166784 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4109967027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28902] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 635429971 834166784 16606 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28903] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 635429971 834166784 16607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28904] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28904/stat : 28904 (java) S 28897 28899 27724 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 635429973 834166784 16608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28905] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 635429973 834166784 16608 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28906] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 635429973 834166784 16609 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 834166784 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=814616 CPUtime=0.76
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2617 0 0 0 75 1 0 0 16 0 12 0 635429977 834166784 16611 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28909] ppid=28897 vsize=814616 CPUtime=0.8
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 3613 0 0 0 79 1 0 0 16 0 12 0 635429977 834166784 16612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28910] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 834166784 16613 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=814616 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 834166784 16614 996147200 134512640 134550740 4294956032 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) 814616

[startup+6.30292 s]
/proc/loadavg: 3.15 2.44 1.75 3/85 28911
/proc/meminfo: memFree=1485616/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=814552 CPUtime=6.26
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 28799 0 1 0 610 16 0 0 20 0 12 0 635429969 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 203638 21485 1386 9 0 201000 0
[pid=28899/tid=28901] ppid=28897 vsize=814552 CPUtime=3.86
/proc/28899/task/28901/stat : 28901 (java) R 28897 28899 27724 0 -1 64 17352 0 1 0 375 11 0 0 25 0 12 0 635429970 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 105860939 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28902] ppid=28897 vsize=814552 CPUtime=0.01
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 626 0 0 0 1 0 0 0 17 0 12 0 635429971 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28903] ppid=28897 vsize=814552 CPUtime=0
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 71 0 0 0 0 0 0 0 17 0 12 0 635429971 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28904] ppid=28897 vsize=814552 CPUtime=0
/proc/28899/task/28904/stat : 28904 (java) S 28897 28899 27724 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 635429973 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28905] ppid=28897 vsize=814552 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28906] ppid=28897 vsize=814552 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=814552 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=814552 CPUtime=0.93
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2625 0 0 0 92 1 0 0 15 0 12 0 635429977 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28909] ppid=28897 vsize=814552 CPUtime=1.41
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 7335 0 0 0 139 2 0 0 15 0 12 0 635429977 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28910] ppid=28897 vsize=814552 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=814552 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 834101248 21485 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 814552

[startup+12.7026 s]
/proc/loadavg: 3.05 2.43 1.75 5/85 28911
/proc/meminfo: memFree=1428912/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=819680 CPUtime=13.2
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 45708 0 1 0 1297 23 0 0 20 0 12 0 635429969 839352320 36928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 204920 36930 1386 9 0 202282 0
[pid=28899/tid=28901] ppid=28897 vsize=819680 CPUtime=9.13
/proc/28899/task/28901/stat : 28901 (java) R 28897 28899 27724 0 -1 64 17357 0 1 0 902 11 0 0 25 0 12 0 635429970 839352320 36931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28897 vsize=819680 CPUtime=0.85
/proc/28899/task/28902/stat : 28902 (java) R 28897 28899 27724 0 -1 64 9616 0 0 0 82 3 0 0 16 0 12 0 635429971 839352320 36933 996147200 134512640 134550740 4294956032 18446744073709551615 106160297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28897 vsize=819680 CPUtime=0.81
/proc/28899/task/28903/stat : 28903 (java) R 28897 28899 27724 0 -1 64 7964 0 0 0 78 3 0 0 16 0 12 0 635429971 839352320 36935 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28904] ppid=28897 vsize=819680 CPUtime=0
/proc/28899/task/28904/stat : 28904 (java) S 28897 28899 27724 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 635429973 839352320 36936 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28897 vsize=819680 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 839352320 36937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28906] ppid=28897 vsize=819680 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 839352320 36939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=819680 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 839352320 36941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=819680 CPUtime=0.94
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2625 0 0 0 93 1 0 0 16 0 12 0 635429977 839352320 36942 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28909] ppid=28897 vsize=819680 CPUtime=1.41
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 7335 0 0 0 139 2 0 0 16 0 12 0 635429977 839352320 36944 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28910] ppid=28897 vsize=819680 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 839352320 36945 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=819680 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 839352320 36947 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 819680

[startup+25.5018 s]
/proc/loadavg: 3.26 2.51 1.78 3/85 28911
/proc/meminfo: memFree=1351856/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=821864 CPUtime=26.53
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 64877 0 1 0 2621 32 0 0 20 0 12 0 635429969 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 205466 54948 1387 9 0 202828 0
[pid=28899/tid=28901] ppid=28897 vsize=821864 CPUtime=19.68
/proc/28899/task/28901/stat : 28901 (java) R 28897 28899 27724 0 -1 64 17395 0 1 0 1957 11 0 0 25 0 12 0 635429970 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4109678712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28897 vsize=821864 CPUtime=2.22
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 18143 0 0 0 214 8 0 0 16 0 12 0 635429971 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28897 vsize=821864 CPUtime=2.15
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 18561 0 0 0 208 7 0 0 16 0 12 0 635429971 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28897 vsize=821864 CPUtime=0.01
/proc/28899/task/28904/stat : 28904 (java) S 28897 28899 27724 0 -1 64 57 0 0 0 1 0 0 0 15 0 12 0 635429973 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28906] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 54948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=28899/tid=28910] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 841588736 175188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.56
Current children cumulated vsize (KiB) 821864

[startup+214.302 s]
/proc/loadavg: 3.74 2.80 2.01 3/100 29007
/proc/meminfo: memFree=298608/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=821864 CPUtime=217.75
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 250583 0 1 0 21644 131 0 0 20 0 12 0 635429969 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 205466 175189 1390 9 0 202828 0
[pid=28899/tid=28901] ppid=28897 vsize=821864 CPUtime=68.83
/proc/28899/task/28901/stat : 28901 (java) S 28897 28899 27724 0 -1 64 35982 0 1 0 6861 22 0 0 16 0 12 0 635429970 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28897 vsize=821864 CPUtime=10.39
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 66967 0 0 0 1009 30 0 0 15 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28897 vsize=821864 CPUtime=10.57
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 68253 0 0 0 1026 31 0 0 16 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28897 vsize=821864 CPUtime=125.18
/proc/28899/task/28904/stat : 28904 (java) R 28897 28899 27724 0 -1 64 68650 0 0 0 12477 41 0 0 25 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 104126444 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28906] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=821864 CPUtime=1.12
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2634 0 0 0 111 1 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28909] ppid=28897 vsize=821864 CPUtime=1.58
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 7336 0 0 0 156 2 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28910] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.75
Current children cumulated vsize (KiB) 821864

[startup+217.502 s]
/proc/loadavg: 3.74 2.80 2.01 3/100 29007
/proc/meminfo: memFree=256816/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=821864 CPUtime=220.95
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 250584 0 1 0 21964 131 0 0 20 0 12 0 635429969 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 205466 175189 1390 9 0 202828 0
[pid=28899/tid=28901] ppid=28897 vsize=821864 CPUtime=68.83
/proc/28899/task/28901/stat : 28901 (java) S 28897 28899 27724 0 -1 64 35983 0 1 0 6861 22 0 0 17 0 12 0 635429970 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28897 vsize=821864 CPUtime=10.39
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 66967 0 0 0 1009 30 0 0 15 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28897 vsize=821864 CPUtime=10.57
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 68253 0 0 0 1026 31 0 0 16 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28897 vsize=821864 CPUtime=128.38
/proc/28899/task/28904/stat : 28904 (java) R 28897 28899 27724 0 -1 64 68650 0 0 0 12797 41 0 0 25 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28906] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=821864 CPUtime=1.12
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2634 0 0 0 111 1 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28909] ppid=28897 vsize=821864 CPUtime=1.58
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 7336 0 0 0 156 2 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28910] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 821864

[startup+219.102 s]
/proc/loadavg: 4.24 2.92 2.05 3/101 29008
/proc/meminfo: memFree=229032/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=821864 CPUtime=222.55
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 250584 0 1 0 22124 131 0 0 20 0 12 0 635429969 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 205466 175189 1390 9 0 202828 0
[pid=28899/tid=28901] ppid=28897 vsize=821864 CPUtime=68.83
/proc/28899/task/28901/stat : 28901 (java) S 28897 28899 27724 0 -1 64 35983 0 1 0 6861 22 0 0 17 0 12 0 635429970 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28897 vsize=821864 CPUtime=10.39
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 66967 0 0 0 1009 30 0 0 15 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28897 vsize=821864 CPUtime=10.57
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 68253 0 0 0 1026 31 0 0 16 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28897 vsize=821864 CPUtime=129.98
/proc/28899/task/28904/stat : 28904 (java) R 28897 28899 27724 0 -1 64 68650 0 0 0 12957 41 0 0 25 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28906] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=821864 CPUtime=1.12
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2634 0 0 0 111 1 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28909] ppid=28897 vsize=821864 CPUtime=1.58
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 7336 0 0 0 156 2 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28910] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.55
Current children cumulated vsize (KiB) 821864

[startup+219.502 s]
/proc/loadavg: 4.24 2.92 2.05 3/101 29008
/proc/meminfo: memFree=229032/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=821864 CPUtime=222.95
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 250584 0 1 0 22164 131 0 0 20 0 12 0 635429969 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 205466 175189 1390 9 0 202828 0
[pid=28899/tid=28901] ppid=28897 vsize=821864 CPUtime=68.83
/proc/28899/task/28901/stat : 28901 (java) S 28897 28899 27724 0 -1 64 35983 0 1 0 6861 22 0 0 17 0 12 0 635429970 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28897 vsize=821864 CPUtime=10.39
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 66967 0 0 0 1009 30 0 0 15 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28897 vsize=821864 CPUtime=10.57
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 68253 0 0 0 1026 31 0 0 16 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28897 vsize=821864 CPUtime=130.38
/proc/28899/task/28904/stat : 28904 (java) R 28897 28899 27724 0 -1 64 68650 0 0 0 12997 41 0 0 25 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28906] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=821864 CPUtime=1.12
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2634 0 0 0 111 1 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28909] ppid=28897 vsize=821864 CPUtime=1.58
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 7336 0 0 0 156 2 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28910] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.95
Current children cumulated vsize (KiB) 821864

[startup+219.702 s]
/proc/loadavg: 4.24 2.92 2.05 3/101 29008
/proc/meminfo: memFree=229032/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=821864 CPUtime=223.15
/proc/28899/stat : 28899 (java) S 28897 28899 27724 0 -1 0 250584 0 1 0 22184 131 0 0 20 0 12 0 635429969 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 205466 175189 1390 9 0 202828 0
[pid=28899/tid=28901] ppid=28897 vsize=821864 CPUtime=68.83
/proc/28899/task/28901/stat : 28901 (java) S 28897 28899 27724 0 -1 64 35983 0 1 0 6861 22 0 0 17 0 12 0 635429970 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28897 vsize=821864 CPUtime=10.39
/proc/28899/task/28902/stat : 28902 (java) S 28897 28899 27724 0 -1 64 66967 0 0 0 1009 30 0 0 15 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28897 vsize=821864 CPUtime=10.57
/proc/28899/task/28903/stat : 28903 (java) S 28897 28899 27724 0 -1 64 68253 0 0 0 1026 31 0 0 16 0 12 0 635429971 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28897 vsize=821864 CPUtime=130.58
/proc/28899/task/28904/stat : 28904 (java) R 28897 28899 27724 0 -1 64 68650 0 0 0 13017 41 0 0 25 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28905/stat : 28905 (java) S 28897 28899 27724 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28906] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28897 28899 27724 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 635429973 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28907] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28897 28899 27724 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28908] ppid=28897 vsize=821864 CPUtime=1.12
/proc/28899/task/28908/stat : 28908 (java) S 28897 28899 27724 0 -1 64 2634 0 0 0 111 1 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28909] ppid=28897 vsize=821864 CPUtime=1.58
/proc/28899/task/28909/stat : 28909 (java) S 28897 28899 27724 0 -1 64 7336 0 0 0 156 2 0 0 16 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28910] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28910/stat : 28910 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28899/tid=28911] ppid=28897 vsize=821864 CPUtime=0
/proc/28899/task/28911/stat : 28911 (java) S 28897 28899 27724 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 635429977 841588736 175189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.15
Current children cumulated vsize (KiB) 821864

[startup+219.803 s]
/proc/loadavg: 4.24 2.92 2.05 3/101 29008
/proc/meminfo: memFree=229032/2055920 swapFree=4180532/4192956
[pid=28899] ppid=28897 vsize=0 CPUtime=223.21
/proc/28899/stat : 28899 (java) Z 28897 28899 27724 0 -1 12 250597 0 1 0 22189 132 0 0 16 0 2 0 635429969 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28899/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.21
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 219.89
CPU time (s): 223.307
CPU user time (s): 221.891
CPU system time (s): 1.41578
CPU usage (%): 101.554
Max. virtual memory (cumulated for all children) (KiB): 917872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.891
system time used= 1.41578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250597
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= 7163
involuntary context switches= 6960

runsolver used 0.273958 second user time and 0.751885 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 00:43:16
IDJOB=1059820
IDBENCH=54382
IDSOLVER=344
FILE ID=node79/1059820-1215124996
PBS_JOBID= 7877049
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5f13f53c3d9f2eeacbc9c3d48d07267
RANDOM SEED=2113388497

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1567408 kB
Buffers:         74724 kB
Cached:         256180 kB
SwapCached:       6580 kB
Active:         252256 kB
Inactive:       171152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567408 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:         100132 kB
Slab:            50424 kB
Committed_AS:  1031136 kB
PageTables:       1872 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= 65852 MiB
End job on node79 at 2008-07-04 00:46:56