Trace number 1052237

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 89.4384 88.1956

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-28_ext.xml
MD5SUM0f494e9044ccf75c6f1c2068c887183b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.7781
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.32	c See www.sat4j.org for details.
0.27/0.32	c That software uses the Rhino library from the Mozilla project.
0.27/0.36	c version 9.9.9.token
0.27/0.36	c sun.arch.data.model	32
0.27/0.36	c java.version	1.6.0_06
0.27/0.36	c os.name	Linux
0.27/0.36	c os.version	2.6.9-22.EL.rootsmp
0.27/0.36	c os.arch	i386
0.27/0.36	c Free memory 669864272
0.27/0.36	c Max memory 672137216
0.27/0.36	c Total memory 672137216
0.27/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1052237-1215056320.xml
0.38/0.41	c reading problem ... 
0.57/0.68	c reading problem named null
0.57/0.68	c reading domains done.
0.57/0.69	c reading variables done.
0.68/0.72	c reading relations done.
2.76/2.81	c reading constraints
89.26/88.07	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
89.26/88.07		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
89.26/88.07		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
89.26/88.07		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
89.26/88.07		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
89.26/88.07		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
89.26/88.07		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
89.26/88.07		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
89.26/88.07		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
89.26/88.07		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
89.26/88.07		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
89.26/88.07		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
89.26/88.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
89.26/88.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
89.26/88.07	c starts		: 0
89.26/88.07	c conflicts		: 0
89.26/88.07	c decisions		: 0
89.26/88.07	c propagations		: 0
89.26/88.07	c inspects		: 0
89.26/88.08	c learnt literals	: 0
89.26/88.08	c learnt binary clauses	: 0
89.26/88.08	c learnt ternary clauses	: 0
89.26/88.08	c learnt clauses	: 0
89.26/88.08	c ignored clauses	: 0
89.26/88.08	c root simplifications	: 0
89.26/88.08	c removed literals (reason simplification)	: 0
89.26/88.08	c reason swapping (by a shorter reason)	: 0
89.26/88.08	c Calls to reduceDB	: 0
89.26/88.08	c speed (assignments/second)	: 0.0
89.26/88.08	c non guided choices	0
89.26/88.08	s UNKNOWN
89.26/88.08	c Total wall clock time (in seconds) : 87.665

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052237-1215056320/watcher-1052237-1215056320 -o /tmp/evaluation-result-1052237-1215056320/solver-1052237-1215056320 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052237-1215056320.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.87 1.95 1.98 4/81 21144
/proc/meminfo: memFree=1559512/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=13288 CPUtime=0
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1984606066 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 3322 538 219 9 0 1232 0
[pid=21144/tid=21145] ppid=21142 vsize=13288 CPUtime=0
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1984606068 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 10874840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.028454 s]
/proc/loadavg: 1.87 1.95 1.98 4/81 21144
/proc/meminfo: memFree=1559512/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=798812 CPUtime=0.01
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 1816 0 1 0 0 1 0 0 18 0 4 0 1984606066 817983488 1554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 199703 1554 491 9 0 197481 0
[pid=21144/tid=21145] ppid=21142 vsize=801756 CPUtime=0.02
/proc/21144/task/21145/stat : 21145 (java) S 21142 21144 21068 0 -1 64 1771 0 1 0 1 1 0 0 19 0 6 0 1984606068 820998144 2254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.120621 s]
/proc/loadavg: 1.87 1.95 1.98 4/81 21144
/proc/meminfo: memFree=1559512/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=805076 CPUtime=0.1
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 3349 0 1 0 8 2 0 0 18 0 12 0 1984606066 824397824 3080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 201269 3080 1272 9 0 198638 0
[pid=21144/tid=21145] ppid=21142 vsize=805076 CPUtime=0.07
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 2235 0 1 0 6 1 0 0 21 0 12 0 1984606068 824397824 3080 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 805076

