Trace number 1095013

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? 419.923 420.5

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-0.xml
MD5SUM973dbc41041e1781c07a539cb8e93a5d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.01084
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1095013-1215280469/watcher-1095013-1215280469 -o /tmp/evaluation-result-1095013-1215280469/solver-1095013-1215280469 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1095013-1215280469.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.08 2.03 2.01 4/72 30315
/proc/meminfo: memFree=1709944/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=152 CPUtime=0
/proc/30315/stat : 30315 (java) R 30313 30315 26664 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1557721980 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 9695531 0 0 4096 0 0 0 0 17 0 0 0
/proc/30315/statm: 38 26 19 9 0 4 0

[startup+0.091265 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 30315
/proc/meminfo: memFree=1709944/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=804612 CPUtime=0.08
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 2993 0 1 0 6 2 0 0 18 0 12 0 1557721980 823922688 2726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101266 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 30315
/proc/meminfo: memFree=1709944/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=804756 CPUtime=0.08
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 3160 0 1 0 6 2 0 0 18 0 12 0 1557721980 824070144 2891 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 201189 2891 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301285 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 30315
/proc/meminfo: memFree=1709944/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=808152 CPUtime=0.27
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 4984 0 1 0 24 3 0 0 18 0 12 0 1557721980 827547648 4326 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 202038 4326 1308 9 0 199407 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808152

[startup+0.701326 s]
/proc/loadavg: 2.08 2.03 2.01 4/72 30315
/proc/meminfo: memFree=1709944/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=808180 CPUtime=0.66
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 6219 0 1 0 61 5 0 0 18 0 12 0 1557721980 827576320 5509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 202045 5509 1335 9 0 199407 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808180

[startup+1.50241 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 30327
/proc/meminfo: memFree=1690136/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=808180 CPUtime=1.46
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 11621 0 1 0 138 8 0 0 18 0 12 0 1557721980 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 202045 9670 1351 9 0 199407 0
[pid=30315/tid=30317] ppid=30313 vsize=808180 CPUtime=0.73
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 7958 0 1 0 67 6 0 0 25 0 12 0 1557721981 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1557721982 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1557721982 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30320/stat : 30320 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1557721983 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1557721984 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1557721984 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=808180 CPUtime=0.34
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1169 0 0 0 34 0 0 0 16 0 12 0 1557721988 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=808180 CPUtime=0.35
/proc/30315/task/30325/stat : 30325 (java) R 30313 30315 26664 0 -1 64 1733 0 0 0 35 0 0 0 16 0 12 0 1557721988 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 106711880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=808180 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 827576320 9670 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 808180

[startup+3.10256 s]
/proc/loadavg: 2.08 2.03 2.01 4/84 30327
/proc/meminfo: memFree=1666968/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=816312 CPUtime=3.06
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 27286 0 1 0 291 15 0 0 18 0 12 0 1557721980 835903488 22902 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 204078 22904 1386 9 0 201440 0
[pid=30315/tid=30317] ppid=30313 vsize=816312 CPUtime=1.44
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17301 0 1 0 134 10 0 0 25 0 12 0 1557721981 835903488 22905 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=816312 CPUtime=0.01
/proc/30315/task/30318/stat : 30318 (java) R 30313 30315 26664 0 -1 64 829 0 0 0 1 0 0 0 17 0 12 0 1557721982 835903488 22907 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=816312 CPUtime=0.02
/proc/30315/task/30319/stat : 30319 (java) R 30313 30315 26664 0 -1 64 1109 0 0 0 2 0 0 0 17 0 12 0 1557721982 835903488 22908 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=816312 CPUtime=0
/proc/30315/task/30320/stat : 30320 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1557721983 835903488 22910 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=816312 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1557721984 835903488 22912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=816312 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1557721984 835903488 22914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=816312 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 835903488 22915 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=816312 CPUtime=0.44
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1215 0 0 0 44 0 0 0 16 0 12 0 1557721988 835903488 22917 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=816312 CPUtime=1.1
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6078 0 0 0 108 2 0 0 16 0 12 0 1557721988 835903488 22919 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=816312 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 835903488 22921 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=816312 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 835903488 22922 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 816312

[startup+6.30289 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 30327
/proc/meminfo: memFree=1604696/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=6.26
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 32322 0 1 0 609 17 0 0 18 0 12 0 1557721980 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 27476 1389 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=4.27
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17311 0 1 0 416 11 0 0 25 0 12 0 1557721981 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4109917584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=0.14
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 3862 0 0 0 13 1 0 0 16 0 12 0 1557721982 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=0.13
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 3057 0 0 0 12 1 0 0 16 0 12 0 1557721982 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30320/stat : 30320 (java) S 30313 30315 26664 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1557721983 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=815100 CPUtime=0.51
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1219 0 0 0 51 0 0 0 16 0 12 0 1557721988 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=815100 CPUtime=1.17
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6082 0 0 0 115 2 0 0 17 0 12 0 1557721988 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 27476 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 815100

[startup+12.7025 s]
/proc/loadavg: 2.15 2.05 2.01 3/84 30327
/proc/meminfo: memFree=1584088/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=12.65
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 37834 0 1 0 1246 19 0 0 18 0 12 0 1557721980 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 32973 1389 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=10.41
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17325 0 1 0 1030 11 0 0 25 0 12 0 1557721981 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4109819888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=0.22
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 6958 0 0 0 20 2 0 0 16 0 12 0 1557721982 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=0.22
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 5452 0 0 0 20 2 0 0 16 0 12 0 1557721982 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30320/stat : 30320 (java) S 30313 30315 26664 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1557721983 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=815100 CPUtime=0.56
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1222 0 0 0 55 1 0 0 16 0 12 0 1557721988 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=815100 CPUtime=1.21
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6086 0 0 0 119 2 0 0 16 0 12 0 1557721988 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 32973 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 815100

[startup+25.5018 s]
/proc/loadavg: 2.11 2.05 2.01 3/84 30327
/proc/meminfo: memFree=1556312/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=25.45
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 44635 0 1 0 2522 23 0 0 18 0 12 0 1557721980 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 39752 1389 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=23.04
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17347 0 1 0 2293 11 0 0 25 0 12 0 1557721981 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4109318646 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=0.29
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 10408 0 0 0 26 3 0 0 15 0 12 0 1557721982 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=0.28
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 8781 0 0 0 25 3 0 0 16 0 12 0 1557721982 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30320/stat : 30320 (java) S 30313 30315 26664 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1557721983 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 39752 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 408.94
Current children cumulated vsize (KiB) 815100

[startup+415.903 s]
/proc/loadavg: 2.58 2.20 2.06 4/84 30333
/proc/meminfo: memFree=1017304/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=415.33
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 181910 0 1 0 41453 80 0 0 18 0 12 0 1557721980 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 173453 1395 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=327.24
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17849 0 1 0 32710 14 0 0 25 0 12 0 1557721981 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=3.81
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 74708 0 0 0 355 26 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=4.05
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 77965 0 0 0 376 29 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=77.85
/proc/30315/task/30320/stat : 30320 (java) R 30313 30315 26664 0 -1 64 3303 0 0 0 7780 5 0 0 16 0 12 0 1557721983 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=815100 CPUtime=0.91
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1233 0 0 0 90 1 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=815100 CPUtime=1.42
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6092 0 0 0 140 2 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 415.33
Current children cumulated vsize (KiB) 815100

[startup+417.502 s]
/proc/loadavg: 2.58 2.20 2.06 4/84 30333
/proc/meminfo: memFree=1017304/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=416.93
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 181912 0 1 0 41613 80 0 0 18 0 12 0 1557721980 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 173453 1395 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=327.38
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17851 0 1 0 32724 14 0 0 25 0 12 0 1557721981 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=3.81
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 74708 0 0 0 355 26 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=4.05
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 77965 0 0 0 376 29 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=79.31
/proc/30315/task/30320/stat : 30320 (java) R 30313 30315 26664 0 -1 64 3303 0 0 0 7926 5 0 0 16 0 12 0 1557721983 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=815100 CPUtime=0.91
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1233 0 0 0 90 1 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=815100 CPUtime=1.42
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6092 0 0 0 140 2 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 416.93
Current children cumulated vsize (KiB) 815100

[startup+419.106 s]
/proc/loadavg: 2.61 2.21 2.06 4/84 30333
/proc/meminfo: memFree=1017304/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=418.53
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 181913 0 1 0 41773 80 0 0 18 0 12 0 1557721980 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 173453 1395 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=327.46
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17852 0 1 0 32732 14 0 0 24 0 12 0 1557721981 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=3.81
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 74708 0 0 0 355 26 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=4.05
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 77965 0 0 0 376 29 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=80.83
/proc/30315/task/30320/stat : 30320 (java) R 30313 30315 26664 0 -1 64 3303 0 0 0 8078 5 0 0 16 0 12 0 1557721983 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=815100 CPUtime=0.91
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1233 0 0 0 90 1 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=815100 CPUtime=1.42
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6092 0 0 0 140 2 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 418.53
Current children cumulated vsize (KiB) 815100

[startup+419.901 s]
/proc/loadavg: 2.61 2.21 2.06 4/84 30333
/proc/meminfo: memFree=1017304/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=419.33
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 181915 0 1 0 41853 80 0 0 18 0 12 0 1557721980 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 173453 1395 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=327.52
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17854 0 1 0 32738 14 0 0 25 0 12 0 1557721981 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=3.81
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 74708 0 0 0 355 26 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=4.05
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 77965 0 0 0 376 29 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=81.57
/proc/30315/task/30320/stat : 30320 (java) R 30313 30315 26664 0 -1 64 3303 0 0 0 8152 5 0 0 16 0 12 0 1557721983 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=815100 CPUtime=0.91
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1233 0 0 0 90 1 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=815100 CPUtime=1.42
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6092 0 0 0 140 2 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 419.33
Current children cumulated vsize (KiB) 815100

[startup+420.301 s]
/proc/loadavg: 2.61 2.21 2.06 4/84 30333
/proc/meminfo: memFree=1017304/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=815100 CPUtime=419.72
/proc/30315/stat : 30315 (java) S 30313 30315 26664 0 -1 0 181915 0 1 0 41892 80 0 0 18 0 12 0 1557721980 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 203775 173453 1395 9 0 201137 0
[pid=30315/tid=30317] ppid=30313 vsize=815100 CPUtime=327.52
/proc/30315/task/30317/stat : 30317 (java) R 30313 30315 26664 0 -1 64 17854 0 1 0 32738 14 0 0 25 0 12 0 1557721981 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30318] ppid=30313 vsize=815100 CPUtime=3.81
/proc/30315/task/30318/stat : 30318 (java) S 30313 30315 26664 0 -1 64 74708 0 0 0 355 26 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30319] ppid=30313 vsize=815100 CPUtime=4.05
/proc/30315/task/30319/stat : 30319 (java) S 30313 30315 26664 0 -1 64 77965 0 0 0 376 29 0 0 16 0 12 0 1557721982 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30320] ppid=30313 vsize=815100 CPUtime=81.96
/proc/30315/task/30320/stat : 30320 (java) R 30313 30315 26664 0 -1 64 3303 0 0 0 8191 5 0 0 16 0 12 0 1557721983 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30321] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30321/stat : 30321 (java) S 30313 30315 26664 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30322] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30322/stat : 30322 (java) S 30313 30315 26664 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1557721984 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30323] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30323/stat : 30323 (java) S 30313 30315 26664 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30324] ppid=30313 vsize=815100 CPUtime=0.91
/proc/30315/task/30324/stat : 30324 (java) S 30313 30315 26664 0 -1 64 1233 0 0 0 90 1 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30325] ppid=30313 vsize=815100 CPUtime=1.42
/proc/30315/task/30325/stat : 30325 (java) S 30313 30315 26664 0 -1 64 6092 0 0 0 140 2 0 0 17 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30326] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30326/stat : 30326 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30315/tid=30327] ppid=30313 vsize=815100 CPUtime=0
/proc/30315/task/30327/stat : 30327 (java) S 30313 30315 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1557721988 834662400 173453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 419.72
Current children cumulated vsize (KiB) 815100

