Trace number 2073539

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? 89.5094 88.3648

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-24_ext.xml
MD5SUMdd049e88b28a585af20f4616b3613c17
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 benchmark15.7596
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

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

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-2073539-1247358713/watcher-2073539-1247358713 -o /tmp/evaluation-result-2073539-1247358713/solver-2073539-1247358713 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073539-1247358713.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: 1.92 1.97 1.97 4/82 22112
/proc/meminfo: memFree=1794392/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=0 CPUtime=0
/proc/22112/stat : 22112 (java6) R 22110 22112 20198 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 22935230 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/22112/statm: 0 0 0 0 0 0 0

[startup+0.0853511 s]
/proc/loadavg: 1.92 1.97 1.97 4/82 22112
/proc/meminfo: memFree=1794392/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=802164 CPUtime=0.07
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 2892 0 1 0 6 1 0 0 18 0 7 0 22935230 821415936 2637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 200541 2637 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.102392 s]
/proc/loadavg: 1.92 1.97 1.97 4/82 22112
/proc/meminfo: memFree=1794392/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=804560 CPUtime=0.09
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 3061 0 1 0 7 2 0 0 18 0 12 0 22935230 823869440 2804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 201140 2805 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30137 s]
/proc/loadavg: 1.92 1.97 1.97 4/82 22112
/proc/meminfo: memFree=1794392/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=805776 CPUtime=0.28
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 4363 0 1 0 25 3 0 0 18 0 12 0 22935230 825114624 4100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 201444 4100 1363 9 0 198771 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805776

[startup+0.70142 s]
/proc/loadavg: 1.92 1.97 1.97 4/82 22112
/proc/meminfo: memFree=1794392/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=807168 CPUtime=0.69
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 13733 0 1 0 60 9 0 0 18 0 12 0 22935230 826540032 13189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 201792 13198 1384 9 0 199119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807168

[startup+1.5025 s]
/proc/loadavg: 1.92 1.97 1.97 3/94 22124
/proc/meminfo: memFree=1744056/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=807408 CPUtime=1.48
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 17499 0 1 0 138 10 0 0 18 0 12 0 22935230 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 201852 16630 1401 9 0 199179 0
[pid=22112/tid=22114] ppid=22110 vsize=807408 CPUtime=0.95
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 20198 0 -1 64 15133 0 1 0 87 8 0 0 25 0 12 0 22935231 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 22935232 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 22935232 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 20198 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22935233 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22935234 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 22935234 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=807408 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=807408 CPUtime=0.47
/proc/22112/task/22122/stat : 22122 (java) R 22110 22112 20198 0 -1 64 1394 0 0 0 47 0 0 0 17 0 12 0 22935238 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 105573873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=807408 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 826785792 16630 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807408

[startup+3.10166 s]
/proc/loadavg: 1.92 1.97 1.97 4/94 22124
/proc/meminfo: memFree=1697264/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=809304 CPUtime=3.09
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 31011 0 1 0 293 16 0 0 18 0 12 0 22935230 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 202326 28117 1423 9 0 199653 0
[pid=22112/tid=22114] ppid=22110 vsize=809304 CPUtime=1.8
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 20198 0 -1 64 16901 0 1 0 171 9 0 0 25 0 12 0 22935231 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4109292899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=809304 CPUtime=0.04
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 4925 0 0 0 2 2 0 0 16 0 12 0 22935232 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=809304 CPUtime=0.03
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 4258 0 0 0 2 1 0 0 16 0 12 0 22935232 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=809304 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 20198 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22935233 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=809304 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=809304 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=809304 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=809304 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=809304 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=809304 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=809304 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 828727296 28117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 809304

[startup+6.30299 s]
/proc/loadavg: 1.93 1.97 1.97 5/94 22124
/proc/meminfo: memFree=1600560/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=808856 CPUtime=6.36
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 58056 0 1 0 609 27 0 0 18 0 12 0 22935230 828268544 54943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 202214 54947 1423 9 0 199541 0
[pid=22112/tid=22114] ppid=22110 vsize=808856 CPUtime=3.8
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 20198 0 -1 64 16909 0 1 0 371 9 0 0 25 0 12 0 22935231 828268544 54950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=808856 CPUtime=0.66
/proc/22112/task/22115/stat : 22115 (java) R 22110 22112 20198 0 -1 64 19378 0 0 0 58 8 0 0 16 0 12 0 22935232 828268544 54954 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=808856 CPUtime=0.69
/proc/22112/task/22116/stat : 22116 (java) R 22110 22112 20198 0 -1 64 16856 0 0 0 63 6 0 0 15 0 12 0 22935232 828268544 54958 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=808856 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 20198 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22935233 828268544 54961 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=808856 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 828268544 54965 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=808856 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 828268544 54969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=808856 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 828268544 54973 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=808856 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 828268544 54976 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=808856 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 828268544 54980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=808856 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 828268544 54984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=808856 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 828268544 54988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 808856

