Trace number 1057252

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? 161.145 158.48

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-80-3-3.xml
MD5SUMb2a5cfb9692531502933a8da0034a3ad
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.066989
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.43	c See www.sat4j.org for details.
0.28/0.43	c That software uses the Rhino library from the Mozilla project.
0.28/0.47	c version 9.9.9.token
0.28/0.47	c sun.arch.data.model	32
0.28/0.47	c java.version	1.6.0_06
0.28/0.47	c os.name	Linux
0.28/0.48	c os.version	2.6.9-22.EL.rootsmp
0.28/0.48	c os.arch	i386
0.28/0.48	c Free memory 669864272
0.28/0.48	c Max memory 672137216
0.28/0.48	c Total memory 672137216
0.28/0.48	c Number of processors 2
0.37/0.52	c c --- Begin Solver configuration ---
0.37/0.52	c Stops conflict analysis at the first Unique Implication Point
0.37/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.52	c Learn all clauses as in MiniSAT
0.37/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.52	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.52	c Expensive reason simplification
0.37/0.52	c MiniSAT restarts strategy
0.37/0.52	c timeout=2147483s
0.37/0.52	c DB Simplification allowed=false
0.37/0.52	c --- End Solver configuration ---
0.37/0.52	c solving HOME/instance-1057252-1215109646.xml
0.37/0.52	c reading problem ... 
0.64/0.81	c reading problem named null
0.64/0.81	c reading domains done.
0.64/0.82	c reading variables done.
0.84/1.09	c reading predicates  done.
1.17/1.57	c reading constraints
160.99/158.33	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
160.99/158.33		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:182)
160.99/158.33		at org.mozilla.javascript.gen.c1._c5(predefinedfunctions.js:12)
160.99/158.33		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
160.99/158.33		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
160.99/158.33		at org.mozilla.javascript.gen.c13._c0(rhino.log:1)
160.99/158.33		at org.mozilla.javascript.gen.c13.call(rhino.log)
160.99/158.33		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
160.99/158.33		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
160.99/158.33		at org.mozilla.javascript.gen.c13.call(rhino.log)
160.99/158.33		at org.mozilla.javascript.gen.c13.exec(rhino.log)
160.99/158.33		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
160.99/158.33		at org.sat4j.csp.Predicate.find(Predicate.java:129)
160.99/158.33		at org.sat4j.csp.Predicate.find(Predicate.java:139)
160.99/158.33		at org.sat4j.csp.Predicate.find(Predicate.java:139)
160.99/158.33		at org.sat4j.csp.Predicate.find(Predicate.java:139)
160.99/158.33		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
160.99/158.33		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
160.99/158.33		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
160.99/158.33		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
160.99/158.33		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
160.99/158.33		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
160.99/158.33		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
160.99/158.33		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
160.99/158.34	c starts		: 0
160.99/158.34	c conflicts		: 0
160.99/158.34	c decisions		: 0
160.99/158.34	c propagations		: 0
160.99/158.34	c inspects		: 0
160.99/158.34	c learnt literals	: 0
160.99/158.34	c learnt binary clauses	: 0
160.99/158.34	c learnt ternary clauses	: 0
160.99/158.34	c learnt clauses	: 0
160.99/158.34	c ignored clauses	: 0
160.99/158.34	c root simplifications	: 0
160.99/158.34	c removed literals (reason simplification)	: 0
160.99/158.34	c reason swapping (by a shorter reason)	: 0
160.99/158.34	c Calls to reduceDB	: 0
160.99/158.34	c speed (assignments/second)	: 0.0
160.99/158.34	c non guided choices	0
160.99/158.34	s UNKNOWN
160.99/158.34	c Total wall clock time (in seconds) : 157.811

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

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


[startup+0 s]
/proc/loadavg: 2.22 2.09 1.96 4/75 27899
/proc/meminfo: memFree=1653504/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=18572 CPUtime=0
/proc/27899/stat : 27899 (runsolver) R 27897 27899 27531 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1989939687 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27899/statm: 4643 292 257 25 0 2626 0

