Trace number 2082130

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 2.1.1? 69.5504 68.4561

General information on the benchmark

Namecsp/domino/
normalized-domino-2000-2000.xml
MD5SUM91e910ef7cc4700f82e138dd14bf3e96
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.089985
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints2000
Maximum constraint arity2
Maximum domain size2000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2000
Global constraints used (with number of constraints)

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.14	c That software uses the Rhino library from the Mozilla project.
0.09/0.16	c version 2.1.1.v20090622
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version	1.6.0_12
0.09/0.16	c os.name	Linux
0.09/0.16	c os.version	2.6.9-22.EL.rootsmp
0.09/0.16	c os.arch	i386
0.09/0.16	c Free memory 671000808
0.09/0.16	c Max memory 672137216
0.09/0.16	c Total memory 672137216
0.09/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2082130-1247374697.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
50.80/49.76	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
50.80/49.76		at org.sat4j.core.Vec.<init>(Unknown Source)
50.80/49.76		at org.sat4j.core.Vec.<init>(Unknown Source)
50.80/49.76		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
50.80/49.76		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
50.80/49.76		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
50.80/49.76		at org.sat4j.csp.Var.toClause(Unknown Source)
50.80/49.76		at org.sat4j.reader.CSPReader.endVariablesSection(Unknown Source)
50.80/49.76		at org.sat4j.csp.xml.Variables.endElement(Unknown Source)
50.80/49.76		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
50.80/49.76		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
50.80/49.76		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
50.80/49.76		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
50.80/49.76		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
50.80/49.76		at org.sat4j.AbstractLauncher.run(Unknown Source)
50.80/49.76		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
56.90/55.86	c starts		: 0
56.90/55.86	c conflicts		: 0
56.90/55.86	c decisions		: 0
56.90/55.86	c propagations		: 0
56.90/55.86	c inspects		: 0
56.90/55.86	c learnt literals	: 0
56.90/55.86	c learnt binary clauses	: 0
56.90/55.86	c learnt ternary clauses	: 0
56.90/55.86	c learnt clauses	: 0
56.90/55.86	c ignored clauses	: 0
56.90/55.86	c root simplifications	: 0
56.90/55.86	c removed literals (reason simplification)	: 0
56.90/55.86	c reason swapping (by a shorter reason)	: 0
56.90/55.86	c Calls to reduceDB	: 0
56.90/55.86	c speed (assignments/second)	: 0.0
56.90/55.86	c non guided choices	0
69.09/68.08	c learnt constraints type 
69.09/68.08	c constraints type 
69.09/68.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1770
69.09/68.08	c org.sat4j.minisat.constraints.card.AtLeast => 1770
69.09/68.08	s UNKNOWN
69.09/68.08	c Total wall clock time (in seconds) : 49.514

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082130-1247374697/watcher-2082130-1247374697 -o /tmp/evaluation-result-2082130-1247374697/solver-2082130-1247374697 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082130-1247374697.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.02 2.03 3/74 29958
/proc/meminfo: memFree=1196808/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=1616 CPUtime=0
/proc/29958/stat : 29958 (java) D 29956 29958 22177 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 24533573 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29958/statm: 404 155 118 9 0 46 0

