Trace number 1069006

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 2008-06-13? 86.2329 94.6426

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg12-14_ext.xml
MD5SUMa9dd0489459f650a2f8de4cac9cfc10f
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 benchmark305.384
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints26
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.85	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.85	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.85	c See www.sat4j.org for details.
0.23/0.85	c That software uses the Rhino library from the Mozilla project.
0.23/0.89	c version 9.9.9.token
0.23/0.89	c sun.arch.data.model	32
0.23/0.89	c java.version	1.6.0_06
0.23/0.89	c os.name	Linux
0.23/0.89	c os.version	2.6.9-22.EL.rootsmp
0.23/0.89	c os.arch	i386
0.23/0.89	c Free memory 669864272
0.23/0.89	c Max memory 672137216
0.23/0.89	c Total memory 672137216
0.23/0.89	c Number of processors 2
0.33/0.94	c c --- Begin Solver configuration ---
0.33/0.94	c Stops conflict analysis at the first Unique Implication Point
0.33/0.94	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.94	c Learn all clauses as in MiniSAT
0.33/0.94	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.94	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.94	c Expensive reason simplification
0.33/0.94	c MiniSAT restarts strategy
0.33/0.94	c timeout=2147483s
0.33/0.94	c DB Simplification allowed=false
0.33/0.94	c --- End Solver configuration ---
0.33/0.94	c solving HOME/instance-1069006-1215158284.xml
0.33/0.94	c reading problem ... 
0.56/1.17	c reading problem named null
0.56/1.17	c reading domains done.
0.56/1.17	c reading variables done.
0.66/1.27	c reading relations done.
2.06/2.91	c reading constraints
86.09/94.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
86.09/94.43		at java.lang.Integer.valueOf(Unknown Source)
86.09/94.43		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1196)
86.09/94.43		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
86.09/94.43		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
86.09/94.43		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
86.09/94.43		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
86.09/94.43		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
86.09/94.43		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
86.09/94.43		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
86.09/94.43		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
86.09/94.43	c starts		: 0
86.09/94.43	c conflicts		: 0
86.09/94.43	c decisions		: 0
86.09/94.43	c propagations		: 0
86.09/94.43	c inspects		: 0
86.09/94.43	c learnt literals	: 0
86.09/94.43	c learnt binary clauses	: 0
86.09/94.43	c learnt ternary clauses	: 0
86.09/94.43	c learnt clauses	: 0
86.09/94.43	c ignored clauses	: 0
86.09/94.43	c root simplifications	: 0
86.09/94.43	c removed literals (reason simplification)	: 0
86.09/94.43	c reason swapping (by a shorter reason)	: 0
86.09/94.43	c Calls to reduceDB	: 0
86.09/94.43	c speed (assignments/second)	: 0.0
86.09/94.43	c non guided choices	0
86.09/94.43	s UNKNOWN
86.09/94.43	c Total wall clock time (in seconds) : 93.496

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069006-1215158284/watcher-1069006-1215158284 -o /tmp/evaluation-result-1069006-1215158284/solver-1069006-1215158284 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1069006-1215158284.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.01 3.00 3.00 5/90 24698
/proc/meminfo: memFree=1526712/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=1836 CPUtime=0
/proc/24698/stat : 24698 (java6) R 24696 24698 22429 0 -1 0 183 0 0 0 0 0 0 0 19 0 1 0 638754231 1880064 156 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24698/statm: 459 156 111 9 0 101 0

[startup+0.0844481 s]
/proc/loadavg: 3.01 3.00 3.00 5/90 24698
/proc/meminfo: memFree=1526712/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=796360 CPUtime=0.01
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 1025 0 1 0 0 1 0 0 19 0 2 0 638754231 815472640 767 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 199090 781 389 9 0 196868 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 796360

