Trace number 2080414

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? 80.9737 79.9558

General information on the benchmark

Namecsp/renault/
normalized-renault-mgd_ext.xml
MD5SUMd1d70ed5f0f747fe32a0d825239c31a3
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.415936
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints113
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension113
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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-2080414-1247369910/watcher-2080414-1247369910 -o /tmp/evaluation-result-2080414-1247369910/solver-2080414-1247369910 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080414-1247369910.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.01 2.08 2.07 4/74 24434
/proc/meminfo: memFree=1772168/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=13208 CPUtime=0
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24056369 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 3302 521 219 9 0 1186 0
[pid=24434/tid=24435] ppid=24432 vsize=13208 CPUtime=0
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24056370 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 12615640 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.072442 s]
/proc/loadavg: 2.01 2.08 2.07 4/74 24434
/proc/meminfo: memFree=1772168/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=802164 CPUtime=0.05
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 2814 0 1 0 4 1 0 0 18 0 7 0 24056369 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 200541 2559 1036 9 0 197892 0
[pid=24434/tid=24435] ppid=24432 vsize=802164 CPUtime=0.05
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 2076 0 1 0 4 1 0 0 17 0 7 0 24056370 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101659 s]
/proc/loadavg: 2.01 2.08 2.07 4/74 24434
/proc/meminfo: memFree=1772168/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=804560 CPUtime=0.08
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 3075 0 1 0 6 2 0 0 18 0 12 0 24056369 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 201140 2818 1083 9 0 198474 0
[pid=24434/tid=24435] ppid=24432 vsize=804560 CPUtime=0.07
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 2321 0 1 0 6 1 0 0 21 0 12 0 24056370 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 106581630 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.301698 s]
/proc/loadavg: 2.01 2.08 2.07 4/74 24434
/proc/meminfo: memFree=1772168/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=805872 CPUtime=0.29
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 4361 0 1 0 26 3 0 0 18 0 12 0 24056369 825212928 4098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 201468 4098 1365 9 0 198795 0
[pid=24434/tid=24435] ppid=24432 vsize=805872 CPUtime=0.21
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 3085 0 1 0 19 2 0 0 21 0 12 0 24056370 825212928 4098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805872

[startup+0.701773 s]
/proc/loadavg: 2.01 2.08 2.07 4/74 24434
/proc/meminfo: memFree=1772168/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=807184 CPUtime=0.68
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 5835 0 1 0 64 4 0 0 18 0 12 0 24056369 826556416 5293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 201796 5293 1392 9 0 199123 0
[pid=24434/tid=24435] ppid=24432 vsize=807184 CPUtime=0.42
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 3888 0 1 0 39 3 0 0 23 0 12 0 24056370 826556416 5293 996147200 134512640 134550932 4294956016 18446744073709551615 4109145251 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.50293 s]
/proc/loadavg: 2.01 2.08 2.07 4/86 24446
/proc/meminfo: memFree=1750376/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=812924 CPUtime=1.47
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 13529 0 1 0 140 7 0 0 18 0 12 0 24056369 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 203231 11573 1408 9 0 200558 0
[pid=24434/tid=24435] ppid=24432 vsize=812924 CPUtime=0.71
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 8821 0 1 0 66 5 0 0 18 0 12 0 24056370 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4109523414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24056371 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24056371 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24439/stat : 24439 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 24056373 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24056373 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24056373 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=812924 CPUtime=0.74
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 3955 0 0 0 73 1 0 0 16 0 12 0 24056377 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=812924 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 832434176 11573 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812924

