Trace number 1086064

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? 393.935 395.517

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-10.xml
MD5SUMfed84ca019c3c42e3620b2e79df41b5a
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 benchmark29.8915
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1086064-1215237189/watcher-1086064-1215237189 -o /tmp/evaluation-result-1086064-1215237189/solver-1086064-1215237189 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1086064-1215237189.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 4407
/proc/meminfo: memFree=1617000/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=13288 CPUtime=0
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 744 0 0 0 0 0 0 0 18 0 2 0 1553395163 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 3322 538 219 9 0 1232 0
[pid=4407/tid=4408] ppid=4405 vsize=13288 CPUtime=0
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1553395164 13606912 538 996147200 134512640 134550740 4294956016 18446744073709551615 9510872 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.043179 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 4407
/proc/meminfo: memFree=1617000/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=801432 CPUtime=0.02
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 2466 0 1 0 1 1 0 0 18 0 5 0 1553395163 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 200358 2204 936 9 0 197741 0
[pid=4407/tid=4408] ppid=4405 vsize=801432 CPUtime=0.01
/proc/4407/task/4408/stat : 4408 (java) S 4405 4407 3359 0 -1 64 1718 0 1 0 1 0 0 0 18 0 5 0 1553395164 820666368 2204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101529 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 4407
/proc/meminfo: memFree=1617000/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=804612 CPUtime=0.08
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 2983 0 1 0 6 2 0 0 18 0 12 0 1553395163 823922688 2716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 201153 2716 1047 9 0 198522 0
[pid=4407/tid=4408] ppid=4405 vsize=804612 CPUtime=0.07
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 2204 0 1 0 6 1 0 0 21 0 12 0 1553395164 823922688 2716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301566 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 4407
/proc/meminfo: memFree=1617000/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=808244 CPUtime=0.28
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 4950 0 1 0 25 3 0 0 18 0 12 0 1553395163 827641856 4277 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 202061 4277 1299 9 0 199430 0
[pid=4407/tid=4408] ppid=4405 vsize=808244 CPUtime=0.18
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 2689 0 1 0 16 2 0 0 18 0 12 0 1553395164 827641856 4277 996147200 134512640 134550740 4294956016 18446744073709551615 104062156 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701644 s]
/proc/loadavg: 1.99 1.97 1.99 3/72 4407
/proc/meminfo: memFree=1617000/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=808272 CPUtime=0.68
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 6395 0 1 0 64 4 0 0 18 0 12 0 1553395163 827670528 5523 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 202068 5523 1335 9 0 199430 0
[pid=4407/tid=4408] ppid=4405 vsize=808272 CPUtime=0.41
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 3836 0 1 0 38 3 0 0 20 0 12 0 1553395164 827670528 5523 996147200 134512640 134550740 4294956016 18446744073709551615 4109174620 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.5028 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 4419
/proc/meminfo: memFree=1599496/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=808272 CPUtime=1.46
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 11014 0 1 0 140 6 0 0 18 0 12 0 1553395163 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 202068 9480 1343 9 0 199430 0
[pid=4407/tid=4408] ppid=4405 vsize=808272 CPUtime=0.8
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 7725 0 1 0 75 5 0 0 23 0 12 0 1553395164 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4410] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1553395165 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4411] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1553395165 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4412] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4412/stat : 4412 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1553395167 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4413] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1553395167 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4414] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1553395167 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4415] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=808272 CPUtime=0.29
/proc/4407/task/4416/stat : 4416 (java) R 4405 4407 3359 0 -1 64 1072 0 0 0 29 0 0 0 16 0 12 0 1553395172 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 106225378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4417] ppid=4405 vsize=808272 CPUtime=0.35
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 1451 0 0 0 35 0 0 0 16 0 12 0 1553395172 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4418] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=808272 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 827670528 9480 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808272

[startup+3.10211 s]
/proc/loadavg: 1.99 1.97 1.99 5/84 4419
/proc/meminfo: memFree=1507400/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=814680 CPUtime=3.51
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 51821 0 1 0 327 24 0 0 18 0 12 0 1553395163 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 203670 45970 1358 9 0 201032 0
[pid=4407/tid=4408] ppid=4405 vsize=814680 CPUtime=1.18
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17098 0 1 0 110 8 0 0 16 0 12 0 1553395164 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 106360653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4410] ppid=4405 vsize=814680 CPUtime=0.78
/proc/4407/task/4410/stat : 4410 (java) R 4405 4407 3359 0 -1 64 15964 0 0 0 72 6 0 0 22 0 12 0 1553395165 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4411] ppid=4405 vsize=814680 CPUtime=0.6
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 14818 0 0 0 53 7 0 0 19 0 12 0 1553395165 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4412] ppid=4405 vsize=814680 CPUtime=0
/proc/4407/task/4412/stat : 4412 (java) S 4405 4407 3359 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1553395167 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4413] ppid=4405 vsize=814680 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4414] ppid=4405 vsize=814680 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1553395167 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4415] ppid=4405 vsize=814680 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=814680 CPUtime=0.35
/proc/4407/task/4416/stat : 4416 (java) R 4405 4407 3359 0 -1 64 1077 0 0 0 35 0 0 0 16 0 12 0 1553395172 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 103700613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4417] ppid=4405 vsize=814680 CPUtime=0.54
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 2073 0 0 0 54 0 0 0 16 0 12 0 1553395172 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4418] ppid=4405 vsize=814680 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=814680 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 834232320 45970 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 814680

