Trace number 1060219

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? 271.867 273.033

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-7.xml
MD5SUM1253a1981d64e41207fa8a523d812b23
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 benchmark0.901862
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size962
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1060219-1215126156/watcher-1060219-1215126156 -o /tmp/evaluation-result-1060219-1215126156/solver-1060219-1215126156 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060219-1215126156.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.99 2.13 2.08 4/80 9088
/proc/meminfo: memFree=1469400/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=272 CPUtime=0
/proc/9088/stat : 9088 (java6) R 9086 9088 8713 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 1991587483 278528 37 996147200 134512640 134550740 4294956192 18446744073709551615 2618148 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/9088/statm: 68 37 28 9 0 6 0

[startup+0.073337 s]
/proc/loadavg: 1.99 2.13 2.08 4/80 9088
/proc/meminfo: memFree=1469400/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=802236 CPUtime=0.06
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 2792 0 1 0 4 2 0 0 18 0 7 0 1991587483 821489664 2527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101164 s]
/proc/loadavg: 1.99 2.13 2.08 4/80 9088
/proc/meminfo: memFree=1469400/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=804612 CPUtime=0.08
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 1991587483 823922688 2740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301198 s]
/proc/loadavg: 1.99 2.13 2.08 4/80 9088
/proc/meminfo: memFree=1469400/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=806360 CPUtime=0.28
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 4337 0 1 0 25 3 0 0 18 0 12 0 1991587483 825712640 4067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 201590 4067 1306 9 0 198959 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806360

[startup+0.701271 s]
/proc/loadavg: 1.99 2.13 2.08 4/80 9088
/proc/meminfo: memFree=1469400/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=809312 CPUtime=0.73
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 6941 0 1 0 68 5 0 0 18 0 12 0 1991587483 828735488 5726 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 202328 5726 1336 9 0 199690 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 809312

[startup+1.50246 s]
/proc/loadavg: 1.99 2.13 2.08 4/92 9100
/proc/meminfo: memFree=1444472/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=809724 CPUtime=1.52
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 18288 0 1 0 143 9 0 0 18 0 12 0 1991587483 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 202431 16761 1358 9 0 199793 0
[pid=9088/tid=9090] ppid=9086 vsize=809724 CPUtime=0.9
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 14886 0 1 0 83 7 0 0 22 0 12 0 1991587484 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9091] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1991587485 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9092] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1991587485 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9093] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9093/stat : 9093 (java) S 9086 9088 8713 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1991587487 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9094] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1991587487 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9095] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1991587487 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=809724 CPUtime=0.37
/proc/9088/task/9097/stat : 9097 (java) R 9086 9088 8713 0 -1 64 1411 0 0 0 37 0 0 0 16 0 12 0 1991587491 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9098] ppid=9086 vsize=809724 CPUtime=0.22
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1229 0 0 0 22 0 0 0 16 0 12 0 1991587492 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=809724 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 829157376 16761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 809724

[startup+3.10268 s]
/proc/loadavg: 1.99 2.13 2.08 3/92 9100
/proc/meminfo: memFree=1393656/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=819396 CPUtime=3.27
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 38234 0 1 0 308 19 0 0 18 0 12 0 1991587483 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204849 33693 1384 9 0 202211 0
[pid=9088/tid=9090] ppid=9086 vsize=819396 CPUtime=1.66
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17319 0 1 0 158 8 0 0 25 0 12 0 1991587484 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9091] ppid=9086 vsize=819396 CPUtime=0.26
/proc/9088/task/9091/stat : 9091 (java) R 9086 9088 8713 0 -1 64 7367 0 0 0 23 3 0 0 16 0 12 0 1991587485 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9092] ppid=9086 vsize=819396 CPUtime=0.25
/proc/9088/task/9092/stat : 9092 (java) R 9086 9088 8713 0 -1 64 6566 0 0 0 23 2 0 0 17 0 12 0 1991587485 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9093] ppid=9086 vsize=819396 CPUtime=0
/proc/9088/task/9093/stat : 9093 (java) S 9086 9088 8713 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991587487 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9094] ppid=9086 vsize=819396 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9095] ppid=9086 vsize=819396 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=819396 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=819396 CPUtime=0.73
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4948 0 0 0 71 2 0 0 16 0 12 0 1991587491 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9098] ppid=9086 vsize=819396 CPUtime=0.29
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1242 0 0 0 29 0 0 0 16 0 12 0 1991587492 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=819396 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=819396 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 839061504 33693 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 819396