[startup+0.101443 s]
/proc/loadavg: 3.01 3.00 3.00 5/90 24698
/proc/meminfo: memFree=1526712/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=800744 CPUtime=0.02
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 2326 0 1 0 1 1 0 0 19 0 4 0 638754231 819961856 2064 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 200186 2064 911 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.301469 s]
/proc/loadavg: 3.01 3.00 3.00 5/90 24698
/proc/meminfo: memFree=1526712/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=802236 CPUtime=0.04
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 2651 0 1 0 2 2 0 0 19 0 7 0 638754231 821489664 2386 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 200559 2386 993 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.701518 s]
/proc/loadavg: 3.01 3.00 3.00 5/90 24698
/proc/meminfo: memFree=1526712/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=806940 CPUtime=0.13
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 3961 0 1 0 11 2 0 0 19 0 12 0 638754231 826306560 3530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 201735 3530 1278 9 0 199104 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 806940

[startup+1.50263 s]
/proc/loadavg: 3.25 3.05 3.02 4/102 24710
/proc/meminfo: memFree=1512024/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=807844 CPUtime=0.96
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 7577 0 1 0 91 5 0 0 19 0 12 0 638754231 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 201961 6907 1339 9 0 199323 0
[pid=24698/tid=24700] ppid=24696 vsize=807844 CPUtime=0.53
/proc/24698/task/24700/stat : 24700 (java) R 24696 24698 22429 0 -1 64 5301 0 1 0 49 4 0 0 17 0 12 0 638754239 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24701] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638754240 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638754240 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24703/stat : 24703 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 638754250 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 638754250 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 638754250 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=807844 CPUtime=0.18
/proc/24698/task/24707/stat : 24707 (java) R 24696 24698 22429 0 -1 64 425 0 0 0 18 0 0 0 16 0 12 0 638754265 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 106964349 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24708] ppid=24696 vsize=807844 CPUtime=0.22
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 1089 0 0 0 22 0 0 0 16 0 12 0 638754274 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24709] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=807844 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 827232256 6907 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 807844

[startup+3.10182 s]
/proc/loadavg: 3.25 3.05 3.02 4/102 24710
/proc/meminfo: memFree=1491096/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=814336 CPUtime=2.17
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 20238 0 1 0 207 10 0 0 19 0 12 0 638754231 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 203584 17956 1354 9 0 200946 0
[pid=24698/tid=24700] ppid=24696 vsize=814336 CPUtime=1.08
/proc/24698/task/24700/stat : 24700 (java) R 24696 24698 22429 0 -1 64 14934 0 1 0 101 7 0 0 21 0 12 0 638754239 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24701] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638754240 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 638754240 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24703/stat : 24703 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 638754250 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 638754250 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 638754250 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=814336 CPUtime=0.54
/proc/24698/task/24707/stat : 24707 (java) R 24696 24698 22429 0 -1 64 1420 0 0 0 54 0 0 0 16 0 12 0 638754265 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 106091896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=814336 CPUtime=0.51
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3121 0 0 0 51 0 0 0 16 0 12 0 638754274 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=814336 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 833880064 17956 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 814336

[startup+6.30223 s]
/proc/loadavg: 3.25 3.05 3.02 4/102 24711
/proc/meminfo: memFree=1381720/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=824392 CPUtime=4.79
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 56461 0 1 0 454 25 0 0 19 0 12 0 638754231 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 206098 50344 1361 9 0 203460 0
[pid=24698/tid=24700] ppid=24696 vsize=824392 CPUtime=2.28
/proc/24698/task/24700/stat : 24700 (java) R 24696 24698 22429 0 -1 64 16998 0 1 0 220 8 0 0 16 0 12 0 638754239 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4109740599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24701] ppid=24696 vsize=824392 CPUtime=0.64
/proc/24698/task/24701/stat : 24701 (java) R 24696 24698 22429 0 -1 64 19917 0 0 0 57 7 0 0 19 0 12 0 638754240 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24702] ppid=24696 vsize=824392 CPUtime=0.53
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 13839 0 0 0 47 6 0 0 16 0 12 0 638754240 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24703] ppid=24696 vsize=824392 CPUtime=0
/proc/24698/task/24703/stat : 24703 (java) S 24696 24698 22429 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 638754250 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24704] ppid=24696 vsize=824392 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=824392 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=824392 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=824392 CPUtime=0.59
/proc/24698/task/24707/stat : 24707 (java) S 24696 24698 22429 0 -1 64 1426 0 0 0 59 0 0 0 16 0 12 0 638754265 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=824392 CPUtime=0.69
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3489 0 0 0 68 1 0 0 16 0 12 0 638754274 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=824392 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=824392 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 844177408 50344 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 824392

