Trace number 1080871

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? 276.949 276.69

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-3.xml
MD5SUM9ba2c05d75416be79db8f8c7771688d8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.8941
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1424
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1080871-1215213570/watcher-1080871-1215213570 -o /tmp/evaluation-result-1080871-1215213570/solver-1080871-1215213570 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080871-1215213570.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.18 2.22 2.09 4/73 20544
/proc/meminfo: memFree=1562632/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=1804 CPUtime=0
/proc/20544/stat : 20544 (java6) R 20542 20544 19582 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1551028824 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/20544/statm: 451 155 111 9 0 93 0

[startup+0.0641701 s]
/proc/loadavg: 2.18 2.22 2.09 4/73 20544
/proc/meminfo: memFree=1562632/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=802236 CPUtime=0.05
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 2755 0 1 0 4 1 0 0 18 0 7 0 1551028824 821489664 2490 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 200559 2490 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102175 s]
/proc/loadavg: 2.18 2.22 2.09 4/73 20544
/proc/meminfo: memFree=1562632/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=804756 CPUtime=0.09
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 3161 0 1 0 7 2 0 0 18 0 12 0 1551028824 824070144 2892 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 201189 2892 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301201 s]
/proc/loadavg: 2.18 2.22 2.09 4/73 20544
/proc/meminfo: memFree=1562632/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=808360 CPUtime=0.28
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 5056 0 1 0 25 3 0 0 18 0 12 0 1551028824 827760640 4384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 202090 4384 1307 9 0 199459 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808360

[startup+0.702254 s]
/proc/loadavg: 2.18 2.22 2.09 4/73 20544
/proc/meminfo: memFree=1562632/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=808388 CPUtime=0.68
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 6354 0 1 0 63 5 0 0 18 0 12 0 1551028824 827789312 5535 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 202097 5535 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808388

[startup+1.50136 s]
/proc/loadavg: 2.18 2.22 2.09 4/85 20556
/proc/meminfo: memFree=1535336/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=812236 CPUtime=1.48
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 28956 0 1 0 134 14 0 0 18 0 12 0 1551028824 831729664 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 203059 26471 1347 9 0 200421 0
[pid=20544/tid=20546] ppid=20542 vsize=812236 CPUtime=0.7
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 16982 0 1 0 61 9 0 0 25 0 12 0 1551028825 831729664 26472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20547] ppid=20542 vsize=812236 CPUtime=0.09
/proc/20544/task/20547/stat : 20547 (java) R 20542 20544 19582 0 -1 64 4585 0 0 0 8 1 0 0 17 0 12 0 1551028826 831729664 26473 996147200 134512640 134550740 4294956016 18446744073709551615 104145919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20548] ppid=20542 vsize=812236 CPUtime=0.09
/proc/20544/task/20548/stat : 20548 (java) R 20542 20544 19582 0 -1 64 4063 0 0 0 8 1 0 0 17 0 12 0 1551028826 831729664 26475 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20549] ppid=20542 vsize=812236 CPUtime=0
/proc/20544/task/20549/stat : 20549 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1551028828 831729664 26477 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20550] ppid=20542 vsize=812236 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1551028828 831729664 26478 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20551] ppid=20542 vsize=812236 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1551028828 831729664 26480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20552] ppid=20542 vsize=812236 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 831729664 26481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=812236 CPUtime=0.27
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1259 0 0 0 27 0 0 0 16 0 12 0 1551028832 831729664 26483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20554] ppid=20542 vsize=812236 CPUtime=0.28
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 1312 0 0 0 28 0 0 0 16 0 12 0 1551028832 831729664 26485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20555] ppid=20542 vsize=812236 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 831729664 26486 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=812236 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 831729664 26488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812236

[startup+3.10159 s]
/proc/loadavg: 2.33 2.25 2.10 4/85 20556
/proc/meminfo: memFree=1439656/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=820588 CPUtime=3.41
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 50168 0 1 0 317 24 0 0 18 0 12 0 1551028824 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 205147 41459 1381 9 0 202509 0
[pid=20544/tid=20546] ppid=20542 vsize=820588 CPUtime=1.32
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17298 0 1 0 122 10 0 0 25 0 12 0 1551028825 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20547] ppid=20542 vsize=820588 CPUtime=0.48
/proc/20544/task/20547/stat : 20547 (java) R 20542 20544 19582 0 -1 64 12087 0 0 0 44 4 0 0 18 0 12 0 1551028826 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 106157874 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20548] ppid=20542 vsize=820588 CPUtime=0.48
/proc/20544/task/20548/stat : 20548 (java) R 20542 20544 19582 0 -1 64 13545 0 0 0 43 5 0 0 18 0 12 0 1551028826 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 106157890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=820588 CPUtime=0
/proc/20544/task/20549/stat : 20549 (java) S 20542 20544 19582 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1551028828 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20550] ppid=20542 vsize=820588 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20551] ppid=20542 vsize=820588 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20552] ppid=20542 vsize=820588 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=820588 CPUtime=0.34
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1281 0 0 0 34 0 0 0 16 0 12 0 1551028832 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20554] ppid=20542 vsize=820588 CPUtime=0.71
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5166 0 0 0 70 1 0 0 17 0 12 0 1551028832 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20555] ppid=20542 vsize=820588 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=820588 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 840282112 41459 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 820588

