Trace number 2087806

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? 152.879 152.988

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-2.xml
MD5SUMc48f244b5daaec38500bf62269f10004
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 benchmark152.655
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2087806-1247386765/watcher-2087806-1247386765 -o /tmp/evaluation-result-2087806-1247386765/solver-2087806-1247386765 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087806-1247386765.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.00 2.01 2.00 3/73 26871
/proc/meminfo: memFree=1750448/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=1616 CPUtime=0
/proc/26871/stat : 26871 (java) D 26869 26871 25527 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 25742516 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 7709476 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26871/statm: 404 155 118 9 0 46 0
[pid=26871/tid=26872] ppid=26869 vsize=13296 CPUtime=0
/proc/26871/task/26872/stat : 26872 (java) D 26869 26871 25527 0 -1 64 73 0 0 0 0 0 0 0 18 0 2 0 25742517 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 7709476 0 2147483391 0 16784584 18446744072099781622 0 0 -1 1 0 0

[startup+0.081054 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 26871
/proc/meminfo: memFree=1750448/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=802164 CPUtime=0.06
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 2814 0 1 0 4 2 0 0 18 0 7 0 25742516 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 200541 2559 1036 9 0 197892 0
[pid=26871/tid=26872] ppid=26869 vsize=802164 CPUtime=0.05
/proc/26871/task/26872/stat : 26872 (java) D 26869 26871 25527 0 -1 64 2073 0 1 0 4 1 0 0 17 0 7 0 25742517 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102298 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 26871
/proc/meminfo: memFree=1750448/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=804560 CPUtime=0.08
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 3005 0 1 0 6 2 0 0 18 0 12 0 25742516 823869440 2748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 201140 2748 1080 9 0 198474 0
[pid=26871/tid=26872] ppid=26869 vsize=804560 CPUtime=0.07
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 2248 0 1 0 6 1 0 0 21 0 12 0 25742517 823869440 2748 996147200 134512640 134550932 4294956016 18446744073709551615 103296252 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301324 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 26871
/proc/meminfo: memFree=1750448/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=805628 CPUtime=0.28
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 4298 0 1 0 24 4 0 0 18 0 12 0 25742516 824963072 4035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 201407 4035 1358 9 0 198734 0
[pid=26871/tid=26872] ppid=26869 vsize=805628 CPUtime=0.21
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 3060 0 1 0 18 3 0 0 18 0 12 0 25742517 824963072 4035 996147200 134512640 134550932 4294956016 18446744073709551615 104263970 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701379 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 26871
/proc/meminfo: memFree=1750448/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=807184 CPUtime=0.68
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 8553 0 1 0 61 7 0 0 18 0 12 0 25742516 826556416 8007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 201796 8007 1384 9 0 199123 0
[pid=26871/tid=26872] ppid=26869 vsize=807184 CPUtime=0.38
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 6606 0 1 0 33 5 0 0 20 0 12 0 25742517 826556416 8007 996147200 134512640 134550932 4294956016 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50245 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 26883
/proc/meminfo: memFree=1678736/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=807184 CPUtime=1.45
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 19810 0 1 0 131 14 0 0 18 0 12 0 25742516 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 201796 19260 1398 9 0 199123 0
[pid=26871/tid=26872] ppid=26869 vsize=807184 CPUtime=1.1
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 13599 0 1 0 100 10 0 0 25 0 12 0 25742517 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4109514582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=807184 CPUtime=0.03
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 4229 0 0 0 1 2 0 0 16 0 12 0 25742518 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25742518 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26876] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26876/stat : 26876 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26877] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=807184 CPUtime=0.29
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 1199 0 0 0 29 0 0 0 16 0 12 0 25742525 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 826556416 19260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=807184 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 826556416 19260 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.10265 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 26883
/proc/meminfo: memFree=1677464/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=809320 CPUtime=3.07
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 38149 0 1 0 283 24 0 0 18 0 12 0 25742516 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 202330 36446 1419 9 0 199657 0
[pid=26871/tid=26872] ppid=26869 vsize=809320 CPUtime=2.11
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 16730 0 1 0 199 12 0 0 25 0 12 0 25742517 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4109163003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=809320 CPUtime=0.08
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 10777 0 0 0 3 5 0 0 17 0 12 0 25742518 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=809320 CPUtime=0.07
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 6967 0 0 0 4 3 0 0 17 0 12 0 25742518 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26876] ppid=26869 vsize=809320 CPUtime=0
/proc/26871/task/26876/stat : 26876 (java) S 26869 26871 25527 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 25742520 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26877] ppid=26869 vsize=809320 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=809320 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=809320 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=809320 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=809320 CPUtime=0.76
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 2904 0 0 0 75 1 0 0 16 0 12 0 25742525 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=809320 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=809320 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 828743680 36446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 809320

