Trace number 1057441

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? 158.871 154.175

General information on the benchmark

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

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

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


[startup+0 s]
/proc/loadavg: 1.82 1.96 1.94 3/80 16641
/proc/meminfo: memFree=1112552/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=18572 CPUtime=0
/proc/16641/stat : 16641 (runsolver) R 16639 16641 16302 0 -1 4194368 16 0 0 0 0 0 0 0 24 0 1 0 1990084121 19017728 293 996147200 4194304 4296836 548682068416 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16641/statm: 4643 293 257 25 0 2626 0

[startup+0.061336 s]
/proc/loadavg: 1.82 1.96 1.94 3/80 16641
/proc/meminfo: memFree=1112552/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=13576 CPUtime=0.01
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 891 0 0 0 0 1 0 0 18 0 2 0 1990084121 13901824 639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13576

[startup+0.102344 s]
/proc/loadavg: 1.82 1.96 1.94 3/80 16641
/proc/meminfo: memFree=1112552/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=801756 CPUtime=0.03
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 2520 0 1 0 2 1 0 0 18 0 6 0 1990084121 820998144 2257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 200439 2257 960 9 0 197822 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801756

[startup+0.301381 s]
/proc/loadavg: 1.82 1.96 1.94 3/80 16641
/proc/meminfo: memFree=1112552/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=808276 CPUtime=0.23
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 4684 0 1 0 20 3 0 0 18 0 12 0 1990084121 827674624 4011 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 202069 4011 1296 9 0 199438 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808276

[startup+0.701455 s]
/proc/loadavg: 1.82 1.96 1.94 3/80 16641
/proc/meminfo: memFree=1112552/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=808304 CPUtime=0.63
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 6314 0 1 0 58 5 0 0 18 0 12 0 1990084121 827703296 5442 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 202076 5442 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 808304

[startup+1.50159 s]
/proc/loadavg: 1.92 1.98 1.95 3/92 16653
/proc/meminfo: memFree=1093448/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=808304 CPUtime=1.42
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 8505 0 1 0 136 6 0 0 18 0 12 0 1990084121 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 202076 6988 1354 9 0 199438 0
[pid=16641/tid=16643] ppid=16639 vsize=808304 CPUtime=0.8
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 16302 0 -1 64 5299 0 1 0 76 4 0 0 19 0 12 0 1990084122 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4109211592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084129 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1990084129 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 16302 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990084131 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1990084131 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990084131 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=808304 CPUtime=0.35
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1269 0 0 0 35 0 0 0 16 0 12 0 1990084135 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=808304 CPUtime=0.23
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 1175 0 0 0 23 0 0 0 16 0 12 0 1990084135 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=808304 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 827703296 6988 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 808304

[startup+3.10289 s]
/proc/loadavg: 1.92 1.98 1.95 5/92 16653
/proc/meminfo: memFree=1079432/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=817276 CPUtime=3.01
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 28302 0 1 0 286 15 0 0 18 0 12 0 1990084121 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 204319 23677 1378 9 0 201681 0
[pid=16641/tid=16643] ppid=16639 vsize=817276 CPUtime=1.51
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 16302 0 -1 64 17262 0 1 0 141 10 0 0 25 0 12 0 1990084122 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=817276 CPUtime=0.05
/proc/16641/task/16644/stat : 16644 (java) R 16639 16641 16302 0 -1 64 1027 0 0 0 5 0 0 0 17 0 12 0 1990084129 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=817276 CPUtime=0.05
/proc/16641/task/16645/stat : 16645 (java) R 16639 16641 16302 0 -1 64 1601 0 0 0 5 0 0 0 17 0 12 0 1990084129 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 106160297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=817276 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1990084131 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=817276 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1990084131 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=817276 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1990084131 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=817276 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=817276 CPUtime=0.54
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1377 0 0 0 54 0 0 0 16 0 12 0 1990084135 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=817276 CPUtime=0.81
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 6274 0 0 0 79 2 0 0 16 0 12 0 1990084135 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=817276 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=817276 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 836890624 23677 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 817276

