Trace number 2071339

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.7278 92.5778

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-07.xml
MD5SUMd3bbb87c49a34df4eb9bda6df8940577
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9767
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

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

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-2071339-1247353398/watcher-2071339-1247353398 -o /tmp/evaluation-result-2071339-1247353398/solver-2071339-1247353398 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071339-1247353398.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.99 1.99 2.00 4/80 14865
/proc/meminfo: memFree=1843200/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=18576 CPUtime=0
/proc/14865/stat : 14865 (runsolver) R 14863 14865 14276 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22406360 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14865/statm: 4644 284 249 26 0 2626 0

[startup+0.097963 s]
/proc/loadavg: 1.99 1.99 2.00 4/80 14865
/proc/meminfo: memFree=1843200/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=802164 CPUtime=0.08
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 2893 0 1 0 7 1 0 0 18 0 7 0 22406360 821415936 2638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 200541 2638 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.101963 s]
/proc/loadavg: 1.99 1.99 2.00 4/80 14865
/proc/meminfo: memFree=1843200/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=804360 CPUtime=0.08
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 2941 0 1 0 7 1 0 0 18 0 12 0 22406360 823664640 2684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 201090 2684 1057 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301987 s]
/proc/loadavg: 1.99 1.99 2.00 4/80 14865
/proc/meminfo: memFree=1843200/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=805628 CPUtime=0.27
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 4238 0 1 0 24 3 0 0 18 0 12 0 22406360 824963072 3975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 201407 3975 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701032 s]
/proc/loadavg: 1.99 1.99 2.00 4/80 14865
/proc/meminfo: memFree=1843200/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=807720 CPUtime=0.65
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 5784 0 1 0 60 5 0 0 18 0 12 0 22406360 827105280 5220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 201930 5220 1386 9 0 199257 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 807720

[startup+1.50212 s]
/proc/loadavg: 2.07 2.00 2.01 4/92 14877
/proc/meminfo: memFree=1825504/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=813152 CPUtime=1.45
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 9869 0 1 0 138 7 0 0 18 0 12 0 22406360 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203288 7434 1407 9 0 200615 0
[pid=14865/tid=14867] ppid=14863 vsize=813152 CPUtime=0.6
/proc/14865/task/14867/stat : 14867 (java) R 14863 14865 14276 0 -1 64 4744 0 1 0 55 5 0 0 18 0 12 0 22406362 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4109606395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14868] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22406363 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14869] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22406363 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14870/stat : 14870 (java) S 14863 14865 14276 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22406365 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14871] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22406365 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14872] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22406365 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14873] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22406370 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=813152 CPUtime=0.03
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 53 0 0 0 3 0 0 0 16 0 12 0 22406370 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14875] ppid=14863 vsize=813152 CPUtime=0.8
/proc/14865/task/14875/stat : 14875 (java) R 14863 14865 14276 0 -1 64 4332 0 0 0 79 1 0 0 18 0 12 0 22406370 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 105952969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22406370 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=813152 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22406370 832667648 7434 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 813152

[startup+3.10231 s]
/proc/loadavg: 2.07 2.00 2.01 3/92 14877
/proc/meminfo: memFree=1800544/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=812848 CPUtime=3.03
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 28330 0 1 0 289 14 0 0 18 0 12 0 22406360 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203212 25866 1422 9 0 200539 0
[pid=14865/tid=14867] ppid=14863 vsize=812848 CPUtime=1.43
/proc/14865/task/14867/stat : 14867 (java) R 14863 14865 14276 0 -1 64 17205 0 1 0 133 10 0 0 17 0 12 0 22406362 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4109739760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14868] ppid=14863 vsize=812848 CPUtime=0.11
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 3472 0 0 0 10 1 0 0 16 0 12 0 22406363 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14869] ppid=14863 vsize=812848 CPUtime=0.08
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 2315 0 0 0 8 0 0 0 17 0 12 0 22406363 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14870] ppid=14863 vsize=812848 CPUtime=0
/proc/14865/task/14870/stat : 14870 (java) S 14863 14865 14276 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22406365 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=812848 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22406365 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14872] ppid=14863 vsize=812848 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22406365 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14873] ppid=14863 vsize=812848 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22406370 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=812848 CPUtime=0.14
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 97 0 0 0 14 0 0 0 16 0 12 0 22406370 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14875] ppid=14863 vsize=812848 CPUtime=1.23
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4490 0 0 0 122 1 0 0 16 0 12 0 22406370 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=812848 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22406370 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=812848 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22406370 832356352 25866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 812848

