Trace number 2064552

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 95.5345 94.6034

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-14_ext.xml
MD5SUMe075cbb1a651a23fe8745c68f09e3900
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6918
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.12/0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.24	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.24	c See www.sat4j.org for details.
0.12/0.24	c That software uses the Rhino library from the Mozilla project.
0.12/0.26	c version 2.1.1.v20090622
0.12/0.26	c sun.arch.data.model	32
0.12/0.26	c java.version	1.6.0_12
0.12/0.26	c os.name	Linux
0.12/0.26	c os.version	2.6.9-22.EL.rootsmp
0.12/0.26	c os.arch	i386
0.12/0.26	c Free memory 671000808
0.12/0.26	c Max memory 672137216
0.12/0.26	c Total memory 672137216
0.12/0.26	c Number of processors 2
0.21/0.34	c c --- Begin Solver configuration ---
0.21/0.34	c Stops conflict analysis at the first Unique Implication Point
0.21/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.21/0.34	c Learn all clauses as in MiniSAT
0.21/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.21/0.34	c Expensive reason simplification
0.21/0.34	c MiniSAT restarts strategy
0.21/0.34	c Memory based learned constraints deletion strategy
0.21/0.34	c timeout=2147483s
0.21/0.34	c DB Simplification allowed=false
0.21/0.34	c --- End Solver configuration ---
0.21/0.34	c solving HOME/instance-2064552-1247335589.xml
0.21/0.34	c reading problem ... 
0.48/0.63	c reading problem named null
0.48/0.63	c reading domains done.
0.48/0.64	c reading variables done.
0.48/0.65	c reading relations done.
1.46/1.57	c reading constraints
95.38/94.44	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
95.38/94.44		at org.sat4j.core.VecInt.ensure(Unknown Source)
95.38/94.44		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
95.38/94.44		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
95.38/94.44		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
95.38/94.44		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
95.38/94.44		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
95.38/94.44		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
95.38/94.44		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
95.38/94.44		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
95.38/94.44	c starts		: 0
95.38/94.44	c conflicts		: 0
95.38/94.44	c decisions		: 0
95.38/94.44	c propagations		: 0
95.38/94.44	c inspects		: 0
95.38/94.44	c learnt literals	: 0
95.38/94.44	c learnt binary clauses	: 0
95.38/94.44	c learnt ternary clauses	: 0
95.38/94.44	c learnt clauses	: 0
95.38/94.44	c ignored clauses	: 0
95.38/94.44	c root simplifications	: 0
95.38/94.44	c removed literals (reason simplification)	: 0
95.38/94.44	c reason swapping (by a shorter reason)	: 0
95.38/94.44	c Calls to reduceDB	: 0
95.38/94.44	c speed (assignments/second)	: 0.0
95.38/94.44	c non guided choices	0
95.38/94.45	c learnt constraints type 
95.38/94.45	c constraints type 
95.38/94.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5877313
95.38/94.45	c org.sat4j.minisat.constraints.card.AtLeast => 21
95.38/94.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21
95.38/94.45	s UNKNOWN
95.38/94.45	c Total wall clock time (in seconds) : 94.1

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064552-1247335589/watcher-2064552-1247335589 -o /tmp/evaluation-result-2064552-1247335589/solver-2064552-1247335589 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064552-1247335589.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.16 2.16 3/82 14352
/proc/meminfo: memFree=1501032/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=18576 CPUtime=0
/proc/14352/stat : 14352 (runsolver) R 14350 14352 13923 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 20624092 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 249069890855 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14352/statm: 4644 284 249 26 0 2626 0

[startup+0.0445859 s]
/proc/loadavg: 2.14 2.16 2.16 3/82 14352
/proc/meminfo: memFree=1501032/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=12928 CPUtime=0.01
/proc/14352/stat : 14352 (java) R 14350 14352 13923 0 -1 0 374 0 12 0 0 1 0 0 20 0 1 0 20624092 13238272 193 996147200 134512640 134550932 4294956016 18446744073709551615 11891498 0 0 4096 0 0 0 0 17 0 0 0
/proc/14352/statm: 3232 193 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.103537 s]
/proc/loadavg: 2.14 2.16 2.16 3/82 14352
/proc/meminfo: memFree=1501032/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=801384 CPUtime=0.05
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 2460 0 28 0 1 4 0 0 19 0 5 0 20624092 820617216 2234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 200346 2234 973 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.301555 s]
/proc/loadavg: 2.14 2.16 2.16 3/82 14352
/proc/meminfo: memFree=1501032/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=805356 CPUtime=0.21
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 3786 0 28 0 16 5 0 0 19 0 12 0 20624092 824684544 3551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 201339 3551 1332 9 0 198673 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 805356

