Trace number 2082867

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? (exit code) 322.109 322.938

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-06-1071.xml
MD5SUM59af34547620dd78a43fde16d9149e7e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.171973
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1072
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	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.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2082867-1247375970.xml
0.19/0.22	c reading problem ... 
0.39/0.45	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.69/0.76	c reading predicates  done.
0.89/0.97	c reading constraints
320.01/320.83	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
320.01/320.83		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
320.01/320.83		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
320.91/321.76		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
320.91/321.76		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
320.91/321.76		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
320.91/321.76		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
320.91/321.76		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
320.91/321.76		at org.sat4j.csp.Predicate.toClause(Unknown Source)
320.91/321.76		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
320.91/321.76		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
320.91/321.76		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
320.91/321.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
320.91/321.76		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
320.91/321.76		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
320.91/321.76		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
320.91/321.76		at org.sat4j.AbstractLauncher.run(Unknown Source)
320.91/321.76		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
321.91/322.70	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
321.91/322.70		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
321.91/322.70		at java.lang.StringBuffer.<init>(Unknown Source)
321.91/322.70		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
321.91/322.70		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
321.91/322.70		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
321.91/322.70		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082867-1247375970/watcher-2082867-1247375970 -o /tmp/evaluation-result-2082867-1247375970/solver-2082867-1247375970 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082867-1247375970.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.93 1.99 1.99 4/73 25316
/proc/meminfo: memFree=1614288/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=152 CPUtime=0
/proc/25316/stat : 25316 (java) R 25314 25316 21012 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24660503 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 2618148 0 0 4096 0 0 0 0 17 0 0 0
/proc/25316/statm: 38 26 19 9 0 4 0

[startup+0.054262 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 25316
/proc/meminfo: memFree=1614288/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=802164 CPUtime=0.04
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 2696 0 1 0 3 1 0 0 18 0 7 0 24660503 821415936 2441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 200541 2441 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.101267 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 25316
/proc/meminfo: memFree=1614288/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=804560 CPUtime=0.09
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 3078 0 1 0 8 1 0 0 18 0 12 0 24660503 823869440 2821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 201140 2821 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301285 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 25316
/proc/meminfo: memFree=1614288/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=806184 CPUtime=0.28
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 4473 0 1 0 26 2 0 0 18 0 12 0 24660503 825532416 4177 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 201546 4178 1365 9 0 198873 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806184

[startup+0.701321 s]
/proc/loadavg: 1.93 1.99 1.99 4/73 25316
/proc/meminfo: memFree=1614288/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=807388 CPUtime=0.69
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 6705 0 1 0 65 4 0 0 18 0 12 0 24660503 826765312 6053 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 201847 6053 1385 9 0 199174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807388

[startup+1.50239 s]
/proc/loadavg: 1.93 1.99 1.99 3/85 25328
/proc/meminfo: memFree=1574384/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=810860 CPUtime=1.49
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 14692 0 1 0 142 7 0 0 18 0 12 0 24660503 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202715 12474 1406 9 0 200042 0
[pid=25316/tid=25318] ppid=25314 vsize=810860 CPUtime=0.75
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 10288 0 1 0 70 5 0 0 25 0 12 0 24660504 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 24660505 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24660505 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21012 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24660507 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 24660507 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 24660507 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=810860 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 12 0 24660511 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=810860 CPUtime=0.68
/proc/25316/task/25326/stat : 25326 (java) R 25314 25316 21012 0 -1 64 3380 0 0 0 67 1 0 0 18 0 12 0 24660512 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 103241437 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24660512 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24660512 830320640 12474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 810860

[startup+3.10254 s]
/proc/loadavg: 1.93 1.99 1.99 4/85 25328
/proc/meminfo: memFree=1543472/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=810860 CPUtime=3.1
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 30087 0 1 0 297 13 0 0 18 0 12 0 24660503 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202715 27698 1435 9 0 200042 0
[pid=25316/tid=25318] ppid=25314 vsize=810860 CPUtime=1.75
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 17399 0 1 0 167 8 0 0 25 0 12 0 24660504 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4109597425 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=810860 CPUtime=0.11
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 4634 0 0 0 10 1 0 0 16 0 12 0 24660505 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=810860 CPUtime=0.11
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 3585 0 0 0 10 1 0 0 16 0 12 0 24660505 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21012 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24660507 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24660507 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24660507 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=810860 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 12 0 24660511 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=810860 CPUtime=1.05
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 104 1 0 0 16 0 12 0 24660512 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24660512 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24660512 830320640 27698 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 810860

[startup+6.30183 s]
/proc/loadavg: 1.93 1.99 1.99 5/85 25328
/proc/meminfo: memFree=1495728/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=810860 CPUtime=6.3
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 34506 0 1 0 615 15 0 0 18 0 12 0 24660503 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202715 32075 1435 9 0 200042 0
[pid=25316/tid=25318] ppid=25314 vsize=810860 CPUtime=4.69
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 17407 0 1 0 461 8 0 0 24 0 12 0 24660504 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4109589360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25319] ppid=25314 vsize=810860 CPUtime=0.22
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 6944 0 0 0 20 2 0 0 16 0 12 0 24660505 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=810860 CPUtime=0.25
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 5686 0 0 0 23 2 0 0 16 0 12 0 24660505 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21012 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24660507 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25322] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24660507 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24660507 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=810860 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 12 0 24660511 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=810860 CPUtime=1.05
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 104 1 0 0 16 0 12 0 24660512 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24660512 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=810860 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24660512 830320640 32075 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 810860