[startup+0.301636 s]
/proc/loadavg: 1.87 1.95 1.98 4/81 21144
/proc/meminfo: memFree=1559512/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=808244 CPUtime=0.27
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 4914 0 1 0 24 3 0 0 18 0 12 0 1984606066 827641856 4241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 202061 4241 1297 9 0 199430 0
[pid=21144/tid=21145] ppid=21142 vsize=808244 CPUtime=0.17
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 2658 0 1 0 15 2 0 0 21 0 12 0 1984606068 827641856 4241 996147200 134512640 134550740 4294956032 18446744073709551615 103292206 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808244

[startup+0.701671 s]
/proc/loadavg: 1.87 1.95 1.98 4/81 21144
/proc/meminfo: memFree=1559512/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=808272 CPUtime=0.68
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 6343 0 1 0 62 6 0 0 18 0 12 0 1984606066 827670528 5471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 202068 5471 1335 9 0 199430 0
[pid=21144/tid=21145] ppid=21142 vsize=808272 CPUtime=0.39
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 3784 0 1 0 35 4 0 0 23 0 12 0 1984606068 827670528 5471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50175 s]
/proc/loadavg: 1.87 1.95 1.98 3/93 21156
/proc/meminfo: memFree=1506296/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=808272 CPUtime=1.47
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 17478 0 1 0 137 10 0 0 18 0 12 0 1984606066 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 202068 16605 1339 9 0 199430 0
[pid=21144/tid=21145] ppid=21142 vsize=808272 CPUtime=1.05
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 14902 0 1 0 96 9 0 0 25 0 12 0 1984606068 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606069 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984606069 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21149/stat : 21149 (java) S 21142 21144 21068 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984606071 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1984606071 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1984606071 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=808272 CPUtime=0.2
/proc/21144/task/21153/stat : 21153 (java) R 21142 21144 21068 0 -1 64 643 0 0 0 20 0 0 0 16 0 12 0 1984606076 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 106723745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=808272 CPUtime=0.2
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 1171 0 0 0 20 0 0 0 16 0 12 0 1984606076 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=808272 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 827670528 16605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10289 s]
/proc/loadavg: 1.87 1.95 1.98 3/93 21156
/proc/meminfo: memFree=1490616/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=809788 CPUtime=3.05
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 31153 0 1 0 289 16 0 0 18 0 12 0 1984606066 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 202447 28501 1358 9 0 199809 0
[pid=21144/tid=21145] ppid=21142 vsize=809788 CPUtime=1.69
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 16973 0 1 0 159 10 0 0 25 0 12 0 1984606068 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=809788 CPUtime=0.05
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 5256 0 0 0 3 2 0 0 16 0 12 0 1984606069 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21142 vsize=809788 CPUtime=0.04
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 4202 0 0 0 3 1 0 0 16 0 12 0 1984606069 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=809788 CPUtime=0
/proc/21144/task/21149/stat : 21149 (java) S 21142 21144 21068 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1984606071 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=809788 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=809788 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=809788 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=809788 CPUtime=0.76
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2706 0 0 0 76 0 0 0 16 0 12 0 1984606076 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=809788 CPUtime=0.46
/proc/21144/task/21154/stat : 21154 (java) R 21142 21144 21068 0 -1 64 1199 0 0 0 46 0 0 0 16 0 12 0 1984606076 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 103407939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=809788 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=809788 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 829222912 28501 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809788

