Trace number 2063749

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? 280.513 281.245

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-8.xml
MD5SUMcd1b9d0af9a2e309aad42650a4d4ed0e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05999
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2063749-1247332803.xml
0.19/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.49/0.51	c reading predicates  done.
0.99/1.02	c reading constraints
280.31/281.07	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
280.31/281.07		at org.sat4j.core.VecInt.ensure(Unknown Source)
280.31/281.07		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
280.31/281.07		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
280.31/281.07		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
280.31/281.07		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.07		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.07		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.07		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.07		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.07		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.08		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.08		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.08		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.08		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.08		at org.sat4j.csp.Predicate.find(Unknown Source)
280.31/281.08		at org.sat4j.csp.Predicate.toClause(Unknown Source)
280.31/281.08		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
280.31/281.08		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
280.31/281.08		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
280.31/281.08		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
280.31/281.08		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
280.31/281.08		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
280.31/281.08	c starts		: 0
280.31/281.08	c conflicts		: 0
280.31/281.08	c decisions		: 0
280.31/281.08	c propagations		: 0
280.31/281.08	c inspects		: 0
280.31/281.08	c learnt literals	: 0
280.31/281.08	c learnt binary clauses	: 0
280.31/281.08	c learnt ternary clauses	: 0
280.31/281.08	c learnt clauses	: 0
280.31/281.08	c ignored clauses	: 0
280.31/281.08	c root simplifications	: 0
280.31/281.08	c removed literals (reason simplification)	: 0
280.31/281.08	c reason swapping (by a shorter reason)	: 0
280.31/281.08	c Calls to reduceDB	: 0
280.31/281.08	c speed (assignments/second)	: 0.0
280.31/281.08	c non guided choices	0
280.31/281.08	c learnt constraints type 
280.31/281.08	c constraints type 
280.31/281.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7170255
280.31/281.08	c org.sat4j.minisat.constraints.card.AtLeast => 168
280.31/281.08	s UNKNOWN
280.31/281.08	c Total wall clock time (in seconds) : 280.853

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-2063749-1247332803/watcher-2063749-1247332803 -o /tmp/evaluation-result-2063749-1247332803/solver-2063749-1247332803 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063749-1247332803.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.14 2.08 4/74 15135
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=1612 CPUtime=0
/proc/15135/stat : 15135 (java6) D 15133 15135 11978 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 20346980 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/15135/statm: 403 150 114 9 0 45 0

[startup+0.08237 s]
/proc/loadavg: 2.04 2.14 2.08 4/74 15135
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=802164 CPUtime=0.07
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 2884 0 1 0 5 2 0 0 18 0 7 0 20346980 821415936 2629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 200541 2629 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101371 s]
/proc/loadavg: 2.04 2.14 2.08 4/74 15135
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=804560 CPUtime=0.09
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 3065 0 1 0 7 2 0 0 18 0 12 0 20346980 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 201140 2808 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301398 s]
/proc/loadavg: 2.04 2.14 2.08 4/74 15135
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=805888 CPUtime=0.29
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 4397 0 1 0 26 3 0 0 18 0 12 0 20346980 825229312 4134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 201472 4134 1363 9 0 198799 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805888

[startup+0.701447 s]
/proc/loadavg: 2.04 2.14 2.08 4/74 15135
/proc/meminfo: memFree=1799504/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=807360 CPUtime=0.68
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 6412 0 1 0 64 4 0 0 18 0 12 0 20346980 826736640 5820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 201840 5820 1387 9 0 199167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807360

