Trace number 2079468

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? 51.1882 50.1461

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg13-14_ext.xml
MD5SUMfaba94740ed75839fa4826f662a58bc9
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.022996
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints27
Maximum constraint arity14
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.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.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2079468-1247368156.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.58/0.68	c reading relations done.
0.87/0.95	c reading constraints
45.46/44.42	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
45.46/44.42		at org.sat4j.core.Vec.ensure(Unknown Source)
45.46/44.42		at org.sat4j.core.Vec.push(Unknown Source)
45.46/44.42		at org.sat4j.minisat.core.Solver.addConstr(Unknown Source)
45.46/44.42		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
45.46/44.42		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
45.46/44.42		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
45.46/44.42		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
45.46/44.42		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
45.46/44.42		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
45.46/44.42		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
45.46/44.42	c starts		: 0
45.46/44.42	c conflicts		: 0
45.46/44.42	c decisions		: 0
45.46/44.42	c propagations		: 0
51.05/50.02	c inspects		: 0
51.05/50.02	c learnt literals	: 0
51.05/50.02	c learnt binary clauses	: 0
51.05/50.02	c learnt ternary clauses	: 0
51.05/50.02	c learnt clauses	: 0
51.05/50.02	c ignored clauses	: 0
51.05/50.02	c root simplifications	: 0
51.05/50.02	c removed literals (reason simplification)	: 0
51.05/50.02	c reason swapping (by a shorter reason)	: 0
51.05/50.02	c Calls to reduceDB	: 0
51.05/50.02	c speed (assignments/second)	: 0.0
51.05/50.02	c non guided choices	0
51.05/50.02	c learnt constraints type 
51.05/50.02	c constraints type 
51.05/50.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6291275
51.05/50.02	c org.sat4j.minisat.constraints.card.AtLeast => 182
51.05/50.02	s UNKNOWN
51.05/50.02	c Total wall clock time (in seconds) : 44.173

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-2079468-1247368156/watcher-2079468-1247368156 -o /tmp/evaluation-result-2079468-1247368156/solver-2079468-1247368156 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079468-1247368156.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.02 2.07 2.10 4/82 22158
/proc/meminfo: memFree=1260688/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=18576 CPUtime=0
/proc/22158/stat : 22158 (runsolver) R 22156 22158 18315 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 23878405 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22158/statm: 4644 284 249 26 0 2626 0

[startup+0.093667 s]
/proc/loadavg: 2.02 2.07 2.10 4/82 22158
/proc/meminfo: memFree=1260688/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=802164 CPUtime=0.08
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 2884 0 1 0 6 2 0 0 18 0 7 0 23878405 821415936 2629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 200541 2629 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.102666 s]
/proc/loadavg: 2.02 2.07 2.10 4/82 22158
/proc/meminfo: memFree=1260688/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=804428 CPUtime=0.08
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 2979 0 1 0 6 2 0 0 18 0 12 0 23878405 823734272 2722 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 201107 2722 1077 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804428

[startup+0.30169 s]
/proc/loadavg: 2.02 2.07 2.10 4/82 22158
/proc/meminfo: memFree=1260688/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=805628 CPUtime=0.27
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 4298 0 1 0 24 3 0 0 18 0 12 0 23878405 824963072 4035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 201407 4035 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701737 s]
/proc/loadavg: 2.02 2.07 2.10 4/82 22158
/proc/meminfo: memFree=1260688/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=807184 CPUtime=0.68
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 6156 0 1 0 63 5 0 0 18 0 12 0 23878405 826556416 5181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 201796 5181 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50283 s]
/proc/loadavg: 2.10 2.09 2.11 4/94 22170
/proc/meminfo: memFree=1244272/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=808960 CPUtime=1.46
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 10519 0 1 0 139 7 0 0 18 0 12 0 23878405 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 202240 8646 1398 9 0 199567 0
[pid=22158/tid=22160] ppid=22156 vsize=808960 CPUtime=0.71
/proc/22158/task/22160/stat : 22160 (java) R 22156 22158 18315 0 -1 64 6779 0 1 0 67 4 0 0 22 0 12 0 23878407 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4109621920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22161] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23878408 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22162] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23878408 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22163] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22163/stat : 22163 (java) S 22156 22158 18315 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23878409 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22164] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23878410 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22165] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23878410 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22166] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23878415 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23878415 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=808960 CPUtime=0.72
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 71 1 0 0 17 0 12 0 23878415 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23878415 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23878415 828375040 8646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808960