[startup+6.31022 s]
/proc/loadavg: 1.99 2.13 2.08 4/92 9100
/proc/meminfo: memFree=1327032/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=817296 CPUtime=6.45
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 43016 0 1 0 624 21 0 0 18 0 12 0 1991587483 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204324 37948 1385 9 0 201686 0
[pid=9088/tid=9090] ppid=9086 vsize=817296 CPUtime=4.46
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17326 0 1 0 438 8 0 0 25 0 12 0 1991587484 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9091] ppid=9086 vsize=817296 CPUtime=0.42
/proc/9088/task/9091/stat : 9091 (java) R 9086 9088 8713 0 -1 64 8741 0 0 0 38 4 0 0 15 0 12 0 1991587485 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9092] ppid=9086 vsize=817296 CPUtime=0.43
/proc/9088/task/9092/stat : 9092 (java) R 9086 9088 8713 0 -1 64 9954 0 0 0 39 4 0 0 15 0 12 0 1991587485 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9093] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9093/stat : 9093 (java) R 9086 9088 8713 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9094] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9095] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=817296 CPUtime=0.76
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4953 0 0 0 74 2 0 0 16 0 12 0 1991587491 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9098] ppid=9086 vsize=817296 CPUtime=0.32
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1250 0 0 0 32 0 0 0 17 0 12 0 1991587492 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 836911104 37948 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 817296

[startup+12.7023 s]
/proc/loadavg: 1.99 2.13 2.08 3/92 9100
/proc/meminfo: memFree=1269752/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=817296 CPUtime=12.81
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 59516 0 1 0 1253 28 0 0 18 0 12 0 1991587483 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204324 54427 1385 9 0 201686 0
[pid=9088/tid=9090] ppid=9086 vsize=817296 CPUtime=10.54
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17348 0 1 0 1046 8 0 0 25 0 12 0 1991587484 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4109710881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9091] ppid=9086 vsize=817296 CPUtime=0.55
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 17537 0 0 0 47 8 0 0 16 0 12 0 1991587485 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9092] ppid=9086 vsize=817296 CPUtime=0.56
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 17636 0 0 0 49 7 0 0 16 0 12 0 1991587485 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9093] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9093/stat : 9093 (java) S 9086 9088 8713 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9094] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9095] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=817296 CPUtime=0.76
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4953 0 0 0 74 2 0 0 16 0 12 0 1991587491 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9098] ppid=9086 vsize=817296 CPUtime=0.33
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1250 0 0 0 33 0 0 0 16 0 12 0 1991587492 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 836911104 54427 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 817296

[startup+25.5015 s]
/proc/loadavg: 1.99 2.12 2.08 3/92 9100
/proc/meminfo: memFree=1157560/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=817296 CPUtime=25.55
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 84371 0 1 0 2517 38 0 0 18 0 12 0 1991587483 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204324 79248 1385 9 0 201686 0
[pid=9088/tid=9090] ppid=9086 vsize=817296 CPUtime=22.77
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17376 0 1 0 2268 9 0 0 25 0 12 0 1991587484 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4109579731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9091] ppid=9086 vsize=817296 CPUtime=0.78
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 32716 0 0 0 64 14 0 0 16 0 12 0 1991587485 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9092] ppid=9086 vsize=817296 CPUtime=0.77
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 27271 0 0 0 67 10 0 0 16 0 12 0 1991587485 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9093] ppid=9086 vsize=817296 CPUtime=0.01
/proc/9088/task/9093/stat : 9093 (java) S 9086 9088 8713 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1991587487 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9094] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9095] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=817296 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 836911104 79248 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=9088/tid=9099] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 261.21
Current children cumulated vsize (KiB) 819300

[startup+268.702 s]
/proc/loadavg: 2.34 2.13 2.08 4/92 9100
/proc/meminfo: memFree=774776/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=819300 CPUtime=267.57
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 259418 0 1 0 26640 117 0 0 18 0 12 0 1991587483 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204825 174278 1389 9 0 202187 0
[pid=9088/tid=9090] ppid=9086 vsize=819300 CPUtime=214.01
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17861 0 1 0 21390 11 0 0 25 0 12 0 1991587484 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9091] ppid=9086 vsize=819300 CPUtime=4.3
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 79491 0 0 0 400 30 0 0 16 0 12 0 1991587485 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9092] ppid=9086 vsize=819300 CPUtime=4.23
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 76499 0 0 0 394 29 0 0 15 0 12 0 1991587485 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9093] ppid=9086 vsize=819300 CPUtime=43.77
/proc/9088/task/9093/stat : 9093 (java) R 9086 9088 8713 0 -1 64 78587 0 0 0 4335 42 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9094] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9095] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=819300 CPUtime=0.82
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4965 0 0 0 80 2 0 0 17 0 12 0 1991587491 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9098] ppid=9086 vsize=819300 CPUtime=0.37
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1253 0 0 0 37 0 0 0 17 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.57
Current children cumulated vsize (KiB) 819300