[startup+12.7016 s]
/proc/loadavg: 1.93 1.97 1.97 3/93 22124
/proc/meminfo: memFree=1379704/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=811424 CPUtime=13.12
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 112661 0 1 0 1260 52 0 0 18 0 12 0 22935230 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 202856 107310 1423 9 0 200183 0
[pid=22112/tid=22114] ppid=22110 vsize=811424 CPUtime=7.18
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 20198 0 -1 64 16926 0 1 0 709 9 0 0 22 0 12 0 22935231 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=811424 CPUtime=2.44
/proc/22112/task/22115/stat : 22115 (java) R 22110 22112 20198 0 -1 64 40593 0 0 0 225 19 0 0 16 0 12 0 22935232 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22112/tid=22116] ppid=22110 vsize=811424 CPUtime=2.29
/proc/22112/task/22116/stat : 22116 (java) R 22110 22112 20198 0 -1 64 50215 0 0 0 209 20 0 0 16 0 12 0 22935232 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 106195358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=811424 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 20198 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 22935233 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22112/tid=22118] ppid=22110 vsize=811424 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=811424 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=811424 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=811424 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=811424 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=811424 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=811424 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 830898176 107310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 811424

[startup+25.503 s]
/proc/loadavg: 2.09 2.00 1.98 3/93 22165
/proc/meminfo: memFree=1179912/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=827428 CPUtime=26.69
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 185486 0 1 0 2586 83 0 0 18 0 12 0 22935230 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 206857 171244 1425 9 0 204184 0
[pid=22112/tid=22114] ppid=22110 vsize=827428 CPUtime=11.72
/proc/22112/task/22114/stat : 22114 (java) S 22110 22112 20198 0 -1 64 16947 0 1 0 1162 10 0 0 18 0 12 0 22935231 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=827428 CPUtime=5.2
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 71650 0 0 0 489 31 0 0 15 0 12 0 22935232 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=827428 CPUtime=4.74
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 80451 0 0 0 441 33 0 0 16 0 12 0 22935232 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=827428 CPUtime=3.81
/proc/22112/task/22117/stat : 22117 (java) R 22110 22112 20198 0 -1 64 11523 0 0 0 376 5 0 0 17 0 12 0 22935233 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 105886129 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 171244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=827428 CPUtime=0.03

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

[pid=22112/tid=22123] ppid=22110 vsize=843428 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 863670272 180029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=843428 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 863670272 180029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.06
Current children cumulated vsize (KiB) 843428

[startup+76.7022 s]
/proc/loadavg: 2.04 2.00 1.98 3/94 22207
/proc/meminfo: memFree=1092792/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=827428 CPUtime=77.86
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 425396 0 1 0 7584 202 0 0 18 0 12 0 22935230 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 206857 176029 1425 9 0 204184 0
[pid=22112/tid=22114] ppid=22110 vsize=827428 CPUtime=13.02
/proc/22112/task/22114/stat : 22114 (java) S 22110 22112 20198 0 -1 64 16962 0 1 0 1292 10 0 0 17 0 12 0 22935231 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=827428 CPUtime=5.2
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 71650 0 0 0 489 31 0 0 15 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=827428 CPUtime=4.74
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 80451 0 0 0 441 33 0 0 16 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=827428 CPUtime=53.68
/proc/22112/task/22117/stat : 22117 (java) R 22110 22112 20198 0 -1 64 251418 0 0 0 5245 123 0 0 25 0 12 0 22935233 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=827428 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=827428 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.86
Current children cumulated vsize (KiB) 827428

[startup+83.1029 s]
/proc/loadavg: 2.04 2.00 1.98 3/94 22207
/proc/meminfo: memFree=1076600/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=827428 CPUtime=84.25
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 464667 0 1 0 8203 222 0 0 18 0 12 0 22935230 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 206857 176029 1424 9 0 204184 0
[pid=22112/tid=22114] ppid=22110 vsize=827428 CPUtime=13.02
/proc/22112/task/22114/stat : 22114 (java) S 22110 22112 20198 0 -1 64 16966 0 1 0 1292 10 0 0 17 0 12 0 22935231 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=827428 CPUtime=5.2
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 71650 0 0 0 489 31 0 0 15 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=827428 CPUtime=4.74
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 80451 0 0 0 441 33 0 0 16 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=827428 CPUtime=60.07
/proc/22112/task/22117/stat : 22117 (java) R 22110 22112 20198 0 -1 64 290685 0 0 0 5863 144 0 0 25 0 12 0 22935233 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=827428 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=827428 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.25
Current children cumulated vsize (KiB) 827428

