Trace number 1083350

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? 216.429 216.601

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-21.xml
MD5SUMe786d11ddd334dffd2dc30de4d2d7e30
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark762.199
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1580
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.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1083350-1215227199.xml
0.38/0.41	c reading problem ... 
0.57/0.67	c reading problem named null
0.57/0.67	c reading domains done.
0.68/0.70	c reading variables done.
3.41/3.29	c reading predicates  done.
3.60/3.46	c reading constraints
216.23/216.47	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
216.23/216.47		at org.mozilla.javascript.gen.c4._c0(rhino.log:1)
216.23/216.47		at org.mozilla.javascript.gen.c4.call(rhino.log)
216.23/216.47		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
216.23/216.47		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
216.23/216.47		at org.mozilla.javascript.gen.c4.call(rhino.log)
216.23/216.47		at org.mozilla.javascript.gen.c4.exec(rhino.log)
216.23/216.47		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
216.23/216.47		at org.sat4j.csp.Predicate.find(Predicate.java:129)
216.23/216.47		at org.sat4j.csp.Predicate.find(Predicate.java:139)
216.23/216.47		at org.sat4j.csp.Predicate.find(Predicate.java:139)
216.23/216.47		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
216.23/216.47		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
216.23/216.47		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
216.23/216.47		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
216.23/216.47		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
216.23/216.47		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
216.23/216.47		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
216.23/216.48		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
216.23/216.48		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
216.23/216.48		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
216.23/216.48		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
216.23/216.48		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
216.23/216.48		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
216.23/216.48	c starts		: 0
216.23/216.48	c conflicts		: 0
216.23/216.48	c decisions		: 0
216.23/216.48	c propagations		: 0
216.23/216.48	c inspects		: 0
216.23/216.48	c learnt literals	: 0
216.23/216.48	c learnt binary clauses	: 0
216.23/216.48	c learnt ternary clauses	: 0
216.23/216.48	c learnt clauses	: 0
216.23/216.48	c ignored clauses	: 0
216.23/216.48	c root simplifications	: 0
216.23/216.48	c removed literals (reason simplification)	: 0
216.23/216.48	c reason swapping (by a shorter reason)	: 0
216.23/216.48	c Calls to reduceDB	: 0
216.23/216.48	c speed (assignments/second)	: 0.0
216.23/216.48	c non guided choices	0
216.23/216.48	s UNKNOWN
216.23/216.48	c Total wall clock time (in seconds) : 216.071

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-1083350-1215227199/watcher-1083350-1215227199 -o /tmp/evaluation-result-1083350-1215227199/solver-1083350-1215227199 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083350-1215227199.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: 2.68 2.25 2.09 4/81 22012
/proc/meminfo: memFree=1032048/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=18572 CPUtime=0
/proc/22012/stat : 22012 (runsolver) R 22010 22012 20018 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1552391674 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/22012/statm: 4643 292 257 25 0 2626 0

[startup+0.069765 s]
/proc/loadavg: 2.68 2.25 2.09 4/81 22012
/proc/meminfo: memFree=1032048/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=802236 CPUtime=0.05
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 2695 0 1 0 3 2 0 0 20 0 7 0 1552391674 821489664 2430 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 200559 2430 1002 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.101763 s]
/proc/loadavg: 2.68 2.25 2.09 4/81 22012
/proc/meminfo: memFree=1032048/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=804488 CPUtime=0.08
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 2950 0 1 0 6 2 0 0 20 0 12 0 1552391674 823795712 2683 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 201122 2683 1044 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804488

[startup+0.301792 s]
/proc/loadavg: 2.68 2.25 2.09 4/81 22012
/proc/meminfo: memFree=1032048/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=808072 CPUtime=0.28
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 4875 0 1 0 24 4 0 0 20 0 12 0 1552391674 827465728 4202 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 202018 4202 1298 9 0 199387 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808072

[startup+0.701841 s]
/proc/loadavg: 2.68 2.25 2.09 4/81 22012
/proc/meminfo: memFree=1032048/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=808100 CPUtime=0.68
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 6321 0 1 0 63 5 0 0 20 0 12 0 1552391674 827494400 5468 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 202025 5468 1335 9 0 199387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808100

