Trace number 2075321

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? 1153.06 1115.53

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-23.xml
MD5SUM5e2c844f828e84354ced30f5a2099da7
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.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/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-2075321-1247361433.xml
0.18/0.24	c reading problem ... 
0.37/0.49	c reading problem named null
0.37/0.49	c reading domains done.
0.37/0.49	c reading variables done.
0.47/0.53	c reading predicates  done.
0.84/0.98	c reading constraints
1150.14/1112.70	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1150.14/1112.70		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1150.14/1112.70		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
1150.14/1112.70		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
1150.14/1112.70		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
1150.14/1112.70		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.find(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1150.14/1112.70		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1150.14/1112.70		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1150.14/1112.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1150.14/1112.70	c starts		: 0
1150.24/1112.70	c conflicts		: 0
1150.24/1112.70	c decisions		: 0
1150.24/1112.70	c propagations		: 0
1150.24/1112.70	c inspects		: 0
1150.24/1112.70	c learnt literals	: 0
1150.24/1112.70	c learnt binary clauses	: 0
1150.24/1112.70	c learnt ternary clauses	: 0
1150.24/1112.70	c learnt clauses	: 0
1150.24/1112.70	c ignored clauses	: 0
1150.24/1112.70	c root simplifications	: 0
1150.24/1112.70	c removed literals (reason simplification)	: 0
1150.24/1112.70	c reason swapping (by a shorter reason)	: 0
1150.24/1112.70	c Calls to reduceDB	: 0
1150.24/1112.70	c speed (assignments/second)	: 0.0
1150.24/1112.70	c non guided choices	0
1150.24/1112.70	c learnt constraints type 
1150.24/1112.70	c constraints type 
1152.93/1115.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6613565
1152.93/1115.41	c org.sat4j.minisat.constraints.card.AtLeast => 180
1152.93/1115.42	s UNKNOWN
1152.93/1115.42	c Total wall clock time (in seconds) : 1112.459

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-2075321-1247361433/watcher-2075321-1247361433 -o /tmp/evaluation-result-2075321-1247361433/solver-2075321-1247361433 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075321-1247361433.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.85 1.97 2.10 3/80 18970
/proc/meminfo: memFree=1828528/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=18576 CPUtime=0
/proc/18970/stat : 18970 (runsolver) R 18968 18970 16948 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 23209975 19021824 285 996147200 4194304 4302564 548682068448 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18970/statm: 4644 285 249 26 0 2626 0

[startup+0.0643269 s]
/proc/loadavg: 1.85 1.97 2.10 3/80 18970
/proc/meminfo: memFree=1828528/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=802164 CPUtime=0.04
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 2701 0 1 0 3 1 0 0 21 0 7 0 23209975 821415936 2446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 200541 2446 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.101769 s]
/proc/loadavg: 1.85 1.97 2.10 3/80 18970
/proc/meminfo: memFree=1828528/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=804560 CPUtime=0.08
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 3015 0 1 0 6 2 0 0 21 0 12 0 23209975 823869440 2758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 201140 2758 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302797 s]
/proc/loadavg: 1.85 1.97 2.10 3/80 18970
/proc/meminfo: memFree=1828528/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=805628 CPUtime=0.28
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 4316 0 1 0 24 4 0 0 21 0 12 0 23209975 824963072 4053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 201407 4053 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701844 s]
/proc/loadavg: 1.85 1.97 2.10 3/80 18970
/proc/meminfo: memFree=1828528/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=807356 CPUtime=0.65
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 6223 0 1 0 60 5 0 0 21 0 12 0 23209975 826732544 5627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 201839 5627 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 807356

[startup+1.50112 s]
/proc/loadavg: 1.85 1.97 2.10 3/92 18982
/proc/meminfo: memFree=1808592/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=808580 CPUtime=1.26
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 7749 0 1 0 119 7 0 0 21 0 12 0 23209975 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 202145 6577 1407 9 0 199472 0
[pid=18970/tid=18972] ppid=18968 vsize=808580 CPUtime=0.73
/proc/18970/task/18972/stat : 18972 (java) R 18968 18970 16948 0 -1 64 4962 0 1 0 69 4 0 0 25 0 12 0 23209977 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 23209978 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209978 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 16948 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23209980 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 23209980 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23209980 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209985 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 23209985 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=808580 CPUtime=0.5
/proc/18970/task/18980/stat : 18980 (java) R 18968 18970 16948 0 -1 64 2033 0 0 0 49 1 0 0 17 0 12 0 23209985 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 105581955 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23209985 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=808580 CPUtime=0
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23209985 827985920 6577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 808580