[startup+3.10202 s]
/proc/loadavg: 2.10 2.09 2.11 5/94 22170
/proc/meminfo: memFree=1188976/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=808960 CPUtime=3.19
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 37795 0 1 0 301 18 0 0 18 0 12 0 23878405 828375040 35688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 202240 35691 1408 9 0 199567 0
[pid=22158/tid=22160] ppid=22156 vsize=808960 CPUtime=1.86
/proc/22158/task/22160/stat : 22160 (java) R 22156 22158 18315 0 -1 64 16392 0 1 0 178 8 0 0 21 0 12 0 23878407 828375040 35692 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=808960 CPUtime=0.27
/proc/22158/task/22161/stat : 22161 (java) R 22156 22158 18315 0 -1 64 9395 0 0 0 24 3 0 0 16 0 12 0 23878408 828375040 35695 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=808960 CPUtime=0.28
/proc/22158/task/22162/stat : 22162 (java) R 22156 22158 18315 0 -1 64 8272 0 0 0 25 3 0 0 16 0 12 0 23878408 828375040 35697 996147200 134512640 134550932 4294956016 18446744073709551615 106195762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22163] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22163/stat : 22163 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878409 828375040 35699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23878410 828375040 35701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878410 828375040 35704 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23878415 828375040 35706 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23878415 828375040 35708 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=808960 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 12 0 23878415 828375040 35710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23878415 828375040 35712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=808960 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23878415 828375040 35715 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 808960

[startup+6.30239 s]
/proc/loadavg: 2.10 2.09 2.11 3/94 22170
/proc/meminfo: memFree=1018544/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=810180 CPUtime=6.7
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 77784 0 1 0 638 32 0 0 18 0 12 0 23878405 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 202545 73295 1408 9 0 199872 0
[pid=22158/tid=22160] ppid=22156 vsize=810180 CPUtime=3.78
/proc/22158/task/22160/stat : 22160 (java) R 22156 22158 18315 0 -1 64 16905 0 1 0 369 9 0 0 19 0 12 0 23878407 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4109498888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22161] ppid=22156 vsize=810180 CPUtime=1.03
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 31667 0 0 0 94 9 0 0 17 0 12 0 23878408 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22162] ppid=22156 vsize=810180 CPUtime=1.1
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 25469 0 0 0 100 10 0 0 17 0 12 0 23878408 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22163] ppid=22156 vsize=810180 CPUtime=0
/proc/22158/task/22163/stat : 22163 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878409 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22164] ppid=22156 vsize=810180 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23878410 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=810180 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878410 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=810180 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23878415 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=810180 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23878415 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=810180 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 12 0 23878415 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=810180 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23878415 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=810180 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23878415 829624320 73295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 810180

[startup+12.7012 s]
/proc/loadavg: 2.08 2.09 2.11 3/94 22170
/proc/meminfo: memFree=733808/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=814024 CPUtime=13.52
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 148466 0 1 0 1291 61 0 0 18 0 12 0 23878405 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 203506 137902 1408 9 0 200833 0
[pid=22158/tid=22160] ppid=22156 vsize=814024 CPUtime=7.31
/proc/22158/task/22160/stat : 22160 (java) R 22156 22158 18315 0 -1 64 35346 0 1 0 715 16 0 0 25 0 12 0 23878407 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4109498900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=814024 CPUtime=2.76
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 57682 0 0 0 256 20 0 0 18 0 12 0 23878408 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=814024 CPUtime=2.66
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 51695 0 0 0 246 20 0 0 16 0 12 0 23878408 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22163] ppid=22156 vsize=814024 CPUtime=0
/proc/22158/task/22163/stat : 22163 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878409 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=814024 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23878410 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=814024 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878410 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=814024 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23878415 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=814024 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23878415 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=814024 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 12 0 23878415 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=814024 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23878415 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=814024 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23878415 833560576 137902 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 814024

[startup+25.5027 s]
/proc/loadavg: 2.07 2.08 2.10 3/94 22170
/proc/meminfo: memFree=565552/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=846028 CPUtime=26.56
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 245767 0 1 0 2555 101 0 0 18 0 12 0 23878405 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 211507 180629 1413 9 0 208834 0
[pid=22158/tid=22160] ppid=22156 vsize=846028 CPUtime=10.09
/proc/22158/task/22160/stat : 22160 (java) S 22156 22158 18315 0 -1 64 35354 0 1 0 993 16 0 0 19 0 12 0 23878407 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=846028 CPUtime=3.71
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 66984 0 0 0 346 25 0 0 16 0 12 0 23878408 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=846028 CPUtime=4.1
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 69151 0 0 0 383 27 0 0 18 0 12 0 23878408 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22163] ppid=22156 vsize=846028 CPUtime=7.86
/proc/22158/task/22163/stat : 22163 (java) R 22156 22158 18315 0 -1 64 70542 0 0 0 758 28 0 0 25 0 12 0 23878409 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 105696656 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23878410 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878410 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23878415 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=846028 CPUtime=0

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


