Trace number 1052651

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.4287 85.8975

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-25_ext.xml
MD5SUM3ae432f57037edf38a55627c9dd43e63
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.71689
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1052651-1215057068/watcher-1052651-1215057068 -o /tmp/evaluation-result-1052651-1215057068/solver-1052651-1215057068 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052651-1215057068.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 2.02 2.00 3/80 2830
/proc/meminfo: memFree=931712/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=18572 CPUtime=0
/proc/2830/stat : 2830 (runsolver) R 2828 2830 32434 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1984679152 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2830/statm: 4643 292 257 25 0 2626 0

[startup+0.013301 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 2830
/proc/meminfo: memFree=931712/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=272 CPUtime=0
/proc/2830/stat : 2830 (java) D 2828 2830 32434 0 -1 0 223 0 0 0 0 0 0 0 18 0 1 0 1984679152 278528 37 996147200 134512640 134550740 4294956032 18446744073709551615 8745764 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/2830/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.100937 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 2830
/proc/meminfo: memFree=931712/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=800744 CPUtime=0.03
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 2332 0 32 0 1 2 0 0 18 0 4 0 1984679152 819961856 2101 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 200186 2101 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.301964 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 2830
/proc/meminfo: memFree=931712/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=807828 CPUtime=0.21
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 4496 0 32 0 17 4 0 0 18 0 12 0 1984679152 827215872 3856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 201957 3857 1296 9 0 199326 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 807828

[startup+0.702007 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 2830
/proc/meminfo: memFree=931712/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=807856 CPUtime=0.56
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 5792 0 32 0 49 7 0 0 18 0 12 0 1984679152 827244544 5150 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 201964 5150 1332 9 0 199326 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 807856

[startup+1.5021 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 2842
/proc/meminfo: memFree=886752/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=807856 CPUtime=1.36
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 15138 0 32 0 124 12 0 0 18 0 12 0 1984679152 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 201964 14496 1339 9 0 199326 0
[pid=2830/tid=2832] ppid=2828 vsize=807856 CPUtime=0.95
/proc/2830/task/2832/stat : 2832 (java) R 2828 2830 32434 0 -1 64 12857 0 1 0 86 9 0 0 25 0 12 0 1984679159 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4109589069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2833] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1984679160 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2834] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1984679160 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2835/stat : 2835 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984679163 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2836] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1984679164 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2837] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1984679164 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2838] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=807856 CPUtime=0.18
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 1019 0 0 0 18 0 0 0 16 0 12 0 1984679170 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2840] ppid=2828 vsize=807856 CPUtime=0.19
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 526 0 0 0 19 0 0 0 16 0 12 0 1984679170 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2841] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=807856 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 827244544 14496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 807856

[startup+3.10229 s]
/proc/loadavg: 2.00 2.02 2.00 4/92 2842
/proc/meminfo: memFree=854560/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=811312 CPUtime=2.96
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 31425 0 32 0 277 19 0 0 18 0 12 0 1984679152 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 202828 28773 1358 9 0 200190 0
[pid=2830/tid=2832] ppid=2828 vsize=811312 CPUtime=1.6
/proc/2830/task/2832/stat : 2832 (java) R 2828 2830 32434 0 -1 64 16970 0 1 0 149 11 0 0 25 0 12 0 1984679159 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=811312 CPUtime=0.05
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 5252 0 0 0 3 2 0 0 16 0 12 0 1984679160 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=811312 CPUtime=0.05
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 4195 0 0 0 3 2 0 0 16 0 12 0 1984679160 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2835] ppid=2828 vsize=811312 CPUtime=0
/proc/2830/task/2835/stat : 2835 (java) S 2828 2830 32434 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984679163 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=811312 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1984679164 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=811312 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=811312 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=811312 CPUtime=0.47
/proc/2830/task/2839/stat : 2839 (java) R 2828 2830 32434 0 -1 64 1930 0 0 0 46 1 0 0 16 0 12 0 1984679170 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 105835744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=811312 CPUtime=0.73
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2287 0 0 0 73 0 0 0 16 0 12 0 1984679170 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=811312 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=811312 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 830783488 28773 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 811312

