Trace number 1059757

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? 149.46 135.96

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-60-2-3.xml
MD5SUMbb68641783171ba02b4bd9bfd4e8486c
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.046992
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity5
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.26/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.23	c See www.sat4j.org for details.
0.26/0.23	c That software uses the Rhino library from the Mozilla project.
0.26/0.26	c version 9.9.9.token
0.26/0.26	c sun.arch.data.model	32
0.26/0.26	c java.version	1.6.0_06
0.26/0.26	c os.name	Linux
0.26/0.26	c os.version	2.6.9-22.EL.rootsmp
0.26/0.26	c os.arch	i386
0.26/0.26	c Free memory 669864272
0.26/0.26	c Max memory 672137216
0.26/0.27	c Total memory 672137216
0.26/0.27	c Number of processors 2
0.38/0.30	c c --- Begin Solver configuration ---
0.38/0.30	c Stops conflict analysis at the first Unique Implication Point
0.38/0.30	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.30	c Learn all clauses as in MiniSAT
0.38/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.30	c Expensive reason simplification
0.38/0.30	c MiniSAT restarts strategy
0.38/0.30	c timeout=2147483s
0.38/0.30	c DB Simplification allowed=false
0.38/0.30	c --- End Solver configuration ---
0.38/0.30	c solving HOME/instance-1059757-1215124884.xml
0.38/0.30	c reading problem ... 
0.51/0.48	c reading problem named null
0.51/0.48	c reading domains done.
0.51/0.48	c reading variables done.
0.85/0.64	c reading predicates  done.
1.12/0.88	c reading constraints
149.31/135.82	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
149.31/135.82		at org.mozilla.javascript.gen.c23._c0(rhino.log:1)
149.31/135.82		at org.mozilla.javascript.gen.c23.call(rhino.log)
149.31/135.82		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
149.31/135.82		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
149.31/135.82		at org.mozilla.javascript.gen.c23.call(rhino.log)
149.31/135.82		at org.mozilla.javascript.gen.c23.exec(rhino.log)
149.31/135.82		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
149.31/135.82		at org.sat4j.csp.Predicate.find(Predicate.java:129)
149.31/135.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
149.31/135.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
149.31/135.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
149.31/135.82		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
149.31/135.82		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
149.31/135.82		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
149.31/135.82		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
149.31/135.82		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
149.31/135.82		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
149.31/135.82		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
149.31/135.82		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
149.31/135.82		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
149.31/135.82		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
149.31/135.82		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
149.31/135.82	c starts		: 0
149.31/135.83	c conflicts		: 0
149.31/135.83	c decisions		: 0
149.31/135.83	c propagations		: 0
149.31/135.83	c inspects		: 0
149.31/135.83	c learnt literals	: 0
149.31/135.83	c learnt binary clauses	: 0
149.31/135.83	c learnt ternary clauses	: 0
149.31/135.83	c learnt clauses	: 0
149.31/135.83	c ignored clauses	: 0
149.31/135.83	c root simplifications	: 0
149.31/135.83	c removed literals (reason simplification)	: 0
149.31/135.83	c reason swapping (by a shorter reason)	: 0
149.31/135.83	c Calls to reduceDB	: 0
149.31/135.83	c speed (assignments/second)	: 0.0
149.31/135.83	c non guided choices	0
149.31/135.83	s UNKNOWN
149.31/135.83	c Total wall clock time (in seconds) : 135.525

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-1059757-1215124884/watcher-1059757-1215124884 -o /tmp/evaluation-result-1059757-1215124884/solver-1059757-1215124884 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059757-1215124884.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: 0.92 1.13 1.52 3/82 19145
/proc/meminfo: memFree=818544/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=272 CPUtime=0
/proc/19145/stat : 19145 (java6) R 19143 19145 17521 0 -1 0 50 0 0 0 0 0 0 0 21 0 1 0 1991457148 278528 35 996147200 134512640 134550740 4294956192 18446744073709551615 7158919 0 0 4096 0 0 0 0 17 1 0 0
/proc/19145/statm: 68 37 28 9 0 6 0

