Trace number 2081580

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) 223.152 223.314

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-28.xml
MD5SUM0ee4188de7d6c5919718ac5c6628a5b8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.49032
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1360
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
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.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2081580-1247373238.xml
0.18/0.25	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.54	c reading variables done.
2.16/2.12	c reading predicates  done.
2.35/2.35	c reading constraints
217.16/217.34	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
217.16/217.34		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
217.16/217.34		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
219.26/219.42		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
219.26/219.42		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
219.26/219.42		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
219.26/219.42		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
219.26/219.42		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
219.26/219.42		at org.sat4j.csp.Predicate.toClause(Unknown Source)
219.26/219.42		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
219.26/219.42		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
219.26/219.42		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
219.26/219.42		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
219.26/219.42		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
219.26/219.42		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
219.26/219.42		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
219.26/219.42		at org.sat4j.AbstractLauncher.run(Unknown Source)
219.26/219.42		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
222.86/223.05	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
222.86/223.05		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
222.86/223.05		at java.lang.StringBuffer.<init>(Unknown Source)
222.86/223.05		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
222.86/223.05		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
222.86/223.05		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
222.86/223.05		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-2081580-1247373238/watcher-2081580-1247373238 -o /tmp/evaluation-result-2081580-1247373238/solver-2081580-1247373238 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081580-1247373238.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.14 2.13 2.05 4/74 25725
/proc/meminfo: memFree=1744592/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=13208 CPUtime=0
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24391387 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 3302 521 219 9 0 1186 0
[pid=25725/tid=25726] ppid=25723 vsize=13208 CPUtime=0
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24391388 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 11771864 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0780579 s]
/proc/loadavg: 2.14 2.13 2.05 4/74 25725
/proc/meminfo: memFree=1744592/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=802164 CPUtime=0.06
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 2796 0 1 0 4 2 0 0 18 0 7 0 24391387 821415936 2541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 200541 2541 1034 9 0 197892 0
[pid=25725/tid=25726] ppid=25723 vsize=802164 CPUtime=0.05
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 2055 0 1 0 4 1 0 0 17 0 7 0 24391388 821415936 2541 996147200 134512640 134550932 4294956016 18446744073709551615 106920245 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.10106 s]
/proc/loadavg: 2.14 2.13 2.05 4/74 25725
/proc/meminfo: memFree=1744592/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=804560 CPUtime=0.09
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 3002 0 1 0 6 3 0 0 18 0 12 0 24391387 823869440 2745 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 201140 2745 1080 9 0 198474 0
[pid=25725/tid=25726] ppid=25723 vsize=804560 CPUtime=0.08
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 2246 0 1 0 6 2 0 0 21 0 12 0 24391388 823869440 2745 996147200 134512640 134550932 4294956016 18446744073709551615 105916117 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301094 s]
/proc/loadavg: 2.14 2.13 2.05 4/74 25725
/proc/meminfo: memFree=1744592/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=805628 CPUtime=0.28
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 4297 0 1 0 24 4 0 0 18 0 12 0 24391387 824963072 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 201407 4034 1358 9 0 198734 0
[pid=25725/tid=25726] ppid=25723 vsize=805628 CPUtime=0.21
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 3060 0 1 0 18 3 0 0 18 0 12 0 24391388 824963072 4034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701162 s]
/proc/loadavg: 2.14 2.13 2.05 4/74 25725
/proc/meminfo: memFree=1744592/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=807184 CPUtime=0.67
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 7000 0 1 0 62 5 0 0 18 0 12 0 24391387 826556416 6491 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 201796 6491 1386 9 0 199123 0
[pid=25725/tid=25726] ppid=25723 vsize=807184 CPUtime=0.44
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 5107 0 1 0 40 4 0 0 19 0 12 0 24391388 826556416 6491 996147200 134512640 134550932 4294956016 18446744073709551615 104170973 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50229 s]
/proc/loadavg: 2.14 2.13 2.05 3/86 25737
/proc/meminfo: memFree=1697968/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=807184 CPUtime=1.56
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 33681 0 1 0 138 18 0 0 18 0 12 0 24391387 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 201796 32100 1398 9 0 199123 0
[pid=25725/tid=25726] ppid=25723 vsize=807184 CPUtime=0.76
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 16885 0 1 0 66 10 0 0 22 0 12 0 24391388 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=807184 CPUtime=0.14
/proc/25725/task/25728/stat : 25728 (java) R 25723 25725 8169 0 -1 64 6173 0 0 0 12 2 0 0 16 0 12 0 24391389 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=807184 CPUtime=0.21
/proc/25725/task/25729/stat : 25729 (java) R 25723 25725 8169 0 -1 64 8544 0 0 0 18 3 0 0 16 0 12 0 24391389 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=807184 CPUtime=0
/proc/25725/task/25730/stat : 25730 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=807184 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=807184 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=807184 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=807184 CPUtime=0
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24391396 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=807184 CPUtime=0.4
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 1319 0 0 0 40 0 0 0 17 0 12 0 24391396 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=807184 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=807184 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 826556416 32100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 807184

