Trace number 2076839

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? 80.6037 79.3616

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-09.xml
MD5SUM6d811bc46ca7761b636d375e3bd92f22
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.995848
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints2699
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension2569
Global constraints used (with number of constraints)

Solver Data

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

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-2076839-1247363126/watcher-2076839-1247363126 -o /tmp/evaluation-result-2076839-1247363126/solver-2076839-1247363126 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076839-1247363126.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.16 2.16 2.13 4/73 20878
/proc/meminfo: memFree=1864264/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=800696 CPUtime=0.02
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 2330 0 1 0 1 1 0 0 18 0 4 0 23376702 819912704 2077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 200174 2077 938 9 0 197525 0
[pid=20878/tid=20879] ppid=20876 vsize=800696 CPUtime=0
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 1605 0 1 0 0 0 0 0 19 0 4 0 23376703 819912704 2077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=20878/tid=20880] ppid=20876 vsize=800696 CPUtime=0
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 3 0 0 0 0 0 0 0 18 0 4 0 23376704 819912704 2077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=800696 CPUtime=0
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 4 0 23376704 819912704 2077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.111218 s]
/proc/loadavg: 2.16 2.16 2.13 4/73 20878
/proc/meminfo: memFree=1864264/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=804560 CPUtime=0.1
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 3098 0 1 0 8 2 0 0 18 0 12 0 23376702 823869440 2841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 201140 2841 1083 9 0 198474 0
[pid=20878/tid=20879] ppid=20876 vsize=804560 CPUtime=0.08
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 2341 0 1 0 7 1 0 0 18 0 12 0 23376703 823869440 2841 996147200 134512640 134550932 4294956016 18446744073709551615 105830432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20880] ppid=20876 vsize=804560 CPUtime=0
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23376704 823869440 2841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=804560 CPUtime=0
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23376704 823869440 2841 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.202226 s]
/proc/loadavg: 2.16 2.16 2.13 4/73 20878
/proc/meminfo: memFree=1864264/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=805504 CPUtime=0.2
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 3865 0 1 0 17 3 0 0 18 0 12 0 23376702 824836096 3603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 201376 3603 1335 9 0 198710 0
[pid=20878/tid=20879] ppid=20876 vsize=805504 CPUtime=0.15
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 2676 0 1 0 13 2 0 0 18 0 12 0 23376703 824836096 3603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=805504 CPUtime=0
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23376704 824836096 3603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=805504 CPUtime=0
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23376704 824836096 3603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 805504

[startup+0.301232 s]
/proc/loadavg: 2.16 2.16 2.13 4/73 20878
/proc/meminfo: memFree=1864264/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=805628 CPUtime=0.29
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 4331 0 1 0 26 3 0 0 18 0 12 0 23376702 824963072 4068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 201407 4068 1363 9 0 198734 0
[pid=20878/tid=20879] ppid=20876 vsize=805628 CPUtime=0.22
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 3084 0 1 0 20 2 0 0 18 0 12 0 23376703 824963072 4068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=805628 CPUtime=0
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23376704 824963072 4068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=805628 CPUtime=0
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23376704 824963072 4068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701277 s]
/proc/loadavg: 2.16 2.16 2.13 4/73 20878
/proc/meminfo: memFree=1864264/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=807184 CPUtime=0.7
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 6193 0 1 0 65 5 0 0 18 0 12 0 23376702 826556416 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 201796 5191 1387 9 0 199123 0
[pid=20878/tid=20879] ppid=20876 vsize=807184 CPUtime=0.38
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 3785 0 1 0 35 3 0 0 20 0 12 0 23376703 826556416 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=807184 CPUtime=0
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23376704 826556416 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=807184 CPUtime=0
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23376704 826556416 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 807184

[startup+1.50236 s]
/proc/loadavg: 2.16 2.16 2.13 4/85 20890
/proc/meminfo: memFree=1845672/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=810912 CPUtime=1.52
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 11420 0 1 0 145 7 0 0 18 0 12 0 23376702 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 202728 9587 1408 9 0 200055 0
[pid=20878/tid=20879] ppid=20876 vsize=810912 CPUtime=0.72
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 7279 0 1 0 67 5 0 0 18 0 12 0 23376703 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23376704 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23376704 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20883/stat : 20883 (java) S 20876 20878 17458 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23376706 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20884] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23376707 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20885] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23376707 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20886] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=810912 CPUtime=0.59
/proc/20878/task/20887/stat : 20887 (java) R 20876 20878 17458 0 -1 64 1753 0 0 0 59 0 0 0 16 0 12 0 23376711 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 105508295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=810912 CPUtime=0.18
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 1644 0 0 0 18 0 0 0 17 0 12 0 23376711 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20889] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23376711 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 830373888 9587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 810912