[startup+0.0838931 s]
/proc/loadavg: 2.22 2.09 1.96 4/75 27899
/proc/meminfo: memFree=1653504/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=800744 CPUtime=0.03
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 2384 0 21 0 1 2 0 0 21 0 4 0 1989939687 819961856 2142 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 200186 2142 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.101909 s]
/proc/loadavg: 2.22 2.09 1.96 4/75 27899
/proc/meminfo: memFree=1653504/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=802080 CPUtime=0.05
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 2565 0 21 0 2 3 0 0 21 0 7 0 1989939687 821329920 2320 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 200520 2320 981 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.301912 s]
/proc/loadavg: 2.22 2.09 1.96 4/75 27899
/proc/meminfo: memFree=1653504/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=808212 CPUtime=0.22
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 4544 0 22 0 18 4 0 0 21 0 12 0 1989939687 827609088 3892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 202053 3892 1296 9 0 199422 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 808212

[startup+0.701951 s]
/proc/loadavg: 2.22 2.09 1.96 4/75 27899
/proc/meminfo: memFree=1653504/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=808240 CPUtime=0.55
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 5998 0 22 0 48 7 0 0 21 0 12 0 1989939687 827637760 5180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 202060 5180 1332 9 0 199422 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 808240

[startup+1.50203 s]
/proc/loadavg: 2.29 2.11 1.96 4/87 27911
/proc/meminfo: memFree=1629856/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=808240 CPUtime=1.17
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 8264 0 22 0 108 9 0 0 21 0 12 0 1989939687 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 202060 6802 1346 9 0 199422 0
[pid=27899/tid=27901] ppid=27897 vsize=808240 CPUtime=0.67
/proc/27899/task/27901/stat : 27901 (java) R 27897 27899 27531 0 -1 64 5147 0 1 0 61 6 0 0 18 0 12 0 1989939692 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27902/stat : 27902 (java) S 27897 27899 27531 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 1989939693 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27903] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27903/stat : 27903 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1989939693 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27904/stat : 27904 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1989939696 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1989939697 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 1989939697 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=808240 CPUtime=0.12
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 414 0 1 0 12 0 0 0 16 0 12 0 1989939704 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=808240 CPUtime=0.34
/proc/27899/task/27909/stat : 27909 (java) R 27897 27899 27531 0 -1 64 1961 0 0 0 34 0 0 0 16 0 12 0 1989939704 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 103336645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=808240 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 827637760 6802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 808240

[startup+3.10218 s]
/proc/loadavg: 2.29 2.11 1.96 4/87 27911
/proc/meminfo: memFree=1616096/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=817612 CPUtime=2.86
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 27917 0 22 0 264 22 0 0 21 0 12 0 1989939687 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 204403 23297 1376 9 0 201765 0
[pid=27899/tid=27901] ppid=27897 vsize=817612 CPUtime=1.45
/proc/27899/task/27901/stat : 27901 (java) R 27897 27899 27531 0 -1 64 17261 0 1 0 130 15 0 0 22 0 12 0 1989939692 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=817612 CPUtime=0.03
/proc/27899/task/27902/stat : 27902 (java) R 27897 27899 27531 0 -1 64 566 0 0 0 3 0 0 0 17 0 12 0 1989939693 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27903] ppid=27897 vsize=817612 CPUtime=0.05
/proc/27899/task/27903/stat : 27903 (java) R 27897 27899 27531 0 -1 64 1533 0 0 0 5 0 0 0 17 0 12 0 1989939693 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=817612 CPUtime=0
/proc/27899/task/27904/stat : 27904 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1989939696 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=817612 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1989939697 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=817612 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 5 0 0 0 0 0 0 0 25 0 12 0 1989939697 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=817612 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=817612 CPUtime=0.31
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 886 0 1 0 31 0 0 0 16 0 12 0 1989939704 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=817612 CPUtime=0.95
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6930 0 0 0 92 3 0 0 16 0 12 0 1989939704 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=817612 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=817612 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 837234688 23297 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 817612

