Trace number 2063551

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? 163.928 163.603

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-2-5.xml
MD5SUMacaa860b0fdfe19b90740ee02393143f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

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

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-2063551-1247332386/watcher-2063551-1247332386 -o /tmp/evaluation-result-2063551-1247332386/solver-2063551-1247332386 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063551-1247332386.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.08 2.04 3/84 13597
/proc/meminfo: memFree=736904/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=152 CPUtime=0
/proc/13597/stat : 13597 (java) R 13595 13597 10765 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 20302417 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 0 0 0
/proc/13597/statm: 38 26 19 9 0 4 0

[startup+0.081534 s]
/proc/loadavg: 1.94 2.08 2.04 3/84 13597
/proc/meminfo: memFree=736904/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=802164 CPUtime=0.07
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 2891 0 1 0 5 2 0 0 18 0 7 0 20302417 821415936 2636 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 200541 2636 1041 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101579 s]
/proc/loadavg: 1.94 2.08 2.04 3/84 13597
/proc/meminfo: memFree=736904/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=804560 CPUtime=0.09
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 3077 0 1 0 7 2 0 0 18 0 12 0 20302417 823869440 2820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 201140 2820 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301573 s]
/proc/loadavg: 1.94 2.08 2.04 3/84 13597
/proc/meminfo: memFree=736904/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=805904 CPUtime=0.29
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 4399 0 1 0 25 4 0 0 18 0 12 0 20302417 825245696 4136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 201476 4136 1365 9 0 198803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805904

[startup+0.701649 s]
/proc/loadavg: 1.94 2.08 2.04 3/84 13597
/proc/meminfo: memFree=736904/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=807172 CPUtime=0.68
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 6406 0 1 0 63 5 0 0 18 0 12 0 20302417 826544128 5431 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 201793 5431 1385 9 0 199120 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807172

[startup+1.50279 s]
/proc/loadavg: 1.94 2.08 2.04 4/96 13609
/proc/meminfo: memFree=693928/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=812596 CPUtime=1.49
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 10769 0 1 0 141 8 0 0 18 0 12 0 20302417 832098304 8212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203149 8213 1418 9 0 200476 0
[pid=13597/tid=13599] ppid=13595 vsize=812596 CPUtime=0.77
/proc/13597/task/13599/stat : 13599 (java) R 13595 13597 10765 0 -1 64 5605 0 1 0 72 5 0 0 25 0 12 0 20302418 832098304 8213 996147200 134512640 134550932 4294956016 18446744073709551615 4109594390 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13600] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13600/stat : 13600 (java) S 13595 13597 10765 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 20302419 832098304 8214 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13601] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13601/stat : 13601 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20302419 832098304 8214 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13602] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13602/stat : 13602 (java) S 13595 13597 10765 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20302420 832098304 8214 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13603] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 20302421 832098304 8215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13604] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20302421 832098304 8215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 832098304 8215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=812596 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 832098304 8216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=812596 CPUtime=0.65
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4158 0 0 0 64 1 0 0 17 0 12 0 20302425 832098304 8216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 832098304 8216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 832098304 8217 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 812596

[startup+3.10108 s]
/proc/loadavg: 1.94 2.08 2.04 5/96 13609
/proc/meminfo: memFree=637096/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=812596 CPUtime=3.19
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 30035 0 1 0 301 18 0 0 18 0 12 0 20302417 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203149 27279 1428 9 0 200476 0
[pid=13597/tid=13599] ppid=13595 vsize=812596 CPUtime=2
/proc/13597/task/13599/stat : 13599 (java) R 13595 13597 10765 0 -1 64 17365 0 1 0 189 11 0 0 25 0 12 0 20302418 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13600] ppid=13595 vsize=812596 CPUtime=0.19
/proc/13597/task/13600/stat : 13600 (java) R 13595 13597 10765 0 -1 64 4145 0 0 0 17 2 0 0 16 0 12 0 20302419 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13601] ppid=13595 vsize=812596 CPUtime=0.16
/proc/13597/task/13601/stat : 13601 (java) R 13595 13597 10765 0 -1 64 3341 0 0 0 15 1 0 0 16 0 12 0 20302419 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13602] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13602/stat : 13602 (java) S 13595 13597 10765 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20302420 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13603] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13604] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=812596 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=812596 CPUtime=0.75
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4167 0 0 0 74 1 0 0 17 0 12 0 20302425 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=812596 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 832098304 27279 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 812596

