Trace number 2078137

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? 296.772 298.331

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-80-3-3.xml
MD5SUMbff4c7926bac117cdd8ccd1c7c6bdada
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 benchmark0.031994
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity6
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 671000808
0.09/0.15	c Max memory 672137216
0.09/0.15	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2078137-1247366781.xml
0.18/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.38/0.49	c reading variables done.
0.48/0.55	c reading predicates  done.
0.88/0.90	c reading constraints
288.00/289.55	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
288.00/289.55		at org.sat4j.core.Vec.ensure(Unknown Source)
288.00/289.55		at org.sat4j.core.Vec.push(Unknown Source)
288.00/289.55		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
288.00/289.55		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
288.00/289.55		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
288.00/289.55		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
288.00/289.55		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
288.00/289.55		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
288.00/289.55		at org.sat4j.csp.Predicate.find(Unknown Source)
288.00/289.55		at org.sat4j.csp.Predicate.find(Unknown Source)
288.00/289.56		at org.sat4j.csp.Predicate.find(Unknown Source)
288.00/289.56		at org.sat4j.csp.Predicate.find(Unknown Source)
288.00/289.56		at org.sat4j.csp.Predicate.find(Unknown Source)
288.00/289.56		at org.sat4j.csp.Predicate.toClause(Unknown Source)
288.00/289.56		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
288.00/289.56		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
288.00/289.56		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
288.00/289.56		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
288.00/289.56		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
288.00/289.56		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
288.00/289.56		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
288.00/289.56		at org.sat4j.AbstractLauncher.run(Unknown Source)
296.25/297.87	c starts		: 0
296.25/297.87	c conflicts		: 0
296.25/297.87	c decisions		: 0
296.25/297.87	c propagations		: 0
296.25/297.87	c inspects		: 0
296.25/297.87	c learnt literals	: 0
296.25/297.87	c learnt binary clauses	: 0
296.25/297.87	c learnt ternary clauses	: 0
296.25/297.87	c learnt clauses	: 0
296.25/297.87	c ignored clauses	: 0
296.25/297.87	c root simplifications	: 0
296.25/297.87	c removed literals (reason simplification)	: 0
296.25/297.87	c reason swapping (by a shorter reason)	: 0
296.25/297.87	c Calls to reduceDB	: 0
296.25/297.87	c speed (assignments/second)	: 0.0
296.25/297.87	c non guided choices	0
296.25/297.87	c learnt constraints type 
296.25/297.87	c constraints type 
296.25/297.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9014230
296.25/297.87	c org.sat4j.minisat.constraints.card.AtLeast => 100
296.25/297.87	s UNKNOWN
296.25/297.87	c Total wall clock time (in seconds) : 289.317

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-2078137-1247366781/watcher-2078137-1247366781 -o /tmp/evaluation-result-2078137-1247366781/solver-2078137-1247366781 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078137-1247366781.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.10 2.11 2.19 5/83 24454
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=18576 CPUtime=0
/proc/24454/stat : 24454 (runsolver) R 24452 24454 18836 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 23744193 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/24454/statm: 4644 284 249 26 0 2626 0

[startup+0.017386 s]
/proc/loadavg: 2.10 2.11 2.19 5/83 24454
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=13296 CPUtime=0
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 794 0 0 0 0 0 0 0 18 0 2 0 23744193 13615104 575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13296

[startup+0.103513 s]
/proc/loadavg: 2.10 2.11 2.19 5/83 24454
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=804560 CPUtime=0.09
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 3019 0 1 0 7 2 0 0 18 0 12 0 23744193 823869440 2762 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 201140 2762 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30154 s]
/proc/loadavg: 2.10 2.11 2.19 5/83 24454
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=805896 CPUtime=0.27
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 4380 0 1 0 24 3 0 0 18 0 12 0 23744193 825237504 4117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 201474 4117 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805896

[startup+0.7026 s]
/proc/loadavg: 2.10 2.11 2.19 5/83 24454
/proc/meminfo: memFree=1415936/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=807368 CPUtime=0.68
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 6316 0 1 0 63 5 0 0 18 0 12 0 23744193 826744832 5724 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 201842 5724 1387 9 0 199169 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807368

[startup+1.50273 s]
/proc/loadavg: 2.09 2.11 2.19 4/95 24466
/proc/meminfo: memFree=1387744/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=812660 CPUtime=1.47
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 9882 0 1 0 140 7 0 0 18 0 12 0 23744193 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203165 7733 1413 9 0 200492 0
[pid=24454/tid=24456] ppid=24452 vsize=812660 CPUtime=0.79
/proc/24454/task/24456/stat : 24456 (java) R 24452 24454 18836 0 -1 64 5120 0 1 0 75 4 0 0 25 0 12 0 23744195 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23744195 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23744195 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 18836 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23744197 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23744198 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23744198 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=812660 CPUtime=0.03
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 268 0 0 0 3 0 0 0 18 0 12 0 23744202 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=812660 CPUtime=0.62
/proc/24454/task/24464/stat : 24464 (java) R 24452 24454 18836 0 -1 64 3749 0 0 0 60 2 0 0 18 0 12 0 23744202 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 103235252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23744202 832163840 7733 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812660

