Trace number 2063705

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? 1258.19 1267.52

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-16.xml
MD5SUM73412f9649fea75dab18916cdb12332a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.078987
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
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.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.13	c See www.sat4j.org for details.
0.10/0.13	c That software uses the Rhino library from the Mozilla project.
0.10/0.15	c version 2.1.1.v20090622
0.10/0.15	c sun.arch.data.model	32
0.10/0.15	c java.version	1.6.0_12
0.10/0.15	c os.name	Linux
0.10/0.15	c os.version	2.6.9-22.EL.rootsmp
0.10/0.15	c os.arch	i386
0.10/0.15	c Free memory 671000808
0.10/0.15	c Max memory 672137216
0.10/0.15	c Total memory 672137216
0.10/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2063705-1247332760.xml
0.18/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.48	c reading variables done.
0.49/0.52	c reading predicates  done.
0.98/1.03	c reading constraints
1249.77/1259.03	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1249.77/1259.03		at org.mozilla.javascript.gen.c20._c0(rhino.log:1)
1249.77/1259.03		at org.mozilla.javascript.gen.c20.call(rhino.log)
1249.77/1259.03		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
1249.77/1259.03		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
1249.77/1259.03		at org.mozilla.javascript.gen.c20.call(rhino.log)
1249.77/1259.03		at org.mozilla.javascript.gen.c20.exec(rhino.log)
1249.77/1259.03		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.find(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1249.77/1259.03		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1249.77/1259.03		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1249.77/1259.03		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1257.79/1267.14	c starts		: 0
1257.79/1267.14	c conflicts		: 0
1257.79/1267.14	c decisions		: 0
1257.79/1267.14	c propagations		: 0
1257.79/1267.14	c inspects		: 0
1257.79/1267.14	c learnt literals	: 0
1257.79/1267.14	c learnt binary clauses	: 0
1257.79/1267.14	c learnt ternary clauses	: 0
1257.79/1267.14	c learnt clauses	: 0
1257.79/1267.14	c ignored clauses	: 0
1257.79/1267.14	c root simplifications	: 0
1257.79/1267.14	c removed literals (reason simplification)	: 0
1257.79/1267.14	c reason swapping (by a shorter reason)	: 0
1257.79/1267.14	c Calls to reduceDB	: 0
1257.79/1267.14	c speed (assignments/second)	: 0.0
1257.79/1267.14	c non guided choices	0
1257.79/1267.14	c learnt constraints type 
1257.79/1267.14	c constraints type 
1257.79/1267.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7348974
1257.79/1267.14	c org.sat4j.minisat.constraints.card.AtLeast => 168
1257.79/1267.14	s UNKNOWN
1257.79/1267.14	c Total wall clock time (in seconds) : 1258.789

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-2063705-1247332760/watcher-2063705-1247332760 -o /tmp/evaluation-result-2063705-1247332760/solver-2063705-1247332760 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063705-1247332760.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: 1.92 1.96 1.83 3/82 12794
/proc/meminfo: memFree=682568/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=13208 CPUtime=0
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 20339028 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 3302 521 219 9 0 1186 0
[pid=12794/tid=12795] ppid=12792 vsize=13208 CPUtime=0
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 20339029 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 6381528 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.111759 s]
/proc/loadavg: 1.92 1.96 1.83 3/82 12794
/proc/meminfo: memFree=682568/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=804560 CPUtime=0.1
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 3076 0 1 0 8 2 0 0 18 0 12 0 20339028 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 201140 2819 1083 9 0 198474 0
[pid=12794/tid=12795] ppid=12792 vsize=804560 CPUtime=0.08
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 2322 0 1 0 7 1 0 0 18 0 12 0 20339029 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4109132996 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.201771 s]
/proc/loadavg: 1.92 1.96 1.83 3/82 12794
/proc/meminfo: memFree=682568/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=805504 CPUtime=0.18
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 3848 0 1 0 16 2 0 0 18 0 12 0 20339028 824836096 3586 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 201376 3586 1335 9 0 198710 0
[pid=12794/tid=12795] ppid=12792 vsize=805504 CPUtime=0.15
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 2662 0 1 0 13 2 0 0 18 0 12 0 20339029 824836096 3586 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805504