[startup+3.1034 s]
/proc/loadavg: 2.30 2.19 2.14 3/85 20890
/proc/meminfo: memFree=1810088/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=810912 CPUtime=3.12
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 29039 0 1 0 298 14 0 0 18 0 12 0 23376702 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 202728 27202 1420 9 0 200055 0
[pid=20878/tid=20879] ppid=20876 vsize=810912 CPUtime=1.79
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 16908 0 1 0 170 9 0 0 25 0 12 0 23376703 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4109603164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=810912 CPUtime=0.06
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 2116 0 0 0 6 0 0 0 16 0 12 0 23376704 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20881] ppid=20876 vsize=810912 CPUtime=0.06
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 5828 0 0 0 4 2 0 0 16 0 12 0 23376704 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20883] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20883/stat : 20883 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376706 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20884] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376707 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376707 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20886] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=810912 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 12 0 23376711 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=810912 CPUtime=0.33
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 1654 0 0 0 33 0 0 0 16 0 12 0 23376711 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20889] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23376711 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=810912 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 830373888 27202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 810912

[startup+6.30191 s]
/proc/loadavg: 2.30 2.19 2.14 5/85 20890
/proc/meminfo: memFree=1672488/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=811524 CPUtime=6.78
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 64199 0 1 0 651 27 0 0 18 0 12 0 23376702 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 202881 59577 1423 9 0 200208 0
[pid=20878/tid=20879] ppid=20876 vsize=811524 CPUtime=3.33
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 17212 0 1 0 323 10 0 0 18 0 12 0 23376703 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20880] ppid=20876 vsize=811524 CPUtime=0.99
/proc/20878/task/20880/stat : 20880 (java) R 20876 20878 17458 0 -1 64 18591 0 0 0 93 6 0 0 17 0 12 0 23376704 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20881] ppid=20876 vsize=811524 CPUtime=0.98
/proc/20878/task/20881/stat : 20881 (java) R 20876 20878 17458 0 -1 64 23716 0 0 0 91 7 0 0 17 0 12 0 23376704 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=811524 CPUtime=0
/proc/20878/task/20883/stat : 20883 (java) S 20876 20878 17458 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23376706 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20884] ppid=20876 vsize=811524 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376707 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=811524 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376707 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20886] ppid=20876 vsize=811524 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=811524 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 12 0 23376711 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=811524 CPUtime=0.6
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 2144 0 0 0 59 1 0 0 16 0 12 0 23376711 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20889] ppid=20876 vsize=811524 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23376711 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=811524 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 831000576 59577 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 811524

[startup+12.7026 s]
/proc/loadavg: 2.56 2.25 2.16 4/85 20890
/proc/meminfo: memFree=1346536/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=816008 CPUtime=13.81
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 142692 0 1 0 1323 58 0 0 18 0 12 0 23376702 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 204002 136340 1423 9 0 201329 0
[pid=20878/tid=20879] ppid=20876 vsize=816008 CPUtime=5.58
/proc/20878/task/20879/stat : 20879 (java) S 20876 20878 17458 0 -1 64 23372 0 1 0 546 12 0 0 17 0 12 0 23376703 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20880] ppid=20876 vsize=816008 CPUtime=3.27
/proc/20878/task/20880/stat : 20880 (java) R 20876 20878 17458 0 -1 64 47943 0 0 0 309 18 0 0 16 0 12 0 23376704 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=816008 CPUtime=3.48
/proc/20878/task/20881/stat : 20881 (java) R 20876 20878 17458 0 -1 64 66697 0 0 0 324 24 0 0 18 0 12 0 23376704 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20883/stat : 20883 (java) S 20876 20878 17458 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23376706 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20884] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20886] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=816008 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 12 0 23376711 835592192 136340 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20878/tid=20890] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.69
Current children cumulated vsize (KiB) 816008

