Trace number 2076795

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? 94.9606 94.3632

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-02.xml
MD5SUM6e837bcff90ceecc34ace19452d7a79e
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 benchmark2.23466
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data

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

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-2076795-1247363074/watcher-2076795-1247363074 -o /tmp/evaluation-result-2076795-1247363074/solver-2076795-1247363074 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2076795-1247363074.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.05 2.16 2.16 4/83 17331
/proc/meminfo: memFree=1725696/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=272 CPUtime=0
/proc/17331/stat : 17331 (java) D 17329 17331 14866 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 23375194 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 10535716 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17331/statm: 68 37 28 9 0 6 0

[startup+0.0311211 s]
/proc/loadavg: 2.05 2.16 2.16 4/83 17331
/proc/meminfo: memFree=1725696/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=800696 CPUtime=0.01
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 2326 0 1 0 0 1 0 0 18 0 4 0 23375194 819912704 2073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 200174 2073 938 9 0 197525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800696

[startup+0.102134 s]
/proc/loadavg: 2.05 2.16 2.16 4/83 17331
/proc/meminfo: memFree=1725696/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=804560 CPUtime=0.08
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 3013 0 1 0 6 2 0 0 18 0 12 0 23375194 823869440 2756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 201140 2756 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301172 s]
/proc/loadavg: 2.05 2.16 2.16 4/83 17331
/proc/meminfo: memFree=1725696/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=805628 CPUtime=0.28
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 4298 0 1 0 24 4 0 0 18 0 12 0 23375194 824963072 4035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 201407 4035 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701244 s]
/proc/loadavg: 2.05 2.16 2.16 4/83 17331
/proc/meminfo: memFree=1725696/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=807964 CPUtime=0.68
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 5864 0 1 0 62 6 0 0 18 0 12 0 23375194 827355136 5290 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 201991 5290 1386 9 0 199318 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807964

[startup+1.5014 s]
/proc/loadavg: 2.05 2.16 2.16 4/95 17343
/proc/meminfo: memFree=1708512/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=811776 CPUtime=1.47
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 9525 0 1 0 140 7 0 0 18 0 12 0 23375194 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 202944 7350 1407 9 0 200271 0
[pid=17331/tid=17333] ppid=17329 vsize=811776 CPUtime=0.6
/proc/17331/task/17333/stat : 17333 (java) R 17329 17331 14866 0 -1 64 4959 0 1 0 55 5 0 0 21 0 12 0 23375195 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17334] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23375196 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17335] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23375196 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17336/stat : 17336 (java) S 17329 17331 14866 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23375198 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17337] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23375198 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23375198 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17339] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=811776 CPUtime=0.85
/proc/17331/task/17341/stat : 17341 (java) R 17329 17331 14866 0 -1 64 3813 0 0 0 84 1 0 0 17 0 12 0 23375203 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 102192224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17342] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 831258624 7350 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 811776

[startup+3.10268 s]
/proc/loadavg: 2.05 2.16 2.16 3/95 17343
/proc/meminfo: memFree=1668896/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=811776 CPUtime=3.05
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 29510 0 1 0 288 17 0 0 18 0 12 0 23375194 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 202944 27332 1419 9 0 200271 0
[pid=17331/tid=17333] ppid=17329 vsize=811776 CPUtime=1.78
/proc/17331/task/17333/stat : 17333 (java) R 17329 17331 14866 0 -1 64 16908 0 1 0 167 11 0 0 25 0 12 0 23375195 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4109671046 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17334] ppid=17329 vsize=811776 CPUtime=0.05
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 1982 0 0 0 4 1 0 0 16 0 12 0 23375196 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17335] ppid=17329 vsize=811776 CPUtime=0.05
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 5936 0 0 0 3 2 0 0 16 0 12 0 23375196 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17336/stat : 17336 (java) S 17329 17331 14866 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23375198 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17337] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17339] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=811776 CPUtime=1.12
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 3921 0 0 0 111 1 0 0 16 0 12 0 23375203 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17342] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=811776 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 831258624 27332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811776

