Trace number 1047602

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? 87.8276 84.9226

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-12_ext.xml
MD5SUM6fdcb58565ed1ea2c1c3763890a793a1
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 benchmark23.5804
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1047602-1215040924/watcher-1047602-1215040924 -o /tmp/evaluation-result-1047602-1215040924/solver-1047602-1215040924 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047602-1215040924.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: 2.00 1.97 1.55 4/72 28003
/proc/meminfo: memFree=1707760/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=1804 CPUtime=0
/proc/28003/stat : 28003 (java6) R 28001 28003 27538 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1983064679 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/28003/statm: 451 158 114 9 0 93 0

[startup+0.030298 s]
/proc/loadavg: 2.00 1.97 1.55 4/72 28003
/proc/meminfo: memFree=1707760/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=800744 CPUtime=0.01
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 2333 0 1 0 0 1 0 0 18 0 4 0 1983064679 819961856 2071 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 200186 2072 911 9 0 197569 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800744

[startup+0.101311 s]
/proc/loadavg: 2.00 1.97 1.55 4/72 28003
/proc/meminfo: memFree=1707760/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=804756 CPUtime=0.08
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 3160 0 1 0 6 2 0 0 18 0 12 0 1983064679 824070144 2891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 201189 2891 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301349 s]
/proc/loadavg: 2.00 1.97 1.55 4/72 28003
/proc/meminfo: memFree=1707760/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=808904 CPUtime=0.33
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 5193 0 1 0 30 3 0 0 18 0 12 0 1983064679 828317696 4547 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 202226 4547 1310 9 0 199595 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 808904

[startup+0.701422 s]
/proc/loadavg: 2.00 1.97 1.55 4/72 28003
/proc/meminfo: memFree=1707760/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=808932 CPUtime=0.73
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 6205 0 1 0 69 4 0 0 18 0 12 0 1983064679 828346368 5559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 202233 5559 1336 9 0 199595 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 808932

[startup+1.50257 s]
/proc/loadavg: 2.00 1.97 1.55 4/84 28015
/proc/meminfo: memFree=1685648/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=813656 CPUtime=1.53
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 12036 0 1 0 147 6 0 0 18 0 12 0 1983064679 833183744 9868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 203414 9868 1350 9 0 200776 0
[pid=28003/tid=28005] ppid=28001 vsize=813656 CPUtime=0.69
/proc/28003/task/28005/stat : 28005 (java) R 28001 28003 27538 0 -1 64 7076 0 1 0 65 4 0 0 23 0 12 0 1983064680 833183744 9868 996147200 134512640 134550740 4294956032 18446744073709551615 4109218213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28006] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1983064681 833183744 9868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28007] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1983064681 833183744 9868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28008] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28008/stat : 28008 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1983064683 833183744 9868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28009] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1983064683 833183744 9868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1983064683 833183744 9868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 833183744 9869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=813656 CPUtime=0.41
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2498 0 0 0 40 1 0 0 16 0 12 0 1983064687 833183744 9869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=813656 CPUtime=0.41
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1700 0 0 0 41 0 0 0 16 0 12 0 1983064687 833183744 9869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28014] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 833183744 9869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=813656 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) R 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 833183744 9869 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 813656

[startup+3.10288 s]
/proc/loadavg: 2.00 1.97 1.55 3/84 28015
/proc/meminfo: memFree=1646928/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=816224 CPUtime=3.15
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 35610 0 1 0 299 16 0 0 18 0 12 0 1983064679 835813376 33119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 204056 33119 1359 9 0 201418 0
[pid=28003/tid=28005] ppid=28001 vsize=816224 CPUtime=1.66
/proc/28003/task/28005/stat : 28005 (java) R 28001 28003 27538 0 -1 64 17083 0 1 0 158 8 0 0 20 0 12 0 1983064680 835813376 33119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28006] ppid=28001 vsize=816224 CPUtime=0.19
/proc/28003/task/28006/stat : 28006 (java) R 28001 28003 27538 0 -1 64 6809 0 0 0 17 2 0 0 16 0 12 0 1983064681 835813376 33119 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28007] ppid=28001 vsize=816224 CPUtime=0.16
/proc/28003/task/28007/stat : 28007 (java) R 28001 28003 27538 0 -1 64 6609 0 0 0 14 2 0 0 16 0 12 0 1983064681 835813376 33119 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28008] ppid=28001 vsize=816224 CPUtime=0
/proc/28003/task/28008/stat : 28008 (java) S 28001 28003 27538 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1983064683 835813376 33119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28009] ppid=28001 vsize=816224 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 835813376 33120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=816224 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 835813376 33123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=816224 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 835813376 33126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=816224 CPUtime=0.51
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2504 0 0 0 50 1 0 0 16 0 12 0 1983064687 835813376 33130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=816224 CPUtime=0.58
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1815 0 0 0 57 1 0 0 16 0 12 0 1983064687 835813376 33133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28014] ppid=28001 vsize=816224 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 835813376 33136 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=816224 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 835813376 33139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 816224