[startup+6.303 s]
/proc/loadavg: 2.33 2.25 2.10 3/85 20556
/proc/meminfo: memFree=1384552/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=819396 CPUtime=6.66
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 55099 0 1 0 640 26 0 0 18 0 12 0 1551028824 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 204849 45686 1387 9 0 202211 0
[pid=20544/tid=20546] ppid=20542 vsize=819396 CPUtime=3.72
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17308 0 1 0 361 11 0 0 25 0 12 0 1551028825 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=819396 CPUtime=0.71
/proc/20544/task/20547/stat : 20547 (java) R 20542 20544 19582 0 -1 64 15511 0 0 0 66 5 0 0 17 0 12 0 1551028826 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 104136981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=819396 CPUtime=0.74
/proc/20544/task/20548/stat : 20548 (java) R 20542 20544 19582 0 -1 64 14958 0 0 0 68 6 0 0 17 0 12 0 1551028826 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 106158805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=819396 CPUtime=0
/proc/20544/task/20549/stat : 20549 (java) S 20542 20544 19582 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1551028828 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=819396 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20551] ppid=20542 vsize=819396 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20552] ppid=20542 vsize=819396 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=819396 CPUtime=0.65
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1358 0 0 0 65 0 0 0 16 0 12 0 1551028832 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20554] ppid=20542 vsize=819396 CPUtime=0.79
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5173 0 0 0 78 1 0 0 16 0 12 0 1551028832 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20555] ppid=20542 vsize=819396 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=819396 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 839061504 45686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 819396

[startup+12.703 s]
/proc/loadavg: 2.28 2.24 2.10 3/85 20556
/proc/meminfo: memFree=1335976/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=818636 CPUtime=13.05
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 68713 0 1 0 1273 32 0 0 18 0 12 0 1551028824 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 204659 59089 1387 9 0 202021 0
[pid=20544/tid=20546] ppid=20542 vsize=818636 CPUtime=9.78
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17329 0 1 0 967 11 0 0 25 0 12 0 1551028825 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4109799257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=818636 CPUtime=0.86
/proc/20544/task/20547/stat : 20547 (java) S 20542 20544 19582 0 -1 64 23007 0 0 0 78 8 0 0 16 0 12 0 1551028826 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=818636 CPUtime=0.89
/proc/20544/task/20548/stat : 20548 (java) S 20542 20544 19582 0 -1 64 21055 0 0 0 81 8 0 0 16 0 12 0 1551028826 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20549/stat : 20549 (java) S 20542 20544 19582 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1551028828 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20551] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20552] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=818636 CPUtime=0.66
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1358 0 0 0 66 0 0 0 17 0 12 0 1551028832 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20554] ppid=20542 vsize=818636 CPUtime=0.79
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5173 0 0 0 78 1 0 0 16 0 12 0 1551028832 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20555] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 838283264 59089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 818636

[startup+25.5023 s]
/proc/loadavg: 2.24 2.23 2.10 3/85 20556
/proc/meminfo: memFree=1251496/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=818636 CPUtime=25.84
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 88670 0 1 0 2544 40 0 0 18 0 12 0 1551028824 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 204659 79019 1387 9 0 202021 0
[pid=20544/tid=20546] ppid=20542 vsize=818636 CPUtime=22.14
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17356 0 1 0 2203 11 0 0 25 0 12 0 1551028825 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4109683402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=818636 CPUtime=1.05
/proc/20544/task/20547/stat : 20547 (java) S 20542 20544 19582 0 -1 64 31932 0 0 0 94 11 0 0 16 0 12 0 1551028826 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=818636 CPUtime=1.09
/proc/20544/task/20548/stat : 20548 (java) S 20542 20544 19582 0 -1 64 32060 0 0 0 97 12 0 0 15 0 12 0 1551028826 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=818636 CPUtime=0.01
/proc/20544/task/20549/stat : 20549 (java) S 20542 20544 19582 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1551028828 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20551] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20552] ppid=20542 vsize=818636 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 838283264 79019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20544/tid=20555] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269
Current children cumulated vsize (KiB) 821144