[startup+73.6014 s]
/proc/loadavg: 2.24 2.22 2.15 3/85 20890
/proc/meminfo: memFree=1109480/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=880012 CPUtime=74.89
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 556915 0 1 0 7259 230 0 0 18 0 12 0 23376702 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 220003 189461 1425 9 0 217330 0
[pid=20878/tid=20879] ppid=20876 vsize=880012 CPUtime=6.98
/proc/20878/task/20879/stat : 20879 (java) S 20876 20878 17458 0 -1 64 35683 0 1 0 681 17 0 0 17 0 12 0 23376703 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=880012 CPUtime=4.49
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 60587 0 0 0 425 24 0 0 16 0 12 0 23376704 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=880012 CPUtime=4.15
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 71193 0 0 0 390 25 0 0 17 0 12 0 23376704 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=880012 CPUtime=57.78
/proc/20878/task/20883/stat : 20883 (java) R 20876 20878 17458 0 -1 64 384786 0 0 0 5619 159 0 0 25 0 12 0 23376706 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20884] ppid=20876 vsize=880012 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376707 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=880012 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376707 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20886] ppid=20876 vsize=880012 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=880012 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 12 0 23376711 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=880012 CPUtime=0.6
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 2144 0 0 0 59 1 0 0 16 0 12 0 23376711 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20889] ppid=20876 vsize=880012 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23376711 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=880012 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 901132288 189461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.89
Current children cumulated vsize (KiB) 880012

[startup+76.8037 s]
/proc/loadavg: 2.24 2.22 2.15 3/85 20890
/proc/meminfo: memFree=1173736/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=816008 CPUtime=78.09
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 556919 0 1 0 7578 231 0 0 18 0 12 0 23376702 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 204002 173460 1424 9 0 201329 0
[pid=20878/tid=20879] ppid=20876 vsize=816008 CPUtime=6.98
/proc/20878/task/20879/stat : 20879 (java) S 20876 20878 17458 0 -1 64 35687 0 1 0 681 17 0 0 17 0 12 0 23376703 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=816008 CPUtime=4.49
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 60587 0 0 0 425 24 0 0 16 0 12 0 23376704 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=816008 CPUtime=4.15
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 71193 0 0 0 390 25 0 0 17 0 12 0 23376704 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=816008 CPUtime=60.98
/proc/20878/task/20883/stat : 20883 (java) R 20876 20878 17458 0 -1 64 384786 0 0 0 5938 160 0 0 25 0 12 0 23376706 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20884] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20886] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=816008 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=816008 CPUtime=0.6
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 2144 0 0 0 59 1 0 0 16 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20889] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.09
Current children cumulated vsize (KiB) 816008

[startup+78.403 s]
/proc/loadavg: 2.22 2.21 2.15 3/85 20890
/proc/meminfo: memFree=1173736/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=816008 CPUtime=79.69
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 556919 0 1 0 7738 231 0 0 18 0 12 0 23376702 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 204002 173460 1424 9 0 201329 0
[pid=20878/tid=20879] ppid=20876 vsize=816008 CPUtime=6.98
/proc/20878/task/20879/stat : 20879 (java) S 20876 20878 17458 0 -1 64 35687 0 1 0 681 17 0 0 17 0 12 0 23376703 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=816008 CPUtime=4.49
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 60587 0 0 0 425 24 0 0 16 0 12 0 23376704 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=816008 CPUtime=4.15
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 71193 0 0 0 390 25 0 0 17 0 12 0 23376704 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=816008 CPUtime=62.58
/proc/20878/task/20883/stat : 20883 (java) R 20876 20878 17458 0 -1 64 384786 0 0 0 6098 160 0 0 25 0 12 0 23376706 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 104187729 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20884] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20886] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=816008 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=816008 CPUtime=0.6
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 2144 0 0 0 59 1 0 0 16 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20889] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.69
Current children cumulated vsize (KiB) 816008

[startup+78.802 s]
/proc/loadavg: 2.22 2.21 2.15 3/85 20890
/proc/meminfo: memFree=1173736/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=816008 CPUtime=80.09
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 556919 0 1 0 7778 231 0 0 18 0 12 0 23376702 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 204002 173460 1424 9 0 201329 0
[pid=20878/tid=20879] ppid=20876 vsize=816008 CPUtime=6.98
/proc/20878/task/20879/stat : 20879 (java) S 20876 20878 17458 0 -1 64 35687 0 1 0 681 17 0 0 17 0 12 0 23376703 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=816008 CPUtime=4.49
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 60587 0 0 0 425 24 0 0 16 0 12 0 23376704 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=816008 CPUtime=4.15
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 71193 0 0 0 390 25 0 0 17 0 12 0 23376704 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=816008 CPUtime=62.97
/proc/20878/task/20883/stat : 20883 (java) R 20876 20878 17458 0 -1 64 384786 0 0 0 6137 160 0 0 25 0 12 0 23376706 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20884] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23376707 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20886] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=816008 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=816008 CPUtime=0.6
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 2144 0 0 0 59 1 0 0 16 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20889] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=816008 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23376711 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.09
Current children cumulated vsize (KiB) 816008