[startup+6.30219 s]
/proc/loadavg: 1.88 1.95 1.98 3/93 21156
/proc/meminfo: memFree=1372216/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=813620 CPUtime=6.47
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 60277 0 1 0 619 28 0 0 18 0 12 0 1984606066 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 203405 54743 1360 9 0 200767 0
[pid=21144/tid=21145] ppid=21142 vsize=813620 CPUtime=3.73
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 16979 0 1 0 363 10 0 0 17 0 12 0 1984606068 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4109752859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21144/tid=21147] ppid=21142 vsize=813620 CPUtime=0.66
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 18087 0 0 0 59 7 0 0 17 0 12 0 1984606069 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21144/tid=21148] ppid=21142 vsize=813620 CPUtime=0.59
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 19348 0 0 0 52 7 0 0 17 0 12 0 1984606069 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21144/tid=21149] ppid=21142 vsize=813620 CPUtime=0
/proc/21144/task/21149/stat : 21149 (java) S 21142 21144 21068 0 -1 64 55 0 0 0 0 0 0 0 17 0 12 0 1984606071 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21144/tid=21150] ppid=21142 vsize=813620 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=813620 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=813620 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=813620 CPUtime=0.82
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2713 0 0 0 82 0 0 0 16 0 12 0 1984606076 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=813620 CPUtime=0.61
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 2333 0 0 0 61 0 0 0 16 0 12 0 1984606076 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=813620 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=813620 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 833146880 54743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 813620

[startup+12.7028 s]
/proc/loadavg: 1.89 1.95 1.98 3/93 21156
/proc/meminfo: memFree=1167544/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=817460 CPUtime=13.49
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 110220 0 1 0 1300 49 0 0 18 0 12 0 1984606066 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 204365 101855 1360 9 0 201727 0
[pid=21144/tid=21145] ppid=21142 vsize=817460 CPUtime=6.96
/proc/21144/task/21145/stat : 21145 (java) R 21142 21144 21068 0 -1 64 16994 0 1 0 686 10 0 0 19 0 12 0 1984606068 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=817460 CPUtime=2.54
/proc/21144/task/21147/stat : 21147 (java) R 21142 21144 21068 0 -1 64 42507 0 0 0 237 17 0 0 16 0 12 0 1984606069 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21144/tid=21148] ppid=21142 vsize=817460 CPUtime=2.49
/proc/21144/task/21148/stat : 21148 (java) R 21142 21144 21068 0 -1 64 44856 0 0 0 231 18 0 0 16 0 12 0 1984606069 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 104146071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=817460 CPUtime=0
/proc/21144/task/21149/stat : 21149 (java) S 21142 21144 21068 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1984606071 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=817460 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=817460 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=817460 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=817460 CPUtime=0.82
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2713 0 0 0 82 0 0 0 16 0 12 0 1984606076 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=817460 CPUtime=0.61
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 2333 0 0 0 61 0 0 0 16 0 12 0 1984606076 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=817460 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=817460 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 837079040 101855 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 817460

[startup+25.5119 s]
/proc/loadavg: 2.19 2.02 2.00 3/93 21156
/proc/meminfo: memFree=889464/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=817460 CPUtime=27.34
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 186023 0 1 0 2653 81 0 0 18 0 12 0 1984606066 837079040 168607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 204365 168607 1364 9 0 201727 0
[pid=21144/tid=21145] ppid=21142 vsize=817460 CPUtime=12.23
/proc/21144/task/21145/stat : 21145 (java) S 21142 21144 21068 0 -1 64 23161 0 1 0 1210 13 0 0 21 0 12 0 1984606068 837079040 168607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=817460 CPUtime=5.7
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 78620 0 0 0 539 31 0 0 16 0 12 0 1984606069 837079040 168607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=21144/tid=21155] ppid=21142 vsize=849464 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 869851136 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=849464 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 869851136 181663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.38
Current children cumulated vsize (KiB) 849464

[startup+76.7016 s]
/proc/loadavg: 2.12 2.03 2.01 3/93 21156
/proc/meminfo: memFree=851768/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=833464 CPUtime=78.06
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 473717 0 1 0 7600 206 0 0 18 0 12 0 1984606066 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 208366 177663 1364 9 0 205728 0
[pid=21144/tid=21145] ppid=21142 vsize=833464 CPUtime=13.8
/proc/21144/task/21145/stat : 21145 (java) S 21142 21144 21068 0 -1 64 23176 0 1 0 1367 13 0 0 17 0 12 0 1984606068 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=833464 CPUtime=5.7
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 78620 0 0 0 539 31 0 0 15 0 12 0 1984606069 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21142 vsize=833464 CPUtime=5.72
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 70620 0 0 0 542 30 0 0 16 0 12 0 1984606069 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=833464 CPUtime=51.34
/proc/21144/task/21149/stat : 21149 (java) R 21142 21144 21068 0 -1 64 295493 0 0 0 5006 128 0 0 25 0 12 0 1984606071 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=833464 CPUtime=0.82
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2713 0 0 0 82 0 0 0 16 0 12 0 1984606076 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=833464 CPUtime=0.61
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 2333 0 0 0 61 0 0 0 16 0 12 0 1984606076 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 853467136 177663 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.06
Current children cumulated vsize (KiB) 833464