[startup+3.10255 s]
/proc/loadavg: 2.14 2.13 2.05 4/86 25737
/proc/meminfo: memFree=1562736/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=813540 CPUtime=3.15
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 54443 0 1 0 289 26 0 0 18 0 12 0 24391387 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 203385 51095 1426 9 0 200712 0
[pid=25725/tid=25726] ppid=25723 vsize=813540 CPUtime=1.3
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 17430 0 1 0 120 10 0 0 20 0 12 0 24391388 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=813540 CPUtime=0.49
/proc/25725/task/25728/stat : 25728 (java) R 25723 25725 8169 0 -1 64 15062 0 0 0 44 5 0 0 16 0 12 0 24391389 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=813540 CPUtime=0.54
/proc/25725/task/25729/stat : 25729 (java) R 25723 25725 8169 0 -1 64 17803 0 0 0 47 7 0 0 16 0 12 0 24391389 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 106193739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=813540 CPUtime=0
/proc/25725/task/25730/stat : 25730 (java) R 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24391391 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=813540 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=813540 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=813540 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=813540 CPUtime=0
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24391396 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=813540 CPUtime=0.78
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 3388 0 0 0 77 1 0 0 17 0 12 0 24391396 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=813540 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=813540 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 833064960 51095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 813540

[startup+6.30206 s]
/proc/loadavg: 2.13 2.12 2.05 3/86 25737
/proc/meminfo: memFree=1500656/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=815252 CPUtime=6.39
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 68615 0 1 0 606 33 0 0 18 0 12 0 24391387 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 203813 62638 1433 9 0 201140 0
[pid=25725/tid=25726] ppid=25723 vsize=815252 CPUtime=3.49
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 17437 0 1 0 338 11 0 0 25 0 12 0 24391388 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4109820532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=815252 CPUtime=0.76
/proc/25725/task/25728/stat : 25728 (java) S 25723 25725 8169 0 -1 64 22820 0 0 0 68 8 0 0 16 0 12 0 24391389 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=815252 CPUtime=0.65
/proc/25725/task/25729/stat : 25729 (java) S 25723 25725 8169 0 -1 64 21644 0 0 0 56 9 0 0 16 0 12 0 24391389 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=815252 CPUtime=0
/proc/25725/task/25730/stat : 25730 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=815252 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=815252 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=815252 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=815252 CPUtime=0.07
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 236 0 0 0 7 0 0 0 17 0 12 0 24391396 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=815252 CPUtime=1.37
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 5731 0 0 0 134 3 0 0 19 0 12 0 24391396 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=815252 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=815252 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 834818048 62638 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 815252

