Trace number 1050834

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 2008-06-13? 122.391 141.144

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 benchmark0.215966
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 (download as text)

0.21/0.69	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.21/0.69	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.69	c See www.sat4j.org for details.
0.21/0.69	c That software uses the Rhino library from the Mozilla project.
0.28/0.74	c version 9.9.9.token
0.28/0.74	c sun.arch.data.model	32
0.28/0.74	c java.version	1.6.0_06
0.28/0.74	c os.name	Linux
0.28/0.74	c os.version	2.6.9-22.EL.rootsmp
0.28/0.74	c os.arch	i386
0.28/0.74	c Free memory 669864272
0.28/0.74	c Max memory 672137216
0.28/0.74	c Total memory 672137216
0.28/0.74	c Number of processors 2
0.28/0.78	c c --- Begin Solver configuration ---
0.28/0.78	c Stops conflict analysis at the first Unique Implication Point
0.28/0.78	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.78	c Learn all clauses as in MiniSAT
0.28/0.78	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.78	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.78	c Expensive reason simplification
0.28/0.78	c MiniSAT restarts strategy
0.28/0.78	c timeout=2147483s
0.28/0.78	c DB Simplification allowed=false
0.28/0.78	c --- End Solver configuration ---
0.28/0.78	c solving HOME/instance-1050834-1215050836.xml
0.28/0.78	c reading problem ... 
0.56/1.06	c reading problem named null
0.56/1.06	c reading domains done.
0.62/1.27	c reading variables done.
0.66/1.39	c reading predicates  done.
0.97/1.68	c reading constraints
116.24/128.92	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
116.24/128.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
116.24/128.92		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
116.24/128.92		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
116.24/128.92		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
116.24/128.92		at org.sat4j.csp.Predicate.find(Predicate.java:132)
116.24/128.92		at org.sat4j.csp.Predicate.find(Predicate.java:139)
116.24/128.92		at org.sat4j.csp.Predicate.find(Predicate.java:139)
116.24/128.92		at org.sat4j.csp.Predicate.find(Predicate.java:139)
116.24/128.92		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
116.24/128.92		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
116.24/128.92		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
116.24/128.92		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
116.24/128.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
116.24/128.92		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
116.24/128.92		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
116.24/128.92		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
116.24/128.92		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
116.24/128.92		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
116.24/128.92		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
121.94/140.38	c starts		: 0
121.94/140.38	c conflicts		: 0
121.94/140.38	c decisions		: 0
121.94/140.38	c propagations		: 0
121.94/140.38	c inspects		: 0
121.94/140.38	c learnt literals	: 0
121.94/140.38	c learnt binary clauses	: 0
121.94/140.38	c learnt ternary clauses	: 0
121.94/140.38	c learnt clauses	: 0
121.94/140.38	c ignored clauses	: 0
121.94/140.38	c root simplifications	: 0
121.94/140.38	c removed literals (reason simplification)	: 0
121.94/140.38	c reason swapping (by a shorter reason)	: 0
121.94/140.38	c Calls to reduceDB	: 0
121.94/140.38	c speed (assignments/second)	: 0.0
121.94/140.38	c non guided choices	0
121.94/140.38	s UNKNOWN
121.94/140.38	c Total wall clock time (in seconds) : 128.144

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050834-1215050836/watcher-1050834-1215050836 -o /tmp/evaluation-result-1050834-1215050836/solver-1050834-1215050836 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050834-1215050836.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.00 3.03 3.00 5/90 16381
/proc/meminfo: memFree=1345648/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=1520 CPUtime=0
/proc/16381/stat : 16381 (java6) R 16379 16381 13150 0 -1 0 68 0 0 0 0 0 0 0 20 0 1 0 628009456 1556480 52 996147200 134512640 134550740 4294956192 18446744073709551615 4047879 0 0 4096 0 0 0 0 17 0 0 0
/proc/16381/statm: 380 52 38 9 0 10 0

[startup+0.0869789 s]
/proc/loadavg: 3.00 3.03 3.00 5/90 16381
/proc/meminfo: memFree=1345648/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=1520 CPUtime=0
/proc/16381/stat : 16381 (java6) R 16379 16381 13150 0 -1 0 68 0 0 0 0 0 0 0 20 0 1 0 628009456 1556480 52 996147200 134512640 134550740 4294956192 18446744073709551615 4047879 0 0 4096 0 0 0 0 17 0 0 0
/proc/16381/statm: 380 52 38 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1520