[startup+3.10232 s]
/proc/loadavg: 1.85 1.97 2.10 4/92 18982
/proc/meminfo: memFree=1803152/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=810820 CPUtime=2.73
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 14418 0 1 0 263 10 0 0 21 0 12 0 23209975 830279680 12307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 202705 12308 1426 9 0 200032 0
[pid=18970/tid=18972] ppid=18968 vsize=810820 CPUtime=1.53
/proc/18970/task/18972/stat : 18972 (java) R 18968 18970 16948 0 -1 64 10068 0 1 0 146 7 0 0 25 0 12 0 23209977 830279680 12308 996147200 134512640 134550932 4294956016 18446744073709551615 4109683137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 23209978 830279680 12309 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209978 830279680 12309 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 16948 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23209980 830279680 12310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 23209980 830279680 12310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23209980 830279680 12310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209985 830279680 12311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=810820 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 43 0 0 0 14 0 0 0 16 0 12 0 23209985 830279680 12311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=810820 CPUtime=1.02
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 16948 0 -1 64 3567 0 0 0 101 1 0 0 16 0 12 0 23209985 830279680 12312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23209985 830279680 12312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=810820 CPUtime=0
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23209985 830279680 12313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 810820

[startup+6.3027 s]
/proc/loadavg: 1.86 1.97 2.10 3/92 18982
/proc/meminfo: memFree=1744912/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=816628 CPUtime=5.92
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 29549 0 1 0 575 17 0 0 21 0 12 0 23209975 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 204157 22270 1435 9 0 201484 0
[pid=18970/tid=18972] ppid=18968 vsize=816628 CPUtime=3.06
/proc/18970/task/18972/stat : 18972 (java) R 18968 18970 16948 0 -1 64 17391 0 1 0 295 11 0 0 25 0 12 0 23209977 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=816628 CPUtime=0.02
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 841 0 0 0 2 0 0 0 17 0 12 0 23209978 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=816628 CPUtime=0.01
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 204 0 0 0 1 0 0 0 17 0 12 0 23209978 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=816628 CPUtime=0
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 16948 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23209980 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=816628 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23209980 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=816628 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23209980 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=816628 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209985 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=816628 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 74 0 0 0 14 0 0 0 16 0 12 0 23209985 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=816628 CPUtime=2.65
/proc/18970/task/18980/stat : 18980 (java) R 18968 18970 16948 0 -1 64 10286 0 0 0 261 4 0 0 16 0 12 0 23209985 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 103237040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=816628 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23209985 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=816628 CPUtime=0
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23209985 836227072 22270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 816628

[startup+12.7025 s]
/proc/loadavg: 1.95 1.98 2.10 3/92 18982
/proc/meminfo: memFree=1713112/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=821036 CPUtime=12.32
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 44028 0 1 0 1209 23 0 0 21 0 12 0 23209975 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 205259 30287 1435 9 0 202586 0
[pid=18970/tid=18972] ppid=18968 vsize=821036 CPUtime=6.66
/proc/18970/task/18972/stat : 18972 (java) R 18968 18970 16948 0 -1 64 17421 0 1 0 655 11 0 0 25 0 12 0 23209977 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 104172317 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=821036 CPUtime=0.22
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 4992 0 0 0 21 1 0 0 17 0 12 0 23209978 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=821036 CPUtime=0.2
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 2907 0 0 0 19 1 0 0 17 0 12 0 23209978 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=821036 CPUtime=0
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 16948 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 23209980 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=821036 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23209980 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=821036 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23209980 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=821036 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209985 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=821036 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 87 0 0 0 14 0 0 0 17 0 12 0 23209985 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=821036 CPUtime=5.03
/proc/18970/task/18980/stat : 18980 (java) R 18968 18970 16948 0 -1 64 17856 0 0 0 496 7 0 0 19 0 12 0 23209985 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 104163890 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=821036 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23209985 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=821036 CPUtime=0
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23209985 840740864 30287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 821036

[startup+25.502 s]
/proc/loadavg: 2.03 2.00 2.10 3/92 18982
/proc/meminfo: memFree=1651032/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=819908 CPUtime=25.23
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 67444 0 1 0 2489 34 0 0 21 0 12 0 23209975 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 204977 47433 1435 9 0 202304 0
[pid=18970/tid=18972] ppid=18968 vsize=819908 CPUtime=16.29
/proc/18970/task/18972/stat : 18972 (java) R 18968 18970 16948 0 -1 64 17452 0 1 0 1618 11 0 0 25 0 12 0 23209977 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4109592238 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=819908 CPUtime=0.79
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 14631 0 0 0 74 5 0 0 16 0 12 0 23209978 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=819908 CPUtime=0.77
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 10405 0 0 0 73 4 0 0 16 0 12 0 23209978 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=819908 CPUtime=0.01
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 16948 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 23209980 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=819908 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23209980 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=819908 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23209980 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=819908 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209985 839585792 47433 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=819908 CPUtime=0.14

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