[startup+12.702 s]
/proc/loadavg: 3.35 3.08 3.03 6/102 24711
/proc/meminfo: memFree=1184728/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=834632 CPUtime=11.01
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 104890 0 1 0 1055 46 0 0 19 0 12 0 638754231 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 208658 93000 1361 9 0 206020 0
[pid=24698/tid=24700] ppid=24696 vsize=834632 CPUtime=4.7
/proc/24698/task/24700/stat : 24700 (java) R 24696 24698 22429 0 -1 64 17003 0 1 0 462 8 0 0 17 0 12 0 638754239 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4109767617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24701] ppid=24696 vsize=834632 CPUtime=2.49
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 49310 0 0 0 231 18 0 0 17 0 12 0 638754240 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=834632 CPUtime=2.48
/proc/24698/task/24702/stat : 24702 (java) R 24696 24698 22429 0 -1 64 32870 0 0 0 232 16 0 0 18 0 12 0 638754240 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=834632 CPUtime=0
/proc/24698/task/24703/stat : 24703 (java) S 24696 24698 22429 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 638754250 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=834632 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=834632 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=834632 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=834632 CPUtime=0.59
/proc/24698/task/24707/stat : 24707 (java) S 24696 24698 22429 0 -1 64 1426 0 0 0 59 0 0 0 16 0 12 0 638754265 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=834632 CPUtime=0.69
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3489 0 0 0 68 1 0 0 16 0 12 0 638754274 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=834632 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=834632 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 854663168 93000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 834632

[startup+25.5016 s]
/proc/loadavg: 3.69 3.16 3.05 4/102 24711
/proc/meminfo: memFree=818008/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=866636 CPUtime=23.62
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 212105 0 1 0 2265 97 0 0 19 0 12 0 638754231 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 216659 177932 1364 9 0 214021 0
[pid=24698/tid=24700] ppid=24696 vsize=866636 CPUtime=8.26
/proc/24698/task/24700/stat : 24700 (java) S 24696 24698 22429 0 -1 64 35446 0 1 0 811 15 0 0 19 0 12 0 638754239 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24698/tid=24701] ppid=24696 vsize=866636 CPUtime=6.58
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 89915 0 0 0 617 41 0 0 16 0 12 0 638754240 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=866636 CPUtime=6.18
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 65528 0 0 0 588 30 0 0 18 0 12 0 638754240 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=866636 CPUtime=1.24
/proc/24698/task/24703/stat : 24703 (java) R 24696 24698 22429 0 -1 64 15539 0 0 0 118 6 0 0 25 0 12 0 638754250 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 105852465 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 887435264 177932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=786392/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=866636 CPUtime=80.1
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 514512 0 1 0 7762 248 0 0 19 0 12 0 638754231 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 216659 185731 1365 9 0 214021 0
[pid=24698/tid=24700] ppid=24696 vsize=866636 CPUtime=9.77
/proc/24698/task/24700/stat : 24700 (java) S 24696 24698 22429 0 -1 64 35459 0 1 0 962 15 0 0 17 0 12 0 638754239 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24701] ppid=24696 vsize=866636 CPUtime=6.59
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 89915 0 0 0 618 41 0 0 16 0 12 0 638754240 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=866636 CPUtime=6.66
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 65768 0 0 0 636 30 0 0 18 0 12 0 638754240 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=866636 CPUtime=55.73
/proc/24698/task/24703/stat : 24703 (java) R 24696 24698 22429 0 -1 64 317693 0 0 0 5416 157 0 0 25 0 12 0 638754250 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=866636 CPUtime=0.59
/proc/24698/task/24707/stat : 24707 (java) S 24696 24698 22429 0 -1 64 1426 0 0 0 59 0 0 0 16 0 12 0 638754265 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=866636 CPUtime=0.69
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3489 0 0 0 68 1 0 0 16 0 12 0 638754274 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 887435264 185731 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.1
Current children cumulated vsize (KiB) 866636