[startup+79.2021 s]
/proc/loadavg: 2.22 2.21 2.15 5/85 20890
/proc/meminfo: memFree=1173736/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=816008 CPUtime=80.49
/proc/20878/stat : 20878 (java) S 20876 20878 17458 0 -1 0 556920 0 1 0 7818 231 0 0 18 0 12 0 23376702 835592192 173460 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20878/statm: 204002 173461 1424 9 0 201329 0
[pid=20878/tid=20879] ppid=20876 vsize=816008 CPUtime=6.98
/proc/20878/task/20879/stat : 20879 (java) R 20876 20878 17458 0 -1 64 35689 0 1 0 681 17 0 0 17 0 12 0 23376703 835592192 173461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20880] ppid=20876 vsize=816008 CPUtime=4.49
/proc/20878/task/20880/stat : 20880 (java) S 20876 20878 17458 0 -1 64 60587 0 0 0 425 24 0 0 16 0 12 0 23376704 835592192 173461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20881] ppid=20876 vsize=816008 CPUtime=4.15
/proc/20878/task/20881/stat : 20881 (java) S 20876 20878 17458 0 -1 64 71193 0 0 0 390 25 0 0 17 0 12 0 23376704 835592192 173461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20883] ppid=20876 vsize=816332 CPUtime=63.37
/proc/20878/task/20883/stat : 20883 (java) R 20876 20878 17458 0 -1 64 384786 0 0 0 6177 160 0 0 25 0 13 0 23376706 835923968 173462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20884] ppid=20876 vsize=816332 CPUtime=0
/proc/20878/task/20884/stat : 20884 (java) S 20876 20878 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23376707 835923968 173462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20885] ppid=20876 vsize=816332 CPUtime=0
/proc/20878/task/20885/stat : 20885 (java) S 20876 20878 17458 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23376707 835923968 173463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20886] ppid=20876 vsize=816332 CPUtime=0
/proc/20878/task/20886/stat : 20886 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23376711 835923968 173463 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20887] ppid=20876 vsize=816332 CPUtime=0.83
/proc/20878/task/20887/stat : 20887 (java) S 20876 20878 17458 0 -1 64 1780 0 0 0 83 0 0 0 17 0 13 0 23376711 835923968 173466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20888] ppid=20876 vsize=816332 CPUtime=0.6
/proc/20878/task/20888/stat : 20888 (java) S 20876 20878 17458 0 -1 64 2144 0 0 0 59 1 0 0 16 0 13 0 23376711 835923968 173466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20889] ppid=20876 vsize=816332 CPUtime=0
/proc/20878/task/20889/stat : 20889 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23376711 835923968 173466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20878/tid=20890] ppid=20876 vsize=816332 CPUtime=0
/proc/20878/task/20890/stat : 20890 (java) S 20876 20878 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23376711 835923968 173466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20878/tid=20891] ppid=20876 vsize=816332 CPUtime=0
/proc/20878/task/20891/stat : 20891 (java) R 20876 20878 17458 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23384623 835923968 173466 996147200 134512640 134550932 4294956016 18446744073709551615 4109160456 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.49
Current children cumulated vsize (KiB) 816008

[startup+79.3071 s]
/proc/loadavg: 2.22 2.21 2.15 5/85 20890
/proc/meminfo: memFree=1173736/2055920 swapFree=4192812/4192956
[pid=20878] ppid=20876 vsize=0 CPUtime=80.54
/proc/20878/stat : 20878 (java) Z 20876 20878 17458 0 -1 12 556935 0 1 0 7818 236 0 0 16 0 2 0 23376702 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20878/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.54
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 79.3616
CPU time (s): 80.6037
CPU user time (s): 78.1891
CPU system time (s): 2.41463
CPU usage (%): 101.565
Max. virtual memory (cumulated for all children) (KiB): 912016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.1891
system time used= 2.41463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556935
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= 2642
involuntary context switches= 2091

runsolver used 0.119981 second user time and 0.299954 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 03:45:26
IDJOB=2076839
IDBENCH=56509
IDSOLVER=731
FILE ID=node38/2076839-1247363126
PBS_JOBID= 9506956
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-19-09.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076839-1247363126/watcher-2076839-1247363126 -o /tmp/evaluation-result-2076839-1247363126/solver-2076839-1247363126 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076839-1247363126.xml

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

MD5SUM BENCH= 6d811bc46ca7761b636d375e3bd92f22
RANDOM SEED=2057508105

node38.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.229
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.229
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:       1864744 kB
Buffers:         21792 kB
Cached:          95508 kB
SwapCached:          0 kB
Active:          85716 kB
Inactive:        56948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5172 kB
Writeback:           0 kB
Mapped:          36100 kB
Slab:            33704 kB
Committed_AS:   249508 kB
PageTables:       1856 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= 66392 MiB
End job on node38 at 2009-07-12 03:46:46