Trace number 2073594

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? 94.0907 93.5738

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-5_ext.xml
MD5SUM3f3857850da57279fca201746d0d31de
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.774881
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.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.16	c See www.sat4j.org for details.
0.07/0.16	c That software uses the Rhino library from the Mozilla project.
0.07/0.18	c version 2.1.1.v20090622
0.07/0.18	c sun.arch.data.model	32
0.07/0.18	c java.version	1.6.0_12
0.07/0.18	c os.name	Linux
0.07/0.18	c os.version	2.6.9-22.EL.rootsmp
0.07/0.18	c os.arch	i386
0.07/0.18	c Free memory 671000808
0.07/0.18	c Max memory 672137216
0.07/0.18	c Total memory 672137216
0.07/0.18	c Number of processors 2
0.16/0.27	c c --- Begin Solver configuration ---
0.16/0.27	c Stops conflict analysis at the first Unique Implication Point
0.16/0.27	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.27	c Learn all clauses as in MiniSAT
0.16/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.27	c Expensive reason simplification
0.16/0.27	c MiniSAT restarts strategy
0.16/0.27	c Memory based learned constraints deletion strategy
0.16/0.27	c timeout=2147483s
0.16/0.27	c DB Simplification allowed=false
0.16/0.27	c --- End Solver configuration ---
0.16/0.27	c solving HOME/instance-2073594-1247358786.xml
0.16/0.27	c reading problem ... 
0.46/0.52	c reading problem named null
0.46/0.52	c reading domains done.
0.46/0.53	c reading variables done.
0.46/0.54	c reading relations done.
2.64/2.75	c reading constraints
93.96/93.41	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
93.96/93.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
93.96/93.41		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
93.96/93.41		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
93.96/93.41		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
93.96/93.41		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
93.96/93.41		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
93.96/93.41		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
93.96/93.41		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
93.96/93.41		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
93.96/93.41		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
93.96/93.41		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
93.96/93.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
93.96/93.41		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
93.96/93.41	c starts		: 0
93.96/93.41	c conflicts		: 0
93.96/93.41	c decisions		: 0
93.96/93.41	c propagations		: 0
93.96/93.41	c inspects		: 0
93.96/93.41	c learnt literals	: 0
93.96/93.41	c learnt binary clauses	: 0
93.96/93.41	c learnt ternary clauses	: 0
93.96/93.41	c learnt clauses	: 0
93.96/93.41	c ignored clauses	: 0
93.96/93.41	c root simplifications	: 0
93.96/93.41	c removed literals (reason simplification)	: 0
93.96/93.41	c reason swapping (by a shorter reason)	: 0
93.96/93.41	c Calls to reduceDB	: 0
93.96/93.41	c speed (assignments/second)	: 0.0
93.96/93.41	c non guided choices	0
93.96/93.41	c learnt constraints type 
93.96/93.42	c constraints type 
93.96/93.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4849048
93.96/93.42	c org.sat4j.minisat.constraints.card.AtLeast => 21
93.96/93.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21
93.96/93.42	s UNKNOWN
93.96/93.42	c Total wall clock time (in seconds) : 93.145

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-2073594-1247358786/watcher-2073594-1247358786 -o /tmp/evaluation-result-2073594-1247358786/solver-2073594-1247358786 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2073594-1247358786.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.05 2.06 2.00 4/81 18948
/proc/meminfo: memFree=1756512/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=1616 CPUtime=0
/proc/18948/stat : 18948 (java) D 18946 18948 17290 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 22938984 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 3810084 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/18948/statm: 404 155 118 9 0 46 0
[pid=18948/tid=18949] ppid=18946 vsize=13208 CPUtime=0
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 22938986 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4657112 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0515739 s]
/proc/loadavg: 2.05 2.06 2.00 4/81 18948
/proc/meminfo: memFree=1756512/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=802032 CPUtime=0.03
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 2560 0 1 0 1 2 0 0 18 0 7 0 22938984 821280768 2306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 200508 2306 995 9 0 197859 0
[pid=18948/tid=18949] ppid=18946 vsize=802032 CPUtime=0.02
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 1820 0 1 0 1 1 0 0 20 0 7 0 22938986 821280768 2306 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.102879 s]
/proc/loadavg: 2.05 2.06 2.00 4/81 18948
/proc/meminfo: memFree=1756512/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=802164 CPUtime=0.07
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 2831 0 1 0 5 2 0 0 18 0 7 0 22938984 821415936 2576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 200541 2576 1039 9 0 197892 0
[pid=18948/tid=18949] ppid=18946 vsize=802164 CPUtime=0.05
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 2091 0 1 0 4 1 0 0 17 0 7 0 22938986 821415936 2576 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.301612 s]
/proc/loadavg: 2.05 2.06 2.00 4/81 18948
/proc/meminfo: memFree=1756512/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=805628 CPUtime=0.26
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 4192 0 1 0 22 4 0 0 18 0 12 0 22938984 824963072 3929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 201407 3929 1358 9 0 198734 0
[pid=18948/tid=18949] ppid=18946 vsize=805628 CPUtime=0.2
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 2956 0 1 0 17 3 0 0 18 0 12 0 22938986 824963072 3929 996147200 134512640 134550932 4294956016 18446744073709551615 4109160775 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805628

