Trace number 1066387

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? 69.5074 68.8039

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg12-15_ext.xml
MD5SUM5c825d1a485b3da8a129811f0613b130
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 benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints27
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension27
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1066387-1215147753.xml
0.39/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.77/0.89	c reading relations done.
1.47/1.50	c reading constraints
58.62/57.91	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
58.62/57.91		at org.sat4j.core.Vec.ensure(Vec.java:175)
58.62/57.91		at org.sat4j.core.Vec.push(Vec.java:182)
63.92/63.29		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1190)
63.92/63.30		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
63.92/63.30		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
63.92/63.30		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
63.92/63.30		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
63.92/63.30		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
63.92/63.30		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
63.92/63.30		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
63.92/63.30		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
69.32/68.67	c starts		: 0
69.32/68.67	c conflicts		: 0
69.32/68.67	c decisions		: 0
69.32/68.67	c propagations		: 0
69.32/68.67	c inspects		: 0
69.32/68.67	c learnt literals	: 0
69.32/68.67	c learnt binary clauses	: 0
69.32/68.67	c learnt ternary clauses	: 0
69.32/68.67	c learnt clauses	: 0
69.32/68.67	c ignored clauses	: 0
69.32/68.67	c root simplifications	: 0
69.32/68.67	c removed literals (reason simplification)	: 0
69.32/68.67	c reason swapping (by a shorter reason)	: 0
69.32/68.67	c Calls to reduceDB	: 0
69.32/68.67	c speed (assignments/second)	: 0.0
69.32/68.67	c non guided choices	0
69.32/68.67	s UNKNOWN
69.32/68.67	c Total wall clock time (in seconds) : 62.895

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-1066387-1215147753/watcher-1066387-1215147753 -o /tmp/evaluation-result-1066387-1215147753/solver-1066387-1215147753 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066387-1215147753.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: 2.05 1.99 1.99 4/81 15863
/proc/meminfo: memFree=1729480/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=18572 CPUtime=0
/proc/15863/stat : 15863 (runsolver) R 15861 15863 11984 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1993750944 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15863/statm: 4643 292 257 25 0 2626 0

[startup+0.105181 s]
/proc/loadavg: 2.05 1.99 1.99 4/81 15863
/proc/meminfo: memFree=1729480/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=804612 CPUtime=0.09
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 3011 0 1 0 7 2 0 0 18 0 12 0 1993750944 823922688 2744 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 201153 2744 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.202204 s]
/proc/loadavg: 2.05 1.99 1.99 4/81 15863
/proc/meminfo: memFree=1729480/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=808276 CPUtime=0.19
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 4515 0 1 0 16 3 0 0 18 0 12 0 1993750944 827674624 3842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 202069 3842 1293 9 0 199438 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 808276

[startup+0.302224 s]
/proc/loadavg: 2.05 1.99 1.99 4/81 15863
/proc/meminfo: memFree=1729480/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=808276 CPUtime=0.28
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 4977 0 1 0 25 3 0 0 18 0 12 0 1993750944 827674624 4304 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 202069 4304 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.702298 s]
/proc/loadavg: 2.05 1.99 1.99 4/81 15863
/proc/meminfo: memFree=1729480/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=808304 CPUtime=0.67
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 6361 0 1 0 62 5 0 0 18 0 12 0 1993750944 827703296 5489 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 202076 5489 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50246 s]
/proc/loadavg: 2.05 1.99 1.99 4/93 15875
/proc/meminfo: memFree=1710760/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=812588 CPUtime=1.47
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 10470 0 1 0 140 7 0 0 18 0 12 0 1993750944 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 203147 7708 1352 9 0 200509 0
[pid=15863/tid=15865] ppid=15861 vsize=812588 CPUtime=0.63
/proc/15863/task/15865/stat : 15865 (java) R 15861 15863 11984 0 -1 64 5030 0 1 0 58 5 0 0 20 0 12 0 1993750946 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4109173668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15866] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1993750947 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15867] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1993750947 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15868] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15868/stat : 15868 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1993750949 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15869] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1993750949 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15870] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993750949 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15871] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993750953 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=812588 CPUtime=0.43
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 2861 0 0 0 43 0 0 0 16 0 12 0 1993750953 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=812588 CPUtime=0.38
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1813 0 0 0 38 0 0 0 16 0 12 0 1993750953 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993750953 832090112 7708 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=812588 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993750954 832090112 7708 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) 812588