[startup+6.30103 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26883
/proc/meminfo: memFree=1592408/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=808292 CPUtime=6.26
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 57677 0 1 0 591 35 0 0 18 0 12 0 25742516 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 202073 55709 1421 9 0 199400 0
[pid=26871/tid=26872] ppid=26869 vsize=808292 CPUtime=4.57
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 16915 0 1 0 444 13 0 0 19 0 12 0 25742517 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4109530031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26874] ppid=26869 vsize=808292 CPUtime=0.37
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 22366 0 0 0 26 11 0 0 16 0 12 0 25742518 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26875] ppid=26869 vsize=808292 CPUtime=0.31
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 14701 0 0 0 24 7 0 0 16 0 12 0 25742518 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26876] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26876/stat : 26876 (java) S 26869 26871 25527 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 25742520 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26877] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=808292 CPUtime=0.96
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 2923 0 0 0 95 1 0 0 17 0 12 0 25742525 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 827691008 55709 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 808292

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 5/85 26883
/proc/meminfo: memFree=1424664/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=808292 CPUtime=12.68
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 95182 0 1 0 1211 57 0 0 18 0 12 0 25742516 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 202073 93128 1421 9 0 199400 0
[pid=26871/tid=26872] ppid=26869 vsize=808292 CPUtime=9.96
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 24215 0 1 0 978 18 0 0 25 0 12 0 25742517 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4109584692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26874] ppid=26869 vsize=808292 CPUtime=0.86
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 33248 0 0 0 69 17 0 0 16 0 12 0 25742518 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26875] ppid=26869 vsize=808292 CPUtime=0.84
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 34024 0 0 0 67 17 0 0 16 0 12 0 25742518 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26876] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26876/stat : 26876 (java) S 26869 26871 25527 0 -1 64 17 0 0 0 0 0 0 0 15 0 12 0 25742520 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26877] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=808292 CPUtime=0.96
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 2923 0 0 0 95 1 0 0 17 0 12 0 25742525 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26871/tid=26882] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=808292 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 827691008 93128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 808292

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26883
/proc/meminfo: memFree=1084504/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=808156 CPUtime=25.48
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 169871 0 1 0 2450 98 0 0 18 0 12 0 25742516 827551744 167718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 202039 167718 1423 9 0 199366 0
[pid=26871/tid=26872] ppid=26869 vsize=808156 CPUtime=19.72
/proc/26871/task/26872/stat : 26872 (java) R 26869 26871 25527 0 -1 64 24269 0 1 0 1951 21 0 0 25 0 12 0 25742517 827551744 167718 996147200 134512640 134550932 4294956016 18446744073709551615 4109596279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=808156 CPUtime=2.12
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 66301 0 0 0 179 33 0 0 16 0 12 0 25742518 827551744 167718 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=808156 CPUtime=2.01

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

[pid=26871/tid=26882] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 127.93
Current children cumulated vsize (KiB) 827956

