Trace number 2079182

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? 86.1899 86.5136

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-9_ext.xml
MD5SUMc9d9ea8ddcadf95a92e600c8dcfa9334
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.1686
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints15
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.37 2.15 2.10 4/81 22845
/proc/meminfo: memFree=1405456/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=1616 CPUtime=0
/proc/22845/stat : 22845 (java) D 22843 22845 19700 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 23858257 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 1172027 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/22845/statm: 404 155 118 9 0 46 0

[startup+0.0813551 s]
/proc/loadavg: 2.37 2.15 2.10 4/81 22845
/proc/meminfo: memFree=1405456/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=800544 CPUtime=0.03
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 2240 0 31 0 1 2 0 0 18 0 4 0 23858257 819757056 2017 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 200136 2017 903 9 0 197487 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800544

[startup+0.102194 s]
/proc/loadavg: 2.37 2.15 2.10 4/81 22845
/proc/meminfo: memFree=1405456/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=802032 CPUtime=0.04
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 2566 0 31 0 2 2 0 0 18 0 7 0 23858257 821280768 2341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 200508 2341 1007 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.301374 s]
/proc/loadavg: 2.37 2.15 2.10 4/81 22845
/proc/meminfo: memFree=1405456/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=805600 CPUtime=0.24
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 3948 0 31 0 21 3 0 0 18 0 12 0 23858257 824934400 3715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 201400 3715 1349 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.701408 s]
/proc/loadavg: 2.37 2.15 2.10 4/81 22845
/proc/meminfo: memFree=1405456/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=807184 CPUtime=0.63
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 5543 0 31 0 58 5 0 0 18 0 12 0 23858257 826556416 5031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 201796 5031 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 807184

[startup+1.50148 s]
/proc/loadavg: 2.34 2.15 2.09 4/93 22857
/proc/meminfo: memFree=1381552/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=812232 CPUtime=1.42
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 10039 0 31 0 134 8 0 0 18 0 12 0 23858257 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 203058 8526 1406 9 0 200385 0
[pid=22845/tid=22847] ppid=22843 vsize=812232 CPUtime=0.65
/proc/22845/task/22847/stat : 22847 (java) R 22843 22845 19700 0 -1 64 5921 0 1 0 60 5 0 0 20 0 12 0 23858264 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4109134598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22848/stat : 22848 (java) S 22843 22845 19700 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23858265 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22849/stat : 22849 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23858265 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22850] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22850/stat : 22850 (java) S 22843 22845 19700 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23858266 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23858267 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23858267 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=812232 CPUtime=0.74
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3391 0 0 0 73 1 0 0 16 0 12 0 23858272 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 831725568 8526 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 812232

[startup+3.10263 s]
/proc/loadavg: 2.34 2.15 2.09 3/93 22857
/proc/meminfo: memFree=1340528/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=812232 CPUtime=3.09
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 39087 0 31 0 290 19 0 0 18 0 12 0 23858257 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 203058 37245 1422 9 0 200385 0
[pid=22845/tid=22847] ppid=22843 vsize=812232 CPUtime=1.44
/proc/22845/task/22847/stat : 22847 (java) R 22843 22845 19700 0 -1 64 16046 0 1 0 136 8 0 0 25 0 12 0 23858264 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=812232 CPUtime=0.29
/proc/22845/task/22848/stat : 22848 (java) R 22843 22845 19700 0 -1 64 9783 0 0 0 26 3 0 0 17 0 12 0 23858265 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 104188371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22849] ppid=22843 vsize=812232 CPUtime=0.29
/proc/22845/task/22849/stat : 22849 (java) R 22843 22845 19700 0 -1 64 9087 0 0 0 25 4 0 0 17 0 12 0 23858265 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22850] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22850/stat : 22850 (java) S 22843 22845 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23858266 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=812232 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=812232 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 831725568 37245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 812232