[startup+1.50296 s]
/proc/loadavg: 2.68 2.25 2.09 4/93 22024
/proc/meminfo: memFree=986384/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=810028 CPUtime=1.7
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 33655 0 1 0 150 20 0 0 20 0 12 0 1552391674 829468672 31279 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 202507 31280 1347 9 0 199869 0
[pid=22012/tid=22014] ppid=22010 vsize=810028 CPUtime=0.72
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 20018 0 -1 64 16981 0 1 0 61 11 0 0 25 0 12 0 1552391676 829468672 31281 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=810028 CPUtime=0.25
/proc/22012/task/22015/stat : 22015 (java) R 22010 22012 20018 0 -1 64 8563 0 0 0 21 4 0 0 19 0 12 0 1552391677 829468672 31282 996147200 134512640 134550740 4294956016 18446744073709551615 106157908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=810028 CPUtime=0.25
/proc/22012/task/22016/stat : 22016 (java) R 22010 22012 20018 0 -1 64 5609 0 0 0 22 3 0 0 18 0 12 0 1552391677 829468672 31284 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22012/tid=22017] ppid=22010 vsize=810028 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 20018 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1552391679 829468672 31285 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=810028 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1552391680 829468672 31286 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=810028 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1552391680 829468672 31287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=810028 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 829468672 31288 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=810028 CPUtime=0.19
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 707 0 0 0 19 0 0 0 16 0 12 0 1552391684 829468672 31289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=810028 CPUtime=0.25
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 1039 0 0 0 25 0 0 0 16 0 12 0 1552391684 829468672 31290 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=810028 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 829468672 31291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=810028 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 829468672 31292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 810028

[startup+3.10216 s]
/proc/loadavg: 2.68 2.25 2.09 4/93 22024
/proc/meminfo: memFree=849936/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=818348 CPUtime=3.31
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 72038 0 1 0 290 41 0 0 20 0 12 0 1552391674 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 204587 67537 1348 9 0 201949 0
[pid=22012/tid=22014] ppid=22010 vsize=818348 CPUtime=1.11
/proc/22012/task/22014/stat : 22014 (java) S 22010 22012 20018 0 -1 64 16985 0 1 0 100 11 0 0 17 0 12 0 1552391676 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=818348 CPUtime=0.91
/proc/22012/task/22015/stat : 22015 (java) R 22010 22012 20018 0 -1 64 27672 0 0 0 77 14 0 0 18 0 12 0 1552391677 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=818348 CPUtime=0.79
/proc/22012/task/22016/stat : 22016 (java) R 22010 22012 20018 0 -1 64 24846 0 0 0 66 13 0 0 20 0 12 0 1552391677 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=818348 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 20018 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1552391679 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=818348 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=818348 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1552391680 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=818348 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=818348 CPUtime=0.19
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 707 0 0 0 19 0 0 0 16 0 12 0 1552391684 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=818348 CPUtime=0.25
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 1039 0 0 0 25 0 0 0 16 0 12 0 1552391684 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=818348 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=818348 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 837988352 67537 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 818348

[startup+6.30158 s]
/proc/loadavg: 2.71 2.26 2.09 5/93 22024
/proc/meminfo: memFree=708048/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=821164 CPUtime=6.49
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 87846 0 1 0 601 48 0 0 20 0 12 0 1552391674 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 205291 82268 1374 9 0 202653 0
[pid=22012/tid=22014] ppid=22010 vsize=821164 CPUtime=3.38
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17300 0 1 0 326 12 0 0 25 0 12 0 1552391676 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4109651782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=821164 CPUtime=1.25
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 35076 0 0 0 108 17 0 0 16 0 12 0 1552391677 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=821164 CPUtime=1.02
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 31133 0 0 0 86 16 0 0 16 0 12 0 1552391677 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=821164 CPUtime=0
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 20018 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1552391679 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=821164 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=821164 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1552391680 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=821164 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=821164 CPUtime=0.24
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 716 0 0 0 24 0 0 0 16 0 12 0 1552391684 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=821164 CPUtime=0.54
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 2832 0 0 0 54 0 0 0 16 0 12 0 1552391684 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=821164 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=821164 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 840871936 82268 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 821164

[startup+12.7024 s]
/proc/loadavg: 2.65 2.25 2.09 3/93 22024
/proc/meminfo: memFree=640336/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=829548 CPUtime=12.86
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 110897 0 1 0 1228 58 0 0 20 0 12 0 1552391674 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 207387 100500 1386 9 0 204749 0
[pid=22012/tid=22014] ppid=22010 vsize=829548 CPUtime=8.43
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17327 0 1 0 831 12 0 0 25 0 12 0 1552391676 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4109876929 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=829548 CPUtime=1.48
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 45233 0 0 0 127 21 0 0 16 0 12 0 1552391677 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=829548 CPUtime=1.23
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 37104 0 0 0 105 18 0 0 16 0 12 0 1552391677 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=829548 CPUtime=0.01
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 20018 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 1552391679 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1552391680 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=829548 CPUtime=0.86
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 6038 0 0 0 83 3 0 0 20 0 12 0 1552391684 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=829548 CPUtime=0.78
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 4406 0 0 0 77 1 0 0 17 0 12 0 1552391684 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 849457152 100500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 829548

