Trace number 1064398

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? 690.107 687.814

General information on the benchmark

Namecsp/tdsp/
normalized-C2-1-15.xml
MD5SUM40fd1462beb1882ea3b8d112ab0c1152
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.8329
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints350
Maximum constraint arity6
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension350
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1064398-1215141169/watcher-1064398-1215141169 -o /tmp/evaluation-result-1064398-1215141169/solver-1064398-1215141169 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064398-1215141169.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.92 1.98 2.03 3/72 18417
/proc/meminfo: memFree=1902040/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=18572 CPUtime=0
/proc/18417/stat : 18417 (runsolver) R 18415 18417 16533 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 419734279 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 224627584295 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18417/statm: 4643 292 257 25 0 2626 0

[startup+0.082583 s]
/proc/loadavg: 1.92 1.98 2.03 3/72 18417
/proc/meminfo: memFree=1902040/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=797516 CPUtime=0.01
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 1525 0 35 0 0 1 0 0 18 0 2 0 419734279 816656384 1301 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 199379 1313 397 9 0 197157 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797516

[startup+0.102582 s]
/proc/loadavg: 1.92 1.98 2.03 3/72 18417
/proc/meminfo: memFree=1902040/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=800744 CPUtime=0.03
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 2348 0 35 0 1 2 0 0 18 0 4 0 419734279 819961856 2120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 200186 2122 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.302611 s]
/proc/loadavg: 1.92 1.98 2.03 3/72 18417
/proc/meminfo: memFree=1902040/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=807800 CPUtime=0.19
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 4451 0 35 0 16 3 0 0 18 0 12 0 419734279 827187200 3814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 201950 3815 1295 9 0 199319 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 807800

[startup+0.702668 s]
/proc/loadavg: 1.92 1.98 2.03 3/72 18417
/proc/meminfo: memFree=1902040/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=807828 CPUtime=0.52
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 5787 0 35 0 45 7 0 0 18 0 12 0 419734279 827215872 5099 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 201957 5099 1322 9 0 199319 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 807828

[startup+1.50178 s]
/proc/loadavg: 1.92 1.98 2.03 3/84 18429
/proc/meminfo: memFree=1873976/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=816888 CPUtime=1.3
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 10634 0 35 0 120 10 0 0 18 0 12 0 419734279 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204222 8362 1349 9 0 201584 0
[pid=18417/tid=18419] ppid=18415 vsize=816888 CPUtime=0.69
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16533 0 -1 64 4773 0 1 0 63 6 0 0 22 0 12 0 419734286 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 419734287 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 419734287 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16533 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 419734290 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 419734291 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 419734291 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=816888 CPUtime=0.15
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 600 0 0 0 15 0 0 0 16 0 12 0 419734297 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=816888 CPUtime=0.42
/proc/18417/task/18427/stat : 18427 (java) R 18415 18417 16533 0 -1 64 4532 0 0 0 41 1 0 0 18 0 12 0 419734297 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 104091719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=816888 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 836493312 8362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 816888

[startup+3.10201 s]
/proc/loadavg: 1.92 1.98 2.03 3/84 18429
/proc/meminfo: memFree=1862008/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=816792 CPUtime=2.9
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 20984 0 35 0 275 15 0 0 18 0 12 0 419734279 836395008 16404 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204198 16405 1378 9 0 201560 0
[pid=18417/tid=18419] ppid=18415 vsize=816792 CPUtime=1.44
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16533 0 -1 64 12460 0 1 0 134 10 0 0 25 0 12 0 419734286 836395008 16405 996147200 134512640 134550740 4294956032 18446744073709551615 4109846261 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 419734287 836395008 16406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 419734287 836395008 16407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16533 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 419734290 836395008 16408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 419734291 836395008 16408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 419734291 836395008 16409 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 836395008 16410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=816792 CPUtime=0.5
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 50 0 0 0 16 0 12 0 419734297 836395008 16411 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=816792 CPUtime=0.92
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 90 2 0 0 16 0 12 0 419734297 836395008 16412 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 836395008 16412 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=816792 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 836395008 16413 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 816792