[startup+6.30169 s]
/proc/loadavg: 2.07 2.00 2.01 5/92 14877
/proc/meminfo: memFree=1609120/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=813064 CPUtime=6.92
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 79969 0 1 0 654 38 0 0 18 0 12 0 22406360 832577536 73635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203266 73637 1422 9 0 200593 0
[pid=14865/tid=14867] ppid=14863 vsize=813064 CPUtime=2.92
/proc/14865/task/14867/stat : 14867 (java) R 14863 14865 14276 0 -1 64 17210 0 1 0 282 10 0 0 19 0 12 0 22406362 832577536 73638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14868] ppid=14863 vsize=813064 CPUtime=1.33
/proc/14865/task/14868/stat : 14868 (java) R 14863 14865 14276 0 -1 64 32424 0 0 0 117 16 0 0 17 0 12 0 22406363 832577536 73639 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=813064 CPUtime=1.25
/proc/14865/task/14869/stat : 14869 (java) R 14863 14865 14276 0 -1 64 25001 0 0 0 116 9 0 0 17 0 12 0 22406363 832577536 73641 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=813064 CPUtime=0
/proc/14865/task/14870/stat : 14870 (java) S 14863 14865 14276 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22406365 832577536 73642 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14871] ppid=14863 vsize=813064 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22406365 832577536 73644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14872] ppid=14863 vsize=813064 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22406365 832577536 73645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14873] ppid=14863 vsize=813064 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22406370 832577536 73647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=813064 CPUtime=0.14
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 97 0 0 0 14 0 0 0 16 0 12 0 22406370 832577536 73648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14875] ppid=14863 vsize=813064 CPUtime=1.23
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4490 0 0 0 122 1 0 0 16 0 12 0 22406370 832577536 73650 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=813064 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22406370 832577536 73651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=813064 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22406370 832577536 73653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 813064

[startup+12.7024 s]
/proc/loadavg: 2.22 2.04 2.02 4/92 14877
/proc/meminfo: memFree=1316448/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=814984 CPUtime=13.44
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 158879 0 1 0 1274 70 0 0 18 0 12 0 22406360 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203746 151318 1422 9 0 201073 0
[pid=14865/tid=14867] ppid=14863 vsize=814984 CPUtime=4.98
/proc/14865/task/14867/stat : 14867 (java) S 14863 14865 14276 0 -1 64 35655 0 1 0 481 17 0 0 18 0 12 0 22406362 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14868] ppid=14863 vsize=814984 CPUtime=2.55
/proc/14865/task/14868/stat : 14868 (java) R 14863 14865 14276 0 -1 64 49053 0 0 0 232 23 0 0 20 0 12 0 22406363 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=814984 CPUtime=4.48
/proc/14865/task/14869/stat : 14869 (java) R 14863 14865 14276 0 -1 64 68833 0 0 0 422 26 0 0 16 0 12 0 22406363 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14870] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14870/stat : 14870 (java) S 14863 14865 14276 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22406365 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22406365 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14872] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22406365 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14873] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22406370 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=814984 CPUtime=0.14
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 97 0 0 0 14 0 0 0 16 0 12 0 22406370 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14875] ppid=14863 vsize=814984 CPUtime=1.23
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4490 0 0 0 122 1 0 0 16 0 12 0 22406370 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22406370 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22406370 834543616 151318 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 814984

[startup+25.5019 s]
/proc/loadavg: 2.18 2.04 2.01 3/92 14877
/proc/meminfo: memFree=1167264/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=814984 CPUtime=26.71
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 196677 0 3 0 2585 86 0 0 18 0 12 0 22406360 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203746 173258 1436 9 0 201073 0
[pid=14865/tid=14867] ppid=14863 vsize=814984 CPUtime=7.59
/proc/14865/task/14867/stat : 14867 (java) R 14863 14865 14276 0 -1 64 35673 0 1 0 742 17 0 0 17 0 12 0 22406362 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4109739475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14868] ppid=14863 vsize=814984 CPUtime=3.38
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 54484 0 0 0 312 26 0 0 17 0 12 0 22406363 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=814984 CPUtime=5.79
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 78532 0 0 0 549 30 0 0 16 0 12 0 22406363 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=814984 CPUtime=8.19
/proc/14865/task/14870/stat : 14870 (java) R 14863 14865 14276 0 -1 64 22486 0 2 0 810 9 0 0 25 0 12 0 22406365 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22406365 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14872] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22406365 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14873] ppid=14863 vsize=814984 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22406370 834543616 173258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=814984 CPUtime=0.33

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