[startup+38.3012 s]
/proc/loadavg: 2.05 2.08 2.10 3/94 22170
/proc/meminfo: memFree=541360/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=846028 CPUtime=39.36
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 307791 0 1 0 3806 130 0 0 18 0 12 0 23878405 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 211507 180629 1413 9 0 208834 0
[pid=22158/tid=22160] ppid=22156 vsize=846028 CPUtime=10.45
/proc/22158/task/22160/stat : 22160 (java) S 22156 22158 18315 0 -1 64 35358 0 1 0 1029 16 0 0 17 0 12 0 23878407 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=846028 CPUtime=3.71
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 66984 0 0 0 346 25 0 0 16 0 12 0 23878408 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=846028 CPUtime=4.1
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 69151 0 0 0 383 27 0 0 18 0 12 0 23878408 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22163] ppid=22156 vsize=846028 CPUtime=20.31
/proc/22158/task/22163/stat : 22163 (java) R 22156 22158 18315 0 -1 64 132562 0 0 0 1974 57 0 0 25 0 12 0 23878409 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23878410 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23878410 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23878415 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23878415 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=846028 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 12 0 23878415 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23878415 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=846028 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23878415 866332672 180629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.36
Current children cumulated vsize (KiB) 846028

[startup+44.7029 s]
/proc/loadavg: 2.05 2.08 2.10 3/94 22170
/proc/meminfo: memFree=541360/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=830352 CPUtime=45.76
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 346320 0 1 0 4429 147 0 0 18 0 13 0 23878405 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 207588 176640 1415 9 0 204915 0
[pid=22158/tid=22160] ppid=22156 vsize=830352 CPUtime=10.47
/proc/22158/task/22160/stat : 22160 (java) S 22156 22158 18315 0 -1 64 35368 0 1 0 1030 17 0 0 18 0 13 0 23878407 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=830352 CPUtime=3.71
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 66984 0 0 0 346 25 0 0 16 0 13 0 23878408 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=830352 CPUtime=4.1
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 69151 0 0 0 383 27 0 0 18 0 13 0 23878408 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22163] ppid=22156 vsize=830352 CPUtime=26.68
/proc/22158/task/22163/stat : 22163 (java) R 22156 22158 18315 0 -1 64 171077 0 0 0 2595 73 0 0 25 0 13 0 23878409 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 103585136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=830352 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23878410 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=830352 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23878410 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=830352 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23878415 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=830352 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23878415 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=830352 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 13 0 23878415 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=830352 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23878415 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=830352 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23878415 850280448 176640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.76
Current children cumulated vsize (KiB) 830352

[startup+47.9023 s]
/proc/loadavg: 2.04 2.08 2.10 3/95 22171
/proc/meminfo: memFree=557352/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=846352 CPUtime=48.95
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 369826 0 1 0 4739 156 0 0 18 0 13 0 23878405 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 211588 180640 1415 9 0 208915 0
[pid=22158/tid=22160] ppid=22156 vsize=846352 CPUtime=10.47
/proc/22158/task/22160/stat : 22160 (java) S 22156 22158 18315 0 -1 64 35368 0 1 0 1030 17 0 0 18 0 13 0 23878407 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=846352 CPUtime=3.71
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 66984 0 0 0 346 25 0 0 16 0 13 0 23878408 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=846352 CPUtime=4.1
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 69151 0 0 0 383 27 0 0 18 0 13 0 23878408 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22163] ppid=22156 vsize=846352 CPUtime=29.88
/proc/22158/task/22163/stat : 22163 (java) R 22156 22158 18315 0 -1 64 194583 0 0 0 2906 82 0 0 25 0 13 0 23878409 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 105696664 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23878410 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23878410 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=846352 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22171] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22171/stat : 22171 (java) S 22156 22158 18315 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23882848 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.95
Current children cumulated vsize (KiB) 846352