[startup+6.30272 s]
/proc/loadavg: 2.15 2.00 2.00 3/84 4419
/proc/meminfo: memFree=1410056/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=822268 CPUtime=6.97
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 62564 0 1 0 668 29 0 0 18 0 12 0 1553395163 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 205567 53210 1396 9 0 202929 0
[pid=4407/tid=4408] ppid=4405 vsize=822268 CPUtime=2.86
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17333 0 1 0 277 9 0 0 25 0 12 0 1553395164 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4109709961 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4410] ppid=4405 vsize=822268 CPUtime=1.14
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 18502 0 0 0 107 7 0 0 16 0 12 0 1553395165 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4411] ppid=4405 vsize=822268 CPUtime=0.99
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 18646 0 0 0 91 8 0 0 16 0 12 0 1553395165 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4412] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4412/stat : 4412 (java) S 4405 4407 3359 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1553395167 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4413] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4414] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553395167 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4415] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=822268 CPUtime=0.75
/proc/4407/task/4416/stat : 4416 (java) S 4405 4407 3359 0 -1 64 1683 0 0 0 75 0 0 0 16 0 12 0 1553395172 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4417] ppid=4405 vsize=822268 CPUtime=1.16
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 5606 0 0 0 114 2 0 0 16 0 12 0 1553395172 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4418] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 842002432 53210 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 822268

[startup+12.7029 s]
/proc/loadavg: 2.38 2.05 2.02 3/84 4419
/proc/meminfo: memFree=1388616/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=822268 CPUtime=13.32
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 67807 0 1 0 1301 31 0 0 18 0 12 0 1553395163 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 205567 58437 1396 9 0 202929 0
[pid=4407/tid=4408] ppid=4405 vsize=822268 CPUtime=8.48
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17349 0 1 0 839 9 0 0 18 0 12 0 1553395164 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4109742002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4410] ppid=4405 vsize=822268 CPUtime=1.44
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 21725 0 0 0 136 8 0 0 16 0 12 0 1553395165 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4411] ppid=4405 vsize=822268 CPUtime=1.29
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 20641 0 0 0 121 8 0 0 16 0 12 0 1553395165 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4412] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4412/stat : 4412 (java) S 4405 4407 3359 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 1553395167 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4413] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4414] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553395167 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4415] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=822268 CPUtime=0.84
/proc/4407/task/4416/stat : 4416 (java) S 4405 4407 3359 0 -1 64 1690 0 0 0 84 0 0 0 16 0 12 0 1553395172 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4417] ppid=4405 vsize=822268 CPUtime=1.19
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 5608 0 0 0 117 2 0 0 16 0 12 0 1553395172 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4418] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 842002432 58437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 822268

[startup+25.5014 s]
/proc/loadavg: 2.32 2.05 2.02 3/84 4419
/proc/meminfo: memFree=1365896/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=822268 CPUtime=26.04
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 73302 0 1 0 2571 33 0 0 18 0 12 0 1553395163 842002432 63906 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 205567 63906 1397 9 0 202929 0
[pid=4407/tid=4408] ppid=4405 vsize=822268 CPUtime=20.57
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17376 0 1 0 2048 9 0 0 25 0 12 0 1553395164 842002432 63906 996147200 134512640 134550740 4294956016 18446744073709551615 4109789632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4410] ppid=4405 vsize=822268 CPUtime=1.64
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 24138 0 0 0 155 9 0 0 16 0 12 0 1553395165 842002432 63906 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4407/tid=4418] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 369.55
Current children cumulated vsize (KiB) 830272