[startup+12.7014 s]
/proc/loadavg: 1.94 1.99 1.99 3/85 25328
/proc/meminfo: memFree=1455152/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=810540 CPUtime=12.64
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 45241 0 1 0 1244 20 0 0 18 0 12 0 24660503 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202635 42712 1435 9 0 199962 0
[pid=25316/tid=25318] ppid=25314 vsize=810540 CPUtime=10.86
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 17425 0 1 0 1078 8 0 0 25 0 12 0 24660504 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4109786065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25319] ppid=25314 vsize=810540 CPUtime=0.3
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 11606 0 0 0 26 4 0 0 16 0 12 0 24660505 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=810540 CPUtime=0.33
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 11741 0 0 0 29 4 0 0 16 0 12 0 24660505 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=810540 CPUtime=0
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21012 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 24660507 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25322] ppid=25314 vsize=810540 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24660507 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=810540 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24660507 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=810540 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=810540 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 12 0 24660511 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=810540 CPUtime=1.05
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 104 1 0 0 17 0 12 0 24660512 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25327] ppid=25314 vsize=810540 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24660512 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=810540 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24660512 829992960 42712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 810540

[startup+25.5014 s]
/proc/loadavg: 1.95 1.99 1.99 3/85 25328
/proc/meminfo: memFree=1358704/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=809452 CPUtime=25.39
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 68396 0 1 0 2511 28 0 0 18 0 12 0 24660503 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202363 65000 1435 9 0 199690 0
[pid=25316/tid=25318] ppid=25314 vsize=809452 CPUtime=23.24
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 17451 0 1 0 2316 8 0 0 25 0 12 0 24660504 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4109786065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25319] ppid=25314 vsize=809452 CPUtime=0.48
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 23728 0 0 0 40 8 0 0 15 0 12 0 24660505 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=809452 CPUtime=0.47
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 22748 0 0 0 39 8 0 0 16 0 12 0 24660505 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=809452 CPUtime=0.01
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21012 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 24660507 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25322] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 828878848 65000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=809452 CPUtime=0.04

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

Current children cumulated CPU time (s) 306.34
Current children cumulated vsize (KiB) 809452