[startup+0.701597 s]
/proc/loadavg: 2.14 2.16 2.16 3/82 14352
/proc/meminfo: memFree=1501032/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=807352 CPUtime=0.58
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 5372 0 28 0 50 8 0 0 19 0 12 0 20624092 826728448 4924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 201838 4924 1384 9 0 199165 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 807352

[startup+1.50168 s]
/proc/loadavg: 2.13 2.15 2.16 5/94 14364
/proc/meminfo: memFree=1476808/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=812084 CPUtime=1.46
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 10721 0 28 0 135 11 0 0 19 0 12 0 20624092 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 203021 8660 1410 9 0 200348 0
[pid=14352/tid=14354] ppid=14350 vsize=812084 CPUtime=0.69
/proc/14352/task/14354/stat : 14354 (java) R 14350 14352 13923 0 -1 64 6016 0 1 0 63 6 0 0 18 0 12 0 20624100 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14355/stat : 14355 (java) S 14350 14352 13923 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 20624101 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14356] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14356/stat : 14356 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 20624101 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14357] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14357/stat : 14357 (java) S 14350 14352 13923 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20624103 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14358] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 20624103 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20624103 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14360] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=812084 CPUtime=0.14
/proc/14352/task/14361/stat : 14361 (java) R 14350 14352 13923 0 -1 64 261 0 0 0 14 0 0 0 16 0 12 0 20624110 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 103108544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=812084 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 831574016 8660 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812084

[startup+3.10284 s]
/proc/loadavg: 2.13 2.15 2.16 3/94 14364
/proc/meminfo: memFree=1447944/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=812084 CPUtime=3.08
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 32737 0 28 0 289 19 0 0 19 0 12 0 20624092 831574016 30158 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 203021 30159 1421 9 0 200348 0
[pid=14352/tid=14354] ppid=14350 vsize=812084 CPUtime=1.75
/proc/14352/task/14354/stat : 14354 (java) R 14350 14352 13923 0 -1 64 16906 0 1 0 165 10 0 0 25 0 12 0 20624100 831574016 30160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=812084 CPUtime=0.13
/proc/14352/task/14355/stat : 14355 (java) R 14350 14352 13923 0 -1 64 5321 0 0 0 12 1 0 0 16 0 12 0 20624101 831574016 30163 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14356] ppid=14350 vsize=812084 CPUtime=0.13
/proc/14352/task/14356/stat : 14356 (java) R 14350 14352 13923 0 -1 64 5448 0 0 0 11 2 0 0 16 0 12 0 20624101 831574016 30165 996147200 134512640 134550932 4294956016 18446744073709551615 106195343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14357] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14357/stat : 14357 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20624103 831574016 30166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14358] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 831574016 30168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20624103 831574016 30171 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14360] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 831574016 30173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=812084 CPUtime=0.42
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 619 0 0 0 42 0 0 0 17 0 12 0 20624110 831574016 30174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=812084 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 831574016 30177 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 831574016 30179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=812084 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 831574016 30181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 812084

[startup+6.30216 s]
/proc/loadavg: 2.28 2.18 2.17 3/94 14364
/proc/meminfo: memFree=1288584/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=812412 CPUtime=6.55
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 63021 0 28 0 622 33 0 0 19 0 12 0 20624092 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 203103 59392 1421 9 0 200430 0
[pid=14352/tid=14354] ppid=14350 vsize=812412 CPUtime=3.84
/proc/14352/task/14354/stat : 14354 (java) R 14350 14352 13923 0 -1 64 16911 0 1 0 374 10 0 0 25 0 12 0 20624100 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14355] ppid=14350 vsize=812412 CPUtime=0.75
/proc/14352/task/14355/stat : 14355 (java) R 14350 14352 13923 0 -1 64 18381 0 0 0 67 8 0 0 16 0 12 0 20624101 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 104198029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14356] ppid=14350 vsize=812412 CPUtime=0.88
/proc/14352/task/14356/stat : 14356 (java) R 14350 14352 13923 0 -1 64 22663 0 0 0 79 9 0 0 16 0 12 0 20624101 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14357] ppid=14350 vsize=812412 CPUtime=0
/proc/14352/task/14357/stat : 14357 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20624103 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14358] ppid=14350 vsize=812412 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=812412 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20624103 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14360] ppid=14350 vsize=812412 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=812412 CPUtime=0.42
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 619 0 0 0 42 0 0 0 17 0 12 0 20624110 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=812412 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=812412 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=812412 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 831909888 59392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 812412

