Trace number 1083329

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? 215.126 214.71

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-20.xml
MD5SUMec7cdf4fe94a5d252afb76f2304f2c35
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1697
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1083329-1215226983/watcher-1083329-1215226983 -o /tmp/evaluation-result-1083329-1215226983/solver-1083329-1215226983 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083329-1215226983.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.87 2.00 2.00 3/82 21972
/proc/meminfo: memFree=1687080/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=1804 CPUtime=0
/proc/21972/stat : 21972 (java) R 21970 21972 20018 0 -1 0 348 0 0 0 0 0 0 0 18 0 1 0 1552370121 1847296 151 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/21972/statm: 451 151 106 9 0 93 0

[startup+0.0424869 s]
/proc/loadavg: 1.87 2.00 2.00 3/82 21972
/proc/meminfo: memFree=1687080/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=801432 CPUtime=0.02
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 2466 0 1 0 1 1 0 0 18 0 5 0 1552370121 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 200358 2204 936 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101744 s]
/proc/loadavg: 1.87 2.00 2.00 3/82 21972
/proc/meminfo: memFree=1687080/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=804612 CPUtime=0.08
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 1552370121 823922688 2733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301771 s]
/proc/loadavg: 1.87 2.00 2.00 3/82 21972
/proc/meminfo: memFree=1687080/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=807760 CPUtime=0.28
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 4863 0 1 0 24 4 0 0 18 0 12 0 1552370121 827146240 4192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 201940 4192 1299 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.70182 s]
/proc/loadavg: 1.87 2.00 2.00 3/82 21972
/proc/meminfo: memFree=1687080/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=807788 CPUtime=0.68
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 6256 0 1 0 62 6 0 0 18 0 12 0 1552370121 827174912 5386 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 201947 5386 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50293 s]
/proc/loadavg: 1.87 2.00 2.00 3/94 21984
/proc/meminfo: memFree=1636872/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=809716 CPUtime=1.6
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 33756 0 1 0 140 20 0 0 18 0 12 0 1552370121 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 202429 31638 1349 9 0 199791 0
[pid=21972/tid=21974] ppid=21970 vsize=809716 CPUtime=0.72
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 16955 0 1 0 61 11 0 0 22 0 12 0 1552370122 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4109617468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21975] ppid=21970 vsize=809716 CPUtime=0.19
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 6223 0 0 0 16 3 0 0 18 0 12 0 1552370123 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21976] ppid=21970 vsize=809716 CPUtime=0.17
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 8060 0 0 0 14 3 0 0 18 0 12 0 1552370123 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21977] ppid=21970 vsize=809716 CPUtime=0
/proc/21972/task/21977/stat : 21977 (java) S 21970 21972 20018 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1552370125 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21978] ppid=21970 vsize=809716 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21979] ppid=21970 vsize=809716 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21980] ppid=21970 vsize=809716 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=809716 CPUtime=0.22
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 427 0 0 0 22 0 0 0 16 0 12 0 1552370130 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21982] ppid=21970 vsize=809716 CPUtime=0.24
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 1299 0 0 0 24 0 0 0 16 0 12 0 1552370130 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=809716 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=809716 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552370130 829149184 31638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 809716

[startup+3.10215 s]
/proc/loadavg: 1.87 2.00 2.00 5/94 21984
/proc/meminfo: memFree=1520136/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=818036 CPUtime=3.5
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 65282 0 1 0 315 35 0 0 18 0 12 0 1552370121 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 204509 60163 1349 9 0 201871 0
[pid=21972/tid=21974] ppid=21970 vsize=818036 CPUtime=1.12
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 16957 0 1 0 101 11 0 0 16 0 12 0 1552370122 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 106734392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21975] ppid=21970 vsize=818036 CPUtime=1
/proc/21972/task/21975/stat : 21975 (java) R 21970 21972 20018 0 -1 64 25324 0 0 0 88 12 0 0 23 0 12 0 1552370123 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21976] ppid=21970 vsize=818036 CPUtime=0.86
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 20483 0 0 0 77 9 0 0 21 0 12 0 1552370123 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21977] ppid=21970 vsize=818036 CPUtime=0
/proc/21972/task/21977/stat : 21977 (java) S 21970 21972 20018 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1552370125 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21978] ppid=21970 vsize=818036 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21979] ppid=21970 vsize=818036 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21980] ppid=21970 vsize=818036 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=818036 CPUtime=0.22
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 427 0 0 0 22 0 0 0 15 0 12 0 1552370130 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21982] ppid=21970 vsize=818036 CPUtime=0.24
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 1299 0 0 0 24 0 0 0 16 0 12 0 1552370130 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=818036 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=818036 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552370130 837668864 60163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 818036

