Trace number 2070679

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? 135.25 133.875

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-67-12-a3.xml
MD5SUM984657641bd36a115ed9da3d36149bb4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.72674
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/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-2070679-1247351581.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.50	c reading variables done.
0.57/0.68	c reading predicates  done.
0.87/0.92	c reading constraints
135.10/133.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
135.10/133.72		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
135.10/133.72		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
135.10/133.72		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
135.10/133.72		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
135.10/133.72		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
135.10/133.72		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
135.10/133.72		at org.sat4j.csp.Predicate.find(Unknown Source)
135.10/133.72		at org.sat4j.csp.Predicate.find(Unknown Source)
135.10/133.72		at org.sat4j.csp.Predicate.find(Unknown Source)
135.10/133.72		at org.sat4j.csp.Predicate.find(Unknown Source)
135.10/133.72		at org.sat4j.csp.Predicate.toClause(Unknown Source)
135.10/133.72		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
135.10/133.72		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
135.10/133.72		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
135.10/133.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
135.10/133.72		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
135.10/133.72		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
135.10/133.72		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
135.10/133.72		at org.sat4j.AbstractLauncher.run(Unknown Source)
135.10/133.72		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
135.10/133.72	c starts		: 0
135.10/133.72	c conflicts		: 0
135.10/133.72	c decisions		: 0
135.10/133.72	c propagations		: 0
135.10/133.72	c inspects		: 0
135.10/133.73	c learnt literals	: 0
135.10/133.73	c learnt binary clauses	: 0
135.10/133.73	c learnt ternary clauses	: 0
135.10/133.73	c learnt clauses	: 0
135.10/133.73	c ignored clauses	: 0
135.10/133.73	c root simplifications	: 0
135.10/133.73	c removed literals (reason simplification)	: 0
135.10/133.73	c reason swapping (by a shorter reason)	: 0
135.10/133.73	c Calls to reduceDB	: 0
135.10/133.73	c speed (assignments/second)	: 0.0
135.10/133.73	c non guided choices	0
135.10/133.73	c learnt constraints type 
135.10/133.73	c constraints type 
135.10/133.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8754941
135.10/133.73	c org.sat4j.minisat.constraints.card.AtLeast => 78
135.10/133.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 132
135.10/133.73	s UNKNOWN
135.10/133.73	c Total wall clock time (in seconds) : 133.478

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070679-1247351581/watcher-2070679-1247351581 -o /tmp/evaluation-result-2070679-1247351581/solver-2070679-1247351581 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070679-1247351581.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.00 2.32 2.33 3/72 19000
/proc/meminfo: memFree=1841576/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=13208 CPUtime=0
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 22225513 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 3302 521 219 9 0 1186 0
[pid=19000/tid=19001] ppid=18998 vsize=13208 CPUtime=0
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 22225514 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 3035096 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.034719 s]
/proc/loadavg: 2.00 2.32 2.33 3/72 19000
/proc/meminfo: memFree=1841576/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=800696 CPUtime=0.02
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 2350 0 1 0 1 1 0 0 18 0 4 0 22225513 819912704 2097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 200174 2097 938 9 0 197525 0
[pid=19000/tid=19001] ppid=18998 vsize=800696 CPUtime=0.01
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 1627 0 1 0 1 0 0 0 19 0 4 0 22225514 819912704 2097 996147200 134512640 134550932 4294956016 18446744073709551615 106549168 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.102732 s]
/proc/loadavg: 2.00 2.32 2.33 3/72 19000
/proc/meminfo: memFree=1841576/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=804560 CPUtime=0.08
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 3011 0 1 0 6 2 0 0 18 0 12 0 22225513 823869440 2754 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 201140 2754 1082 9 0 198474 0
[pid=19000/tid=19001] ppid=18998 vsize=804560 CPUtime=0.07
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 2258 0 1 0 6 1 0 0 21 0 12 0 22225514 823869440 2754 996147200 134512640 134550932 4294956016 18446744073709551615 104315728 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.30277 s]
/proc/loadavg: 2.00 2.32 2.33 3/72 19000
/proc/meminfo: memFree=1841576/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=805628 CPUtime=0.27
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 4304 0 1 0 24 3 0 0 18 0 12 0 22225513 824963072 4041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 201407 4041 1359 9 0 198734 0
[pid=19000/tid=19001] ppid=18998 vsize=805628 CPUtime=0.21
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 3068 0 1 0 19 2 0 0 21 0 12 0 22225514 824963072 4041 996147200 134512640 134550932 4294956016 18446744073709551615 4109140930 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.702847 s]
/proc/loadavg: 2.00 2.32 2.33 3/72 19000
/proc/meminfo: memFree=1841576/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=807184 CPUtime=0.68
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 6015 0 1 0 63 5 0 0 18 0 12 0 22225513 826556416 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 201796 5191 1385 9 0 199123 0
[pid=19000/tid=19001] ppid=18998 vsize=807184 CPUtime=0.36
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 3794 0 1 0 33 3 0 0 23 0 12 0 22225514 826556416 5191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50201 s]
/proc/loadavg: 2.00 2.32 2.33 4/84 19012
/proc/meminfo: memFree=1822088/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=810640 CPUtime=1.47
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 9397 0 1 0 141 6 0 0 18 0 12 0 22225513 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 202660 7431 1417 9 0 199987 0
[pid=19000/tid=19001] ppid=18998 vsize=810640 CPUtime=0.76
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 5283 0 1 0 72 4 0 0 19 0 12 0 22225514 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19003] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22225515 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22225515 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19005] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19005/stat : 19005 (java) S 18998 19000 17663 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22225517 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19006] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22225518 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19007] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22225518 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=810640 CPUtime=0.68
/proc/19000/task/19010/stat : 19010 (java) R 18998 19000 17663 0 -1 64 3360 0 0 0 68 0 0 0 17 0 12 0 22225522 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 102544501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=810640 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 830095360 7431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810640