[startup+12.7131 s]
/proc/loadavg: 2.12 2.12 2.05 4/86 25737
/proc/meminfo: memFree=1452976/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=814584 CPUtime=12.73
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 81109 0 1 0 1236 37 0 0 18 0 12 0 24391387 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 203646 74943 1433 9 0 200973 0
[pid=25725/tid=25726] ppid=25723 vsize=814584 CPUtime=9.17
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 17463 0 1 0 906 11 0 0 25 0 12 0 24391388 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=814584 CPUtime=0.98
/proc/25725/task/25728/stat : 25728 (java) R 25723 25725 8169 0 -1 64 28583 0 0 0 88 10 0 0 16 0 12 0 24391389 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=814584 CPUtime=0.94
/proc/25725/task/25729/stat : 25729 (java) R 25723 25725 8169 0 -1 64 28349 0 0 0 83 11 0 0 15 0 12 0 24391389 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=814584 CPUtime=0.01
/proc/25725/task/25730/stat : 25730 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 1 0 0 0 15 0 12 0 24391391 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=814584 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=814584 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=814584 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=814584 CPUtime=0.07
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 236 0 0 0 7 0 0 0 17 0 12 0 24391396 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=814584 CPUtime=1.52
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 5731 0 0 0 149 3 0 0 16 0 12 0 24391396 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=814584 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=814584 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 834134016 74943 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 814584

[startup+25.5012 s]
/proc/loadavg: 2.16 2.13 2.05 3/86 25737
/proc/meminfo: memFree=1370096/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=813156 CPUtime=25.42
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 102707 0 1 0 2497 45 0 0 18 0 12 0 24391387 832671744 96133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 203289 96133 1433 9 0 200616 0
[pid=25725/tid=25726] ppid=25723 vsize=813156 CPUtime=21.03
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 17494 0 1 0 2092 11 0 0 25 0 12 0 24391388 832671744 96133 996147200 134512640 134550932 4294956016 18446744073709551615 4109595709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=813156 CPUtime=1.23
/proc/25725/task/25728/stat : 25728 (java) S 25723 25725 8169 0 -1 64 36753 0 0 0 111 12 0 0 15 0 12 0 24391389 832671744 96133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=813156 CPUtime=1.44

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

Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 813156

[startup+51.1011 s]
/proc/loadavg: 2.10 2.12 2.05 3/86 25737
/proc/meminfo: memFree=1186928/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=813156 CPUtime=51.01
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 147859 0 1 0 5038 63 0 0 18 0 12 0 24391387 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 203289 141234 1433 9 0 200616 0
[pid=25725/tid=25726] ppid=25723 vsize=813156 CPUtime=45.18
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 17545 0 1 0 4506 12 0 0 25 0 12 0 24391388 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4109672571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=813156 CPUtime=2.01
/proc/25725/task/25728/stat : 25728 (java) S 25723 25725 8169 0 -1 64 60925 0 0 0 180 21 0 0 16 0 12 0 24391389 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=813156 CPUtime=2.1
/proc/25725/task/25729/stat : 25729 (java) S 25723 25725 8169 0 -1 64 62675 0 0 0 186 24 0 0 16 0 12 0 24391389 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=813156 CPUtime=0.02
/proc/25725/task/25730/stat : 25730 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 2 0 0 0 15 0 12 0 24391391 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=813156 CPUtime=0.07
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 236 0 0 0 7 0 0 0 17 0 12 0 24391396 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=813156 CPUtime=1.58
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 5731 0 0 0 155 3 0 0 16 0 12 0 24391396 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 832671744 141234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 813156

[startup+102.306 s]
/proc/loadavg: 2.04 2.10 2.04 3/86 25737
/proc/meminfo: memFree=1060208/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=813156 CPUtime=102.2
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 184332 0 1 0 10142 78 0 0 18 0 12 0 24391387 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 203289 171925 1435 9 0 200616 0
[pid=25725/tid=25726] ppid=25723 vsize=813156 CPUtime=93.36
/proc/25725/task/25726/stat : 25726 (java) R 25723 25725 8169 0 -1 64 17649 0 1 0 9324 12 0 0 25 0 12 0 24391388 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4109895218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=813156 CPUtime=3.07
/proc/25725/task/25728/stat : 25728 (java) S 25723 25725 8169 0 -1 64 78070 0 0 0 279 28 0 0 16 0 12 0 24391389 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=813156 CPUtime=3.09
/proc/25725/task/25729/stat : 25729 (java) S 25723 25725 8169 0 -1 64 76219 0 0 0 281 28 0 0 16 0 12 0 24391389 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=813156 CPUtime=0.98
/proc/25725/task/25730/stat : 25730 (java) S 25723 25725 8169 0 -1 64 5687 0 0 0 94 4 0 0 15 0 12 0 24391391 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=813156 CPUtime=0.07
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 236 0 0 0 7 0 0 0 17 0 12 0 24391396 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=813156 CPUtime=1.58
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 5731 0 0 0 155 3 0 0 17 0 12 0 24391396 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=813156 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 832671744 171925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 813156

