Trace number 2071680

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? 76.7813 75.0071

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg13-16_ext.xml
MD5SUM52f75d6b6af5c497352f21dec4138271
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 benchmark24.0903
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2071680-1247354482/watcher-2071680-1247354482 -o /tmp/evaluation-result-2071680-1247354482/solver-2071680-1247354482 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071680-1247354482.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.00 2.00 2.00 4/74 20622
/proc/meminfo: memFree=1628688/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=152 CPUtime=0
/proc/20622/stat : 20622 (java) R 20620 20622 18646 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 22510938 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 6889771 0 0 4096 0 0 0 0 17 0 0 0
/proc/20622/statm: 38 26 19 9 0 4 0

[startup+0.082254 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 20622
/proc/meminfo: memFree=1628688/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=803004 CPUtime=0.07
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 2908 0 1 0 5 2 0 0 18 0 8 0 22510938 822276096 2653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 200751 2655 1045 9 0 198102 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803004

[startup+0.102253 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 20622
/proc/meminfo: memFree=1628688/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=804560 CPUtime=0.09
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 3080 0 1 0 7 2 0 0 18 0 12 0 22510938 823869440 2823 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 201140 2824 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302276 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 20622
/proc/meminfo: memFree=1628688/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=806308 CPUtime=0.29
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 4491 0 1 0 26 3 0 0 18 0 12 0 22510938 825659392 4195 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 201577 4195 1365 9 0 198904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806308

[startup+0.701322 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 20622
/proc/meminfo: memFree=1628688/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=807172 CPUtime=0.69
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 6225 0 1 0 65 4 0 0 18 0 12 0 22510938 826544128 5226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 201793 5226 1385 9 0 199120 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807172

[startup+1.5014 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 20634
/proc/meminfo: memFree=1610928/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=812160 CPUtime=1.49
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 11965 0 1 0 142 7 0 0 18 0 12 0 22510938 831651840 9806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 203040 9807 1408 9 0 200367 0
[pid=20622/tid=20624] ppid=20620 vsize=812160 CPUtime=0.68
/proc/20622/task/20624/stat : 20624 (java) R 20620 20622 18646 0 -1 64 7232 0 1 0 63 5 0 0 25 0 12 0 22510939 831651840 9808 996147200 134512640 134550932 4294956016 18446744073709551615 4109600782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22510940 831651840 9809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 22510940 831651840 9809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20627/stat : 20627 (java) S 20620 20622 18646 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22510942 831651840 9810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 22510942 831651840 9811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22510942 831651840 9812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 831651840 9812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=812160 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 831651840 9813 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=812160 CPUtime=0.75
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3729 0 0 0 74 1 0 0 16 0 12 0 22510946 831651840 9814 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 831651840 9815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 831651840 9816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 812160

[startup+3.10156 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 20634
/proc/meminfo: memFree=1575920/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=812160 CPUtime=3.08
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 27991 0 1 0 295 13 0 0 18 0 12 0 22510938 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 203040 25766 1422 9 0 200367 0
[pid=20622/tid=20624] ppid=20620 vsize=812160 CPUtime=1.82
/proc/20622/task/20624/stat : 20624 (java) R 20620 20622 18646 0 -1 64 16847 0 1 0 173 9 0 0 25 0 12 0 22510939 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4109498756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=812160 CPUtime=0.05
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 2776 0 0 0 5 0 0 0 17 0 12 0 22510940 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=812160 CPUtime=0.07
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 3501 0 0 0 6 1 0 0 17 0 12 0 22510940 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20627/stat : 20627 (java) S 20620 20622 18646 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22510942 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=812160 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=812160 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=812160 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 831651840 25766 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812160

[startup+6.30289 s]
/proc/loadavg: 2.08 2.02 2.01 5/86 20634
/proc/meminfo: memFree=1396784/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=813216 CPUtime=6.71
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 81132 0 1 0 636 35 0 0 18 0 12 0 22510938 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 203304 74560 1422 9 0 200631 0
[pid=20622/tid=20624] ppid=20620 vsize=813216 CPUtime=3.62
/proc/20622/task/20624/stat : 20624 (java) R 20620 20622 18646 0 -1 64 16920 0 1 0 353 9 0 0 17 0 12 0 22510939 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4109741634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20622/tid=20625] ppid=20620 vsize=813216 CPUtime=1.02
/proc/20622/task/20625/stat : 20625 (java) R 20620 20622 18646 0 -1 64 34437 0 0 0 89 13 0 0 18 0 12 0 22510940 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20622/tid=20626] ppid=20620 vsize=813216 CPUtime=0.92
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 24908 0 0 0 82 10 0 0 17 0 12 0 22510940 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20622/tid=20627] ppid=20620 vsize=813216 CPUtime=0
/proc/20622/task/20627/stat : 20627 (java) S 20620 20622 18646 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22510942 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20622/tid=20628] ppid=20620 vsize=813216 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=813216 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=813216 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=813216 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=813216 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=813216 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=813216 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 832733184 74560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 813216

[startup+12.7025 s]
/proc/loadavg: 2.23 2.05 2.02 3/86 20634
/proc/meminfo: memFree=1096624/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=817060 CPUtime=14.02
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 151850 0 1 0 1336 66 0 0 18 0 12 0 22510938 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 204265 139197 1422 9 0 201592 0
[pid=20622/tid=20624] ppid=20620 vsize=817060 CPUtime=6.96
/proc/20622/task/20624/stat : 20624 (java) R 20620 20622 18646 0 -1 64 35360 0 1 0 679 17 0 0 25 0 12 0 22510939 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=817060 CPUtime=2.97
/proc/20622/task/20625/stat : 20625 (java) R 20620 20622 18646 0 -1 64 59531 0 0 0 274 23 0 0 17 0 12 0 22510940 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20622/tid=20626] ppid=20620 vsize=817060 CPUtime=2.95
/proc/20622/task/20626/stat : 20626 (java) R 20620 20622 18646 0 -1 64 52092 0 0 0 272 23 0 0 18 0 12 0 22510940 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 105886477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=817060 CPUtime=0
/proc/20622/task/20627/stat : 20627 (java) S 20620 20622 18646 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22510942 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=817060 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=817060 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=817060 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=817060 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=817060 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=817060 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=817060 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 836669440 139197 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.02
Current children cumulated vsize (KiB) 817060