[startup+3.10295 s]
/proc/loadavg: 2.09 2.11 2.19 5/95 24466
/proc/meminfo: memFree=1357856/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=812660 CPUtime=2.9
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 21342 0 1 0 277 13 0 0 18 0 12 0 23744193 832163840 18879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203165 18881 1429 9 0 200492 0
[pid=24454/tid=24456] ppid=24452 vsize=812660 CPUtime=1.8
/proc/24454/task/24456/stat : 24456 (java) R 24452 24454 18836 0 -1 64 16180 0 1 0 171 9 0 0 16 0 12 0 23744195 832163840 18881 996147200 134512640 134550932 4294956016 18446744073709551615 4109682158 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23744195 832163840 18882 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23744195 832163840 18883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 18836 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23744197 832163840 18884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23744198 832163840 18885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23744198 832163840 18886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 832163840 18887 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=812660 CPUtime=0.03
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 268 0 0 0 3 0 0 0 18 0 12 0 23744202 832163840 18888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=812660 CPUtime=1.04
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4151 0 0 0 101 3 0 0 16 0 12 0 23744202 832163840 18889 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 832163840 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=812660 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23744202 832163840 18891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 812660

[startup+6.30242 s]
/proc/loadavg: 2.09 2.11 2.19 3/95 24466
/proc/meminfo: memFree=1238368/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=811828 CPUtime=6.14
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 36978 0 1 0 593 21 0 0 18 0 12 0 23744193 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 202957 33969 1438 9 0 200284 0
[pid=24454/tid=24456] ppid=24452 vsize=811828 CPUtime=3.9
/proc/24454/task/24456/stat : 24456 (java) R 24452 24454 18836 0 -1 64 17394 0 1 0 380 10 0 0 25 0 12 0 23744195 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=811828 CPUtime=0.51
/proc/24454/task/24457/stat : 24457 (java) R 24452 24454 18836 0 -1 64 8202 0 0 0 48 3 0 0 16 0 12 0 23744195 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 103111936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=811828 CPUtime=0.37
/proc/24454/task/24458/stat : 24458 (java) R 24452 24454 18836 0 -1 64 6186 0 0 0 35 2 0 0 16 0 12 0 23744195 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=811828 CPUtime=0
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 18836 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23744197 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=811828 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23744198 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=811828 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23744198 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=811828 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=811828 CPUtime=0.25
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 289 0 0 0 25 0 0 0 16 0 12 0 23744202 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24464] ppid=24452 vsize=811828 CPUtime=1.06
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4152 0 0 0 103 3 0 0 15 0 12 0 23744202 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=811828 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=811828 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23744202 831311872 33969 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 811828

[startup+12.7014 s]
/proc/loadavg: 2.08 2.11 2.19 3/95 24466
/proc/meminfo: memFree=1048032/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=811796 CPUtime=12.5
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 59906 0 1 0 1219 31 0 0 18 0 12 0 23744193 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 202949 56840 1438 9 0 200276 0
[pid=24454/tid=24456] ppid=24452 vsize=811796 CPUtime=8.12
/proc/24454/task/24456/stat : 24456 (java) R 24452 24454 18836 0 -1 64 17430 0 1 0 802 10 0 0 25 0 12 0 23744195 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=811796 CPUtime=1.55
/proc/24454/task/24457/stat : 24457 (java) R 24452 24454 18836 0 -1 64 17914 0 0 0 147 8 0 0 16 0 12 0 23744195 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=811796 CPUtime=1.43
/proc/24454/task/24458/stat : 24458 (java) R 24452 24454 18836 0 -1 64 19365 0 0 0 136 7 0 0 16 0 12 0 23744195 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24459] ppid=24452 vsize=811796 CPUtime=0
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 18836 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23744197 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=811796 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23744198 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=811796 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23744198 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=811796 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=811796 CPUtime=0.29
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 290 0 0 0 29 0 0 0 16 0 12 0 23744202 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24464] ppid=24452 vsize=811796 CPUtime=1.06
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4152 0 0 0 103 3 0 0 15 0 12 0 23744202 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=811796 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=811796 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23744202 831279104 56840 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 811796