[startup+3.10224 s]
/proc/loadavg: 2.01 2.08 2.07 3/86 24446
/proc/meminfo: memFree=1686952/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=814072 CPUtime=3.06
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 27329 0 1 0 292 14 0 0 18 0 12 0 24056369 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 203518 25055 1422 9 0 200845 0
[pid=24434/tid=24435] ppid=24432 vsize=814072 CPUtime=1.94
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 16910 0 1 0 184 10 0 0 25 0 12 0 24056370 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=814072 CPUtime=0.07
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 2950 0 0 0 6 1 0 0 16 0 12 0 24056371 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=814072 CPUtime=0.04
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 2068 0 0 0 4 0 0 0 16 0 12 0 24056371 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=814072 CPUtime=0
/proc/24434/task/24439/stat : 24439 (java) S 24432 24434 19619 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 24056373 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=814072 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=814072 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=814072 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=814072 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=814072 CPUtime=0.96
/proc/24434/task/24444/stat : 24444 (java) R 24432 24434 19619 0 -1 64 4629 0 0 0 95 1 0 0 17 0 12 0 24056377 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 103148448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=814072 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=814072 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 833609728 25055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814072

[startup+6.30285 s]
/proc/loadavg: 2.33 2.14 2.09 3/86 24446
/proc/meminfo: memFree=1594344/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=815696 CPUtime=6.42
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 58188 0 1 0 613 29 0 0 18 0 12 0 24056369 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 203924 54893 1423 9 0 201251 0
[pid=24434/tid=24435] ppid=24432 vsize=815696 CPUtime=3.48
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 16922 0 1 0 338 10 0 0 25 0 12 0 24056370 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4109669924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=815696 CPUtime=0.89
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 17189 0 0 0 82 7 0 0 17 0 12 0 24056371 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=815696 CPUtime=0.9
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 18625 0 0 0 81 9 0 0 17 0 12 0 24056371 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=815696 CPUtime=0
/proc/24434/task/24439/stat : 24439 (java) S 24432 24434 19619 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 24056373 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=815696 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=815696 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=815696 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=815696 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=815696 CPUtime=1.1
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 4680 0 0 0 109 1 0 0 17 0 12 0 24056377 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=815696 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=815696 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 835272704 54893 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 815696

[startup+12.7021 s]
/proc/loadavg: 2.30 2.14 2.09 3/86 24446
/proc/meminfo: memFree=1322664/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=817616 CPUtime=13.47
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 127296 0 1 0 1289 58 0 0 18 0 12 0 24056369 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 204404 122471 1423 9 0 201731 0
[pid=24434/tid=24435] ppid=24432 vsize=817616 CPUtime=6.53
/proc/24434/task/24435/stat : 24435 (java) R 24432 24434 19619 0 -1 64 23081 0 1 0 641 12 0 0 25 0 12 0 24056370 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4109669904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=817616 CPUtime=2.9
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 44795 0 0 0 273 17 0 0 17 0 12 0 24056371 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=817616 CPUtime=2.87
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 53968 0 0 0 263 24 0 0 17 0 12 0 24056371 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24439/stat : 24439 (java) S 24432 24434 19619 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 24056373 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=817616 CPUtime=1.1
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 4680 0 0 0 109 1 0 0 17 0 12 0 24056377 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 837238784 122471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.47
Current children cumulated vsize (KiB) 817616

[startup+25.5016 s]
/proc/loadavg: 2.23 2.13 2.09 3/86 24446
/proc/meminfo: memFree=1056296/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=849620 CPUtime=27.03
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 214997 0 1 0 2608 95 0 0 18 0 12 0 24056369 870010880 179761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 212405 179761 1425 9 0 209732 0
[pid=24434/tid=24435] ppid=24432 vsize=849620 CPUtime=9.37
/proc/24434/task/24435/stat : 24435 (java) S 24432 24434 19619 0 -1 64 27901 0 1 0 923 14 0 0 19 0 12 0 24056370 870010880 179761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=849620 CPUtime=4.86
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 70998 0 0 0 458 28 0 0 18 0 12 0 24056371 870010880 179761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=849620 CPUtime=4.79

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

[pid=24434/tid=24445] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.1
Current children cumulated vsize (KiB) 849620

