Trace number 2079391

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? 70.4733 67.9147

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-15_ext.xml
MD5SUMd7d23ad83070cdede44b30e7488c8e33
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints27
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension27
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2079391-1247368091/watcher-2079391-1247368091 -o /tmp/evaluation-result-2079391-1247368091/solver-2079391-1247368091 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079391-1247368091.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.10 2.13 2.10 4/83 24804
/proc/meminfo: memFree=962680/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=272 CPUtime=0
/proc/24804/stat : 24804 (java) D 24802 24804 18836 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 23875241 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 7017252 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/24804/statm: 68 37 28 9 0 6 0

[startup+0.0944849 s]
/proc/loadavg: 2.10 2.13 2.10 4/83 24804
/proc/meminfo: memFree=962680/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=802164 CPUtime=0.08
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 2883 0 1 0 6 2 0 0 18 0 7 0 23875241 821415936 2628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 200541 2628 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.102479 s]
/proc/loadavg: 2.10 2.13 2.10 4/83 24804
/proc/meminfo: memFree=962680/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=804428 CPUtime=0.09
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 2957 0 1 0 7 2 0 0 18 0 12 0 23875241 823734272 2700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 201107 2700 1067 9 0 198441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804428

[startup+0.302514 s]
/proc/loadavg: 2.10 2.13 2.10 4/83 24804
/proc/meminfo: memFree=962680/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=805628 CPUtime=0.29
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 4215 0 1 0 25 4 0 0 18 0 12 0 23875241 824963072 3952 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 201407 3952 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701568 s]
/proc/loadavg: 2.10 2.13 2.10 4/83 24804
/proc/meminfo: memFree=962680/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=808076 CPUtime=0.68
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 6027 0 1 0 63 5 0 0 18 0 12 0 23875241 827469824 5288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 202019 5288 1384 9 0 199346 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808076

[startup+1.50169 s]
/proc/loadavg: 2.10 2.12 2.10 4/95 24816
/proc/meminfo: memFree=946008/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=809024 CPUtime=1.47
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 8210 0 1 0 140 7 0 0 18 0 12 0 23875241 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 202256 6274 1398 9 0 199583 0
[pid=24804/tid=24806] ppid=24802 vsize=809024 CPUtime=0.62
/proc/24804/task/24806/stat : 24806 (java) R 24802 24804 18836 0 -1 64 4402 0 1 0 58 4 0 0 22 0 12 0 23875242 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24807] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23875243 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24808] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23875243 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24809] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24809/stat : 24809 (java) S 24802 24804 18836 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23875245 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24810] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23875246 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24811] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23875246 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23875251 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23875251 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=809024 CPUtime=0.82
/proc/24804/task/24814/stat : 24814 (java) R 24802 24804 18836 0 -1 64 3052 0 0 0 81 1 0 0 17 0 12 0 23875251 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 105708210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23875251 828440576 6274 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23875251 828440576 6274 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) 809024

[startup+3.10291 s]
/proc/loadavg: 2.10 2.12 2.10 4/95 24816
/proc/meminfo: memFree=903064/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=809024 CPUtime=3.05
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 30392 0 1 0 285 20 0 0 18 0 12 0 23875241 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 202256 28454 1408 9 0 199583 0
[pid=24804/tid=24806] ppid=24802 vsize=809024 CPUtime=1.85
/proc/24804/task/24806/stat : 24806 (java) R 24802 24804 18836 0 -1 64 16514 0 1 0 173 12 0 0 20 0 12 0 23875242 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4109583520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24807] ppid=24802 vsize=809024 CPUtime=0.14
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 5099 0 0 0 12 2 0 0 18 0 12 0 23875243 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24808] ppid=24802 vsize=809024 CPUtime=0.15
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 4964 0 0 0 13 2 0 0 16 0 12 0 23875243 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24809] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24809/stat : 24809 (java) S 24802 24804 18836 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23875245 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24810] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23875246 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24811] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23875246 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23875251 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23875251 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=809024 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 12 0 23875251 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23875251 828440576 28454 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=809024 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23875251 828440576 28454 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) 809024

