Trace number 2065641

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? 134.744 133.651

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-60-2-7.xml
MD5SUM33c0838b1f52affed2cd00dbaf9d007f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.38179
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity9
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/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-2065641-1247338645.xml
0.18/0.23	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
0.69/0.75	c reading predicates  done.
0.98/1.06	c reading constraints
134.60/133.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
134.60/133.53		at org.sat4j.core.Vec.ensure(Unknown Source)
134.60/133.53		at org.sat4j.core.Vec.push(Unknown Source)
134.60/133.53		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
134.60/133.53		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
134.60/133.53		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
134.60/133.53		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
134.60/133.53		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
134.60/133.53		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
134.60/133.53		at org.sat4j.csp.Predicate.find(Unknown Source)
134.60/133.53		at org.sat4j.csp.Predicate.find(Unknown Source)
134.60/133.53		at org.sat4j.csp.Predicate.find(Unknown Source)
134.60/133.53		at org.sat4j.csp.Predicate.find(Unknown Source)
134.60/133.53		at org.sat4j.csp.Predicate.find(Unknown Source)
134.60/133.53		at org.sat4j.csp.Predicate.toClause(Unknown Source)
134.60/133.53		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
134.60/133.53		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
134.60/133.53		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
134.60/133.53		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
134.60/133.53		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
134.60/133.53		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
134.60/133.53		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
134.60/133.53		at org.sat4j.AbstractLauncher.run(Unknown Source)
134.60/133.53	c starts		: 0
134.60/133.53	c conflicts		: 0
134.60/133.53	c decisions		: 0
134.60/133.53	c propagations		: 0
134.60/133.53	c inspects		: 0
134.60/133.53	c learnt literals	: 0
134.60/133.53	c learnt binary clauses	: 0
134.60/133.53	c learnt ternary clauses	: 0
134.60/133.53	c learnt clauses	: 0
134.60/133.53	c ignored clauses	: 0
134.60/133.53	c root simplifications	: 0
134.60/133.53	c removed literals (reason simplification)	: 0
134.60/133.53	c reason swapping (by a shorter reason)	: 0
134.60/133.53	c Calls to reduceDB	: 0
134.60/133.53	c speed (assignments/second)	: 0.0
134.60/133.53	c non guided choices	0
134.60/133.53	c learnt constraints type 
134.60/133.53	c constraints type 
134.60/133.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9240923
134.60/133.54	c org.sat4j.minisat.constraints.card.AtLeast => 100
134.60/133.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 18
134.60/133.54	s UNKNOWN
134.60/133.54	c Total wall clock time (in seconds) : 133.305

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-2065641-1247338645/watcher-2065641-1247338645 -o /tmp/evaluation-result-2065641-1247338645/solver-2065641-1247338645 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065641-1247338645.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 2.11 2.12 3/81 15556
/proc/meminfo: memFree=989072/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=13208 CPUtime=0
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 20929811 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 3302 521 219 9 0 1186 0
[pid=15556/tid=15557] ppid=15554 vsize=13208 CPUtime=0
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 20929812 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 12615640 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0725541 s]
/proc/loadavg: 1.91 2.11 2.12 3/81 15556
/proc/meminfo: memFree=989072/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=802164 CPUtime=0.06
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 2815 0 1 0 4 2 0 0 18 0 7 0 20929811 821415936 2560 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 200541 2560 1036 9 0 197892 0
[pid=15556/tid=15557] ppid=15554 vsize=802164 CPUtime=0.05
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 2075 0 1 0 4 1 0 0 17 0 7 0 20929812 821415936 2560 996147200 134512640 134550932 4294956016 18446744073709551615 106279898 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101562 s]
/proc/loadavg: 1.91 2.11 2.12 3/81 15556
/proc/meminfo: memFree=989072/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=804560 CPUtime=0.09
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 3069 0 1 0 6 3 0 0 18 0 12 0 20929811 823869440 2812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 201140 2812 1083 9 0 198474 0
[pid=15556/tid=15557] ppid=15554 vsize=804560 CPUtime=0.08
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 2314 0 1 0 6 2 0 0 20 0 12 0 20929812 823869440 2812 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.3016 s]
/proc/loadavg: 1.91 2.11 2.12 3/81 15556
/proc/meminfo: memFree=989072/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=805720 CPUtime=0.29
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 4349 0 1 0 25 4 0 0 18 0 12 0 20929811 825057280 4086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 201430 4086 1365 9 0 198757 0
[pid=15556/tid=15557] ppid=15554 vsize=805720 CPUtime=0.21
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 3085 0 1 0 18 3 0 0 18 0 12 0 20929812 825057280 4086 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) 805720