[startup+0.702723 s]
/proc/loadavg: 2.05 2.06 2.00 4/81 18948
/proc/meminfo: memFree=1756512/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=807184 CPUtime=0.67
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 7684 0 1 0 60 7 0 0 18 0 12 0 22938984 826556416 7138 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 201796 7138 1384 9 0 199123 0
[pid=18948/tid=18949] ppid=18946 vsize=807184 CPUtime=0.36
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 5739 0 1 0 31 5 0 0 19 0 12 0 22938986 826556416 7138 996147200 134512640 134550932 4294956016 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50282 s]
/proc/loadavg: 2.13 2.07 2.01 3/93 18960
/proc/meminfo: memFree=1705920/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=807184 CPUtime=1.45
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 16863 0 1 0 133 12 0 0 18 0 12 0 22938984 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 201796 16139 1391 9 0 199123 0
[pid=18948/tid=18949] ppid=18946 vsize=807184 CPUtime=1.03
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 14722 0 1 0 92 11 0 0 25 0 12 0 22938986 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4109521332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22938987 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22938987 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18953] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18953/stat : 18953 (java) S 18946 18948 17290 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22938989 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18954] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 22938989 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 22938989 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=807184 CPUtime=0.4
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 1385 0 0 0 40 0 0 0 16 0 12 0 22938996 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=807184 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 826556416 16139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 807184

[startup+3.10202 s]
/proc/loadavg: 2.13 2.07 2.01 5/93 18960
/proc/meminfo: memFree=1680576/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=810584 CPUtime=3.04
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 31116 0 1 0 284 20 0 0 18 0 12 0 22938984 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 202646 28362 1422 9 0 199973 0
[pid=18948/tid=18949] ppid=18946 vsize=810584 CPUtime=1.67
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 16913 0 1 0 155 12 0 0 25 0 12 0 22938986 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=810584 CPUtime=0.05
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 4404 0 0 0 3 2 0 0 16 0 12 0 22938987 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=810584 CPUtime=0.04
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 4785 0 0 0 2 2 0 0 16 0 12 0 22938987 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18953] ppid=18946 vsize=810584 CPUtime=0
/proc/18948/task/18953/stat : 18953 (java) S 18946 18948 17290 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22938989 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18954] ppid=18946 vsize=810584 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=810584 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=810584 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=810584 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=810584 CPUtime=1.23
/proc/18948/task/18958/stat : 18958 (java) R 18946 18948 17290 0 -1 64 4249 0 0 0 121 2 0 0 17 0 12 0 22938996 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 105954285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=810584 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=810584 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 830038016 28362 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 810584