[startup+140.703 s]
/proc/loadavg: 2.10 2.07 2.02 3/85 26883
/proc/meminfo: memFree=1050008/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=827956 CPUtime=140.68
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 378067 0 1 0 13852 216 0 0 18 0 12 0 25742516 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 206989 176152 1425 9 0 204316 0
[pid=26871/tid=26872] ppid=26869 vsize=827956 CPUtime=40.6
/proc/26871/task/26872/stat : 26872 (java) S 26869 26871 25527 0 -1 64 25637 0 1 0 4033 27 0 0 17 0 12 0 25742517 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=827956 CPUtime=6.07
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 66622 0 0 0 573 34 0 0 15 0 12 0 25742518 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=827956 CPUtime=5.74
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 75961 0 0 0 535 39 0 0 16 0 12 0 25742518 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26876] ppid=26869 vsize=827956 CPUtime=86.92
/proc/26871/task/26876/stat : 26876 (java) R 26869 26871 25527 0 -1 64 204802 0 0 0 8580 112 0 0 25 0 12 0 25742520 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26877] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=827956 CPUtime=1.3
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 4290 0 0 0 129 1 0 0 17 0 12 0 25742525 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=827956 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 847826944 176152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.68
Current children cumulated vsize (KiB) 827956

[startup+147.102 s]
/proc/loadavg: 2.09 2.07 2.02 3/85 26883
/proc/meminfo: memFree=1050008/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=811952 CPUtime=147.04
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 393579 0 1 0 14479 225 0 0 18 0 12 0 25742516 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 202988 172151 1425 9 0 200315 0
[pid=26871/tid=26872] ppid=26869 vsize=811952 CPUtime=40.6
/proc/26871/task/26872/stat : 26872 (java) S 26869 26871 25527 0 -1 64 25639 0 1 0 4033 27 0 0 17 0 12 0 25742517 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=811952 CPUtime=6.07
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 66622 0 0 0 573 34 0 0 15 0 12 0 25742518 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=811952 CPUtime=5.74
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 75961 0 0 0 535 39 0 0 16 0 12 0 25742518 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26876] ppid=26869 vsize=811952 CPUtime=93.28
/proc/26871/task/26876/stat : 26876 (java) R 26869 26871 25527 0 -1 64 220312 0 0 0 9207 121 0 0 25 0 12 0 25742520 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26877] ppid=26869 vsize=811952 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=811952 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=811952 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=811952 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=811952 CPUtime=1.3
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 4290 0 0 0 129 1 0 0 17 0 12 0 25742525 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=811952 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=811952 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 831438848 172151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 147.04
Current children cumulated vsize (KiB) 811952

[startup+150.303 s]
/proc/loadavg: 2.09 2.07 2.02 3/85 26883
/proc/meminfo: memFree=1058008/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=819956 CPUtime=150.22
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 401090 0 1 0 14793 229 0 0 18 0 12 0 25742516 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 204989 174152 1424 9 0 202316 0
[pid=26871/tid=26872] ppid=26869 vsize=819956 CPUtime=40.6
/proc/26871/task/26872/stat : 26872 (java) S 26869 26871 25527 0 -1 64 25642 0 1 0 4033 27 0 0 17 0 12 0 25742517 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=819956 CPUtime=6.07
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 66622 0 0 0 573 34 0 0 15 0 12 0 25742518 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=819956 CPUtime=5.74
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 75961 0 0 0 535 39 0 0 16 0 12 0 25742518 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26876] ppid=26869 vsize=819956 CPUtime=96.46
/proc/26871/task/26876/stat : 26876 (java) R 26869 26871 25527 0 -1 64 227820 0 0 0 9521 125 0 0 25 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26877] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=819956 CPUtime=1.3
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 4290 0 0 0 129 1 0 0 17 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.22
Current children cumulated vsize (KiB) 819956

[startup+151.903 s]
/proc/loadavg: 2.08 2.07 2.02 3/85 26883
/proc/meminfo: memFree=1058008/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=819956 CPUtime=151.82
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 401090 0 1 0 14953 229 0 0 18 0 12 0 25742516 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 204989 174152 1424 9 0 202316 0
[pid=26871/tid=26872] ppid=26869 vsize=819956 CPUtime=40.6
/proc/26871/task/26872/stat : 26872 (java) S 26869 26871 25527 0 -1 64 25642 0 1 0 4033 27 0 0 17 0 12 0 25742517 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=819956 CPUtime=6.07
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 66622 0 0 0 573 34 0 0 15 0 12 0 25742518 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=819956 CPUtime=5.74
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 75961 0 0 0 535 39 0 0 16 0 12 0 25742518 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26876] ppid=26869 vsize=819956 CPUtime=98.06
/proc/26871/task/26876/stat : 26876 (java) R 26869 26871 25527 0 -1 64 227820 0 0 0 9681 125 0 0 25 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26877] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=819956 CPUtime=1.3
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 4290 0 0 0 129 1 0 0 17 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 151.82
Current children cumulated vsize (KiB) 819956