[startup+3.10232 s]
/proc/loadavg: 2.00 2.32 2.33 4/84 19012
/proc/meminfo: memFree=1789704/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=814680 CPUtime=3.05
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 25226 0 1 0 292 13 0 0 18 0 12 0 22225513 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203670 21804 1431 9 0 200997 0
[pid=19000/tid=19001] ppid=18998 vsize=814680 CPUtime=1.73
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 17361 0 1 0 162 11 0 0 25 0 12 0 22225514 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4109524013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19003] ppid=18998 vsize=814680 CPUtime=0.01
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 1009 0 0 0 1 0 0 0 17 0 12 0 22225515 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 191 0 0 0 0 0 0 0 17 0 12 0 22225515 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19005] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19005/stat : 19005 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 22225517 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19006] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19007] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=814680 CPUtime=1.27
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5899 0 0 0 126 1 0 0 16 0 12 0 22225522 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814680 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 834232320 21804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 814680

[startup+6.30195 s]
/proc/loadavg: 2.00 2.31 2.33 3/84 19012
/proc/meminfo: memFree=1735688/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=814008 CPUtime=6.23
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 32440 0 1 0 607 16 0 0 18 0 12 0 22225513 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203502 28845 1432 9 0 200829 0
[pid=19000/tid=19001] ppid=18998 vsize=814008 CPUtime=4.53
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 17373 0 1 0 442 11 0 0 25 0 12 0 22225514 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4109653005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19003] ppid=18998 vsize=814008 CPUtime=0.11
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 4350 0 0 0 10 1 0 0 16 0 12 0 22225515 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=814008 CPUtime=0.1
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 4035 0 0 0 9 1 0 0 16 0 12 0 22225515 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19005] ppid=18998 vsize=814008 CPUtime=0
/proc/19000/task/19005/stat : 19005 (java) S 18998 19000 17663 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22225517 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19006] ppid=18998 vsize=814008 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19007] ppid=18998 vsize=814008 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=814008 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=814008 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=814008 CPUtime=1.45
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5910 0 0 0 144 1 0 0 16 0 12 0 22225522 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=814008 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814008 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 833544192 28845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 814008

[startup+12.7012 s]
/proc/loadavg: 2.00 2.31 2.33 3/84 19012
/proc/meminfo: memFree=1692744/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=812084 CPUtime=12.56
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 44134 0 1 0 1234 22 0 0 18 0 12 0 22225513 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203021 40046 1432 9 0 200348 0
[pid=19000/tid=19001] ppid=18998 vsize=812084 CPUtime=9.74
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 17392 0 1 0 963 11 0 0 25 0 12 0 22225514 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4109652635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19003] ppid=18998 vsize=812084 CPUtime=0.31
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 10645 0 0 0 27 4 0 0 16 0 12 0 22225515 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=812084 CPUtime=0.29
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 9371 0 0 0 26 3 0 0 16 0 12 0 22225515 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19005] ppid=18998 vsize=812084 CPUtime=0
/proc/19000/task/19005/stat : 19005 (java) S 18998 19000 17663 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 22225517 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19006] ppid=18998 vsize=812084 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19007] ppid=18998 vsize=812084 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=812084 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=812084 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=812084 CPUtime=2.18
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5954 0 0 0 217 1 0 0 15 0 12 0 22225522 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=812084 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=812084 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 831574016 40046 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 812084

