Trace number 2077444

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? 93.2328 92.0721

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-15_ext.xml
MD5SUMf6ff1d037c8fd69bd364281e23912fb0
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 benchmark29.5465
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2077444-1247364985.xml
0.18/0.22	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.69/0.70	c reading relations done.
2.28/2.36	c reading constraints
93.10/91.92	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
93.10/91.92		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
93.10/91.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
93.10/91.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
93.10/91.92		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
93.10/91.92		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
93.10/91.92		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.10/91.92		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
93.10/91.92		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
93.10/91.92		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
93.10/91.92		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
93.10/91.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
93.10/91.92		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
93.10/91.92		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
93.10/91.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
93.10/91.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
93.10/91.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
93.10/91.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
93.10/91.92	c starts		: 0
93.10/91.92	c conflicts		: 0
93.10/91.92	c decisions		: 0
93.10/91.92	c propagations		: 0
93.10/91.92	c inspects		: 0
93.10/91.92	c learnt literals	: 0
93.10/91.92	c learnt binary clauses	: 0
93.10/91.92	c learnt ternary clauses	: 0
93.10/91.92	c learnt clauses	: 0
93.10/91.92	c ignored clauses	: 0
93.10/91.92	c root simplifications	: 0
93.10/91.92	c removed literals (reason simplification)	: 0
93.10/91.92	c reason swapping (by a shorter reason)	: 0
93.10/91.92	c Calls to reduceDB	: 0
93.10/91.92	c speed (assignments/second)	: 0.0
93.10/91.92	c non guided choices	0
93.10/91.92	c learnt constraints type 
93.10/91.92	c constraints type 
93.10/91.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5675385
93.10/91.92	c org.sat4j.minisat.constraints.card.AtLeast => 210
93.10/91.92	s UNKNOWN
93.10/91.92	c Total wall clock time (in seconds) : 91.697

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.36 2.35 3/82 20357
/proc/meminfo: memFree=1004160/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=1612 CPUtime=0
/proc/20357/stat : 20357 (java6) D 20355 20357 16475 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 23564960 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20357/statm: 403 150 114 9 0 45 0

[startup+0.085016 s]
/proc/loadavg: 1.93 2.36 2.35 3/82 20357
/proc/meminfo: memFree=1004160/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=802164 CPUtime=0.07
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 2877 0 1 0 5 2 0 0 18 0 7 0 23564960 821415936 2622 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 200541 2622 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101019 s]
/proc/loadavg: 1.93 2.36 2.35 3/82 20357
/proc/meminfo: memFree=1004160/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=804560 CPUtime=0.08
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 3021 0 1 0 6 2 0 0 18 0 12 0 23564960 823869440 2764 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 201140 2764 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301039 s]
/proc/loadavg: 1.93 2.36 2.35 3/82 20357
/proc/meminfo: memFree=1004160/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=806844 CPUtime=0.3
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 4386 0 1 0 26 4 0 0 18 0 12 0 23564960 826208256 4123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 201711 4123 1368 9 0 199038 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 806844

[startup+0.701083 s]
/proc/loadavg: 1.93 2.36 2.35 3/82 20357
/proc/meminfo: memFree=1004160/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=808156 CPUtime=0.69
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 6223 0 1 0 64 5 0 0 18 0 12 0 23564960 827551744 5209 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 202039 5209 1388 9 0 199366 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808156

[startup+1.50217 s]
/proc/loadavg: 1.93 2.36 2.35 4/94 20369
/proc/meminfo: memFree=979168/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=810264 CPUtime=1.49
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 11104 0 1 0 142 7 0 0 18 0 12 0 23564960 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 202566 9087 1411 9 0 199893 0
[pid=20357/tid=20359] ppid=20355 vsize=810264 CPUtime=0.69
/proc/20357/task/20359/stat : 20359 (java) R 20355 20357 16475 0 -1 64 7136 0 1 0 64 5 0 0 25 0 12 0 23564962 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 23564963 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20361/stat : 20361 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23564963 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20362/stat : 20362 (java) S 20355 20357 16475 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23564964 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23564965 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23564965 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=810264 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=810264 CPUtime=0.75
/proc/20357/task/20367/stat : 20367 (java) R 20355 20357 16475 0 -1 64 2993 0 0 0 74 1 0 0 16 0 12 0 23564970 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 106251501 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 829710336 9087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810264