[startup+162.302 s]
/proc/loadavg: 2.01 2.08 2.04 3/86 25737
/proc/meminfo: memFree=1060080/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=821160 CPUtime=162.17
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 214131 0 1 0 16125 92 0 0 18 0 12 0 24391387 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 205290 173926 1435 9 0 202617 0
[pid=25725/tid=25726] ppid=25723 vsize=821160 CPUtime=146.69
/proc/25725/task/25726/stat : 25726 (java) S 25723 25725 8169 0 -1 64 17782 0 1 0 14657 12 0 0 25 0 12 0 24391388 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=821160 CPUtime=4.13
/proc/25725/task/25728/stat : 25728 (java) S 25723 25725 8169 0 -1 64 78070 0 0 0 384 29 0 0 16 0 12 0 24391389 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=821160 CPUtime=4.13
/proc/25725/task/25729/stat : 25729 (java) S 25723 25725 8169 0 -1 64 76219 0 0 0 385 28 0 0 15 0 12 0 24391389 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=821160 CPUtime=5.51
/proc/25725/task/25730/stat : 25730 (java) R 25723 25725 8169 0 -1 64 35353 0 0 0 534 17 0 0 16 0 12 0 24391391 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 106157839 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=821160 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=821160 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=821160 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=821160 CPUtime=0.07
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 236 0 0 0 7 0 0 0 17 0 12 0 24391396 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=821160 CPUtime=1.58
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 5731 0 0 0 155 3 0 0 17 0 12 0 24391396 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=821160 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=821160 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 840867840 173926 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 821160

[startup+222.303 s]
/proc/loadavg: 2.40 2.17 2.07 3/87 25738
/proc/meminfo: memFree=1048296/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=821484 CPUtime=222.16
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 387783 0 1 0 22050 166 0 0 18 0 13 0 24391387 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 205371 174806 1434 9 0 202698 0
[pid=25725/tid=25726] ppid=25723 vsize=821484 CPUtime=165.72
/proc/25725/task/25726/stat : 25726 (java) S 25723 25725 8169 0 -1 64 17869 0 1 0 16559 13 0 0 18 0 13 0 24391388 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=821484 CPUtime=4.62
/proc/25725/task/25728/stat : 25728 (java) S 25723 25725 8169 0 -1 64 78364 0 0 0 433 29 0 0 15 0 13 0 24391389 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=821484 CPUtime=4.58
/proc/25725/task/25729/stat : 25729 (java) S 25723 25725 8169 0 -1 64 76312 0 0 0 430 28 0 0 16 0 13 0 24391389 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=821484 CPUtime=45.53
/proc/25725/task/25730/stat : 25730 (java) R 25723 25725 8169 0 -1 64 208524 0 0 0 4463 90 0 0 25 0 13 0 24391391 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=821484 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 24391391 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=821484 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24391391 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=821484 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 24391396 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=821484 CPUtime=0.07
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 236 0 0 0 7 0 0 0 17 0 13 0 24391396 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=821484 CPUtime=1.58
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 5731 0 0 0 155 3 0 0 17 0 13 0 24391396 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=821484 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24391396 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=821484 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24391396 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25725/tid=25738] ppid=25723 vsize=821484 CPUtime=0
/proc/25725/task/25738/stat : 25738 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24413329 841199616 174806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 821484

Solver just ended. Dumping a history of the last processes samples