[startup+25.5029 s]
/proc/loadavg: 2.19 2.05 2.01 3/87 20635
/proc/meminfo: memFree=934760/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=833064 CPUtime=27.33
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 249216 0 1 0 2625 108 0 0 18 0 12 0 22510938 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 208266 177420 1424 9 0 205593 0
[pid=20622/tid=20624] ppid=20620 vsize=833064 CPUtime=9.92
/proc/20622/task/20624/stat : 20624 (java) S 20620 20622 18646 0 -1 64 35368 0 1 0 975 17 0 0 18 0 12 0 22510939 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=833064 CPUtime=4.47
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 79789 0 0 0 414 33 0 0 18 0 12 0 22510940 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=833064 CPUtime=4.21
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 67161 0 0 0 391 30 0 0 16 0 12 0 22510940 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=833064 CPUtime=7.57
/proc/20622/task/20627/stat : 20627 (java) R 20620 20622 18646 0 -1 64 62040 0 0 0 733 24 0 0 25 0 12 0 22510942 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 103585200 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=833064 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=833064 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=833064 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 853057536 177420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=833064 CPUtime=0.04

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

/proc/meminfo: memFree=906088/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=849064 CPUtime=65.72
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 474296 0 1 0 6368 204 0 0 18 0 12 0 22510938 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 212266 181420 1424 9 0 209593 0
[pid=20622/tid=20624] ppid=20620 vsize=849064 CPUtime=10.34
/proc/20622/task/20624/stat : 20624 (java) S 20620 20622 18646 0 -1 64 35377 0 1 0 1017 17 0 0 17 0 12 0 22510939 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=849064 CPUtime=4.47
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 79789 0 0 0 414 33 0 0 18 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=849064 CPUtime=4.21
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 67161 0 0 0 391 30 0 0 16 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=849064 CPUtime=45.54
/proc/20622/task/20627/stat : 20627 (java) R 20620 20622 18646 0 -1 64 287111 0 0 0 4435 119 0 0 25 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=849064 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=849064 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.72
Current children cumulated vsize (KiB) 849064