[startup+6.30207 s]
/proc/loadavg: 2.04 2.15 2.16 5/95 17343
/proc/meminfo: memFree=1580384/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=810652 CPUtime=6.23
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 47002 0 1 0 598 25 0 0 18 0 12 0 23375194 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 202663 44546 1420 9 0 199990 0
[pid=17331/tid=17333] ppid=17329 vsize=810652 CPUtime=4.41
/proc/17331/task/17333/stat : 17333 (java) R 17329 17331 14866 0 -1 64 17044 0 1 0 429 12 0 0 25 0 12 0 23375195 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17334] ppid=17329 vsize=810652 CPUtime=0.31
/proc/17331/task/17334/stat : 17334 (java) R 17329 17331 14866 0 -1 64 9128 0 0 0 28 3 0 0 16 0 12 0 23375196 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17335] ppid=17329 vsize=810652 CPUtime=0.31
/proc/17331/task/17335/stat : 17335 (java) R 17329 17331 14866 0 -1 64 16144 0 0 0 25 6 0 0 16 0 12 0 23375196 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17329 vsize=810652 CPUtime=0
/proc/17331/task/17336/stat : 17336 (java) S 17329 17331 14866 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23375198 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17337] ppid=17329 vsize=810652 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17329 vsize=810652 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17339] ppid=17329 vsize=810652 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=810652 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=810652 CPUtime=1.15
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 3923 0 0 0 114 1 0 0 16 0 12 0 23375203 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17342] ppid=17329 vsize=810652 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=810652 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 830107648 44546 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 810652

[startup+12.7012 s]
/proc/loadavg: 2.20 2.18 2.17 3/95 17343
/proc/meminfo: memFree=1287968/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=815780 CPUtime=13.39
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 124373 0 1 0 1279 60 0 0 18 0 12 0 23375194 835358720 118549 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 203945 118552 1422 9 0 201272 0
[pid=17331/tid=17333] ppid=17329 vsize=815780 CPUtime=6.93
/proc/17331/task/17333/stat : 17333 (java) R 17329 17331 14866 0 -1 64 23387 0 1 0 677 16 0 0 19 0 12 0 23375195 835358720 118553 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17334] ppid=17329 vsize=815780 CPUtime=2.57
/proc/17331/task/17334/stat : 17334 (java) R 17329 17331 14866 0 -1 64 43899 0 0 0 239 18 0 0 17 0 12 0 23375196 835358720 118555 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17335] ppid=17329 vsize=815780 CPUtime=2.42
/proc/17331/task/17335/stat : 17335 (java) R 17329 17331 14866 0 -1 64 51833 0 0 0 220 22 0 0 16 0 12 0 23375196 835358720 118557 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17329 vsize=815780 CPUtime=0.01
/proc/17331/task/17336/stat : 17336 (java) S 17329 17331 14866 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 23375198 835358720 118559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17337] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 118561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 118563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17339] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 835358720 118563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 835358720 118563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=815780 CPUtime=1.42
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 4499 0 0 0 141 1 0 0 16 0 12 0 23375203 835358720 118563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17342] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 835358720 118563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 835358720 118563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.39
Current children cumulated vsize (KiB) 815780

[startup+25.5026 s]
/proc/loadavg: 2.23 2.19 2.17 3/95 17343
/proc/meminfo: memFree=1060192/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=815780 CPUtime=26.48
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 189189 0 1 0 2561 87 0 0 18 0 12 0 23375194 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 203945 167287 1436 9 0 201272 0
[pid=17331/tid=17333] ppid=17329 vsize=815780 CPUtime=10.2
/proc/17331/task/17333/stat : 17333 (java) S 17329 17331 14866 0 -1 64 35697 0 1 0 999 21 0 0 19 0 12 0 23375195 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17334] ppid=17329 vsize=815780 CPUtime=4.35
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 63135 0 0 0 409 26 0 0 16 0 12 0 23375196 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17335] ppid=17329 vsize=815780 CPUtime=4.17
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 69155 0 0 0 388 29 0 0 17 0 12 0 23375196 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17336] ppid=17329 vsize=815780 CPUtime=5.98
/proc/17331/task/17336/stat : 17336 (java) R 17329 17331 14866 0 -1 64 15519 0 0 0 591 7 0 0 20 0 12 0 23375198 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 106157883 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17337] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17338] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17339] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 835358720 167287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=815780 CPUtime=0

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

[pid=17331/tid=17342] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.41
Current children cumulated vsize (KiB) 815780

