Trace number 1067861

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 91.799 91.4702

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-05-10.xml
MD5SUM22a03e9c27ff3c0fe19d39c3527e0c50
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 benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints39
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension29
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1067861-1215151654.xml
0.39/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.68/0.71	c reading relations done.
1.37/1.42	c reading predicates  done.
1.58/1.60	c reading constraints
85.97/85.67	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
85.97/85.67		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
85.97/85.67		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
85.97/85.67		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
85.97/85.67		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
85.97/85.67		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
85.97/85.67		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
85.97/85.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
85.97/85.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.97/85.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.97/85.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.97/85.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.97/85.67		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
85.97/85.67		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
85.97/85.67		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
85.97/85.67		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
85.97/85.67		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
85.97/85.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
85.97/85.67		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
85.97/85.67		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
85.97/85.67		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
85.97/85.67		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
85.97/85.67		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
91.35/91.09	c starts		: 0
91.35/91.09	c conflicts		: 0
91.35/91.09	c decisions		: 0
91.35/91.09	c propagations		: 0
91.35/91.09	c inspects		: 0
91.35/91.09	c learnt literals	: 0
91.35/91.09	c learnt binary clauses	: 0
91.35/91.09	c learnt ternary clauses	: 0
91.35/91.09	c learnt clauses	: 0
91.35/91.09	c ignored clauses	: 0
91.35/91.09	c root simplifications	: 0
91.35/91.09	c removed literals (reason simplification)	: 0
91.35/91.09	c reason swapping (by a shorter reason)	: 0
91.35/91.09	c Calls to reduceDB	: 0
91.35/91.09	c speed (assignments/second)	: 0.0
91.35/91.09	c non guided choices	0
91.35/91.09	s UNKNOWN
91.35/91.09	c Total wall clock time (in seconds) : 85.269

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.22 2.11 2.04 4/73 24589
/proc/meminfo: memFree=1758088/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=1804 CPUtime=0
/proc/24589/stat : 24589 (java) D 24587 24589 21536 0 -1 0 361 0 0 0 0 0 0 0 18 0 1 0 1544837554 1847296 163 996147200 134512640 134550740 4294956032 18446744073709551615 9274148 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/24589/statm: 451 163 118 9 0 93 0
[pid=24589/tid=24590] ppid=24587 vsize=13288 CPUtime=0
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1544837555 13606912 538 996147200 134512640 134550740 4294956032 18446744073709551615 10121176 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0256719 s]
/proc/loadavg: 2.22 2.11 2.04 4/73 24589
/proc/meminfo: memFree=1758088/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=798812 CPUtime=0.01
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 1818 0 1 0 0 1 0 0 18 0 4 0 1544837554 817983488 1556 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 199703 1556 491 9 0 197481 0
[pid=24589/tid=24590] ppid=24587 vsize=800744 CPUtime=0
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 1572 0 1 0 0 0 0 0 19 0 4 0 1544837555 819961856 2058 996147200 134512640 134550740 4294956032 18446744073709551615 105959493 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.107349 s]
/proc/loadavg: 2.22 2.11 2.04 4/73 24589
/proc/meminfo: memFree=1758088/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=804756 CPUtime=0.09
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 3157 0 1 0 7 2 0 0 18 0 12 0 1544837554 824070144 2888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 201189 2888 1164 9 0 198558 0
[pid=24589/tid=24590] ppid=24587 vsize=804756 CPUtime=0.08
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 2235 0 1 0 7 1 0 0 21 0 12 0 1544837555 824070144 2888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301372 s]
/proc/loadavg: 2.22 2.11 2.04 4/73 24589
/proc/meminfo: memFree=1758088/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=808244 CPUtime=0.28
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 4955 0 1 0 25 3 0 0 18 0 12 0 1544837554 827641856 4282 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 202061 4282 1298 9 0 199430 0
[pid=24589/tid=24590] ppid=24587 vsize=808244 CPUtime=0.18
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 2695 0 1 0 16 2 0 0 18 0 12 0 1544837555 827641856 4282 996147200 134512640 134550740 4294956032 18446744073709551615 104123936 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701415 s]
/proc/loadavg: 2.22 2.11 2.04 4/73 24589
/proc/meminfo: memFree=1758088/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=808272 CPUtime=0.68
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 6352 0 1 0 63 5 0 0 18 0 12 0 1544837554 827670528 5480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 202068 5480 1335 9 0 199430 0
[pid=24589/tid=24590] ppid=24587 vsize=808272 CPUtime=0.39
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 3788 0 1 0 35 4 0 0 18 0 12 0 1544837555 827670528 5480 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50251 s]
/proc/loadavg: 2.22 2.11 2.04 4/85 24601
/proc/meminfo: memFree=1739112/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=811568 CPUtime=1.48
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 9884 0 1 0 141 7 0 0 18 0 12 0 1544837554 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 202892 7846 1356 9 0 200254 0
[pid=24589/tid=24590] ppid=24587 vsize=811568 CPUtime=0.68
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 5346 0 1 0 63 5 0 0 21 0 12 0 1544837555 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 104064361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24592] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1544837556 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24593] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1544837556 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24594] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1544837558 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24595] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1544837559 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24596] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1544837559 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24597] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544837563 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=811568 CPUtime=0.52
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2585 0 0 0 52 0 0 0 16 0 12 0 1544837563 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=811568 CPUtime=0.24
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 1188 0 0 0 24 0 0 0 16 0 12 0 1544837563 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544837563 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=811568 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544837563 831045632 7846 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811568