[startup+0.10199 s]
/proc/loadavg: 3.00 3.03 3.00 5/90 16381
/proc/meminfo: memFree=1345648/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=797516 CPUtime=0
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 1085 0 1 0 0 0 0 0 20 0 2 0 628009456 816656384 826 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 199379 826 397 9 0 197157 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 797516

[startup+0.302007 s]
/proc/loadavg: 3.00 3.03 3.00 5/90 16381
/proc/meminfo: memFree=1345648/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=803592 CPUtime=0.07
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 2906 0 1 0 6 1 0 0 20 0 10 0 628009456 822878208 2639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 200898 2639 1025 9 0 198281 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803592

[startup+0.701058 s]
/proc/loadavg: 3.00 3.03 3.00 5/90 16381
/proc/meminfo: memFree=1345648/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=807760 CPUtime=0.28
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 4938 0 1 0 26 2 0 0 20 0 12 0 628009456 827146240 4267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 201940 4267 1308 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+1.50216 s]
/proc/loadavg: 3.00 3.03 3.00 4/102 16393
/proc/meminfo: memFree=1329808/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=808540 CPUtime=0.85
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 7251 0 1 0 82 3 0 0 20 0 12 0 628009456 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 202135 6053 1343 9 0 199497 0
[pid=16381/tid=16383] ppid=16379 vsize=808540 CPUtime=0.46
/proc/16381/task/16383/stat : 16383 (java) R 16379 16381 13150 0 -1 64 4320 0 1 0 44 2 0 0 16 0 12 0 628009466 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4109173645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 628009467 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 628009467 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) R 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 628009470 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16387] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 628009471 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 628009471 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16389] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 628009475 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=808540 CPUtime=0.2
/proc/16381/task/16390/stat : 16390 (java) R 16379 16381 13150 0 -1 64 1120 0 0 0 20 0 0 0 16 0 12 0 628009475 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 103118486 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16391] ppid=16379 vsize=808540 CPUtime=0.17
/proc/16381/task/16391/stat : 16391 (java) R 16379 16381 13150 0 -1 64 1046 0 0 0 17 0 0 0 16 0 12 0 628009485 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 105835789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16392] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 628009495 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=808540 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628009495 827944960 6053 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 808540

[startup+3.10236 s]
/proc/loadavg: 3.00 3.03 3.00 5/102 16393
/proc/meminfo: memFree=1320144/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=819588 CPUtime=2.5
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 18975 0 1 0 242 8 0 0 20 0 12 0 628009456 839258112 12755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 204897 12758 1368 9 0 202259 0
[pid=16381/tid=16383] ppid=16379 vsize=819588 CPUtime=1.21
/proc/16381/task/16383/stat : 16383 (java) R 16379 16381 13150 0 -1 64 8808 0 1 0 117 4 0 0 18 0 12 0 628009466 839258112 12758 996147200 134512640 134550740 4294956032 18446744073709551615 104231445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 628009467 839258112 12758 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 628009467 839258112 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 628009470 839258112 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16387] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 628009471 839258112 12761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 628009471 839258112 12763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16389] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 628009475 839258112 12763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=819588 CPUtime=0.61
/proc/16381/task/16390/stat : 16390 (java) R 16379 16381 13150 0 -1 64 5296 0 0 0 60 1 0 0 18 0 12 0 628009475 839258112 12763 996147200 134512640 134550740 4294956032 18446744073709551615 106223697 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=819588 CPUtime=0.65
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 4114 0 0 0 64 1 0 0 16 0 12 0 628009485 839258112 12763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16392] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 628009495 839258112 12763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=819588 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628009495 839258112 12763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 819588