[startup+313.508 s]
/proc/loadavg: 2.29 2.10 2.03 5/93 25370
/proc/meminfo: memFree=915048/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=809452 CPUtime=312.73
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 175779 0 1 0 31192 81 0 0 18 0 12 0 24660503 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202363 171860 1437 9 0 199690 0
[pid=25316/tid=25318] ppid=25314 vsize=809452 CPUtime=283.17
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 17976 0 1 0 28304 13 0 0 25 0 12 0 24660504 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=809452 CPUtime=4.26
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 78459 0 0 0 395 31 0 0 16 0 12 0 24660505 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=809452 CPUtime=4.28
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 74219 0 0 0 400 28 0 0 15 0 12 0 24660505 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=809452 CPUtime=19.7
/proc/25316/task/25321/stat : 25321 (java) R 25314 25316 21012 0 -1 64 669 0 0 0 1964 6 0 0 15 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 105697959 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25323] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=809452 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 12 0 24660511 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=809452 CPUtime=1.23
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 122 1 0 0 17 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25327] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.73
Current children cumulated vsize (KiB) 809452

[startup+319.902 s]
/proc/loadavg: 2.34 2.11 2.03 4/93 25370
/proc/meminfo: memFree=915048/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=809452 CPUtime=319.12
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 175797 0 1 0 31831 81 0 0 18 0 12 0 24660503 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202363 171860 1437 9 0 199690 0
[pid=25316/tid=25318] ppid=25314 vsize=809452 CPUtime=284.06
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 17994 0 1 0 28393 13 0 0 25 0 12 0 24660504 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=809452 CPUtime=4.26
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 78459 0 0 0 395 31 0 0 16 0 12 0 24660505 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=809452 CPUtime=4.28
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 74219 0 0 0 400 28 0 0 15 0 12 0 24660505 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=809452 CPUtime=25.19
/proc/25316/task/25321/stat : 25321 (java) R 25314 25316 21012 0 -1 64 669 0 0 0 2513 6 0 0 16 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25323] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=809452 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 12 0 24660511 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=809452 CPUtime=1.23
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 122 1 0 0 17 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25327] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 319.12
Current children cumulated vsize (KiB) 809452

[startup+321.501 s]
/proc/loadavg: 2.34 2.11 2.03 4/93 25370
/proc/meminfo: memFree=915048/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=809452 CPUtime=320.71
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 175801 0 1 0 31990 81 0 0 18 0 12 0 24660503 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202363 171860 1436 9 0 199690 0
[pid=25316/tid=25318] ppid=25314 vsize=809452 CPUtime=284.07
/proc/25316/task/25318/stat : 25318 (java) R 25314 25316 21012 0 -1 64 17998 0 1 0 28394 13 0 0 25 0 12 0 24660504 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=809452 CPUtime=4.26
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 78459 0 0 0 395 31 0 0 16 0 12 0 24660505 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=809452 CPUtime=4.28
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 74219 0 0 0 400 28 0 0 15 0 12 0 24660505 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=809452 CPUtime=26.79
/proc/25316/task/25321/stat : 25321 (java) R 25314 25316 21012 0 -1 64 669 0 0 0 2673 6 0 0 18 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25323] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 24660507 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24660511 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=809452 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 12 0 24660511 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=809452 CPUtime=1.23
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 122 1 0 0 17 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25327] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=809452 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24660512 828878848 171860 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 320.71
Current children cumulated vsize (KiB) 809452

[startup+322.308 s]
/proc/loadavg: 2.34 2.11 2.03 4/94 25371
/proc/meminfo: memFree=915040/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=809776 CPUtime=321.52
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 175808 0 1 0 32071 81 0 0 18 0 13 0 24660503 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202444 171866 1436 9 0 199771 0
[pid=25316/tid=25318] ppid=25314 vsize=809776 CPUtime=284.07
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21012 0 -1 64 18000 0 1 0 28394 13 0 0 25 0 13 0 24660504 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=809776 CPUtime=4.26
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 78459 0 0 0 395 31 0 0 16 0 13 0 24660505 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=809776 CPUtime=4.28
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 74219 0 0 0 400 28 0 0 15 0 13 0 24660505 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=809776 CPUtime=27.59
/proc/25316/task/25321/stat : 25321 (java) R 25314 25316 21012 0 -1 64 669 0 0 0 2753 6 0 0 19 0 13 0 24660507 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24660507 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24660507 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24660511 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=809776 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 13 0 24660511 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=809776 CPUtime=1.23
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 122 1 0 0 17 0 13 0 24660512 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25327] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24660512 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24660512 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25371] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25371/stat : 25371 (java) S 25314 25316 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24692680 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.52
Current children cumulated vsize (KiB) 809776