[startup+6.30267 s]
/proc/loadavg: 1.95 2.08 2.04 5/96 13609
/proc/meminfo: memFree=575976/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=812052 CPUtime=6.44
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 42680 0 1 0 620 24 0 0 18 0 12 0 20302417 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203013 39042 1434 9 0 200340 0
[pid=13597/tid=13599] ppid=13595 vsize=812052 CPUtime=4.12
/proc/13597/task/13599/stat : 13599 (java) R 13595 13597 10765 0 -1 64 17376 0 1 0 401 11 0 0 25 0 12 0 20302418 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4109698143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13600] ppid=13595 vsize=812052 CPUtime=0.64
/proc/13597/task/13600/stat : 13600 (java) S 13595 13597 10765 0 -1 64 10219 0 0 0 59 5 0 0 16 0 12 0 20302419 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13601] ppid=13595 vsize=812052 CPUtime=0.64
/proc/13597/task/13601/stat : 13601 (java) S 13595 13597 10765 0 -1 64 9162 0 0 0 60 4 0 0 16 0 12 0 20302419 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13602] ppid=13595 vsize=812052 CPUtime=0
/proc/13597/task/13602/stat : 13602 (java) S 13595 13597 10765 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 20302420 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13603] ppid=13595 vsize=812052 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13604] ppid=13595 vsize=812052 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=812052 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=812052 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=812052 CPUtime=0.95
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4906 0 0 0 94 1 0 0 16 0 12 0 20302425 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=812052 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=812052 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 831541248 39042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 812052

[startup+12.7018 s]
/proc/loadavg: 1.95 2.08 2.04 5/96 13609
/proc/meminfo: memFree=494696/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=813304 CPUtime=12.88
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 61508 0 1 0 1256 32 0 0 18 0 12 0 20302417 832823296 57847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203326 57847 1435 9 0 200653 0
[pid=13597/tid=13599] ppid=13595 vsize=813304 CPUtime=8.54
/proc/13597/task/13599/stat : 13599 (java) R 13595 13597 10765 0 -1 64 17393 0 1 0 843 11 0 0 25 0 12 0 20302418 832823296 57847 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13600] ppid=13595 vsize=813304 CPUtime=1.61
/proc/13597/task/13600/stat : 13600 (java) R 13595 13597 10765 0 -1 64 18832 0 0 0 153 8 0 0 16 0 12 0 20302419 832823296 57847 996147200 134512640 134550932 4294956016 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13601] ppid=13595 vsize=813304 CPUtime=1.61
/proc/13597/task/13601/stat : 13601 (java) R 13595 13597 10765 0 -1 64 19357 0 0 0 153 8 0 0 15 0 12 0 20302419 832823296 57848 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13602] ppid=13595 vsize=813304 CPUtime=0
/proc/13597/task/13602/stat : 13602 (java) S 13595 13597 10765 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20302420 832823296 57850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13603] ppid=13595 vsize=813304 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 832823296 57851 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13604] ppid=13595 vsize=813304 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 832823296 57853 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=813304 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 832823296 57854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=813304 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 832823296 57854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=813304 CPUtime=1.02
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4910 0 0 0 101 1 0 0 16 0 12 0 20302425 832823296 57854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=813304 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 832823296 57854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=813304 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 832823296 57854 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 813304

[startup+25.5022 s]
/proc/loadavg: 2.19 2.12 2.05 3/96 13609
/proc/meminfo: memFree=305192/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=813144 CPUtime=26.07
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 110083 0 1 0 2557 50 0 0 18 0 12 0 20302417 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203286 106236 1435 9 0 200613 0
[pid=13597/tid=13599] ppid=13595 vsize=813144 CPUtime=16.62
/proc/13597/task/13599/stat : 13599 (java) R 13595 13597 10765 0 -1 64 17422 0 1 0 1651 11 0 0 20 0 12 0 20302418 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4109678972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13600] ppid=13595 vsize=813144 CPUtime=4.06
/proc/13597/task/13600/stat : 13600 (java) S 13595 13597 10765 0 -1 64 41573 0 0 0 390 16 0 0 16 0 12 0 20302419 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13601] ppid=13595 vsize=813144 CPUtime=4.19
/proc/13597/task/13601/stat : 13601 (java) S 13595 13597 10765 0 -1 64 45159 0 0 0 400 19 0 0 16 0 12 0 20302419 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13602] ppid=13595 vsize=813144 CPUtime=0.01
/proc/13597/task/13602/stat : 13602 (java) S 13595 13597 10765 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 20302420 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13603] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13604] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=813144 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=813144 CPUtime=1.11
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4912 0 0 0 110 1 0 0 16 0 12 0 20302425 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 832659456 106236 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.07
Current children cumulated vsize (KiB) 813144