[startup+6.30248 s]
/proc/loadavg: 2.29 2.11 1.96 3/87 27911
/proc/meminfo: memFree=1503648/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=822008 CPUtime=6.45
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 47634 0 22 0 616 29 0 0 21 0 12 0 1989939687 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 205502 40794 1383 9 0 202864 0
[pid=27899/tid=27901] ppid=27897 vsize=822008 CPUtime=3.29
/proc/27899/task/27901/stat : 27901 (java) R 27897 27899 27531 0 -1 64 17273 0 1 0 314 15 0 0 25 0 12 0 1989939692 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=822008 CPUtime=0.81
/proc/27899/task/27902/stat : 27902 (java) S 27897 27899 27531 0 -1 64 9802 0 0 0 78 3 0 0 18 0 12 0 1989939693 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27903] ppid=27897 vsize=822008 CPUtime=0.86
/proc/27899/task/27903/stat : 27903 (java) S 27897 27899 27531 0 -1 64 11945 0 0 0 82 4 0 0 18 0 12 0 1989939693 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=822008 CPUtime=0
/proc/27899/task/27904/stat : 27904 (java) S 27897 27899 27531 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1989939696 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=822008 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 1989939697 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=822008 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=822008 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=822008 CPUtime=0.32
/proc/27899/task/27908/stat : 27908 (java) R 27897 27899 27531 0 -1 64 886 0 1 0 32 0 0 0 17 0 12 0 1989939704 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 106225328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=822008 CPUtime=1.1
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6957 0 0 0 107 3 0 0 17 0 12 0 1989939704 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=822008 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=822008 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 841736192 40794 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 822008

[startup+12.7021 s]
/proc/loadavg: 2.39 2.14 1.97 5/87 27911
/proc/meminfo: memFree=1468832/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=824112 CPUtime=13.23
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 56611 0 22 0 1290 33 0 0 21 0 12 0 1989939687 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 206028 48720 1383 9 0 203390 0
[pid=27899/tid=27901] ppid=27897 vsize=824112 CPUtime=8.23
/proc/27899/task/27901/stat : 27901 (java) R 27897 27899 27531 0 -1 64 17280 0 1 0 808 15 0 0 25 0 12 0 1989939692 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27902] ppid=27897 vsize=824112 CPUtime=1.69
/proc/27899/task/27902/stat : 27902 (java) R 27897 27899 27531 0 -1 64 13238 0 0 0 164 5 0 0 15 0 12 0 1989939693 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27903] ppid=27897 vsize=824112 CPUtime=1.75
/proc/27899/task/27903/stat : 27903 (java) R 27897 27899 27531 0 -1 64 17469 0 0 0 169 6 0 0 15 0 12 0 1989939693 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27904] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27904/stat : 27904 (java) R 27897 27899 27531 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1989939696 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27905] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=824112 CPUtime=0.39
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 896 0 1 0 39 0 0 0 16 0 12 0 1989939704 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=824112 CPUtime=1.11
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6957 0 0 0 108 3 0 0 17 0 12 0 1989939704 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 843890688 48720 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 824112

[startup+25.5014 s]
/proc/loadavg: 2.55 2.18 1.99 3/87 27911
/proc/meminfo: memFree=1238368/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=824112 CPUtime=26.59
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 111930 0 22 0 2600 59 0 0 21 0 12 0 1989939687 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 206028 103248 1387 9 0 203390 0
[pid=27899/tid=27901] ppid=27897 vsize=824112 CPUtime=15.66
/proc/27899/task/27901/stat : 27901 (java) R 27897 27899 27531 0 -1 64 23456 0 1 0 1547 19 0 0 25 0 12 0 1989939692 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27902] ppid=27897 vsize=824112 CPUtime=4.56
/proc/27899/task/27902/stat : 27902 (java) R 27897 27899 27531 0 -1 64 37471 0 0 0 440 16 0 0 16 0 12 0 1989939693 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 106159729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27903] ppid=27897 vsize=824112 CPUtime=4.63
/proc/27899/task/27903/stat : 27903 (java) R 27897 27899 27531 0 -1 64 42367 0 0 0 446 17 0 0 16 0 12 0 1989939693 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27904] ppid=27897 vsize=824112 CPUtime=0.01
/proc/27899/task/27904/stat : 27904 (java) S 27897 27899 27531 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1989939696 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27905] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 843890688 103248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=27899/tid=27910] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.85
Current children cumulated vsize (KiB) 824112