[startup+6.3029 s]
/proc/loadavg: 2.31 2.15 2.09 4/93 22857
/proc/meminfo: memFree=1140784/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=813352 CPUtime=6.59
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 79789 0 31 0 622 37 0 0 18 0 12 0 23858257 832872448 75774 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 203338 75777 1422 9 0 200665 0
[pid=22845/tid=22847] ppid=22843 vsize=813352 CPUtime=3.04
/proc/22845/task/22847/stat : 22847 (java) R 22843 22845 19700 0 -1 64 16914 0 1 0 296 8 0 0 20 0 12 0 23858264 832872448 75778 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22848] ppid=22843 vsize=813352 CPUtime=1.4
/proc/22845/task/22848/stat : 22848 (java) R 22843 22845 19700 0 -1 64 34786 0 0 0 126 14 0 0 17 0 12 0 23858265 832872448 75780 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=813352 CPUtime=1.07
/proc/22845/task/22849/stat : 22849 (java) R 22843 22845 19700 0 -1 64 23925 0 0 0 97 10 0 0 17 0 12 0 23858265 832872448 75781 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22850] ppid=22843 vsize=813352 CPUtime=0
/proc/22845/task/22850/stat : 22850 (java) S 22843 22845 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23858266 832872448 75783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22851] ppid=22843 vsize=813352 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 832872448 75785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=813352 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 832872448 75786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=813352 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 832872448 75788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=813352 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 832872448 75789 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=813352 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 832872448 75791 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=813352 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 832872448 75793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=813352 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 832872448 75794 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 813352

[startup+12.7024 s]
/proc/loadavg: 2.37 2.16 2.10 4/93 22857
/proc/meminfo: memFree=888112/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=814632 CPUtime=13.11
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 139718 0 31 0 1244 67 0 0 18 0 12 0 23858257 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 203658 134931 1422 9 0 200985 0
[pid=22845/tid=22847] ppid=22843 vsize=814632 CPUtime=5.33
/proc/22845/task/22847/stat : 22847 (java) S 22843 22845 19700 0 -1 64 29212 0 1 0 518 15 0 0 17 0 12 0 23858264 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=814632 CPUtime=2.7
/proc/22845/task/22848/stat : 22848 (java) R 22843 22845 19700 0 -1 64 48260 0 0 0 250 20 0 0 21 0 12 0 23858265 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=814632 CPUtime=4.01
/proc/22845/task/22849/stat : 22849 (java) R 22843 22845 19700 0 -1 64 58075 0 0 0 373 28 0 0 17 0 12 0 23858265 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22850] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22850/stat : 22850 (java) S 22843 22845 19700 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23858266 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=814632 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 834183168 134931 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 814632

[startup+25.5015 s]
/proc/loadavg: 2.35 2.17 2.10 4/93 22857
/proc/meminfo: memFree=713584/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=816636 CPUtime=25.79
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 209935 0 31 0 2474 105 0 0 18 0 12 0 23858257 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 204159 172627 1424 9 0 201486 0
[pid=22845/tid=22847] ppid=22843 vsize=816636 CPUtime=6.91
/proc/22845/task/22847/stat : 22847 (java) S 22843 22845 19700 0 -1 64 42259 0 1 0 669 22 0 0 18 0 12 0 23858264 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=816636 CPUtime=2.7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22845 19700 0 -1 64 48260 0 0 0 250 20 0 0 21 0 12 0 23858265 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=816636 CPUtime=5.59
/proc/22845/task/22849/stat : 22849 (java) S 22843 22845 19700 0 -1 64 79169 0 0 0 521 38 0 0 19 0 12 0 23858265 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22850] ppid=22843 vsize=816636 CPUtime=9.5
/proc/22845/task/22850/stat : 22850 (java) R 22843 22845 19700 0 -1 64 36085 0 0 0 930 20 0 0 25 0 12 0 23858266 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 106836576 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 836235264 172627 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=816636 CPUtime=0

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

[pid=22845/tid=22856] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (KiB) 816636