[startup+271.903 s]
/proc/loadavg: 2.60 2.29 2.13 4/85 20556
/proc/meminfo: memFree=866344/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=819144 CPUtime=272.2
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 331141 0 1 0 27078 142 0 0 18 0 12 0 1551028824 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 204786 174332 1390 9 0 202148 0
[pid=20544/tid=20546] ppid=20542 vsize=819144 CPUtime=212
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17794 0 1 0 21187 13 0 0 25 0 12 0 1551028825 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=819144 CPUtime=3.98
/proc/20544/task/20547/stat : 20547 (java) S 20542 20544 19582 0 -1 64 79736 0 0 0 368 30 0 0 15 0 12 0 1551028826 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=819144 CPUtime=4
/proc/20544/task/20548/stat : 20548 (java) S 20542 20544 19582 0 -1 64 80089 0 0 0 369 31 0 0 16 0 12 0 1551028826 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=819144 CPUtime=50.64
/proc/20544/task/20549/stat : 20549 (java) R 20542 20544 19582 0 -1 64 146230 0 0 0 5001 63 0 0 16 0 12 0 1551028828 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 105677267 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=819144 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20551] ppid=20542 vsize=819144 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20552] ppid=20542 vsize=819144 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=819144 CPUtime=0.7
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1358 0 0 0 70 0 0 0 17 0 12 0 1551028832 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20554] ppid=20542 vsize=819144 CPUtime=0.82
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5173 0 0 0 81 1 0 0 17 0 12 0 1551028832 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20555] ppid=20542 vsize=819144 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=819144 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 838803456 174332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 272.2
Current children cumulated vsize (KiB) 819144

[startup+275.102 s]
/proc/loadavg: 2.60 2.29 2.13 4/85 20556
/proc/meminfo: memFree=866344/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=821144 CPUtime=275.39
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 341160 0 1 0 27393 146 0 0 18 0 12 0 1551028824 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 205286 174832 1390 9 0 202648 0
[pid=20544/tid=20546] ppid=20542 vsize=821144 CPUtime=212.2
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17800 0 1 0 21207 13 0 0 25 0 12 0 1551028825 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=821144 CPUtime=3.98
/proc/20544/task/20547/stat : 20547 (java) S 20542 20544 19582 0 -1 64 79736 0 0 0 368 30 0 0 15 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=821144 CPUtime=4
/proc/20544/task/20548/stat : 20548 (java) S 20542 20544 19582 0 -1 64 80089 0 0 0 369 31 0 0 16 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=821144 CPUtime=53.63
/proc/20544/task/20549/stat : 20549 (java) R 20542 20544 19582 0 -1 64 156243 0 0 0 5296 67 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 104126404 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20551] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20552] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=821144 CPUtime=0.7
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1358 0 0 0 70 0 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20554] ppid=20542 vsize=821144 CPUtime=0.82
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5173 0 0 0 81 1 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20555] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 275.39
Current children cumulated vsize (KiB) 821144

[startup+275.902 s]
/proc/loadavg: 2.60 2.29 2.13 4/85 20556
/proc/meminfo: memFree=866344/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=821144 CPUtime=276.2
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 342663 0 1 0 27473 147 0 0 18 0 12 0 1551028824 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 205286 174832 1390 9 0 202648 0
[pid=20544/tid=20546] ppid=20542 vsize=821144 CPUtime=212.23
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17801 0 1 0 21210 13 0 0 25 0 12 0 1551028825 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=821144 CPUtime=3.98
/proc/20544/task/20547/stat : 20547 (java) S 20542 20544 19582 0 -1 64 79736 0 0 0 368 30 0 0 15 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=821144 CPUtime=4
/proc/20544/task/20548/stat : 20548 (java) S 20542 20544 19582 0 -1 64 80089 0 0 0 369 31 0 0 16 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=821144 CPUtime=54.41
/proc/20544/task/20549/stat : 20549 (java) R 20542 20544 19582 0 -1 64 157745 0 0 0 5373 68 0 0 17 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 105852561 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20551] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20552] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=821144 CPUtime=0.7
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1358 0 0 0 70 0 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20554] ppid=20542 vsize=821144 CPUtime=0.82
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5173 0 0 0 81 1 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20555] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.2
Current children cumulated vsize (KiB) 821144