[startup+6.30246 s]
/proc/loadavg: 2.00 1.97 1.55 5/84 28015
/proc/meminfo: memFree=1512664/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=823904 CPUtime=6.8
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 62542 0 1 0 654 26 0 0 18 0 12 0 1983064679 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 205976 56851 1359 9 0 203338 0
[pid=28003/tid=28005] ppid=28001 vsize=823904 CPUtime=3.77
/proc/28003/task/28005/stat : 28005 (java) R 28001 28003 27538 0 -1 64 17088 0 1 0 369 8 0 0 21 0 12 0 1983064680 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4109712627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28006] ppid=28001 vsize=823904 CPUtime=1.03
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 23806 0 0 0 94 9 0 0 16 0 12 0 1983064681 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28007] ppid=28001 vsize=823904 CPUtime=0.88
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 16538 0 0 0 82 6 0 0 19 0 12 0 1983064681 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28008] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28008/stat : 28008 (java) S 28001 28003 27538 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1983064683 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28009] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=823904 CPUtime=0.51
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2504 0 0 0 50 1 0 0 16 0 12 0 1983064687 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=823904 CPUtime=0.58
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1815 0 0 0 57 1 0 0 16 0 12 0 1983064687 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28014] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 843677696 56851 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 823904

[startup+12.7027 s]
/proc/loadavg: 2.00 1.97 1.55 4/84 28015
/proc/meminfo: memFree=1314136/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=823904 CPUtime=14.35
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 110705 0 1 0 1389 46 0 0 18 0 12 0 1983064679 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 205976 102182 1359 9 0 203338 0
[pid=28003/tid=28005] ppid=28001 vsize=823904 CPUtime=6.89
/proc/28003/task/28005/stat : 28005 (java) R 28001 28003 27538 0 -1 64 17103 0 1 0 681 8 0 0 18 0 12 0 1983064680 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4109693244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28006] ppid=28001 vsize=823904 CPUtime=3.28
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 42161 0 0 0 311 17 0 0 17 0 12 0 1983064681 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28007] ppid=28001 vsize=823904 CPUtime=3.04
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 46331 0 0 0 287 17 0 0 17 0 12 0 1983064681 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28008] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28008/stat : 28008 (java) S 28001 28003 27538 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1983064683 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28009] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=823904 CPUtime=0.51
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2504 0 0 0 50 1 0 0 17 0 12 0 1983064687 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=823904 CPUtime=0.58
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1815 0 0 0 57 1 0 0 16 0 12 0 1983064687 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28014] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 843677696 102182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 823904

[startup+25.501 s]
/proc/loadavg: 2.14 2.00 1.57 4/84 28015
/proc/meminfo: memFree=1031832/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=823904 CPUtime=28.53
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 197150 0 1 0 2768 85 0 0 18 0 12 0 1983064679 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 205976 169747 1365 9 0 203338 0
[pid=28003/tid=28005] ppid=28001 vsize=823904 CPUtime=11.69
/proc/28003/task/28005/stat : 28005 (java) R 28001 28003 27538 0 -1 64 23269 0 1 0 1159 10 0 0 19 0 12 0 1983064680 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4109701402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28006] ppid=28001 vsize=823904 CPUtime=6.71
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 73788 0 0 0 639 32 0 0 16 0 12 0 1983064681 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28007] ppid=28001 vsize=823904 CPUtime=6.33
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 79966 0 0 0 601 32 0 0 17 0 12 0 1983064681 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28008] ppid=28001 vsize=823904 CPUtime=2.56
/proc/28003/task/28008/stat : 28008 (java) S 28001 28003 27538 0 -1 64 15040 0 0 0 250 6 0 0 18 0 12 0 1983064683 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28009] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=823904 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 843677696 169747 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=28003/tid=28014] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.94
Current children cumulated vsize (KiB) 839908

