Trace number 1052214

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? 100.094 99.5674

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-10_ext.xml
MD5SUMc5b8b02c8b97ccddd1a9c359efeb6b23
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.713891
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.29/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.31	c See www.sat4j.org for details.
0.29/0.31	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1052214-1215056278.xml
0.29/0.37	c reading problem ... 
0.63/0.64	c reading problem named null
0.63/0.64	c reading domains done.
0.63/0.64	c reading variables done.
0.63/0.66	c reading relations done.
2.84/2.60	c reading constraints
99.97/99.40	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
99.97/99.40		at org.sat4j.core.VecInt.ensure(VecInt.java:262)
99.97/99.40		at org.sat4j.minisat.core.Solver.dimacs2internal(Solver.java:181)
99.97/99.40		at org.sat4j.minisat.core.Solver.addClause(Solver.java:302)
99.97/99.40		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.40		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.41		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
99.97/99.41		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
99.97/99.41		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
99.97/99.41		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
99.97/99.41		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
99.97/99.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
99.97/99.41		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
99.97/99.41		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
99.97/99.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
99.97/99.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
99.97/99.41	c starts		: 0
99.97/99.41	c conflicts		: 0
99.97/99.41	c decisions		: 0
99.97/99.41	c propagations		: 0
99.97/99.41	c inspects		: 0
99.97/99.41	c learnt literals	: 0
99.97/99.41	c learnt binary clauses	: 0
99.97/99.41	c learnt ternary clauses	: 0
99.97/99.41	c learnt clauses	: 0
99.97/99.41	c ignored clauses	: 0
99.97/99.41	c root simplifications	: 0
99.97/99.41	c removed literals (reason simplification)	: 0
99.97/99.41	c reason swapping (by a shorter reason)	: 0
99.97/99.41	c Calls to reduceDB	: 0
99.97/99.41	c speed (assignments/second)	: 0.0
99.97/99.41	c non guided choices	0
99.97/99.41	s UNKNOWN
99.97/99.41	c Total wall clock time (in seconds) : 99.037

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-1052214-1215056278/watcher-1052214-1215056278 -o /tmp/evaluation-result-1052214-1215056278/solver-1052214-1215056278 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1052214-1215056278.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.15 2.10 2.03 4/69 32066
/proc/meminfo: memFree=1777424/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=1804 CPUtime=0
/proc/32066/stat : 32066 (java6) D 32064 32066 29591 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 628561422 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/32066/statm: 451 155 111 9 0 93 0

[startup+0.0746359 s]
/proc/loadavg: 2.15 2.10 2.03 4/69 32066
/proc/meminfo: memFree=1777424/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=802236 CPUtime=0.07
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 2792 0 1 0 4 3 0 0 18 0 7 0 628561422 821489664 2527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102413 s]
/proc/loadavg: 2.15 2.10 2.03 4/69 32066
/proc/meminfo: memFree=1777424/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=804612 CPUtime=0.09
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 3005 0 1 0 6 3 0 0 18 0 12 0 628561422 823922688 2738 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301443 s]
/proc/loadavg: 2.15 2.10 2.03 4/69 32066
/proc/meminfo: memFree=1777424/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=808244 CPUtime=0.29
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 4965 0 1 0 25 4 0 0 18 0 12 0 628561422 827641856 4292 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 202061 4292 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.701498 s]
/proc/loadavg: 2.15 2.10 2.03 4/69 32066
/proc/meminfo: memFree=1777424/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=809376 CPUtime=0.77
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 6532 0 1 0 71 6 0 0 18 0 12 0 628561422 828801024 5679 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 202344 5679 1336 9 0 199706 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 809376