[startup+3.10268 s]
/proc/loadavg: 2.22 2.11 2.04 3/85 24601
/proc/meminfo: memFree=1721512/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=816036 CPUtime=3.06
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 20293 0 1 0 295 11 0 0 18 0 12 0 1544837554 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 204009 16250 1378 9 0 201371 0
[pid=24589/tid=24590] ppid=24587 vsize=816036 CPUtime=1.43
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 12502 0 1 0 136 7 0 0 24 0 12 0 1544837555 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4109798292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24592] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1544837556 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24593] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1544837556 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24594] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1544837558 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24595] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1544837559 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24596] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1544837559 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24597] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544837563 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=816036 CPUtime=0.68
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 68 0 0 0 16 0 12 0 1544837563 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=816036 CPUtime=0.91
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 90 1 0 0 17 0 12 0 1544837563 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544837563 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=816036 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544837563 835620864 16250 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 816036

[startup+6.30204 s]
/proc/loadavg: 2.20 2.11 2.04 3/85 24601
/proc/meminfo: memFree=1660144/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=815456 CPUtime=6.27
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 29875 0 1 0 612 15 0 0 18 0 12 0 1544837554 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 203864 25679 1383 9 0 201226 0
[pid=24589/tid=24590] ppid=24587 vsize=815456 CPUtime=4.41
/proc/24589/task/24590/stat : 24590 (java) R 24587 24589 21536 0 -1 64 17234 0 1 0 432 9 0 0 25 0 12 0 1544837555 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4109742946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24592] ppid=24587 vsize=815456 CPUtime=0.11
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 2357 0 0 0 10 1 0 0 17 0 12 0 1544837556 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24593] ppid=24587 vsize=815456 CPUtime=0.1
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 2466 0 0 0 9 1 0 0 17 0 12 0 1544837556 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24594] ppid=24587 vsize=815456 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24587 24589 21536 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544837558 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24595] ppid=24587 vsize=815456 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544837559 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24596] ppid=24587 vsize=815456 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544837559 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24597] ppid=24587 vsize=815456 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544837563 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=815456 CPUtime=0.68
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 68 0 0 0 16 0 12 0 1544837563 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=815456 CPUtime=0.91
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 90 1 0 0 17 0 12 0 1544837563 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=815456 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544837563 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=815456 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544837563 835026944 25679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 815456