[startup+3.10177 s]
/proc/loadavg: 2.04 1.99 1.99 3/93 15875
/proc/meminfo: memFree=1680424/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=817716 CPUtime=3.06
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 34938 0 1 0 290 16 0 0 18 0 12 0 1993750944 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 204429 30938 1360 9 0 201791 0
[pid=15863/tid=15865] ppid=15861 vsize=817716 CPUtime=1.64
/proc/15863/task/15865/stat : 15865 (java) R 15861 15863 11984 0 -1 64 16971 0 1 0 155 9 0 0 25 0 12 0 1993750946 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4109691927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15866] ppid=15861 vsize=817716 CPUtime=0.12
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 6688 0 0 0 10 2 0 0 18 0 12 0 1993750947 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15867] ppid=15861 vsize=817716 CPUtime=0.12
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 5462 0 0 0 11 1 0 0 18 0 12 0 1993750947 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15868] ppid=15861 vsize=817716 CPUtime=0
/proc/15863/task/15868/stat : 15868 (java) S 15861 15863 11984 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993750949 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15869] ppid=15861 vsize=817716 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993750949 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15870] ppid=15861 vsize=817716 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993750949 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15871] ppid=15861 vsize=817716 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993750953 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=817716 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 12 0 1993750953 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=817716 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 12 0 1993750953 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=817716 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993750953 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=817716 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993750954 837341184 30938 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 817716

[startup+6.3024 s]
/proc/loadavg: 2.04 1.99 1.99 4/93 15875
/proc/meminfo: memFree=1496040/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=822836 CPUtime=6.66
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 84848 0 1 0 629 37 0 0 18 0 12 0 1993750944 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 205709 76393 1360 9 0 203071 0
[pid=15863/tid=15865] ppid=15861 vsize=822836 CPUtime=3.31
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 16976 0 1 0 321 10 0 0 18 0 12 0 1993750946 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15866] ppid=15861 vsize=822836 CPUtime=1.12
/proc/15863/task/15866/stat : 15866 (java) R 15861 15863 11984 0 -1 64 33235 0 0 0 99 13 0 0 17 0 12 0 1993750947 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=822836 CPUtime=1.06
/proc/15863/task/15867/stat : 15867 (java) R 15861 15863 11984 0 -1 64 28820 0 0 0 95 11 0 0 17 0 12 0 1993750947 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=822836 CPUtime=0
/proc/15863/task/15868/stat : 15868 (java) S 15861 15863 11984 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993750949 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=822836 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993750949 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15870] ppid=15861 vsize=822836 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993750949 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15871] ppid=15861 vsize=822836 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993750953 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=822836 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 12 0 1993750953 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=822836 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 12 0 1993750953 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=822836 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993750953 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=822836 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993750954 842584064 76393 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 822836

[startup+12.7017 s]
/proc/loadavg: 2.20 2.02 2.00 4/93 15875
/proc/meminfo: memFree=1172776/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=843316 CPUtime=13.3
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 161279 0 1 0 1260 70 0 0 18 0 12 0 1993750944 863555584 144535 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 210829 144537 1360 9 0 208191 0
[pid=15863/tid=15865] ppid=15861 vsize=843316 CPUtime=6.44
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 35416 0 1 0 627 17 0 0 18 0 12 0 1993750946 863555584 144539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15866] ppid=15861 vsize=843316 CPUtime=2.19
/proc/15863/task/15866/stat : 15866 (java) R 15861 15863 11984 0 -1 64 54304 0 0 0 196 23 0 0 25 0 12 0 1993750947 863555584 144542 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=843316 CPUtime=3.47
/proc/15863/task/15867/stat : 15867 (java) R 15861 15863 11984 0 -1 64 65752 0 0 0 322 25 0 0 18 0 12 0 1993750947 863555584 144545 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=843316 CPUtime=0
/proc/15863/task/15868/stat : 15868 (java) S 15861 15863 11984 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993750949 863555584 144547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=843316 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993750949 863555584 144550 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15870] ppid=15861 vsize=843316 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1993750949 863555584 144553 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15871] ppid=15861 vsize=843316 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993750953 863555584 144556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=843316 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 12 0 1993750953 863555584 144559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=843316 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 12 0 1993750953 863555584 144562 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=843316 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993750953 863555584 144564 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=843316 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993750954 863555584 144567 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 843316