[startup+223.103 s]
/proc/loadavg: 2.40 2.17 2.07 3/87 25738
/proc/meminfo: memFree=1048296/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=813480 CPUtime=222.96
/proc/25725/stat : 25725 (java) S 25723 25725 8169 0 -1 0 387785 0 1 0 22130 166 0 0 18 0 12 0 24391387 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 203370 172806 1435 9 0 200697 0
[pid=25725/tid=25726] ppid=25723 vsize=813480 CPUtime=165.72
/proc/25725/task/25726/stat : 25726 (java) S 25723 25725 8169 0 -1 64 17869 0 1 0 16559 13 0 0 16 0 12 0 24391388 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25728] ppid=25723 vsize=813480 CPUtime=4.62
/proc/25725/task/25728/stat : 25728 (java) S 25723 25725 8169 0 -1 64 78364 0 0 0 433 29 0 0 15 0 12 0 24391389 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25729] ppid=25723 vsize=813480 CPUtime=4.58
/proc/25725/task/25729/stat : 25729 (java) S 25723 25725 8169 0 -1 64 76312 0 0 0 430 28 0 0 16 0 12 0 24391389 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25730] ppid=25723 vsize=813480 CPUtime=46.32
/proc/25725/task/25730/stat : 25730 (java) R 25723 25725 8169 0 -1 64 208524 0 0 0 4542 90 0 0 25 0 12 0 24391391 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25731] ppid=25723 vsize=813480 CPUtime=0
/proc/25725/task/25731/stat : 25731 (java) S 25723 25725 8169 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24391391 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25732] ppid=25723 vsize=813480 CPUtime=0
/proc/25725/task/25732/stat : 25732 (java) S 25723 25725 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24391391 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25733] ppid=25723 vsize=813480 CPUtime=0
/proc/25725/task/25733/stat : 25733 (java) S 25723 25725 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24391396 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25734] ppid=25723 vsize=813480 CPUtime=0.07
/proc/25725/task/25734/stat : 25734 (java) S 25723 25725 8169 0 -1 64 236 0 0 0 7 0 0 0 17 0 12 0 24391396 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25735] ppid=25723 vsize=813480 CPUtime=1.58
/proc/25725/task/25735/stat : 25735 (java) S 25723 25725 8169 0 -1 64 5731 0 0 0 155 3 0 0 17 0 12 0 24391396 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25736] ppid=25723 vsize=813480 CPUtime=0
/proc/25725/task/25736/stat : 25736 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24391396 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25725/tid=25737] ppid=25723 vsize=813480 CPUtime=0
/proc/25725/task/25737/stat : 25737 (java) S 25723 25725 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24391396 833003520 172806 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.96
Current children cumulated vsize (KiB) 813480

[startup+223.307 s]
/proc/loadavg: 2.37 2.17 2.07 2/86 25738
/proc/meminfo: memFree=1056296/2055920 swapFree=4192812/4192956
[pid=25725] ppid=25723 vsize=0 CPUtime=223.13
/proc/25725/stat : 25725 (java) Z 25723 25725 8169 0 -1 12 387790 0 1 0 22137 176 0 0 16 0 2 0 24391387 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25725/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 223.314
CPU time (s): 223.152
CPU user time (s): 221.378
CPU system time (s): 1.77373
CPU usage (%): 99.9277
Max. virtual memory (cumulated for all children) (KiB): 831408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.378
system time used= 1.77373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387790
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= 12052
involuntary context switches= 8635

runsolver used 0.303953 second user time and 0.689895 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 06:33:58
IDJOB=2081580
IDBENCH=57436
IDSOLVER=731
FILE ID=node3/2081580-1247373238
PBS_JOBID= 9507109
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-28.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081580-1247373238/watcher-2081580-1247373238 -o /tmp/evaluation-result-2081580-1247373238/solver-2081580-1247373238 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081580-1247373238.xml

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

MD5SUM BENCH= 0ee4188de7d6c5919718ac5c6628a5b8
RANDOM SEED=1705985593

node3.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.259
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.259
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:       1745072 kB
Buffers:         51556 kB
Cached:         177536 kB
SwapCached:          0 kB
Active:         155636 kB
Inactive:        92548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2432 kB
Writeback:           0 kB
Mapped:          29816 kB
Slab:            48076 kB
Committed_AS:   256728 kB
PageTables:       1720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node3 at 2009-07-12 06:37:42