[startup+49.5075 s]
/proc/loadavg: 2.04 2.08 2.10 3/95 22171
/proc/meminfo: memFree=541352/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=846352 CPUtime=50.56
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 369826 0 1 0 4900 156 0 0 18 0 13 0 23878405 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 211588 180640 1415 9 0 208915 0
[pid=22158/tid=22160] ppid=22156 vsize=846352 CPUtime=10.47
/proc/22158/task/22160/stat : 22160 (java) S 22156 22158 18315 0 -1 64 35368 0 1 0 1030 17 0 0 18 0 13 0 23878407 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=846352 CPUtime=3.71
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 66984 0 0 0 346 25 0 0 16 0 13 0 23878408 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=846352 CPUtime=4.1
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 69151 0 0 0 383 27 0 0 18 0 13 0 23878408 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22163] ppid=22156 vsize=846352 CPUtime=31.48
/proc/22158/task/22163/stat : 22163 (java) R 22156 22158 18315 0 -1 64 194583 0 0 0 3066 82 0 0 25 0 13 0 23878409 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23878410 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23878410 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=846352 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22171] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22171/stat : 22171 (java) S 22156 22158 18315 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23882848 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 846352

[startup+49.9025 s]
/proc/loadavg: 2.04 2.08 2.10 3/95 22171
/proc/meminfo: memFree=541352/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=846352 CPUtime=50.95
/proc/22158/stat : 22158 (java) S 22156 22158 18315 0 -1 0 369826 0 1 0 4939 156 0 0 18 0 13 0 23878405 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22158/statm: 211588 180640 1415 9 0 208915 0
[pid=22158/tid=22160] ppid=22156 vsize=846352 CPUtime=10.47
/proc/22158/task/22160/stat : 22160 (java) S 22156 22158 18315 0 -1 64 35368 0 1 0 1030 17 0 0 18 0 13 0 23878407 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22161] ppid=22156 vsize=846352 CPUtime=3.71
/proc/22158/task/22161/stat : 22161 (java) S 22156 22158 18315 0 -1 64 66984 0 0 0 346 25 0 0 16 0 13 0 23878408 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22162] ppid=22156 vsize=846352 CPUtime=4.1
/proc/22158/task/22162/stat : 22162 (java) S 22156 22158 18315 0 -1 64 69151 0 0 0 383 27 0 0 18 0 13 0 23878408 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22163] ppid=22156 vsize=846352 CPUtime=31.88
/proc/22158/task/22163/stat : 22163 (java) R 22156 22158 18315 0 -1 64 194583 0 0 0 3106 82 0 0 25 0 13 0 23878409 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22164] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22164/stat : 22164 (java) S 22156 22158 18315 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23878410 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22165] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22165/stat : 22165 (java) S 22156 22158 18315 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23878410 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22166] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22166/stat : 22166 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22167] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22167/stat : 22167 (java) S 22156 22158 18315 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22168] ppid=22156 vsize=846352 CPUtime=0.74
/proc/22158/task/22168/stat : 22168 (java) S 22156 22158 18315 0 -1 64 2982 0 0 0 73 1 0 0 16 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22169] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22169/stat : 22169 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22158/tid=22170] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22170/stat : 22170 (java) S 22156 22158 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23878415 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22158/tid=22171] ppid=22156 vsize=846352 CPUtime=0
/proc/22158/task/22171/stat : 22171 (java) S 22156 22158 18315 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23882848 866664448 180640 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 846352

[startup+50.1026 s]
/proc/loadavg: 2.04 2.08 2.10 3/95 22171
/proc/meminfo: memFree=541352/2055920 swapFree=4192812/4192956
[pid=22158] ppid=22156 vsize=0 CPUtime=51.14
/proc/22158/stat : 22158 (java) Z 22156 22158 18315 0 -1 12 369835 0 1 0 4952 162 0 0 16 0 2 0 23878405 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22158/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 50.1461
CPU time (s): 51.1882
CPU user time (s): 49.5205
CPU system time (s): 1.66775
CPU usage (%): 102.078
Max. virtual memory (cumulated for all children) (KiB): 862032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.5205
system time used= 1.66775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369835
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= 1701
involuntary context switches= 1838

runsolver used 0.072988 second user time and 0.179972 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 05:09:16
IDJOB=2079468
IDBENCH=56903
IDSOLVER=731
FILE ID=node66/2079468-1247368156
PBS_JOBID= 9507051
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= faba94740ed75839fa4826f662a58bc9
RANDOM SEED=696772258

node66.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.214
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.214
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:       1261168 kB
Buffers:         62888 kB
Cached:         195716 kB
SwapCached:          0 kB
Active:         598996 kB
Inactive:       118828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:         479552 kB
Slab:            61212 kB
Committed_AS:   636628 kB
PageTables:       2648 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= 66248 MiB
End job on node66 at 2009-07-12 05:10:06