[startup+25.5021 s]
/proc/loadavg: 2.65 2.27 2.10 3/93 22024
/proc/meminfo: memFree=545680/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=829548 CPUtime=25.59
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 132980 0 1 0 2493 66 0 0 20 0 12 0 1552391674 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 207387 122552 1386 9 0 204749 0
[pid=22012/tid=22014] ppid=22010 vsize=829548 CPUtime=20.26
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17359 0 1 0 2014 12 0 0 25 0 12 0 1552391676 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4109692325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=829548 CPUtime=1.84
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 54819 0 0 0 160 24 0 0 16 0 12 0 1552391677 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=829548 CPUtime=1.58
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 49569 0 0 0 136 22 0 0 16 0 12 0 1552391677 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=829548 CPUtime=0.03
/proc/22012/task/22017/stat : 22017 (java) S 22010 22012 20018 0 -1 64 30 0 0 0 3 0 0 0 15 0 12 0 1552391679 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1552391680 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=829548 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 849457152 122552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=22012/tid=22023] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.75
Current children cumulated vsize (KiB) 848116

[startup+204.703 s]
/proc/loadavg: 2.67 2.34 2.14 4/93 22024
/proc/meminfo: memFree=308432/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=848116 CPUtime=204.54
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 672493 0 1 0 20146 308 0 0 20 0 12 0 1552391674 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 212029 181610 1390 9 0 209391 0
[pid=22012/tid=22014] ppid=22010 vsize=848116 CPUtime=121.24
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17658 0 1 0 12110 14 0 0 25 0 12 0 1552391676 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=848116 CPUtime=4.2
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 82273 0 0 0 384 36 0 0 15 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=848116 CPUtime=4.02
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 76843 0 0 0 369 33 0 0 16 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=848116 CPUtime=73.19
/proc/22012/task/22017/stat : 22017 (java) R 22010 22012 20018 0 -1 64 484513 0 0 0 7102 217 0 0 17 0 12 0 1552391679 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=848116 CPUtime=0.97
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 6038 0 0 0 94 3 0 0 17 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=848116 CPUtime=0.85
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 4406 0 0 0 84 1 0 0 16 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.54
Current children cumulated vsize (KiB) 848116

[startup+211.103 s]
/proc/loadavg: 2.78 2.36 2.15 4/93 22024
/proc/meminfo: memFree=308368/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=848116 CPUtime=210.94
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 710718 0 1 0 20767 327 0 0 20 0 12 0 1552391674 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 212029 181610 1390 9 0 209391 0
[pid=22012/tid=22014] ppid=22010 vsize=848116 CPUtime=121.64
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17663 0 1 0 12150 14 0 0 25 0 12 0 1552391676 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=848116 CPUtime=4.2
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 82273 0 0 0 384 36 0 0 15 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=848116 CPUtime=4.02
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 76843 0 0 0 369 33 0 0 16 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=848116 CPUtime=79.18
/proc/22012/task/22017/stat : 22017 (java) R 22010 22012 20018 0 -1 64 522733 0 0 0 7683 235 0 0 16 0 12 0 1552391679 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=848116 CPUtime=0.97
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 6038 0 0 0 94 3 0 0 17 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=848116 CPUtime=0.85
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 4406 0 0 0 84 1 0 0 16 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 210.94
Current children cumulated vsize (KiB) 848116

[startup+214.302 s]
/proc/loadavg: 2.80 2.37 2.16 4/93 22024
/proc/meminfo: memFree=318800/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=837552 CPUtime=214.13
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 729011 0 1 0 21078 335 0 0 20 0 12 0 1552391674 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 209388 178969 1390 9 0 206750 0
[pid=22012/tid=22014] ppid=22010 vsize=837552 CPUtime=121.78
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17666 0 1 0 12164 14 0 0 24 0 12 0 1552391676 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=837552 CPUtime=4.2
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 82273 0 0 0 384 36 0 0 15 0 12 0 1552391677 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=837552 CPUtime=4.02
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 76843 0 0 0 369 33 0 0 16 0 12 0 1552391677 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=837552 CPUtime=82.23
/proc/22012/task/22017/stat : 22017 (java) R 22010 22012 20018 0 -1 64 541023 0 0 0 7980 243 0 0 17 0 12 0 1552391679 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 105677283 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=837552 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=837552 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552391680 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=837552 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=837552 CPUtime=0.97
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 6038 0 0 0 94 3 0 0 17 0 12 0 1552391684 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=837552 CPUtime=0.85
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 4406 0 0 0 84 1 0 0 16 0 12 0 1552391684 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=837552 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=837552 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 857653248 178969 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.13
Current children cumulated vsize (KiB) 837552