[startup+153.502 s]
/proc/loadavg: 2.15 2.18 2.01 3/87 27911
/proc/meminfo: memFree=943072/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=824112 CPUtime=156.21
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 421528 0 22 0 15398 223 0 0 21 0 12 0 1989939687 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 206028 175563 1390 9 0 203390 0
[pid=27899/tid=27901] ppid=27897 vsize=824112 CPUtime=31.2
/proc/27899/task/27901/stat : 27901 (java) S 27897 27899 27531 0 -1 64 35810 0 1 0 3095 25 0 0 17 0 12 0 1989939692 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=824112 CPUtime=9.6
/proc/27899/task/27902/stat : 27902 (java) S 27897 27899 27531 0 -1 64 67600 0 0 0 930 30 0 0 16 0 12 0 1989939693 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27903] ppid=27897 vsize=824112 CPUtime=9.78
/proc/27899/task/27903/stat : 27903 (java) S 27897 27899 27531 0 -1 64 68665 0 0 0 948 30 0 0 16 0 12 0 1989939693 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=824112 CPUtime=103.8
/proc/27899/task/27904/stat : 27904 (java) R 27897 27899 27531 0 -1 64 240847 0 0 0 10250 130 0 0 25 0 12 0 1989939696 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1989939697 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=824112 CPUtime=0.49
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 897 0 1 0 49 0 0 0 16 0 12 0 1989939704 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=824112 CPUtime=1.27
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6968 0 0 0 124 3 0 0 16 0 12 0 1989939704 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 843890688 175563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.21
Current children cumulated vsize (KiB) 824112

[startup+156.703 s]
/proc/loadavg: 2.13 2.18 2.01 3/87 27911
/proc/meminfo: memFree=943072/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=824112 CPUtime=159.4
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 421532 0 22 0 15717 223 0 0 21 0 12 0 1989939687 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 206028 175565 1391 9 0 203390 0
[pid=27899/tid=27901] ppid=27897 vsize=824112 CPUtime=31.2
/proc/27899/task/27901/stat : 27901 (java) S 27897 27899 27531 0 -1 64 35814 0 1 0 3095 25 0 0 17 0 12 0 1989939692 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=824112 CPUtime=9.6
/proc/27899/task/27902/stat : 27902 (java) S 27897 27899 27531 0 -1 64 67600 0 0 0 930 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27903] ppid=27897 vsize=824112 CPUtime=9.78
/proc/27899/task/27903/stat : 27903 (java) S 27897 27899 27531 0 -1 64 68665 0 0 0 948 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=824112 CPUtime=106.98
/proc/27899/task/27904/stat : 27904 (java) R 27897 27899 27531 0 -1 64 240847 0 0 0 10568 130 0 0 25 0 12 0 1989939696 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=824112 CPUtime=0.49
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 897 0 1 0 49 0 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=824112 CPUtime=1.27
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6968 0 0 0 124 3 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.4
Current children cumulated vsize (KiB) 824112

[startup+157.503 s]
/proc/loadavg: 2.13 2.18 2.01 3/87 27911
/proc/meminfo: memFree=943008/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=824112 CPUtime=160.19
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 421532 0 22 0 15796 223 0 0 21 0 12 0 1989939687 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 206028 175565 1391 9 0 203390 0
[pid=27899/tid=27901] ppid=27897 vsize=824112 CPUtime=31.2
/proc/27899/task/27901/stat : 27901 (java) S 27897 27899 27531 0 -1 64 35814 0 1 0 3095 25 0 0 17 0 12 0 1989939692 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=824112 CPUtime=9.6
/proc/27899/task/27902/stat : 27902 (java) S 27897 27899 27531 0 -1 64 67600 0 0 0 930 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27903] ppid=27897 vsize=824112 CPUtime=9.78
/proc/27899/task/27903/stat : 27903 (java) S 27897 27899 27531 0 -1 64 68665 0 0 0 948 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=824112 CPUtime=107.78
/proc/27899/task/27904/stat : 27904 (java) R 27897 27899 27531 0 -1 64 240847 0 0 0 10648 130 0 0 25 0 12 0 1989939696 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=824112 CPUtime=0.49
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 897 0 1 0 49 0 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=824112 CPUtime=1.27
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6968 0 0 0 124 3 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.19
Current children cumulated vsize (KiB) 824112