[pid=14865] ppid=14863 vsize=815308 CPUtime=84.29
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 275219 0 3 0 8307 122 0 0 18 0 13 0 22406360 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203827 173264 1435 9 0 201154 0
[pid=14865/tid=14867] ppid=14863 vsize=815308 CPUtime=9.43
/proc/14865/task/14867/stat : 14867 (java) S 14863 14865 14276 0 -1 64 35694 0 1 0 926 17 0 0 18 0 13 0 22406362 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14868] ppid=14863 vsize=815308 CPUtime=3.38
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 54484 0 0 0 312 26 0 0 17 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=815308 CPUtime=5.79
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 78532 0 0 0 549 30 0 0 16 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=815308 CPUtime=63.93
/proc/14865/task/14870/stat : 14870 (java) R 14863 14865 14276 0 -1 64 101003 0 2 0 6348 45 0 0 25 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 106157750 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14872] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14873] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=815308 CPUtime=0.33
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 252 0 0 0 33 0 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14875] ppid=14863 vsize=815308 CPUtime=1.36
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4511 0 0 0 135 1 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14878] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14878/stat : 14878 (java) S 14863 14865 14276 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22414548 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.29
Current children cumulated vsize (KiB) 815308

[startup+89.5023 s]
/proc/loadavg: 2.06 2.03 2.01 3/93 14878
/proc/meminfo: memFree=1152536/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=815308 CPUtime=90.69
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 275222 0 3 0 8947 122 0 0 18 0 13 0 22406360 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203827 173264 1435 9 0 201154 0
[pid=14865/tid=14867] ppid=14863 vsize=815308 CPUtime=9.43
/proc/14865/task/14867/stat : 14867 (java) S 14863 14865 14276 0 -1 64 35694 0 1 0 926 17 0 0 18 0 13 0 22406362 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14868] ppid=14863 vsize=815308 CPUtime=3.38
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 54484 0 0 0 312 26 0 0 17 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=815308 CPUtime=5.79
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 78532 0 0 0 549 30 0 0 16 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=815308 CPUtime=70.33
/proc/14865/task/14870/stat : 14870 (java) R 14863 14865 14276 0 -1 64 101003 0 2 0 6988 45 0 0 25 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 105696733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14872] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14873] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=815308 CPUtime=0.33
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 252 0 0 0 33 0 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14875] ppid=14863 vsize=815308 CPUtime=1.36
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4511 0 0 0 135 1 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14878] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14878/stat : 14878 (java) S 14863 14865 14276 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22414548 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.69
Current children cumulated vsize (KiB) 815308

[startup+91.1025 s]
/proc/loadavg: 2.06 2.03 2.01 3/93 14878
/proc/meminfo: memFree=1152472/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=815308 CPUtime=92.29
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 275222 0 3 0 9107 122 0 0 18 0 13 0 22406360 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203827 173264 1435 9 0 201154 0
[pid=14865/tid=14867] ppid=14863 vsize=815308 CPUtime=9.43
/proc/14865/task/14867/stat : 14867 (java) S 14863 14865 14276 0 -1 64 35694 0 1 0 926 17 0 0 18 0 13 0 22406362 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14868] ppid=14863 vsize=815308 CPUtime=3.38
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 54484 0 0 0 312 26 0 0 17 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=815308 CPUtime=5.79
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 78532 0 0 0 549 30 0 0 16 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=815308 CPUtime=71.93
/proc/14865/task/14870/stat : 14870 (java) R 14863 14865 14276 0 -1 64 101003 0 2 0 7148 45 0 0 25 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 106836675 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14872] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14873] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=815308 CPUtime=0.33
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 252 0 0 0 33 0 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14875] ppid=14863 vsize=815308 CPUtime=1.36
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4511 0 0 0 135 1 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14878] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14878/stat : 14878 (java) S 14863 14865 14276 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22414548 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.29
Current children cumulated vsize (KiB) 815308

[startup+91.9016 s]
/proc/loadavg: 2.05 2.03 2.01 3/93 14878
/proc/meminfo: memFree=1152472/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=815308 CPUtime=93.08
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 275222 0 3 0 9186 122 0 0 18 0 13 0 22406360 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203827 173264 1435 9 0 201154 0
[pid=14865/tid=14867] ppid=14863 vsize=815308 CPUtime=9.43
/proc/14865/task/14867/stat : 14867 (java) S 14863 14865 14276 0 -1 64 35694 0 1 0 926 17 0 0 18 0 13 0 22406362 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14868] ppid=14863 vsize=815308 CPUtime=3.38
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 54484 0 0 0 312 26 0 0 17 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=815308 CPUtime=5.79
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 78532 0 0 0 549 30 0 0 16 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=815308 CPUtime=72.73
/proc/14865/task/14870/stat : 14870 (java) R 14863 14865 14276 0 -1 64 101003 0 2 0 7228 45 0 0 25 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 103607476 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14872] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14873] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=815308 CPUtime=0.33
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 252 0 0 0 33 0 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14875] ppid=14863 vsize=815308 CPUtime=1.36
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4511 0 0 0 135 1 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14878] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14878/stat : 14878 (java) S 14863 14865 14276 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22414548 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.08
Current children cumulated vsize (KiB) 815308