[startup+6.30246 s]
/proc/loadavg: 1.93 1.98 2.03 3/84 18429
/proc/meminfo: memFree=1805880/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=816224 CPUtime=6.09
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 28745 0 35 0 591 18 0 0 18 0 12 0 419734279 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204056 24017 1383 9 0 201418 0
[pid=18417/tid=18419] ppid=18415 vsize=816224 CPUtime=4.43
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16533 0 -1 64 17255 0 1 0 430 13 0 0 25 0 12 0 419734286 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4109847871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=816224 CPUtime=0.07
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 1670 0 0 0 7 0 0 0 16 0 12 0 419734287 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=816224 CPUtime=0.06
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 1158 0 0 0 6 0 0 0 16 0 12 0 419734287 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16533 0 -1 64 137 0 0 0 0 0 0 0 16 0 12 0 419734290 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 419734291 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 419734291 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=816224 CPUtime=0.54
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 54 0 0 0 16 0 12 0 419734297 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=816224 CPUtime=0.94
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 92 2 0 0 16 0 12 0 419734297 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 835813376 24017 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 816224

[startup+12.7024 s]
/proc/loadavg: 1.93 1.98 2.03 3/84 18429
/proc/meminfo: memFree=1779256/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=816224 CPUtime=12.5
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 34983 0 35 0 1229 21 0 0 18 0 12 0 419734279 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204056 30246 1383 9 0 201418 0
[pid=18417/tid=18419] ppid=18415 vsize=816224 CPUtime=10.46
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16533 0 -1 64 17264 0 1 0 1033 13 0 0 25 0 12 0 419734286 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4109849928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=816224 CPUtime=0.24
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 5066 0 0 0 22 2 0 0 16 0 12 0 419734287 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=816224 CPUtime=0.26
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 3964 0 0 0 25 1 0 0 16 0 12 0 419734287 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16533 0 -1 64 164 0 0 0 0 0 0 0 16 0 12 0 419734290 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 419734291 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 419734291 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=816224 CPUtime=0.54
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 54 0 0 0 16 0 12 0 419734297 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=816224 CPUtime=0.94
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 92 2 0 0 16 0 12 0 419734297 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 835813376 30246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 816224

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 2.03 5/84 18429
/proc/meminfo: memFree=1753656/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=816224 CPUtime=25.3
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 40712 0 35 0 2506 24 0 0 18 0 12 0 419734279 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204056 35958 1383 9 0 201418 0
[pid=18417/tid=18419] ppid=18415 vsize=816224 CPUtime=22.81
/proc/18417/task/18419/stat : 18419 (java) R 18415 18417 16533 0 -1 64 17281 0 1 0 2268 13 0 0 25 0 12 0 419734286 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4109756488 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=816224 CPUtime=0.47
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 8250 0 0 0 44 3 0 0 16 0 12 0 419734287 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=816224 CPUtime=0.47
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 6492 0 0 0 45 2 0 0 16 0 12 0 419734287 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16533 0 -1 64 164 0 0 0 0 0 0 0 15 0 12 0 419734290 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 419734291 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 419734291 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 835813376 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18417/tid=18428] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 680.61
Current children cumulated vsize (KiB) 818228

[startup+684.703 s]
/proc/loadavg: 2.10 2.24 2.16 3/84 18429
/proc/meminfo: memFree=1199096/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=816224 CPUtime=687.01
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 219636 0 35 0 68597 104 0 0 18 0 12 0 419734279 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204056 173638 1387 9 0 201418 0
[pid=18417/tid=18419] ppid=18415 vsize=816224 CPUtime=438.92
/proc/18417/task/18419/stat : 18419 (java) S 18415 18417 16533 0 -1 64 17888 0 1 0 43877 15 0 0 18 0 12 0 419734286 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=816224 CPUtime=28.36
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 81068 0 0 0 2806 30 0 0 16 0 12 0 419734287 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=816224 CPUtime=26.52
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 72060 0 0 0 2624 28 0 0 15 0 12 0 419734287 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=816224 CPUtime=191.64
/proc/18417/task/18422/stat : 18422 (java) R 18415 18417 16533 0 -1 64 40095 0 0 0 19141 23 0 0 25 0 12 0 419734290 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 419734291 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 419734291 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=816224 CPUtime=0.55
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 55 0 0 0 17 0 12 0 419734297 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=816224 CPUtime=0.94
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 92 2 0 0 16 0 12 0 419734297 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=816224 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 835813376 173638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 687.01
Current children cumulated vsize (KiB) 816224