[startup+70.3012 s]
/proc/loadavg: 2.11 2.11 2.08 3/86 24446
/proc/meminfo: memFree=1048552/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=849620 CPUtime=71.45
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 390867 0 1 0 6979 166 0 0 18 0 12 0 24056369 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 212405 181563 1425 9 0 209732 0
[pid=24434/tid=24435] ppid=24432 vsize=849620 CPUtime=10.14
/proc/24434/task/24435/stat : 24435 (java) S 24432 24434 19619 0 -1 64 27913 0 1 0 1000 14 0 0 17 0 12 0 24056370 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=849620 CPUtime=4.86
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 70998 0 0 0 458 28 0 0 18 0 12 0 24056371 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=849620 CPUtime=4.79
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 77626 0 0 0 443 36 0 0 17 0 12 0 24056371 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=849620 CPUtime=50.5
/proc/24434/task/24439/stat : 24439 (java) R 24432 24434 19619 0 -1 64 208896 0 0 0 4966 84 0 0 25 0 12 0 24056373 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=849620 CPUtime=1.1
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 4680 0 0 0 109 1 0 0 17 0 12 0 24056377 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=849620 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 870010880 181563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.45
Current children cumulated vsize (KiB) 849620

[startup+76.7014 s]
/proc/loadavg: 2.10 2.11 2.08 3/86 24446
/proc/meminfo: memFree=1072680/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=817616 CPUtime=77.79
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 408876 0 1 0 7606 173 0 0 18 0 12 0 24056369 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 204404 173562 1424 9 0 201731 0
[pid=24434/tid=24435] ppid=24432 vsize=817616 CPUtime=10.14
/proc/24434/task/24435/stat : 24435 (java) S 24432 24434 19619 0 -1 64 27916 0 1 0 1000 14 0 0 17 0 12 0 24056370 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=817616 CPUtime=4.86
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 70998 0 0 0 458 28 0 0 18 0 12 0 24056371 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=817616 CPUtime=4.79
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 77626 0 0 0 443 36 0 0 17 0 12 0 24056371 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=817616 CPUtime=56.84
/proc/24434/task/24439/stat : 24439 (java) R 24432 24434 19619 0 -1 64 226902 0 0 0 5593 91 0 0 25 0 12 0 24056373 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 103606658 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=817616 CPUtime=1.1
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 4680 0 0 0 109 1 0 0 17 0 12 0 24056377 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=817616 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 837238784 173562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.79
Current children cumulated vsize (KiB) 817616

[startup+78.3027 s]
/proc/loadavg: 2.10 2.11 2.08 3/86 24446
/proc/meminfo: memFree=1072680/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=825620 CPUtime=79.38
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 411878 0 1 0 7764 174 0 0 18 0 12 0 24056369 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 206405 175563 1424 9 0 203732 0
[pid=24434/tid=24435] ppid=24432 vsize=825620 CPUtime=10.14
/proc/24434/task/24435/stat : 24435 (java) S 24432 24434 19619 0 -1 64 27916 0 1 0 1000 14 0 0 17 0 12 0 24056370 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=825620 CPUtime=4.86
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 70998 0 0 0 458 28 0 0 18 0 12 0 24056371 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=825620 CPUtime=4.79
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 77626 0 0 0 443 36 0 0 17 0 12 0 24056371 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=825620 CPUtime=58.43
/proc/24434/task/24439/stat : 24439 (java) R 24432 24434 19619 0 -1 64 229904 0 0 0 5750 93 0 0 25 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 106836645 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=825620 CPUtime=1.1
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 4680 0 0 0 109 1 0 0 17 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.38
Current children cumulated vsize (KiB) 825620

[startup+79.1029 s]
/proc/loadavg: 2.10 2.11 2.08 3/86 24446
/proc/meminfo: memFree=1072680/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=825620 CPUtime=80.17
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 411878 0 1 0 7843 174 0 0 18 0 12 0 24056369 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 206405 175563 1424 9 0 203732 0
[pid=24434/tid=24435] ppid=24432 vsize=825620 CPUtime=10.14
/proc/24434/task/24435/stat : 24435 (java) S 24432 24434 19619 0 -1 64 27916 0 1 0 1000 14 0 0 17 0 12 0 24056370 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=825620 CPUtime=4.86
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 70998 0 0 0 458 28 0 0 18 0 12 0 24056371 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=825620 CPUtime=4.79
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 77626 0 0 0 443 36 0 0 17 0 12 0 24056371 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=825620 CPUtime=59.23
/proc/24434/task/24439/stat : 24439 (java) R 24432 24434 19619 0 -1 64 229904 0 0 0 5830 93 0 0 25 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=825620 CPUtime=1.1
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 4680 0 0 0 109 1 0 0 17 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.17
Current children cumulated vsize (KiB) 825620

