Trace number 2063617

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 2.1.1? 1100.51 1105.08

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-25.xml
MD5SUM1113c5e165e15fbc02acacf7c62f8d1a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.065989
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity20
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data

0.07/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.26	c See www.sat4j.org for details.
0.07/0.26	c That software uses the Rhino library from the Mozilla project.
0.07/0.28	c version 2.1.1.v20090622
0.07/0.28	c sun.arch.data.model	32
0.07/0.28	c java.version	1.6.0_12
0.07/0.28	c os.name	Linux
0.07/0.28	c os.version	2.6.9-22.EL.rootsmp
0.07/0.28	c os.arch	i386
0.07/0.28	c Free memory 671000808
0.07/0.28	c Max memory 672137216
0.07/0.28	c Total memory 672137216
0.07/0.28	c Number of processors 2
0.16/0.37	c c --- Begin Solver configuration ---
0.16/0.37	c Stops conflict analysis at the first Unique Implication Point
0.16/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.37	c Learn all clauses as in MiniSAT
0.16/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.37	c Expensive reason simplification
0.16/0.37	c MiniSAT restarts strategy
0.16/0.37	c Memory based learned constraints deletion strategy
0.16/0.37	c timeout=2147483s
0.16/0.37	c DB Simplification allowed=false
0.16/0.37	c --- End Solver configuration ---
0.16/0.37	c solving HOME/instance-2063617-1247332610.xml
0.16/0.37	c reading problem ... 
0.43/0.65	c reading problem named null
0.43/0.65	c reading domains done.
0.43/0.65	c reading variables done.
0.54/0.70	c reading predicates  done.
1.02/1.26	c reading constraints
1081.95/1086.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1081.95/1086.57		at org.mozilla.javascript.gen.c18._c0(rhino.log:1)
1081.95/1086.57		at org.mozilla.javascript.gen.c18.call(rhino.log)
1081.95/1086.57		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
1081.95/1086.57		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
1081.95/1086.57		at org.mozilla.javascript.gen.c18.call(rhino.log)
1081.95/1086.57		at org.mozilla.javascript.gen.c18.exec(rhino.log)
1081.95/1086.57		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.find(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1081.95/1086.57		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1081.95/1086.57		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1081.95/1086.57		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1090.74/1095.30	c starts		: 0
1090.74/1095.30	c conflicts		: 0
1090.74/1095.30	c decisions		: 0
1090.74/1095.30	c propagations		: 0
1090.74/1095.30	c inspects		: 0
1090.74/1095.30	c learnt literals	: 0
1090.74/1095.30	c learnt binary clauses	: 0
1090.74/1095.30	c learnt ternary clauses	: 0
1090.74/1095.30	c learnt clauses	: 0
1090.74/1095.30	c ignored clauses	: 0
1090.74/1095.30	c root simplifications	: 0
1090.74/1095.30	c removed literals (reason simplification)	: 0
1090.74/1095.30	c reason swapping (by a shorter reason)	: 0
1090.74/1095.30	c Calls to reduceDB	: 0
1090.74/1095.30	c speed (assignments/second)	: 0.0
1100.14/1104.71	c non guided choices	0
1100.14/1104.71	c learnt constraints type 
1100.14/1104.71	c constraints type 
1100.14/1104.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7109663
1100.14/1104.71	c org.sat4j.minisat.constraints.card.AtLeast => 168
1100.14/1104.71	s UNKNOWN
1100.14/1104.71	c Total wall clock time (in seconds) : 1086.195

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063617-1247332610/watcher-2063617-1247332610 -o /tmp/evaluation-result-2063617-1247332610/solver-2063617-1247332610 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063617-1247332610.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.35 2.17 4/81 15183
/proc/meminfo: memFree=1928400/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=18576 CPUtime=0
/proc/15183/stat : 15183 (runsolver) D 15181 15183 15119 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 20324883 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 259415141671 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15183/statm: 4644 284 249 26 0 2626 0

[startup+0.029085 s]
/proc/loadavg: 2.10 2.35 2.17 4/81 15183
/proc/meminfo: memFree=1928400/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=1644 CPUtime=0
/proc/15183/stat : 15183 (java6) D 15181 15183 15119 0 -1 0 175 0 0 0 0 0 0 0 18 0 1 0 20324883 1683456 147 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/15183/statm: 411 147 111 9 0 53 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1644

[startup+0.101097 s]
/proc/loadavg: 2.10 2.35 2.17 4/81 15183
/proc/meminfo: memFree=1928400/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=13208 CPUtime=0.01
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 716 0 33 0 0 1 0 0 18 0 2 0 20324883 13524992 544 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 3302 544 235 9 0 1186 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13208

[startup+0.301088 s]
/proc/loadavg: 2.10 2.35 2.17 4/81 15183
/proc/meminfo: memFree=1928400/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=804960 CPUtime=0.16
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 3638 0 34 0 13 3 0 0 18 0 12 0 20324883 824279040 3409 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 201240 3409 1326 9 0 198574 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 804960

[startup+0.701164 s]
/proc/loadavg: 2.10 2.35 2.17 4/81 15183
/proc/meminfo: memFree=1928400/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=807184 CPUtime=0.54
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 5390 0 35 0 48 6 0 0 18 0 12 0 20324883 826556416 4915 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 201796 4915 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807184

[startup+1.50232 s]
/proc/loadavg: 2.10 2.35 2.17 4/93 15195
/proc/meminfo: memFree=1902384/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=807420 CPUtime=1.32
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 7223 0 35 0 125 7 0 0 18 0 12 0 20324883 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 201855 6358 1407 9 0 199182 0
[pid=15183/tid=15185] ppid=15181 vsize=807420 CPUtime=0.8
/proc/15183/task/15185/stat : 15185 (java) R 15181 15183 15119 0 -1 64 5027 0 2 0 75 5 0 0 20 0 12 0 20324893 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4109139429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15186] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20324897 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15187] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20324897 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15188] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15188/stat : 15188 (java) S 15181 15183 15119 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20324898 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15189] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 20324899 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15190] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20324899 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15191] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20324904 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20324904 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=807420 CPUtime=0.49
/proc/15183/task/15193/stat : 15193 (java) S 15181 15183 15119 0 -1 64 1471 0 0 0 49 0 0 0 16 0 12 0 20324904 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20324904 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=807420 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20324904 826798080 6358 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 807420