[startup+6.30278 s]
/proc/loadavg: 3.00 3.03 3.00 4/102 16393
/proc/meminfo: memFree=1256144/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=817708 CPUtime=4.65
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 35416 0 1 0 450 15 0 0 20 0 12 0 628009456 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 204427 27512 1380 9 0 201789 0
[pid=16381/tid=16383] ppid=16379 vsize=817708 CPUtime=2.89
/proc/16381/task/16383/stat : 16383 (java) R 16379 16381 13150 0 -1 64 17459 0 1 0 280 9 0 0 18 0 12 0 628009466 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=817708 CPUtime=0.07
/proc/16381/task/16384/stat : 16384 (java) R 16379 16381 13150 0 -1 64 4314 0 0 0 6 1 0 0 17 0 12 0 628009467 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=817708 CPUtime=0.02
/proc/16381/task/16385/stat : 16385 (java) R 16379 16381 13150 0 -1 64 1985 0 0 0 2 0 0 0 17 0 12 0 628009467 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 105794928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 13150 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 628009470 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16387] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628009471 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628009471 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16389] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 628009475 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=817708 CPUtime=0.84
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 13150 0 -1 64 6476 0 0 0 82 2 0 0 16 0 12 0 628009475 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16391] ppid=16379 vsize=817708 CPUtime=0.79
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 4389 0 0 0 78 1 0 0 15 0 12 0 628009485 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16392] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 628009495 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628009495 837332992 27512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 817708

[startup+12.7026 s]
/proc/loadavg: 3.00 3.03 3.00 4/102 16393
/proc/meminfo: memFree=1211984/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=817708 CPUtime=8.68
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 43128 0 1 0 850 18 0 0 20 0 12 0 628009456 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 204427 34510 1380 9 0 201789 0
[pid=16381/tid=16383] ppid=16379 vsize=817708 CPUtime=6.24
/proc/16381/task/16383/stat : 16383 (java) R 16379 16381 13150 0 -1 64 17473 0 1 0 615 9 0 0 18 0 12 0 628009466 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4109573120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=817708 CPUtime=0.21
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 8032 0 0 0 19 2 0 0 16 0 12 0 628009467 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=817708 CPUtime=0.14
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 5004 0 0 0 12 2 0 0 17 0 12 0 628009467 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 13150 0 -1 64 56 0 0 0 0 0 0 0 17 0 12 0 628009470 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16387] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628009471 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628009471 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16389] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 628009475 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=817708 CPUtime=0.91
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 13150 0 -1 64 6486 0 0 0 89 2 0 0 15 0 12 0 628009475 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16391] ppid=16379 vsize=817708 CPUtime=1.14
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 5314 0 0 0 113 1 0 0 16 0 12 0 628009485 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16392] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 628009495 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=817708 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628009495 837332992 34510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 817708

[startup+25.5012 s]
/proc/loadavg: 3.21 3.07 3.02 4/102 16393
/proc/meminfo: memFree=1082448/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=820272 CPUtime=18.36
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 76823 0 1 0 1804 32 0 0 20 0 12 0 628009456 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 205068 66904 1389 9 0 202430 0
[pid=16381/tid=16383] ppid=16379 vsize=820272 CPUtime=13.38
/proc/16381/task/16383/stat : 16383 (java) R 16379 16381 13150 0 -1 64 17503 0 1 0 1329 9 0 0 18 0 12 0 628009466 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4109616757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16384] ppid=16379 vsize=820272 CPUtime=1.08
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 21854 0 0 0 100 8 0 0 16 0 12 0 628009467 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16385] ppid=16379 vsize=820272 CPUtime=1
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 24708 0 0 0 91 9 0 0 16 0 12 0 628009467 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16386] ppid=16379 vsize=820272 CPUtime=0
/proc/16381/task/16386/stat : 16386 (java) S 16379 16381 13150 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 628009470 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16387] ppid=16379 vsize=820272 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628009471 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16388] ppid=16379 vsize=820272 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628009471 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16389] ppid=16379 vsize=820272 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 628009475 839958528 66904 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 3.18 3.11 3.03 4/103 16394
/proc/meminfo: memFree=645128/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=825720 CPUtime=118.94
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 526975 0 1 0 11676 218 0 0 20 0 13 0 628009456 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 206430 175887 1392 9 0 203792 0
[pid=16381/tid=16383] ppid=16379 vsize=825720 CPUtime=25.71
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 13150 0 -1 64 35991 0 1 0 2555 16 0 0 17 0 13 0 628009466 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=825720 CPUtime=6.55
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 84495 0 0 0 625 30 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=825720 CPUtime=3.32
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 49032 0 0 0 315 17 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=825720 CPUtime=80.44
/proc/16381/task/16386/stat : 16386 (java) R 16379 16381 13150 0 -1 64 344752 0 0 0 7896 148 0 0 25 0 13 0 628009470 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 105677289 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=825720 CPUtime=1.45
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 13150 0 -1 64 6532 0 0 0 143 2 0 0 15 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=825720 CPUtime=1.4
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 5406 0 0 0 139 1 0 0 15 0 13 0 628009485 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16394] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16394/stat : 16394 (java) S 16379 16381 13150 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 628022349 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.94
Current children cumulated vsize (KiB) 825720