[startup+1.83859 s]
/proc/loadavg: 2.04 2.14 2.08 4/86 15147
/proc/meminfo: memFree=1780208/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=811312 CPUtime=1.83
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 10216 0 1 0 176 7 0 0 18 0 12 0 20346980 830783488 7858 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 202828 7859 1426 9 0 200155 0
[pid=15135/tid=15137] ppid=15133 vsize=811312 CPUtime=0.88
/proc/15135/task/15137/stat : 15137 (java) R 15133 15135 11978 0 -1 64 5496 0 1 0 84 4 0 0 25 0 12 0 20346981 830783488 7859 996147200 134512640 134550932 4294956016 18446744073709551615 4109677167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15138] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20346982 830783488 7859 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15139] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20346982 830783488 7860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15140] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15140/stat : 15140 (java) S 15133 15135 11978 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20346984 830783488 7860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15141] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20346985 830783488 7860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15142] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20346985 830783488 7860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 830783488 7861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=811312 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 567 0 0 0 11 0 0 0 16 0 12 0 20346989 830783488 7861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=811312 CPUtime=0.81
/proc/15135/task/15145/stat : 15145 (java) S 15133 15135 11978 0 -1 64 3409 0 0 0 80 1 0 0 19 0 12 0 20346989 830783488 7861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 830783488 7862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=811312 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20346989 830783488 7862 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 811312

[startup+3.10274 s]
/proc/loadavg: 2.04 2.14 2.08 4/86 15147
/proc/meminfo: memFree=1765808/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=815100 CPUtime=3.09
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 17053 0 1 0 299 10 0 0 18 0 12 0 20346980 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 203775 13379 1426 9 0 201102 0
[pid=15135/tid=15137] ppid=15133 vsize=815100 CPUtime=1.46
/proc/15135/task/15137/stat : 15137 (java) R 15133 15135 11978 0 -1 64 10280 0 1 0 139 7 0 0 25 0 12 0 20346981 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15138] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 20346982 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15139] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 20346982 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15140] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15140/stat : 15140 (java) S 15133 15135 11978 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20346984 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15141] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20346985 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15142] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20346985 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=815100 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 567 0 0 0 11 0 0 0 16 0 12 0 20346989 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=815100 CPUtime=1.5
/proc/15135/task/15145/stat : 15145 (java) R 15133 15135 11978 0 -1 64 5461 0 0 0 148 2 0 0 17 0 12 0 20346989 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 102536250 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 834662400 13379 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=815100 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20346989 834662400 13379 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) 815100

[startup+6.30214 s]
/proc/loadavg: 2.04 2.14 2.08 5/86 15147
/proc/meminfo: memFree=1709296/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=814068 CPUtime=6.29
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 32209 0 1 0 613 16 0 0 18 0 12 0 20346980 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 203517 23954 1435 9 0 200844 0
[pid=15135/tid=15137] ppid=15133 vsize=814068 CPUtime=3.22
/proc/15135/task/15137/stat : 15137 (java) R 15133 15135 11978 0 -1 64 17385 0 1 0 312 10 0 0 25 0 12 0 20346981 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15138] ppid=15133 vsize=814068 CPUtime=0.05
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 1903 0 0 0 5 0 0 0 17 0 12 0 20346982 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15139] ppid=15133 vsize=814068 CPUtime=0.04
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 1441 0 0 0 4 0 0 0 17 0 12 0 20346982 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15140] ppid=15133 vsize=814068 CPUtime=0
/proc/15135/task/15140/stat : 15140 (java) S 15133 15135 11978 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 20346984 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15141] ppid=15133 vsize=814068 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15142] ppid=15133 vsize=814068 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=814068 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=814068 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 580 0 0 0 11 0 0 0 17 0 12 0 20346989 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=814068 CPUtime=2.82
/proc/15135/task/15145/stat : 15145 (java) R 15133 15135 11978 0 -1 64 10141 0 0 0 279 3 0 0 17 0 12 0 20346989 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 104144000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=814068 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 833605632 23954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=814068 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20346989 833605632 23954 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) 814068