[startup+420.401 s]
/proc/loadavg: 2.61 2.21 2.06 4/84 30333
/proc/meminfo: memFree=1017304/2055920 swapFree=4122904/4192956
[pid=30315] ppid=30313 vsize=0 CPUtime=419.82
/proc/30315/stat : 30315 (java) Z 30313 30315 26664 0 -1 12 181927 0 1 0 41901 81 0 0 16 0 2 0 1557721980 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30315/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 419.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 420.5
CPU time (s): 419.923
CPU user time (s): 419.013
CPU system time (s): 0.909861
CPU usage (%): 99.8628
Max. virtual memory (cumulated for all children) (KiB): 819104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.013
system time used= 0.909861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181927
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= 15768
involuntary context switches= 9072

runsolver used 0.514921 second user time and 1.41578 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-05 19:54:29
IDJOB=1095013
IDBENCH=58864
IDSOLVER=344
FILE ID=node12/1095013-1215280469
PBS_JOBID= 7882104
Free space on /tmp= 66360 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 973dbc41041e1781c07a539cb8e93a5d
RANDOM SEED=1666231317

node12.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.236
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.236
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:       1710424 kB
Buffers:         45140 kB
Cached:         120644 kB
SwapCached:      64124 kB
Active:         169544 kB
Inactive:       118788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710424 kB
SwapTotal:     4192956 kB
SwapFree:      4122904 kB
Dirty:            3220 kB
Writeback:           0 kB
Mapped:         130032 kB
Slab:            42284 kB
Committed_AS:  3108540 kB
PageTables:       1968 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= 66360 MiB
End job on node12 at 2008-07-05 20:01:30