[startup+6.30246 s]
/proc/loadavg: 2.13 2.07 2.01 5/93 18960
/proc/meminfo: memFree=1570432/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=808832 CPUtime=6.33
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 57983 0 1 0 602 31 0 0 18 0 12 0 22938984 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 202208 54515 1423 9 0 199535 0
[pid=18948/tid=18949] ppid=18946 vsize=808832 CPUtime=3.79
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 16922 0 1 0 367 12 0 0 20 0 12 0 22938986 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18951] ppid=18946 vsize=808832 CPUtime=0.58
/proc/18948/task/18951/stat : 18951 (java) R 18946 18948 17290 0 -1 64 19224 0 0 0 51 7 0 0 16 0 12 0 22938987 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18952] ppid=18946 vsize=808832 CPUtime=0.61
/proc/18948/task/18952/stat : 18952 (java) R 18946 18948 17290 0 -1 64 16815 0 0 0 54 7 0 0 16 0 12 0 22938987 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 105886477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18953] ppid=18946 vsize=808832 CPUtime=0
/proc/18948/task/18953/stat : 18953 (java) S 18946 18948 17290 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22938989 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18954] ppid=18946 vsize=808832 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=808832 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=808832 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=808832 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=808832 CPUtime=1.29
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 4257 0 0 0 127 2 0 0 17 0 12 0 22938996 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=808832 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=808832 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 828243968 54515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 808832

[startup+12.7014 s]
/proc/loadavg: 2.11 2.07 2.01 3/93 18960
/proc/meminfo: memFree=1342976/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=811400 CPUtime=13.02
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 114791 0 1 0 1245 57 0 0 18 0 12 0 22938984 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 202850 109606 1423 9 0 200177 0
[pid=18948/tid=18949] ppid=18946 vsize=811400 CPUtime=7.26
/proc/18948/task/18949/stat : 18949 (java) R 18946 18948 17290 0 -1 64 16939 0 1 0 714 12 0 0 17 0 12 0 22938986 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4109721444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18951] ppid=18946 vsize=811400 CPUtime=2
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 44278 0 0 0 181 19 0 0 16 0 12 0 22938987 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18952] ppid=18946 vsize=811400 CPUtime=2.42
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 48552 0 0 0 220 22 0 0 16 0 12 0 22938987 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18953] ppid=18946 vsize=811400 CPUtime=0
/proc/18948/task/18953/stat : 18953 (java) S 18946 18948 17290 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22938989 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18948/tid=18954] ppid=18946 vsize=811400 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=811400 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=811400 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=811400 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=811400 CPUtime=1.29
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 4257 0 0 0 127 2 0 0 17 0 12 0 22938996 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=811400 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=811400 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 830873600 109606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.02
Current children cumulated vsize (KiB) 811400

[startup+25.503 s]
/proc/loadavg: 2.24 2.10 2.02 3/93 18960
/proc/meminfo: memFree=1079552/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=827404 CPUtime=26.39
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 185037 0 1 0 2552 87 0 0 18 0 12 0 22938984 847261696 170091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 206851 170091 1425 9 0 204178 0
[pid=18948/tid=18949] ppid=18946 vsize=827404 CPUtime=11.87
/proc/18948/task/18949/stat : 18949 (java) S 18946 18948 17290 0 -1 64 23105 0 1 0 1172 15 0 0 19 0 12 0 22938986 847261696 170091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=827404 CPUtime=4.38
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 76194 0 0 0 405 33 0 0 17 0 12 0 22938987 847261696 170091 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=827404 CPUtime=4.97

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

[pid=18948/tid=18959] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.34
Current children cumulated vsize (KiB) 827404