[startup+83.1021 s]
/proc/loadavg: 2.09 2.16 2.16 3/95 17343
/proc/meminfo: memFree=970848/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=879784 CPUtime=83.77
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 588451 0 1 0 8112 265 0 0 18 0 12 0 23375194 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 219946 189454 1436 9 0 217273 0
[pid=17331/tid=17333] ppid=17329 vsize=879784 CPUtime=11.14
/proc/17331/task/17333/stat : 17333 (java) S 17329 17331 14866 0 -1 64 35712 0 1 0 1093 21 0 0 17 0 12 0 23375195 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17334] ppid=17329 vsize=879784 CPUtime=4.77
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 63135 0 0 0 451 26 0 0 16 0 12 0 23375196 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17335] ppid=17329 vsize=879784 CPUtime=4.56
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 69155 0 0 0 427 29 0 0 15 0 12 0 23375196 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17336] ppid=17329 vsize=879784 CPUtime=61.52
/proc/17331/task/17336/stat : 17336 (java) R 17329 17331 14866 0 -1 64 414766 0 0 0 5967 185 0 0 25 0 12 0 23375198 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17337] ppid=17329 vsize=879784 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17338] ppid=17329 vsize=879784 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17339] ppid=17329 vsize=879784 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=879784 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=879784 CPUtime=1.72
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 4932 0 0 0 171 1 0 0 17 0 12 0 23375203 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17342] ppid=17329 vsize=879784 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=879784 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 900898816 189454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.77
Current children cumulated vsize (KiB) 879784

[startup+89.5013 s]
/proc/loadavg: 2.08 2.15 2.16 3/95 17343
/proc/meminfo: memFree=1035232/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=815780 CPUtime=90.13
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 651467 0 1 0 8722 291 0 0 18 0 12 0 23375194 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 203945 173453 1435 9 0 201272 0
[pid=17331/tid=17333] ppid=17329 vsize=815780 CPUtime=11.15
/proc/17331/task/17333/stat : 17333 (java) S 17329 17331 14866 0 -1 64 35716 0 1 0 1094 21 0 0 16 0 12 0 23375195 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17334] ppid=17329 vsize=815780 CPUtime=4.77
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 63135 0 0 0 451 26 0 0 16 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17335] ppid=17329 vsize=815780 CPUtime=4.56
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 69155 0 0 0 427 29 0 0 15 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17336] ppid=17329 vsize=815780 CPUtime=67.88
/proc/17331/task/17336/stat : 17336 (java) R 17329 17331 14866 0 -1 64 477778 0 0 0 6577 211 0 0 25 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17337] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17338] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17339] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=815780 CPUtime=1.72
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 4932 0 0 0 171 1 0 0 17 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17342] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.13
Current children cumulated vsize (KiB) 815780

[startup+92.7029 s]
/proc/loadavg: 2.08 2.15 2.16 3/95 17343
/proc/meminfo: memFree=1035168/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=815780 CPUtime=93.32
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 651467 0 1 0 9041 291 0 0 18 0 12 0 23375194 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 203945 173453 1435 9 0 201272 0
[pid=17331/tid=17333] ppid=17329 vsize=815780 CPUtime=11.15
/proc/17331/task/17333/stat : 17333 (java) S 17329 17331 14866 0 -1 64 35716 0 1 0 1094 21 0 0 16 0 12 0 23375195 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17334] ppid=17329 vsize=815780 CPUtime=4.77
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 63135 0 0 0 451 26 0 0 16 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17335] ppid=17329 vsize=815780 CPUtime=4.56
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 69155 0 0 0 427 29 0 0 15 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17336] ppid=17329 vsize=815780 CPUtime=71.07
/proc/17331/task/17336/stat : 17336 (java) R 17329 17331 14866 0 -1 64 477778 0 0 0 6896 211 0 0 25 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 106836675 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17337] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17338] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17339] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=815780 CPUtime=1.72
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 4932 0 0 0 171 1 0 0 17 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17342] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.32
Current children cumulated vsize (KiB) 815780