[startup+3.10162 s]
/proc/loadavg: 2.10 2.35 2.17 4/93 15195
/proc/meminfo: memFree=1893936/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=813032 CPUtime=2.91
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 15251 0 35 0 280 11 0 0 18 0 12 0 20324883 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 203258 12238 1426 9 0 200585 0
[pid=15183/tid=15185] ppid=15181 vsize=813032 CPUtime=1.39
/proc/15183/task/15185/stat : 15185 (java) R 15181 15183 15119 0 -1 64 9405 0 2 0 132 7 0 0 25 0 12 0 20324893 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4109139571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15186] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20324897 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15187] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20324897 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15188] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15188/stat : 15188 (java) S 15181 15183 15119 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20324898 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15189] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 20324899 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15190] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20324899 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15191] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20324904 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20324904 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=813032 CPUtime=1.49
/proc/15183/task/15193/stat : 15193 (java) S 15181 15183 15119 0 -1 64 5121 0 0 0 147 2 0 0 16 0 12 0 20324904 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20324904 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=813032 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20324904 832544768 12238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 813032

[startup+6.30224 s]
/proc/loadavg: 2.09 2.34 2.17 3/93 15195
/proc/meminfo: memFree=1831280/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=813156 CPUtime=6.09
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 31414 0 35 0 589 20 0 0 18 0 12 0 20324883 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 203289 24904 1435 9 0 200616 0
[pid=15183/tid=15185] ppid=15181 vsize=813156 CPUtime=3.47
/proc/15183/task/15185/stat : 15185 (java) R 15181 15183 15119 0 -1 64 17375 0 2 0 335 12 0 0 25 0 12 0 20324893 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15186] ppid=15181 vsize=813156 CPUtime=0.09
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 2466 0 0 0 8 1 0 0 16 0 12 0 20324897 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15187] ppid=15181 vsize=813156 CPUtime=0.08
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 2105 0 0 0 7 1 0 0 16 0 12 0 20324897 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15188] ppid=15181 vsize=813156 CPUtime=0
/proc/15183/task/15188/stat : 15188 (java) S 15181 15183 15119 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 20324898 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15189] ppid=15181 vsize=813156 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20324899 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15190] ppid=15181 vsize=813156 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20324899 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15191] ppid=15181 vsize=813156 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20324904 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=813156 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 20324904 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=813156 CPUtime=2.41
/proc/15183/task/15193/stat : 15193 (java) R 15181 15183 15119 0 -1 64 8721 0 0 0 237 4 0 0 16 0 12 0 20324904 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 103828424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=813156 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20324904 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=813156 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20324904 832671744 24904 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 813156