[startup+1.50262 s]
/proc/loadavg: 2.15 2.10 2.03 4/94 32113
/proc/meminfo: memFree=1712944/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=809296 CPUtime=1.6
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 18238 0 1 0 148 12 0 0 18 0 12 0 628561422 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 202324 17258 1339 9 0 199686 0
[pid=32066/tid=32068] ppid=32064 vsize=809296 CPUtime=1.06
/proc/32066/task/32068/stat : 32068 (java) R 32064 32066 29591 0 -1 64 15508 0 1 0 96 10 0 0 18 0 12 0 628561423 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32069/stat : 32069 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561424 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32070] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 628561424 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32071] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32071/stat : 32071 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 628561426 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32072] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 628561426 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32073] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 628561426 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=809296 CPUtime=0.14
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 402 0 0 0 14 0 0 0 16 0 12 0 628561431 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=809296 CPUtime=0.36
/proc/32066/task/32076/stat : 32076 (java) R 32064 32066 29591 0 -1 64 1566 0 0 0 36 0 0 0 16 0 12 0 628561431 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 105526658 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=809296 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 828719104 17258 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 809296

[startup+3.10185 s]
/proc/loadavg: 2.15 2.10 2.03 4/94 32123
/proc/meminfo: memFree=1668464/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=812176 CPUtime=3.34
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 32574 0 1 0 315 19 0 0 18 0 12 0 628561422 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 203044 28868 1359 9 0 200406 0
[pid=32066/tid=32068] ppid=32064 vsize=812176 CPUtime=1.77
/proc/32066/task/32068/stat : 32068 (java) R 32064 32066 29591 0 -1 64 17014 0 1 0 166 11 0 0 25 0 12 0 628561423 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=812176 CPUtime=0.03
/proc/32066/task/32069/stat : 32069 (java) S 32064 32066 29591 0 -1 64 4658 0 0 0 1 2 0 0 16 0 12 0 628561424 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32070] ppid=32064 vsize=812176 CPUtime=0.05
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 4879 0 0 0 4 1 0 0 16 0 12 0 628561424 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32071] ppid=32064 vsize=812176 CPUtime=0
/proc/32066/task/32071/stat : 32071 (java) S 32064 32066 29591 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 628561426 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32072] ppid=32064 vsize=812176 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32073] ppid=32064 vsize=812176 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=812176 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=812176 CPUtime=0.55
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1830 0 0 0 55 0 0 0 16 0 12 0 628561431 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=812176 CPUtime=0.87
/proc/32066/task/32076/stat : 32076 (java) R 32064 32066 29591 0 -1 64 3376 0 0 0 86 1 0 0 16 0 12 0 628561431 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 103820867 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=812176 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=812176 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 831668224 28868 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 812176

[startup+6.30232 s]
/proc/loadavg: 2.38 2.15 2.04 4/94 32123
/proc/meminfo: memFree=1513072/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=820980 CPUtime=6.92
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 62685 0 1 0 659 33 0 0 18 0 12 0 628561422 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 205245 54572 1361 9 0 202607 0
[pid=32066/tid=32068] ppid=32064 vsize=820980 CPUtime=3.72
/proc/32066/task/32068/stat : 32068 (java) S 32064 32066 29591 0 -1 64 17020 0 1 0 361 11 0 0 18 0 12 0 628561423 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=820980 CPUtime=0.75
/proc/32066/task/32069/stat : 32069 (java) R 32064 32066 29591 0 -1 64 17300 0 0 0 67 8 0 0 19 0 12 0 628561424 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=820980 CPUtime=0.89
/proc/32066/task/32070/stat : 32070 (java) R 32064 32066 29591 0 -1 64 22329 0 0 0 81 8 0 0 17 0 12 0 628561424 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 106157901 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32071/stat : 32071 (java) S 32064 32066 29591 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 628561426 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32073] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=820980 CPUtime=0.58
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1837 0 0 0 58 0 0 0 16 0 12 0 628561431 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=820980 CPUtime=0.91
/proc/32066/task/32076/stat : 32076 (java) S 32064 32066 29591 0 -1 64 3382 0 0 0 90 1 0 0 16 0 12 0 628561431 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 840683520 54572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 820980