[startup+51.1028 s]
/proc/loadavg: 2.36 2.17 2.07 3/96 13609
/proc/meminfo: memFree=31208/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=845148 CPUtime=52.55
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 189390 0 1 0 5167 88 0 0 18 0 12 0 20302417 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 211287 174779 1437 9 0 208614 0
[pid=13597/tid=13599] ppid=13595 vsize=845148 CPUtime=29.9
/proc/13597/task/13599/stat : 13599 (java) S 13595 13597 10765 0 -1 64 29743 0 1 0 2972 18 0 0 19 0 12 0 20302418 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13600] ppid=13595 vsize=845148 CPUtime=8.17
/proc/13597/task/13600/stat : 13600 (java) S 13595 13597 10765 0 -1 64 65924 0 0 0 791 26 0 0 16 0 12 0 20302419 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13601] ppid=13595 vsize=845148 CPUtime=8.35
/proc/13597/task/13601/stat : 13601 (java) S 13595 13597 10765 0 -1 64 72287 0 0 0 803 32 0 0 15 0 12 0 20302419 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13602] ppid=13595 vsize=845148 CPUtime=4.92
/proc/13597/task/13602/stat : 13602 (java) R 13595 13597 10765 0 -1 64 15520 0 0 0 484 8 0 0 18 0 12 0 20302420 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13603] ppid=13595 vsize=845148 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13604] ppid=13595 vsize=845148 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=845148 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=845148 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=845148 CPUtime=1.11
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4912 0 0 0 110 1 0 0 16 0 12 0 20302425 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=845148 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=845148 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 865431552 174779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.55
Current children cumulated vsize (KiB) 845148

[startup+102.307 s]
/proc/loadavg: 2.31 2.19 2.08 3/96 13609
/proc/meminfo: memFree=111592/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=813144 CPUtime=103.24
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 273922 0 1 0 10190 134 0 0 18 0 12 0 20302417 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203286 172779 1437 9 0 200613 0
[pid=13597/tid=13599] ppid=13595 vsize=813144 CPUtime=33.96
/proc/13597/task/13599/stat : 13599 (java) S 13595 13597 10765 0 -1 64 29757 0 1 0 3378 18 0 0 17 0 12 0 20302418 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13600] ppid=13595 vsize=813144 CPUtime=8.17
/proc/13597/task/13600/stat : 13600 (java) S 13595 13597 10765 0 -1 64 65924 0 0 0 791 26 0 0 16 0 12 0 20302419 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13601] ppid=13595 vsize=813144 CPUtime=8.35
/proc/13597/task/13601/stat : 13601 (java) S 13595 13597 10765 0 -1 64 72287 0 0 0 803 32 0 0 15 0 12 0 20302419 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13602] ppid=13595 vsize=813144 CPUtime=51.56
/proc/13597/task/13602/stat : 13602 (java) R 13595 13597 10765 0 -1 64 100038 0 0 0 5102 54 0 0 25 0 12 0 20302420 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13603] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13604] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=813144 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=813144 CPUtime=1.11
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4912 0 0 0 110 1 0 0 16 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.24
Current children cumulated vsize (KiB) 813144

[startup+162.303 s]
/proc/loadavg: 2.11 2.15 2.07 3/96 13609
/proc/meminfo: memFree=111592/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=813144 CPUtime=162.66
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 368461 0 1 0 16083 183 0 0 18 0 12 0 20302417 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203286 172779 1436 9 0 200613 0
[pid=13597/tid=13599] ppid=13595 vsize=813144 CPUtime=34.65
/proc/13597/task/13599/stat : 13599 (java) S 13595 13597 10765 0 -1 64 29778 0 1 0 3447 18 0 0 17 0 12 0 20302418 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13600] ppid=13595 vsize=813144 CPUtime=8.17
/proc/13597/task/13600/stat : 13600 (java) S 13595 13597 10765 0 -1 64 65924 0 0 0 791 26 0 0 16 0 12 0 20302419 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13601] ppid=13595 vsize=813144 CPUtime=8.35
/proc/13597/task/13601/stat : 13601 (java) S 13595 13597 10765 0 -1 64 72287 0 0 0 803 32 0 0 15 0 12 0 20302419 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13602] ppid=13595 vsize=813144 CPUtime=110.28
/proc/13597/task/13602/stat : 13602 (java) R 13595 13597 10765 0 -1 64 194556 0 0 0 10925 103 0 0 25 0 12 0 20302420 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13603] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13604] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=813144 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=813144 CPUtime=1.11
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4912 0 0 0 110 1 0 0 16 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.66
Current children cumulated vsize (KiB) 813144

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