[startup+0.026424 s]
/proc/loadavg: 0.92 1.13 1.52 3/82 19145
/proc/meminfo: memFree=818544/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=800592 CPUtime=0.01
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 1864 0 1 0 0 1 0 0 18 0 4 0 1991457148 819806208 1603 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 200148 1609 532 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.102426 s]
/proc/loadavg: 0.92 1.13 1.52 3/82 19145
/proc/meminfo: memFree=818544/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=804756 CPUtime=0.09
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 3167 0 1 0 7 2 0 0 18 0 12 0 1991457148 824070144 2898 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 201189 2898 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.302461 s]
/proc/loadavg: 0.92 1.13 1.52 3/82 19145
/proc/meminfo: memFree=818544/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=808872 CPUtime=0.38
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 5289 0 1 0 35 3 0 0 18 0 12 0 1991457148 828284928 4621 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 202218 4622 1310 9 0 199587 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 808872

[startup+0.702514 s]
/proc/loadavg: 0.92 1.13 1.52 3/82 19145
/proc/meminfo: memFree=818544/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=808900 CPUtime=1.02
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 7882 0 2 0 97 5 0 0 18 0 12 0 1991457148 828313600 6439 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 202225 6440 1345 9 0 199587 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 808900

[startup+1.50162 s]
/proc/loadavg: 0.92 1.13 1.52 2/94 19157
/proc/meminfo: memFree=795088/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=819204 CPUtime=2.36
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 14286 0 2 0 227 9 0 0 18 0 12 0 1991457148 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 204801 10121 1377 9 0 202163 0
[pid=19145/tid=19147] ppid=19143 vsize=819204 CPUtime=1.08
/proc/19145/task/19147/stat : 19147 (java) R 19143 19145 17521 0 -1 64 6125 0 2 0 103 5 0 0 18 0 12 0 1991457149 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19148] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1991457150 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19149] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1991457150 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19150] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19150/stat : 19150 (java) S 19143 19145 17521 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1991457152 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1991457152 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19152] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1991457152 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19153] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=819204 CPUtime=0.52
/proc/19145/task/19154/stat : 19154 (java) R 19143 19145 17521 0 -1 64 2089 0 0 0 52 0 0 0 16 0 12 0 1991457156 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 103786502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=819204 CPUtime=0.73
/proc/19145/task/19155/stat : 19155 (java) R 19143 19145 17521 0 -1 64 5310 0 0 0 71 2 0 0 18 0 12 0 1991457156 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 105550899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19156] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=819204 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 838864896 10121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 819204

[startup+3.10183 s]
/proc/loadavg: 0.93 1.13 1.51 2/94 19157
/proc/meminfo: memFree=769296/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=818180 CPUtime=4.61
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 22225 0 2 0 449 12 0 0 18 0 12 0 1991457148 837816320 17304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 204545 17305 1382 9 0 201907 0
[pid=19145/tid=19147] ppid=19143 vsize=818180 CPUtime=2.45
/proc/19145/task/19147/stat : 19147 (java) R 19143 19145 17521 0 -1 64 13273 0 2 0 238 7 0 0 25 0 12 0 1991457149 837816320 17305 996147200 134512640 134550740 4294956032 18446744073709551615 4110133185 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1991457150 837816320 17305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19149] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1991457150 837816320 17305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19150] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19150/stat : 19150 (java) S 19143 19145 17521 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1991457152 837816320 17305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1991457152 837816320 17305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19152] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1991457152 837816320 17305 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19153] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 837816320 17306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=818180 CPUtime=0.86
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2119 0 0 0 85 1 0 0 16 0 12 0 1991457156 837816320 17306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=818180 CPUtime=1.27
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6072 0 0 0 125 2 0 0 16 0 12 0 1991457156 837816320 17306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19156] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 837816320 17306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=818180 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 837816320 17306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 818180