[startup+12.7013 s]
/proc/loadavg: 2.51 2.18 2.06 4/94 32123
/proc/meminfo: memFree=1159672/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=820980 CPUtime=13.31
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 114121 0 1 0 1272 59 0 0 18 0 12 0 628561422 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 205245 105993 1361 9 0 202607 0
[pid=32066/tid=32068] ppid=32064 vsize=820980 CPUtime=7.03
/proc/32066/task/32068/stat : 32068 (java) R 32064 32066 29591 0 -1 64 17035 0 1 0 692 11 0 0 16 0 12 0 628561423 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4109766363 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=820980 CPUtime=0.75
/proc/32066/task/32069/stat : 32069 (java) R 32064 32066 29591 0 -1 64 17300 0 0 0 67 8 0 0 19 0 12 0 628561424 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=820980 CPUtime=3.98
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 73750 0 0 0 363 35 0 0 17 0 12 0 628561424 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32071/stat : 32071 (java) S 32064 32066 29591 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 628561426 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32073] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=820980 CPUtime=0.58
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1837 0 0 0 58 0 0 0 16 0 12 0 628561431 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=820980 CPUtime=0.91
/proc/32066/task/32076/stat : 32076 (java) S 32064 32066 29591 0 -1 64 3382 0 0 0 90 1 0 0 16 0 12 0 628561431 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=820980 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 840683520 105993 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.31
Current children cumulated vsize (KiB) 820980

[startup+25.5022 s]
/proc/loadavg: 2.84 2.27 2.09 4/94 32123
/proc/meminfo: memFree=615160/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=836984 CPUtime=26.11
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 189296 0 1 0 2518 93 0 0 18 0 12 0 628561422 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 209246 173638 1365 9 0 206608 0
[pid=32066/tid=32068] ppid=32064 vsize=836984 CPUtime=12.01
/proc/32066/task/32068/stat : 32068 (java) S 32064 32066 29591 0 -1 64 23201 0 1 0 1186 15 0 0 18 0 12 0 628561423 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=836984 CPUtime=1.21
/proc/32066/task/32069/stat : 32069 (java) R 32064 32066 29591 0 -1 64 17300 0 0 0 113 8 0 0 17 0 12 0 628561424 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=836984 CPUtime=8.52
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 131246 0 0 0 791 61 0 0 16 0 12 0 628561424 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=836984 CPUtime=2.82
/proc/32066/task/32071/stat : 32071 (java) R 32064 32066 29591 0 -1 64 11568 0 0 0 277 5 0 0 16 0 12 0 628561426 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 104126375 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32073] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 857071616 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32066/tid=32077] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 857071616 178332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 857071616 178332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.28
Current children cumulated vsize (KiB) 836984

[startup+89.5016 s]
/proc/loadavg: 2.38 2.25 2.09 3/94 32123
/proc/meminfo: memFree=313912/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=852984 CPUtime=90.08
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 428869 0 1 0 8789 219 0 0 18 0 12 0 628561422 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 213246 182332 1365 9 0 210608 0
[pid=32066/tid=32068] ppid=32064 vsize=852984 CPUtime=13.44
/proc/32066/task/32068/stat : 32068 (java) S 32064 32066 29591 0 -1 64 23216 0 1 0 1329 15 0 0 17 0 12 0 628561423 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=852984 CPUtime=1.21
/proc/32066/task/32069/stat : 32069 (java) S 32064 32066 29591 0 -1 64 17300 0 0 0 113 8 0 0 17 0 12 0 628561424 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=852984 CPUtime=8.52
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 131246 0 0 0 791 61 0 0 16 0 12 0 628561424 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=852984 CPUtime=65.34
/proc/32066/task/32071/stat : 32071 (java) R 32064 32066 29591 0 -1 64 251126 0 0 0 6404 130 0 0 25 0 12 0 628561426 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=852984 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32073] ppid=32064 vsize=852984 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=852984 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=852984 CPUtime=0.58
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1837 0 0 0 58 0 0 0 16 0 12 0 628561431 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=852984 CPUtime=0.91
/proc/32066/task/32076/stat : 32076 (java) S 32064 32066 29591 0 -1 64 3382 0 0 0 90 1 0 0 16 0 12 0 628561431 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=852984 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=852984 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 873455616 182332 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.08
Current children cumulated vsize (KiB) 852984