[startup+137.506 s]
/proc/loadavg: 3.18 3.11 3.03 4/103 16394
/proc/meminfo: memFree=645128/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=825720 CPUtime=120.55
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 526975 0 1 0 11837 218 0 0 20 0 13 0 628009456 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 206430 175887 1392 9 0 203792 0
[pid=16381/tid=16383] ppid=16379 vsize=825720 CPUtime=25.71
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 13150 0 -1 64 35991 0 1 0 2555 16 0 0 17 0 13 0 628009466 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=825720 CPUtime=6.55
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 84495 0 0 0 625 30 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=825720 CPUtime=3.32
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 49032 0 0 0 315 17 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=825720 CPUtime=82.05
/proc/16381/task/16386/stat : 16386 (java) R 16379 16381 13150 0 -1 64 344752 0 0 0 8057 148 0 0 25 0 13 0 628009470 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=825720 CPUtime=1.45
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 13150 0 -1 64 6532 0 0 0 143 2 0 0 15 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=825720 CPUtime=1.4
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 5406 0 0 0 139 1 0 0 15 0 13 0 628009485 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16394] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16394/stat : 16394 (java) S 16379 16381 13150 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 628022349 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 120.55
Current children cumulated vsize (KiB) 825720

[startup+139.102 s]
/proc/loadavg: 3.17 3.11 3.03 4/103 16394
/proc/meminfo: memFree=645128/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=825720 CPUtime=121.34
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 526975 0 1 0 11916 218 0 0 20 0 13 0 628009456 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 206430 175887 1392 9 0 203792 0
[pid=16381/tid=16383] ppid=16379 vsize=825720 CPUtime=25.71
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 13150 0 -1 64 35991 0 1 0 2555 16 0 0 17 0 13 0 628009466 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=825720 CPUtime=6.55
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 84495 0 0 0 625 30 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=825720 CPUtime=3.32
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 49032 0 0 0 315 17 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=825720 CPUtime=82.84
/proc/16381/task/16386/stat : 16386 (java) R 16379 16381 13150 0 -1 64 344752 0 0 0 8136 148 0 0 25 0 13 0 628009470 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=825720 CPUtime=1.45
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 13150 0 -1 64 6532 0 0 0 143 2 0 0 15 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=825720 CPUtime=1.4
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 5406 0 0 0 139 1 0 0 15 0 13 0 628009485 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16394] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16394/stat : 16394 (java) S 16379 16381 13150 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 628022349 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 121.34
Current children cumulated vsize (KiB) 825720

[startup+139.903 s]
/proc/loadavg: 3.17 3.11 3.03 4/103 16394
/proc/meminfo: memFree=645128/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=825720 CPUtime=121.74
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 526975 0 1 0 11956 218 0 0 20 0 13 0 628009456 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 206430 175887 1392 9 0 203792 0
[pid=16381/tid=16383] ppid=16379 vsize=825720 CPUtime=25.71
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 13150 0 -1 64 35991 0 1 0 2555 16 0 0 17 0 13 0 628009466 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=825720 CPUtime=6.55
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 84495 0 0 0 625 30 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=825720 CPUtime=3.32
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 49032 0 0 0 315 17 0 0 16 0 13 0 628009467 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=825720 CPUtime=83.24
/proc/16381/task/16386/stat : 16386 (java) R 16379 16381 13150 0 -1 64 344752 0 0 0 8176 148 0 0 25 0 13 0 628009470 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 106123789 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 628009471 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=825720 CPUtime=1.45
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 13150 0 -1 64 6532 0 0 0 143 2 0 0 15 0 13 0 628009475 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=825720 CPUtime=1.4
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 5406 0 0 0 139 1 0 0 15 0 13 0 628009485 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 628009495 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16394] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16394/stat : 16394 (java) S 16379 16381 13150 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 628022349 845537280 175887 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 121.74
Current children cumulated vsize (KiB) 825720