[startup+25.5027 s]
/proc/loadavg: 2.00 2.29 2.32 3/84 19012
/proc/meminfo: memFree=1521864/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=812084 CPUtime=25.5
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 87309 0 1 0 2510 40 0 0 18 0 12 0 22225513 831574016 83055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203021 83055 1439 9 0 200348 0
[pid=19000/tid=19001] ppid=18998 vsize=812084 CPUtime=19.3
/proc/19000/task/19001/stat : 19001 (java) R 18998 19000 17663 0 -1 64 17424 0 1 0 1919 11 0 0 17 0 12 0 22225514 831574016 83055 996147200 134512640 134550932 4294956016 18446744073709551615 4109596946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19003] ppid=18998 vsize=812084 CPUtime=1.69
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 31644 0 0 0 156 13 0 0 17 0 12 0 22225515 831574016 83055 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19004] ppid=18998 vsize=812084 CPUtime=1.72

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

[pid=19000/tid=19011] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.91
Current children cumulated vsize (KiB) 814648

[startup+127.903 s]
/proc/loadavg: 2.12 2.27 2.31 3/84 19012
/proc/meminfo: memFree=1087496/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=814648 CPUtime=129.31
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 479988 0 1 0 12719 212 0 0 18 0 12 0 22225513 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203662 173253 1440 9 0 200989 0
[pid=19000/tid=19001] ppid=18998 vsize=814648 CPUtime=33.41
/proc/19000/task/19001/stat : 19001 (java) S 18998 19000 17663 0 -1 64 35913 0 1 0 3321 20 0 0 17 0 12 0 22225514 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19003] ppid=18998 vsize=814648 CPUtime=6.05
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 63918 0 0 0 580 25 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=814648 CPUtime=5.85
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 67823 0 0 0 558 27 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19005] ppid=18998 vsize=814648 CPUtime=81.23
/proc/19000/task/19005/stat : 19005 (java) R 18998 19000 17663 0 -1 64 305607 0 0 0 7987 136 0 0 25 0 12 0 22225517 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19006] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19007] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=814648 CPUtime=2.72
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5974 0 0 0 271 1 0 0 16 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.31
Current children cumulated vsize (KiB) 814648

[startup+131.102 s]
/proc/loadavg: 2.11 2.26 2.31 3/84 19012
/proc/meminfo: memFree=1151752/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=814648 CPUtime=132.51
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 479989 0 1 0 13039 212 0 0 18 0 12 0 22225513 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203662 173253 1440 9 0 200989 0
[pid=19000/tid=19001] ppid=18998 vsize=814648 CPUtime=33.41
/proc/19000/task/19001/stat : 19001 (java) S 18998 19000 17663 0 -1 64 35914 0 1 0 3321 20 0 0 17 0 12 0 22225514 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19003] ppid=18998 vsize=814648 CPUtime=6.05
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 63918 0 0 0 580 25 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=814648 CPUtime=5.85
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 67823 0 0 0 558 27 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19005] ppid=18998 vsize=814648 CPUtime=84.43
/proc/19000/task/19005/stat : 19005 (java) R 18998 19000 17663 0 -1 64 305607 0 0 0 8307 136 0 0 25 0 12 0 22225517 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 104177870 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19006] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19007] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=814648 CPUtime=2.72
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5974 0 0 0 271 1 0 0 16 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 132.51
Current children cumulated vsize (KiB) 814648

[startup+132.703 s]
/proc/loadavg: 2.11 2.26 2.31 3/84 19012
/proc/meminfo: memFree=1151752/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=814648 CPUtime=134.1
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 479989 0 1 0 13198 212 0 0 18 0 12 0 22225513 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203662 173253 1440 9 0 200989 0
[pid=19000/tid=19001] ppid=18998 vsize=814648 CPUtime=33.41
/proc/19000/task/19001/stat : 19001 (java) S 18998 19000 17663 0 -1 64 35914 0 1 0 3321 20 0 0 17 0 12 0 22225514 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19003] ppid=18998 vsize=814648 CPUtime=6.05
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 63918 0 0 0 580 25 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=814648 CPUtime=5.85
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 67823 0 0 0 558 27 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19005] ppid=18998 vsize=814648 CPUtime=86.03
/proc/19000/task/19005/stat : 19005 (java) R 18998 19000 17663 0 -1 64 305607 0 0 0 8467 136 0 0 25 0 12 0 22225517 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19006] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19007] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=814648 CPUtime=2.72
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5974 0 0 0 271 1 0 0 16 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.1
Current children cumulated vsize (KiB) 814648

