Trace number 1057378

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? 525.342 522.726

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-5.xml
MD5SUMef266a4a7cedf640392e963b63a09d73
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.67	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.67	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.67	c See www.sat4j.org for details.
0.27/0.67	c That software uses the Rhino library from the Mozilla project.
0.34/0.72	c version 9.9.9.token
0.34/0.72	c sun.arch.data.model	32
0.34/0.72	c java.version	1.6.0_06
0.34/0.72	c os.name	Linux
0.34/0.72	c os.version	2.6.9-22.EL.rootsmp
0.34/0.72	c os.arch	i386
0.34/0.72	c Free memory 669864272
0.34/0.72	c Max memory 672137216
0.34/0.72	c Total memory 672137216
0.34/0.72	c Number of processors 2
0.34/0.77	c c --- Begin Solver configuration ---
0.34/0.77	c Stops conflict analysis at the first Unique Implication Point
0.34/0.77	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.34/0.77	c Learn all clauses as in MiniSAT
0.34/0.77	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.77	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.34/0.77	c Expensive reason simplification
0.34/0.77	c MiniSAT restarts strategy
0.34/0.77	c timeout=2147483s
0.34/0.77	c DB Simplification allowed=false
0.34/0.77	c --- End Solver configuration ---
0.34/0.77	c solving HOME/instance-1057378-1215110778.xml
0.34/0.77	c reading problem ... 
0.67/1.12	c reading problem named null
0.67/1.12	c reading domains done.
0.67/1.13	c reading variables done.
0.86/1.38	c reading predicates  done.
1.14/1.64	c reading constraints
519.33/516.75	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
519.33/516.75		at org.mozilla.javascript.gen.c5._c0(rhino.log:1)
519.33/516.75		at org.mozilla.javascript.gen.c5.call(rhino.log)
519.33/516.75		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
519.33/516.75		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
519.33/516.75		at org.mozilla.javascript.gen.c5.call(rhino.log)
519.33/516.75		at org.mozilla.javascript.gen.c5.exec(rhino.log)
519.33/516.75		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
519.33/516.75		at org.sat4j.csp.Predicate.find(Predicate.java:129)
519.33/516.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
519.33/516.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
519.33/516.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
519.33/516.75		at org.sat4j.csp.Predicate.find(Predicate.java:139)
519.33/516.75		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
519.33/516.75		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
519.33/516.75		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
519.33/516.75		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
519.33/516.75		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
519.33/516.75		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
519.33/516.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
519.33/516.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
519.33/516.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
519.33/516.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
519.33/516.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
519.33/516.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
519.33/516.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
519.33/516.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
519.33/516.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
519.33/516.76		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
519.33/516.76		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
519.33/516.76		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
519.33/516.76		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
519.33/516.76		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
524.92/522.37	c starts		: 0
524.92/522.37	c conflicts		: 0
524.92/522.37	c decisions		: 0
524.92/522.37	c propagations		: 0
524.92/522.37	c inspects		: 0
524.92/522.37	c learnt literals	: 0
524.92/522.37	c learnt binary clauses	: 0
524.92/522.37	c learnt ternary clauses	: 0
524.92/522.37	c learnt clauses	: 0
524.92/522.37	c ignored clauses	: 0
524.92/522.37	c root simplifications	: 0
524.92/522.37	c removed literals (reason simplification)	: 0
524.92/522.37	c reason swapping (by a shorter reason)	: 0
524.92/522.37	c Calls to reduceDB	: 0
524.92/522.37	c speed (assignments/second)	: 0.0
524.92/522.37	c non guided choices	0
524.92/522.37	s UNKNOWN
524.92/522.37	c Total wall clock time (in seconds) : 515.99

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-1057378-1215110778/watcher-1057378-1215110778 -o /tmp/evaluation-result-1057378-1215110778/solver-1057378-1215110778 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057378-1215110778.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: 1.96 2.25 2.12 3/73 16512
/proc/meminfo: memFree=1771512/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=18572 CPUtime=0
/proc/16512/stat : 16512 (runsolver) D 16510 16512 16084 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1540744628 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/16512/statm: 4643 292 257 25 0 2626 0

[startup+0.098474 s]
/proc/loadavg: 1.96 2.25 2.12 3/73 16512
/proc/meminfo: memFree=1771512/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=12872 CPUtime=0
/proc/16512/stat : 16512 (java) D 16510 16512 16084 0 -1 0 357 0 14 0 0 0 0 0 18 0 1 0 1540744628 13180928 173 996147200 134512640 134550740 4294956032 18446744073709551615 6849444 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16512/statm: 3218 173 127 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12872