[startup+12.7025 s]
/proc/loadavg: 2.08 2.34 2.17 3/93 15195
/proc/meminfo: memFree=1804976/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=818568 CPUtime=12.49
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 42655 0 35 0 1225 24 0 0 18 0 12 0 20324883 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 204642 32033 1435 9 0 201969 0
[pid=15183/tid=15185] ppid=15181 vsize=818568 CPUtime=7.39
/proc/15183/task/15185/stat : 15185 (java) R 15181 15183 15119 0 -1 64 17389 0 2 0 727 12 0 0 25 0 12 0 20324893 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15186] ppid=15181 vsize=818568 CPUtime=0.42
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 5089 0 0 0 41 1 0 0 16 0 12 0 20324897 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15187] ppid=15181 vsize=818568 CPUtime=0.37
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 5655 0 0 0 35 2 0 0 16 0 12 0 20324897 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15188] ppid=15181 vsize=818568 CPUtime=0
/proc/15183/task/15188/stat : 15188 (java) S 15181 15183 15119 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 20324898 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15189] ppid=15181 vsize=818568 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20324899 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15190] ppid=15181 vsize=818568 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20324899 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15191] ppid=15181 vsize=818568 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20324904 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=818568 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 27 0 0 0 0 0 0 0 17 0 12 0 20324904 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=818568 CPUtime=4.26
/proc/15183/task/15193/stat : 15193 (java) R 15181 15183 15119 0 -1 64 13762 0 0 0 420 6 0 0 17 0 12 0 20324904 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 104143366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=818568 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20324904 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=818568 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20324904 838213632 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 818568

[startup+25.5029 s]
/proc/loadavg: 2.20 2.35 2.18 3/93 15195
/proc/meminfo: memFree=1734896/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=818424 CPUtime=25.19
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 61849 0 35 0 2487 32 0 0 18 0 12 0 20324883 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 204606 47749 1435 9 0 201933 0
[pid=15183/tid=15185] ppid=15181 vsize=818424 CPUtime=17.75
/proc/15183/task/15185/stat : 15185 (java) R 15181 15183 15119 0 -1 64 17417 0 2 0 1762 13 0 0 25 0 12 0 20324893 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 102381805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15186] ppid=15181 vsize=818424 CPUtime=0.97
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 12290 0 0 0 93 4 0 0 16 0 12 0 20324897 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15187] ppid=15181 vsize=818424 CPUtime=0.9
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 13982 0 0 0 84 6 0 0 16 0 12 0 20324897 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15188] ppid=15181 vsize=818424 CPUtime=0.01
/proc/15183/task/15188/stat : 15188 (java) S 15181 15183 15119 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 20324898 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15189] ppid=15181 vsize=818424 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20324899 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15190] ppid=15181 vsize=818424 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 20324899 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15191] ppid=15181 vsize=818424 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20324904 838066176 47749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=818424 CPUtime=0

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

/proc/loadavg: 2.00 2.03 2.07 3/85 15258
/proc/meminfo: memFree=1125808/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=820052 CPUtime=1096.14
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 678486 0 35 0 109315 299 0 0 18 0 13 0 20324883 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 205013 174726 1436 9 0 202340 0
[pid=15183/tid=15185] ppid=15181 vsize=820052 CPUtime=124.67
/proc/15183/task/15185/stat : 15185 (java) S 15181 15183 15119 0 -1 64 17834 0 2 0 12453 14 0 0 16 0 13 0 20324893 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15186] ppid=15181 vsize=820052 CPUtime=10.55
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 56853 0 0 0 1035 20 0 0 16 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15187] ppid=15181 vsize=820052 CPUtime=9.83
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 96050 0 0 0 947 36 0 0 15 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15188] ppid=15181 vsize=820052 CPUtime=942.33
/proc/15183/task/15188/stat : 15188 (java) R 15181 15183 15119 0 -1 64 480622 0 0 0 94019 214 0 0 25 0 13 0 20324898 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 106836643 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15189] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15190] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15191] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 105 0 0 0 0 0 0 0 17 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=820052 CPUtime=8.72
/proc/15183/task/15193/stat : 15193 (java) S 15181 15183 15119 0 -1 64 26306 0 0 0 860 12 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15258] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15258/stat : 15258 (java) S 15181 15183 15119 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20433540 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1096.14
Current children cumulated vsize (KiB) 820052