Current children cumulated CPU time (s) 1138.77
Current children cumulated vsize (KiB) 820584

[startup+1108.3 s]
/proc/loadavg: 2.52 2.32 2.22 5/85 19229
/proc/meminfo: memFree=1090384/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=820584 CPUtime=1145.62
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 512660 0 1 0 114235 327 0 0 21 0 12 0 23209975 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 205146 175420 1437 9 0 202473 0
[pid=18970/tid=18972] ppid=18968 vsize=820584 CPUtime=113.42
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 16948 0 -1 64 17953 0 1 0 11329 13 0 0 16 0 12 0 23209977 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18973] ppid=18968 vsize=820584 CPUtime=94.24
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 90552 0 0 0 9384 40 0 0 17 0 12 0 23209978 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18974] ppid=18968 vsize=820584 CPUtime=94.69
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 62936 0 0 0 9437 32 0 0 17 0 12 0 23209978 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18975] ppid=18968 vsize=820584 CPUtime=830.58
/proc/18970/task/18975/stat : 18975 (java) R 18968 18970 16948 0 -1 64 295173 0 0 0 82885 173 0 0 20 0 12 0 23209980 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 104177728 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18976] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23209980 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18977] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23209980 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209985 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=820584 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 206 0 0 0 14 0 0 0 16 0 12 0 23209985 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=820584 CPUtime=11.82
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 16948 0 -1 64 45100 0 0 0 1164 18 0 0 17 0 12 0 23209985 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23209985 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=820584 CPUtime=0.66
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 19 47 0 0 15 0 12 0 23209985 840278016 175420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1145.62
Current children cumulated vsize (KiB) 820584

[startup+1111.5 s]
/proc/loadavg: 2.48 2.31 2.22 3/85 19229
/proc/meminfo: memFree=1090448/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=820584 CPUtime=1149.04
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 512664 0 1 0 114577 327 0 0 21 0 12 0 23209975 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 205146 175421 1436 9 0 202473 0
[pid=18970/tid=18972] ppid=18968 vsize=820584 CPUtime=113.44
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 16948 0 -1 64 17957 0 1 0 11331 13 0 0 15 0 12 0 23209977 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18973] ppid=18968 vsize=820584 CPUtime=94.49
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 90552 0 0 0 9409 40 0 0 17 0 12 0 23209978 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=820584 CPUtime=94.94
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 62936 0 0 0 9462 32 0 0 16 0 12 0 23209978 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=820584 CPUtime=833.49
/proc/18970/task/18975/stat : 18975 (java) R 18968 18970 16948 0 -1 64 295173 0 0 0 83176 173 0 0 18 0 12 0 23209980 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 106157876 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23209980 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18977] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23209980 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23209985 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=820584 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 206 0 0 0 14 0 0 0 16 0 12 0 23209985 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=820584 CPUtime=11.82
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 16948 0 -1 64 45100 0 0 0 1164 18 0 0 17 0 12 0 23209985 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=820584 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23209985 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=820584 CPUtime=0.66
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 19 47 0 0 15 0 12 0 23209985 840278016 175421 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1149.04
Current children cumulated vsize (KiB) 820584

[startup+1113.1 s]
/proc/loadavg: 2.48 2.31 2.22 3/85 19229
/proc/meminfo: memFree=1090448/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=820908 CPUtime=1150.63
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 512676 0 1 0 114736 327 0 0 21 0 13 0 23209975 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 205227 175431 1436 9 0 202554 0
[pid=18970/tid=18972] ppid=18968 vsize=820908 CPUtime=113.44
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 16948 0 -1 64 17961 0 1 0 11331 13 0 0 16 0 13 0 23209977 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=820908 CPUtime=94.68
/proc/18970/task/18973/stat : 18973 (java) R 18968 18970 16948 0 -1 64 90552 0 0 0 9428 40 0 0 17 0 13 0 23209978 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 105886566 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=820908 CPUtime=95.14
/proc/18970/task/18974/stat : 18974 (java) R 18968 18970 16948 0 -1 64 62936 0 0 0 9482 32 0 0 17 0 13 0 23209978 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=820908 CPUtime=834.68
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 16948 0 -1 64 295173 0 0 0 83295 173 0 0 20 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=18976] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=820908 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 206 0 0 0 14 0 0 0 16 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=820908 CPUtime=11.82
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 16948 0 -1 64 45100 0 0 0 1164 18 0 0 17 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=820908 CPUtime=0.66
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 19 47 0 0 15 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1150.63
Current children cumulated vsize (KiB) 820908