[startup+0.0266171 s]
/proc/loadavg: 1.92 2.02 2.03 3/74 29958
/proc/meminfo: memFree=1196808/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=798736 CPUtime=0.01
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 1821 0 1 0 0 1 0 0 18 0 4 0 24533573 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 199684 1568 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.106257 s]
/proc/loadavg: 1.92 2.02 2.03 3/74 29958
/proc/meminfo: memFree=1196808/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=804560 CPUtime=0.09
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 3042 0 1 0 7 2 0 0 18 0 12 0 24533573 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 201140 2785 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301269 s]
/proc/loadavg: 1.92 2.02 2.03 3/74 29958
/proc/meminfo: memFree=1196808/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=805628 CPUtime=0.28
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 4298 0 1 0 24 4 0 0 18 0 12 0 24533573 824963072 4035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 201407 4035 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701305 s]
/proc/loadavg: 1.92 2.02 2.03 3/74 29958
/proc/meminfo: memFree=1196808/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=807184 CPUtime=0.68
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 5422 0 1 0 63 5 0 0 18 0 12 0 24533573 826556416 4913 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 201796 4913 1389 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50238 s]
/proc/loadavg: 1.92 2.02 2.03 3/86 29970
/proc/meminfo: memFree=1173608/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=807184 CPUtime=1.51
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 39435 0 1 0 128 23 0 0 18 0 12 0 24533573 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 201796 38677 1407 9 0 199123 0
[pid=29958/tid=29959] ppid=29956 vsize=807184 CPUtime=0.79
/proc/29958/task/29959/stat : 29959 (java) R 29956 29958 22177 0 -1 64 16547 0 1 0 68 11 0 0 25 0 12 0 24533574 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4109150463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=807184 CPUtime=0.09
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 22177 0 -1 64 8837 0 0 0 5 4 0 0 17 0 12 0 24533575 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=807184 CPUtime=0.09
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 22177 0 -1 64 11854 0 0 0 3 6 0 0 17 0 12 0 24533575 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=807184 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24533577 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=807184 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24533577 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=807184 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24533577 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=807184 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24533582 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=807184 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24533582 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=807184 CPUtime=0.5
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1431 0 0 0 50 0 0 0 16 0 12 0 24533582 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29969] ppid=29956 vsize=807184 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24533582 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=807184 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24533582 826556416 38677 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 807184

[startup+3.10253 s]
/proc/loadavg: 1.92 2.02 2.03 5/86 29970
/proc/meminfo: memFree=962024/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=817432 CPUtime=3.62
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 81093 0 1 0 319 43 0 0 18 0 12 0 24533573 837050368 76173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 204358 76174 1407 9 0 201685 0
[pid=29958/tid=29959] ppid=29956 vsize=817432 CPUtime=1.1
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16894 0 1 0 99 11 0 0 25 0 12 0 24533574 837050368 76175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29961] ppid=29956 vsize=817432 CPUtime=0.87
/proc/29958/task/29961/stat : 29961 (java) R 29956 29958 22177 0 -1 64 30062 0 0 0 73 14 0 0 19 0 12 0 24533575 837050368 76176 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29962] ppid=29956 vsize=817432 CPUtime=1.06
/proc/29958/task/29962/stat : 29962 (java) R 29956 29958 22177 0 -1 64 31915 0 0 0 91 15 0 0 18 0 12 0 24533575 837050368 76178 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=817432 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24533577 837050368 76179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29964] ppid=29956 vsize=817432 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24533577 837050368 76180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=817432 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24533577 837050368 76182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=817432 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24533582 837050368 76183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=817432 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24533582 837050368 76184 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=817432 CPUtime=0.53
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1459 0 0 0 53 0 0 0 17 0 12 0 24533582 837050368 76185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29969] ppid=29956 vsize=817432 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24533582 837050368 76186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=817432 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24533582 837050368 76188 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 817432

[startup+6.30281 s]
/proc/loadavg: 1.93 2.02 2.03 5/86 29970
/proc/meminfo: memFree=762792/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=816120 CPUtime=7.33
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 126178 0 1 0 670 63 0 0 18 0 12 0 24533573 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 204030 119380 1407 9 0 201357 0
[pid=29958/tid=29959] ppid=29956 vsize=816120 CPUtime=1.64
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16900 0 1 0 153 11 0 0 16 0 12 0 24533574 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=816120 CPUtime=2.88
/proc/29958/task/29961/stat : 29961 (java) R 29956 29958 22177 0 -1 64 60713 0 0 0 261 27 0 0 24 0 12 0 24533575 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=816120 CPUtime=2.23
/proc/29958/task/29962/stat : 29962 (java) R 29956 29958 22177 0 -1 64 46338 0 0 0 201 22 0 0 22 0 12 0 24533575 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29963/stat : 29963 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24533577 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24533577 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24533577 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24533582 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24533582 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=816120 CPUtime=0.53
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1459 0 0 0 53 0 0 0 17 0 12 0 24533582 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29969] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24533582 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24533582 835706880 119380 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 816120