[startup+1102.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/85 15258
/proc/meminfo: memFree=1125744/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=820052 CPUtime=1097.74
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 678486 0 35 0 109475 299 0 0 18 0 13 0 20324883 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 205013 174726 1436 9 0 202340 0
[pid=15183/tid=15185] ppid=15181 vsize=820052 CPUtime=124.67
/proc/15183/task/15185/stat : 15185 (java) S 15181 15183 15119 0 -1 64 17834 0 2 0 12453 14 0 0 16 0 13 0 20324893 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15186] ppid=15181 vsize=820052 CPUtime=10.55
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 56853 0 0 0 1035 20 0 0 16 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15187] ppid=15181 vsize=820052 CPUtime=9.83
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 96050 0 0 0 947 36 0 0 15 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15188] ppid=15181 vsize=820052 CPUtime=943.93
/proc/15183/task/15188/stat : 15188 (java) R 15181 15183 15119 0 -1 64 480622 0 0 0 94179 214 0 0 25 0 13 0 20324898 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15189] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15190] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15191] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 105 0 0 0 0 0 0 0 17 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=820052 CPUtime=8.72
/proc/15183/task/15193/stat : 15193 (java) S 15181 15183 15119 0 -1 64 26306 0 0 0 860 12 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15258] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15258/stat : 15258 (java) S 15181 15183 15119 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20433540 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1097.74
Current children cumulated vsize (KiB) 820052

[startup+1103.9 s]
/proc/loadavg: 2.00 2.03 2.07 3/85 15258
/proc/meminfo: memFree=1125744/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=820052 CPUtime=1099.34
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 678486 0 35 0 109635 299 0 0 18 0 13 0 20324883 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 205013 174726 1436 9 0 202340 0
[pid=15183/tid=15185] ppid=15181 vsize=820052 CPUtime=124.67
/proc/15183/task/15185/stat : 15185 (java) S 15181 15183 15119 0 -1 64 17834 0 2 0 12453 14 0 0 16 0 13 0 20324893 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15186] ppid=15181 vsize=820052 CPUtime=10.55
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 56853 0 0 0 1035 20 0 0 16 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15187] ppid=15181 vsize=820052 CPUtime=9.83
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 96050 0 0 0 947 36 0 0 15 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15188] ppid=15181 vsize=820052 CPUtime=945.53
/proc/15183/task/15188/stat : 15188 (java) R 15181 15183 15119 0 -1 64 480622 0 0 0 94339 214 0 0 25 0 13 0 20324898 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15189] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15190] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15191] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 105 0 0 0 0 0 0 0 17 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=820052 CPUtime=8.72
/proc/15183/task/15193/stat : 15193 (java) S 15181 15183 15119 0 -1 64 26306 0 0 0 860 12 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15258] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15258/stat : 15258 (java) S 15181 15183 15119 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20433540 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1099.34
Current children cumulated vsize (KiB) 820052

[startup+1104.7 s]
/proc/loadavg: 2.00 2.03 2.07 3/85 15258
/proc/meminfo: memFree=1125744/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=820052 CPUtime=1100.14
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 678486 0 35 0 109715 299 0 0 18 0 13 0 20324883 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 205013 174726 1436 9 0 202340 0
[pid=15183/tid=15185] ppid=15181 vsize=820052 CPUtime=124.67
/proc/15183/task/15185/stat : 15185 (java) S 15181 15183 15119 0 -1 64 17834 0 2 0 12453 14 0 0 16 0 13 0 20324893 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15186] ppid=15181 vsize=820052 CPUtime=10.55
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 56853 0 0 0 1035 20 0 0 16 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15187] ppid=15181 vsize=820052 CPUtime=9.83
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 96050 0 0 0 947 36 0 0 15 0 13 0 20324897 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15188] ppid=15181 vsize=820052 CPUtime=946.33
/proc/15183/task/15188/stat : 15188 (java) R 15181 15183 15119 0 -1 64 480622 0 0 0 94419 214 0 0 25 0 13 0 20324898 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15189] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15190] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 20324899 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15191] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 105 0 0 0 0 0 0 0 17 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=820052 CPUtime=8.72
/proc/15183/task/15193/stat : 15193 (java) S 15181 15183 15119 0 -1 64 26306 0 0 0 860 12 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 20324904 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15258] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15258/stat : 15258 (java) S 15181 15183 15119 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20433540 839733248 174726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1100.14
Current children cumulated vsize (KiB) 820052