[startup+89.5027 s]
/proc/loadavg: 3.23 3.13 3.05 4/102 24711
/proc/meminfo: memFree=802520/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=866636 CPUtime=83.69
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 545525 0 1 0 8109 260 0 0 19 0 12 0 638754231 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 216659 185732 1366 9 0 214021 0
[pid=24698/tid=24700] ppid=24696 vsize=866636 CPUtime=9.77
/proc/24698/task/24700/stat : 24700 (java) S 24696 24698 22429 0 -1 64 35462 0 1 0 962 15 0 0 16 0 12 0 638754239 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24701] ppid=24696 vsize=866636 CPUtime=6.59
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 89915 0 0 0 618 41 0 0 16 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=866636 CPUtime=6.66
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 65768 0 0 0 636 30 0 0 18 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=866636 CPUtime=59.32
/proc/24698/task/24703/stat : 24703 (java) R 24696 24698 22429 0 -1 64 348703 0 0 0 5763 169 0 0 25 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 105677484 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=866636 CPUtime=0.59
/proc/24698/task/24707/stat : 24707 (java) S 24696 24698 22429 0 -1 64 1426 0 0 0 59 0 0 0 16 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=866636 CPUtime=0.69
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3489 0 0 0 68 1 0 0 16 0 12 0 638754274 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.69
Current children cumulated vsize (KiB) 866636

[startup+92.7021 s]
/proc/loadavg: 3.21 3.13 3.04 4/102 24711
/proc/meminfo: memFree=786392/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=866636 CPUtime=85.29
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 545525 0 1 0 8269 260 0 0 19 0 12 0 638754231 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 216659 185732 1366 9 0 214021 0
[pid=24698/tid=24700] ppid=24696 vsize=866636 CPUtime=9.77
/proc/24698/task/24700/stat : 24700 (java) S 24696 24698 22429 0 -1 64 35462 0 1 0 962 15 0 0 16 0 12 0 638754239 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24701] ppid=24696 vsize=866636 CPUtime=6.59
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 89915 0 0 0 618 41 0 0 16 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=866636 CPUtime=6.66
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 65768 0 0 0 636 30 0 0 18 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=866636 CPUtime=60.92
/proc/24698/task/24703/stat : 24703 (java) R 24696 24698 22429 0 -1 64 348703 0 0 0 5923 169 0 0 25 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 104136471 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=866636 CPUtime=0.59
/proc/24698/task/24707/stat : 24707 (java) S 24696 24698 22429 0 -1 64 1426 0 0 0 59 0 0 0 16 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=866636 CPUtime=0.69
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3489 0 0 0 68 1 0 0 16 0 12 0 638754274 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.29
Current children cumulated vsize (KiB) 866636

[startup+93.5062 s]
/proc/loadavg: 3.21 3.13 3.04 4/102 24711
/proc/meminfo: memFree=786392/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=866636 CPUtime=85.69
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 545525 0 1 0 8309 260 0 0 19 0 12 0 638754231 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 216659 185732 1366 9 0 214021 0
[pid=24698/tid=24700] ppid=24696 vsize=866636 CPUtime=9.77
/proc/24698/task/24700/stat : 24700 (java) S 24696 24698 22429 0 -1 64 35462 0 1 0 962 15 0 0 16 0 12 0 638754239 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24701] ppid=24696 vsize=866636 CPUtime=6.59
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 89915 0 0 0 618 41 0 0 16 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=866636 CPUtime=6.66
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 65768 0 0 0 636 30 0 0 18 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=866636 CPUtime=61.32
/proc/24698/task/24703/stat : 24703 (java) R 24696 24698 22429 0 -1 64 348703 0 0 0 5963 169 0 0 25 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=866636 CPUtime=0.59
/proc/24698/task/24707/stat : 24707 (java) S 24696 24698 22429 0 -1 64 1426 0 0 0 59 0 0 0 16 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=866636 CPUtime=0.69
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3489 0 0 0 68 1 0 0 16 0 12 0 638754274 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.69
Current children cumulated vsize (KiB) 866636