[startup+70.3015 s]
/proc/loadavg: 2.09 2.04 2.01 3/87 20635
/proc/meminfo: memFree=906088/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=849064 CPUtime=72.12
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 520816 0 1 0 6988 224 0 0 18 0 12 0 22510938 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 212266 181420 1423 9 0 209593 0
[pid=20622/tid=20624] ppid=20620 vsize=849064 CPUtime=10.34
/proc/20622/task/20624/stat : 20624 (java) S 20620 20622 18646 0 -1 64 35382 0 1 0 1017 17 0 0 17 0 12 0 22510939 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=849064 CPUtime=4.47
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 79789 0 0 0 414 33 0 0 18 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=849064 CPUtime=4.21
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 67161 0 0 0 391 30 0 0 16 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=849064 CPUtime=51.95
/proc/20622/task/20627/stat : 20627 (java) R 20620 20622 18646 0 -1 64 333626 0 0 0 5055 140 0 0 25 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 106157998 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=849064 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=849064 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.12
Current children cumulated vsize (KiB) 849064

[startup+73.5028 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 20635
/proc/meminfo: memFree=906088/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=849064 CPUtime=75.31
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 536321 0 1 0 7301 230 0 0 18 0 12 0 22510938 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 212266 181420 1423 9 0 209593 0
[pid=20622/tid=20624] ppid=20620 vsize=849064 CPUtime=10.34
/proc/20622/task/20624/stat : 20624 (java) S 20620 20622 18646 0 -1 64 35382 0 1 0 1017 17 0 0 17 0 12 0 22510939 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=849064 CPUtime=4.47
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 79789 0 0 0 414 33 0 0 18 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=849064 CPUtime=4.21
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 67161 0 0 0 391 30 0 0 16 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=849064 CPUtime=55.13
/proc/20622/task/20627/stat : 20627 (java) R 20620 20622 18646 0 -1 64 349131 0 0 0 5367 146 0 0 25 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=849064 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=849064 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.31
Current children cumulated vsize (KiB) 849064

[startup+74.3029 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 20635
/proc/meminfo: memFree=906088/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=849064 CPUtime=76.11
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 536321 0 1 0 7381 230 0 0 18 0 12 0 22510938 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 212266 181420 1423 9 0 209593 0
[pid=20622/tid=20624] ppid=20620 vsize=849064 CPUtime=10.34
/proc/20622/task/20624/stat : 20624 (java) S 20620 20622 18646 0 -1 64 35382 0 1 0 1017 17 0 0 17 0 12 0 22510939 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=849064 CPUtime=4.47
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 79789 0 0 0 414 33 0 0 18 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=849064 CPUtime=4.21
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 67161 0 0 0 391 30 0 0 16 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=849064 CPUtime=55.93
/proc/20622/task/20627/stat : 20627 (java) R 20620 20622 18646 0 -1 64 349131 0 0 0 5447 146 0 0 25 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=849064 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=849064 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.11
Current children cumulated vsize (KiB) 849064

[startup+74.7029 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 20635
/proc/meminfo: memFree=906088/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=849064 CPUtime=76.51
/proc/20622/stat : 20622 (java) S 20620 20622 18646 0 -1 0 536321 0 1 0 7421 230 0 0 18 0 12 0 22510938 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 212266 181420 1423 9 0 209593 0
[pid=20622/tid=20624] ppid=20620 vsize=849064 CPUtime=10.34
/proc/20622/task/20624/stat : 20624 (java) S 20620 20622 18646 0 -1 64 35382 0 1 0 1017 17 0 0 17 0 12 0 22510939 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20625] ppid=20620 vsize=849064 CPUtime=4.47
/proc/20622/task/20625/stat : 20625 (java) S 20620 20622 18646 0 -1 64 79789 0 0 0 414 33 0 0 18 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20626] ppid=20620 vsize=849064 CPUtime=4.21
/proc/20622/task/20626/stat : 20626 (java) S 20620 20622 18646 0 -1 64 67161 0 0 0 391 30 0 0 16 0 12 0 22510940 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20627] ppid=20620 vsize=849064 CPUtime=56.34
/proc/20622/task/20627/stat : 20627 (java) R 20620 20622 18646 0 -1 64 349131 0 0 0 5488 146 0 0 25 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20628] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20628/stat : 20628 (java) S 20620 20622 18646 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20629] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20629/stat : 20629 (java) S 20620 20622 18646 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22510942 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20630] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20630/stat : 20630 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20631] ppid=20620 vsize=849064 CPUtime=0.04
/proc/20622/task/20631/stat : 20631 (java) S 20620 20622 18646 0 -1 64 262 0 0 0 4 0 0 0 18 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20632] ppid=20620 vsize=849064 CPUtime=1.07
/proc/20622/task/20632/stat : 20632 (java) S 20620 20622 18646 0 -1 64 3854 0 0 0 106 1 0 0 16 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20633] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20633/stat : 20633 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22510946 869441536 181420 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20622/tid=20634] ppid=20620 vsize=849064 CPUtime=0
/proc/20622/task/20634/stat : 20634 (java) S 20620 20622 18646 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22510946 869441536 181420 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) 849064