[startup+12.7028 s]
/proc/loadavg: 2.26 2.18 2.17 5/94 14364
/proc/meminfo: memFree=1096072/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=814336 CPUtime=13.28
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 108251 0 28 0 1275 53 0 0 19 0 12 0 20624092 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 203584 103718 1421 9 0 200911 0
[pid=14352/tid=14354] ppid=14350 vsize=814336 CPUtime=7.19
/proc/14352/task/14354/stat : 14354 (java) R 14350 14352 13923 0 -1 64 16928 0 1 0 709 10 0 0 25 0 12 0 20624100 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=814336 CPUtime=2.69
/proc/14352/task/14355/stat : 14355 (java) R 14350 14352 13923 0 -1 64 39516 0 0 0 252 17 0 0 16 0 12 0 20624101 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14356] ppid=14350 vsize=814336 CPUtime=2.31
/proc/14352/task/14356/stat : 14356 (java) R 14350 14352 13923 0 -1 64 46741 0 0 0 211 20 0 0 16 0 12 0 20624101 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14357] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14357/stat : 14357 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 20624103 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14358] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20624103 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14360] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=814336 CPUtime=0.43
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 619 0 0 0 43 0 0 0 16 0 12 0 20624110 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=814336 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 833880064 103718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 814336

[startup+25.5011 s]
/proc/loadavg: 2.35 2.20 2.18 3/94 14364
/proc/meminfo: memFree=821576/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=814336 CPUtime=26.73
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 184002 0 28 0 2590 83 0 0 19 0 12 0 20624092 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 203584 169641 1426 9 0 200911 0
[pid=14352/tid=14354] ppid=14350 vsize=814336 CPUtime=12
/proc/14352/task/14354/stat : 14354 (java) R 14350 14352 13923 0 -1 64 23095 0 1 0 1188 12 0 0 20 0 12 0 20624100 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4109635534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14355] ppid=14350 vsize=814336 CPUtime=5.77
/proc/14352/task/14355/stat : 14355 (java) S 14350 14352 13923 0 -1 64 79004 0 0 0 544 33 0 0 17 0 12 0 20624101 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14356] ppid=14350 vsize=814336 CPUtime=4.99
/proc/14352/task/14356/stat : 14356 (java) S 14350 14352 13923 0 -1 64 69320 0 0 0 471 28 0 0 17 0 12 0 20624101 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14357] ppid=14350 vsize=814336 CPUtime=2.78
/proc/14352/task/14357/stat : 14357 (java) S 14350 14352 13923 0 -1 64 7514 0 0 0 275 3 0 0 15 0 12 0 20624103 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14358] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14359] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 20624103 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14360] ppid=14350 vsize=814336 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 833880064 169641 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=814336 CPUtime=0.53

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

[pid=14352/tid=14363] ppid=14350 vsize=846340 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 866652160 180742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=846340 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 866652160 180742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.76
Current children cumulated vsize (KiB) 846340

[startup+83.1028 s]
/proc/loadavg: 2.32 2.23 2.19 3/94 14364
/proc/meminfo: memFree=776584/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=830340 CPUtime=84.14
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 401206 0 28 0 8228 186 0 0 19 0 12 0 20624092 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 207585 176742 1426 9 0 204912 0
[pid=14352/tid=14354] ppid=14350 vsize=830340 CPUtime=14.15
/proc/14352/task/14354/stat : 14354 (java) S 14350 14352 13923 0 -1 64 23112 0 1 0 1403 12 0 0 17 0 12 0 20624100 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=830340 CPUtime=6.04
/proc/14352/task/14355/stat : 14355 (java) S 14350 14352 13923 0 -1 64 79004 0 0 0 571 33 0 0 16 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14356] ppid=14350 vsize=830340 CPUtime=5.25
/proc/14352/task/14356/stat : 14356 (java) S 14350 14352 13923 0 -1 64 69320 0 0 0 497 28 0 0 17 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14357] ppid=14350 vsize=830340 CPUtime=57.49
/proc/14352/task/14357/stat : 14357 (java) R 14350 14352 13923 0 -1 64 224701 0 0 0 5644 105 0 0 25 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14358] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14360] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=830340 CPUtime=0.53
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 626 0 0 0 53 0 0 0 16 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=830340 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.14
Current children cumulated vsize (KiB) 830340