[startup+94.3013 s]
/proc/loadavg: 3.21 3.13 3.04 4/102 24711
/proc/meminfo: memFree=786392/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=866636 CPUtime=86.09
/proc/24698/stat : 24698 (java) S 24696 24698 22429 0 -1 0 545525 0 1 0 8349 260 0 0 19 0 12 0 638754231 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24698/statm: 216659 185732 1366 9 0 214021 0
[pid=24698/tid=24700] ppid=24696 vsize=866636 CPUtime=9.77
/proc/24698/task/24700/stat : 24700 (java) S 24696 24698 22429 0 -1 64 35462 0 1 0 962 15 0 0 16 0 12 0 638754239 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24701] ppid=24696 vsize=866636 CPUtime=6.59
/proc/24698/task/24701/stat : 24701 (java) S 24696 24698 22429 0 -1 64 89915 0 0 0 618 41 0 0 16 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24702] ppid=24696 vsize=866636 CPUtime=6.66
/proc/24698/task/24702/stat : 24702 (java) S 24696 24698 22429 0 -1 64 65768 0 0 0 636 30 0 0 18 0 12 0 638754240 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24703] ppid=24696 vsize=866636 CPUtime=61.72
/proc/24698/task/24703/stat : 24703 (java) R 24696 24698 22429 0 -1 64 348703 0 0 0 6003 169 0 0 25 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24704] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24704/stat : 24704 (java) S 24696 24698 22429 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24705] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24705/stat : 24705 (java) S 24696 24698 22429 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638754250 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24706] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24706/stat : 24706 (java) S 24696 24698 22429 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24707] ppid=24696 vsize=866636 CPUtime=0.59
/proc/24698/task/24707/stat : 24707 (java) S 24696 24698 22429 0 -1 64 1426 0 0 0 59 0 0 0 16 0 12 0 638754265 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24708] ppid=24696 vsize=866636 CPUtime=0.69
/proc/24698/task/24708/stat : 24708 (java) S 24696 24698 22429 0 -1 64 3489 0 0 0 68 1 0 0 16 0 12 0 638754274 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24709] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24709/stat : 24709 (java) S 24696 24698 22429 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24698/tid=24710] ppid=24696 vsize=866636 CPUtime=0
/proc/24698/task/24710/stat : 24710 (java) S 24696 24698 22429 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 638754284 887435264 185732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.09
Current children cumulated vsize (KiB) 866636

[startup+94.5013 s]
/proc/loadavg: 3.21 3.13 3.04 4/92 24712
/proc/meminfo: memFree=1072472/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=0 CPUtime=86.17
/proc/24698/stat : 24698 (java) Z 24696 24698 22429 0 -1 12 545538 0 1 0 8352 265 0 0 16 0 2 0 638754231 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24698/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 86.17
Current children cumulated vsize (KiB) 0

[startup+94.6063 s]
/proc/loadavg: 3.21 3.13 3.04 4/92 24712
/proc/meminfo: memFree=1072472/2055920 swapFree=3921008/4192956
[pid=24698] ppid=24696 vsize=0 CPUtime=86.2
/proc/24698/stat : 24698 (java) Z 24696 24698 22429 0 -1 12 545538 0 1 0 8352 268 0 0 16 0 2 0 638754231 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24698/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 86.2
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 94.6426
CPU time (s): 86.2329
CPU user time (s): 83.5213
CPU system time (s): 2.71159
CPU usage (%): 91.1142
Max. virtual memory (cumulated for all children) (KiB): 882640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.5213
system time used= 2.71159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545538
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= 2687
involuntary context switches= 3413

runsolver used 0.138978 second user time and 0.32795 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-04 09:58:04
IDJOB=1069006
IDBENCH=55556
IDSOLVER=344
FILE ID=node92/1069006-1215158284
PBS_JOBID= 7877386
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg12-14_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069006-1215158284/watcher-1069006-1215158284 -o /tmp/evaluation-result-1069006-1215158284/solver-1069006-1215158284 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1069006-1215158284.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a9dd0489459f650a2f8de4cac9cfc10f
RANDOM SEED=1188691817

node92.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.223
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.223
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1527128 kB
Buffers:         12020 kB
Cached:          72588 kB
SwapCached:       7124 kB
Active:         435704 kB
Inactive:        31276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527128 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:         398716 kB
Slab:            44936 kB
Committed_AS:  2048872 kB
PageTables:       3676 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= 66556 MiB
End job on node92 at 2008-07-04 09:59:39