[startup+0.701676 s]
/proc/loadavg: 1.91 2.11 2.12 3/81 15556
/proc/meminfo: memFree=989072/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=807184 CPUtime=0.69
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 6256 0 1 0 63 6 0 0 18 0 12 0 20929811 826556416 5414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 201796 5414 1385 9 0 199123 0
[pid=15556/tid=15557] ppid=15554 vsize=807184 CPUtime=0.35
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 4012 0 1 0 31 4 0 0 19 0 12 0 20929812 826556416 5414 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807184

[startup+1.50283 s]
/proc/loadavg: 2.00 2.13 2.12 5/93 15568
/proc/meminfo: memFree=968496/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=809460 CPUtime=1.48
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 9591 0 1 0 141 7 0 0 18 0 12 0 20929811 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202365 7548 1421 9 0 199692 0
[pid=15556/tid=15557] ppid=15554 vsize=809460 CPUtime=0.76
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 5689 0 1 0 71 5 0 0 20 0 12 0 20929812 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15559] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20929813 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15560] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20929813 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15561] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15561/stat : 15561 (java) S 15554 15556 14835 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20929815 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15562] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20929815 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15563] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 20929815 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=809460 CPUtime=0.7
/proc/15556/task/15566/stat : 15566 (java) R 15554 15556 14835 0 -1 64 3146 0 0 0 69 1 0 0 17 0 12 0 20929820 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 106120441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 828887040 7548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809460

[startup+3.10213 s]
/proc/loadavg: 2.00 2.13 2.12 3/93 15568
/proc/meminfo: memFree=952048/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=809460 CPUtime=3.07
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 18239 0 1 0 296 11 0 0 18 0 12 0 20929811 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202365 14278 1429 9 0 199692 0
[pid=15556/tid=15557] ppid=15554 vsize=809460 CPUtime=1.74
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 12340 0 1 0 166 8 0 0 25 0 12 0 20929812 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 103952587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15559] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20929813 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15560] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20929813 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15561] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15561/stat : 15561 (java) S 15554 15556 14835 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20929815 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15562] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 20929815 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15563] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 20929815 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=809460 CPUtime=1.31
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5143 0 0 0 130 1 0 0 16 0 12 0 20929820 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 828887040 14278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=809460 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 828887040 14278 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) 809460

[startup+6.30275 s]
/proc/loadavg: 2.00 2.13 2.12 3/93 15568
/proc/meminfo: memFree=879352/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=808560 CPUtime=6.32
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 35835 0 1 0 613 19 0 0 18 0 12 0 20929811 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202140 31466 1438 9 0 199467 0
[pid=15556/tid=15557] ppid=15554 vsize=808560 CPUtime=4.31
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 17380 0 1 0 421 10 0 0 25 0 12 0 20929812 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4109873001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15559] ppid=15554 vsize=808560 CPUtime=0.33
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 6706 0 0 0 31 2 0 0 17 0 12 0 20929813 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15560] ppid=15554 vsize=808560 CPUtime=0.32
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 5835 0 0 0 30 2 0 0 16 0 12 0 20929813 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15561] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15561/stat : 15561 (java) S 15554 15556 14835 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 20929815 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15562] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 20929815 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15563] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20929815 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=808560 CPUtime=1.31
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5143 0 0 0 130 1 0 0 16 0 12 0 20929820 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 827965440 31466 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 808560

[startup+12.703 s]
/proc/loadavg: 2.00 2.12 2.12 3/93 15568
/proc/meminfo: memFree=788728/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=808560 CPUtime=12.9
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 55782 0 1 0 1264 26 0 0 18 0 12 0 20929811 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202140 51232 1438 9 0 199467 0
[pid=15556/tid=15557] ppid=15554 vsize=808560 CPUtime=8.81
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 17403 0 1 0 870 11 0 0 25 0 12 0 20929812 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4109873105 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15559] ppid=15554 vsize=808560 CPUtime=1.4
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 17090 0 0 0 134 6 0 0 16 0 12 0 20929813 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15560] ppid=15554 vsize=808560 CPUtime=1.27
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 15373 0 0 0 121 6 0 0 16 0 12 0 20929813 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15561] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15561/stat : 15561 (java) S 15554 15556 14835 0 -1 64 18 0 0 0 0 0 0 0 15 0 12 0 20929815 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15562] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 20929815 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15563] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20929815 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=808560 CPUtime=1.38
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5145 0 0 0 137 1 0 0 17 0 12 0 20929820 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15567] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=808560 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 827965440 51232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 808560