[startup+93.507 s]
/proc/loadavg: 2.08 2.15 2.16 3/95 17343
/proc/meminfo: memFree=1035168/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=815780 CPUtime=94.12
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 651467 0 1 0 9121 291 0 0 18 0 12 0 23375194 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 203945 173453 1435 9 0 201272 0
[pid=17331/tid=17333] ppid=17329 vsize=815780 CPUtime=11.15
/proc/17331/task/17333/stat : 17333 (java) S 17329 17331 14866 0 -1 64 35716 0 1 0 1094 21 0 0 16 0 12 0 23375195 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17334] ppid=17329 vsize=815780 CPUtime=4.77
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 63135 0 0 0 451 26 0 0 16 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17335] ppid=17329 vsize=815780 CPUtime=4.56
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 69155 0 0 0 427 29 0 0 15 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17336] ppid=17329 vsize=815780 CPUtime=71.86
/proc/17331/task/17336/stat : 17336 (java) R 17329 17331 14866 0 -1 64 477778 0 0 0 6975 211 0 0 25 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 106158864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17337] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17338] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17339] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=815780 CPUtime=1.72
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 4932 0 0 0 171 1 0 0 17 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17342] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.12
Current children cumulated vsize (KiB) 815780

[startup+93.9021 s]
/proc/loadavg: 2.08 2.15 2.16 3/95 17343
/proc/meminfo: memFree=1035168/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=815780 CPUtime=94.51
/proc/17331/stat : 17331 (java) S 17329 17331 14866 0 -1 0 651467 0 1 0 9160 291 0 0 18 0 12 0 23375194 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 203945 173453 1435 9 0 201272 0
[pid=17331/tid=17333] ppid=17329 vsize=815780 CPUtime=11.15
/proc/17331/task/17333/stat : 17333 (java) S 17329 17331 14866 0 -1 64 35716 0 1 0 1094 21 0 0 16 0 12 0 23375195 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17334] ppid=17329 vsize=815780 CPUtime=4.77
/proc/17331/task/17334/stat : 17334 (java) S 17329 17331 14866 0 -1 64 63135 0 0 0 451 26 0 0 16 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17335] ppid=17329 vsize=815780 CPUtime=4.56
/proc/17331/task/17335/stat : 17335 (java) S 17329 17331 14866 0 -1 64 69155 0 0 0 427 29 0 0 15 0 12 0 23375196 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17336] ppid=17329 vsize=815780 CPUtime=72.26
/proc/17331/task/17336/stat : 17336 (java) R 17329 17331 14866 0 -1 64 477778 0 0 0 7015 211 0 0 25 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17337] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17329 17331 14866 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17338] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17329 17331 14866 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23375198 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17339] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17339/stat : 17339 (java) S 17329 17331 14866 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17340] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17340/stat : 17340 (java) S 17329 17331 14866 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17341] ppid=17329 vsize=815780 CPUtime=1.72
/proc/17331/task/17341/stat : 17341 (java) S 17329 17331 14866 0 -1 64 4932 0 0 0 171 1 0 0 17 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17331/tid=17342] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17342/stat : 17342 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17331/tid=17343] ppid=17329 vsize=815780 CPUtime=0
/proc/17331/task/17343/stat : 17343 (java) S 17329 17331 14866 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23375203 835358720 173453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.51
Current children cumulated vsize (KiB) 815780

[startup+94.3015 s]
/proc/loadavg: 2.08 2.15 2.16 3/95 17343
/proc/meminfo: memFree=1035168/2055920 swapFree=4192812/4192956
[pid=17331] ppid=17329 vsize=0 CPUtime=94.89
/proc/17331/stat : 17331 (java) Z 17329 17331 14866 0 -1 12 651485 0 1 0 9194 295 0 0 16 0 2 0 23375194 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 94.89
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 94.3632
CPU time (s): 94.9606
CPU user time (s): 91.942
CPU system time (s): 3.01854
CPU usage (%): 100.633
Max. virtual memory (cumulated for all children) (KiB): 911788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.942
system time used= 3.01854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 651485
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= 3359
involuntary context switches= 5086

runsolver used 0.12798 second user time and 0.317951 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 03:44:35
IDJOB=2076795
IDBENCH=56499
IDSOLVER=731
FILE ID=node2/2076795-1247363074
PBS_JOBID= 9506910
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= 6e837bcff90ceecc34ace19452d7a79e
RANDOM SEED=393989672

node2.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.265
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.265
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:       1726176 kB
Buffers:         22296 kB
Cached:         117104 kB
SwapCached:          0 kB
Active:         234436 kB
Inactive:        47348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10400 kB
Writeback:           0 kB
Mapped:         158096 kB
Slab:            32932 kB
Committed_AS:   865524 kB
PageTables:       2140 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= 66296 MiB
End job on node2 at 2009-07-12 03:46:10