[startup+6.30149 s]
/proc/loadavg: 1.92 1.98 1.95 3/92 16653
/proc/meminfo: memFree=969288/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=6.67
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 48252 0 1 0 643 24 0 0 18 0 12 0 1990084121 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 41212 1385 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=3.46
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 16302 0 -1 64 17273 0 1 0 336 10 0 0 22 0 12 0 1990084122 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=0.84
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 8953 0 0 0 80 4 0 0 18 0 12 0 1990084129 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=0.86
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 13557 0 0 0 82 4 0 0 18 0 12 0 1990084129 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 16302 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=823520 CPUtime=0.54
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1377 0 0 0 54 0 0 0 16 0 12 0 1990084135 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=823520 CPUtime=0.9
/proc/16641/task/16651/stat : 16651 (java) R 16639 16641 16302 0 -1 64 6301 0 0 0 88 2 0 0 17 0 12 0 1990084135 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 104090786 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16652] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 843284480 41212 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 823520

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.95 3/92 16653
/proc/meminfo: memFree=940680/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=13.43
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 51431 0 1 0 1317 26 0 0 18 0 12 0 1990084121 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 44086 1385 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=9.02
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 16302 0 -1 64 17277 0 1 0 892 10 0 0 25 0 12 0 1990084122 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4109830827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=1.36
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 11008 0 0 0 131 5 0 0 17 0 12 0 1990084129 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=1.4
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 14640 0 0 0 135 5 0 0 17 0 12 0 1990084129 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 16302 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=823520 CPUtime=0.58
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1377 0 0 0 58 0 0 0 16 0 12 0 1990084135 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16651] ppid=16639 vsize=823520 CPUtime=1
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 6338 0 0 0 98 2 0 0 16 0 12 0 1990084135 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16652] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 843284480 44086 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 823520

[startup+25.5027 s]
/proc/loadavg: 2.09 2.01 1.96 3/92 16653
/proc/meminfo: memFree=719112/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=27.05
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 106777 0 1 0 2656 49 0 0 18 0 12 0 1990084121 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 98999 1389 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=16.94
/proc/16641/task/16643/stat : 16643 (java) R 16639 16641 16302 0 -1 64 23455 0 1 0 1681 13 0 0 25 0 12 0 1990084122 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4109938469 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=4.18
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 34237 0 0 0 403 15 0 0 17 0 12 0 1990084129 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=4.13
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 40568 0 0 0 397 16 0 0 16 0 12 0 1990084129 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=0.01
/proc/16641/task/16646/stat : 16646 (java) S 16639 16641 16302 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 1990084131 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 98999 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16641/tid=16652] ppid=16639 vsize=887524 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 908824576 191475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=887524 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 908824576 191475 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.55
Current children cumulated vsize (KiB) 887524

[startup+147.103 s]
/proc/loadavg: 2.12 2.09 2.00 3/92 16689
/proc/meminfo: memFree=413320/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=151.9
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 342966 0 1 0 15034 156 0 0 18 0 12 0 1990084121 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 175474 1393 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=33.73
/proc/16641/task/16643/stat : 16643 (java) S 16639 16641 16302 0 -1 64 35812 0 1 0 3354 19 0 0 17 0 12 0 1990084122 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=9.57
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 64671 0 0 0 927 30 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=9.39
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 70392 0 0 0 910 29 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=97.1
/proc/16641/task/16646/stat : 16646 (java) R 16639 16641 16302 0 -1 64 163592 0 0 0 9638 72 0 0 25 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=823520 CPUtime=0.8
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1393 0 0 0 80 0 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=823520 CPUtime=1.23
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 6345 0 0 0 121 2 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.9
Current children cumulated vsize (KiB) 823520

[startup+150.302 s]
/proc/loadavg: 2.12 2.09 2.00 3/92 16689
/proc/meminfo: memFree=413320/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=155.06
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 342968 0 1 0 15350 156 0 0 18 0 12 0 1990084121 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 175474 1393 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=33.75
/proc/16641/task/16643/stat : 16643 (java) S 16639 16641 16302 0 -1 64 35814 0 1 0 3356 19 0 0 17 0 12 0 1990084122 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=9.57
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 64671 0 0 0 927 30 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=9.39
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 70392 0 0 0 910 29 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=100.25
/proc/16641/task/16646/stat : 16646 (java) R 16639 16641 16302 0 -1 64 163592 0 0 0 9953 72 0 0 25 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 106736488 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=823520 CPUtime=0.8
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1393 0 0 0 80 0 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=823520 CPUtime=1.23
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 6345 0 0 0 121 2 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.06
Current children cumulated vsize (KiB) 823520

[startup+151.903 s]
/proc/loadavg: 2.11 2.09 2.00 3/92 16689
/proc/meminfo: memFree=413320/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=156.65
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 342968 0 1 0 15509 156 0 0 18 0 12 0 1990084121 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 175474 1393 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=33.75
/proc/16641/task/16643/stat : 16643 (java) S 16639 16641 16302 0 -1 64 35814 0 1 0 3356 19 0 0 17 0 12 0 1990084122 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=9.57
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 64671 0 0 0 927 30 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=9.39
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 70392 0 0 0 910 29 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=101.83
/proc/16641/task/16646/stat : 16646 (java) R 16639 16641 16302 0 -1 64 163592 0 0 0 10111 72 0 0 25 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 106122590 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=823520 CPUtime=0.8
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1393 0 0 0 80 0 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=823520 CPUtime=1.23
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 6345 0 0 0 121 2 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.65
Current children cumulated vsize (KiB) 823520