[startup+3.10234 s]
/proc/loadavg: 1.93 2.36 2.35 3/94 20369
/proc/meminfo: memFree=947104/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=810264 CPUtime=3.08
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 27588 0 1 0 292 16 0 0 18 0 12 0 23564960 829710336 24809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 202566 24813 1423 9 0 199893 0
[pid=20357/tid=20359] ppid=20355 vsize=810264 CPUtime=1.73
/proc/20357/task/20359/stat : 20359 (java) R 20355 20357 16475 0 -1 64 16935 0 1 0 163 10 0 0 25 0 12 0 23564962 829710336 24815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=810264 CPUtime=0.03
/proc/20357/task/20360/stat : 20360 (java) R 20355 20357 16475 0 -1 64 3054 0 0 0 2 1 0 0 16 0 12 0 23564963 829710336 24819 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=810264 CPUtime=0.02
/proc/20357/task/20361/stat : 20361 (java) R 20355 20357 16475 0 -1 64 2823 0 0 0 1 1 0 0 16 0 12 0 23564963 829710336 24822 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20362/stat : 20362 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564964 829710336 24825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 829710336 24828 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 829710336 24832 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 829710336 24835 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=810264 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 829710336 24838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=810264 CPUtime=1.21
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 120 1 0 0 17 0 12 0 23564970 829710336 24841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 829710336 24845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=810264 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 829710336 24848 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810264

[startup+6.30269 s]
/proc/loadavg: 1.94 2.35 2.35 3/94 20369
/proc/meminfo: memFree=789792/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=812324 CPUtime=6.62
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 66915 0 1 0 627 35 0 0 18 0 12 0 23564960 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 203081 61063 1423 9 0 200408 0
[pid=20357/tid=20359] ppid=20355 vsize=812324 CPUtime=3.82
/proc/20357/task/20359/stat : 20359 (java) R 20355 20357 16475 0 -1 64 16938 0 1 0 371 11 0 0 23 0 12 0 23564962 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20357/tid=20360] ppid=20355 vsize=812324 CPUtime=0.83
/proc/20357/task/20360/stat : 20360 (java) R 20355 20357 16475 0 -1 64 27937 0 0 0 69 14 0 0 17 0 12 0 23564963 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 106195206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20357/tid=20361] ppid=20355 vsize=812324 CPUtime=0.68
/proc/20357/task/20361/stat : 20361 (java) R 20355 20357 16475 0 -1 64 17247 0 0 0 61 7 0 0 16 0 12 0 23564963 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20357/tid=20362] ppid=20355 vsize=812324 CPUtime=0
/proc/20357/task/20362/stat : 20362 (java) S 20355 20357 16475 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 23564964 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20357/tid=20363] ppid=20355 vsize=812324 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=812324 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=812324 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=812324 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=812324 CPUtime=1.22
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 121 1 0 0 16 0 12 0 23564970 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=812324 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=812324 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 831819776 61063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 812324

[startup+12.7014 s]
/proc/loadavg: 1.94 2.35 2.35 3/94 20369
/proc/meminfo: memFree=501984/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=814620 CPUtime=14.29
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 144016 0 1 0 1356 73 0 0 18 0 12 0 23564960 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 203655 131815 1423 9 0 200982 0
[pid=20357/tid=20359] ppid=20355 vsize=814620 CPUtime=7.08
/proc/20357/task/20359/stat : 20359 (java) R 20355 20357 16475 0 -1 64 35378 0 1 0 687 21 0 0 17 0 12 0 23564962 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4109758978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=814620 CPUtime=2.94
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 59790 0 0 0 265 29 0 0 17 0 12 0 23564963 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=814620 CPUtime=2.98
/proc/20357/task/20361/stat : 20361 (java) R 20355 20357 16475 0 -1 64 44055 0 0 0 278 20 0 0 19 0 12 0 23564963 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=814620 CPUtime=0
/proc/20357/task/20362/stat : 20362 (java) S 20355 20357 16475 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 23564964 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=814620 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=814620 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=814620 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=814620 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=814620 CPUtime=1.22
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 121 1 0 0 16 0 12 0 23564970 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=814620 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=814620 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 834170880 131815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 814620

[startup+25.5028 s]
/proc/loadavg: 2.09 2.36 2.35 3/94 20369
/proc/meminfo: memFree=299680/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=846624 CPUtime=27.04
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 228499 0 1 0 2586 118 0 0 18 0 12 0 23564960 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 211656 176954 1425 9 0 208983 0
[pid=20357/tid=20359] ppid=20355 vsize=846624 CPUtime=10.13
/proc/20357/task/20359/stat : 20359 (java) S 20355 20357 16475 0 -1 64 35386 0 1 0 992 21 0 0 19 0 12 0 23564962 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=846624 CPUtime=5.06
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 90970 0 0 0 461 45 0 0 18 0 12 0 23564963 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=846624 CPUtime=3.37
/proc/20357/task/20361/stat : 20361 (java) S 20355 20357 16475 0 -1 64 44874 0 0 0 316 21 0 0 16 0 12 0 23564963 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=846624 CPUtime=7.18
/proc/20357/task/20362/stat : 20362 (java) R 20355 20357 16475 0 -1 64 52491 0 0 0 690 28 0 0 25 0 12 0 23564964 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 106158044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 866942976 176954 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=846624 CPUtime=0.02

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