[startup+74.9029 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 20635
/proc/meminfo: memFree=906088/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=0 CPUtime=76.66
/proc/20622/stat : 20622 (java) Z 20620 20622 18646 0 -1 12 536338 0 1 0 7435 231 0 0 16 0 2 0 22510938 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.66
Current children cumulated vsize (KiB) 0

[startup+75.0029 s]
/proc/loadavg: 2.08 2.04 2.01 3/87 20635
/proc/meminfo: memFree=906088/2055920 swapFree=4192956/4192956
[pid=20622] ppid=20620 vsize=0 CPUtime=76.76
/proc/20622/stat : 20622 (java) Z 20620 20622 18646 0 -1 12 536338 0 1 0 7435 241 0 0 16 0 2 0 22510938 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20622/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.76
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 75.0071
CPU time (s): 76.7813
CPU user time (s): 74.3597
CPU system time (s): 2.42163
CPU usage (%): 102.365
Max. virtual memory (cumulated for all children) (KiB): 865068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.3597
system time used= 2.42163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 536338
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= 2356
involuntary context switches= 2260

runsolver used 0.115982 second user time and 0.25696 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 01:21:22
IDJOB=2071680
IDBENCH=55520
IDSOLVER=731
FILE ID=node67/2071680-1247354482
PBS_JOBID= 9506839
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg13-16_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071680-1247354482/watcher-2071680-1247354482 -o /tmp/evaluation-result-2071680-1247354482/solver-2071680-1247354482 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071680-1247354482.xml

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

MD5SUM BENCH= 52f75d6b6af5c497352f21dec4138271
RANDOM SEED=2022668921

node67.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.239
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.239
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:       1629168 kB
Buffers:         58056 kB
Cached:         264196 kB
SwapCached:          0 kB
Active:         119984 kB
Inactive:       244296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1629168 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          52760 kB
Slab:            47780 kB
Committed_AS:   260404 kB
PageTables:       1844 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node67 at 2009-07-12 01:22:37