[startup+383.907 s]
/proc/loadavg: 2.74 2.27 2.09 4/84 4419
/proc/meminfo: memFree=914704/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=830272 CPUtime=382.35
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 419711 0 1 0 38056 179 0 0 18 0 12 0 1553395163 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 207568 177257 1402 9 0 204930 0
[pid=4407/tid=4408] ppid=4405 vsize=830272 CPUtime=302.91
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17774 0 1 0 30279 12 0 0 25 0 12 0 1553395164 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4410] ppid=4405 vsize=830272 CPUtime=5.99
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 79414 0 0 0 569 30 0 0 16 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4411] ppid=4405 vsize=830272 CPUtime=5.7
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 81054 0 0 0 538 32 0 0 15 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4412] ppid=4405 vsize=830272 CPUtime=65.27
/proc/4407/task/4412/stat : 4412 (java) R 4405 4407 3359 0 -1 64 233398 0 0 0 6427 100 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4413] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4414] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4415] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=830272 CPUtime=0.99
/proc/4407/task/4416/stat : 4416 (java) S 4405 4407 3359 0 -1 64 1692 0 0 0 99 0 0 0 16 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4417] ppid=4405 vsize=830272 CPUtime=1.43
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 5616 0 0 0 141 2 0 0 17 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4418] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 382.35
Current children cumulated vsize (KiB) 830272

[startup+390.302 s]
/proc/loadavg: 2.68 2.27 2.09 4/84 4419
/proc/meminfo: memFree=910736/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=822268 CPUtime=388.74
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 433727 0 1 0 38688 186 0 0 18 0 12 0 1553395163 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 205567 175256 1402 9 0 202929 0
[pid=4407/tid=4408] ppid=4405 vsize=822268 CPUtime=303.35
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17778 0 1 0 30323 12 0 0 25 0 12 0 1553395164 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4109769388 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4410] ppid=4405 vsize=822268 CPUtime=5.99
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 79414 0 0 0 569 30 0 0 16 0 12 0 1553395165 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4411] ppid=4405 vsize=822268 CPUtime=5.7
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 81054 0 0 0 538 32 0 0 15 0 12 0 1553395165 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4412] ppid=4405 vsize=822268 CPUtime=71.22
/proc/4407/task/4412/stat : 4412 (java) S 4405 4407 3359 0 -1 64 247410 0 0 0 7015 107 0 0 17 0 12 0 1553395167 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4413] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4414] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553395167 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4415] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=822268 CPUtime=0.99
/proc/4407/task/4416/stat : 4416 (java) S 4405 4407 3359 0 -1 64 1692 0 0 0 99 0 0 0 16 0 12 0 1553395172 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4417] ppid=4405 vsize=822268 CPUtime=1.43
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 5616 0 0 0 141 2 0 0 17 0 12 0 1553395172 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4418] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=822268 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 842002432 175256 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 388.74
Current children cumulated vsize (KiB) 822268

[startup+393.502 s]
/proc/loadavg: 2.70 2.28 2.09 4/84 4419
/proc/meminfo: memFree=910736/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=830272 CPUtime=391.94
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 444239 0 1 0 39004 190 0 0 18 0 12 0 1553395163 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 207568 177257 1402 9 0 204930 0
[pid=4407/tid=4408] ppid=4405 vsize=830272 CPUtime=303.68
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17781 0 1 0 30356 12 0 0 25 0 12 0 1553395164 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4410] ppid=4405 vsize=830272 CPUtime=5.99
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 79414 0 0 0 569 30 0 0 16 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4411] ppid=4405 vsize=830272 CPUtime=5.7
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 81054 0 0 0 538 32 0 0 15 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4412] ppid=4405 vsize=830272 CPUtime=74.09
/proc/4407/task/4412/stat : 4412 (java) R 4405 4407 3359 0 -1 64 257919 0 0 0 7298 111 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 104136305 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4413] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4414] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4415] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=830272 CPUtime=0.99
/proc/4407/task/4416/stat : 4416 (java) S 4405 4407 3359 0 -1 64 1692 0 0 0 99 0 0 0 16 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4417] ppid=4405 vsize=830272 CPUtime=1.43
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 5616 0 0 0 141 2 0 0 17 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4418] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 391.94
Current children cumulated vsize (KiB) 830272