[startup+89.5025 s]
/proc/loadavg: 2.30 2.22 2.18 3/94 14364
/proc/meminfo: memFree=792648/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=830340 CPUtime=90.5
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 416215 0 28 0 8857 193 0 0 19 0 12 0 20624092 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 207585 176742 1426 9 0 204912 0
[pid=14352/tid=14354] ppid=14350 vsize=830340 CPUtime=14.16
/proc/14352/task/14354/stat : 14354 (java) S 14350 14352 13923 0 -1 64 23113 0 1 0 1404 12 0 0 17 0 12 0 20624100 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=830340 CPUtime=6.04
/proc/14352/task/14355/stat : 14355 (java) S 14350 14352 13923 0 -1 64 79004 0 0 0 571 33 0 0 16 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14356] ppid=14350 vsize=830340 CPUtime=5.25
/proc/14352/task/14356/stat : 14356 (java) S 14350 14352 13923 0 -1 64 69320 0 0 0 497 28 0 0 17 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14357] ppid=14350 vsize=830340 CPUtime=63.86
/proc/14352/task/14357/stat : 14357 (java) R 14350 14352 13923 0 -1 64 239709 0 0 0 6273 113 0 0 25 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14358] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14360] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=830340 CPUtime=0.53
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 626 0 0 0 53 0 0 0 16 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=830340 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.5
Current children cumulated vsize (KiB) 830340

[startup+92.7028 s]
/proc/loadavg: 2.27 2.22 2.18 3/94 14364
/proc/meminfo: memFree=792584/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=830340 CPUtime=93.69
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 423722 0 28 0 9172 197 0 0 19 0 12 0 20624092 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 207585 176742 1425 9 0 204912 0
[pid=14352/tid=14354] ppid=14350 vsize=830340 CPUtime=14.16
/proc/14352/task/14354/stat : 14354 (java) S 14350 14352 13923 0 -1 64 23116 0 1 0 1404 12 0 0 17 0 12 0 20624100 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=830340 CPUtime=6.04
/proc/14352/task/14355/stat : 14355 (java) S 14350 14352 13923 0 -1 64 79004 0 0 0 571 33 0 0 16 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14356] ppid=14350 vsize=830340 CPUtime=5.25
/proc/14352/task/14356/stat : 14356 (java) S 14350 14352 13923 0 -1 64 69320 0 0 0 497 28 0 0 17 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14357] ppid=14350 vsize=830340 CPUtime=67.05
/proc/14352/task/14357/stat : 14357 (java) R 14350 14352 13923 0 -1 64 247213 0 0 0 6588 117 0 0 25 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14358] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14360] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=830340 CPUtime=0.53
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 626 0 0 0 53 0 0 0 16 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=830340 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.69
Current children cumulated vsize (KiB) 830340

[startup+93.5079 s]
/proc/loadavg: 2.27 2.22 2.18 3/94 14364
/proc/meminfo: memFree=792648/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=830340 CPUtime=94.48
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 423722 0 28 0 9251 197 0 0 19 0 12 0 20624092 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 207585 176742 1425 9 0 204912 0
[pid=14352/tid=14354] ppid=14350 vsize=830340 CPUtime=14.16
/proc/14352/task/14354/stat : 14354 (java) S 14350 14352 13923 0 -1 64 23116 0 1 0 1404 12 0 0 17 0 12 0 20624100 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=830340 CPUtime=6.04
/proc/14352/task/14355/stat : 14355 (java) S 14350 14352 13923 0 -1 64 79004 0 0 0 571 33 0 0 16 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14356] ppid=14350 vsize=830340 CPUtime=5.25
/proc/14352/task/14356/stat : 14356 (java) S 14350 14352 13923 0 -1 64 69320 0 0 0 497 28 0 0 17 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14357] ppid=14350 vsize=830340 CPUtime=67.85
/proc/14352/task/14357/stat : 14357 (java) R 14350 14352 13923 0 -1 64 247213 0 0 0 6668 117 0 0 25 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 106158853 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14358] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14360] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=830340 CPUtime=0.53
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 626 0 0 0 53 0 0 0 16 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=830340 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 94.48
Current children cumulated vsize (KiB) 830340