[startup+12.7024 s]
/proc/loadavg: 2.01 2.03 2.03 3/86 29970
/proc/meminfo: memFree=513256/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=816120 CPUtime=13.82
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 188926 0 1 0 1288 94 0 0 18 0 12 0 24533573 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 204030 161123 1414 9 0 201357 0
[pid=29958/tid=29959] ppid=29956 vsize=816120 CPUtime=2.08
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16908 0 1 0 197 11 0 0 17 0 12 0 24533574 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=816120 CPUtime=4.68
/proc/29958/task/29961/stat : 29961 (java) R 29956 29958 22177 0 -1 64 85433 0 0 0 429 39 0 0 18 0 12 0 24533575 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 104188406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=816120 CPUtime=3.39
/proc/29958/task/29962/stat : 29962 (java) R 29956 29958 22177 0 -1 64 63354 0 0 0 309 30 0 0 17 0 12 0 24533575 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 105886528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29963] ppid=29956 vsize=816120 CPUtime=3.06
/proc/29958/task/29963/stat : 29963 (java) R 29956 29958 22177 0 -1 64 21015 0 0 0 296 10 0 0 25 0 12 0 24533577 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24533577 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24533577 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24533582 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24533582 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=816120 CPUtime=0.55
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1461 0 0 0 55 0 0 0 16 0 12 0 24533582 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29969] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24533582 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=816120 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24533582 835706880 161123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.82
Current children cumulated vsize (KiB) 816120

[startup+25.5025 s]
/proc/loadavg: 2.14 2.06 2.04 3/86 29970
/proc/meminfo: memFree=464872/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=858372 CPUtime=26.61
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 305928 0 1 0 2511 150 0 0 18 0 12 0 24533573 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 214593 183699 1414 9 0 211920 0
[pid=29958/tid=29959] ppid=29956 vsize=858372 CPUtime=2.26
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16913 0 1 0 215 11 0 0 17 0 12 0 24533574 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=858372 CPUtime=4.76
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 22177 0 -1 64 85433 0 0 0 437 39 0 0 17 0 12 0 24533575 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=858372 CPUtime=3.57
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 22177 0 -1 64 63354 0 0 0 327 30 0 0 18 0 12 0 24533575 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=858372 CPUtime=15.42
/proc/29958/task/29963/stat : 29963 (java) R 29956 29958 22177 0 -1 64 138012 0 0 0 1475 67 0 0 25 0 12 0 24533577 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 106157993 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=858372 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24533577 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29965] ppid=29956 vsize=858372 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24533577 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29966] ppid=29956 vsize=858372 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24533582 878972928 183699 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=858372 CPUtime=0

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

/proc/loadavg: 2.07 2.05 2.04 3/87 29971
/proc/meminfo: memFree=464736/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=858696 CPUtime=65
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 578910 0 1 0 6218 282 0 0 18 0 13 0 24533573 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 214674 183710 1416 9 0 212001 0
[pid=29958/tid=29959] ppid=29956 vsize=858696 CPUtime=2.27
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16925 0 1 0 216 11 0 0 18 0 13 0 24533574 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=858696 CPUtime=4.76
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 22177 0 -1 64 85433 0 0 0 437 39 0 0 17 0 13 0 24533575 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=858696 CPUtime=3.57
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 22177 0 -1 64 63354 0 0 0 327 30 0 0 18 0 13 0 24533575 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=858696 CPUtime=53.79
/proc/29958/task/29963/stat : 29963 (java) R 29956 29958 22177 0 -1 64 410974 0 0 0 5181 198 0 0 25 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29966] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=858696 CPUtime=0.55
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1461 0 0 0 55 0 0 0 16 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29969] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29971] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29971/stat : 29971 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24538549 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65
Current children cumulated vsize (KiB) 858696