[startup+6.30139 s]
/proc/loadavg: 2.09 2.12 2.10 5/95 24816
/proc/meminfo: memFree=736472/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=810220 CPUtime=6.97
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 78074 0 1 0 652 45 0 0 18 0 12 0 23875241 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 202555 73342 1408 9 0 199882 0
[pid=24804/tid=24806] ppid=24802 vsize=810220 CPUtime=3.62
/proc/24804/task/24806/stat : 24806 (java) R 24802 24804 18836 0 -1 64 16902 0 1 0 349 13 0 0 20 0 12 0 23875242 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4109608505 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24807] ppid=24802 vsize=810220 CPUtime=1.14
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 21406 0 0 0 103 11 0 0 17 0 12 0 23875243 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24808] ppid=24802 vsize=810220 CPUtime=1.31
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 35951 0 0 0 113 18 0 0 19 0 12 0 23875243 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24809] ppid=24802 vsize=810220 CPUtime=0
/proc/24804/task/24809/stat : 24809 (java) S 24802 24804 18836 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23875245 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24810] ppid=24802 vsize=810220 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23875246 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24811] ppid=24802 vsize=810220 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23875246 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=810220 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23875251 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=810220 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23875251 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=810220 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 12 0 23875251 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=810220 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23875251 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=810220 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23875251 829665280 73342 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 810220

[startup+12.7023 s]
/proc/loadavg: 2.08 2.12 2.10 5/95 24816
/proc/meminfo: memFree=456408/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=814064 CPUtime=14.27
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 140258 0 1 0 1348 79 0 0 18 0 12 0 23875241 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 203516 132751 1408 9 0 200843 0
[pid=24804/tid=24806] ppid=24802 vsize=814064 CPUtime=7.06
/proc/24804/task/24806/stat : 24806 (java) R 24802 24804 18836 0 -1 64 35341 0 1 0 681 25 0 0 22 0 12 0 23875242 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4109590393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24807] ppid=24802 vsize=814064 CPUtime=2.79
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 36929 0 0 0 259 20 0 0 19 0 12 0 23875243 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24808] ppid=24802 vsize=814064 CPUtime=3.52
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 64173 0 0 0 321 31 0 0 18 0 12 0 23875243 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24809] ppid=24802 vsize=814064 CPUtime=0
/proc/24804/task/24809/stat : 24809 (java) S 24802 24804 18836 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23875245 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24810] ppid=24802 vsize=814064 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23875246 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24811] ppid=24802 vsize=814064 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23875246 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=814064 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23875251 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=814064 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23875251 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=814064 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 12 0 23875251 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=814064 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23875251 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=814064 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23875251 833601536 132751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 814064

[startup+25.5022 s]
/proc/loadavg: 2.13 2.13 2.10 3/95 24816
/proc/meminfo: memFree=277208/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=846068 CPUtime=28.09
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 208671 0 1 0 2692 117 0 0 18 0 12 0 23875241 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 211517 172160 1413 9 0 208844 0
[pid=24804/tid=24806] ppid=24802 vsize=846068 CPUtime=9.69
/proc/24804/task/24806/stat : 24806 (java) S 24802 24804 18836 0 -1 64 35348 0 1 0 944 25 0 0 19 0 12 0 23875242 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24807] ppid=24802 vsize=846068 CPUtime=5.51
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 61789 0 0 0 517 34 0 0 19 0 12 0 23875243 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24808] ppid=24802 vsize=846068 CPUtime=5.04
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 76704 0 0 0 468 36 0 0 16 0 12 0 23875243 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24809] ppid=24802 vsize=846068 CPUtime=6.95
/proc/24804/task/24809/stat : 24809 (java) R 24802 24804 18836 0 -1 64 31024 0 0 0 676 19 0 0 25 0 12 0 23875245 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24810] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23875246 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24811] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23875246 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23875251 866373632 172160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=846068 CPUtime=0

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


[startup+57.5029 s]
/proc/loadavg: 2.13 2.13 2.10 3/95 24816
/proc/meminfo: memFree=243096/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=846068 CPUtime=60.08
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 341193 0 1 0 5814 194 0 0 18 0 12 0 23875241 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 211517 180635 1413 9 0 208844 0
[pid=24804/tid=24806] ppid=24802 vsize=846068 CPUtime=10.65
/proc/24804/task/24806/stat : 24806 (java) S 24802 24804 18836 0 -1 64 35355 0 1 0 1040 25 0 0 17 0 12 0 23875242 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24807] ppid=24802 vsize=846068 CPUtime=5.51
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 61789 0 0 0 517 34 0 0 19 0 12 0 23875243 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24808] ppid=24802 vsize=846068 CPUtime=5.04
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 76704 0 0 0 468 36 0 0 16 0 12 0 23875243 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24809] ppid=24802 vsize=846068 CPUtime=37.98
/proc/24804/task/24809/stat : 24809 (java) R 24802 24804 18836 0 -1 64 163539 0 0 0 3703 95 0 0 25 0 12 0 23875245 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24810] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23875246 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24811] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23875246 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23875251 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23875251 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=846068 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 12 0 23875251 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23875251 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=846068 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23875251 866373632 180635 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60.08
Current children cumulated vsize (KiB) 846068