[startup+6.30227 s]
/proc/loadavg: 0.93 1.13 1.51 3/94 19157
/proc/meminfo: memFree=701584/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=817644 CPUtime=8.62
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 42063 0 2 0 841 21 0 0 18 0 12 0 1991457148 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 204411 34534 1387 9 0 201773 0
[pid=19145/tid=19147] ppid=19143 vsize=817644 CPUtime=4.9
/proc/19145/task/19147/stat : 19147 (java) R 19143 19145 17521 0 -1 64 17517 0 2 0 480 10 0 0 16 0 12 0 1991457149 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4109954588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=817644 CPUtime=0.71
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 8290 0 0 0 68 3 0 0 18 0 12 0 1991457150 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19149] ppid=19143 vsize=817644 CPUtime=0.71
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 7235 0 0 0 69 2 0 0 16 0 12 0 1991457150 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=817644 CPUtime=0
/proc/19145/task/19150/stat : 19150 (java) S 19143 19145 17521 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1991457152 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19151] ppid=19143 vsize=817644 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=817644 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=817644 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=817644 CPUtime=0.86
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2119 0 0 0 85 1 0 0 16 0 12 0 1991457156 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=817644 CPUtime=1.38
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6083 0 0 0 136 2 0 0 16 0 12 0 1991457156 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19156] ppid=19143 vsize=817644 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=817644 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 837267456 34534 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 817644

[startup+12.7011 s]
/proc/loadavg: 0.94 1.13 1.51 3/94 19157
/proc/meminfo: memFree=565008/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=824044 CPUtime=17.92
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 77420 0 2 0 1753 39 0 0 18 0 12 0 1991457148 843821056 67006 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 206011 67009 1388 9 0 203373 0
[pid=19145/tid=19147] ppid=19143 vsize=824044 CPUtime=8.46
/proc/19145/task/19147/stat : 19147 (java) S 19143 19145 17521 0 -1 64 17536 0 2 0 836 10 0 0 17 0 12 0 1991457149 843821056 67009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=824044 CPUtime=3.49
/proc/19145/task/19148/stat : 19148 (java) R 19143 19145 17521 0 -1 64 24216 0 0 0 339 10 0 0 17 0 12 0 1991457150 843821056 67009 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19149] ppid=19143 vsize=824044 CPUtime=3.48
/proc/19145/task/19149/stat : 19149 (java) R 19143 19145 17521 0 -1 64 26637 0 0 0 336 12 0 0 16 0 12 0 1991457150 843821056 67009 996147200 134512640 134550740 4294956032 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=824044 CPUtime=0.01
/proc/19145/task/19150/stat : 19150 (java) S 19143 19145 17521 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 1991457152 843821056 67009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 67010 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 67011 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 843821056 67013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=824044 CPUtime=0.93
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2126 0 0 0 92 1 0 0 17 0 12 0 1991457156 843821056 67015 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=824044 CPUtime=1.49
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6089 0 0 0 147 2 0 0 17 0 12 0 1991457156 843821056 67017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19156] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 843821056 67017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 843821056 67017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.92
Current children cumulated vsize (KiB) 824044

[startup+25.5027 s]
/proc/loadavg: 0.95 1.12 1.50 2/94 19157
/proc/meminfo: memFree=360464/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=824044 CPUtime=34.19
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 127148 0 2 0 3355 64 0 0 18 0 12 0 1991457148 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 206011 115407 1388 9 0 203373 0
[pid=19145/tid=19147] ppid=19143 vsize=824044 CPUtime=17.48
/proc/19145/task/19147/stat : 19147 (java) R 19143 19145 17521 0 -1 64 17585 0 2 0 1737 11 0 0 22 0 12 0 1991457149 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4109576344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19148] ppid=19143 vsize=824044 CPUtime=6.98
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 51054 0 0 0 675 23 0 0 16 0 12 0 1991457150 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19149] ppid=19143 vsize=824044 CPUtime=6.96
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 49454 0 0 0 672 24 0 0 16 0 12 0 1991457150 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=824044 CPUtime=0.01
/proc/19145/task/19150/stat : 19150 (java) S 19143 19145 17521 0 -1 64 57 0 0 0 1 0 0 0 15 0 12 0 1991457152 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19151] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 843821056 115407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=19145/tid=19156] ppid=19143 vsize=920052 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 942133248 188667 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=920052 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 942133248 188674 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 128.64
Current children cumulated vsize (KiB) 920052