[startup+65.5022 s]
/proc/loadavg: 2.07 2.05 2.04 3/87 29971
/proc/meminfo: memFree=503008/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=874700 CPUtime=66.6
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 592657 0 1 0 6371 289 0 0 18 0 13 0 24533573 895692800 180461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 218675 180471 1416 9 0 216002 0
[pid=29958/tid=29959] ppid=29956 vsize=874700 CPUtime=2.27
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16925 0 1 0 216 11 0 0 18 0 13 0 24533574 895692800 180477 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=874700 CPUtime=4.76
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 22177 0 -1 64 85433 0 0 0 437 39 0 0 17 0 13 0 24533575 895692800 180485 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=874700 CPUtime=3.57
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 22177 0 -1 64 63354 0 0 0 327 30 0 0 18 0 13 0 24533575 895692800 180492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=874700 CPUtime=55.39
/proc/29958/task/29963/stat : 29963 (java) R 29956 29958 22177 0 -1 64 424759 0 0 0 5334 205 0 0 25 0 13 0 24533577 895692800 180499 996147200 134512640 134550932 4294956016 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=874700 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24533577 895692800 180507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=874700 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24533577 895692800 180515 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29966] ppid=29956 vsize=874700 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24533582 895692800 180523 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=874700 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24533582 895692800 180532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=874700 CPUtime=0.55
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1461 0 0 0 55 0 0 0 16 0 13 0 24533582 895692800 180540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29969] ppid=29956 vsize=874700 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24533582 895692800 180548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=874700 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24533582 895692800 180555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29971] ppid=29956 vsize=874700 CPUtime=0
/proc/29958/task/29971/stat : 29971 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24538549 895692800 180563 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.6
Current children cumulated vsize (KiB) 874700

[startup+67.1073 s]
/proc/loadavg: 2.07 2.05 2.04 3/87 29971
/proc/meminfo: memFree=464608/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=858696 CPUtime=68.2
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 599907 0 1 0 6528 292 0 0 18 0 13 0 24533573 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 214674 183710 1416 9 0 212001 0
[pid=29958/tid=29959] ppid=29956 vsize=858696 CPUtime=2.27
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16925 0 1 0 216 11 0 0 18 0 13 0 24533574 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=858696 CPUtime=4.76
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 22177 0 -1 64 85433 0 0 0 437 39 0 0 17 0 13 0 24533575 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=858696 CPUtime=3.57
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 22177 0 -1 64 63354 0 0 0 327 30 0 0 18 0 13 0 24533575 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=858696 CPUtime=57
/proc/29958/task/29963/stat : 29963 (java) R 29956 29958 22177 0 -1 64 431971 0 0 0 5491 209 0 0 25 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 106158867 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29966] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=858696 CPUtime=0.55
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1461 0 0 0 55 0 0 0 16 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29969] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29971] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29971/stat : 29971 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24538549 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.2
Current children cumulated vsize (KiB) 858696

[startup+67.9024 s]
/proc/loadavg: 2.07 2.05 2.04 3/87 29971
/proc/meminfo: memFree=464608/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=858696 CPUtime=68.99
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 599907 0 1 0 6607 292 0 0 18 0 13 0 24533573 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 214674 183710 1416 9 0 212001 0
[pid=29958/tid=29959] ppid=29956 vsize=858696 CPUtime=2.27
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16925 0 1 0 216 11 0 0 18 0 13 0 24533574 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=858696 CPUtime=4.76
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 22177 0 -1 64 85433 0 0 0 437 39 0 0 17 0 13 0 24533575 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=858696 CPUtime=3.57
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 22177 0 -1 64 63354 0 0 0 327 30 0 0 18 0 13 0 24533575 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=858696 CPUtime=57.79
/proc/29958/task/29963/stat : 29963 (java) R 29956 29958 22177 0 -1 64 431971 0 0 0 5570 209 0 0 25 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 106159178 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24533577 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29966] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=858696 CPUtime=0.55
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1461 0 0 0 55 0 0 0 16 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29969] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24533582 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29971] ppid=29956 vsize=858696 CPUtime=0
/proc/29958/task/29971/stat : 29971 (java) S 29956 29958 22177 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24538549 879304704 183710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.99
Current children cumulated vsize (KiB) 858696