[startup+63.9028 s]
/proc/loadavg: 2.12 2.13 2.10 3/96 24817
/proc/meminfo: memFree=243152/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=846392 CPUtime=66.48
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 372217 0 1 0 6437 211 0 0 18 0 13 0 23875241 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 211598 180645 1415 9 0 208925 0
[pid=24804/tid=24806] ppid=24802 vsize=846392 CPUtime=10.65
/proc/24804/task/24806/stat : 24806 (java) S 24802 24804 18836 0 -1 64 35363 0 1 0 1040 25 0 0 18 0 13 0 23875242 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24807] ppid=24802 vsize=846392 CPUtime=5.51
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 61789 0 0 0 517 34 0 0 19 0 13 0 23875243 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24808] ppid=24802 vsize=846392 CPUtime=5.04
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 76704 0 0 0 468 36 0 0 16 0 13 0 23875243 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24809] ppid=24802 vsize=846392 CPUtime=44.37
/proc/24804/task/24809/stat : 24809 (java) R 24802 24804 18836 0 -1 64 194550 0 0 0 4324 113 0 0 25 0 13 0 23875245 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24810] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23875246 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24811] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23875246 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=846392 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24817] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24817/stat : 24817 (java) S 24802 24804 18836 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23881150 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.48
Current children cumulated vsize (KiB) 846392

[startup+65.503 s]
/proc/loadavg: 2.12 2.13 2.10 3/96 24817
/proc/meminfo: memFree=243152/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=846392 CPUtime=68.07
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 372217 0 1 0 6596 211 0 0 18 0 13 0 23875241 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 211598 180645 1415 9 0 208925 0
[pid=24804/tid=24806] ppid=24802 vsize=846392 CPUtime=10.65
/proc/24804/task/24806/stat : 24806 (java) S 24802 24804 18836 0 -1 64 35363 0 1 0 1040 25 0 0 18 0 13 0 23875242 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24807] ppid=24802 vsize=846392 CPUtime=5.51
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 61789 0 0 0 517 34 0 0 19 0 13 0 23875243 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24808] ppid=24802 vsize=846392 CPUtime=5.04
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 76704 0 0 0 468 36 0 0 16 0 13 0 23875243 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24809] ppid=24802 vsize=846392 CPUtime=45.97
/proc/24804/task/24809/stat : 24809 (java) R 24802 24804 18836 0 -1 64 194550 0 0 0 4484 113 0 0 25 0 13 0 23875245 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24810] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23875246 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24811] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23875246 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=846392 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24817] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24817/stat : 24817 (java) S 24802 24804 18836 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23881150 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.07
Current children cumulated vsize (KiB) 846392

[startup+67.1072 s]
/proc/loadavg: 2.11 2.13 2.10 3/96 24817
/proc/meminfo: memFree=243152/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=846392 CPUtime=69.68
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 372217 0 1 0 6757 211 0 0 18 0 13 0 23875241 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 211598 180645 1415 9 0 208925 0
[pid=24804/tid=24806] ppid=24802 vsize=846392 CPUtime=10.65
/proc/24804/task/24806/stat : 24806 (java) S 24802 24804 18836 0 -1 64 35363 0 1 0 1040 25 0 0 18 0 13 0 23875242 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24807] ppid=24802 vsize=846392 CPUtime=5.51
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 61789 0 0 0 517 34 0 0 19 0 13 0 23875243 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24808] ppid=24802 vsize=846392 CPUtime=5.04
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 76704 0 0 0 468 36 0 0 16 0 13 0 23875243 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24809] ppid=24802 vsize=846392 CPUtime=47.58
/proc/24804/task/24809/stat : 24809 (java) R 24802 24804 18836 0 -1 64 194550 0 0 0 4645 113 0 0 25 0 13 0 23875245 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24810] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23875246 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24811] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23875246 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24812] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=846392 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23875251 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24817] ppid=24802 vsize=846392 CPUtime=0
/proc/24804/task/24817/stat : 24817 (java) S 24802 24804 18836 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23881150 866705408 180645 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.68
Current children cumulated vsize (KiB) 846392