[startup+157.903 s]
/proc/loadavg: 2.13 2.18 2.01 3/87 27911
/proc/meminfo: memFree=943008/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=824112 CPUtime=160.59
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 421532 0 22 0 15836 223 0 0 21 0 12 0 1989939687 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 206028 175565 1391 9 0 203390 0
[pid=27899/tid=27901] ppid=27897 vsize=824112 CPUtime=31.2
/proc/27899/task/27901/stat : 27901 (java) S 27897 27899 27531 0 -1 64 35814 0 1 0 3095 25 0 0 17 0 12 0 1989939692 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=824112 CPUtime=9.6
/proc/27899/task/27902/stat : 27902 (java) S 27897 27899 27531 0 -1 64 67600 0 0 0 930 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27903] ppid=27897 vsize=824112 CPUtime=9.78
/proc/27899/task/27903/stat : 27903 (java) S 27897 27899 27531 0 -1 64 68665 0 0 0 948 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=824112 CPUtime=108.18
/proc/27899/task/27904/stat : 27904 (java) R 27897 27899 27531 0 -1 64 240847 0 0 0 10688 130 0 0 25 0 12 0 1989939696 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 106123789 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=824112 CPUtime=0.49
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 897 0 1 0 49 0 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=824112 CPUtime=1.27
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6968 0 0 0 124 3 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 824112

[startup+158.303 s]
/proc/loadavg: 2.13 2.18 2.01 3/87 27911
/proc/meminfo: memFree=943008/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=824112 CPUtime=160.99
/proc/27899/stat : 27899 (java) S 27897 27899 27531 0 -1 0 421532 0 22 0 15876 223 0 0 21 0 12 0 1989939687 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 206028 175565 1391 9 0 203390 0
[pid=27899/tid=27901] ppid=27897 vsize=824112 CPUtime=31.2
/proc/27899/task/27901/stat : 27901 (java) S 27897 27899 27531 0 -1 64 35814 0 1 0 3095 25 0 0 17 0 12 0 1989939692 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27902] ppid=27897 vsize=824112 CPUtime=9.6
/proc/27899/task/27902/stat : 27902 (java) S 27897 27899 27531 0 -1 64 67600 0 0 0 930 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27899/tid=27903] ppid=27897 vsize=824112 CPUtime=9.78
/proc/27899/task/27903/stat : 27903 (java) S 27897 27899 27531 0 -1 64 68665 0 0 0 948 30 0 0 16 0 12 0 1989939693 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27904] ppid=27897 vsize=824112 CPUtime=108.58
/proc/27899/task/27904/stat : 27904 (java) R 27897 27899 27531 0 -1 64 240847 0 0 0 10728 130 0 0 25 0 12 0 1989939696 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27905] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27905/stat : 27905 (java) S 27897 27899 27531 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27906] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27906/stat : 27906 (java) S 27897 27899 27531 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1989939697 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27907] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27907/stat : 27907 (java) S 27897 27899 27531 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27908] ppid=27897 vsize=824112 CPUtime=0.49
/proc/27899/task/27908/stat : 27908 (java) S 27897 27899 27531 0 -1 64 897 0 1 0 49 0 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27909] ppid=27897 vsize=824112 CPUtime=1.27
/proc/27899/task/27909/stat : 27909 (java) S 27897 27899 27531 0 -1 64 6968 0 0 0 124 3 0 0 16 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27910] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27910/stat : 27910 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27899/tid=27911] ppid=27897 vsize=824112 CPUtime=0
/proc/27899/task/27911/stat : 27911 (java) S 27897 27899 27531 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1989939704 843890688 175565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 824112

[startup+158.408 s]
/proc/loadavg: 2.13 2.18 2.01 3/87 27911
/proc/meminfo: memFree=943008/2055920 swapFree=4179560/4192956
[pid=27899] ppid=27897 vsize=0 CPUtime=161.07
/proc/27899/stat : 27899 (java) Z 27897 27899 27531 0 -1 12 421546 0 22 0 15880 227 0 0 16 0 2 0 1989939687 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27899/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 158.48
CPU time (s): 161.145
CPU user time (s): 158.801
CPU system time (s): 2.34464
CPU usage (%): 101.682
Max. virtual memory (cumulated for all children) (KiB): 920120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.801
system time used= 2.34464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421546
page faults= 22
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5305
involuntary context switches= 5268

runsolver used 0.225965 second user time and 0.516921 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 20:27:26
IDJOB=1057252
IDBENCH=54019
IDSOLVER=344
FILE ID=node8/1057252-1215109646
PBS_JOBID= 7877187
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b2a5cfb9692531502933a8da0034a3ad
RANDOM SEED=216758542

node8.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.222
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.222
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:       1653920 kB
Buffers:          9640 kB
Cached:         295244 kB
SwapCached:       7032 kB
Active:          55044 kB
Inactive:       292488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653920 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:          49532 kB
Slab:            39544 kB
Committed_AS:  3268932 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node8 at 2008-07-03 20:30:05