[startup+0.301773 s]
/proc/loadavg: 1.92 1.96 1.83 3/82 12794
/proc/meminfo: memFree=682568/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=805628 CPUtime=0.29
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 4318 0 1 0 26 3 0 0 18 0 12 0 20339028 824963072 4055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 201407 4055 1359 9 0 198734 0
[pid=12794/tid=12795] ppid=12792 vsize=805628 CPUtime=0.21
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 3079 0 1 0 19 2 0 0 18 0 12 0 20339029 824963072 4055 996147200 134512640 134550932 4294956016 18446744073709551615 4109149730 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701808 s]
/proc/loadavg: 1.92 1.96 1.83 3/82 12794
/proc/meminfo: memFree=682568/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=807360 CPUtime=0.68
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 6317 0 1 0 64 4 0 0 18 0 12 0 20339028 826736640 5724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 201840 5724 1387 9 0 199167 0
[pid=12794/tid=12795] ppid=12792 vsize=807360 CPUtime=0.49
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 4431 0 1 0 46 3 0 0 21 0 12 0 20339029 826736640 5724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807360

[startup+1.50289 s]
/proc/loadavg: 1.92 1.96 1.83 4/94 12806
/proc/meminfo: memFree=662632/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=809708 CPUtime=1.48
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 8649 0 1 0 143 5 0 0 18 0 12 0 20339028 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 202427 7073 1414 9 0 199754 0
[pid=12794/tid=12795] ppid=12792 vsize=809708 CPUtime=0.8
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 5169 0 1 0 77 3 0 0 18 0 12 0 20339029 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 6000263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12797] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20339030 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20339030 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12799/stat : 12799 (java) S 12792 12794 10025 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20339032 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 20339032 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12801] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20339033 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12802] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20339037 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=809708 CPUtime=0.59
/proc/12794/task/12803/stat : 12803 (java) R 12792 12794 10025 0 -1 64 2257 0 0 0 58 1 0 0 17 0 12 0 20339037 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 103825075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12804] ppid=12792 vsize=809708 CPUtime=0.06
/proc/12794/task/12804/stat : 12804 (java) R 12792 12794 10025 0 -1 64 482 0 0 0 6 0 0 0 17 0 12 0 20339037 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 105712562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12805] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20339037 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=809708 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339037 829140992 7073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809708

[startup+3.10205 s]
/proc/loadavg: 2.01 1.98 1.84 3/94 12806
/proc/meminfo: memFree=649320/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=815284 CPUtime=3.09
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 17169 0 1 0 300 9 0 0 18 0 12 0 20339028 834850816 13272 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 203821 13136 1426 9 0 201148 0
[pid=12794/tid=12795] ppid=12792 vsize=815284 CPUtime=1.49
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 10203 0 1 0 143 6 0 0 20 0 12 0 20339029 834850816 13136 996147200 134512640 134550932 4294956016 18446744073709551615 104271591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12797] ppid=12792 vsize=815868 CPUtime=0
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20339030 835448832 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=816420 CPUtime=0
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20339030 836014080 13145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=816420 CPUtime=0
/proc/12794/task/12799/stat : 12799 (java) S 12792 12794 10025 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20339032 836014080 13156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=816420 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 20339032 836014080 13166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12801] ppid=12792 vsize=816420 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20339033 836014080 13178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12802] ppid=12792 vsize=816420 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20339037 836014080 13191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=816420 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2405 0 0 0 67 1 0 0 16 0 12 0 20339037 836014080 13201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12804] ppid=12792 vsize=816420 CPUtime=0.9
/proc/12794/task/12804/stat : 12804 (java) R 12792 12794 10025 0 -1 64 3896 0 0 0 89 1 0 0 17 0 12 0 20339037 836014080 13213 996147200 134512640 134550932 4294956016 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12805] ppid=12792 vsize=816420 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20339037 836014080 13224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=816420 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339037 836014080 13236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 815284