[startup+25.5022 s]
/proc/loadavg: 2.24 2.04 2.01 3/93 15875
/proc/meminfo: memFree=996648/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=875320 CPUtime=26.24
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 258853 0 1 0 2515 109 0 0 18 0 12 0 1993750944 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 218830 188082 1365 9 0 216192 0
[pid=15863/tid=15865] ppid=15861 vsize=875320 CPUtime=9.33
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 35424 0 1 0 916 17 0 0 18 0 12 0 1993750946 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15866] ppid=15861 vsize=875320 CPUtime=2.47
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 54304 0 0 0 224 23 0 0 16 0 12 0 1993750947 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=875320 CPUtime=5.6
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 93036 0 0 0 524 36 0 0 18 0 12 0 1993750947 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=875320 CPUtime=7.66
/proc/15863/task/15868/stat : 15868 (java) R 15861 15863 11984 0 -1 64 70300 0 0 0 738 28 0 0 25 0 12 0 1993750949 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 104126395 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993750949 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15870] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993750949 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15871] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993750953 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.13 2.03 2.00 3/93 15875
/proc/meminfo: memFree=980456/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=875320 CPUtime=58.32
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 444921 0 1 0 5646 186 0 0 18 0 12 0 1993750944 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 218830 188082 1365 9 0 216192 0
[pid=15863/tid=15865] ppid=15861 vsize=875320 CPUtime=9.64
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 35432 0 1 0 947 17 0 0 17 0 12 0 1993750946 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15866] ppid=15861 vsize=875320 CPUtime=2.47
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 54304 0 0 0 224 23 0 0 16 0 12 0 1993750947 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=875320 CPUtime=5.6
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 93036 0 0 0 524 36 0 0 18 0 12 0 1993750947 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=875320 CPUtime=39.42
/proc/15863/task/15868/stat : 15868 (java) R 15861 15863 11984 0 -1 64 256360 0 0 0 3837 105 0 0 25 0 12 0 1993750949 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 105852550 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993750949 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15870] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993750949 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15871] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1993750953 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=875320 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 12 0 1993750953 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=875320 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 12 0 1993750953 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1993750953 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=875320 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) R 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993750954 896327680 188082 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.32
Current children cumulated vsize (KiB) 875320

[startup+64.0018 s]
/proc/loadavg: 2.12 2.03 2.00 3/94 15876
/proc/meminfo: memFree=980576/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=875644 CPUtime=64.72
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 491447 0 1 0 6266 206 0 0 18 0 13 0 1993750944 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 218911 188090 1366 9 0 216273 0
[pid=15863/tid=15865] ppid=15861 vsize=875644 CPUtime=9.65
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 35439 0 1 0 948 17 0 0 18 0 13 0 1993750946 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15866] ppid=15861 vsize=875644 CPUtime=2.47
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 54304 0 0 0 224 23 0 0 16 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=875644 CPUtime=5.6
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 93036 0 0 0 524 36 0 0 18 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=875644 CPUtime=45.82
/proc/15863/task/15868/stat : 15868 (java) R 15861 15863 11984 0 -1 64 302875 0 0 0 4457 125 0 0 25 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15870] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15871] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=875644 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=875644 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993750954 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15876] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15876/stat : 15876 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1993757275 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.72
Current children cumulated vsize (KiB) 875644

[startup+67.2074 s]
/proc/loadavg: 2.11 2.03 2.00 3/94 15876
/proc/meminfo: memFree=980576/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=875644 CPUtime=67.93
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 506952 0 1 0 6581 212 0 0 18 0 13 0 1993750944 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 218911 188090 1366 9 0 216273 0
[pid=15863/tid=15865] ppid=15861 vsize=875644 CPUtime=9.65
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 35439 0 1 0 948 17 0 0 18 0 13 0 1993750946 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15866] ppid=15861 vsize=875644 CPUtime=2.47
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 54304 0 0 0 224 23 0 0 16 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=875644 CPUtime=5.6
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 93036 0 0 0 524 36 0 0 18 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=875644 CPUtime=49.02
/proc/15863/task/15868/stat : 15868 (java) R 15861 15863 11984 0 -1 64 318380 0 0 0 4771 131 0 0 25 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 106123379 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15870] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15871] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=875644 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=875644 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993750954 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15876] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15876/stat : 15876 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1993757275 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.93
Current children cumulated vsize (KiB) 875644

[startup+68.0015 s]
/proc/loadavg: 2.11 2.03 2.00 3/94 15876
/proc/meminfo: memFree=980576/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=875644 CPUtime=68.72
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 506952 0 1 0 6660 212 0 0 18 0 13 0 1993750944 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 218911 188090 1366 9 0 216273 0
[pid=15863/tid=15865] ppid=15861 vsize=875644 CPUtime=9.65
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 35439 0 1 0 948 17 0 0 18 0 13 0 1993750946 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15866] ppid=15861 vsize=875644 CPUtime=2.47
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 54304 0 0 0 224 23 0 0 16 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=875644 CPUtime=5.6
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 93036 0 0 0 524 36 0 0 18 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=875644 CPUtime=49.81
/proc/15863/task/15868/stat : 15868 (java) R 15861 15863 11984 0 -1 64 318380 0 0 0 4850 131 0 0 25 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 106123320 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15870] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15871] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=875644 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=875644 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993750954 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15876] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15876/stat : 15876 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1993757275 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.72
Current children cumulated vsize (KiB) 875644