[startup+1114.7 s]
/proc/loadavg: 2.48 2.31 2.22 3/86 19230
/proc/meminfo: memFree=1090440/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=820908 CPUtime=1152.23
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 512676 0 1 0 114896 327 0 0 21 0 13 0 23209975 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 205227 175431 1436 9 0 202554 0
[pid=18970/tid=18972] ppid=18968 vsize=820908 CPUtime=113.44
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 16948 0 -1 64 17961 0 1 0 11331 13 0 0 16 0 13 0 23209977 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=820908 CPUtime=94.71
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 90552 0 0 0 9431 40 0 0 16 0 13 0 23209978 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=820908 CPUtime=95.18
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 62936 0 0 0 9486 32 0 0 17 0 13 0 23209978 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=820908 CPUtime=836.2
/proc/18970/task/18975/stat : 18975 (java) R 18968 18970 16948 0 -1 64 295173 0 0 0 83447 173 0 0 18 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 105886143 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=820908 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 206 0 0 0 14 0 0 0 16 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=820908 CPUtime=11.82
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 16948 0 -1 64 45100 0 0 0 1164 18 0 0 17 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=820908 CPUtime=0.66
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 19 47 0 0 15 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=19230] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/19230/stat : 19230 (java) S 18968 18970 16948 0 -1 64 8 0 0 0 0 0 0 0 18 0 13 0 23321246 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1152.23
Current children cumulated vsize (KiB) 820908

[startup+1115.1 s]
/proc/loadavg: 2.48 2.31 2.22 3/86 19230
/proc/meminfo: memFree=1090440/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=820908 CPUtime=1152.63
/proc/18970/stat : 18970 (java) S 18968 18970 16948 0 -1 0 512676 0 1 0 114936 327 0 0 21 0 13 0 23209975 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 205227 175431 1436 9 0 202554 0
[pid=18970/tid=18972] ppid=18968 vsize=820908 CPUtime=113.44
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 16948 0 -1 64 17961 0 1 0 11331 13 0 0 16 0 13 0 23209977 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=820908 CPUtime=94.71
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 16948 0 -1 64 90552 0 0 0 9431 40 0 0 16 0 13 0 23209978 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=820908 CPUtime=95.18
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 16948 0 -1 64 62936 0 0 0 9486 32 0 0 17 0 13 0 23209978 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=820908 CPUtime=836.6
/proc/18970/task/18975/stat : 18975 (java) R 18968 18970 16948 0 -1 64 295173 0 0 0 83487 173 0 0 19 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 104187853 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 16948 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23209980 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=820908 CPUtime=0.14
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 16948 0 -1 64 206 0 0 0 14 0 0 0 16 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=820908 CPUtime=11.82
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 16948 0 -1 64 45100 0 0 0 1164 18 0 0 17 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 16948 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=820908 CPUtime=0.66
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 16948 0 -1 64 1 0 0 0 19 47 0 0 15 0 13 0 23209985 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18970/tid=19230] ppid=18968 vsize=820908 CPUtime=0
/proc/18970/task/19230/stat : 19230 (java) S 18968 18970 16948 0 -1 64 8 0 0 0 0 0 0 0 18 0 13 0 23321246 840609792 175431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1152.63
Current children cumulated vsize (KiB) 820908

[startup+1115.51 s]
/proc/loadavg: 2.44 2.31 2.22 3/86 19230
/proc/meminfo: memFree=1090440/2055920 swapFree=4192812/4192956
[pid=18970] ppid=18968 vsize=0 CPUtime=1153.02
/proc/18970/stat : 18970 (java) Z 18968 18970 16948 0 -1 12 512683 0 1 0 114967 335 0 0 16 0 2 0 23209975 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18970/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1153.02
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1115.53
CPU time (s): 1153.06
CPU user time (s): 1149.68
CPU system time (s): 3.37949
CPU usage (%): 103.363
Max. virtual memory (cumulated for all children) (KiB): 868592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1149.68
system time used= 3.37949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512683
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= 29218
involuntary context switches= 41832

runsolver used 1.76573 second user time and 3.90641 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 03:17:14
IDJOB=2075321
IDBENCH=56270
IDSOLVER=731
FILE ID=node28/2075321-1247361433
PBS_JOBID= 9506896
Free space on /tmp= 66092 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-23.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075321-1247361433/watcher-2075321-1247361433 -o /tmp/evaluation-result-2075321-1247361433/solver-2075321-1247361433 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075321-1247361433.xml

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

MD5SUM BENCH= 5e2c844f828e84354ced30f5a2099da7
RANDOM SEED=1047099547

node28.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.230
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.230
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:       1829008 kB
Buffers:          3636 kB
Cached:          65384 kB
SwapCached:          0 kB
Active:         162456 kB
Inactive:        19172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1248 kB
Writeback:           0 kB
Mapped:         130432 kB
Slab:            30292 kB
Committed_AS:   899404 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66088 MiB
End job on node28 at 2009-07-12 03:35:49