[startup+133.502 s]
/proc/loadavg: 2.11 2.26 2.31 3/84 19012
/proc/meminfo: memFree=1151752/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=814648 CPUtime=134.9
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 479989 0 1 0 13278 212 0 0 18 0 12 0 22225513 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203662 173253 1440 9 0 200989 0
[pid=19000/tid=19001] ppid=18998 vsize=814648 CPUtime=33.41
/proc/19000/task/19001/stat : 19001 (java) S 18998 19000 17663 0 -1 64 35914 0 1 0 3321 20 0 0 17 0 12 0 22225514 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19003] ppid=18998 vsize=814648 CPUtime=6.05
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 63918 0 0 0 580 25 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=814648 CPUtime=5.85
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 67823 0 0 0 558 27 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19005] ppid=18998 vsize=814648 CPUtime=86.83
/proc/19000/task/19005/stat : 19005 (java) R 18998 19000 17663 0 -1 64 305607 0 0 0 8547 136 0 0 25 0 12 0 22225517 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 106159242 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19006] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19007] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=814648 CPUtime=2.72
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5974 0 0 0 271 1 0 0 16 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.9
Current children cumulated vsize (KiB) 814648

[startup+133.702 s]
/proc/loadavg: 2.11 2.26 2.31 3/84 19012
/proc/meminfo: memFree=1151752/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=814648 CPUtime=135.1
/proc/19000/stat : 19000 (java) S 18998 19000 17663 0 -1 0 479989 0 1 0 13298 212 0 0 18 0 12 0 22225513 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19000/statm: 203662 173253 1440 9 0 200989 0
[pid=19000/tid=19001] ppid=18998 vsize=814648 CPUtime=33.41
/proc/19000/task/19001/stat : 19001 (java) S 18998 19000 17663 0 -1 64 35914 0 1 0 3321 20 0 0 17 0 12 0 22225514 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19003] ppid=18998 vsize=814648 CPUtime=6.05
/proc/19000/task/19003/stat : 19003 (java) S 18998 19000 17663 0 -1 64 63918 0 0 0 580 25 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19004] ppid=18998 vsize=814648 CPUtime=5.85
/proc/19000/task/19004/stat : 19004 (java) S 18998 19000 17663 0 -1 64 67823 0 0 0 558 27 0 0 16 0 12 0 22225515 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19005] ppid=18998 vsize=814648 CPUtime=87.02
/proc/19000/task/19005/stat : 19005 (java) R 18998 19000 17663 0 -1 64 305607 0 0 0 8566 136 0 0 25 0 12 0 22225517 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19006] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19006/stat : 19006 (java) S 18998 19000 17663 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19000/tid=19007] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19007/stat : 19007 (java) S 18998 19000 17663 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22225518 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19008] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19008/stat : 19008 (java) S 18998 19000 17663 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19009] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19009/stat : 19009 (java) S 18998 19000 17663 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19010] ppid=18998 vsize=814648 CPUtime=2.72
/proc/19000/task/19010/stat : 19010 (java) S 18998 19000 17663 0 -1 64 5974 0 0 0 271 1 0 0 16 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19011] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19011/stat : 19011 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19000/tid=19012] ppid=18998 vsize=814648 CPUtime=0
/proc/19000/task/19012/stat : 19012 (java) S 18998 19000 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22225522 834199552 173253 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 135.1
Current children cumulated vsize (KiB) 814648

[startup+133.802 s]
/proc/loadavg: 2.11 2.26 2.31 3/84 19012
/proc/meminfo: memFree=1151752/2055924 swapFree=4192952/4192956
[pid=19000] ppid=18998 vsize=0 CPUtime=135.16
/proc/19000/stat : 19000 (java) Z 18998 19000 17663 0 -1 12 480005 0 1 0 13301 215 0 0 16 0 2 0 22225513 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19000/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 135.16
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 133.875
CPU time (s): 135.25
CPU user time (s): 133.02
CPU system time (s): 2.23066
CPU usage (%): 101.028
Max. virtual memory (cumulated for all children) (KiB): 910656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.02
system time used= 2.23066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480005
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= 4580
involuntary context switches= 5599

runsolver used 0.186971 second user time and 0.441932 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 00:33:01
IDJOB=2070679
IDBENCH=55380
IDSOLVER=731
FILE ID=node6/2070679-1247351581
PBS_JOBID= 9506832
Free space on /tmp= 66396 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-67-12-a3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070679-1247351581/watcher-2070679-1247351581 -o /tmp/evaluation-result-2070679-1247351581/solver-2070679-1247351581 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070679-1247351581.xml

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

MD5SUM BENCH= 984657641bd36a115ed9da3d36149bb4
RANDOM SEED=2091114639

node6.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.263
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.263
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:      2055924 kB
MemFree:       1842056 kB
Buffers:         45204 kB
Cached:          96028 kB
SwapCached:          4 kB
Active:          94132 kB
Inactive:        69388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1842056 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:          33840 kB
Slab:            35744 kB
Committed_AS:   153404 kB
PageTables:       1824 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= 66396 MiB
End job on node6 at 2009-07-12 00:35:15