[startup+6.30167 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 2842
/proc/meminfo: memFree=742112/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=814888 CPUtime=6.5
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 59902 0 32 0 620 30 0 0 18 0 12 0 1984679152 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 203722 53042 1360 9 0 201084 0
[pid=2830/tid=2832] ppid=2828 vsize=814888 CPUtime=3.57
/proc/2830/task/2832/stat : 2832 (java) R 2828 2830 32434 0 -1 64 16976 0 1 0 346 11 0 0 25 0 12 0 1984679159 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=814888 CPUtime=0.73
/proc/2830/task/2833/stat : 2833 (java) R 2828 2830 32434 0 -1 64 18746 0 0 0 65 8 0 0 16 0 12 0 1984679160 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=814888 CPUtime=0.78
/proc/2830/task/2834/stat : 2834 (java) R 2828 2830 32434 0 -1 64 18933 0 0 0 72 6 0 0 16 0 12 0 1984679160 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 104136931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2835] ppid=2828 vsize=814888 CPUtime=0
/proc/2830/task/2835/stat : 2835 (java) S 2828 2830 32434 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984679163 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=814888 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1984679164 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=814888 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=814888 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=814888 CPUtime=0.58
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 2164 0 0 0 57 1 0 0 16 0 12 0 1984679170 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=814888 CPUtime=0.78
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2292 0 0 0 78 0 0 0 16 0 12 0 1984679170 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=814888 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=814888 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 834445312 53042 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 814888

[startup+12.7024 s]
/proc/loadavg: 2.24 2.07 2.02 4/92 2842
/proc/meminfo: memFree=529960/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=817448 CPUtime=13.63
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 111451 0 32 0 1308 55 0 0 18 0 12 0 1984679152 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 204362 102198 1360 9 0 201724 0
[pid=2830/tid=2832] ppid=2828 vsize=817448 CPUtime=6.84
/proc/2830/task/2832/stat : 2832 (java) R 2828 2830 32434 0 -1 64 16991 0 1 0 673 11 0 0 25 0 12 0 1984679159 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2833] ppid=2828 vsize=817448 CPUtime=2.49
/proc/2830/task/2833/stat : 2833 (java) R 2828 2830 32434 0 -1 64 38435 0 0 0 232 17 0 0 15 0 12 0 1984679160 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2834] ppid=2828 vsize=817448 CPUtime=2.87
/proc/2830/task/2834/stat : 2834 (java) R 2828 2830 32434 0 -1 64 50778 0 0 0 265 22 0 0 15 0 12 0 1984679160 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 105852868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2835/stat : 2835 (java) R 2828 2830 32434 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1984679163 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2836] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1984679164 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=817448 CPUtime=0.58
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 2164 0 0 0 57 1 0 0 16 0 12 0 1984679170 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=817448 CPUtime=0.78
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2292 0 0 0 78 0 0 0 16 0 12 0 1984679170 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 837066752 102198 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.63
Current children cumulated vsize (KiB) 817448

[startup+25.5019 s]
/proc/loadavg: 2.19 2.06 2.01 3/92 2842
/proc/meminfo: memFree=251816/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=817448 CPUtime=27.6
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 182562 0 32 0 2674 86 0 0 18 0 12 0 1984679152 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 204362 168743 1364 9 0 201724 0
[pid=2830/tid=2832] ppid=2828 vsize=817448 CPUtime=11.82
/proc/2830/task/2832/stat : 2832 (java) S 2828 2830 32434 0 -1 64 23158 0 1 0 1168 14 0 0 20 0 12 0 1984679159 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=817448 CPUtime=5.69
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 64007 0 0 0 542 27 0 0 16 0 12 0 1984679160 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=817448 CPUtime=6.22
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 86392 0 0 0 584 38 0 0 16 0 12 0 1984679160 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=817448 CPUtime=2.44
/proc/2830/task/2835/stat : 2835 (java) R 2828 2830 32434 0 -1 64 3815 0 0 0 242 2 0 0 16 0 12 0 1984679163 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 1984679164 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=817448 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 837066752 168743 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=2830/tid=2841] ppid=2828 vsize=849452 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=849452 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.34
Current children cumulated vsize (KiB) 849452