[startup+92.3017 s]
/proc/loadavg: 2.05 2.03 2.01 3/93 14878
/proc/meminfo: memFree=1152472/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=815308 CPUtime=93.49
/proc/14865/stat : 14865 (java) S 14863 14865 14276 0 -1 0 275222 0 3 0 9227 122 0 0 18 0 13 0 22406360 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14865/statm: 203827 173264 1435 9 0 201154 0
[pid=14865/tid=14867] ppid=14863 vsize=815308 CPUtime=9.43
/proc/14865/task/14867/stat : 14867 (java) S 14863 14865 14276 0 -1 64 35694 0 1 0 926 17 0 0 18 0 13 0 22406362 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14868] ppid=14863 vsize=815308 CPUtime=3.38
/proc/14865/task/14868/stat : 14868 (java) S 14863 14865 14276 0 -1 64 54484 0 0 0 312 26 0 0 17 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14869] ppid=14863 vsize=815308 CPUtime=5.79
/proc/14865/task/14869/stat : 14869 (java) S 14863 14865 14276 0 -1 64 78532 0 0 0 549 30 0 0 16 0 13 0 22406363 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14870] ppid=14863 vsize=815308 CPUtime=73.13
/proc/14865/task/14870/stat : 14870 (java) R 14863 14865 14276 0 -1 64 101003 0 2 0 7268 45 0 0 25 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14871] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14871/stat : 14871 (java) S 14863 14865 14276 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14872] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14872/stat : 14872 (java) S 14863 14865 14276 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 22406365 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14873] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14873/stat : 14873 (java) S 14863 14865 14276 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14874] ppid=14863 vsize=815308 CPUtime=0.33
/proc/14865/task/14874/stat : 14874 (java) S 14863 14865 14276 0 -1 64 252 0 0 0 33 0 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14875] ppid=14863 vsize=815308 CPUtime=1.36
/proc/14865/task/14875/stat : 14875 (java) S 14863 14865 14276 0 -1 64 4511 0 0 0 135 1 0 0 16 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14876] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14876/stat : 14876 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14865/tid=14877] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14877/stat : 14877 (java) S 14863 14865 14276 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22406370 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14865/tid=14878] ppid=14863 vsize=815308 CPUtime=0
/proc/14865/task/14878/stat : 14878 (java) S 14863 14865 14276 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 22414548 834875392 173264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.49
Current children cumulated vsize (KiB) 815308

[startup+92.5017 s]
/proc/loadavg: 2.05 2.03 2.01 3/93 14878
/proc/meminfo: memFree=1152472/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=0 CPUtime=93.64
/proc/14865/stat : 14865 (java) Z 14863 14865 14276 0 -1 12 275231 0 3 0 9240 124 0 0 16 0 2 0 22406360 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14865/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 92.5778
CPU time (s): 93.7278
CPU user time (s): 92.403
CPU system time (s): 1.3248
CPU usage (%): 101.242
Max. virtual memory (cumulated for all children) (KiB): 910992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.403
system time used= 1.3248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275231
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3100
involuntary context switches= 5043

runsolver used 0.124981 second user time and 0.321951 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 01:03:18
IDJOB=2071339
IDBENCH=55481
IDSOLVER=731
FILE ID=node20/2071339-1247353398
PBS_JOBID= 9506914
Free space on /tmp= 66280 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-07.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071339-1247353398/watcher-2071339-1247353398 -o /tmp/evaluation-result-2071339-1247353398/solver-2071339-1247353398 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071339-1247353398.xml

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

MD5SUM BENCH= d3bbb87c49a34df4eb9bda6df8940577
RANDOM SEED=201763855

node20.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.236
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.236
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:       1843680 kB
Buffers:         11888 kB
Cached:          81204 kB
SwapCached:          0 kB
Active:         120460 kB
Inactive:        46280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          91444 kB
Slab:            30732 kB
Committed_AS:   895536 kB
PageTables:       1924 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= 66280 MiB
End job on node20 at 2009-07-12 01:04:50