[startup+127.903 s]
/proc/loadavg: 1.02 1.11 1.45 2/94 19157
/proc/meminfo: memFree=118608/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=824044 CPUtime=141.42
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 267492 0 2 0 14013 129 0 0 18 0 12 0 1991457148 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 206011 175598 1391 9 0 203373 0
[pid=19145/tid=19147] ppid=19143 vsize=824044 CPUtime=38.72
/proc/19145/task/19147/stat : 19147 (java) S 19143 19145 17521 0 -1 64 29955 0 2 0 3857 15 0 0 17 0 12 0 1991457149 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=824044 CPUtime=11.96
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 68525 0 0 0 1164 32 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19149] ppid=19143 vsize=824044 CPUtime=12.02
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 74506 0 0 0 1166 36 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=824044 CPUtime=75.56
/proc/19145/task/19150/stat : 19150 (java) R 19143 19145 17521 0 -1 64 85481 0 0 0 7517 39 0 0 20 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 104126450 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=824044 CPUtime=1.29
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2152 0 0 0 128 1 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=824044 CPUtime=1.8
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6111 0 0 0 178 2 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19156] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 141.42
Current children cumulated vsize (KiB) 824044

[startup+131.101 s]
/proc/loadavg: 1.02 1.11 1.45 2/94 19157
/proc/meminfo: memFree=118608/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=824044 CPUtime=144.62
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 267492 0 2 0 14333 129 0 0 18 0 12 0 1991457148 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 206011 175598 1391 9 0 203373 0
[pid=19145/tid=19147] ppid=19143 vsize=824044 CPUtime=38.72
/proc/19145/task/19147/stat : 19147 (java) S 19143 19145 17521 0 -1 64 29955 0 2 0 3857 15 0 0 17 0 12 0 1991457149 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=824044 CPUtime=11.96
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 68525 0 0 0 1164 32 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19149] ppid=19143 vsize=824044 CPUtime=12.02
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 74506 0 0 0 1166 36 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=824044 CPUtime=78.77
/proc/19145/task/19150/stat : 19150 (java) R 19143 19145 17521 0 -1 64 85481 0 0 0 7837 40 0 0 25 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 105677201 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=824044 CPUtime=1.29
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2152 0 0 0 128 1 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=824044 CPUtime=1.8
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6111 0 0 0 178 2 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19156] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 144.62
Current children cumulated vsize (KiB) 824044

[startup+134.303 s]
/proc/loadavg: 1.02 1.10 1.45 2/94 19157
/proc/meminfo: memFree=118608/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=824044 CPUtime=147.81
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 267494 0 2 0 14652 129 0 0 18 0 12 0 1991457148 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 206011 175598 1391 9 0 203373 0
[pid=19145/tid=19147] ppid=19143 vsize=824044 CPUtime=38.73
/proc/19145/task/19147/stat : 19147 (java) S 19143 19145 17521 0 -1 64 29957 0 2 0 3858 15 0 0 17 0 12 0 1991457149 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=824044 CPUtime=11.96
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 68525 0 0 0 1164 32 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19149] ppid=19143 vsize=824044 CPUtime=12.02
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 74506 0 0 0 1166 36 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=824044 CPUtime=81.95
/proc/19145/task/19150/stat : 19150 (java) R 19143 19145 17521 0 -1 64 85481 0 0 0 8155 40 0 0 18 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=824044 CPUtime=1.29
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2152 0 0 0 128 1 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=824044 CPUtime=1.8
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6111 0 0 0 178 2 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19156] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 147.81
Current children cumulated vsize (KiB) 824044

[startup+135.103 s]
/proc/loadavg: 1.02 1.10 1.45 2/94 19157
/proc/meminfo: memFree=118608/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=824044 CPUtime=148.61
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 267494 0 2 0 14732 129 0 0 18 0 12 0 1991457148 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 206011 175598 1391 9 0 203373 0
[pid=19145/tid=19147] ppid=19143 vsize=824044 CPUtime=38.73
/proc/19145/task/19147/stat : 19147 (java) S 19143 19145 17521 0 -1 64 29957 0 2 0 3858 15 0 0 17 0 12 0 1991457149 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=824044 CPUtime=11.96
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 68525 0 0 0 1164 32 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19149] ppid=19143 vsize=824044 CPUtime=12.02
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 74506 0 0 0 1166 36 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=824044 CPUtime=82.75
/proc/19145/task/19150/stat : 19150 (java) R 19143 19145 17521 0 -1 64 85481 0 0 0 8235 40 0 0 20 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=824044 CPUtime=1.29
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2152 0 0 0 128 1 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=824044 CPUtime=1.8
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6111 0 0 0 178 2 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19156] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.61
Current children cumulated vsize (KiB) 824044