[startup+25.5022 s]
/proc/loadavg: 2.37 2.17 2.21 3/95 24466
/proc/meminfo: memFree=705760/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=814208 CPUtime=24.96
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 105238 0 1 0 2446 50 0 0 18 0 12 0 23744193 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203552 101921 1438 9 0 200879 0
[pid=24454/tid=24456] ppid=24452 vsize=814208 CPUtime=16.48
/proc/24454/task/24456/stat : 24456 (java) R 24452 24454 18836 0 -1 64 23601 0 1 0 1635 13 0 0 25 0 12 0 23744195 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4109888593 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=814208 CPUtime=3.56
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 40517 0 0 0 339 17 0 0 17 0 12 0 23744195 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=814208 CPUtime=3.46
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 35923 0 0 0 332 14 0 0 16 0 12 0 23744195 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24459] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 18836 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 23744197 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23744198 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23744198 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 833748992 101921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=814208 CPUtime=0.34

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


[startup+287.902 s]
/proc/loadavg: 2.02 2.17 2.21 3/95 24468
/proc/meminfo: memFree=275872/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=814208 CPUtime=286.41
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 428977 0 1 0 28399 242 0 0 18 0 12 0 23744193 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203552 173127 1440 9 0 200879 0
[pid=24454/tid=24456] ppid=24452 vsize=814208 CPUtime=37.1
/proc/24454/task/24456/stat : 24456 (java) S 24452 24454 18836 0 -1 64 35983 0 1 0 3688 22 0 0 17 0 12 0 23744195 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=814208 CPUtime=8.23
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 64386 0 0 0 796 27 0 0 15 0 12 0 23744195 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=814208 CPUtime=7.77
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 65998 0 0 0 751 26 0 0 16 0 12 0 23744195 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24459] ppid=24452 vsize=814208 CPUtime=231.63
/proc/24454/task/24459/stat : 24459 (java) R 24452 24454 18836 0 -1 64 257414 0 0 0 23002 161 0 0 25 0 12 0 23744197 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23744198 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23744198 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=814208 CPUtime=0.56
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 302 0 0 0 56 0 0 0 16 0 12 0 23744202 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24464] ppid=24452 vsize=814208 CPUtime=1.06
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4152 0 0 0 103 3 0 0 15 0 12 0 23744202 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=814208 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23744202 833748992 173127 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.41
Current children cumulated vsize (KiB) 814208

[startup+294.302 s]
/proc/loadavg: 2.02 2.17 2.21 3/96 24469
/proc/meminfo: memFree=275864/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=814532 CPUtime=292.77
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 428989 0 1 0 29035 242 0 0 18 0 13 0 23744193 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203633 173136 1439 9 0 200960 0
[pid=24454/tid=24456] ppid=24452 vsize=814532 CPUtime=37.11
/proc/24454/task/24456/stat : 24456 (java) S 24452 24454 18836 0 -1 64 35990 0 1 0 3689 22 0 0 18 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=814532 CPUtime=8.23
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 64386 0 0 0 796 27 0 0 15 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=814532 CPUtime=7.77
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 65998 0 0 0 751 26 0 0 16 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24459] ppid=24452 vsize=814532 CPUtime=237.98
/proc/24454/task/24459/stat : 24459 (java) R 24452 24454 18836 0 -1 64 257414 0 0 0 23637 161 0 0 25 0 13 0 23744197 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 105696659 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23744198 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23744198 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=814532 CPUtime=0.56
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 302 0 0 0 56 0 0 0 16 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24464] ppid=24452 vsize=814532 CPUtime=1.06
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4152 0 0 0 103 3 0 0 15 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24469] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 18836 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23773149 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 292.77
Current children cumulated vsize (KiB) 814532

[startup+295.908 s]
/proc/loadavg: 2.02 2.17 2.21 3/96 24469
/proc/meminfo: memFree=275864/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=814532 CPUtime=294.37
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 428989 0 1 0 29195 242 0 0 18 0 13 0 23744193 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203633 173136 1439 9 0 200960 0
[pid=24454/tid=24456] ppid=24452 vsize=814532 CPUtime=37.11
/proc/24454/task/24456/stat : 24456 (java) S 24452 24454 18836 0 -1 64 35990 0 1 0 3689 22 0 0 18 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=814532 CPUtime=8.23
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 64386 0 0 0 796 27 0 0 15 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=814532 CPUtime=7.77
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 65998 0 0 0 751 26 0 0 16 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24459] ppid=24452 vsize=814532 CPUtime=239.58
/proc/24454/task/24459/stat : 24459 (java) R 24452 24454 18836 0 -1 64 257414 0 0 0 23797 161 0 0 25 0 13 0 23744197 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 106158848 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23744198 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23744198 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=814532 CPUtime=0.56
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 302 0 0 0 56 0 0 0 16 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24464] ppid=24452 vsize=814532 CPUtime=1.06
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4152 0 0 0 103 3 0 0 15 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24469] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 18836 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23773149 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.37
Current children cumulated vsize (KiB) 814532