[startup+322.701 s]
/proc/loadavg: 2.34 2.11 2.03 4/94 25371
/proc/meminfo: memFree=915040/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=809776 CPUtime=321.91
/proc/25316/stat : 25316 (java) S 25314 25316 21012 0 -1 0 175808 0 1 0 32110 81 0 0 18 0 13 0 24660503 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 202444 171866 1436 9 0 199771 0
[pid=25316/tid=25318] ppid=25314 vsize=809776 CPUtime=284.07
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21012 0 -1 64 18000 0 1 0 28394 13 0 0 25 0 13 0 24660504 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=809776 CPUtime=4.26
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21012 0 -1 64 78459 0 0 0 395 31 0 0 16 0 13 0 24660505 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25320] ppid=25314 vsize=809776 CPUtime=4.28
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21012 0 -1 64 74219 0 0 0 400 28 0 0 15 0 13 0 24660505 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25321] ppid=25314 vsize=809776 CPUtime=27.99
/proc/25316/task/25321/stat : 25321 (java) R 25314 25316 21012 0 -1 64 669 0 0 0 2793 6 0 0 20 0 13 0 24660507 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 105697729 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21012 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 24660507 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21012 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 24660507 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21012 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24660511 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=809776 CPUtime=0.04
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21012 0 -1 64 281 0 0 0 4 0 0 0 18 0 13 0 24660511 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=809776 CPUtime=1.23
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21012 0 -1 64 3435 0 0 0 122 1 0 0 17 0 13 0 24660512 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25316/tid=25327] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24660512 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24660512 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25316/tid=25371] ppid=25314 vsize=809776 CPUtime=0
/proc/25316/task/25371/stat : 25371 (java) S 25314 25316 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24692680 829210624 171866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.91
Current children cumulated vsize (KiB) 809776

[startup+322.901 s]
/proc/loadavg: 2.34 2.11 2.03 4/94 25371
/proc/meminfo: memFree=915040/2055920 swapFree=4192812/4192956
[pid=25316] ppid=25314 vsize=0 CPUtime=322.07
/proc/25316/stat : 25316 (java) Z 25314 25316 21012 0 -1 12 175816 0 1 0 32119 88 0 0 16 0 2 0 24660503 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25316/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 322.07
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 322.938
CPU time (s): 322.109
CPU user time (s): 321.191
CPU system time (s): 0.91786
CPU usage (%): 99.7433
Max. virtual memory (cumulated for all children) (KiB): 811212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.191
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175816
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= 16523
involuntary context switches= 12103

runsolver used 0.429934 second user time and 1.04184 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 07:19:30
IDJOB=2082867
IDBENCH=57647
IDSOLVER=731
FILE ID=node51/2082867-1247375970
PBS_JOBID= 9507098
Free space on /tmp= 66208 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-06-1071.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082867-1247375970/watcher-2082867-1247375970 -o /tmp/evaluation-result-2082867-1247375970/solver-2082867-1247375970 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082867-1247375970.xml

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

MD5SUM BENCH= 59af34547620dd78a43fde16d9149e7e
RANDOM SEED=1542368450

node51.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.225
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.225
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:       1614768 kB
Buffers:         55084 kB
Cached:         287296 kB
SwapCached:          0 kB
Active:         171812 kB
Inactive:       191796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1614768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          31940 kB
Slab:            62908 kB
Committed_AS:   244712 kB
PageTables:       1752 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= 66204 MiB
End job on node51 at 2009-07-12 07:24:53