[startup+94.302 s]
/proc/loadavg: 2.27 2.22 2.18 3/94 14364
/proc/meminfo: memFree=792648/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=830340 CPUtime=95.28
/proc/14352/stat : 14352 (java) S 14350 14352 13923 0 -1 0 423722 0 28 0 9331 197 0 0 19 0 12 0 20624092 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 207585 176742 1425 9 0 204912 0
[pid=14352/tid=14354] ppid=14350 vsize=830340 CPUtime=14.16
/proc/14352/task/14354/stat : 14354 (java) S 14350 14352 13923 0 -1 64 23116 0 1 0 1404 12 0 0 17 0 12 0 20624100 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14355] ppid=14350 vsize=830340 CPUtime=6.04
/proc/14352/task/14355/stat : 14355 (java) S 14350 14352 13923 0 -1 64 79004 0 0 0 571 33 0 0 16 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14356] ppid=14350 vsize=830340 CPUtime=5.25
/proc/14352/task/14356/stat : 14356 (java) S 14350 14352 13923 0 -1 64 69320 0 0 0 497 28 0 0 17 0 12 0 20624101 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14357] ppid=14350 vsize=830340 CPUtime=68.64
/proc/14352/task/14357/stat : 14357 (java) R 14350 14352 13923 0 -1 64 247213 0 0 0 6747 117 0 0 25 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14358] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14358/stat : 14358 (java) S 14350 14352 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14359] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14359/stat : 14359 (java) S 14350 14352 13923 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 20624103 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14360] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14360/stat : 14360 (java) S 14350 14352 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14361] ppid=14350 vsize=830340 CPUtime=0.53
/proc/14352/task/14361/stat : 14361 (java) S 14350 14352 13923 0 -1 64 626 0 0 0 53 0 0 0 16 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14352/tid=14362] ppid=14350 vsize=830340 CPUtime=0.59
/proc/14352/task/14362/stat : 14362 (java) S 14350 14352 13923 0 -1 64 3731 0 0 0 57 2 0 0 18 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14363] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14363/stat : 14363 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14352/tid=14364] ppid=14350 vsize=830340 CPUtime=0
/proc/14352/task/14364/stat : 14364 (java) S 14350 14352 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20624110 850268160 176742 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.28
Current children cumulated vsize (KiB) 830340

[startup+94.5022 s]
/proc/loadavg: 2.27 2.22 2.18 3/84 14365
/proc/meminfo: memFree=827656/2055920 swapFree=4192812/4192956
[pid=14352] ppid=14350 vsize=0 CPUtime=95.43
/proc/14352/stat : 14352 (java) Z 14350 14352 13923 0 -1 12 423739 0 28 0 9345 198 0 0 16 0 2 0 20624092 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 95.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 94.6034
CPU time (s): 95.5345
CPU user time (s): 93.4538
CPU system time (s): 2.08068
CPU usage (%): 100.984
Max. virtual memory (cumulated for all children) (KiB): 862344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.4538
system time used= 2.08068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 423739
page faults= 28
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3633
involuntary context switches= 4937

runsolver used 0.113982 second user time and 0.342947 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 20:06:29
IDJOB=2064552
IDBENCH=54164
IDSOLVER=731
FILE ID=node89/2064552-1247335589
PBS_JOBID= 9506698
Free space on /tmp= 66156 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-14_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064552-1247335589/watcher-2064552-1247335589 -o /tmp/evaluation-result-2064552-1247335589/solver-2064552-1247335589 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2064552-1247335589.xml

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

MD5SUM BENCH= e075cbb1a651a23fe8745c68f09e3900
RANDOM SEED=1598289627

node89.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.213
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.213
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:       1501576 kB
Buffers:          8544 kB
Cached:          65916 kB
SwapCached:          0 kB
Active:         480596 kB
Inactive:        28464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:         455052 kB
Slab:            29728 kB
Committed_AS:   574144 kB
PageTables:       2648 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66156 MiB
End job on node89 at 2009-07-11 20:08:04