[startup+12.7029 s]
/proc/loadavg: 2.03 2.14 2.08 3/86 15147
/proc/meminfo: memFree=1678704/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=818104 CPUtime=12.74
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 45368 0 1 0 1252 22 0 0 18 0 12 0 20346980 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 204526 32551 1435 9 0 201853 0
[pid=15135/tid=15137] ppid=15133 vsize=818104 CPUtime=7.51
/proc/15135/task/15137/stat : 15137 (java) R 15133 15135 11978 0 -1 64 17398 0 1 0 741 10 0 0 25 0 12 0 20346981 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 104170978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15138] ppid=15133 vsize=818104 CPUtime=0.35
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 5617 0 0 0 34 1 0 0 16 0 12 0 20346982 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15139] ppid=15133 vsize=818104 CPUtime=0.4
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 5620 0 0 0 38 2 0 0 16 0 12 0 20346982 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15140] ppid=15133 vsize=818104 CPUtime=0
/proc/15135/task/15140/stat : 15140 (java) S 15133 15135 11978 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 20346984 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15141] ppid=15133 vsize=818104 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15142] ppid=15133 vsize=818104 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=818104 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=818104 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 593 0 0 0 11 0 0 0 17 0 12 0 20346989 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=818104 CPUtime=4.3
/proc/15135/task/15145/stat : 15145 (java) S 15133 15135 11978 0 -1 64 15375 0 0 0 424 6 0 0 20 0 12 0 20346989 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=818104 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=818104 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20346989 837738496 32551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 818104

[startup+25.5025 s]
/proc/loadavg: 2.25 2.18 2.09 3/86 15147
/proc/meminfo: memFree=1603568/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=819944 CPUtime=25.53
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 66177 0 1 0 2524 29 0 0 18 0 12 0 20346980 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 204986 50166 1435 9 0 202313 0
[pid=15135/tid=15137] ppid=15133 vsize=819944 CPUtime=18.22
/proc/15135/task/15137/stat : 15137 (java) R 15133 15135 11978 0 -1 64 17425 0 1 0 1812 10 0 0 25 0 12 0 20346981 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4111084706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15138] ppid=15133 vsize=819944 CPUtime=0.91
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 13481 0 0 0 87 4 0 0 16 0 12 0 20346982 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15139] ppid=15133 vsize=819944 CPUtime=0.97
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 15094 0 0 0 92 5 0 0 16 0 12 0 20346982 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15140] ppid=15133 vsize=819944 CPUtime=0.01
/proc/15135/task/15140/stat : 15140 (java) S 15133 15135 11978 0 -1 64 24 0 0 0 1 0 0 0 15 0 12 0 20346984 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15141] ppid=15133 vsize=819944 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15142] ppid=15133 vsize=819944 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=819944 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 839622656 50166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=819944 CPUtime=0.11

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

[pid=15135/tid=15146] ppid=15133 vsize=815912 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 835493888 173807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=815912 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 20346989 835493888 173807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.75
Current children cumulated vsize (KiB) 815912

[startup+269.002 s]
/proc/loadavg: 2.14 2.21 2.11 3/87 15148
/proc/meminfo: memFree=1104936/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=817916 CPUtime=268.43
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 282571 0 1 0 26726 117 0 0 18 0 12 0 20346980 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 204479 174308 1437 9 0 201806 0
[pid=15135/tid=15137] ppid=15133 vsize=817916 CPUtime=129.34
/proc/15135/task/15137/stat : 15137 (java) S 15133 15135 11978 0 -1 64 17633 0 1 0 12924 10 0 0 17 0 12 0 20346981 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15138] ppid=15133 vsize=817916 CPUtime=10.12
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 69866 0 0 0 985 27 0 0 16 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15139] ppid=15133 vsize=817916 CPUtime=9.59
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 84350 0 0 0 931 28 0 0 15 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15140] ppid=15133 vsize=817916 CPUtime=110.81
/proc/15135/task/15140/stat : 15140 (java) R 15133 15135 11978 0 -1 64 80893 0 0 0 11045 36 0 0 25 0 12 0 20346984 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 105696735 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15141] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15142] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=817916 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 677 0 0 0 11 0 0 0 17 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=817916 CPUtime=8.38
/proc/15135/task/15145/stat : 15145 (java) S 15133 15135 11978 0 -1 64 28410 0 0 0 827 11 0 0 20 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 268.43
Current children cumulated vsize (KiB) 817916