[startup+297.503 s]
/proc/loadavg: 2.02 2.17 2.21 3/96 24469
/proc/meminfo: memFree=275864/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=814532 CPUtime=295.95
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 428989 0 1 0 29353 242 0 0 18 0 13 0 23744193 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203633 173136 1439 9 0 200960 0
[pid=24454/tid=24456] ppid=24452 vsize=814532 CPUtime=37.11
/proc/24454/task/24456/stat : 24456 (java) S 24452 24454 18836 0 -1 64 35990 0 1 0 3689 22 0 0 18 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=814532 CPUtime=8.23
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 64386 0 0 0 796 27 0 0 15 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=814532 CPUtime=7.77
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 65998 0 0 0 751 26 0 0 16 0 13 0 23744195 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24459] ppid=24452 vsize=814532 CPUtime=241.17
/proc/24454/task/24459/stat : 24459 (java) R 24452 24454 18836 0 -1 64 257414 0 0 0 23956 161 0 0 25 0 13 0 23744197 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 106159310 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23744198 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23744198 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=814532 CPUtime=0.56
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 302 0 0 0 56 0 0 0 16 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24464] ppid=24452 vsize=814532 CPUtime=1.06
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4152 0 0 0 103 3 0 0 15 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23744202 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24469] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 18836 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23773149 834080768 173136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.95
Current children cumulated vsize (KiB) 814532

[startup+297.903 s]
/proc/loadavg: 2.02 2.17 2.21 3/96 24469
/proc/meminfo: memFree=275864/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=814532 CPUtime=296.35
/proc/24454/stat : 24454 (java) S 24452 24454 18836 0 -1 0 428993 0 1 0 29393 242 0 0 18 0 12 0 23744193 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24454/statm: 203633 173139 1440 9 0 200960 0
[pid=24454/tid=24456] ppid=24452 vsize=814532 CPUtime=37.11
/proc/24454/task/24456/stat : 24456 (java) S 24452 24454 18836 0 -1 64 35990 0 1 0 3689 22 0 0 16 0 12 0 23744195 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24457] ppid=24452 vsize=814532 CPUtime=8.23
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 18836 0 -1 64 64386 0 0 0 796 27 0 0 15 0 12 0 23744195 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24458] ppid=24452 vsize=814532 CPUtime=7.77
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 18836 0 -1 64 65998 0 0 0 751 26 0 0 16 0 12 0 23744195 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24459] ppid=24452 vsize=814532 CPUtime=241.56
/proc/24454/task/24459/stat : 24459 (java) R 24452 24454 18836 0 -1 64 257414 0 0 0 23995 161 0 0 25 0 12 0 23744197 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 106158100 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24460] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 18836 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23744198 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24461] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 18836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23744198 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24462] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=814532 CPUtime=0.56
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 18836 0 -1 64 302 0 0 0 56 0 0 0 16 0 12 0 23744202 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24464] ppid=24452 vsize=814532 CPUtime=1.06
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 18836 0 -1 64 4152 0 0 0 103 3 0 0 15 0 12 0 23744202 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24454/tid=24465] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23744202 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=814532 CPUtime=0
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23744202 834080768 173139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 296.35
Current children cumulated vsize (KiB) 814532

[startup+298.303 s]
/proc/loadavg: 2.02 2.17 2.21 3/95 24469
/proc/meminfo: memFree=275864/2055920 swapFree=4192812/4192956
[pid=24454] ppid=24452 vsize=0 CPUtime=296.73
/proc/24454/stat : 24454 (java) Z 24452 24454 18836 0 -1 12 428999 0 1 0 29423 250 0 0 16 0 2 0 23744193 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24454/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 296.73
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 298.331
CPU time (s): 296.772
CPU user time (s): 294.239
CPU system time (s): 2.53261
CPU usage (%): 99.4775
Max. virtual memory (cumulated for all children) (KiB): 910216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.239
system time used= 2.53261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428999
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= 7931
involuntary context switches= 12187

runsolver used 0.382941 second user time and 1.01885 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 04:46:21
IDJOB=2078137
IDBENCH=56720
IDSOLVER=731
FILE ID=node30/2078137-1247366781
PBS_JOBID= 9507002
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= bff4c7926bac117cdd8ccd1c7c6bdada
RANDOM SEED=1753398533

node30.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1420384 kB
Buffers:         39732 kB
Cached:         270484 kB
SwapCached:          0 kB
Active:         391268 kB
Inactive:       166648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2700 kB
Writeback:           0 kB
Mapped:         263360 kB
Slab:            62568 kB
Committed_AS:   889824 kB
PageTables:       2164 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 node30 at 2009-07-12 04:51:19