Trace number 1082471

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? 206.107 206.894

General information on the benchmark

Namecsp/super-os/super-os-taillard-10/
normalized-super-os-taillard-10-11.xml
MD5SUM58b76529f110bf666837f8cb6f5feb85
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.5406
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Maximum constraint arity2
Maximum domain size675
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2800
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1082471-1215222867/watcher-1082471-1215222867 -o /tmp/evaluation-result-1082471-1215222867/solver-1082471-1215222867 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082471-1215222867.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.92 1.98 1.99 4/81 4312
/proc/meminfo: memFree=1655000/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=18572 CPUtime=0
/proc/4312/stat : 4312 (runsolver) R 4310 4312 2287 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 678016326 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 230266826023 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4312/statm: 4643 292 257 25 0 2626 0

[startup+0.0938119 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4312
/proc/meminfo: memFree=1655000/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=804612 CPUtime=0.07
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 2991 0 1 0 6 1 0 0 18 0 12 0 678016326 823922688 2724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 201153 2724 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.101807 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4312
/proc/meminfo: memFree=1655000/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=804612 CPUtime=0.08
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 3007 0 1 0 7 1 0 0 18 0 12 0 678016326 823922688 2740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301852 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4312
/proc/meminfo: memFree=1655000/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=807760 CPUtime=0.27
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 4936 0 1 0 25 2 0 0 18 0 12 0 678016326 827146240 4265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 201940 4265 1310 9 0 199309 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 807760

[startup+0.701924 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 4312
/proc/meminfo: memFree=1655000/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=807788 CPUtime=0.68
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 6283 0 1 0 64 4 0 0 18 0 12 0 678016326 827174912 5413 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 201947 5413 1336 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50207 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 4324
/proc/meminfo: memFree=1615736/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=811364 CPUtime=1.47
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 15280 0 1 0 139 8 0 0 18 0 12 0 678016326 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 202841 13280 1352 9 0 200203 0
[pid=4312/tid=4314] ppid=4310 vsize=811364 CPUtime=0.79
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 10789 0 1 0 73 6 0 0 19 0 12 0 678016328 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4315] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016329 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4316] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 678016329 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4317] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4317/stat : 4317 (java) S 4310 4312 2287 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 678016330 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4318] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 678016331 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 678016331 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=811364 CPUtime=0.22
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 576 0 0 0 22 0 0 0 16 0 12 0 678016335 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=811364 CPUtime=0.43
/proc/4312/task/4322/stat : 4322 (java) R 4310 4312 2287 0 -1 64 3153 0 0 0 42 1 0 0 17 0 12 0 678016335 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 103202696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=811364 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 830836736 13280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811364

[startup+3.10137 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 4324
/proc/meminfo: memFree=1552760/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=826588 CPUtime=3.07
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 36012 0 1 0 290 17 0 0 18 0 12 0 678016326 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 206647 29777 1384 9 0 204009 0
[pid=4312/tid=4314] ppid=4310 vsize=826588 CPUtime=1.4
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17266 0 1 0 132 8 0 0 25 0 12 0 678016328 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4315] ppid=4310 vsize=826588 CPUtime=0.05
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 2418 0 0 0 5 0 0 0 17 0 12 0 678016329 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4316] ppid=4310 vsize=826588 CPUtime=0.09
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 4868 0 0 0 8 1 0 0 18 0 12 0 678016329 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4317] ppid=4310 vsize=826588 CPUtime=0
/proc/4312/task/4317/stat : 4317 (java) S 4310 4312 2287 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 678016330 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4318] ppid=4310 vsize=826588 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=826588 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=826588 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=826588 CPUtime=0.45
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1738 0 0 0 45 0 0 0 16 0 12 0 678016335 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=826588 CPUtime=1
/proc/4312/task/4322/stat : 4322 (java) R 4310 4312 2287 0 -1 64 8930 0 0 0 96 4 0 0 20 0 12 0 678016335 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 106214621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=826588 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=826588 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 846426112 29777 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 826588