[startup+152.702 s]
/proc/loadavg: 2.08 2.07 2.02 3/85 26883
/proc/meminfo: memFree=1058008/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=819956 CPUtime=152.61
/proc/26871/stat : 26871 (java) S 26869 26871 25527 0 -1 0 401090 0 1 0 15032 229 0 0 18 0 12 0 25742516 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 204989 174152 1424 9 0 202316 0
[pid=26871/tid=26872] ppid=26869 vsize=819956 CPUtime=40.6
/proc/26871/task/26872/stat : 26872 (java) S 26869 26871 25527 0 -1 64 25642 0 1 0 4033 27 0 0 17 0 12 0 25742517 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26874] ppid=26869 vsize=819956 CPUtime=6.07
/proc/26871/task/26874/stat : 26874 (java) S 26869 26871 25527 0 -1 64 66622 0 0 0 573 34 0 0 15 0 12 0 25742518 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26875] ppid=26869 vsize=819956 CPUtime=5.74
/proc/26871/task/26875/stat : 26875 (java) S 26869 26871 25527 0 -1 64 75961 0 0 0 535 39 0 0 16 0 12 0 25742518 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26876] ppid=26869 vsize=819956 CPUtime=98.85
/proc/26871/task/26876/stat : 26876 (java) R 26869 26871 25527 0 -1 64 227820 0 0 0 9760 125 0 0 25 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26877] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26877/stat : 26877 (java) S 26869 26871 25527 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26878] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26878/stat : 26878 (java) S 26869 26871 25527 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 25742520 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26879] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26879/stat : 26879 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26880] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26880/stat : 26880 (java) S 26869 26871 25527 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26881] ppid=26869 vsize=819956 CPUtime=1.3
/proc/26871/task/26881/stat : 26881 (java) S 26869 26871 25527 0 -1 64 4290 0 0 0 129 1 0 0 17 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26882] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26882/stat : 26882 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26871/tid=26883] ppid=26869 vsize=819956 CPUtime=0
/proc/26871/task/26883/stat : 26883 (java) S 26869 26871 25527 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25742525 839634944 174152 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.61
Current children cumulated vsize (KiB) 819956

[startup+152.908 s]
/proc/loadavg: 2.08 2.07 2.02 3/85 26883
/proc/meminfo: memFree=1058008/2055920 swapFree=4192812/4192956
[pid=26871] ppid=26869 vsize=0 CPUtime=152.79
/proc/26871/stat : 26871 (java) Z 26869 26871 25527 0 -1 12 401109 0 1 0 15047 232 0 0 16 0 2 0 25742516 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26871/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 152.79
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 152.988
CPU time (s): 152.879
CPU user time (s): 150.472
CPU system time (s): 2.40663
CPU usage (%): 99.9286
Max. virtual memory (cumulated for all children) (KiB): 835960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.472
system time used= 2.40663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401109
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= 6449
involuntary context switches= 5714

runsolver used 0.221966 second user time and 0.556915 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 10:19:32
IDJOB=2087806
IDBENCH=58804
IDSOLVER=731
FILE ID=node73/2087806-1247386765
PBS_JOBID= 9507161
Free space on /tmp= 66412 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-2.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087806-1247386765/watcher-2087806-1247386765 -o /tmp/evaluation-result-2087806-1247386765/solver-2087806-1247386765 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087806-1247386765.xml

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

MD5SUM BENCH= c48f244b5daaec38500bf62269f10004
RANDOM SEED=1971469721

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1750928 kB
Buffers:         16544 kB
Cached:         175760 kB
SwapCached:          0 kB
Active:         189992 kB
Inactive:        63288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           71736 kB
Writeback:           0 kB
Mapped:          72788 kB
Slab:            36944 kB
Committed_AS:   218020 kB
PageTables:       1808 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= 66408 MiB
End job on node73 at 2009-07-12 10:22:05