[startup+153.502 s]
/proc/loadavg: 2.11 2.09 2.00 3/92 16689
/proc/meminfo: memFree=413320/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=158.23
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 342968 0 1 0 15667 156 0 0 18 0 12 0 1990084121 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 175474 1393 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=33.75
/proc/16641/task/16643/stat : 16643 (java) S 16639 16641 16302 0 -1 64 35814 0 1 0 3356 19 0 0 17 0 12 0 1990084122 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=9.57
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 64671 0 0 0 927 30 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=9.39
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 70392 0 0 0 910 29 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=103.41
/proc/16641/task/16646/stat : 16646 (java) R 16639 16641 16302 0 -1 64 163592 0 0 0 10269 72 0 0 25 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 106123536 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=823520 CPUtime=0.8
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1393 0 0 0 80 0 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=823520 CPUtime=1.23
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 6345 0 0 0 121 2 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.23
Current children cumulated vsize (KiB) 823520

[startup+153.902 s]
/proc/loadavg: 2.11 2.09 2.00 3/92 16689
/proc/meminfo: memFree=413320/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=823520 CPUtime=158.63
/proc/16641/stat : 16641 (java) S 16639 16641 16302 0 -1 0 342968 0 1 0 15707 156 0 0 18 0 12 0 1990084121 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 205880 175474 1393 9 0 203242 0
[pid=16641/tid=16643] ppid=16639 vsize=823520 CPUtime=33.75
/proc/16641/task/16643/stat : 16643 (java) S 16639 16641 16302 0 -1 64 35814 0 1 0 3356 19 0 0 17 0 12 0 1990084122 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16644] ppid=16639 vsize=823520 CPUtime=9.57
/proc/16641/task/16644/stat : 16644 (java) S 16639 16641 16302 0 -1 64 64671 0 0 0 927 30 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16645] ppid=16639 vsize=823520 CPUtime=9.39
/proc/16641/task/16645/stat : 16645 (java) S 16639 16641 16302 0 -1 64 70392 0 0 0 910 29 0 0 16 0 12 0 1990084129 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16646] ppid=16639 vsize=823520 CPUtime=103.81
/proc/16641/task/16646/stat : 16646 (java) R 16639 16641 16302 0 -1 64 163592 0 0 0 10309 72 0 0 25 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16647] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16647/stat : 16647 (java) S 16639 16641 16302 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16648] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16648/stat : 16648 (java) S 16639 16641 16302 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990084131 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16649] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16649/stat : 16649 (java) S 16639 16641 16302 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16650] ppid=16639 vsize=823520 CPUtime=0.8
/proc/16641/task/16650/stat : 16650 (java) S 16639 16641 16302 0 -1 64 1393 0 0 0 80 0 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16651] ppid=16639 vsize=823520 CPUtime=1.23
/proc/16641/task/16651/stat : 16651 (java) S 16639 16641 16302 0 -1 64 6345 0 0 0 121 2 0 0 16 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16652] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16652/stat : 16652 (java) S 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16641/tid=16653] ppid=16639 vsize=823520 CPUtime=0
/proc/16641/task/16653/stat : 16653 (java) R 16639 16641 16302 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990084135 843284480 175474 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.63
Current children cumulated vsize (KiB) 823520

[startup+154.101 s]
/proc/loadavg: 2.11 2.09 2.00 3/92 16689
/proc/meminfo: memFree=413320/2055920 swapFree=4110720/4192956
[pid=16641] ppid=16639 vsize=0 CPUtime=158.78
/proc/16641/stat : 16641 (java) Z 16639 16641 16302 0 -1 12 342981 0 1 0 15719 159 0 0 16 0 2 0 1990084121 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16641/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 158.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 154.175
CPU time (s): 158.871
CPU user time (s): 157.198
CPU system time (s): 1.67274
CPU usage (%): 103.046
Max. virtual memory (cumulated for all children) (KiB): 919528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.198
system time used= 1.67274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342981
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4448
involuntary context switches= 9537

runsolver used 0.208968 second user time and 0.515921 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-03 20:52:33
IDJOB=1057441
IDBENCH=54037
IDSOLVER=344
FILE ID=node70/1057441-1215111153
PBS_JOBID= 7877065
Free space on /tmp= 66432 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed23ca702094b42d6858a9ee6167f2fb
RANDOM SEED=1151633941

node70.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.256
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.256
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:       1113032 kB
Buffers:         73116 kB
Cached:         631860 kB
SwapCached:      76072 kB
Active:         409584 kB
Inactive:       456728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1113032 kB
SwapTotal:     4192956 kB
SwapFree:      4110720 kB
Dirty:            1184 kB
Writeback:           0 kB
Mapped:         174848 kB
Slab:            61596 kB
Committed_AS:  4890292 kB
PageTables:       2052 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= 66432 MiB
End job on node70 at 2008-07-03 20:55:07