[startup+6.30296 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 4324
/proc/meminfo: memFree=1524984/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=6.26
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 42904 0 1 0 606 20 0 0 18 0 12 0 678016326 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 34214 1384 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=4.08
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17272 0 1 0 400 8 0 0 25 0 12 0 678016328 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4109741769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=0.16
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 4536 0 0 0 15 1 0 0 16 0 12 0 678016329 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=0.21
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 8089 0 0 0 18 3 0 0 16 0 12 0 678016329 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4317/stat : 4317 (java) S 4310 4312 2287 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 678016330 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=823336 CPUtime=0.49
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1902 0 0 0 49 0 0 0 17 0 12 0 678016335 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=823336 CPUtime=1.27
/proc/4312/task/4322/stat : 4322 (java) S 4310 4312 2287 0 -1 64 10313 0 0 0 123 4 0 0 22 0 12 0 678016335 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 34214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 823336

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 4324
/proc/meminfo: memFree=1475968/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=12.63
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 55674 0 1 0 1238 25 0 0 18 0 12 0 678016326 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 46963 1384 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=10.08
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17293 0 1 0 1000 8 0 0 25 0 12 0 678016328 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4109890295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=0.31
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 11151 0 0 0 28 3 0 0 16 0 12 0 678016329 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=0.33
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 14222 0 0 0 28 5 0 0 16 0 12 0 678016329 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=0.01
/proc/4312/task/4317/stat : 4317 (java) S 4310 4312 2287 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 678016330 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=823336 CPUtime=0.52
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1902 0 0 0 52 0 0 0 16 0 12 0 678016335 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=823336 CPUtime=1.31
/proc/4312/task/4322/stat : 4322 (java) S 4310 4312 2287 0 -1 64 10313 0 0 0 127 4 0 0 16 0 12 0 678016335 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 46963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 823336

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 4324
/proc/meminfo: memFree=1412800/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=25.36
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 70315 0 1 0 2507 29 0 0 18 0 12 0 678016326 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 61580 1384 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=22.5
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17317 0 1 0 2242 8 0 0 25 0 12 0 678016328 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4109888650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=0.44
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 17206 0 0 0 39 5 0 0 16 0 12 0 678016329 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=0.5
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 22784 0 0 0 42 8 0 0 16 0 12 0 678016329 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=0.01
/proc/4312/task/4317/stat : 4317 (java) S 4310 4312 2287 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 678016330 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 61580 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.62
Current children cumulated vsize (KiB) 823336

[startup+201.501 s]
/proc/loadavg: 2.44 2.10 2.03 4/93 4324
/proc/meminfo: memFree=956352/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=200.79
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 184479 0 1 0 20007 72 0 0 18 0 12 0 678016326 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 175439 1388 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=169.87
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17625 0 1 0 16978 9 0 0 25 0 12 0 678016328 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=2.79
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 72628 0 0 0 255 24 0 0 15 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=2.84
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 80582 0 0 0 256 28 0 0 16 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=22.92
/proc/4312/task/4317/stat : 4317 (java) R 4310 4312 2287 0 -1 64 612 0 0 0 2290 2 0 0 16 0 12 0 678016330 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=823336 CPUtime=0.63
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1913 0 0 0 63 0 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=823336 CPUtime=1.67
/proc/4312/task/4322/stat : 4322 (java) S 4310 4312 2287 0 -1 64 10357 0 0 0 162 5 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.79
Current children cumulated vsize (KiB) 823336

[startup+204.703 s]
/proc/loadavg: 2.48 2.12 2.04 4/93 4324
/proc/meminfo: memFree=956352/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=203.96
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 184486 0 1 0 20324 72 0 0 18 0 12 0 678016326 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 175439 1388 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=170.21
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17632 0 1 0 17012 9 0 0 25 0 12 0 678016328 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4109741769 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=2.79
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 72628 0 0 0 255 24 0 0 15 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=2.84
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 80582 0 0 0 256 28 0 0 16 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=25.74
/proc/4312/task/4317/stat : 4317 (java) S 4310 4312 2287 0 -1 64 612 0 0 0 2572 2 0 0 16 0 12 0 678016330 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=823336 CPUtime=0.63
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1913 0 0 0 63 0 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=823336 CPUtime=1.67
/proc/4312/task/4322/stat : 4322 (java) S 4310 4312 2287 0 -1 64 10357 0 0 0 162 5 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.96
Current children cumulated vsize (KiB) 823336

[startup+205.503 s]
/proc/loadavg: 2.48 2.12 2.04 4/93 4324
/proc/meminfo: memFree=956352/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=204.76
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 184488 0 1 0 20404 72 0 0 18 0 12 0 678016326 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 175439 1388 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=170.28
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17634 0 1 0 17019 9 0 0 25 0 12 0 678016328 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=2.79
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 72628 0 0 0 255 24 0 0 15 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=2.84
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 80582 0 0 0 256 28 0 0 16 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=26.48
/proc/4312/task/4317/stat : 4317 (java) R 4310 4312 2287 0 -1 64 612 0 0 0 2646 2 0 0 16 0 12 0 678016330 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 103571265 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=823336 CPUtime=0.63
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1913 0 0 0 63 0 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=823336 CPUtime=1.67
/proc/4312/task/4322/stat : 4322 (java) S 4310 4312 2287 0 -1 64 10357 0 0 0 162 5 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.76
Current children cumulated vsize (KiB) 823336

[startup+206.302 s]
/proc/loadavg: 2.48 2.12 2.04 4/93 4324
/proc/meminfo: memFree=956352/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=205.55
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 184491 0 1 0 20483 72 0 0 18 0 12 0 678016326 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 175439 1388 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=170.34
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17637 0 1 0 17025 9 0 0 25 0 12 0 678016328 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=2.79
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 72628 0 0 0 255 24 0 0 15 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=2.84
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 80582 0 0 0 256 28 0 0 16 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=27.2
/proc/4312/task/4317/stat : 4317 (java) R 4310 4312 2287 0 -1 64 612 0 0 0 2718 2 0 0 16 0 12 0 678016330 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=823336 CPUtime=0.63
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1913 0 0 0 63 0 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=823336 CPUtime=1.67
/proc/4312/task/4322/stat : 4322 (java) S 4310 4312 2287 0 -1 64 10357 0 0 0 162 5 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.55
Current children cumulated vsize (KiB) 823336

[startup+206.702 s]
/proc/loadavg: 2.48 2.12 2.04 4/93 4324
/proc/meminfo: memFree=956288/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=823336 CPUtime=205.95
/proc/4312/stat : 4312 (java) S 4310 4312 2287 0 -1 0 184491 0 1 0 20523 72 0 0 18 0 12 0 678016326 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4312/statm: 205834 175439 1388 9 0 203196 0
[pid=4312/tid=4314] ppid=4310 vsize=823336 CPUtime=170.34
/proc/4312/task/4314/stat : 4314 (java) R 4310 4312 2287 0 -1 64 17637 0 1 0 17025 9 0 0 25 0 12 0 678016328 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4315] ppid=4310 vsize=823336 CPUtime=2.79
/proc/4312/task/4315/stat : 4315 (java) S 4310 4312 2287 0 -1 64 72628 0 0 0 255 24 0 0 15 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4316] ppid=4310 vsize=823336 CPUtime=2.84
/proc/4312/task/4316/stat : 4316 (java) S 4310 4312 2287 0 -1 64 80582 0 0 0 256 28 0 0 16 0 12 0 678016329 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4317] ppid=4310 vsize=823336 CPUtime=27.6
/proc/4312/task/4317/stat : 4317 (java) R 4310 4312 2287 0 -1 64 612 0 0 0 2758 2 0 0 17 0 12 0 678016330 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4312/tid=4318] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4318/stat : 4318 (java) S 4310 4312 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4319] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4319/stat : 4319 (java) S 4310 4312 2287 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 678016331 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4320] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4320/stat : 4320 (java) S 4310 4312 2287 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4321] ppid=4310 vsize=823336 CPUtime=0.63
/proc/4312/task/4321/stat : 4321 (java) S 4310 4312 2287 0 -1 64 1913 0 0 0 63 0 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4322] ppid=4310 vsize=823336 CPUtime=1.67
/proc/4312/task/4322/stat : 4322 (java) S 4310 4312 2287 0 -1 64 10357 0 0 0 162 5 0 0 17 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4323] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4323/stat : 4323 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4312/tid=4324] ppid=4310 vsize=823336 CPUtime=0
/proc/4312/task/4324/stat : 4324 (java) S 4310 4312 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 678016335 843096064 175439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.95
Current children cumulated vsize (KiB) 823336