[startup+6.30156 s]
/proc/loadavg: 1.96 2.02 2.01 4/94 21984
/proc/meminfo: memFree=1351112/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=821228 CPUtime=7
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 93029 0 1 0 652 48 0 0 18 0 12 0 1552370121 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 205307 85534 1375 9 0 202669 0
[pid=21972/tid=21974] ppid=21970 vsize=821228 CPUtime=2.6
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 17270 0 1 0 248 12 0 0 23 0 12 0 1552370122 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4109650580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21975] ppid=21970 vsize=821228 CPUtime=1.57
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 31951 0 0 0 141 16 0 0 16 0 12 0 1552370123 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21976] ppid=21970 vsize=821228 CPUtime=1.96
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 39410 0 0 0 179 17 0 0 16 0 12 0 1552370123 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21977] ppid=21970 vsize=821228 CPUtime=0
/proc/21972/task/21977/stat : 21977 (java) S 21970 21972 20018 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 1552370125 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21978] ppid=21970 vsize=821228 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=821228 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=821228 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=821228 CPUtime=0.52
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 2297 0 0 0 51 1 0 0 15 0 12 0 1552370130 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21982] ppid=21970 vsize=821228 CPUtime=0.31
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 1308 0 0 0 31 0 0 0 16 0 12 0 1552370130 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=821228 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=821228 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552370130 840937472 85534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 821228

[startup+12.7024 s]
/proc/loadavg: 2.05 2.03 2.01 3/94 21984
/proc/meminfo: memFree=1241040/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=823308 CPUtime=13.35
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 115278 0 1 0 1278 57 0 0 18 0 12 0 1552370121 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 205827 107057 1387 9 0 203189 0
[pid=21972/tid=21974] ppid=21970 vsize=823308 CPUtime=7.73
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 17294 0 1 0 761 12 0 0 25 0 12 0 1552370122 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4109745545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21975] ppid=21970 vsize=823308 CPUtime=1.92
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 44081 0 0 0 172 20 0 0 16 0 12 0 1552370123 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21976] ppid=21970 vsize=823308 CPUtime=2.36
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 48219 0 0 0 217 19 0 0 16 0 12 0 1552370123 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21977] ppid=21970 vsize=823308 CPUtime=0
/proc/21972/task/21977/stat : 21977 (java) S 21970 21972 20018 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1552370125 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21978] ppid=21970 vsize=823308 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=823308 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=823308 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=823308 CPUtime=0.61
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 2314 0 0 0 60 1 0 0 16 0 12 0 1552370130 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21982] ppid=21970 vsize=823308 CPUtime=0.65
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 2577 0 0 0 64 1 0 0 16 0 12 0 1552370130 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=823308 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=823308 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552370130 843067392 107057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 823308

[startup+25.5021 s]
/proc/loadavg: 2.04 2.03 2.01 3/94 21984
/proc/meminfo: memFree=1131088/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=821100 CPUtime=26.04
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 138380 0 1 0 2537 67 0 0 18 0 12 0 1552370121 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 205275 129574 1387 9 0 202637 0
[pid=21972/tid=21974] ppid=21970 vsize=821100 CPUtime=19.18
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 17329 0 1 0 1906 12 0 0 20 0 12 0 1552370122 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4109793392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21975] ppid=21970 vsize=821100 CPUtime=2.44
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 58815 0 0 0 218 26 0 0 16 0 12 0 1552370123 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21976] ppid=21970 vsize=821100 CPUtime=2.89
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 56552 0 0 0 266 23 0 0 16 0 12 0 1552370123 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21977] ppid=21970 vsize=821100 CPUtime=0.01
/proc/21972/task/21977/stat : 21977 (java) S 21970 21972 20018 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 1552370125 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21978] ppid=21970 vsize=821100 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=821100 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=821100 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 840806400 129574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=21972/tid=21983] ppid=21970 vsize=823104 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 842858496 175353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=823104 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552370130 842858496 175353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.35
Current children cumulated vsize (KiB) 823104