[startup+83.1022 s]
/proc/loadavg: 2.11 2.03 2.00 4/93 21156
/proc/meminfo: memFree=851640/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=833464 CPUtime=84.4
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 496986 0 1 0 8224 216 0 0 18 0 12 0 1984606066 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 208366 177664 1365 9 0 205728 0
[pid=21144/tid=21145] ppid=21142 vsize=833464 CPUtime=13.8
/proc/21144/task/21145/stat : 21145 (java) S 21142 21144 21068 0 -1 64 23180 0 1 0 1367 13 0 0 17 0 12 0 1984606068 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=833464 CPUtime=5.7
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 78620 0 0 0 539 31 0 0 15 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21142 vsize=833464 CPUtime=5.72
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 70620 0 0 0 542 30 0 0 16 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=833464 CPUtime=57.68
/proc/21144/task/21149/stat : 21149 (java) R 21142 21144 21068 0 -1 64 318758 0 0 0 5630 138 0 0 25 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 104126353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=833464 CPUtime=0.82
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2713 0 0 0 82 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=833464 CPUtime=0.61
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 2333 0 0 0 61 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.4
Current children cumulated vsize (KiB) 833464

[startup+86.3025 s]
/proc/loadavg: 2.10 2.03 2.00 3/93 21156
/proc/meminfo: memFree=851640/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=833464 CPUtime=87.57
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 504741 0 1 0 8538 219 0 0 18 0 12 0 1984606066 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 208366 177664 1365 9 0 205728 0
[pid=21144/tid=21145] ppid=21142 vsize=833464 CPUtime=13.8
/proc/21144/task/21145/stat : 21145 (java) S 21142 21144 21068 0 -1 64 23180 0 1 0 1367 13 0 0 17 0 12 0 1984606068 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=833464 CPUtime=5.7
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 78620 0 0 0 539 31 0 0 15 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21142 vsize=833464 CPUtime=5.72
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 70620 0 0 0 542 30 0 0 16 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=833464 CPUtime=60.85
/proc/21144/task/21149/stat : 21149 (java) R 21142 21144 21068 0 -1 64 326513 0 0 0 5944 141 0 0 25 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=833464 CPUtime=0.82
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2713 0 0 0 82 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=833464 CPUtime=0.61
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 2333 0 0 0 61 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.57
Current children cumulated vsize (KiB) 833464

[startup+87.1025 s]
/proc/loadavg: 2.10 2.03 2.00 3/93 21156
/proc/meminfo: memFree=851640/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=833464 CPUtime=88.36
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 504741 0 1 0 8617 219 0 0 18 0 12 0 1984606066 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 208366 177664 1365 9 0 205728 0
[pid=21144/tid=21145] ppid=21142 vsize=833464 CPUtime=13.8
/proc/21144/task/21145/stat : 21145 (java) S 21142 21144 21068 0 -1 64 23180 0 1 0 1367 13 0 0 17 0 12 0 1984606068 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=833464 CPUtime=5.7
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 78620 0 0 0 539 31 0 0 15 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21142 vsize=833464 CPUtime=5.72
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 70620 0 0 0 542 30 0 0 16 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=833464 CPUtime=61.64
/proc/21144/task/21149/stat : 21149 (java) R 21142 21144 21068 0 -1 64 326513 0 0 0 6023 141 0 0 25 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=833464 CPUtime=0.82
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2713 0 0 0 82 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=833464 CPUtime=0.61
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 2333 0 0 0 61 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.36
Current children cumulated vsize (KiB) 833464