[startup+12.7026 s]
/proc/loadavg: 2.34 2.14 2.05 4/85 24601
/proc/meminfo: memFree=1500424/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=824224 CPUtime=13.36
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 80428 0 1 0 1300 36 0 0 18 0 12 0 1544837554 844005376 73399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 206056 73401 1383 9 0 203418 0
[pid=24589/tid=24590] ppid=24587 vsize=824224 CPUtime=8.11
/proc/24589/task/24590/stat : 24590 (java) S 24587 24589 21536 0 -1 64 17246 0 1 0 802 9 0 0 17 0 12 0 1544837555 844005376 73402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24592] ppid=24587 vsize=824224 CPUtime=1.99
/proc/24589/task/24592/stat : 24592 (java) R 24587 24589 21536 0 -1 64 31207 0 0 0 187 12 0 0 16 0 12 0 1544837556 844005376 73404 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24593] ppid=24587 vsize=824224 CPUtime=1.59
/proc/24589/task/24593/stat : 24593 (java) R 24587 24589 21536 0 -1 64 24162 0 0 0 149 10 0 0 18 0 12 0 1544837556 844005376 73405 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24594] ppid=24587 vsize=824224 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24587 24589 21536 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1544837558 844005376 73407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24595] ppid=24587 vsize=824224 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544837559 844005376 73409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24596] ppid=24587 vsize=824224 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544837559 844005376 73411 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24597] ppid=24587 vsize=824224 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544837563 844005376 73412 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=824224 CPUtime=0.69
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 69 0 0 0 16 0 12 0 1544837563 844005376 73414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=824224 CPUtime=0.92
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 91 1 0 0 16 0 12 0 1544837563 844005376 73416 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=824224 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544837563 844005376 73418 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=824224 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544837563 844005376 73420 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 824224

[startup+25.501 s]
/proc/loadavg: 2.55 2.19 2.07 4/85 24601
/proc/meminfo: memFree=1084616/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=826228 CPUtime=26.2
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 176835 0 1 0 2544 76 0 0 18 0 12 0 1544837554 846057472 169286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 206557 169286 1387 9 0 203919 0
[pid=24589/tid=24590] ppid=24587 vsize=826228 CPUtime=11.66
/proc/24589/task/24590/stat : 24590 (java) S 24587 24589 21536 0 -1 64 35697 0 1 0 1149 17 0 0 18 0 12 0 1544837555 846057472 169286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24592] ppid=24587 vsize=826228 CPUtime=7.1
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 101816 0 0 0 670 40 0 0 16 0 12 0 1544837556 846057472 169286 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+86.3019 s]
/proc/loadavg: 2.31 2.19 2.08 3/86 24602
/proc/meminfo: memFree=1058624/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=826552 CPUtime=86.67
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 644298 0 1 0 8396 271 0 0 18 0 13 0 1544837554 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 206638 176134 1388 9 0 204000 0
[pid=24589/tid=24590] ppid=24587 vsize=826552 CPUtime=12.35
/proc/24589/task/24590/stat : 24590 (java) S 24587 24589 21536 0 -1 64 35719 0 1 0 1218 17 0 0 18 0 13 0 1544837555 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24587 vsize=826552 CPUtime=7.1
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 101816 0 0 0 670 40 0 0 16 0 13 0 1544837556 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24587 vsize=826552 CPUtime=2.55
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 30486 0 0 0 241 14 0 0 17 0 13 0 1544837556 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24587 vsize=826552 CPUtime=62.99
/proc/24589/task/24594/stat : 24594 (java) R 24587 24589 21536 0 -1 64 468485 0 0 0 6103 196 0 0 25 0 13 0 1544837558 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 103550478 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1544837559 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544837559 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=826552 CPUtime=0.69
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 69 0 0 0 16 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=826552 CPUtime=0.92
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 91 1 0 0 16 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24602] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24602/stat : 24602 (java) S 24587 24589 21536 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1544846122 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.67
Current children cumulated vsize (KiB) 826552