[startup+1104.9 s]
/proc/loadavg: 2.00 2.03 2.07 3/85 15258
/proc/meminfo: memFree=1125744/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=820052 CPUtime=1100.34
/proc/15183/stat : 15183 (java) S 15181 15183 15119 0 -1 0 678493 0 35 0 109735 299 0 0 18 0 12 0 20324883 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15183/statm: 205013 174731 1437 9 0 202340 0
[pid=15183/tid=15185] ppid=15181 vsize=820052 CPUtime=124.67
/proc/15183/task/15185/stat : 15185 (java) S 15181 15183 15119 0 -1 64 17835 0 2 0 12453 14 0 0 16 0 12 0 20324893 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15186] ppid=15181 vsize=820052 CPUtime=10.55
/proc/15183/task/15186/stat : 15186 (java) S 15181 15183 15119 0 -1 64 56853 0 0 0 1035 20 0 0 16 0 12 0 20324897 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15187] ppid=15181 vsize=820052 CPUtime=9.83
/proc/15183/task/15187/stat : 15187 (java) S 15181 15183 15119 0 -1 64 96050 0 0 0 947 36 0 0 15 0 12 0 20324897 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15188] ppid=15181 vsize=820052 CPUtime=946.52
/proc/15183/task/15188/stat : 15188 (java) R 15181 15183 15119 0 -1 64 480622 0 0 0 94438 214 0 0 25 0 12 0 20324898 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15189] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15189/stat : 15189 (java) S 15181 15183 15119 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20324899 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15190] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15190/stat : 15190 (java) S 15181 15183 15119 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 20324899 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15183/tid=15191] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15191/stat : 15191 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20324904 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15192] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15192/stat : 15192 (java) S 15181 15183 15119 0 -1 64 105 0 0 0 0 0 0 0 17 0 12 0 20324904 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15193] ppid=15181 vsize=820052 CPUtime=8.72
/proc/15183/task/15193/stat : 15193 (java) S 15181 15183 15119 0 -1 64 26306 0 0 0 860 12 0 0 20 0 12 0 20324904 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15194] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15194/stat : 15194 (java) S 15181 15183 15119 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20324904 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15183/tid=15195] ppid=15181 vsize=820052 CPUtime=0
/proc/15183/task/15195/stat : 15195 (java) S 15181 15183 15119 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 20324904 839733248 174731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1100.34
Current children cumulated vsize (KiB) 820052

[startup+1105 s]
/proc/loadavg: 2.00 2.03 2.07 3/85 15258
/proc/meminfo: memFree=1125744/2055920 swapFree=4192812/4192956
[pid=15183] ppid=15181 vsize=0 CPUtime=1100.41
/proc/15183/stat : 15183 (java) Z 15181 15183 15119 0 -1 12 678498 0 35 0 109740 301 0 0 16 0 2 0 20324883 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15183/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1100.41
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1105.08
CPU time (s): 1100.51
CPU user time (s): 1097.41
CPU system time (s): 3.10053
CPU usage (%): 99.586
Max. virtual memory (cumulated for all children) (KiB): 867736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1097.41
system time used= 3.10053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 678498
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25872
involuntary context switches= 40162

runsolver used 1.38779 second user time and 3.68244 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-11 19:16:50
IDJOB=2063617
IDBENCH=54051
IDSOLVER=731
FILE ID=node42/2063617-1247332610
PBS_JOBID= 9506642
Free space on /tmp= 66304 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-25.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063617-1247332610/watcher-2063617-1247332610 -o /tmp/evaluation-result-2063617-1247332610/solver-2063617-1247332610 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063617-1247332610.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1113c5e165e15fbc02acacf7c62f8d1a
RANDOM SEED=1435425119

node42.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.283
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.283
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:       1928880 kB
Buffers:          4392 kB
Cached:          42664 kB
SwapCached:          0 kB
Active:          61268 kB
Inactive:        17152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          51736 kB
Slab:            33896 kB
Committed_AS:   202180 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= 66296 MiB
End job on node42 at 2009-07-11 19:35:15