[startup+76.703 s]
/proc/loadavg: 2.15 2.14 2.09 3/93 22857
/proc/meminfo: memFree=708792/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=816636 CPUtime=76.51
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 328437 0 31 0 7486 165 0 0 18 0 12 0 23858257 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 204159 173305 1424 9 0 201486 0
[pid=22845/tid=22847] ppid=22843 vsize=816636 CPUtime=7.23
/proc/22845/task/22847/stat : 22847 (java) S 22843 22845 19700 0 -1 64 42271 0 1 0 701 22 0 0 17 0 12 0 23858264 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=816636 CPUtime=2.7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22845 19700 0 -1 64 48260 0 0 0 250 20 0 0 21 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=816636 CPUtime=5.59
/proc/22845/task/22849/stat : 22849 (java) S 22843 22845 19700 0 -1 64 79169 0 0 0 521 38 0 0 19 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22850] ppid=22843 vsize=816636 CPUtime=59.91
/proc/22845/task/22850/stat : 22850 (java) R 22843 22845 19700 0 -1 64 154575 0 0 0 5911 80 0 0 25 0 12 0 23858266 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 106157892 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=816636 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.51
Current children cumulated vsize (KiB) 816636

[startup+83.1025 s]
/proc/loadavg: 2.14 2.14 2.09 3/93 22857
/proc/meminfo: memFree=708728/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=814632 CPUtime=82.84
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 329944 0 31 0 8119 165 0 0 18 0 12 0 23858257 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 203658 172804 1423 9 0 200985 0
[pid=22845/tid=22847] ppid=22843 vsize=814632 CPUtime=7.23
/proc/22845/task/22847/stat : 22847 (java) S 22843 22845 19700 0 -1 64 42274 0 1 0 701 22 0 0 17 0 12 0 23858264 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=814632 CPUtime=2.7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22845 19700 0 -1 64 48260 0 0 0 250 20 0 0 21 0 12 0 23858265 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=814632 CPUtime=5.59
/proc/22845/task/22849/stat : 22849 (java) S 22843 22845 19700 0 -1 64 79169 0 0 0 521 38 0 0 19 0 12 0 23858265 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22850] ppid=22843 vsize=814632 CPUtime=66.24
/proc/22845/task/22850/stat : 22850 (java) R 22843 22845 19700 0 -1 64 156079 0 0 0 6544 80 0 0 25 0 12 0 23858266 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 103387655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=814632 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=814632 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 834183168 172804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.84
Current children cumulated vsize (KiB) 814632

[startup+84.7077 s]
/proc/loadavg: 2.14 2.14 2.09 3/93 22857
/proc/meminfo: memFree=708664/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=816636 CPUtime=84.44
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 330696 0 31 0 8278 166 0 0 18 0 12 0 23858257 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 204159 173305 1423 9 0 201486 0
[pid=22845/tid=22847] ppid=22843 vsize=816636 CPUtime=7.23
/proc/22845/task/22847/stat : 22847 (java) S 22843 22845 19700 0 -1 64 42274 0 1 0 701 22 0 0 17 0 12 0 23858264 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=816636 CPUtime=2.7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22845 19700 0 -1 64 48260 0 0 0 250 20 0 0 21 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=816636 CPUtime=5.59
/proc/22845/task/22849/stat : 22849 (java) S 22843 22845 19700 0 -1 64 79169 0 0 0 521 38 0 0 19 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22850] ppid=22843 vsize=816636 CPUtime=67.83
/proc/22845/task/22850/stat : 22850 (java) R 22843 22845 19700 0 -1 64 156831 0 0 0 6702 81 0 0 25 0 12 0 23858266 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 104187830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=816636 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.44
Current children cumulated vsize (KiB) 816636

[startup+85.5017 s]
/proc/loadavg: 2.14 2.14 2.09 3/93 22857
/proc/meminfo: memFree=708664/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=816636 CPUtime=85.23
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 330696 0 31 0 8357 166 0 0 18 0 12 0 23858257 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 204159 173305 1423 9 0 201486 0
[pid=22845/tid=22847] ppid=22843 vsize=816636 CPUtime=7.23
/proc/22845/task/22847/stat : 22847 (java) S 22843 22845 19700 0 -1 64 42274 0 1 0 701 22 0 0 17 0 12 0 23858264 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=816636 CPUtime=2.7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22845 19700 0 -1 64 48260 0 0 0 250 20 0 0 21 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=816636 CPUtime=5.59
/proc/22845/task/22849/stat : 22849 (java) S 22843 22845 19700 0 -1 64 79169 0 0 0 521 38 0 0 19 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22850] ppid=22843 vsize=816636 CPUtime=68.62
/proc/22845/task/22850/stat : 22850 (java) R 22843 22845 19700 0 -1 64 156831 0 0 0 6781 81 0 0 25 0 12 0 23858266 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=816636 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.23
Current children cumulated vsize (KiB) 816636