[startup+89.5023 s]
/proc/loadavg: 2.31 2.19 2.08 3/86 24602
/proc/meminfo: memFree=1056768/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=826552 CPUtime=89.86
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 644799 0 1 0 8714 272 0 0 18 0 13 0 1544837554 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 206638 176134 1388 9 0 204000 0
[pid=24589/tid=24590] ppid=24587 vsize=826552 CPUtime=12.35
/proc/24589/task/24590/stat : 24590 (java) S 24587 24589 21536 0 -1 64 35719 0 1 0 1218 17 0 0 18 0 13 0 1544837555 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24587 vsize=826552 CPUtime=7.1
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 101816 0 0 0 670 40 0 0 16 0 13 0 1544837556 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24587 vsize=826552 CPUtime=2.55
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 30486 0 0 0 241 14 0 0 17 0 13 0 1544837556 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24587 vsize=826552 CPUtime=66.17
/proc/24589/task/24594/stat : 24594 (java) R 24587 24589 21536 0 -1 64 468986 0 0 0 6421 196 0 0 25 0 13 0 1544837558 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 106122420 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1544837559 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544837559 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=826552 CPUtime=0.69
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 69 0 0 0 16 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=826552 CPUtime=0.92
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 91 1 0 0 16 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24602] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24602/stat : 24602 (java) S 24587 24589 21536 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1544846122 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.86
Current children cumulated vsize (KiB) 826552

[startup+90.3024 s]
/proc/loadavg: 2.29 2.18 2.07 3/86 24602
/proc/meminfo: memFree=1056576/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=826552 CPUtime=90.65
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 644799 0 1 0 8793 272 0 0 18 0 13 0 1544837554 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 206638 176134 1388 9 0 204000 0
[pid=24589/tid=24590] ppid=24587 vsize=826552 CPUtime=12.35
/proc/24589/task/24590/stat : 24590 (java) S 24587 24589 21536 0 -1 64 35719 0 1 0 1218 17 0 0 18 0 13 0 1544837555 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24587 vsize=826552 CPUtime=7.1
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 101816 0 0 0 670 40 0 0 16 0 13 0 1544837556 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24587 vsize=826552 CPUtime=2.55
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 30486 0 0 0 241 14 0 0 17 0 13 0 1544837556 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24587 vsize=826552 CPUtime=66.97
/proc/24589/task/24594/stat : 24594 (java) R 24587 24589 21536 0 -1 64 468986 0 0 0 6501 196 0 0 25 0 13 0 1544837558 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1544837559 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1544837559 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=826552 CPUtime=0.69
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 69 0 0 0 16 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=826552 CPUtime=0.92
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 91 1 0 0 16 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1544837563 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24602] ppid=24587 vsize=826552 CPUtime=0
/proc/24589/task/24602/stat : 24602 (java) S 24587 24589 21536 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1544846122 846389248 176134 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.65
Current children cumulated vsize (KiB) 826552

[startup+91.1025 s]
/proc/loadavg: 2.29 2.18 2.07 3/86 24602
/proc/meminfo: memFree=1056576/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=824548 CPUtime=91.45
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 644801 0 1 0 8873 272 0 0 18 0 12 0 1544837554 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 206137 175634 1389 9 0 203499 0
[pid=24589/tid=24590] ppid=24587 vsize=824548 CPUtime=12.35
/proc/24589/task/24590/stat : 24590 (java) S 24587 24589 21536 0 -1 64 35719 0 1 0 1218 17 0 0 16 0 12 0 1544837555 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24587 vsize=824548 CPUtime=7.1
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 101816 0 0 0 670 40 0 0 16 0 12 0 1544837556 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24587 vsize=824548 CPUtime=2.55
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 30486 0 0 0 241 14 0 0 17 0 12 0 1544837556 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24587 vsize=824548 CPUtime=67.76
/proc/24589/task/24594/stat : 24594 (java) R 24587 24589 21536 0 -1 64 468986 0 0 0 6580 196 0 0 25 0 12 0 1544837558 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 105745241 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544837559 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544837559 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=824548 CPUtime=0.69
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 69 0 0 0 16 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=824548 CPUtime=0.92
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 91 1 0 0 16 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.45
Current children cumulated vsize (KiB) 824548