[startup+79.9024 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 2842
/proc/meminfo: memFree=199592/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=849452 CPUtime=81.51
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 454362 0 32 0 7934 217 0 0 18 0 12 0 1984679152 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 212363 181661 1364 9 0 209725 0
[pid=2830/tid=2832] ppid=2828 vsize=849452 CPUtime=13.27
/proc/2830/task/2832/stat : 2832 (java) S 2828 2830 32434 0 -1 64 23173 0 1 0 1313 14 0 0 17 0 12 0 1984679159 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=849452 CPUtime=5.69
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 64007 0 0 0 542 27 0 0 16 0 12 0 1984679160 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=849452 CPUtime=6.22
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 86392 0 0 0 584 38 0 0 16 0 12 0 1984679160 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=849452 CPUtime=54.88
/proc/2830/task/2835/stat : 2835 (java) R 2828 2830 32434 0 -1 64 275600 0 0 0 5356 132 0 0 25 0 12 0 1984679163 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=849452 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984679164 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=849452 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=849452 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=849452 CPUtime=0.58
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 2164 0 0 0 57 1 0 0 16 0 12 0 1984679170 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=849452 CPUtime=0.78
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2292 0 0 0 78 0 0 0 16 0 12 0 1984679170 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=849452 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=849452 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 869838848 181661 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.51
Current children cumulated vsize (KiB) 849452

[startup+83.1027 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 2842
/proc/meminfo: memFree=215656/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=833452 CPUtime=84.68
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 469876 0 32 0 8244 224 0 0 18 0 12 0 1984679152 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 208363 177662 1365 9 0 205725 0
[pid=2830/tid=2832] ppid=2828 vsize=833452 CPUtime=13.27
/proc/2830/task/2832/stat : 2832 (java) S 2828 2830 32434 0 -1 64 23177 0 1 0 1313 14 0 0 17 0 12 0 1984679159 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=833452 CPUtime=5.69
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 64007 0 0 0 542 27 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=833452 CPUtime=6.22
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 86392 0 0 0 584 38 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=833452 CPUtime=58.05
/proc/2830/task/2835/stat : 2835 (java) R 2828 2830 32434 0 -1 64 291110 0 0 0 5666 139 0 0 25 0 12 0 1984679163 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 105677484 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=833452 CPUtime=0.58
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 2164 0 0 0 57 1 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=833452 CPUtime=0.78
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2292 0 0 0 78 0 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.68
Current children cumulated vsize (KiB) 833452

[startup+84.7069 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 2842
/proc/meminfo: memFree=215656/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=833452 CPUtime=86.26
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 469876 0 32 0 8402 224 0 0 18 0 12 0 1984679152 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 208363 177662 1365 9 0 205725 0
[pid=2830/tid=2832] ppid=2828 vsize=833452 CPUtime=13.27
/proc/2830/task/2832/stat : 2832 (java) S 2828 2830 32434 0 -1 64 23177 0 1 0 1313 14 0 0 17 0 12 0 1984679159 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=833452 CPUtime=5.69
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 64007 0 0 0 542 27 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=833452 CPUtime=6.22
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 86392 0 0 0 584 38 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=833452 CPUtime=59.64
/proc/2830/task/2835/stat : 2835 (java) R 2828 2830 32434 0 -1 64 291110 0 0 0 5825 139 0 0 25 0 12 0 1984679163 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 106736473 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=833452 CPUtime=0.58
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 2164 0 0 0 57 1 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=833452 CPUtime=0.78
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2292 0 0 0 78 0 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.26
Current children cumulated vsize (KiB) 833452

[startup+85.502 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 2842
/proc/meminfo: memFree=215656/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=833452 CPUtime=87.05
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 469876 0 32 0 8481 224 0 0 18 0 12 0 1984679152 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 208363 177662 1365 9 0 205725 0
[pid=2830/tid=2832] ppid=2828 vsize=833452 CPUtime=13.27
/proc/2830/task/2832/stat : 2832 (java) S 2828 2830 32434 0 -1 64 23177 0 1 0 1313 14 0 0 17 0 12 0 1984679159 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=833452 CPUtime=5.69
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 64007 0 0 0 542 27 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=833452 CPUtime=6.22
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 86392 0 0 0 584 38 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=833452 CPUtime=60.43
/proc/2830/task/2835/stat : 2835 (java) R 2828 2830 32434 0 -1 64 291110 0 0 0 5904 139 0 0 25 0 12 0 1984679163 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 106123777 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=833452 CPUtime=0.58
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 2164 0 0 0 57 1 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=833452 CPUtime=0.78
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2292 0 0 0 78 0 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.05
Current children cumulated vsize (KiB) 833452

[startup+85.701 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 2842
/proc/meminfo: memFree=215656/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=833452 CPUtime=87.25
/proc/2830/stat : 2830 (java) S 2828 2830 32434 0 -1 0 469876 0 32 0 8501 224 0 0 18 0 12 0 1984679152 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2830/statm: 208363 177662 1365 9 0 205725 0
[pid=2830/tid=2832] ppid=2828 vsize=833452 CPUtime=13.27
/proc/2830/task/2832/stat : 2832 (java) S 2828 2830 32434 0 -1 64 23177 0 1 0 1313 14 0 0 17 0 12 0 1984679159 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2833] ppid=2828 vsize=833452 CPUtime=5.69
/proc/2830/task/2833/stat : 2833 (java) S 2828 2830 32434 0 -1 64 64007 0 0 0 542 27 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2834] ppid=2828 vsize=833452 CPUtime=6.22
/proc/2830/task/2834/stat : 2834 (java) S 2828 2830 32434 0 -1 64 86392 0 0 0 584 38 0 0 16 0 12 0 1984679160 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2835] ppid=2828 vsize=833452 CPUtime=60.63
/proc/2830/task/2835/stat : 2835 (java) R 2828 2830 32434 0 -1 64 291110 0 0 0 5924 139 0 0 25 0 12 0 1984679163 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2836] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2836/stat : 2836 (java) S 2828 2830 32434 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2837] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2837/stat : 2837 (java) S 2828 2830 32434 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1984679164 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2838] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2838/stat : 2838 (java) S 2828 2830 32434 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2839] ppid=2828 vsize=833452 CPUtime=0.58
/proc/2830/task/2839/stat : 2839 (java) S 2828 2830 32434 0 -1 64 2164 0 0 0 57 1 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2840] ppid=2828 vsize=833452 CPUtime=0.78
/proc/2830/task/2840/stat : 2840 (java) S 2828 2830 32434 0 -1 64 2292 0 0 0 78 0 0 0 16 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2830/tid=2841] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2841/stat : 2841 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2830/tid=2842] ppid=2828 vsize=833452 CPUtime=0
/proc/2830/task/2842/stat : 2842 (java) S 2828 2830 32434 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984679170 853454848 177662 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.25
Current children cumulated vsize (KiB) 833452