[startup+275.401 s]
/proc/loadavg: 2.12 2.20 2.11 3/87 15148
/proc/meminfo: memFree=1104872/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=817916 CPUtime=274.76
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 284077 0 1 0 27359 117 0 0 18 0 12 0 20346980 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 204479 174308 1437 9 0 201806 0
[pid=15135/tid=15137] ppid=15133 vsize=817916 CPUtime=129.51
/proc/15135/task/15137/stat : 15137 (java) S 15133 15135 11978 0 -1 64 17635 0 1 0 12941 10 0 0 17 0 12 0 20346981 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15138] ppid=15133 vsize=817916 CPUtime=10.12
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 69866 0 0 0 985 27 0 0 16 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15139] ppid=15133 vsize=817916 CPUtime=9.59
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 84350 0 0 0 931 28 0 0 15 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15140] ppid=15133 vsize=817916 CPUtime=116.99
/proc/15135/task/15140/stat : 15140 (java) R 15133 15135 11978 0 -1 64 82397 0 0 0 11662 37 0 0 25 0 12 0 20346984 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15141] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15142] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=817916 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 677 0 0 0 11 0 0 0 17 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=817916 CPUtime=8.38
/proc/15135/task/15145/stat : 15145 (java) S 15133 15135 11978 0 -1 64 28410 0 0 0 827 11 0 0 20 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 274.76
Current children cumulated vsize (KiB) 817916

[startup+278.608 s]
/proc/loadavg: 2.12 2.20 2.11 3/87 15148
/proc/meminfo: memFree=1104872/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=817916 CPUtime=277.94
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 284830 0 1 0 27676 118 0 0 18 0 12 0 20346980 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 204479 174308 1437 9 0 201806 0
[pid=15135/tid=15137] ppid=15133 vsize=817916 CPUtime=129.57
/proc/15135/task/15137/stat : 15137 (java) S 15133 15135 11978 0 -1 64 17636 0 1 0 12947 10 0 0 17 0 12 0 20346981 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15138] ppid=15133 vsize=817916 CPUtime=10.12
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 69866 0 0 0 985 27 0 0 16 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15139] ppid=15133 vsize=817916 CPUtime=9.59
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 84350 0 0 0 931 28 0 0 15 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15140] ppid=15133 vsize=817916 CPUtime=120.1
/proc/15135/task/15140/stat : 15140 (java) R 15133 15135 11978 0 -1 64 83149 0 0 0 11973 37 0 0 25 0 12 0 20346984 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 103625076 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15141] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15142] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=817916 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 677 0 0 0 11 0 0 0 17 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=817916 CPUtime=8.38
/proc/15135/task/15145/stat : 15145 (java) S 15133 15135 11978 0 -1 64 28410 0 0 0 827 11 0 0 20 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 277.94
Current children cumulated vsize (KiB) 817916

[startup+280.203 s]
/proc/loadavg: 2.19 2.21 2.12 3/87 15148
/proc/meminfo: memFree=1104872/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=817916 CPUtime=279.52
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 285585 0 1 0 27834 118 0 0 18 0 12 0 20346980 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 204479 174308 1436 9 0 201806 0
[pid=15135/tid=15137] ppid=15133 vsize=817916 CPUtime=129.63
/proc/15135/task/15137/stat : 15137 (java) S 15133 15135 11978 0 -1 64 17639 0 1 0 12953 10 0 0 17 0 12 0 20346981 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15138] ppid=15133 vsize=817916 CPUtime=10.12
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 69866 0 0 0 985 27 0 0 16 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15139] ppid=15133 vsize=817916 CPUtime=9.59
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 84350 0 0 0 931 28 0 0 15 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15140] ppid=15133 vsize=817916 CPUtime=121.63
/proc/15135/task/15140/stat : 15140 (java) R 15133 15135 11978 0 -1 64 83901 0 0 0 12125 38 0 0 25 0 12 0 20346984 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 106836675 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15141] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15142] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=817916 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 677 0 0 0 11 0 0 0 17 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=817916 CPUtime=8.38
/proc/15135/task/15145/stat : 15145 (java) S 15133 15135 11978 0 -1 64 28410 0 0 0 827 11 0 0 20 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 817916