[startup+83.1012 s]
/proc/loadavg: 2.09 2.08 2.01 3/93 18960
/proc/meminfo: memFree=1038400/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=815404 CPUtime=83.71
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 459359 0 1 0 8151 220 0 0 18 0 12 0 22938984 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 203851 173021 1425 9 0 201178 0
[pid=18948/tid=18949] ppid=18946 vsize=815404 CPUtime=13.43
/proc/18948/task/18949/stat : 18949 (java) S 18946 18948 17290 0 -1 64 23122 0 1 0 1328 15 0 0 17 0 12 0 22938986 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=815404 CPUtime=4.38
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 76194 0 0 0 405 33 0 0 17 0 12 0 22938987 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=815404 CPUtime=4.97
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 69201 0 0 0 466 31 0 0 16 0 12 0 22938987 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18953] ppid=18946 vsize=815404 CPUtime=59.6
/proc/18948/task/18953/stat : 18953 (java) R 18946 18948 17290 0 -1 64 285832 0 0 0 5823 137 0 0 25 0 12 0 22938989 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 105696565 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18954] ppid=18946 vsize=815404 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=815404 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=815404 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=815404 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=815404 CPUtime=1.29
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 4257 0 0 0 127 2 0 0 17 0 12 0 22938996 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=815404 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=815404 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 834973696 173021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.71
Current children cumulated vsize (KiB) 815404

[startup+89.5021 s]
/proc/loadavg: 2.08 2.08 2.01 3/93 18960
/proc/meminfo: memFree=1054464/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=827404 CPUtime=90.07
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 488876 0 1 0 8773 234 0 0 18 0 12 0 22938984 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 206851 176021 1424 9 0 204178 0
[pid=18948/tid=18949] ppid=18946 vsize=827404 CPUtime=13.43
/proc/18948/task/18949/stat : 18949 (java) S 18946 18948 17290 0 -1 64 23126 0 1 0 1328 15 0 0 17 0 12 0 22938986 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=827404 CPUtime=4.38
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 76194 0 0 0 405 33 0 0 17 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=827404 CPUtime=4.97
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 69201 0 0 0 466 31 0 0 16 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18953] ppid=18946 vsize=827404 CPUtime=65.97
/proc/18948/task/18953/stat : 18953 (java) R 18946 18948 17290 0 -1 64 315345 0 0 0 6446 151 0 0 25 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18954] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=827404 CPUtime=1.29
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 4257 0 0 0 127 2 0 0 17 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.07
Current children cumulated vsize (KiB) 827404

[startup+91.1013 s]
/proc/loadavg: 2.08 2.08 2.01 3/93 18960
/proc/meminfo: memFree=1054400/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=827404 CPUtime=91.67
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 496631 0 1 0 8930 237 0 0 18 0 12 0 22938984 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 206851 176021 1424 9 0 204178 0
[pid=18948/tid=18949] ppid=18946 vsize=827404 CPUtime=13.43
/proc/18948/task/18949/stat : 18949 (java) S 18946 18948 17290 0 -1 64 23126 0 1 0 1328 15 0 0 17 0 12 0 22938986 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=827404 CPUtime=4.38
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 76194 0 0 0 405 33 0 0 17 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=827404 CPUtime=4.97
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 69201 0 0 0 466 31 0 0 16 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18953] ppid=18946 vsize=827404 CPUtime=67.56
/proc/18948/task/18953/stat : 18953 (java) R 18946 18948 17290 0 -1 64 323100 0 0 0 6602 154 0 0 25 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 105880848 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18954] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=827404 CPUtime=1.29
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 4257 0 0 0 127 2 0 0 17 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.67
Current children cumulated vsize (KiB) 827404

[startup+92.7026 s]
/proc/loadavg: 2.07 2.07 2.01 3/93 18960
/proc/meminfo: memFree=1054400/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=827404 CPUtime=93.26
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 496631 0 1 0 9089 237 0 0 18 0 12 0 22938984 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 206851 176021 1424 9 0 204178 0
[pid=18948/tid=18949] ppid=18946 vsize=827404 CPUtime=13.43
/proc/18948/task/18949/stat : 18949 (java) S 18946 18948 17290 0 -1 64 23126 0 1 0 1328 15 0 0 17 0 12 0 22938986 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=827404 CPUtime=4.38
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 76194 0 0 0 405 33 0 0 17 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=827404 CPUtime=4.97
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 69201 0 0 0 466 31 0 0 16 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18953] ppid=18946 vsize=827404 CPUtime=69.15
/proc/18948/task/18953/stat : 18953 (java) R 18946 18948 17290 0 -1 64 323100 0 0 0 6761 154 0 0 25 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 104187713 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18954] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=827404 CPUtime=1.29
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 4257 0 0 0 127 2 0 0 17 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.26
Current children cumulated vsize (KiB) 827404