[startup+68.3014 s]
/proc/loadavg: 2.07 2.05 2.04 3/86 29971
/proc/meminfo: memFree=506976/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=816444 CPUtime=69.4
/proc/29958/stat : 29958 (java) S 29956 29958 22177 0 -1 0 599913 0 1 0 6647 293 0 0 18 0 12 0 24533573 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29958/statm: 204111 173151 1417 9 0 201438 0
[pid=29958/tid=29959] ppid=29956 vsize=816444 CPUtime=2.27
/proc/29958/task/29959/stat : 29959 (java) S 29956 29958 22177 0 -1 64 16926 0 1 0 216 11 0 0 16 0 12 0 24533574 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29961] ppid=29956 vsize=816444 CPUtime=4.76
/proc/29958/task/29961/stat : 29961 (java) S 29956 29958 22177 0 -1 64 85433 0 0 0 437 39 0 0 17 0 12 0 24533575 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29962] ppid=29956 vsize=816444 CPUtime=3.57
/proc/29958/task/29962/stat : 29962 (java) S 29956 29958 22177 0 -1 64 63354 0 0 0 327 30 0 0 18 0 12 0 24533575 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29963] ppid=29956 vsize=816444 CPUtime=58.18
/proc/29958/task/29963/stat : 29963 (java) R 29956 29958 22177 0 -1 64 431971 0 0 0 5609 209 0 0 25 0 12 0 24533577 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29964] ppid=29956 vsize=816444 CPUtime=0
/proc/29958/task/29964/stat : 29964 (java) S 29956 29958 22177 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24533577 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29965] ppid=29956 vsize=816444 CPUtime=0
/proc/29958/task/29965/stat : 29965 (java) S 29956 29958 22177 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 24533577 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29966] ppid=29956 vsize=816444 CPUtime=0
/proc/29958/task/29966/stat : 29966 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24533582 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29967] ppid=29956 vsize=816444 CPUtime=0
/proc/29958/task/29967/stat : 29967 (java) S 29956 29958 22177 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24533582 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29968] ppid=29956 vsize=816444 CPUtime=0.55
/proc/29958/task/29968/stat : 29968 (java) S 29956 29958 22177 0 -1 64 1461 0 0 0 55 0 0 0 16 0 12 0 24533582 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29958/tid=29969] ppid=29956 vsize=816444 CPUtime=0
/proc/29958/task/29969/stat : 29969 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24533582 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29958/tid=29970] ppid=29956 vsize=816444 CPUtime=0
/proc/29958/task/29970/stat : 29970 (java) S 29956 29958 22177 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24533582 836038656 173151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.4
Current children cumulated vsize (KiB) 816444

[startup+68.4014 s]
/proc/loadavg: 2.07 2.05 2.04 3/86 29971
/proc/meminfo: memFree=506976/2055920 swapFree=4192812/4192956
[pid=29958] ppid=29956 vsize=0 CPUtime=69.48
/proc/29958/stat : 29958 (java) Z 29956 29958 22177 0 -1 12 599917 0 1 0 6651 297 0 0 16 0 2 0 24533573 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29958/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 69.48
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 68.4561
CPU time (s): 69.5504
CPU user time (s): 66.5179
CPU system time (s): 3.03254
CPU usage (%): 101.599
Max. virtual memory (cumulated for all children) (KiB): 874700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.5179
system time used= 3.03254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599917
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= 1937
involuntary context switches= 2309

runsolver used 0.105983 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 06:58:17
IDJOB=2082130
IDBENCH=57536
IDSOLVER=731
FILE ID=node43/2082130-1247374697
PBS_JOBID= 9506979
Free space on /tmp= 66104 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/domino/normalized-domino-2000-2000.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082130-1247374697/watcher-2082130-1247374697 -o /tmp/evaluation-result-2082130-1247374697/solver-2082130-1247374697 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082130-1247374697.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 91e910ef7cc4700f82e138dd14bf3e96
RANDOM SEED=769493748

node43.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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
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:       1197224 kB
Buffers:         56292 kB
Cached:         450580 kB
SwapCached:          0 kB
Active:         583560 kB
Inactive:       193416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1197224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:         281164 kB
Slab:            66480 kB
Committed_AS:   480236 kB
PageTables:       2448 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= 66100 MiB
End job on node43 at 2009-07-12 06:59:25