[startup+281.003 s]
/proc/loadavg: 2.19 2.21 2.12 3/87 15148
/proc/meminfo: memFree=1104872/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=817916 CPUtime=280.31
/proc/15135/stat : 15135 (java) S 15133 15135 11978 0 -1 0 285585 0 1 0 27913 118 0 0 18 0 12 0 20346980 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15135/statm: 204479 174308 1436 9 0 201806 0
[pid=15135/tid=15137] ppid=15133 vsize=817916 CPUtime=129.63
/proc/15135/task/15137/stat : 15137 (java) S 15133 15135 11978 0 -1 64 17639 0 1 0 12953 10 0 0 17 0 12 0 20346981 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15138] ppid=15133 vsize=817916 CPUtime=10.12
/proc/15135/task/15138/stat : 15138 (java) S 15133 15135 11978 0 -1 64 69866 0 0 0 985 27 0 0 16 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15139] ppid=15133 vsize=817916 CPUtime=9.59
/proc/15135/task/15139/stat : 15139 (java) S 15133 15135 11978 0 -1 64 84350 0 0 0 931 28 0 0 15 0 12 0 20346982 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15140] ppid=15133 vsize=817916 CPUtime=122.42
/proc/15135/task/15140/stat : 15140 (java) R 15133 15135 11978 0 -1 64 83901 0 0 0 12204 38 0 0 25 0 12 0 20346984 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15141] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15141/stat : 15141 (java) S 15133 15135 11978 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15135/tid=15142] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15142/stat : 15142 (java) S 15133 15135 11978 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20346985 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15143] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15143/stat : 15143 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15144] ppid=15133 vsize=817916 CPUtime=0.11
/proc/15135/task/15144/stat : 15144 (java) S 15133 15135 11978 0 -1 64 677 0 0 0 11 0 0 0 17 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15145] ppid=15133 vsize=817916 CPUtime=8.38
/proc/15135/task/15145/stat : 15145 (java) S 15133 15135 11978 0 -1 64 28410 0 0 0 827 11 0 0 20 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15146] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15146/stat : 15146 (java) S 15133 15135 11978 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15135/tid=15147] ppid=15133 vsize=817916 CPUtime=0
/proc/15135/task/15147/stat : 15147 (java) S 15133 15135 11978 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 20346989 837545984 174308 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.31
Current children cumulated vsize (KiB) 817916

[startup+281.203 s]
/proc/loadavg: 2.19 2.21 2.12 3/87 15148
/proc/meminfo: memFree=1104872/2055920 swapFree=4192812/4192956
[pid=15135] ppid=15133 vsize=0 CPUtime=280.46
/proc/15135/stat : 15135 (java) Z 15133 15135 11978 0 -1 12 285601 0 1 0 27921 125 0 0 16 0 2 0 20346980 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15135/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 280.46
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 281.245
CPU time (s): 280.513
CPU user time (s): 279.219
CPU system time (s): 1.2948
CPU usage (%): 99.74
Max. virtual memory (cumulated for all children) (KiB): 863920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 279.219
system time used= 1.2948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285601
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= 9179
involuntary context switches= 10814

runsolver used 0.403938 second user time and 0.91586 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-11 19:20:03
IDJOB=2063749
IDBENCH=54080
IDSOLVER=731
FILE ID=node28/2063749-1247332803
PBS_JOBID= 9506571
Free space on /tmp= 66092 MiB

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

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

MD5SUM BENCH= cd1b9d0af9a2e309aad42650a4d4ed0e
RANDOM SEED=1491069274

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:       1799984 kB
Buffers:         10464 kB
Cached:          69844 kB
SwapCached:          0 kB
Active:         183816 kB
Inactive:        22772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:         133468 kB
Slab:            34216 kB
Committed_AS:   317648 kB
PageTables:       2116 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-11 19:24:45