[startup+79.5029 s]
/proc/loadavg: 2.10 2.11 2.08 3/86 24446
/proc/meminfo: memFree=1072680/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=825620 CPUtime=80.57
/proc/24434/stat : 24434 (java) S 24432 24434 19619 0 -1 0 411878 0 1 0 7883 174 0 0 18 0 12 0 24056369 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 206405 175563 1424 9 0 203732 0
[pid=24434/tid=24435] ppid=24432 vsize=825620 CPUtime=10.14
/proc/24434/task/24435/stat : 24435 (java) S 24432 24434 19619 0 -1 64 27916 0 1 0 1000 14 0 0 17 0 12 0 24056370 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24437] ppid=24432 vsize=825620 CPUtime=4.86
/proc/24434/task/24437/stat : 24437 (java) S 24432 24434 19619 0 -1 64 70998 0 0 0 458 28 0 0 18 0 12 0 24056371 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24438] ppid=24432 vsize=825620 CPUtime=4.79
/proc/24434/task/24438/stat : 24438 (java) S 24432 24434 19619 0 -1 64 77626 0 0 0 443 36 0 0 17 0 12 0 24056371 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24439] ppid=24432 vsize=825620 CPUtime=59.63
/proc/24434/task/24439/stat : 24439 (java) R 24432 24434 19619 0 -1 64 229904 0 0 0 5870 93 0 0 25 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24440] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24440/stat : 24440 (java) S 24432 24434 19619 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24441] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24441/stat : 24441 (java) S 24432 24434 19619 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24056373 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24442] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24442/stat : 24442 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24443] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24443/stat : 24443 (java) S 24432 24434 19619 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24444] ppid=24432 vsize=825620 CPUtime=1.1
/proc/24434/task/24444/stat : 24444 (java) S 24432 24434 19619 0 -1 64 4680 0 0 0 109 1 0 0 17 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24445] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24445/stat : 24445 (java) S 24432 24434 19619 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24434/tid=24446] ppid=24432 vsize=825620 CPUtime=0
/proc/24434/task/24446/stat : 24446 (java) S 24432 24434 19619 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24056377 845434880 175563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.57
Current children cumulated vsize (KiB) 825620

[startup+79.9034 s]
/proc/loadavg: 2.10 2.11 2.08 3/86 24446
/proc/meminfo: memFree=1072680/2055920 swapFree=4192812/4192956
[pid=24434] ppid=24432 vsize=0 CPUtime=80.91
/proc/24434/stat : 24434 (java) Z 24432 24434 19619 0 -1 12 411895 0 1 0 7911 180 0 0 16 0 2 0 24056369 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.91
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 79.9558
CPU time (s): 80.9737
CPU user time (s): 79.12
CPU system time (s): 1.85372
CPU usage (%): 101.273
Max. virtual memory (cumulated for all children) (KiB): 865624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.12
system time used= 1.85372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411895
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= 2628
involuntary context switches= 4719

runsolver used 0.114982 second user time and 0.266959 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 05:38:30
IDJOB=2080414
IDBENCH=57086
IDSOLVER=731
FILE ID=node76/2080414-1247369910
PBS_JOBID= 9506996
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/renault/normalized-renault-mgd_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080414-1247369910/watcher-2080414-1247369910 -o /tmp/evaluation-result-2080414-1247369910/solver-2080414-1247369910 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080414-1247369910.xml

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

MD5SUM BENCH= d1d70ed5f0f747fe32a0d825239c31a3
RANDOM SEED=678855079

node76.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.277
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.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1772584 kB
Buffers:         34544 kB
Cached:         164016 kB
SwapCached:          0 kB
Active:         144892 kB
Inactive:        73364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3964 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            50428 kB
Committed_AS:   232180 kB
PageTables:       1804 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= 66424 MiB
End job on node76 at 2009-07-12 05:39:50