[startup+686.302 s]
/proc/loadavg: 2.09 2.24 2.16 3/84 18429
/proc/meminfo: memFree=1199096/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=818228 CPUtime=688.62
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 220137 0 35 0 68758 104 0 0 18 0 12 0 419734279 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204557 174139 1387 9 0 201919 0
[pid=18417/tid=18419] ppid=18415 vsize=818228 CPUtime=438.92
/proc/18417/task/18419/stat : 18419 (java) S 18415 18417 16533 0 -1 64 17888 0 1 0 43877 15 0 0 18 0 12 0 419734286 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=818228 CPUtime=28.36
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 81068 0 0 0 2806 30 0 0 16 0 12 0 419734287 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=818228 CPUtime=26.52
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 72060 0 0 0 2624 28 0 0 15 0 12 0 419734287 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=818228 CPUtime=193.25
/proc/18417/task/18422/stat : 18422 (java) R 18415 18417 16533 0 -1 64 40596 0 0 0 19302 23 0 0 25 0 12 0 419734290 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 419734291 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 419734291 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=818228 CPUtime=0.55
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 55 0 0 0 17 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=818228 CPUtime=0.94
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 92 2 0 0 16 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) R 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 688.62
Current children cumulated vsize (KiB) 818228

[startup+687.102 s]
/proc/loadavg: 2.09 2.24 2.16 3/84 18429
/proc/meminfo: memFree=1199096/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=818228 CPUtime=689.41
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 220137 0 35 0 68837 104 0 0 18 0 12 0 419734279 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204557 174139 1387 9 0 201919 0
[pid=18417/tid=18419] ppid=18415 vsize=818228 CPUtime=438.92
/proc/18417/task/18419/stat : 18419 (java) S 18415 18417 16533 0 -1 64 17888 0 1 0 43877 15 0 0 18 0 12 0 419734286 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=818228 CPUtime=28.36
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 81068 0 0 0 2806 30 0 0 16 0 12 0 419734287 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=818228 CPUtime=26.52
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 72060 0 0 0 2624 28 0 0 15 0 12 0 419734287 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=818228 CPUtime=194.04
/proc/18417/task/18422/stat : 18422 (java) R 18415 18417 16533 0 -1 64 40596 0 0 0 19381 23 0 0 25 0 12 0 419734290 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 419734291 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 419734291 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=818228 CPUtime=0.55
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 55 0 0 0 17 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=818228 CPUtime=0.94
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 92 2 0 0 16 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 689.41
Current children cumulated vsize (KiB) 818228

[startup+687.508 s]
/proc/loadavg: 2.09 2.24 2.16 3/84 18429
/proc/meminfo: memFree=1199096/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=818228 CPUtime=689.82
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 220137 0 35 0 68878 104 0 0 18 0 12 0 419734279 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204557 174139 1387 9 0 201919 0
[pid=18417/tid=18419] ppid=18415 vsize=818228 CPUtime=438.92
/proc/18417/task/18419/stat : 18419 (java) S 18415 18417 16533 0 -1 64 17888 0 1 0 43877 15 0 0 18 0 12 0 419734286 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=818228 CPUtime=28.36
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 81068 0 0 0 2806 30 0 0 16 0 12 0 419734287 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=818228 CPUtime=26.52
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 72060 0 0 0 2624 28 0 0 15 0 12 0 419734287 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=818228 CPUtime=194.45
/proc/18417/task/18422/stat : 18422 (java) R 18415 18417 16533 0 -1 64 40596 0 0 0 19422 23 0 0 25 0 12 0 419734290 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 106123783 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 419734291 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 419734291 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=818228 CPUtime=0.55
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 55 0 0 0 17 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=818228 CPUtime=0.94
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 92 2 0 0 16 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=818228 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 837865472 174139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 689.82
Current children cumulated vsize (KiB) 818228