[startup+86.3022 s]
/proc/loadavg: 2.04 2.00 1.98 3/94 22207
/proc/meminfo: memFree=1092664/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=827428 CPUtime=87.45
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 472422 0 1 0 8519 226 0 0 18 0 12 0 22935230 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 206857 176029 1424 9 0 204184 0
[pid=22112/tid=22114] ppid=22110 vsize=827428 CPUtime=13.02
/proc/22112/task/22114/stat : 22114 (java) S 22110 22112 20198 0 -1 64 16966 0 1 0 1292 10 0 0 17 0 12 0 22935231 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=827428 CPUtime=5.2
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 71650 0 0 0 489 31 0 0 15 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=827428 CPUtime=4.74
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 80451 0 0 0 441 33 0 0 16 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=827428 CPUtime=63.27
/proc/22112/task/22117/stat : 22117 (java) R 22110 22112 20198 0 -1 64 298440 0 0 0 6179 148 0 0 25 0 12 0 22935233 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 104187830 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=827428 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=827428 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.45
Current children cumulated vsize (KiB) 827428

[startup+87.1023 s]
/proc/loadavg: 2.04 2.00 1.98 3/94 22207
/proc/meminfo: memFree=1092664/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=827428 CPUtime=88.25
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 472422 0 1 0 8599 226 0 0 18 0 12 0 22935230 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 206857 176029 1424 9 0 204184 0
[pid=22112/tid=22114] ppid=22110 vsize=827428 CPUtime=13.02
/proc/22112/task/22114/stat : 22114 (java) S 22110 22112 20198 0 -1 64 16966 0 1 0 1292 10 0 0 17 0 12 0 22935231 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=827428 CPUtime=5.2
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 71650 0 0 0 489 31 0 0 15 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=827428 CPUtime=4.74
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 80451 0 0 0 441 33 0 0 16 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=827428 CPUtime=64.07
/proc/22112/task/22117/stat : 22117 (java) R 22110 22112 20198 0 -1 64 298440 0 0 0 6259 148 0 0 25 0 12 0 22935233 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=827428 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=827428 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.25
Current children cumulated vsize (KiB) 827428

[startup+87.9014 s]
/proc/loadavg: 2.04 2.00 1.98 3/94 22207
/proc/meminfo: memFree=1092664/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=827428 CPUtime=89.05
/proc/22112/stat : 22112 (java) S 22110 22112 20198 0 -1 0 472422 0 1 0 8679 226 0 0 18 0 12 0 22935230 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 206857 176029 1424 9 0 204184 0
[pid=22112/tid=22114] ppid=22110 vsize=827428 CPUtime=13.02
/proc/22112/task/22114/stat : 22114 (java) S 22110 22112 20198 0 -1 64 16966 0 1 0 1292 10 0 0 17 0 12 0 22935231 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=827428 CPUtime=5.2
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 20198 0 -1 64 71650 0 0 0 489 31 0 0 15 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=827428 CPUtime=4.74
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 20198 0 -1 64 80451 0 0 0 441 33 0 0 16 0 12 0 22935232 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=827428 CPUtime=64.88
/proc/22112/task/22117/stat : 22117 (java) R 22110 22112 20198 0 -1 64 298440 0 0 0 6340 148 0 0 25 0 12 0 22935233 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 20198 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 20198 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22935234 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 20198 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=827428 CPUtime=0.03
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 20198 0 -1 64 231 0 0 0 3 0 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=827428 CPUtime=1.13
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 20198 0 -1 64 3945 0 0 0 112 1 0 0 17 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=827428 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 20198 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22935238 847286272 176029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.05
Current children cumulated vsize (KiB) 827428

[startup+88.3014 s]
/proc/loadavg: 2.04 2.00 1.98 3/94 22207
/proc/meminfo: memFree=1092664/2055920 swapFree=4192812/4192956
[pid=22112] ppid=22110 vsize=0 CPUtime=89.44
/proc/22112/stat : 22112 (java) Z 22110 22112 20198 0 -1 12 472440 0 1 0 8713 231 0 0 16 0 2 0 22935230 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 88.3648
CPU time (s): 89.5094
CPU user time (s): 87.1358
CPU system time (s): 2.37364
CPU usage (%): 101.295
Max. virtual memory (cumulated for all children) (KiB): 859432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.1358
system time used= 2.37364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472440
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= 3223
involuntary context switches= 4083

runsolver used 0.135979 second user time and 0.309952 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 02:31:54
IDJOB=2073539
IDBENCH=55988
IDSOLVER=731
FILE ID=node44/2073539-1247358713
PBS_JOBID= 9506829
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-24_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073539-1247358713/watcher-2073539-1247358713 -o /tmp/evaluation-result-2073539-1247358713/solver-2073539-1247358713 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073539-1247358713.xml

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

MD5SUM BENCH= dd049e88b28a585af20f4616b3613c17
RANDOM SEED=141180206

node44.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.219
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.219
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:       1794872 kB
Buffers:         14248 kB
Cached:          87480 kB
SwapCached:          0 kB
Active:         184120 kB
Inactive:        27772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:         130480 kB
Slab:            34044 kB
Committed_AS:   366172 kB
PageTables:       2004 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= 66376 MiB
End job on node44 at 2009-07-12 02:33:22