[startup+135.503 s]
/proc/loadavg: 1.02 1.10 1.45 2/94 19157
/proc/meminfo: memFree=118608/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=824044 CPUtime=149.01
/proc/19145/stat : 19145 (java) S 19143 19145 17521 0 -1 0 267494 0 2 0 14772 129 0 0 18 0 12 0 1991457148 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 206011 175598 1391 9 0 203373 0
[pid=19145/tid=19147] ppid=19143 vsize=824044 CPUtime=38.73
/proc/19145/task/19147/stat : 19147 (java) S 19143 19145 17521 0 -1 64 29957 0 2 0 3858 15 0 0 17 0 12 0 1991457149 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19148] ppid=19143 vsize=824044 CPUtime=11.96
/proc/19145/task/19148/stat : 19148 (java) S 19143 19145 17521 0 -1 64 68525 0 0 0 1164 32 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19149] ppid=19143 vsize=824044 CPUtime=12.02
/proc/19145/task/19149/stat : 19149 (java) S 19143 19145 17521 0 -1 64 74506 0 0 0 1166 36 0 0 16 0 12 0 1991457150 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19150] ppid=19143 vsize=824044 CPUtime=83.15
/proc/19145/task/19150/stat : 19150 (java) R 19143 19145 17521 0 -1 64 85481 0 0 0 8275 40 0 0 21 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 106123786 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19151] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19151/stat : 19151 (java) S 19143 19145 17521 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19152] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19152/stat : 19152 (java) S 19143 19145 17521 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991457152 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19153] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19153/stat : 19153 (java) S 19143 19145 17521 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19154] ppid=19143 vsize=824044 CPUtime=1.29
/proc/19145/task/19154/stat : 19154 (java) S 19143 19145 17521 0 -1 64 2152 0 0 0 128 1 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19155] ppid=19143 vsize=824044 CPUtime=1.8
/proc/19145/task/19155/stat : 19155 (java) S 19143 19145 17521 0 -1 64 6111 0 0 0 178 2 0 0 16 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19145/tid=19156] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19156/stat : 19156 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19145/tid=19157] ppid=19143 vsize=824044 CPUtime=0
/proc/19145/task/19157/stat : 19157 (java) S 19143 19145 17521 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991457156 843821056 175598 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.01
Current children cumulated vsize (KiB) 824044

[startup+135.903 s]
/proc/loadavg: 1.02 1.10 1.45 2/94 19157
/proc/meminfo: memFree=118608/2055920 swapFree=4180436/4192956
[pid=19145] ppid=19143 vsize=0 CPUtime=149.39
/proc/19145/stat : 19145 (java) Z 19143 19145 17521 0 -1 12 267508 0 2 0 14805 134 0 0 16 0 2 0 1991457148 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19145/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.39
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 135.96
CPU time (s): 149.46
CPU user time (s): 148.054
CPU system time (s): 1.40579
CPU usage (%): 109.93
Max. virtual memory (cumulated for all children) (KiB): 920052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.054
system time used= 1.40579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267508
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4472
involuntary context switches= 3561

runsolver used 0.181972 second user time and 0.45393 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-04 00:41:24
IDJOB=1059757
IDBENCH=54374
IDSOLVER=344
FILE ID=node71/1059757-1215124884
PBS_JOBID= 7877064
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb68641783171ba02b4bd9bfd4e8486c
RANDOM SEED=107816522

node71.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.209
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.209
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:        819024 kB
Buffers:         37380 kB
Cached:         383724 kB
SwapCached:       6480 kB
Active:         773008 kB
Inactive:       401892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        819024 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1232 kB
Writeback:           0 kB
Mapped:         769980 kB
Slab:            45664 kB
Committed_AS:  4931960 kB
PageTables:       3384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node71 at 2008-07-04 00:43:40