[startup+687.702 s]
/proc/loadavg: 2.09 2.24 2.16 3/84 18429
/proc/meminfo: memFree=1199096/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=816548 CPUtime=690
/proc/18417/stat : 18417 (java) S 18415 18417 16533 0 -1 0 220147 0 35 0 68896 104 0 0 18 0 12 0 419734279 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18417/statm: 204137 173647 1388 9 0 201499 0
[pid=18417/tid=18419] ppid=18415 vsize=816548 CPUtime=438.92
/proc/18417/task/18419/stat : 18419 (java) S 18415 18417 16533 0 -1 64 17893 0 1 0 43877 15 0 0 17 0 12 0 419734286 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18420] ppid=18415 vsize=816548 CPUtime=28.36
/proc/18417/task/18420/stat : 18420 (java) S 18415 18417 16533 0 -1 64 81068 0 0 0 2806 30 0 0 16 0 12 0 419734287 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18421] ppid=18415 vsize=816548 CPUtime=26.52
/proc/18417/task/18421/stat : 18421 (java) S 18415 18417 16533 0 -1 64 72060 0 0 0 2624 28 0 0 15 0 12 0 419734287 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18422] ppid=18415 vsize=816548 CPUtime=194.62
/proc/18417/task/18422/stat : 18422 (java) S 18415 18417 16533 0 -1 64 40596 0 0 0 19439 23 0 0 25 0 12 0 419734290 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18423] ppid=18415 vsize=816548 CPUtime=0
/proc/18417/task/18423/stat : 18423 (java) S 18415 18417 16533 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 419734291 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18424] ppid=18415 vsize=816548 CPUtime=0
/proc/18417/task/18424/stat : 18424 (java) S 18415 18417 16533 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 419734291 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18425] ppid=18415 vsize=816548 CPUtime=0
/proc/18417/task/18425/stat : 18425 (java) S 18415 18417 16533 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 419734297 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18426] ppid=18415 vsize=816548 CPUtime=0.55
/proc/18417/task/18426/stat : 18426 (java) S 18415 18417 16533 0 -1 64 1948 0 0 0 55 0 0 0 17 0 12 0 419734297 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18427] ppid=18415 vsize=816548 CPUtime=0.94
/proc/18417/task/18427/stat : 18427 (java) S 18415 18417 16533 0 -1 64 5848 0 0 0 92 2 0 0 16 0 12 0 419734297 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18428] ppid=18415 vsize=816548 CPUtime=0
/proc/18417/task/18428/stat : 18428 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 419734297 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18417/tid=18429] ppid=18415 vsize=816548 CPUtime=0
/proc/18417/task/18429/stat : 18429 (java) S 18415 18417 16533 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 419734297 836145152 173647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 690
Current children cumulated vsize (KiB) 816548

[startup+687.801 s]
/proc/loadavg: 2.09 2.24 2.16 3/84 18429
/proc/meminfo: memFree=1199096/2055920 swapFree=4180312/4192956
[pid=18417] ppid=18415 vsize=0 CPUtime=690.09
/proc/18417/stat : 18417 (java) Z 18415 18417 16533 0 -1 12 220150 0 35 0 68896 113 0 0 16 0 2 0 419734279 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18417/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 690.09
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 687.814
CPU time (s): 690.107
CPU user time (s): 688.962
CPU system time (s): 1.14482
CPU usage (%): 100.333
Max. virtual memory (cumulated for all children) (KiB): 818656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 688.962
system time used= 1.14482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220150
page faults= 35
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21635
involuntary context switches= 19030

runsolver used 0.834873 second user time and 2.31965 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 05:12:49
IDJOB=1064398
IDBENCH=54945
IDSOLVER=344
FILE ID=node49/1064398-1215141169
PBS_JOBID= 7877307
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 40fd1462beb1882ea3b8d112ab0c1152
RANDOM SEED=492833364

node49.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.249
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.249
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:       1902520 kB
Buffers:          8072 kB
Cached:          78456 kB
SwapCached:       5544 kB
Active:          49856 kB
Inactive:        53332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902520 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            1148 kB
Writeback:           0 kB
Mapped:          24300 kB
Slab:            35448 kB
Committed_AS:   771724 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node49 at 2008-07-04 05:24:17