[startup+91.3065 s]
/proc/loadavg: 2.29 2.18 2.07 3/85 24602
/proc/meminfo: memFree=1058496/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=824548 CPUtime=91.65
/proc/24589/stat : 24589 (java) S 24587 24589 21536 0 -1 0 644801 0 1 0 8893 272 0 0 18 0 12 0 1544837554 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24589/statm: 206137 175634 1389 9 0 203499 0
[pid=24589/tid=24590] ppid=24587 vsize=824548 CPUtime=12.35
/proc/24589/task/24590/stat : 24590 (java) S 24587 24589 21536 0 -1 64 35719 0 1 0 1218 17 0 0 16 0 12 0 1544837555 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24587 vsize=824548 CPUtime=7.1
/proc/24589/task/24592/stat : 24592 (java) S 24587 24589 21536 0 -1 64 101816 0 0 0 670 40 0 0 16 0 12 0 1544837556 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24587 vsize=824548 CPUtime=2.55
/proc/24589/task/24593/stat : 24593 (java) S 24587 24589 21536 0 -1 64 30486 0 0 0 241 14 0 0 17 0 12 0 1544837556 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24587 vsize=824548 CPUtime=67.96
/proc/24589/task/24594/stat : 24594 (java) R 24587 24589 21536 0 -1 64 468986 0 0 0 6600 196 0 0 25 0 12 0 1544837558 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 106122601 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24595/stat : 24595 (java) S 24587 24589 21536 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1544837559 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24587 24589 21536 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1544837559 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24598] ppid=24587 vsize=824548 CPUtime=0.69
/proc/24589/task/24598/stat : 24598 (java) S 24587 24589 21536 0 -1 64 2603 0 0 0 69 0 0 0 16 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24599] ppid=24587 vsize=824548 CPUtime=0.92
/proc/24589/task/24599/stat : 24599 (java) S 24587 24589 21536 0 -1 64 4423 0 0 0 91 1 0 0 16 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24600] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24600/stat : 24600 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24589/tid=24601] ppid=24587 vsize=824548 CPUtime=0
/proc/24589/task/24601/stat : 24601 (java) S 24587 24589 21536 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1544837563 844337152 175634 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.65
Current children cumulated vsize (KiB) 824548

[startup+91.4029 s]
/proc/loadavg: 2.29 2.18 2.07 3/85 24602
/proc/meminfo: memFree=1058496/2055920 swapFree=4097880/4192956
[pid=24589] ppid=24587 vsize=0 CPUtime=91.73
/proc/24589/stat : 24589 (java) Z 24587 24589 21536 0 -1 12 644805 0 1 0 8897 276 0 0 16 0 2 0 1544837554 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.73
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 91.4702
CPU time (s): 91.799
CPU user time (s): 88.9705
CPU system time (s): 2.82857
CPU usage (%): 100.36
Max. virtual memory (cumulated for all children) (KiB): 920232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.9705
system time used= 2.82857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644805
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2778
involuntary context switches= 3874

runsolver used 0.12598 second user time and 0.307953 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 08:07:34
IDJOB=1067861
IDBENCH=55450
IDSOLVER=344
FILE ID=node32/1067861-1215151654
PBS_JOBID= 7877317
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-05-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067861-1215151654/watcher-1067861-1215151654 -o /tmp/evaluation-result-1067861-1215151654/solver-1067861-1215151654 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067861-1215151654.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22a03e9c27ff3c0fe19d39c3527e0c50
RANDOM SEED=99482789

node32.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.218
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.218
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:       1758568 kB
Buffers:         16808 kB
Cached:         102752 kB
SwapCached:      88316 kB
Active:         208896 kB
Inactive:        36560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758568 kB
SwapTotal:     4192956 kB
SwapFree:      4097880 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:         133068 kB
Slab:            36740 kB
Committed_AS:  3231340 kB
PageTables:       2068 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= 66548 MiB
End job on node32 at 2008-07-04 08:09:05