[startup+25.5014 s]
/proc/loadavg: 2.16 2.15 2.13 5/93 15568
/proc/meminfo: memFree=638840/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=808560 CPUtime=25.95
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 93454 0 1 0 2554 41 0 0 18 0 12 0 20929811 827965440 88636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202140 88636 1438 9 0 199467 0
[pid=15556/tid=15557] ppid=15554 vsize=808560 CPUtime=18.61
/proc/15556/task/15557/stat : 15557 (java) R 15554 15556 14835 0 -1 64 17435 0 1 0 1850 11 0 0 25 0 12 0 20929812 827965440 88636 996147200 134512640 134550932 4294956016 18446744073709551615 4109524459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15559] ppid=15554 vsize=808560 CPUtime=2.92
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 41936 0 0 0 277 15 0 0 16 0 12 0 20929813 827965440 88636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15560] ppid=15554 vsize=808560 CPUtime=2.93

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

[pid=15556/tid=15567] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.6
Current children cumulated vsize (KiB) 811128

[startup+127.902 s]
/proc/loadavg: 2.19 2.19 2.14 3/93 15568
/proc/meminfo: memFree=303160/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=811128 CPUtime=129
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 177784 0 1 0 12826 74 0 0 18 0 12 0 20929811 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202782 172328 1440 9 0 200109 0
[pid=15556/tid=15557] ppid=15554 vsize=811128 CPUtime=42.29
/proc/15556/task/15557/stat : 15557 (java) S 15554 15556 14835 0 -1 64 29819 0 1 0 4212 17 0 0 17 0 12 0 20929812 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15559] ppid=15554 vsize=811128 CPUtime=8.39
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 75596 0 0 0 812 27 0 0 16 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15560] ppid=15554 vsize=811128 CPUtime=7.14
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 59280 0 0 0 691 23 0 0 15 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15561] ppid=15554 vsize=811128 CPUtime=69.63
/proc/15556/task/15561/stat : 15561 (java) R 15554 15556 14835 0 -1 64 7191 0 0 0 6961 2 0 0 25 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15562] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15563] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=811128 CPUtime=1.48
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5145 0 0 0 147 1 0 0 16 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129
Current children cumulated vsize (KiB) 811128

[startup+131.102 s]
/proc/loadavg: 2.17 2.19 2.14 3/93 15568
/proc/meminfo: memFree=303160/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=811128 CPUtime=132.2
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 177785 0 1 0 13146 74 0 0 18 0 12 0 20929811 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202782 172328 1440 9 0 200109 0
[pid=15556/tid=15557] ppid=15554 vsize=811128 CPUtime=42.33
/proc/15556/task/15557/stat : 15557 (java) S 15554 15556 14835 0 -1 64 29820 0 1 0 4216 17 0 0 17 0 12 0 20929812 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15559] ppid=15554 vsize=811128 CPUtime=8.39
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 75596 0 0 0 812 27 0 0 16 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15560] ppid=15554 vsize=811128 CPUtime=7.14
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 59280 0 0 0 691 23 0 0 15 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15561] ppid=15554 vsize=811128 CPUtime=72.81
/proc/15556/task/15561/stat : 15561 (java) R 15554 15556 14835 0 -1 64 7191 0 0 0 7278 3 0 0 25 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 105696656 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15562] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15563] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=811128 CPUtime=1.48
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5145 0 0 0 147 1 0 0 16 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 132.2
Current children cumulated vsize (KiB) 811128

[startup+132.702 s]
/proc/loadavg: 2.17 2.19 2.14 3/93 15568
/proc/meminfo: memFree=303160/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=811128 CPUtime=133.8
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 177785 0 1 0 13306 74 0 0 18 0 12 0 20929811 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202782 172328 1440 9 0 200109 0
[pid=15556/tid=15557] ppid=15554 vsize=811128 CPUtime=42.33
/proc/15556/task/15557/stat : 15557 (java) S 15554 15556 14835 0 -1 64 29820 0 1 0 4216 17 0 0 17 0 12 0 20929812 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15559] ppid=15554 vsize=811128 CPUtime=8.39
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 75596 0 0 0 812 27 0 0 16 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15560] ppid=15554 vsize=811128 CPUtime=7.14
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 59280 0 0 0 691 23 0 0 15 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15561] ppid=15554 vsize=811128 CPUtime=74.41
/proc/15556/task/15561/stat : 15561 (java) R 15554 15556 14835 0 -1 64 7191 0 0 0 7438 3 0 0 25 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15562] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15563] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=811128 CPUtime=1.48
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5145 0 0 0 147 1 0 0 16 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 133.8
Current children cumulated vsize (KiB) 811128