[startup+6.30136 s]
/proc/loadavg: 2.01 1.98 1.84 3/94 12806
/proc/meminfo: memFree=591912/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=815948 CPUtime=6.29
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 33882 0 1 0 614 15 0 0 18 0 12 0 20339028 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 203987 25945 1435 9 0 201314 0
[pid=12794/tid=12795] ppid=12792 vsize=815948 CPUtime=3.57
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 17377 0 1 0 348 9 0 0 25 0 12 0 20339029 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12797] ppid=12792 vsize=815948 CPUtime=0.08
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 2285 0 0 0 8 0 0 0 17 0 12 0 20339030 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12798] ppid=12792 vsize=815948 CPUtime=0.08
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 2724 0 0 0 8 0 0 0 17 0 12 0 20339030 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12799] ppid=12792 vsize=815948 CPUtime=0
/proc/12794/task/12799/stat : 12799 (java) S 12792 12794 10025 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 20339032 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12800] ppid=12792 vsize=815948 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20339032 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12801] ppid=12792 vsize=815948 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20339033 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12802] ppid=12792 vsize=815948 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20339037 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=815948 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2405 0 0 0 67 1 0 0 16 0 12 0 20339037 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12804] ppid=12792 vsize=815948 CPUtime=1.82
/proc/12794/task/12804/stat : 12804 (java) R 12792 12794 10025 0 -1 64 8325 0 0 0 180 2 0 0 16 0 12 0 20339037 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 106107151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12805] ppid=12792 vsize=815948 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20339037 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=815948 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339037 835530752 25945 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 815948

[startup+12.703 s]
/proc/loadavg: 2.17 2.01 1.85 3/94 12806
/proc/meminfo: memFree=551976/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=826548 CPUtime=12.76
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 49910 0 1 0 1255 21 0 0 18 0 12 0 20339028 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 206637 34147 1435 9 0 203964 0
[pid=12794/tid=12795] ppid=12792 vsize=826548 CPUtime=7.37
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 17395 0 1 0 727 10 0 0 25 0 12 0 20339029 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4109565865 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12797] ppid=12792 vsize=826548 CPUtime=0.39
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 5121 0 0 0 38 1 0 0 16 0 12 0 20339030 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=826548 CPUtime=0.36
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 5823 0 0 0 35 1 0 0 16 0 12 0 20339030 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=826548 CPUtime=0
/proc/12794/task/12799/stat : 12799 (java) S 12792 12794 10025 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 20339032 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=826548 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20339032 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12801] ppid=12792 vsize=826548 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20339033 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12802] ppid=12792 vsize=826548 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20339037 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=826548 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2405 0 0 0 67 1 0 0 17 0 12 0 20339037 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12804] ppid=12792 vsize=826548 CPUtime=3.9
/proc/12794/task/12804/stat : 12804 (java) R 12792 12794 10025 0 -1 64 18400 0 0 0 384 6 0 0 20 0 12 0 20339037 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 106122204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12805] ppid=12792 vsize=826548 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20339037 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=826548 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339037 846385152 34147 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 826548

[startup+25.5022 s]
/proc/loadavg: 2.14 2.01 1.85 3/94 12806
/proc/meminfo: memFree=479976/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=829604 CPUtime=25.5
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 70177 0 1 0 2521 29 0 0 18 0 12 0 20339028 849514496 51795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 207401 51795 1435 9 0 204728 0
[pid=12794/tid=12795] ppid=12792 vsize=829604 CPUtime=17.95
/proc/12794/task/12795/stat : 12795 (java) R 12792 12794 10025 0 -1 64 17420 0 1 0 1785 10 0 0 25 0 12 0 20339029 849514496 51795 996147200 134512640 134550932 4294956016 18446744073709551615 4109565841 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12797] ppid=12792 vsize=829604 CPUtime=0.99
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 15609 0 0 0 94 5 0 0 17 0 12 0 20339030 849514496 51795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12794/tid=12798] ppid=12792 vsize=829604 CPUtime=0.92

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


[startup+1264.01 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 12808
/proc/meminfo: memFree=59352/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=827328 CPUtime=1254.71
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 994939 0 1 0 125026 445 0 0 18 0 13 0 20339028 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 206832 176552 1436 9 0 204159 0
[pid=12794/tid=12795] ppid=12792 vsize=827328 CPUtime=132.45
/proc/12794/task/12795/stat : 12795 (java) S 12792 12794 10025 0 -1 64 17884 0 1 0 13233 12 0 0 16 0 13 0 20339029 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12797] ppid=12792 vsize=827328 CPUtime=10.06
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 73760 0 0 0 978 28 0 0 16 0 13 0 20339030 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=827328 CPUtime=9.72
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 80877 0 0 0 941 31 0 0 15 0 13 0 20339030 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=827328 CPUtime=1093.67
/proc/12794/task/12799/stat : 12799 (java) R 12792 12794 10025 0 -1 64 789110 0 0 0 109005 362 0 0 25 0 13 0 20339032 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 104177850 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20339032 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12801] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20339033 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12802] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20339037 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=827328 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2458 0 0 0 67 1 0 0 16 0 13 0 20339037 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12804] ppid=12792 vsize=827328 CPUtime=8.08
/proc/12794/task/12804/stat : 12804 (java) S 12792 12794 10025 0 -1 64 30104 0 0 0 799 9 0 0 17 0 13 0 20339037 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12805] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20339037 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20339037 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12808] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12808/stat : 12808 (java) S 12792 12794 10025 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 20464931 847183872 176552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1254.71
Current children cumulated vsize (KiB) 827328