[startup+204.703 s]
/proc/loadavg: 2.62 2.22 2.08 4/93 21985
/proc/meminfo: memFree=327696/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=849916 CPUtime=205.14
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 918677 0 1 0 20097 417 0 0 18 0 12 0 1552370121 870313984 181932 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 212479 181940 1390 9 0 209841 0
[pid=21972/tid=21974] ppid=21970 vsize=849916 CPUtime=115.65
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 17634 0 1 0 11552 13 0 0 25 0 12 0 1552370122 870313984 181946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21975] ppid=21970 vsize=849916 CPUtime=4.95
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 81493 0 0 0 460 35 0 0 15 0 12 0 1552370123 870313984 181953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21976] ppid=21970 vsize=849916 CPUtime=5.44
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 77499 0 0 0 512 32 0 0 16 0 12 0 1552370123 870313984 181962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21977] ppid=21970 vsize=849916 CPUtime=77.59
/proc/21972/task/21977/stat : 21977 (java) R 21970 21972 20018 0 -1 64 736436 0 0 0 7427 332 0 0 16 0 12 0 1552370125 870313984 181969 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21978] ppid=21970 vsize=849916 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 870313984 181978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=849916 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 870313984 181985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=849916 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 870313984 181993 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=849916 CPUtime=0.72
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 2314 0 0 0 71 1 0 0 17 0 12 0 1552370130 870313984 182000 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21982] ppid=21970 vsize=849916 CPUtime=0.73
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1552370130 870313984 182010 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=849916 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 870313984 182021 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=849916 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552370130 870313984 182028 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.14
Current children cumulated vsize (KiB) 849916

[startup+211.102 s]
/proc/loadavg: 2.65 2.23 2.08 4/93 21985
/proc/meminfo: memFree=309456/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=848376 CPUtime=211.54
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 978758 0 1 0 20712 442 0 0 18 0 12 0 1552370121 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 212094 181416 1390 9 0 209456 0
[pid=21972/tid=21974] ppid=21970 vsize=848376 CPUtime=115.97
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 17639 0 1 0 11584 13 0 0 24 0 12 0 1552370122 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21975] ppid=21970 vsize=848376 CPUtime=4.95
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 81493 0 0 0 460 35 0 0 15 0 12 0 1552370123 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21976] ppid=21970 vsize=848376 CPUtime=5.44
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 77499 0 0 0 512 32 0 0 16 0 12 0 1552370123 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21977] ppid=21970 vsize=848376 CPUtime=83.68
/proc/21972/task/21977/stat : 21977 (java) R 21970 21972 20018 0 -1 64 796473 0 0 0 8011 357 0 0 17 0 12 0 1552370125 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 105847266 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21978] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=848376 CPUtime=0.72
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 2314 0 0 0 71 1 0 0 17 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21982] ppid=21970 vsize=848376 CPUtime=0.73
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.54
Current children cumulated vsize (KiB) 848376

[startup+212.703 s]
/proc/loadavg: 2.65 2.23 2.08 4/93 21985
/proc/meminfo: memFree=319632/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=848376 CPUtime=213.14
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 990749 0 1 0 20867 447 0 0 18 0 12 0 1552370121 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 212094 181416 1390 9 0 209456 0
[pid=21972/tid=21974] ppid=21970 vsize=848376 CPUtime=116.01
/proc/21972/task/21974/stat : 21974 (java) S 21970 21972 20018 0 -1 64 17640 0 1 0 11588 13 0 0 24 0 12 0 1552370122 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21975] ppid=21970 vsize=848376 CPUtime=4.95
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 81493 0 0 0 460 35 0 0 15 0 12 0 1552370123 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21976] ppid=21970 vsize=848376 CPUtime=5.44
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 77499 0 0 0 512 32 0 0 16 0 12 0 1552370123 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21977] ppid=21970 vsize=848376 CPUtime=85.23
/proc/21972/task/21977/stat : 21977 (java) R 21970 21972 20018 0 -1 64 808463 0 0 0 8161 362 0 0 17 0 12 0 1552370125 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 105852591 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21978] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=848376 CPUtime=0.72
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 2314 0 0 0 71 1 0 0 17 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21982] ppid=21970 vsize=848376 CPUtime=0.73
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.14
Current children cumulated vsize (KiB) 848376

[startup+213.503 s]
/proc/loadavg: 2.65 2.23 2.08 4/93 21985
/proc/meminfo: memFree=327632/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=832696 CPUtime=213.94
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 994896 0 1 0 20945 449 0 0 18 0 12 0 1552370121 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 208174 177496 1390 9 0 205536 0
[pid=21972/tid=21974] ppid=21970 vsize=832696 CPUtime=116.06
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 17642 0 1 0 11593 13 0 0 25 0 12 0 1552370122 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21975] ppid=21970 vsize=832696 CPUtime=4.95
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 81493 0 0 0 460 35 0 0 15 0 12 0 1552370123 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21976] ppid=21970 vsize=832696 CPUtime=5.44
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 77499 0 0 0 512 32 0 0 16 0 12 0 1552370123 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21977] ppid=21970 vsize=832696 CPUtime=85.98
/proc/21972/task/21977/stat : 21977 (java) R 21970 21972 20018 0 -1 64 812608 0 0 0 8234 364 0 0 17 0 12 0 1552370125 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 103550475 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21978] ppid=21970 vsize=832696 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=832696 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=832696 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=832696 CPUtime=0.72
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 2314 0 0 0 71 1 0 0 17 0 12 0 1552370130 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21982] ppid=21970 vsize=832696 CPUtime=0.73
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1552370130 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=832696 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=832696 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1552370130 852680704 177496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.94
Current children cumulated vsize (KiB) 832696