[startup+0.101473 s]
/proc/loadavg: 1.96 2.25 2.12 3/73 16512
/proc/meminfo: memFree=1771512/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=12872 CPUtime=0
/proc/16512/stat : 16512 (java) D 16510 16512 16084 0 -1 0 357 0 14 0 0 0 0 0 18 0 1 0 1540744628 13180928 173 996147200 134512640 134550740 4294956032 18446744073709551615 6849444 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/16512/statm: 3218 173 127 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12872

[startup+0.30151 s]
/proc/loadavg: 1.96 2.25 2.12 3/73 16512
/proc/meminfo: memFree=1771512/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=800592 CPUtime=0.04
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 2207 0 54 0 0 4 0 0 18 0 4 0 1540744628 819806208 1998 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 200148 2005 884 9 0 197531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800592

[startup+0.70158 s]
/proc/loadavg: 1.96 2.25 2.12 3/73 16512
/proc/meminfo: memFree=1771512/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=808276 CPUtime=0.34
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 5017 0 54 0 27 7 0 0 18 0 12 0 1540744628 827674624 4399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 202069 4399 1310 9 0 199438 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 808276

[startup+1.50272 s]
/proc/loadavg: 1.96 2.25 2.12 4/85 16524
/proc/meminfo: memFree=1742424/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=808304 CPUtime=1.05
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 8010 0 55 0 94 11 0 0 18 0 12 0 1540744628 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 202076 6549 1346 9 0 199438 0
[pid=16512/tid=16514] ppid=16510 vsize=808304 CPUtime=0.57
/proc/16512/task/16514/stat : 16514 (java) R 16510 16512 16084 0 -1 64 4866 0 12 0 51 6 0 0 20 0 12 0 1540744643 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4159719703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1540744655 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1540744655 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16517/stat : 16517 (java) S 16510 16512 16084 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1540744659 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1540744659 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1540744659 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16520] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=808304 CPUtime=0.11
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 400 0 0 0 11 0 0 0 16 0 12 0 1540744668 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16522] ppid=16510 vsize=808304 CPUtime=0.31
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 2024 0 0 0 30 1 0 0 16 0 12 0 1540744668 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=808304 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1540744669 827703296 6549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 808304

[startup+3.103 s]
/proc/loadavg: 1.96 2.25 2.12 4/85 16524
/proc/meminfo: memFree=1726616/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=816780 CPUtime=2.64
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 24834 0 55 0 245 19 0 0 18 0 12 0 1540744628 836382720 20216 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 204195 20218 1372 9 0 201557 0
[pid=16512/tid=16514] ppid=16510 vsize=816780 CPUtime=1.36
/proc/16512/task/16514/stat : 16514 (java) R 16510 16512 16084 0 -1 64 16396 0 12 0 125 11 0 0 24 0 12 0 1540744643 836382720 20219 996147200 134512640 134550740 4294956032 18446744073709551615 4109684837 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1540744655 836382720 20220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1540744655 836382720 20220 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16517/stat : 16517 (java) S 16510 16512 16084 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1540744659 836382720 20221 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1540744659 836382720 20222 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1540744659 836382720 20223 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16520] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 836382720 20225 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=816780 CPUtime=0.37
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 853 0 0 0 37 0 0 0 16 0 12 0 1540744668 836382720 20226 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16522] ppid=16510 vsize=816780 CPUtime=0.85
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6868 0 0 0 82 3 0 0 17 0 12 0 1540744668 836382720 20227 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 836382720 20228 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=816780 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1540744669 836382720 20229 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 816780