[startup+1265.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 12808
/proc/meminfo: memFree=59352/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=831332 CPUtime=1256.3
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 995940 0 1 0 125184 446 0 0 18 0 13 0 20339028 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 207833 177553 1436 9 0 205160 0
[pid=12794/tid=12795] ppid=12792 vsize=831332 CPUtime=132.45
/proc/12794/task/12795/stat : 12795 (java) S 12792 12794 10025 0 -1 64 17884 0 1 0 13233 12 0 0 16 0 13 0 20339029 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12797] ppid=12792 vsize=831332 CPUtime=10.06
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 73760 0 0 0 978 28 0 0 16 0 13 0 20339030 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=831332 CPUtime=9.72
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 80877 0 0 0 941 31 0 0 15 0 13 0 20339030 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=831332 CPUtime=1095.25
/proc/12794/task/12799/stat : 12799 (java) R 12792 12794 10025 0 -1 64 790111 0 0 0 109163 362 0 0 25 0 13 0 20339032 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 104187839 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20339032 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12801] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20339033 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12802] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=831332 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2458 0 0 0 67 1 0 0 16 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12804] ppid=12792 vsize=831332 CPUtime=8.08
/proc/12794/task/12804/stat : 12804 (java) S 12792 12794 10025 0 -1 64 30104 0 0 0 799 9 0 0 17 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12805] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12808] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12808/stat : 12808 (java) S 12792 12794 10025 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 20464931 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1256.3
Current children cumulated vsize (KiB) 831332

[startup+1266.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 12808
/proc/meminfo: memFree=59352/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=831332 CPUtime=1257.09
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 995940 0 1 0 125263 446 0 0 18 0 13 0 20339028 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 207833 177553 1436 9 0 205160 0
[pid=12794/tid=12795] ppid=12792 vsize=831332 CPUtime=132.45
/proc/12794/task/12795/stat : 12795 (java) S 12792 12794 10025 0 -1 64 17884 0 1 0 13233 12 0 0 16 0 13 0 20339029 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12797] ppid=12792 vsize=831332 CPUtime=10.06
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 73760 0 0 0 978 28 0 0 16 0 13 0 20339030 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=831332 CPUtime=9.72
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 80877 0 0 0 941 31 0 0 15 0 13 0 20339030 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=831332 CPUtime=1096.04
/proc/12794/task/12799/stat : 12799 (java) R 12792 12794 10025 0 -1 64 790111 0 0 0 109242 362 0 0 25 0 13 0 20339032 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 20339032 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12801] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20339033 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12802] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=831332 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2458 0 0 0 67 1 0 0 16 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12804] ppid=12792 vsize=831332 CPUtime=8.08
/proc/12794/task/12804/stat : 12804 (java) S 12792 12794 10025 0 -1 64 30104 0 0 0 799 9 0 0 17 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12805] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20339037 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12808] ppid=12792 vsize=831332 CPUtime=0
/proc/12794/task/12808/stat : 12808 (java) S 12792 12794 10025 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 20464931 851283968 177553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1257.09
Current children cumulated vsize (KiB) 831332

[startup+1267.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 12808
/proc/meminfo: memFree=63192/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=827328 CPUtime=1257.88
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 995946 0 1 0 125342 446 0 0 18 0 12 0 20339028 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 206832 176557 1437 9 0 204159 0
[pid=12794/tid=12795] ppid=12792 vsize=827328 CPUtime=132.45
/proc/12794/task/12795/stat : 12795 (java) S 12792 12794 10025 0 -1 64 17885 0 1 0 13233 12 0 0 16 0 12 0 20339029 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12797] ppid=12792 vsize=827328 CPUtime=10.06
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 73760 0 0 0 978 28 0 0 16 0 12 0 20339030 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=827328 CPUtime=9.72
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 80877 0 0 0 941 31 0 0 15 0 12 0 20339030 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=827328 CPUtime=1096.83
/proc/12794/task/12799/stat : 12799 (java) R 12792 12794 10025 0 -1 64 790111 0 0 0 109321 362 0 0 25 0 12 0 20339032 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20339032 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12801] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20339033 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12802] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=827328 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2458 0 0 0 67 1 0 0 16 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12804] ppid=12792 vsize=827328 CPUtime=8.08
/proc/12794/task/12804/stat : 12804 (java) S 12792 12794 10025 0 -1 64 30104 0 0 0 799 9 0 0 17 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12805] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1257.88
Current children cumulated vsize (KiB) 827328