[startup+95.9025 s]
/proc/loadavg: 2.35 2.25 2.09 3/94 32123
/proc/meminfo: memFree=352312/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=836984 CPUtime=96.47
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 460138 0 1 0 9410 237 0 0 18 0 12 0 628561422 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 209246 178333 1366 9 0 206608 0
[pid=32066/tid=32068] ppid=32064 vsize=836984 CPUtime=13.44
/proc/32066/task/32068/stat : 32068 (java) S 32064 32066 29591 0 -1 64 23219 0 1 0 1329 15 0 0 17 0 12 0 628561423 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=836984 CPUtime=1.21
/proc/32066/task/32069/stat : 32069 (java) S 32064 32066 29591 0 -1 64 17300 0 0 0 113 8 0 0 17 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=836984 CPUtime=8.52
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 131246 0 0 0 791 61 0 0 16 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=836984 CPUtime=71.75
/proc/32066/task/32071/stat : 32071 (java) R 32064 32066 29591 0 -1 64 282392 0 0 0 7026 149 0 0 25 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 105677734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32073] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=836984 CPUtime=0.58
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1837 0 0 0 58 0 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=836984 CPUtime=0.91
/proc/32066/task/32076/stat : 32076 (java) S 32064 32066 29591 0 -1 64 3382 0 0 0 90 1 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.47
Current children cumulated vsize (KiB) 836984

[startup+97.5028 s]
/proc/loadavg: 2.35 2.25 2.09 3/94 32123
/proc/meminfo: memFree=340280/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=836984 CPUtime=98.07
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 460138 0 1 0 9570 237 0 0 18 0 12 0 628561422 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 209246 178333 1366 9 0 206608 0
[pid=32066/tid=32068] ppid=32064 vsize=836984 CPUtime=13.44
/proc/32066/task/32068/stat : 32068 (java) S 32064 32066 29591 0 -1 64 23219 0 1 0 1329 15 0 0 17 0 12 0 628561423 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=836984 CPUtime=1.21
/proc/32066/task/32069/stat : 32069 (java) S 32064 32066 29591 0 -1 64 17300 0 0 0 113 8 0 0 17 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=836984 CPUtime=8.52
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 131246 0 0 0 791 61 0 0 16 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=836984 CPUtime=73.35
/proc/32066/task/32071/stat : 32071 (java) R 32064 32066 29591 0 -1 64 282392 0 0 0 7186 149 0 0 25 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32073] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=836984 CPUtime=0.58
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1837 0 0 0 58 0 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=836984 CPUtime=0.91
/proc/32066/task/32076/stat : 32076 (java) S 32064 32066 29591 0 -1 64 3382 0 0 0 90 1 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.07
Current children cumulated vsize (KiB) 836984

[startup+98.3029 s]
/proc/loadavg: 2.35 2.25 2.09 3/94 32123
/proc/meminfo: memFree=330040/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=836984 CPUtime=98.87
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 460138 0 1 0 9650 237 0 0 18 0 12 0 628561422 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 209246 178333 1366 9 0 206608 0
[pid=32066/tid=32068] ppid=32064 vsize=836984 CPUtime=13.44
/proc/32066/task/32068/stat : 32068 (java) S 32064 32066 29591 0 -1 64 23219 0 1 0 1329 15 0 0 17 0 12 0 628561423 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=836984 CPUtime=1.21
/proc/32066/task/32069/stat : 32069 (java) S 32064 32066 29591 0 -1 64 17300 0 0 0 113 8 0 0 17 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=836984 CPUtime=8.52
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 131246 0 0 0 791 61 0 0 16 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=836984 CPUtime=74.15
/proc/32066/task/32071/stat : 32071 (java) R 32064 32066 29591 0 -1 64 282392 0 0 0 7266 149 0 0 25 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32073] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=836984 CPUtime=0.58
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1837 0 0 0 58 0 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=836984 CPUtime=0.91
/proc/32066/task/32076/stat : 32076 (java) S 32064 32066 29591 0 -1 64 3382 0 0 0 90 1 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.87
Current children cumulated vsize (KiB) 836984