[startup+6.30255 s]
/proc/loadavg: 2.12 2.28 2.13 5/85 16524
/proc/meminfo: memFree=1618072/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=821044 CPUtime=6.34
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 45471 0 55 0 606 28 0 0 18 0 12 0 1540744628 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205261 39417 1381 9 0 202623 0
[pid=16512/tid=16514] ppid=16510 vsize=821044 CPUtime=3.32
/proc/16512/task/16514/stat : 16514 (java) R 16510 16512 16084 0 -1 64 17261 0 12 0 320 12 0 0 25 0 12 0 1540744643 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16515] ppid=16510 vsize=821044 CPUtime=0.83
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 9599 0 0 0 78 5 0 0 18 0 12 0 1540744655 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16516] ppid=16510 vsize=821044 CPUtime=0.87
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 10128 0 0 0 83 4 0 0 18 0 12 0 1540744655 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16517] ppid=16510 vsize=821044 CPUtime=0
/proc/16512/task/16517/stat : 16517 (java) S 16510 16512 16084 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1540744659 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16518] ppid=16510 vsize=821044 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1540744659 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=821044 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1540744659 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16520] ppid=16510 vsize=821044 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=821044 CPUtime=0.4
/proc/16512/task/16521/stat : 16521 (java) R 16510 16512 16084 0 -1 64 867 0 0 0 40 0 0 0 17 0 12 0 1540744668 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 105582327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16522] ppid=16510 vsize=821044 CPUtime=0.85
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6868 0 0 0 82 3 0 0 17 0 12 0 1540744668 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=821044 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=821044 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1540744669 840749056 39417 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 821044

[startup+12.7026 s]
/proc/loadavg: 2.11 2.28 2.13 3/85 16524
/proc/meminfo: memFree=1588832/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=823604 CPUtime=12.95
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 50396 0 55 0 1265 30 0 0 18 0 12 0 1540744628 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205901 43189 1381 9 0 203263 0
[pid=16512/tid=16514] ppid=16510 vsize=823604 CPUtime=8.9
/proc/16512/task/16514/stat : 16514 (java) R 16510 16512 16084 0 -1 64 17264 0 12 0 878 12 0 0 25 0 12 0 1540744643 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4109643710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16515] ppid=16510 vsize=823604 CPUtime=1.23
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 12499 0 0 0 117 6 0 0 16 0 12 0 1540744655 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16516] ppid=16510 vsize=823604 CPUtime=1.27
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 12110 0 0 0 123 4 0 0 16 0 12 0 1540744655 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16517/stat : 16517 (java) S 16510 16512 16084 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1540744659 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16520] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=823604 CPUtime=0.54
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 896 0 0 0 54 0 0 0 16 0 12 0 1540744668 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16522] ppid=16510 vsize=823604 CPUtime=0.94
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6879 0 0 0 91 3 0 0 16 0 12 0 1540744668 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16523] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1540744669 843370496 43189 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 823604

[startup+25.5019 s]
/proc/loadavg: 2.09 2.26 2.12 3/85 16524
/proc/meminfo: memFree=1383648/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=823604 CPUtime=26.5
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 102008 0 55 0 2597 53 0 0 18 0 12 0 1540744628 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205901 94241 1386 9 0 203263 0
[pid=16512/tid=16514] ppid=16510 vsize=823604 CPUtime=16.82
/proc/16512/task/16514/stat : 16514 (java) R 16510 16512 16084 0 -1 64 17298 0 12 0 1670 12 0 0 19 0 12 0 1540744643 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=823604 CPUtime=4.05
/proc/16512/task/16515/stat : 16515 (java) R 16510 16512 16084 0 -1 64 42401 0 0 0 386 19 0 0 15 0 12 0 1540744655 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 103074882 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=823604 CPUtime=3.86
/proc/16512/task/16516/stat : 16516 (java) R 16510 16512 16084 0 -1 64 33772 0 0 0 373 13 0 0 16 0 12 0 1540744655 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 105852875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=823604 CPUtime=0.01
/proc/16512/task/16517/stat : 16517 (java) S 16510 16512 16084 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1540744659 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 5 0 0 0 0 0 0 0 22 0 12 0 1540744659 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16520] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 843370496 94241 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 225.4
Current children cumulated vsize (KiB) 887608

[startup+282.302 s]
/proc/loadavg: 2.01 2.14 2.10 3/85 16524
/proc/meminfo: memFree=1056992/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=823604 CPUtime=285.16
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 548072 0 55 0 28236 280 0 0 18 0 12 0 1540744628 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205901 175446 1390 9 0 203263 0
[pid=16512/tid=16514] ppid=16510 vsize=823604 CPUtime=33.98
/proc/16512/task/16514/stat : 16514 (java) S 16510 16512 16084 0 -1 64 29684 0 12 0 3381 17 0 0 17 0 12 0 1540744643 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=823604 CPUtime=10.07
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 68223 0 0 0 975 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=823604 CPUtime=9.87
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 74938 0 0 0 955 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=823604 CPUtime=229.45
/proc/16512/task/16517/stat : 16517 (java) R 16510 16512 16084 0 -1 64 366718 0 0 0 22756 189 0 0 25 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16520] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=823604 CPUtime=0.66
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 906 0 0 0 65 1 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16522] ppid=16510 vsize=823604 CPUtime=1.03
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6883 0 0 0 100 3 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1540744669 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 285.16
Current children cumulated vsize (KiB) 823604