[startup+1267.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 12808
/proc/meminfo: memFree=63192/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=827328 CPUtime=1258.07
/proc/12794/stat : 12794 (java) S 12792 12794 10025 0 -1 0 995947 0 1 0 125361 446 0 0 18 0 12 0 20339028 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 206832 176557 1437 9 0 204159 0
[pid=12794/tid=12795] ppid=12792 vsize=827328 CPUtime=132.45
/proc/12794/task/12795/stat : 12795 (java) S 12792 12794 10025 0 -1 64 17886 0 1 0 13233 12 0 0 15 0 12 0 20339029 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12797] ppid=12792 vsize=827328 CPUtime=10.06
/proc/12794/task/12797/stat : 12797 (java) S 12792 12794 10025 0 -1 64 73760 0 0 0 978 28 0 0 16 0 12 0 20339030 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12798] ppid=12792 vsize=827328 CPUtime=9.72
/proc/12794/task/12798/stat : 12798 (java) S 12792 12794 10025 0 -1 64 80877 0 0 0 941 31 0 0 15 0 12 0 20339030 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12799] ppid=12792 vsize=827328 CPUtime=1097.02
/proc/12794/task/12799/stat : 12799 (java) S 12792 12794 10025 0 -1 64 790111 0 0 0 109340 362 0 0 25 0 12 0 20339032 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12800] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12800/stat : 12800 (java) S 12792 12794 10025 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 20339032 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12801] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12801/stat : 12801 (java) S 12792 12794 10025 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20339033 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12802] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12802/stat : 12802 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12803] ppid=12792 vsize=827328 CPUtime=0.68
/proc/12794/task/12803/stat : 12803 (java) S 12792 12794 10025 0 -1 64 2458 0 0 0 67 1 0 0 16 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12804] ppid=12792 vsize=827328 CPUtime=8.08
/proc/12794/task/12804/stat : 12804 (java) S 12792 12794 10025 0 -1 64 30104 0 0 0 799 9 0 0 17 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12805] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12805/stat : 12805 (java) S 12792 12794 10025 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12794/tid=12806] ppid=12792 vsize=827328 CPUtime=0
/proc/12794/task/12806/stat : 12806 (java) S 12792 12794 10025 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20339037 847183872 176557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1258.07
Current children cumulated vsize (KiB) 827328

[startup+1267.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 12808
/proc/meminfo: memFree=63192/2055920 swapFree=4192956/4192956
[pid=12794] ppid=12792 vsize=0 CPUtime=1258.16
/proc/12794/stat : 12794 (java) Z 12792 12794 10025 0 -1 12 995950 0 1 0 125361 455 0 0 16 0 2 0 20339028 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12794/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1258.16
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1267.52
CPU time (s): 1258.19
CPU user time (s): 1253.62
CPU system time (s): 4.5743
CPU usage (%): 99.2642
Max. virtual memory (cumulated for all children) (KiB): 875012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1253.62
system time used= 4.5743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 995950
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= 28862
involuntary context switches= 54121

runsolver used 1.79773 second user time and 3.99839 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-11 19:19:20
IDJOB=2063705
IDBENCH=54071
IDSOLVER=731
FILE ID=node60/2063705-1247332760
PBS_JOBID= 9506510
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 73412f9649fea75dab18916cdb12332a
RANDOM SEED=437195612

node60.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.232
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.232
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:        683048 kB
Buffers:         60888 kB
Cached:        1223292 kB
SwapCached:          0 kB
Active:         272188 kB
Inactive:      1048720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        683048 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          57180 kB
Slab:            37112 kB
Committed_AS:   196368 kB
PageTables:       1968 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= 66388 MiB
End job on node60 at 2009-07-11 19:40:28