[startup+99.102 s]
/proc/loadavg: 2.32 2.24 2.09 3/94 32123
/proc/meminfo: memFree=330040/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=836984 CPUtime=99.67
/proc/32066/stat : 32066 (java) S 32064 32066 29591 0 -1 0 460138 0 1 0 9730 237 0 0 18 0 12 0 628561422 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32066/statm: 209246 178333 1366 9 0 206608 0
[pid=32066/tid=32068] ppid=32064 vsize=836984 CPUtime=13.44
/proc/32066/task/32068/stat : 32068 (java) S 32064 32066 29591 0 -1 64 23219 0 1 0 1329 15 0 0 17 0 12 0 628561423 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32069] ppid=32064 vsize=836984 CPUtime=1.21
/proc/32066/task/32069/stat : 32069 (java) S 32064 32066 29591 0 -1 64 17300 0 0 0 113 8 0 0 17 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32070] ppid=32064 vsize=836984 CPUtime=8.52
/proc/32066/task/32070/stat : 32070 (java) S 32064 32066 29591 0 -1 64 131246 0 0 0 791 61 0 0 16 0 12 0 628561424 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32071] ppid=32064 vsize=836984 CPUtime=74.95
/proc/32066/task/32071/stat : 32071 (java) R 32064 32066 29591 0 -1 64 282392 0 0 0 7346 149 0 0 25 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32072] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32072/stat : 32072 (java) S 32064 32066 29591 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32073] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32073/stat : 32073 (java) S 32064 32066 29591 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628561426 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32074] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32074/stat : 32074 (java) S 32064 32066 29591 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32075] ppid=32064 vsize=836984 CPUtime=0.58
/proc/32066/task/32075/stat : 32075 (java) S 32064 32066 29591 0 -1 64 1837 0 0 0 58 0 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32076] ppid=32064 vsize=836984 CPUtime=0.91
/proc/32066/task/32076/stat : 32076 (java) S 32064 32066 29591 0 -1 64 3382 0 0 0 90 1 0 0 16 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32066/tid=32077] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32077/stat : 32077 (java) S 32064 32066 29591 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32066/tid=32078] ppid=32064 vsize=836984 CPUtime=0
/proc/32066/task/32078/stat : 32078 (java) S 32064 32066 29591 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628561431 857071616 178333 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.67
Current children cumulated vsize (KiB) 836984

[startup+99.5048 s]
/proc/loadavg: 2.32 2.24 2.09 3/94 32123
/proc/meminfo: memFree=330040/2055920 swapFree=4180236/4192956
[pid=32066] ppid=32064 vsize=0 CPUtime=100.03
/proc/32066/stat : 32066 (java) Z 32064 32066 29591 0 -1 12 460151 0 1 0 9761 242 0 0 16 0 2 0 628561422 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32066/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 100.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 99.5674
CPU time (s): 100.094
CPU user time (s): 97.6102
CPU system time (s): 2.48362
CPU usage (%): 100.529
Max. virtual memory (cumulated for all children) (KiB): 868988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.6102
system time used= 2.48362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460151
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= 3103
involuntary context switches= 1682

runsolver used 0.150977 second user time and 0.400939 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 05:37:58
IDJOB=1052214
IDBENCH=55970
IDSOLVER=344
FILE ID=node39/1052214-1215056278
PBS_JOBID= 7875095
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c5b8b02c8b97ccddd1a9c359efeb6b23
RANDOM SEED=207213762

node39.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.267
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.267
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:       1777904 kB
Buffers:         42168 kB
Cached:         148096 kB
SwapCached:       6528 kB
Active:         113452 kB
Inactive:        93712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777904 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            6144 kB
Writeback:           0 kB
Mapped:          22516 kB
Slab:            56476 kB
Committed_AS:   808900 kB
PageTables:       1716 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 node39 at 2008-07-03 05:39:38