[startup+86.3018 s]
/proc/loadavg: 2.13 2.14 2.09 3/93 22857
/proc/meminfo: memFree=708664/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=816636 CPUtime=86.02
/proc/22845/stat : 22845 (java) S 22843 22845 19700 0 -1 0 330696 0 31 0 8436 166 0 0 18 0 12 0 23858257 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 204159 173305 1423 9 0 201486 0
[pid=22845/tid=22847] ppid=22843 vsize=816636 CPUtime=7.23
/proc/22845/task/22847/stat : 22847 (java) S 22843 22845 19700 0 -1 64 42274 0 1 0 701 22 0 0 17 0 12 0 23858264 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22848] ppid=22843 vsize=816636 CPUtime=2.7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22845 19700 0 -1 64 48260 0 0 0 250 20 0 0 21 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22849] ppid=22843 vsize=816636 CPUtime=5.59
/proc/22845/task/22849/stat : 22849 (java) S 22843 22845 19700 0 -1 64 79169 0 0 0 521 38 0 0 19 0 12 0 23858265 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22845/tid=22850] ppid=22843 vsize=816636 CPUtime=69.41
/proc/22845/task/22850/stat : 22850 (java) R 22843 22845 19700 0 -1 64 156831 0 0 0 6860 81 0 0 25 0 12 0 23858266 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 105697729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22851] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22851/stat : 22851 (java) S 22843 22845 19700 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22852] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22852/stat : 22852 (java) S 22843 22845 19700 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 23858267 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22853] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22853/stat : 22853 (java) S 22843 22845 19700 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22854] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22854/stat : 22854 (java) S 22843 22845 19700 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22855] ppid=22843 vsize=816636 CPUtime=1.01
/proc/22845/task/22855/stat : 22855 (java) S 22843 22845 19700 0 -1 64 3438 0 0 0 100 1 0 0 16 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22856] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22856/stat : 22856 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22845/tid=22857] ppid=22843 vsize=816636 CPUtime=0
/proc/22845/task/22857/stat : 22857 (java) S 22843 22845 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23858272 836235264 173305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.02
Current children cumulated vsize (KiB) 816636

[startup+86.5023 s]
/proc/loadavg: 2.13 2.14 2.09 3/93 22857
/proc/meminfo: memFree=708664/2055920 swapFree=4192812/4192956
[pid=22845] ppid=22843 vsize=0 CPUtime=86.17
/proc/22845/stat : 22845 (java) Z 22843 22845 19700 0 -1 12 330713 0 31 0 8442 175 0 0 16 0 2 0 23858257 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22845/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 86.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 86.5136
CPU time (s): 86.1899
CPU user time (s): 84.4212
CPU system time (s): 1.76873
CPU usage (%): 99.6258
Max. virtual memory (cumulated for all children) (KiB): 862640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.4212
system time used= 1.76873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330713
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2553
involuntary context switches= 4491

runsolver used 0.115982 second user time and 0.298954 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 05:05:21
IDJOB=2079182
IDBENCH=56859
IDSOLVER=731
FILE ID=node31/2079182-1247367921
PBS_JOBID= 9507080
Free space on /tmp= 66404 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg6-9_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079182-1247367921/watcher-2079182-1247367921 -o /tmp/evaluation-result-2079182-1247367921/solver-2079182-1247367921 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079182-1247367921.xml

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

MD5SUM BENCH= c9d9ea8ddcadf95a92e600c8dcfa9334
RANDOM SEED=1454243148

node31.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.216
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	: 5931.00
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.216
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:       1405936 kB
Buffers:         12576 kB
Cached:         141104 kB
SwapCached:          0 kB
Active:         520312 kB
Inactive:        68948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:         455944 kB
Slab:            44716 kB
Committed_AS:   632536 kB
PageTables:       2760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node31 at 2009-07-12 05:06:48