[pid=20357/tid=20368] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.34
Current children cumulated vsize (KiB) 846624

[startup+86.3024 s]
/proc/loadavg: 2.03 2.29 2.33 3/94 20369
/proc/meminfo: memFree=284768/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=822624 CPUtime=87.52
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 519521 0 1 0 8483 269 0 0 18 0 12 0 23564960 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 205656 174598 1424 9 0 202983 0
[pid=20357/tid=20359] ppid=20355 vsize=822624 CPUtime=10.9
/proc/20357/task/20359/stat : 20359 (java) S 20355 20357 16475 0 -1 64 35402 0 1 0 1069 21 0 0 17 0 12 0 23564962 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=822624 CPUtime=5.06
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 90970 0 0 0 461 45 0 0 18 0 12 0 23564963 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=822624 CPUtime=3.37
/proc/20357/task/20361/stat : 20361 (java) S 20355 20357 16475 0 -1 64 44874 0 0 0 316 21 0 0 16 0 12 0 23564963 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=822624 CPUtime=66.9
/proc/20357/task/20362/stat : 20362 (java) R 20355 20357 16475 0 -1 64 343497 0 0 0 6511 179 0 0 25 0 12 0 23564964 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 104177892 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=822624 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=822624 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=822624 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=822624 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=822624 CPUtime=1.22
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 121 1 0 0 16 0 12 0 23564970 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=822624 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=822624 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 842366976 174598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.52
Current children cumulated vsize (KiB) 822624

[startup+89.5017 s]
/proc/loadavg: 2.03 2.29 2.33 3/94 20369
/proc/meminfo: memFree=308832/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=846624 CPUtime=90.71
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 547279 0 1 0 8788 283 0 0 18 0 12 0 23564960 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 211656 180598 1424 9 0 208983 0
[pid=20357/tid=20359] ppid=20355 vsize=846624 CPUtime=10.9
/proc/20357/task/20359/stat : 20359 (java) S 20355 20357 16475 0 -1 64 35402 0 1 0 1069 21 0 0 17 0 12 0 23564962 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=846624 CPUtime=5.06
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 90970 0 0 0 461 45 0 0 18 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=846624 CPUtime=3.37
/proc/20357/task/20361/stat : 20361 (java) S 20355 20357 16475 0 -1 64 44874 0 0 0 316 21 0 0 16 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=846624 CPUtime=70.09
/proc/20357/task/20362/stat : 20362 (java) R 20355 20357 16475 0 -1 64 371255 0 0 0 6816 193 0 0 25 0 12 0 23564964 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=846624 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=846624 CPUtime=1.22
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 121 1 0 0 16 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.71
Current children cumulated vsize (KiB) 846624

[startup+91.1019 s]
/proc/loadavg: 2.03 2.29 2.33 3/94 20369
/proc/meminfo: memFree=284768/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=846624 CPUtime=92.3
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 547279 0 1 0 8947 283 0 0 18 0 12 0 23564960 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 211656 180598 1424 9 0 208983 0
[pid=20357/tid=20359] ppid=20355 vsize=846624 CPUtime=10.9
/proc/20357/task/20359/stat : 20359 (java) S 20355 20357 16475 0 -1 64 35402 0 1 0 1069 21 0 0 17 0 12 0 23564962 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=846624 CPUtime=5.06
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 90970 0 0 0 461 45 0 0 18 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=846624 CPUtime=3.37
/proc/20357/task/20361/stat : 20361 (java) S 20355 20357 16475 0 -1 64 44874 0 0 0 316 21 0 0 16 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=846624 CPUtime=71.68
/proc/20357/task/20362/stat : 20362 (java) R 20355 20357 16475 0 -1 64 371255 0 0 0 6975 193 0 0 25 0 12 0 23564964 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=846624 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=846624 CPUtime=1.22
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 121 1 0 0 16 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.3
Current children cumulated vsize (KiB) 846624