[startup+68.4016 s]
/proc/loadavg: 2.11 2.03 2.00 3/94 15876
/proc/meminfo: memFree=980576/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=875644 CPUtime=69.12
/proc/15863/stat : 15863 (java) S 15861 15863 11984 0 -1 0 506952 0 1 0 6700 212 0 0 18 0 13 0 1993750944 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15863/statm: 218911 188090 1366 9 0 216273 0
[pid=15863/tid=15865] ppid=15861 vsize=875644 CPUtime=9.65
/proc/15863/task/15865/stat : 15865 (java) S 15861 15863 11984 0 -1 64 35439 0 1 0 948 17 0 0 18 0 13 0 1993750946 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15866] ppid=15861 vsize=875644 CPUtime=2.47
/proc/15863/task/15866/stat : 15866 (java) S 15861 15863 11984 0 -1 64 54304 0 0 0 224 23 0 0 16 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15867] ppid=15861 vsize=875644 CPUtime=5.6
/proc/15863/task/15867/stat : 15867 (java) S 15861 15863 11984 0 -1 64 93036 0 0 0 524 36 0 0 18 0 13 0 1993750947 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15868] ppid=15861 vsize=875644 CPUtime=50.21
/proc/15863/task/15868/stat : 15868 (java) R 15861 15863 11984 0 -1 64 318380 0 0 0 4890 131 0 0 25 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15869] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15869/stat : 15869 (java) S 15861 15863 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15870] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15870/stat : 15870 (java) S 15861 15863 11984 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1993750949 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15863/tid=15871] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15871/stat : 15871 (java) S 15861 15863 11984 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15872] ppid=15861 vsize=875644 CPUtime=0.64
/proc/15863/task/15872/stat : 15872 (java) S 15861 15863 11984 0 -1 64 3164 0 0 0 63 1 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15873] ppid=15861 vsize=875644 CPUtime=0.49
/proc/15863/task/15873/stat : 15873 (java) S 15861 15863 11984 0 -1 64 1861 0 0 0 49 0 0 0 16 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15874] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15874/stat : 15874 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1993750953 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15875] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15875/stat : 15875 (java) S 15861 15863 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1993750954 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15863/tid=15876] ppid=15861 vsize=875644 CPUtime=0
/proc/15863/task/15876/stat : 15876 (java) S 15861 15863 11984 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1993757275 896659456 188090 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.12
Current children cumulated vsize (KiB) 875644

[startup+68.8017 s]
/proc/loadavg: 2.11 2.03 2.00 3/94 15876
/proc/meminfo: memFree=980576/2055920 swapFree=4179472/4192956
[pid=15863] ppid=15861 vsize=0 CPUtime=69.5
/proc/15863/stat : 15863 (java) Z 15861 15863 11984 0 -1 12 506957 0 1 0 6727 223 0 0 16 0 2 0 1993750944 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15863/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 68.8039
CPU time (s): 69.5074
CPU user time (s): 67.2748
CPU system time (s): 2.23266
CPU usage (%): 101.023
Max. virtual memory (cumulated for all children) (KiB): 891648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.2748
system time used= 2.23266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506957
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= 1986
involuntary context switches= 1190

runsolver used 0.083987 second user time and 0.242963 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 07:02:33
IDJOB=1066387
IDBENCH=55120
IDSOLVER=344
FILE ID=node1/1066387-1215147753
PBS_JOBID= 7877229
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg12-15_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-1066387-1215147753/watcher-1066387-1215147753 -o /tmp/evaluation-result-1066387-1215147753/solver-1066387-1215147753 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066387-1215147753.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c825d1a485b3da8a129811f0613b130
RANDOM SEED=1114093386

node1.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.265
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.265
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:       1729960 kB
Buffers:         43004 kB
Cached:         143996 kB
SwapCached:       7548 kB
Active:         195752 kB
Inactive:        77796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729960 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         100408 kB
Slab:            37288 kB
Committed_AS:  3854892 kB
PageTables:       2060 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= 66552 MiB
End job on node1 at 2008-07-04 07:03:42