[startup+76.7015 s]
/proc/loadavg: 2.17 2.03 1.60 3/84 28015
/proc/meminfo: memFree=994328/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=839908 CPUtime=79.68
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 390610 0 1 0 7805 163 0 0 18 0 12 0 1983064679 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 209977 179066 1365 9 0 207339 0
[pid=28003/tid=28005] ppid=28001 vsize=839908 CPUtime=13.92
/proc/28003/task/28005/stat : 28005 (java) S 28001 28003 27538 0 -1 64 23286 0 1 0 1382 10 0 0 17 0 12 0 1983064680 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28006] ppid=28001 vsize=839908 CPUtime=7.16
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 73928 0 0 0 684 32 0 0 16 0 12 0 1983064681 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28007] ppid=28001 vsize=839908 CPUtime=6.84
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 80191 0 0 0 652 32 0 0 18 0 12 0 1983064681 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28008] ppid=28001 vsize=839908 CPUtime=50.51
/proc/28003/task/28008/stat : 28008 (java) R 28001 28003 27538 0 -1 64 208118 0 0 0 4967 84 0 0 25 0 12 0 1983064683 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28009] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=839908 CPUtime=0.54
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2505 0 0 0 53 1 0 0 16 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=839908 CPUtime=0.65
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1821 0 0 0 64 1 0 0 16 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28014] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.68
Current children cumulated vsize (KiB) 839908

[startup+79.9021 s]
/proc/loadavg: 2.17 2.03 1.60 3/84 28015
/proc/meminfo: memFree=994328/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=839908 CPUtime=82.87
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 404617 0 1 0 8118 169 0 0 18 0 12 0 1983064679 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 209977 179066 1365 9 0 207339 0
[pid=28003/tid=28005] ppid=28001 vsize=839908 CPUtime=13.92
/proc/28003/task/28005/stat : 28005 (java) S 28001 28003 27538 0 -1 64 23287 0 1 0 1382 10 0 0 17 0 12 0 1983064680 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28006] ppid=28001 vsize=839908 CPUtime=7.16
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 73928 0 0 0 684 32 0 0 16 0 12 0 1983064681 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28007] ppid=28001 vsize=839908 CPUtime=6.84
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 80191 0 0 0 652 32 0 0 18 0 12 0 1983064681 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28008] ppid=28001 vsize=839908 CPUtime=53.7
/proc/28003/task/28008/stat : 28008 (java) R 28001 28003 27538 0 -1 64 222124 0 0 0 5280 90 0 0 25 0 12 0 1983064683 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 105677378 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28009] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=839908 CPUtime=0.54
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2505 0 0 0 53 1 0 0 16 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=839908 CPUtime=0.65
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1821 0 0 0 64 1 0 0 16 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28014] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 860065792 179066 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.87
Current children cumulated vsize (KiB) 839908

[startup+83.1027 s]
/proc/loadavg: 2.16 2.03 1.60 3/84 28015
/proc/meminfo: memFree=994136/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=839908 CPUtime=86.06
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 411623 0 1 0 8433 173 0 0 18 0 12 0 1983064679 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 209977 179067 1366 9 0 207339 0
[pid=28003/tid=28005] ppid=28001 vsize=839908 CPUtime=13.92
/proc/28003/task/28005/stat : 28005 (java) S 28001 28003 27538 0 -1 64 23290 0 1 0 1382 10 0 0 17 0 12 0 1983064680 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28006] ppid=28001 vsize=839908 CPUtime=7.16
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 73928 0 0 0 684 32 0 0 16 0 12 0 1983064681 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28007] ppid=28001 vsize=839908 CPUtime=6.84
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 80191 0 0 0 652 32 0 0 18 0 12 0 1983064681 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28008] ppid=28001 vsize=839908 CPUtime=56.89
/proc/28003/task/28008/stat : 28008 (java) R 28001 28003 27538 0 -1 64 229127 0 0 0 5595 94 0 0 25 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 106122257 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28009] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=839908 CPUtime=0.54
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2505 0 0 0 53 1 0 0 16 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=839908 CPUtime=0.65
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1821 0 0 0 64 1 0 0 16 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28014] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.06
Current children cumulated vsize (KiB) 839908

[startup+83.9029 s]
/proc/loadavg: 2.16 2.03 1.60 3/84 28015
/proc/meminfo: memFree=994136/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=839908 CPUtime=86.85
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 411623 0 1 0 8512 173 0 0 18 0 12 0 1983064679 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 209977 179067 1366 9 0 207339 0
[pid=28003/tid=28005] ppid=28001 vsize=839908 CPUtime=13.92
/proc/28003/task/28005/stat : 28005 (java) S 28001 28003 27538 0 -1 64 23290 0 1 0 1382 10 0 0 17 0 12 0 1983064680 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28006] ppid=28001 vsize=839908 CPUtime=7.16
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 73928 0 0 0 684 32 0 0 16 0 12 0 1983064681 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28007] ppid=28001 vsize=839908 CPUtime=6.84
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 80191 0 0 0 652 32 0 0 18 0 12 0 1983064681 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28008] ppid=28001 vsize=839908 CPUtime=57.68
/proc/28003/task/28008/stat : 28008 (java) R 28001 28003 27538 0 -1 64 229127 0 0 0 5674 94 0 0 25 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28009] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=839908 CPUtime=0.54
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2505 0 0 0 53 1 0 0 16 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=839908 CPUtime=0.65
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1821 0 0 0 64 1 0 0 16 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28014] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.85
Current children cumulated vsize (KiB) 839908