[startup+85.8065 s]
/proc/loadavg: 2.07 2.05 2.01 3/92 2842
/proc/meminfo: memFree=215656/2055920 swapFree=4179900/4192956
[pid=2830] ppid=2828 vsize=0 CPUtime=87.33
/proc/2830/stat : 2830 (java) Z 2828 2830 32434 0 -1 12 469889 0 32 0 8508 225 0 0 16 0 2 0 1984679152 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2830/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 87.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 85.8975
CPU time (s): 87.4287
CPU user time (s): 85.0851
CPU system time (s): 2.34364
CPU usage (%): 101.783
Max. virtual memory (cumulated for all children) (KiB): 865456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.0851
system time used= 2.34364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469889
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3418
involuntary context switches= 5092

runsolver used 0.099984 second user time and 0.309952 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-03 05:51:08
IDJOB=1052651
IDBENCH=55989
IDSOLVER=344
FILE ID=node53/1052651-1215057068
PBS_JOBID= 7875069
Free space on /tmp= 65184 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-25_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-1052651-1215057068/watcher-1052651-1215057068 -o /tmp/evaluation-result-1052651-1215057068/solver-1052651-1215057068 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052651-1215057068.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ae432f57037edf38a55627c9dd43e63
RANDOM SEED=237058187

node53.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.222
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.222
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:        932128 kB
Buffers:         50328 kB
Cached:         879220 kB
SwapCached:       7492 kB
Active:         173360 kB
Inactive:       863020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        932128 kB
SwapTotal:     4192956 kB
SwapFree:      4179900 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:         119828 kB
Slab:            72632 kB
Committed_AS:  4563896 kB
PageTables:       1940 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= 65180 MiB
End job on node53 at 2008-07-03 05:52:34