[startup+270.302 s]
/proc/loadavg: 2.31 2.13 2.08 4/92 9100
/proc/meminfo: memFree=774776/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=819300 CPUtime=269.17
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 262430 0 1 0 26798 119 0 0 18 0 12 0 1991587483 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204825 174278 1389 9 0 202187 0
[pid=9088/tid=9090] ppid=9086 vsize=819300 CPUtime=214.15
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17865 0 1 0 21404 11 0 0 25 0 12 0 1991587484 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9091] ppid=9086 vsize=819300 CPUtime=4.3
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 79491 0 0 0 400 30 0 0 16 0 12 0 1991587485 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9092] ppid=9086 vsize=819300 CPUtime=4.23
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 76499 0 0 0 394 29 0 0 15 0 12 0 1991587485 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9093] ppid=9086 vsize=819300 CPUtime=45.24
/proc/9088/task/9093/stat : 9093 (java) R 9086 9088 8713 0 -1 64 81595 0 0 0 4480 44 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9094] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9095] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=819300 CPUtime=0.82
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4965 0 0 0 80 2 0 0 17 0 12 0 1991587491 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9098] ppid=9086 vsize=819300 CPUtime=0.37
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1253 0 0 0 37 0 0 0 17 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 269.17
Current children cumulated vsize (KiB) 819300

[startup+271.902 s]
/proc/loadavg: 2.31 2.13 2.08 4/92 9100
/proc/meminfo: memFree=774776/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=819300 CPUtime=270.76
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 265442 0 1 0 26956 120 0 0 18 0 12 0 1991587483 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204825 174278 1389 9 0 202187 0
[pid=9088/tid=9090] ppid=9086 vsize=819300 CPUtime=214.26
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17869 0 1 0 21415 11 0 0 25 0 12 0 1991587484 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9091] ppid=9086 vsize=819300 CPUtime=4.3
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 79491 0 0 0 400 30 0 0 16 0 12 0 1991587485 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9092] ppid=9086 vsize=819300 CPUtime=4.23
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 76499 0 0 0 394 29 0 0 15 0 12 0 1991587485 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9093] ppid=9086 vsize=819300 CPUtime=46.71
/proc/9088/task/9093/stat : 9093 (java) R 9086 9088 8713 0 -1 64 84603 0 0 0 4626 45 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9094] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9095] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=819300 CPUtime=0.82
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4965 0 0 0 80 2 0 0 17 0 12 0 1991587491 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9098] ppid=9086 vsize=819300 CPUtime=0.37
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1253 0 0 0 37 0 0 0 17 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 838963200 174278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 270.76
Current children cumulated vsize (KiB) 819300

[startup+272.703 s]
/proc/loadavg: 2.31 2.13 2.08 4/92 9100
/proc/meminfo: memFree=774776/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=819300 CPUtime=271.55
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 266197 0 1 0 27035 120 0 0 18 0 12 0 1991587483 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204825 174279 1390 9 0 202187 0
[pid=9088/tid=9090] ppid=9086 vsize=819300 CPUtime=214.28
/proc/9088/task/9090/stat : 9090 (java) R 9086 9088 8713 0 -1 64 17872 0 1 0 21417 11 0 0 25 0 12 0 1991587484 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9091] ppid=9086 vsize=819300 CPUtime=4.3
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 79491 0 0 0 400 30 0 0 16 0 12 0 1991587485 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9092] ppid=9086 vsize=819300 CPUtime=4.23
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 76499 0 0 0 394 29 0 0 15 0 12 0 1991587485 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9093] ppid=9086 vsize=819300 CPUtime=47.49
/proc/9088/task/9093/stat : 9093 (java) R 9086 9088 8713 0 -1 64 85355 0 0 0 4704 45 0 0 17 0 12 0 1991587487 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9094] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9095] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991587487 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9096] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991587491 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=819300 CPUtime=0.82
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4965 0 0 0 80 2 0 0 17 0 12 0 1991587491 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9098] ppid=9086 vsize=819300 CPUtime=0.37
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1253 0 0 0 37 0 0 0 17 0 12 0 1991587492 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991587492 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=819300 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991587492 838963200 174279 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271.55
Current children cumulated vsize (KiB) 819300