[startup+206.807 s]
/proc/loadavg: 2.48 2.12 2.04 4/93 4324
/proc/meminfo: memFree=956288/2055924 swapFree=4177320/4192956
[pid=4312] ppid=4310 vsize=0 CPUtime=206.01
/proc/4312/stat : 4312 (java) Z 4310 4312 2287 0 -1 12 184503 0 1 0 20527 74 0 0 16 0 2 0 678016326 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 206.01
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 206.894
CPU time (s): 206.107
CPU user time (s): 205.278
CPU system time (s): 0.828873
CPU usage (%): 99.6196
Max. virtual memory (cumulated for all children) (KiB): 828160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.278
system time used= 0.828873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184503
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= 9223
involuntary context switches= 8923

runsolver used 0.255961 second user time and 0.716891 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 03:54:27
IDJOB=1082471
IDBENCH=57255
IDSOLVER=344
FILE ID=node83/1082471-1215222867
PBS_JOBID= 7881766
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58b76529f110bf666837f8cb6f5feb85
RANDOM SEED=2001134933

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1655416 kB
Buffers:         54152 kB
Cached:         247308 kB
SwapCached:       9572 kB
Active:         221340 kB
Inactive:       131848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1655416 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          65960 kB
Slab:            32476 kB
Committed_AS:  1923012 kB
PageTables:       1864 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= 66492 MiB
End job on node83 at 2008-07-05 03:57:54