[startup+133.106 s]
/proc/loadavg: 2.17 2.19 2.14 3/93 15568
/proc/meminfo: memFree=303160/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=811128 CPUtime=134.2
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 177785 0 1 0 13346 74 0 0 18 0 12 0 20929811 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202782 172328 1440 9 0 200109 0
[pid=15556/tid=15557] ppid=15554 vsize=811128 CPUtime=42.33
/proc/15556/task/15557/stat : 15557 (java) S 15554 15556 14835 0 -1 64 29820 0 1 0 4216 17 0 0 17 0 12 0 20929812 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15559] ppid=15554 vsize=811128 CPUtime=8.39
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 75596 0 0 0 812 27 0 0 16 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15560] ppid=15554 vsize=811128 CPUtime=7.14
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 59280 0 0 0 691 23 0 0 15 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15561] ppid=15554 vsize=811128 CPUtime=74.81
/proc/15556/task/15561/stat : 15561 (java) R 15554 15556 14835 0 -1 64 7191 0 0 0 7478 3 0 0 25 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15562] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15563] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=811128 CPUtime=1.48
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5145 0 0 0 147 1 0 0 16 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.2
Current children cumulated vsize (KiB) 811128

[startup+133.502 s]
/proc/loadavg: 2.17 2.19 2.14 3/93 15568
/proc/meminfo: memFree=303160/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=811128 CPUtime=134.6
/proc/15556/stat : 15556 (java) S 15554 15556 14835 0 -1 0 177785 0 1 0 13386 74 0 0 18 0 12 0 20929811 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15556/statm: 202782 172328 1440 9 0 200109 0
[pid=15556/tid=15557] ppid=15554 vsize=811128 CPUtime=42.33
/proc/15556/task/15557/stat : 15557 (java) S 15554 15556 14835 0 -1 64 29820 0 1 0 4216 17 0 0 17 0 12 0 20929812 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15559] ppid=15554 vsize=811128 CPUtime=8.39
/proc/15556/task/15559/stat : 15559 (java) S 15554 15556 14835 0 -1 64 75596 0 0 0 812 27 0 0 16 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15560] ppid=15554 vsize=811128 CPUtime=7.14
/proc/15556/task/15560/stat : 15560 (java) S 15554 15556 14835 0 -1 64 59280 0 0 0 691 23 0 0 15 0 12 0 20929813 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15561] ppid=15554 vsize=811128 CPUtime=75.21
/proc/15556/task/15561/stat : 15561 (java) R 15554 15556 14835 0 -1 64 7191 0 0 0 7518 3 0 0 25 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 106158888 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15562] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15562/stat : 15562 (java) S 15554 15556 14835 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15556/tid=15563] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15563/stat : 15563 (java) S 15554 15556 14835 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20929815 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15564] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15564/stat : 15564 (java) S 15554 15556 14835 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15565] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15565/stat : 15565 (java) S 15554 15556 14835 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15566] ppid=15554 vsize=811128 CPUtime=1.48
/proc/15556/task/15566/stat : 15566 (java) S 15554 15556 14835 0 -1 64 5145 0 0 0 147 1 0 0 16 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15567] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15567/stat : 15567 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15556/tid=15568] ppid=15554 vsize=811128 CPUtime=0
/proc/15556/task/15568/stat : 15568 (java) S 15554 15556 14835 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20929820 830595072 172328 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.6
Current children cumulated vsize (KiB) 811128

[startup+133.602 s]
/proc/loadavg: 2.17 2.19 2.14 3/93 15568
/proc/meminfo: memFree=303160/2055920 swapFree=4192948/4192956
[pid=15556] ppid=15554 vsize=0 CPUtime=134.68
/proc/15556/stat : 15556 (java) Z 15554 15556 14835 0 -1 12 177806 0 1 0 13389 79 0 0 16 0 2 0 20929811 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15556/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 134.68
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 133.651
CPU time (s): 134.744
CPU user time (s): 133.899
CPU system time (s): 0.844871
CPU usage (%): 100.817
Max. virtual memory (cumulated for all children) (KiB): 811128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.899
system time used= 0.844871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177806
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= 5092
involuntary context switches= 6890

runsolver used 0.169974 second user time and 0.45993 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-11 20:57:25
IDJOB=2065641
IDBENCH=54390
IDSOLVER=731
FILE ID=node76/2065641-1247338645
PBS_JOBID= 9506646
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-60-2-7.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065641-1247338645/watcher-2065641-1247338645 -o /tmp/evaluation-result-2065641-1247338645/solver-2065641-1247338645 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065641-1247338645.xml

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

MD5SUM BENCH= 33c0838b1f52affed2cd00dbaf9d007f
RANDOM SEED=2096985032

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:        989488 kB
Buffers:         62272 kB
Cached:         845996 kB
SwapCached:          8 kB
Active:         146420 kB
Inactive:       845620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        989488 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:         101512 kB
Slab:            59508 kB
Committed_AS:   888200 kB
PageTables:       1988 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= 66380 MiB
End job on node76 at 2009-07-11 20:59:38