[startup+140.703 s]
/proc/loadavg: 3.17 3.11 3.03 4/102 16394
/proc/meminfo: memFree=645128/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=825720 CPUtime=122.15
/proc/16381/stat : 16381 (java) S 16379 16381 13150 0 -1 0 526977 0 1 0 11997 218 0 0 20 0 12 0 628009456 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16381/statm: 206430 175888 1393 9 0 203792 0
[pid=16381/tid=16383] ppid=16379 vsize=825720 CPUtime=25.71
/proc/16381/task/16383/stat : 16383 (java) S 16379 16381 13150 0 -1 64 35991 0 1 0 2555 16 0 0 16 0 12 0 628009466 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16384] ppid=16379 vsize=825720 CPUtime=6.55
/proc/16381/task/16384/stat : 16384 (java) S 16379 16381 13150 0 -1 64 84495 0 0 0 625 30 0 0 16 0 12 0 628009467 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16385] ppid=16379 vsize=825720 CPUtime=3.32
/proc/16381/task/16385/stat : 16385 (java) S 16379 16381 13150 0 -1 64 49032 0 0 0 315 17 0 0 16 0 12 0 628009467 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16386] ppid=16379 vsize=825720 CPUtime=83.65
/proc/16381/task/16386/stat : 16386 (java) R 16379 16381 13150 0 -1 64 344752 0 0 0 8217 148 0 0 25 0 12 0 628009470 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 106122948 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16387] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16387/stat : 16387 (java) S 16379 16381 13150 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 628009471 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16388] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16388/stat : 16388 (java) S 16379 16381 13150 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 628009471 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16389] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16389/stat : 16389 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 628009475 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16390] ppid=16379 vsize=825720 CPUtime=1.45
/proc/16381/task/16390/stat : 16390 (java) S 16379 16381 13150 0 -1 64 6532 0 0 0 143 2 0 0 15 0 12 0 628009475 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16391] ppid=16379 vsize=825720 CPUtime=1.4
/proc/16381/task/16391/stat : 16391 (java) S 16379 16381 13150 0 -1 64 5406 0 0 0 139 1 0 0 15 0 12 0 628009485 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16381/tid=16392] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16392/stat : 16392 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 628009495 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16381/tid=16393] ppid=16379 vsize=825720 CPUtime=0
/proc/16381/task/16393/stat : 16393 (java) S 16379 16381 13150 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 628009495 845537280 175888 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.15
Current children cumulated vsize (KiB) 825720

[startup+141.102 s]
/proc/loadavg: 3.17 3.11 3.03 4/102 16394
/proc/meminfo: memFree=645128/2055920 swapFree=4179484/4192956
[pid=16381] ppid=16379 vsize=0 CPUtime=122.34
/proc/16381/stat : 16381 (java) Z 16379 16381 13150 0 -1 12 526981 0 1 0 12010 224 0 0 16 0 2 0 628009456 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16381/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 122.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 141.144
CPU time (s): 122.391
CPU user time (s): 120.109
CPU system time (s): 2.28265
CPU usage (%): 86.7136
Max. virtual memory (cumulated for all children) (KiB): 921404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.109
system time used= 2.28265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526981
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= 4217
involuntary context switches= 5556

runsolver used 0.19397 second user time and 0.465929 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-03 04:07:16
IDJOB=1050834
IDBENCH=55380
IDSOLVER=344
FILE ID=node92/1050834-1215050836
PBS_JOBID= 7874994
Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-67-12-a3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050834-1215050836/watcher-1050834-1215050836 -o /tmp/evaluation-result-1050834-1215050836/solver-1050834-1215050836 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1050834-1215050836.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 984657641bd36a115ed9da3d36149bb4
RANDOM SEED=1839464088

node92.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.223
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.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1346128 kB
Buffers:         31548 kB
Cached:         309824 kB
SwapCached:       8352 kB
Active:         426860 kB
Inactive:       239168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1346128 kB
SwapTotal:     4192956 kB
SwapFree:      4179484 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:         342460 kB
Slab:            27532 kB
Committed_AS:  1427872 kB
PageTables:       3052 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= 66556 MiB
End job on node92 at 2008-07-03 04:09:37