[startup+93.1026 s]
/proc/loadavg: 2.07 2.07 2.01 3/93 18960
/proc/meminfo: memFree=1054400/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=827404 CPUtime=93.66
/proc/18948/stat : 18948 (java) S 18946 18948 17290 0 -1 0 496631 0 1 0 9129 237 0 0 18 0 12 0 22938984 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 206851 176021 1424 9 0 204178 0
[pid=18948/tid=18949] ppid=18946 vsize=827404 CPUtime=13.43
/proc/18948/task/18949/stat : 18949 (java) S 18946 18948 17290 0 -1 64 23126 0 1 0 1328 15 0 0 17 0 12 0 22938986 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18951] ppid=18946 vsize=827404 CPUtime=4.38
/proc/18948/task/18951/stat : 18951 (java) S 18946 18948 17290 0 -1 64 76194 0 0 0 405 33 0 0 17 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18952] ppid=18946 vsize=827404 CPUtime=4.97
/proc/18948/task/18952/stat : 18952 (java) S 18946 18948 17290 0 -1 64 69201 0 0 0 466 31 0 0 16 0 12 0 22938987 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18953] ppid=18946 vsize=827404 CPUtime=69.55
/proc/18948/task/18953/stat : 18953 (java) R 18946 18948 17290 0 -1 64 323100 0 0 0 6801 154 0 0 25 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18954] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18954/stat : 18954 (java) S 18946 18948 17290 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18955] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18955/stat : 18955 (java) S 18946 18948 17290 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22938989 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18956] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18956/stat : 18956 (java) S 18946 18948 17290 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18957] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18957/stat : 18957 (java) S 18946 18948 17290 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18958] ppid=18946 vsize=827404 CPUtime=1.29
/proc/18948/task/18958/stat : 18958 (java) S 18946 18948 17290 0 -1 64 4257 0 0 0 127 2 0 0 17 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18959] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18959/stat : 18959 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18948/tid=18960] ppid=18946 vsize=827404 CPUtime=0
/proc/18948/task/18960/stat : 18960 (java) S 18946 18948 17290 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22938996 847261696 176021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.66
Current children cumulated vsize (KiB) 827404

[startup+93.5067 s]
/proc/loadavg: 2.07 2.07 2.01 3/93 18960
/proc/meminfo: memFree=1054400/2055920 swapFree=4192812/4192956
[pid=18948] ppid=18946 vsize=0 CPUtime=94.01
/proc/18948/stat : 18948 (java) Z 18946 18948 17290 0 -1 12 496649 0 1 0 9160 241 0 0 16 0 2 0 22938984 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18948/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 94.01
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 93.5738
CPU time (s): 94.0907
CPU user time (s): 91.6051
CPU system time (s): 2.48562
CPU usage (%): 100.552
Max. virtual memory (cumulated for all children) (KiB): 859408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.6051
system time used= 2.48562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496649
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= 3238
involuntary context switches= 4800

runsolver used 0.119981 second user time and 0.32795 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 02:33:06
IDJOB=2073594
IDBENCH=55993
IDSOLVER=731
FILE ID=node49/2073594-1247358786
PBS_JOBID= 9506819
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 3f3857850da57279fca201746d0d31de
RANDOM SEED=16161983

node49.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.232
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.232
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:       1756992 kB
Buffers:         36224 kB
Cached:         100660 kB
SwapCached:          0 kB
Active:         195560 kB
Inactive:        52320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:         131380 kB
Slab:            35972 kB
Committed_AS:   356504 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node49 at 2009-07-12 02:34:40