[startup+342.303 s]
/proc/loadavg: 2.12 2.14 2.10 3/96 16570
/proc/meminfo: memFree=1167752/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=823604 CPUtime=345.01
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 611101 0 55 0 34151 350 0 0 18 0 12 0 1540744628 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205901 175446 1390 9 0 203263 0
[pid=16512/tid=16514] ppid=16510 vsize=823604 CPUtime=33.98
/proc/16512/task/16514/stat : 16514 (java) S 16510 16512 16084 0 -1 64 29701 0 12 0 3381 17 0 0 17 0 12 0 1540744643 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=823604 CPUtime=10.07
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 68223 0 0 0 975 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=823604 CPUtime=9.87
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 74938 0 0 0 955 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=823604 CPUtime=289.3
/proc/16512/task/16517/stat : 16517 (java) R 16510 16512 16084 0 -1 64 429730 0 0 0 28671 259 0 0 25 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16520] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=823604 CPUtime=0.66
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 906 0 0 0 65 1 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16522] ppid=16510 vsize=823604 CPUtime=1.03
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6883 0 0 0 100 3 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1540744669 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 345.01
Current children cumulated vsize (KiB) 823604

[startup+402.302 s]
/proc/loadavg: 2.04 2.12 2.09 4/96 16570
/proc/meminfo: memFree=1167752/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=823604 CPUtime=404.98
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 705637 0 55 0 40106 392 0 0 18 0 12 0 1540744628 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205901 175446 1390 9 0 203263 0
[pid=16512/tid=16514] ppid=16510 vsize=823604 CPUtime=33.99
/proc/16512/task/16514/stat : 16514 (java) S 16510 16512 16084 0 -1 64 29719 0 12 0 3382 17 0 0 17 0 12 0 1540744643 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=823604 CPUtime=10.07
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 68223 0 0 0 975 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=823604 CPUtime=9.87
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 74938 0 0 0 955 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=823604 CPUtime=349.27
/proc/16512/task/16517/stat : 16517 (java) R 16510 16512 16084 0 -1 64 524248 0 0 0 34626 301 0 0 25 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 105677484 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16520] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=823604 CPUtime=0.66
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 906 0 0 0 65 1 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16522] ppid=16510 vsize=823604 CPUtime=1.03
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6883 0 0 0 100 3 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1540744669 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 404.98
Current children cumulated vsize (KiB) 823604

[startup+462.301 s]
/proc/loadavg: 2.01 2.09 2.08 3/96 16570
/proc/meminfo: memFree=1167752/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=823604 CPUtime=464.95
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 863185 0 55 0 46035 460 0 0 18 0 12 0 1540744628 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205901 175446 1390 9 0 203263 0
[pid=16512/tid=16514] ppid=16510 vsize=823604 CPUtime=33.99
/proc/16512/task/16514/stat : 16514 (java) S 16510 16512 16084 0 -1 64 29737 0 12 0 3382 17 0 0 17 0 12 0 1540744643 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=823604 CPUtime=10.07
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 68223 0 0 0 975 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=823604 CPUtime=9.87
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 74938 0 0 0 955 32 0 0 16 0 12 0 1540744655 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=823604 CPUtime=409.25
/proc/16512/task/16517/stat : 16517 (java) R 16510 16512 16084 0 -1 64 681778 0 0 0 40555 370 0 0 25 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 105677472 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1540744659 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16512/tid=16520] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=823604 CPUtime=0.66
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 906 0 0 0 65 1 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16522] ppid=16510 vsize=823604 CPUtime=1.03
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6883 0 0 0 100 3 0 0 16 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1540744668 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=823604 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1540744669 843370496 175446 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 464.95
Current children cumulated vsize (KiB) 823604