[startup+276.303 s]
/proc/loadavg: 2.60 2.29 2.13 3/85 20556
/proc/meminfo: memFree=870312/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=821144 CPUtime=276.6
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 344167 0 1 0 27512 148 0 0 18 0 12 0 1551028824 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 205286 174832 1390 9 0 202648 0
[pid=20544/tid=20546] ppid=20542 vsize=821144 CPUtime=212.27
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17803 0 1 0 21214 13 0 0 25 0 12 0 1551028825 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=821144 CPUtime=3.98
/proc/20544/task/20547/stat : 20547 (java) S 20542 20544 19582 0 -1 64 79736 0 0 0 368 30 0 0 15 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=821144 CPUtime=4
/proc/20544/task/20548/stat : 20548 (java) S 20542 20544 19582 0 -1 64 80089 0 0 0 369 31 0 0 16 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=821144 CPUtime=54.76
/proc/20544/task/20549/stat : 20549 (java) R 20542 20544 19582 0 -1 64 159247 0 0 0 5408 68 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 106122240 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20551] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20552] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=821144 CPUtime=0.7
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1358 0 0 0 70 0 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20554] ppid=20542 vsize=821144 CPUtime=0.82
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5173 0 0 0 81 1 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20555] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.6
Current children cumulated vsize (KiB) 821144

[startup+276.502 s]
/proc/loadavg: 2.60 2.29 2.13 3/85 20556
/proc/meminfo: memFree=870312/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=821144 CPUtime=276.8
/proc/20544/stat : 20544 (java) S 20542 20544 19582 0 -1 0 344167 0 1 0 27532 148 0 0 18 0 12 0 1551028824 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20544/statm: 205286 174832 1390 9 0 202648 0
[pid=20544/tid=20546] ppid=20542 vsize=821144 CPUtime=212.27
/proc/20544/task/20546/stat : 20546 (java) R 20542 20544 19582 0 -1 64 17803 0 1 0 21214 13 0 0 25 0 12 0 1551028825 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20547] ppid=20542 vsize=821144 CPUtime=3.98
/proc/20544/task/20547/stat : 20547 (java) S 20542 20544 19582 0 -1 64 79736 0 0 0 368 30 0 0 15 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20548] ppid=20542 vsize=821144 CPUtime=4
/proc/20544/task/20548/stat : 20548 (java) S 20542 20544 19582 0 -1 64 80089 0 0 0 369 31 0 0 16 0 12 0 1551028826 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20549] ppid=20542 vsize=821144 CPUtime=54.95
/proc/20544/task/20549/stat : 20549 (java) R 20542 20544 19582 0 -1 64 159247 0 0 0 5427 68 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 105678356 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20550] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20550/stat : 20550 (java) S 20542 20544 19582 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20551] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20551/stat : 20551 (java) S 20542 20544 19582 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1551028828 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20552] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20552/stat : 20552 (java) S 20542 20544 19582 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20553] ppid=20542 vsize=821144 CPUtime=0.7
/proc/20544/task/20553/stat : 20553 (java) S 20542 20544 19582 0 -1 64 1358 0 0 0 70 0 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20554] ppid=20542 vsize=821144 CPUtime=0.82
/proc/20544/task/20554/stat : 20554 (java) S 20542 20544 19582 0 -1 64 5173 0 0 0 81 1 0 0 17 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20544/tid=20555] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20555/stat : 20555 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20544/tid=20556] ppid=20542 vsize=821144 CPUtime=0
/proc/20544/task/20556/stat : 20556 (java) S 20542 20544 19582 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551028832 840851456 174832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 276.8
Current children cumulated vsize (KiB) 821144

[startup+276.602 s]
/proc/loadavg: 2.60 2.29 2.13 3/85 20556
/proc/meminfo: memFree=870312/2055920 swapFree=4180436/4192956
[pid=20544] ppid=20542 vsize=0 CPUtime=276.85
/proc/20544/stat : 20544 (java) Z 20542 20544 19582 0 -1 12 344179 0 1 0 27535 150 0 0 16 0 2 0 1551028824 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20544/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 276.85
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 276.69
CPU time (s): 276.949
CPU user time (s): 275.356
CPU system time (s): 1.59276
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 823148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.356
system time used= 1.59276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344179
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= 12201
involuntary context switches= 6669

runsolver used 0.331949 second user time and 0.731888 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 01:19:30
IDJOB=1080871
IDBENCH=57038
IDSOLVER=344
FILE ID=node13/1080871-1215213570
PBS_JOBID= 7881759
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9ba2c05d75416be79db8f8c7771688d8
RANDOM SEED=1643440723

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:       1563112 kB
Buffers:         57340 kB
Cached:         362672 kB
SwapCached:       6892 kB
Active:         162712 kB
Inactive:       271516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1563112 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          20704 kB
Slab:            43820 kB
Committed_AS:  3098856 kB
PageTables:       1880 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= 66524 MiB
End job on node13 at 2008-07-05 01:24:07