[startup+214.302 s]
/proc/loadavg: 2.65 2.23 2.08 4/93 21985
/proc/meminfo: memFree=327632/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=848376 CPUtime=214.74
/proc/21972/stat : 21972 (java) S 21970 21972 20018 0 -1 0 1002741 0 1 0 21020 454 0 0 18 0 12 0 1552370121 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21972/statm: 212094 181416 1390 9 0 209456 0
[pid=21972/tid=21974] ppid=21970 vsize=848376 CPUtime=116.06
/proc/21972/task/21974/stat : 21974 (java) R 21970 21972 20018 0 -1 64 17642 0 1 0 11593 13 0 0 25 0 12 0 1552370122 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21975] ppid=21970 vsize=848376 CPUtime=4.95
/proc/21972/task/21975/stat : 21975 (java) S 21970 21972 20018 0 -1 64 81493 0 0 0 460 35 0 0 15 0 12 0 1552370123 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21976] ppid=21970 vsize=848376 CPUtime=5.44
/proc/21972/task/21976/stat : 21976 (java) S 21970 21972 20018 0 -1 64 77499 0 0 0 512 32 0 0 16 0 12 0 1552370123 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21977] ppid=21970 vsize=848376 CPUtime=86.78
/proc/21972/task/21977/stat : 21977 (java) R 21970 21972 20018 0 -1 64 820453 0 0 0 8309 369 0 0 18 0 12 0 1552370125 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 105852584 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21978] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21978/stat : 21978 (java) S 21970 21972 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552370126 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21979] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21979/stat : 21979 (java) S 21970 21972 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552370126 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21980] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21980/stat : 21980 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21981] ppid=21970 vsize=848376 CPUtime=0.72
/proc/21972/task/21981/stat : 21981 (java) S 21970 21972 20018 0 -1 64 2314 0 0 0 71 1 0 0 17 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21972/tid=21982] ppid=21970 vsize=848376 CPUtime=0.73
/proc/21972/task/21982/stat : 21982 (java) S 21970 21972 20018 0 -1 64 2577 0 0 0 72 1 0 0 16 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21983] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21983/stat : 21983 (java) S 21970 21972 20018 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21972/tid=21984] ppid=21970 vsize=848376 CPUtime=0
/proc/21972/task/21984/stat : 21984 (java) S 21970 21972 20018 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1552370130 868737024 181416 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.74
Current children cumulated vsize (KiB) 848376

[startup+214.701 s]
/proc/loadavg: 2.68 2.25 2.09 4/93 21985
/proc/meminfo: memFree=309392/2055920 swapFree=4180436/4192956
[pid=21972] ppid=21970 vsize=0 CPUtime=215.11
/proc/21972/stat : 21972 (java) Z 21970 21972 20018 0 -1 12 1002754 0 1 0 21046 465 0 0 16 0 2 0 1552370121 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21972/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 215.11
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 214.71
CPU time (s): 215.126
CPU user time (s): 210.466
CPU system time (s): 4.66029
CPU usage (%): 100.194
Max. virtual memory (cumulated for all children) (KiB): 857596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.466
system time used= 4.66029
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1002754
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= 9460
involuntary context switches= 6612

runsolver used 0.265959 second user time and 0.746886 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 05:03:03
IDJOB=1083329
IDBENCH=57467
IDSOLVER=344
FILE ID=node13/1083329-1215226983
PBS_JOBID= 7881803
Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-20.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-1083329-1215226983/watcher-1083329-1215226983 -o /tmp/evaluation-result-1083329-1215226983/solver-1083329-1215226983 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083329-1215226983.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec7cdf4fe94a5d252afb76f2304f2c35
RANDOM SEED=941902251

node13.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.238
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.238
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:       1687624 kB
Buffers:         43732 kB
Cached:         159568 kB
SwapCached:       6956 kB
Active:         173752 kB
Inactive:       132572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687624 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            5124 kB
Writeback:           0 kB
Mapped:         118984 kB
Slab:            47012 kB
Committed_AS:  3187472 kB
PageTables:       2160 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 node13 at 2008-07-05 05:06:38