[startup+84.707 s]
/proc/loadavg: 2.14 2.03 1.60 3/84 28015
/proc/meminfo: memFree=994136/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=839908 CPUtime=87.65
/proc/28003/stat : 28003 (java) S 28001 28003 27538 0 -1 0 411623 0 1 0 8592 173 0 0 18 0 12 0 1983064679 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 209977 179067 1366 9 0 207339 0
[pid=28003/tid=28005] ppid=28001 vsize=839908 CPUtime=13.92
/proc/28003/task/28005/stat : 28005 (java) S 28001 28003 27538 0 -1 64 23290 0 1 0 1382 10 0 0 17 0 12 0 1983064680 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28006] ppid=28001 vsize=839908 CPUtime=7.16
/proc/28003/task/28006/stat : 28006 (java) S 28001 28003 27538 0 -1 64 73928 0 0 0 684 32 0 0 16 0 12 0 1983064681 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28007] ppid=28001 vsize=839908 CPUtime=6.84
/proc/28003/task/28007/stat : 28007 (java) S 28001 28003 27538 0 -1 64 80191 0 0 0 652 32 0 0 18 0 12 0 1983064681 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28008] ppid=28001 vsize=839908 CPUtime=58.48
/proc/28003/task/28008/stat : 28008 (java) R 28001 28003 27538 0 -1 64 229127 0 0 0 5754 94 0 0 25 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 106123724 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28009] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28009/stat : 28009 (java) S 28001 28003 27538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28010] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28010/stat : 28010 (java) S 28001 28003 27538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1983064683 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28011] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28011/stat : 28011 (java) S 28001 28003 27538 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28012] ppid=28001 vsize=839908 CPUtime=0.54
/proc/28003/task/28012/stat : 28012 (java) S 28001 28003 27538 0 -1 64 2505 0 0 0 53 1 0 0 16 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28013] ppid=28001 vsize=839908 CPUtime=0.65
/proc/28003/task/28013/stat : 28013 (java) S 28001 28003 27538 0 -1 64 1821 0 0 0 64 1 0 0 16 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28003/tid=28014] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28014/stat : 28014 (java) S 28001 28003 27538 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28003/tid=28015] ppid=28001 vsize=839908 CPUtime=0
/proc/28003/task/28015/stat : 28015 (java) S 28001 28003 27538 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1983064687 860065792 179067 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.65
Current children cumulated vsize (KiB) 839908

[startup+84.9021 s]
/proc/loadavg: 2.14 2.03 1.60 3/84 28015
/proc/meminfo: memFree=994136/2055920 swapFree=4116764/4192956
[pid=28003] ppid=28001 vsize=0 CPUtime=87.8
/proc/28003/stat : 28003 (java) Z 28001 28003 27538 0 -1 12 411637 0 1 0 8598 182 0 0 16 0 2 0 1983064679 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28003/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 87.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 84.9226
CPU time (s): 87.8276
CPU user time (s): 85.9849
CPU system time (s): 1.84272
CPU usage (%): 103.421
Max. virtual memory (cumulated for all children) (KiB): 871912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.9849
system time used= 1.84272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411637
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= 2739
involuntary context switches= 3661

runsolver used 0.115982 second user time and 0.286956 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 01:22:04
IDJOB=1047602
IDBENCH=54154
IDSOLVER=344
FILE ID=node47/1047602-1215040924
PBS_JOBID= 7875081
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-12_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-1047602-1215040924/watcher-1047602-1215040924 -o /tmp/evaluation-result-1047602-1215040924/solver-1047602-1215040924 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1047602-1215040924.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6fdcb58565ed1ea2c1c3763890a793a1
RANDOM SEED=341467991

node47.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.281
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.281
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:       1708240 kB
Buffers:         31952 kB
Cached:         165808 kB
SwapCached:      69820 kB
Active:         207324 kB
Inactive:        85864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708240 kB
SwapTotal:     4192956 kB
SwapFree:      4116764 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:         103056 kB
Slab:            39672 kB
Committed_AS:  3906412 kB
PageTables:       1968 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= 66540 MiB
End job on node47 at 2008-07-03 01:23:29