[startup+91.5019 s]
/proc/loadavg: 2.03 2.29 2.33 3/94 20369
/proc/meminfo: memFree=284768/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=846624 CPUtime=92.7
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 547279 0 1 0 8987 283 0 0 18 0 12 0 23564960 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 211656 180598 1424 9 0 208983 0
[pid=20357/tid=20359] ppid=20355 vsize=846624 CPUtime=10.9
/proc/20357/task/20359/stat : 20359 (java) S 20355 20357 16475 0 -1 64 35402 0 1 0 1069 21 0 0 17 0 12 0 23564962 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=846624 CPUtime=5.06
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 90970 0 0 0 461 45 0 0 18 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=846624 CPUtime=3.37
/proc/20357/task/20361/stat : 20361 (java) S 20355 20357 16475 0 -1 64 44874 0 0 0 316 21 0 0 16 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=846624 CPUtime=72.08
/proc/20357/task/20362/stat : 20362 (java) R 20355 20357 16475 0 -1 64 371255 0 0 0 7015 193 0 0 25 0 12 0 23564964 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 106159249 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=846624 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=846624 CPUtime=1.22
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 121 1 0 0 16 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.7
Current children cumulated vsize (KiB) 846624

[startup+91.9019 s]
/proc/loadavg: 2.03 2.29 2.33 3/94 20369
/proc/meminfo: memFree=284768/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=846624 CPUtime=93.1
/proc/20357/stat : 20357 (java) S 20355 20357 16475 0 -1 0 547279 0 1 0 9027 283 0 0 18 0 12 0 23564960 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 211656 180598 1424 9 0 208983 0
[pid=20357/tid=20359] ppid=20355 vsize=846624 CPUtime=10.9
/proc/20357/task/20359/stat : 20359 (java) S 20355 20357 16475 0 -1 64 35402 0 1 0 1069 21 0 0 17 0 12 0 23564962 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20360] ppid=20355 vsize=846624 CPUtime=5.06
/proc/20357/task/20360/stat : 20360 (java) S 20355 20357 16475 0 -1 64 90970 0 0 0 461 45 0 0 18 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20361] ppid=20355 vsize=846624 CPUtime=3.37
/proc/20357/task/20361/stat : 20361 (java) S 20355 20357 16475 0 -1 64 44874 0 0 0 316 21 0 0 16 0 12 0 23564963 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20362] ppid=20355 vsize=846624 CPUtime=72.48
/proc/20357/task/20362/stat : 20362 (java) R 20355 20357 16475 0 -1 64 371255 0 0 0 7055 193 0 0 25 0 12 0 23564964 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20363] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20363/stat : 20363 (java) S 20355 20357 16475 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20364] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20364/stat : 20364 (java) S 20355 20357 16475 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23564965 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20365] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20365/stat : 20365 (java) S 20355 20357 16475 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20366] ppid=20355 vsize=846624 CPUtime=0.02
/proc/20357/task/20366/stat : 20366 (java) S 20355 20357 16475 0 -1 64 231 0 0 0 2 0 0 0 17 0 12 0 23564969 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20367] ppid=20355 vsize=846624 CPUtime=1.22
/proc/20357/task/20367/stat : 20367 (java) S 20355 20357 16475 0 -1 64 3806 0 0 0 121 1 0 0 16 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20368] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20368/stat : 20368 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20357/tid=20369] ppid=20355 vsize=846624 CPUtime=0
/proc/20357/task/20369/stat : 20369 (java) S 20355 20357 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23564970 866942976 180598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.1
Current children cumulated vsize (KiB) 846624

[startup+92.002 s]
/proc/loadavg: 2.03 2.29 2.33 3/94 20369
/proc/meminfo: memFree=284768/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=0 CPUtime=93.16
/proc/20357/stat : 20357 (java) Z 20355 20357 16475 0 -1 12 547297 0 1 0 9029 287 0 0 16 0 2 0 23564960 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20357/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.16
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 92.0721
CPU time (s): 93.2328
CPU user time (s): 90.2933
CPU system time (s): 2.93955
CPU usage (%): 101.261
Max. virtual memory (cumulated for all children) (KiB): 862628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.2933
system time used= 2.93955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547297
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= 2784
involuntary context switches= 4240

runsolver used 0.154976 second user time and 0.312952 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 04:16:25
IDJOB=2077444
IDBENCH=56597
IDSOLVER=731
FILE ID=node21/2077444-1247364985
PBS_JOBID= 9506973
Free space on /tmp= 66404 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-15_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077444-1247364985/watcher-2077444-1247364985 -o /tmp/evaluation-result-2077444-1247364985/solver-2077444-1247364985 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077444-1247364985.xml

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

MD5SUM BENCH= f6ff1d037c8fd69bd364281e23912fb0
RANDOM SEED=479256124

node21.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.240
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.240
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:       1004640 kB
Buffers:         35424 kB
Cached:         249156 kB
SwapCached:          0 kB
Active:         783116 kB
Inactive:       195308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1004640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2700 kB
Writeback:           0 kB
Mapped:         715176 kB
Slab:            56628 kB
Committed_AS:   903088 kB
PageTables:       3276 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= 66400 MiB
End job on node21 at 2009-07-12 04:17:57