[startup+215.902 s]
/proc/loadavg: 2.80 2.37 2.16 4/93 22024
/proc/meminfo: memFree=318800/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=848116 CPUtime=215.73
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 741299 0 1 0 21233 340 0 0 20 0 12 0 1552391674 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 212029 181610 1390 9 0 209391 0
[pid=22012/tid=22014] ppid=22010 vsize=848116 CPUtime=121.83
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17668 0 1 0 12169 14 0 0 25 0 12 0 1552391676 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=848116 CPUtime=4.2
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 82273 0 0 0 384 36 0 0 15 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=848116 CPUtime=4.02
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 76843 0 0 0 369 33 0 0 16 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=848116 CPUtime=83.78
/proc/22012/task/22017/stat : 22017 (java) R 22010 22012 20018 0 -1 64 553309 0 0 0 8130 248 0 0 17 0 12 0 1552391679 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 106122509 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=848116 CPUtime=0.97
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 6038 0 0 0 94 3 0 0 17 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=848116 CPUtime=0.85
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 4406 0 0 0 84 1 0 0 16 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.73
Current children cumulated vsize (KiB) 848116

[startup+216.302 s]
/proc/loadavg: 2.80 2.37 2.16 4/93 22024
/proc/meminfo: memFree=318800/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=848116 CPUtime=216.13
/proc/22012/stat : 22012 (java) S 22010 22012 20018 0 -1 0 741299 0 1 0 21273 340 0 0 20 0 12 0 1552391674 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 212029 181610 1390 9 0 209391 0
[pid=22012/tid=22014] ppid=22010 vsize=848116 CPUtime=121.83
/proc/22012/task/22014/stat : 22014 (java) R 22010 22012 20018 0 -1 64 17668 0 1 0 12169 14 0 0 25 0 12 0 1552391676 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22015] ppid=22010 vsize=848116 CPUtime=4.2
/proc/22012/task/22015/stat : 22015 (java) S 22010 22012 20018 0 -1 64 82273 0 0 0 384 36 0 0 15 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22016] ppid=22010 vsize=848116 CPUtime=4.02
/proc/22012/task/22016/stat : 22016 (java) S 22010 22012 20018 0 -1 64 76843 0 0 0 369 33 0 0 16 0 12 0 1552391677 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22017] ppid=22010 vsize=848116 CPUtime=84.18
/proc/22012/task/22017/stat : 22017 (java) R 22010 22012 20018 0 -1 64 553309 0 0 0 8170 248 0 0 18 0 12 0 1552391679 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22018] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22018/stat : 22018 (java) S 22010 22012 20018 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22019] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22019/stat : 22019 (java) S 22010 22012 20018 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1552391680 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22020] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22020/stat : 22020 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22021] ppid=22010 vsize=848116 CPUtime=0.97
/proc/22012/task/22021/stat : 22021 (java) S 22010 22012 20018 0 -1 64 6038 0 0 0 94 3 0 0 17 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22022] ppid=22010 vsize=848116 CPUtime=0.85
/proc/22012/task/22022/stat : 22022 (java) S 22010 22012 20018 0 -1 64 4406 0 0 0 84 1 0 0 16 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22023] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22023/stat : 22023 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22012/tid=22024] ppid=22010 vsize=848116 CPUtime=0
/proc/22012/task/22024/stat : 22024 (java) S 22010 22012 20018 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1552391684 868470784 181610 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.13
Current children cumulated vsize (KiB) 848116

[startup+216.503 s]
/proc/loadavg: 2.80 2.37 2.16 4/93 22024
/proc/meminfo: memFree=318800/2055920 swapFree=4180436/4192956
[pid=22012] ppid=22010 vsize=0 CPUtime=216.32
/proc/22012/stat : 22012 (java) Z 22010 22012 20018 0 -1 12 741312 0 1 0 21291 341 0 0 16 0 2 0 1552391674 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22012/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 216.32
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 216.601
CPU time (s): 216.429
CPU user time (s): 212.914
CPU system time (s): 3.51547
CPU usage (%): 99.9204
Max. virtual memory (cumulated for all children) (KiB): 866040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.914
system time used= 3.51546
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 741312
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= 9450
involuntary context switches= 6621

runsolver used 0.292955 second user time and 0.730888 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 05:06:39
IDJOB=1083350
IDBENCH=57469
IDSOLVER=344
FILE ID=node13/1083350-1215227199
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-21.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-1083350-1215227199/watcher-1083350-1215227199 -o /tmp/evaluation-result-1083350-1215227199/solver-1083350-1215227199 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083350-1215227199.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e786d11ddd334dffd2dc30de4d2d7e30
RANDOM SEED=1793955141

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:       1032528 kB
Buffers:         43976 kB
Cached:         159664 kB
SwapCached:       6956 kB
Active:         827228 kB
Inactive:       132876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1032528 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:         772416 kB
Slab:            46960 kB
Committed_AS:  3826124 kB
PageTables:       3432 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:10:16