[startup+67.5023 s]
/proc/loadavg: 2.11 2.13 2.10 3/96 24817
/proc/meminfo: memFree=243152/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=814388 CPUtime=70.08
/proc/24804/stat : 24804 (java) S 24802 24804 18836 0 -1 0 372223 0 1 0 6796 212 0 0 18 0 12 0 23875241 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24804/statm: 203597 172649 1416 9 0 200924 0
[pid=24804/tid=24806] ppid=24802 vsize=814388 CPUtime=10.65
/proc/24804/task/24806/stat : 24806 (java) S 24802 24804 18836 0 -1 64 35364 0 1 0 1040 25 0 0 16 0 12 0 23875242 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24807] ppid=24802 vsize=814388 CPUtime=5.51
/proc/24804/task/24807/stat : 24807 (java) S 24802 24804 18836 0 -1 64 61789 0 0 0 517 34 0 0 19 0 12 0 23875243 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24808] ppid=24802 vsize=814388 CPUtime=5.04
/proc/24804/task/24808/stat : 24808 (java) S 24802 24804 18836 0 -1 64 76704 0 0 0 468 36 0 0 16 0 12 0 23875243 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24809] ppid=24802 vsize=814388 CPUtime=47.96
/proc/24804/task/24809/stat : 24809 (java) R 24802 24804 18836 0 -1 64 194550 0 0 0 4683 113 0 0 25 0 12 0 23875245 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24810] ppid=24802 vsize=814388 CPUtime=0
/proc/24804/task/24810/stat : 24810 (java) S 24802 24804 18836 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23875246 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24811] ppid=24802 vsize=814388 CPUtime=0
/proc/24804/task/24811/stat : 24811 (java) S 24802 24804 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23875246 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24804/tid=24812] ppid=24802 vsize=814388 CPUtime=0
/proc/24804/task/24812/stat : 24812 (java) S 24802 24804 18836 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23875251 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24813] ppid=24802 vsize=814388 CPUtime=0
/proc/24804/task/24813/stat : 24813 (java) S 24802 24804 18836 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23875251 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24814] ppid=24802 vsize=814388 CPUtime=0.85
/proc/24804/task/24814/stat : 24814 (java) S 24802 24804 18836 0 -1 64 3053 0 0 0 84 1 0 0 16 0 12 0 23875251 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24815] ppid=24802 vsize=814388 CPUtime=0
/proc/24804/task/24815/stat : 24815 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23875251 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24804/tid=24816] ppid=24802 vsize=814388 CPUtime=0
/proc/24804/task/24816/stat : 24816 (java) S 24802 24804 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23875251 833933312 172649 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.08
Current children cumulated vsize (KiB) 814388

[startup+67.9014 s]
/proc/loadavg: 2.11 2.13 2.10 3/96 24817
/proc/meminfo: memFree=243152/2055920 swapFree=4192812/4192956
[pid=24804] ppid=24802 vsize=0 CPUtime=70.45
/proc/24804/stat : 24804 (java) Z 24802 24804 18836 0 -1 12 372229 0 1 0 6824 221 0 0 16 0 2 0 23875241 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24804/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 70.45
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 67.9147
CPU time (s): 70.4733
CPU user time (s): 68.2476
CPU system time (s): 2.22566
CPU usage (%): 103.767
Max. virtual memory (cumulated for all children) (KiB): 862396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.2476
system time used= 2.22566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372229
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= 2061
involuntary context switches= 2615

runsolver used 0.124981 second user time and 0.244962 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 05:08:11
IDJOB=2079391
IDBENCH=56893
IDSOLVER=731
FILE ID=node30/2079391-1247368091
PBS_JOBID= 9507002
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= d7d23ad83070cdede44b30e7488c8e33
RANDOM SEED=722767114

node30.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.277
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.277
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:        963160 kB
Buffers:         41764 kB
Cached:         271444 kB
SwapCached:          0 kB
Active:         845508 kB
Inactive:       168908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        963160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1252 kB
Writeback:           0 kB
Mapped:         716872 kB
Slab:            62140 kB
Committed_AS:   891708 kB
PageTables:       3288 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= 66380 MiB
End job on node30 at 2009-07-12 05:09:19