[startup+163.102 s]
/proc/loadavg: 2.10 2.15 2.07 3/96 13609
/proc/meminfo: memFree=111592/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=813144 CPUtime=163.45
/proc/13597/stat : 13597 (java) S 13595 13597 10765 0 -1 0 368461 0 1 0 16162 183 0 0 18 0 12 0 20302417 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13597/statm: 203286 172779 1436 9 0 200613 0
[pid=13597/tid=13599] ppid=13595 vsize=813144 CPUtime=34.65
/proc/13597/task/13599/stat : 13599 (java) S 13595 13597 10765 0 -1 64 29778 0 1 0 3447 18 0 0 17 0 12 0 20302418 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13600] ppid=13595 vsize=813144 CPUtime=8.17
/proc/13597/task/13600/stat : 13600 (java) S 13595 13597 10765 0 -1 64 65924 0 0 0 791 26 0 0 16 0 12 0 20302419 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13601] ppid=13595 vsize=813144 CPUtime=8.35
/proc/13597/task/13601/stat : 13601 (java) S 13595 13597 10765 0 -1 64 72287 0 0 0 803 32 0 0 15 0 12 0 20302419 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13602] ppid=13595 vsize=813144 CPUtime=111.07
/proc/13597/task/13602/stat : 13602 (java) R 13595 13597 10765 0 -1 64 194556 0 0 0 11004 103 0 0 25 0 12 0 20302420 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 106159178 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13603] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13603/stat : 13603 (java) S 13595 13597 10765 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13597/tid=13604] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13604/stat : 13604 (java) S 13595 13597 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20302421 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13605] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13605/stat : 13605 (java) S 13595 13597 10765 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13606] ppid=13595 vsize=813144 CPUtime=0.04
/proc/13597/task/13606/stat : 13606 (java) S 13595 13597 10765 0 -1 64 263 0 0 0 4 0 0 0 18 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13607] ppid=13595 vsize=813144 CPUtime=1.11
/proc/13597/task/13607/stat : 13607 (java) S 13595 13597 10765 0 -1 64 4912 0 0 0 110 1 0 0 16 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13608] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13608/stat : 13608 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13597/tid=13609] ppid=13595 vsize=813144 CPUtime=0
/proc/13597/task/13609/stat : 13609 (java) S 13595 13597 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20302425 832659456 172779 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.45
Current children cumulated vsize (KiB) 813144

[startup+163.503 s]
/proc/loadavg: 2.10 2.15 2.07 3/96 13609
/proc/meminfo: memFree=111592/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=0 CPUtime=163.82
/proc/13597/stat : 13597 (java) Z 13595 13597 10765 0 -1 12 368478 0 1 0 16198 184 0 0 16 0 2 0 20302417 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13597/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 163.82
Current children cumulated vsize (KiB) 0

[startup+163.602 s]
/proc/loadavg: 2.10 2.15 2.07 3/96 13609
/proc/meminfo: memFree=111592/2055920 swapFree=4192956/4192956
[pid=13597] ppid=13595 vsize=0 CPUtime=163.92
/proc/13597/stat : 13597 (java) Z 13595 13597 10765 0 -1 12 368478 0 1 0 16198 194 0 0 16 0 2 0 20302417 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13597/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 163.92
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 163.603
CPU time (s): 163.928
CPU user time (s): 161.986
CPU system time (s): 1.9417
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 909152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.986
system time used= 1.9417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368478
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= 5097
involuntary context switches= 6529

runsolver used 0.228965 second user time and 0.537918 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 19:13:06
IDJOB=2063551
IDBENCH=54042
IDSOLVER=731
FILE ID=node45/2063551-1247332386
PBS_JOBID= 9506537
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-20-2-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063551-1247332386/watcher-2063551-1247332386 -o /tmp/evaluation-result-2063551-1247332386/solver-2063551-1247332386 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063551-1247332386.xml

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

MD5SUM BENCH= acaa860b0fdfe19b90740ee02393143f
RANDOM SEED=1782745321

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        737320 kB
Buffers:         60180 kB
Cached:         948328 kB
SwapCached:          0 kB
Active:         353684 kB
Inactive:       891024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        737320 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         251876 kB
Slab:            58748 kB
Committed_AS:   852084 kB
PageTables:       2176 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= 66356 MiB
End job on node45 at 2009-07-11 19:15:50