[startup+394.302 s]
/proc/loadavg: 2.70 2.28 2.09 4/84 4419
/proc/meminfo: memFree=910736/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=830272 CPUtime=392.74
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 447744 0 1 0 39082 192 0 0 18 0 12 0 1553395163 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 207568 177257 1402 9 0 204930 0
[pid=4407/tid=4408] ppid=4405 vsize=830272 CPUtime=303.78
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17783 0 1 0 30366 12 0 0 25 0 12 0 1553395164 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4410] ppid=4405 vsize=830272 CPUtime=5.99
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 79414 0 0 0 569 30 0 0 16 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4411] ppid=4405 vsize=830272 CPUtime=5.7
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 81054 0 0 0 538 32 0 0 15 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4412] ppid=4405 vsize=830272 CPUtime=74.79
/proc/4407/task/4412/stat : 4412 (java) R 4405 4407 3359 0 -1 64 261422 0 0 0 7366 113 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 103550473 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4413] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4414] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4415] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=830272 CPUtime=0.99
/proc/4407/task/4416/stat : 4416 (java) S 4405 4407 3359 0 -1 64 1692 0 0 0 99 0 0 0 16 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4417] ppid=4405 vsize=830272 CPUtime=1.43
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 5616 0 0 0 141 2 0 0 17 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4418] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 392.74
Current children cumulated vsize (KiB) 830272

[startup+395.102 s]
/proc/loadavg: 2.70 2.28 2.09 4/84 4419
/proc/meminfo: memFree=910736/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=830272 CPUtime=393.53
/proc/4407/stat : 4407 (java) S 4405 4407 3359 0 -1 0 447744 0 1 0 39161 192 0 0 18 0 12 0 1553395163 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4407/statm: 207568 177257 1402 9 0 204930 0
[pid=4407/tid=4408] ppid=4405 vsize=830272 CPUtime=303.78
/proc/4407/task/4408/stat : 4408 (java) R 4405 4407 3359 0 -1 64 17783 0 1 0 30366 12 0 0 25 0 12 0 1553395164 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4410] ppid=4405 vsize=830272 CPUtime=5.99
/proc/4407/task/4410/stat : 4410 (java) S 4405 4407 3359 0 -1 64 79414 0 0 0 569 30 0 0 16 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4411] ppid=4405 vsize=830272 CPUtime=5.7
/proc/4407/task/4411/stat : 4411 (java) S 4405 4407 3359 0 -1 64 81054 0 0 0 538 32 0 0 15 0 12 0 1553395165 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4412] ppid=4405 vsize=830272 CPUtime=75.58
/proc/4407/task/4412/stat : 4412 (java) R 4405 4407 3359 0 -1 64 261422 0 0 0 7445 113 0 0 17 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4413] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4413/stat : 4413 (java) S 4405 4407 3359 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4414] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4414/stat : 4414 (java) S 4405 4407 3359 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1553395167 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4415] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4415/stat : 4415 (java) S 4405 4407 3359 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4416] ppid=4405 vsize=830272 CPUtime=0.99
/proc/4407/task/4416/stat : 4416 (java) S 4405 4407 3359 0 -1 64 1692 0 0 0 99 0 0 0 16 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4417] ppid=4405 vsize=830272 CPUtime=1.43
/proc/4407/task/4417/stat : 4417 (java) S 4405 4407 3359 0 -1 64 5616 0 0 0 141 2 0 0 17 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4407/tid=4418] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4418/stat : 4418 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4407/tid=4419] ppid=4405 vsize=830272 CPUtime=0
/proc/4407/task/4419/stat : 4419 (java) S 4405 4407 3359 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1553395172 850198528 177257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 393.53
Current children cumulated vsize (KiB) 830272

[startup+395.501 s]
/proc/loadavg: 2.70 2.28 2.09 4/84 4419
/proc/meminfo: memFree=910736/2055920 swapFree=4114148/4192956
[pid=4407] ppid=4405 vsize=0 CPUtime=393.91
/proc/4407/stat : 4407 (java) Z 4405 4407 3359 0 -1 12 447756 0 1 0 39189 202 0 0 16 0 2 0 1553395163 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 393.91
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 395.517
CPU time (s): 393.935
CPU user time (s): 391.899
CPU system time (s): 2.03569
CPU usage (%): 99.6001
Max. virtual memory (cumulated for all children) (KiB): 850764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 391.899
system time used= 2.03569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447756
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= 14139
involuntary context switches= 15316

runsolver used 0.473927 second user time and 1.36479 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 07:53:09
IDJOB=1086064
IDBENCH=57755
IDSOLVER=344
FILE ID=node9/1086064-1215237189
PBS_JOBID= 7881852
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fed84ca019c3c42e3620b2e79df41b5a
RANDOM SEED=1949530511

node9.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.265
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	: 5931.00
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.265
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:       1617480 kB
Buffers:         46548 kB
Cached:         193456 kB
SwapCached:      73000 kB
Active:         302972 kB
Inactive:        80312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617480 kB
SwapTotal:     4192956 kB
SwapFree:      4114148 kB
Dirty:            4496 kB
Writeback:           0 kB
Mapped:         150324 kB
Slab:            40064 kB
Committed_AS:  3102868 kB
PageTables:       2100 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= 66540 MiB
End job on node9 at 2008-07-05 07:59:45