[startup+87.9026 s]
/proc/loadavg: 2.10 2.03 2.00 3/93 21156
/proc/meminfo: memFree=851640/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=833464 CPUtime=89.16
/proc/21144/stat : 21144 (java) S 21142 21144 21068 0 -1 0 504741 0 1 0 8697 219 0 0 18 0 12 0 1984606066 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 208366 177664 1365 9 0 205728 0
[pid=21144/tid=21145] ppid=21142 vsize=833464 CPUtime=13.8
/proc/21144/task/21145/stat : 21145 (java) S 21142 21144 21068 0 -1 64 23180 0 1 0 1367 13 0 0 17 0 12 0 1984606068 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21142 vsize=833464 CPUtime=5.7
/proc/21144/task/21147/stat : 21147 (java) S 21142 21144 21068 0 -1 64 78620 0 0 0 539 31 0 0 15 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21142 vsize=833464 CPUtime=5.72
/proc/21144/task/21148/stat : 21148 (java) S 21142 21144 21068 0 -1 64 70620 0 0 0 542 30 0 0 16 0 12 0 1984606069 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21142 vsize=833464 CPUtime=62.44
/proc/21144/task/21149/stat : 21149 (java) R 21142 21144 21068 0 -1 64 326513 0 0 0 6103 141 0 0 25 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) S 21142 21144 21068 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21142 21144 21068 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984606071 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21142 21144 21068 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21153] ppid=21142 vsize=833464 CPUtime=0.82
/proc/21144/task/21153/stat : 21153 (java) S 21142 21144 21068 0 -1 64 2713 0 0 0 82 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21154] ppid=21142 vsize=833464 CPUtime=0.61
/proc/21144/task/21154/stat : 21154 (java) S 21142 21144 21068 0 -1 64 2333 0 0 0 61 0 0 0 16 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21155] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21155/stat : 21155 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21156] ppid=21142 vsize=833464 CPUtime=0
/proc/21144/task/21156/stat : 21156 (java) S 21142 21144 21068 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984606076 853467136 177664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 89.16
Current children cumulated vsize (KiB) 833464

[startup+88.1033 s]
/proc/loadavg: 2.10 2.03 2.00 3/93 21156
/proc/meminfo: memFree=851640/2055920 swapFree=4180084/4192956
[pid=21144] ppid=21142 vsize=0 CPUtime=89.35
/proc/21144/stat : 21144 (java) Z 21142 21144 21068 0 -1 12 504754 0 1 0 8714 221 0 0 16 0 2 0 1984606066 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.35
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 88.1956
CPU time (s): 89.4384
CPU user time (s): 87.1407
CPU system time (s): 2.29765
CPU usage (%): 101.409
Max. virtual memory (cumulated for all children) (KiB): 865468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.1408
system time used= 2.29765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504754
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= 2930
involuntary context switches= 5561

runsolver used 0.12998 second user time and 0.290955 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 05:38:40
IDJOB=1052237
IDBENCH=55971
IDSOLVER=344
FILE ID=node25/1052237-1215056320
PBS_JOBID= 7875178
Free space on /tmp= 66536 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-28_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1052237-1215056320/watcher-1052237-1215056320 -o /tmp/evaluation-result-1052237-1215056320/solver-1052237-1215056320 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052237-1215056320.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f494e9044ccf75c6f1c2068c887183b
RANDOM SEED=1952853597

node25.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.234
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.234
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:       1559992 kB
Buffers:         32572 kB
Cached:         142908 kB
SwapCached:       6760 kB
Active:         347220 kB
Inactive:        78248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559992 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:         265280 kB
Slab:            54960 kB
Committed_AS:  3809844 kB
PageTables:       2484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node25 at 2008-07-03 05:40:09