[startup+522.303 s]
/proc/loadavg: 2.00 2.07 2.08 3/97 16571
/proc/meminfo: memFree=1167552/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=823928 CPUtime=524.92
/proc/16512/stat : 16512 (java) S 16510 16512 16084 0 -1 0 957726 0 55 0 51990 502 0 0 18 0 13 0 1540744628 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 205982 175453 1390 9 0 203344 0
[pid=16512/tid=16514] ppid=16510 vsize=823928 CPUtime=33.99
/proc/16512/task/16514/stat : 16514 (java) S 16510 16512 16084 0 -1 64 29755 0 12 0 3382 17 0 0 18 0 13 0 1540744643 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16515] ppid=16510 vsize=823928 CPUtime=10.07
/proc/16512/task/16515/stat : 16515 (java) S 16510 16512 16084 0 -1 64 68223 0 0 0 975 32 0 0 16 0 13 0 1540744655 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16516] ppid=16510 vsize=823928 CPUtime=9.87
/proc/16512/task/16516/stat : 16516 (java) S 16510 16512 16084 0 -1 64 74938 0 0 0 955 32 0 0 16 0 13 0 1540744655 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16517] ppid=16510 vsize=823928 CPUtime=469.22
/proc/16512/task/16517/stat : 16517 (java) R 16510 16512 16084 0 -1 64 776296 0 0 0 46510 412 0 0 25 0 13 0 1540744659 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 106123770 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16518] ppid=16510 vsize=823928 CPUtime=0
/proc/16512/task/16518/stat : 16518 (java) S 16510 16512 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1540744659 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16519] ppid=16510 vsize=823928 CPUtime=0
/proc/16512/task/16519/stat : 16519 (java) S 16510 16512 16084 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1540744659 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16520] ppid=16510 vsize=823928 CPUtime=0
/proc/16512/task/16520/stat : 16520 (java) S 16510 16512 16084 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 1540744668 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16521] ppid=16510 vsize=823928 CPUtime=0.66
/proc/16512/task/16521/stat : 16521 (java) S 16510 16512 16084 0 -1 64 906 0 0 0 65 1 0 0 16 0 13 0 1540744668 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16522] ppid=16510 vsize=823928 CPUtime=1.03
/proc/16512/task/16522/stat : 16522 (java) S 16510 16512 16084 0 -1 64 6883 0 0 0 100 3 0 0 16 0 13 0 1540744668 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16523] ppid=16510 vsize=823928 CPUtime=0
/proc/16512/task/16523/stat : 16523 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 1540744668 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16524] ppid=16510 vsize=823928 CPUtime=0
/proc/16512/task/16524/stat : 16524 (java) S 16510 16512 16084 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1540744669 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16512/tid=16571] ppid=16510 vsize=823928 CPUtime=0
/proc/16512/task/16571/stat : 16571 (java) S 16510 16512 16084 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1540796304 843702272 175453 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 524.92
Current children cumulated vsize (KiB) 823928

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

[startup+522.703 s]
/proc/loadavg: 2.00 2.07 2.08 3/96 16571
/proc/meminfo: memFree=1167552/2055920 swapFree=4180384/4192956
[pid=16512] ppid=16510 vsize=0 CPUtime=525.31
/proc/16512/stat : 16512 (java) Z 16510 16512 16084 0 -1 12 957732 0 55 0 52021 510 0 0 16 0 2 0 1540744628 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16512/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 525.31
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 522.726
CPU time (s): 525.342
CPU user time (s): 520.213
CPU system time (s): 5.12922
CPU usage (%): 100.501
Max. virtual memory (cumulated for all children) (KiB): 919612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 520.213
system time used= 5.12922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957732
page faults= 55
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12795
involuntary context switches= 16000

runsolver used 0.698893 second user time and 1.74273 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-03 20:46:18
IDJOB=1057378
IDBENCH=54030
IDSOLVER=344
FILE ID=node55/1057378-1215110778
PBS_JOBID= 7877095
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-3-5.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-1057378-1215110778/watcher-1057378-1215110778 -o /tmp/evaluation-result-1057378-1215110778/solver-1057378-1215110778 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057378-1215110778.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ef266a4a7cedf640392e963b63a09d73
RANDOM SEED=1813406354

node55.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.261
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.261
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:       1772184 kB
Buffers:          1360 kB
Cached:          15684 kB
SwapCached:       5396 kB
Active:         227940 kB
Inactive:         3132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772184 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:         221624 kB
Slab:            37584 kB
Committed_AS:  3162928 kB
PageTables:       2240 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= 66520 MiB
End job on node55 at 2008-07-03 20:55:01