[startup+272.903 s]
/proc/loadavg: 2.31 2.13 2.08 4/92 9100
/proc/meminfo: memFree=774776/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=817620 CPUtime=271.74
/proc/9088/stat : 9088 (java) S 9086 9088 8713 0 -1 0 266205 0 1 0 27054 120 0 0 18 0 13 0 1991587483 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9088/statm: 204405 173786 1390 9 0 201767 0
[pid=9088/tid=9090] ppid=9086 vsize=817620 CPUtime=214.28
/proc/9088/task/9090/stat : 9090 (java) S 9086 9088 8713 0 -1 64 17875 0 1 0 21417 11 0 0 25 0 13 0 1991587484 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9091] ppid=9086 vsize=817620 CPUtime=4.3
/proc/9088/task/9091/stat : 9091 (java) S 9086 9088 8713 0 -1 64 79491 0 0 0 400 30 0 0 16 0 13 0 1991587485 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9092] ppid=9086 vsize=817620 CPUtime=4.23
/proc/9088/task/9092/stat : 9092 (java) S 9086 9088 8713 0 -1 64 76499 0 0 0 394 29 0 0 15 0 13 0 1991587485 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9093] ppid=9086 vsize=817620 CPUtime=47.68
/proc/9088/task/9093/stat : 9093 (java) S 9086 9088 8713 0 -1 64 85355 0 0 0 4723 45 0 0 17 0 13 0 1991587487 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9094] ppid=9086 vsize=817620 CPUtime=0
/proc/9088/task/9094/stat : 9094 (java) S 9086 9088 8713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1991587487 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9095] ppid=9086 vsize=817620 CPUtime=0
/proc/9088/task/9095/stat : 9095 (java) S 9086 9088 8713 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1991587487 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9096] ppid=9086 vsize=817620 CPUtime=0
/proc/9088/task/9096/stat : 9096 (java) S 9086 9088 8713 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1991587491 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9097] ppid=9086 vsize=817620 CPUtime=0.82
/proc/9088/task/9097/stat : 9097 (java) S 9086 9088 8713 0 -1 64 4965 0 0 0 80 2 0 0 17 0 13 0 1991587491 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9088/tid=9098] ppid=9086 vsize=817620 CPUtime=0.37
/proc/9088/task/9098/stat : 9098 (java) S 9086 9088 8713 0 -1 64 1253 0 0 0 37 0 0 0 17 0 13 0 1991587492 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9099] ppid=9086 vsize=817620 CPUtime=0
/proc/9088/task/9099/stat : 9099 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1991587492 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9088/tid=9100] ppid=9086 vsize=817620 CPUtime=0
/proc/9088/task/9100/stat : 9100 (java) S 9086 9088 8713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1991587492 837242880 173786 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271.74
Current children cumulated vsize (KiB) 817620

[startup+273.003 s]
/proc/loadavg: 2.31 2.13 2.08 4/92 9100
/proc/meminfo: memFree=774776/2055920 swapFree=4180420/4192956
[pid=9088] ppid=9086 vsize=0 CPUtime=271.83
/proc/9088/stat : 9088 (java) Z 9086 9088 8713 0 -1 12 266210 0 1 0 27055 128 0 0 16 0 2 0 1991587483 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 271.83
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 273.033
CPU time (s): 271.867
CPU user time (s): 270.552
CPU system time (s): 1.3148
CPU usage (%): 99.573
Max. virtual memory (cumulated for all children) (KiB): 820304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 270.552
system time used= 1.3148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266210
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= 12746
involuntary context switches= 14197

runsolver used 0.328949 second user time and 0.968852 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-04 01:02:36
IDJOB=1060219
IDBENCH=54416
IDSOLVER=344
FILE ID=node51/1060219-1215126156
PBS_JOBID= 7877271
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1253a1981d64e41207fa8a523d812b23
RANDOM SEED=654681337

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1469880 kB
Buffers:         68944 kB
Cached:         350336 kB
SwapCached:       7012 kB
Active:         322532 kB
Inactive:       200848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469880 kB
SwapTotal:     4192956 kB
SwapFree:      4180420 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         120000 kB
Slab:            47636 kB
Committed_AS:  4578028 kB
PageTables:       2012 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= 66548 MiB
End job on node51 at 2008-07-04 01:07:09