Trace number 2078830

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? 784.553 790.336

General information on the benchmark

Namecsp/nengfa/
normalized-queens1.xml
MD5SUM72b10381b21e6b6e79bdf3ac7e3009a4
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 benchmark4.6263
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints13680
Maximum constraint arity2
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13680
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.15	c version 2.1.1.v20090622
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	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.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2078830-1247367504.xml
0.18/0.24	c reading problem ... 
0.39/0.50	c reading problem named null
0.39/0.50	c reading domains done.
0.48/0.50	c reading variables done.
0.68/0.72	c reading predicates  done.
5.27/5.30	c reading constraints
784.36/790.15	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
784.36/790.15		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
784.36/790.15		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
784.36/790.15		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
784.36/790.15		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
784.36/790.15		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
784.36/790.15		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
784.36/790.15		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
784.36/790.15		at org.sat4j.csp.Predicate.toClause(Unknown Source)
784.36/790.15		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
784.36/790.15		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
784.36/790.15		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
784.36/790.15		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
784.36/790.15		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
784.36/790.15		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
784.36/790.15		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
784.36/790.15		at org.sat4j.AbstractLauncher.run(Unknown Source)
784.36/790.15		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
784.36/790.15	c starts		: 0
784.36/790.15	c conflicts		: 0
784.36/790.15	c decisions		: 0
784.36/790.15	c propagations		: 0
784.36/790.15	c inspects		: 0
784.36/790.15	c learnt literals	: 0
784.36/790.15	c learnt binary clauses	: 0
784.36/790.15	c learnt ternary clauses	: 0
784.36/790.15	c learnt clauses	: 0
784.36/790.15	c ignored clauses	: 0
784.36/790.15	c root simplifications	: 0
784.36/790.16	c removed literals (reason simplification)	: 0
784.36/790.16	c reason swapping (by a shorter reason)	: 0
784.36/790.16	c Calls to reduceDB	: 0
784.36/790.16	c speed (assignments/second)	: 0.0
784.36/790.16	c non guided choices	0
784.36/790.16	c learnt constraints type 
784.36/790.16	c constraints type 
784.36/790.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1468994
784.36/790.16	c org.sat4j.minisat.constraints.card.AtLeast => 96
784.36/790.16	s UNKNOWN
784.36/790.16	c Total wall clock time (in seconds) : 789.91

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-2078830-1247367504/watcher-2078830-1247367504 -o /tmp/evaluation-result-2078830-1247367504/solver-2078830-1247367504 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2078830-1247367504.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: 2.00 2.00 2.07 4/73 26693
/proc/meminfo: memFree=1749960/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=18576 CPUtime=0
/proc/26693/stat : 26693 (runsolver) R 26691 26693 23333 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 23814079 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26693/statm: 4644 284 249 26 0 2626 0

[startup+0.0329349 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 26693
/proc/meminfo: memFree=1749960/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=800696 CPUtime=0.01
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 2327 0 1 0 0 1 0 0 18 0 4 0 23814079 819912704 2074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 200174 2074 938 9 0 197525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800696

[startup+0.101944 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 26693
/proc/meminfo: memFree=1749960/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=804560 CPUtime=0.09
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 3015 0 1 0 7 2 0 0 18 0 12 0 23814079 823869440 2758 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 201140 2758 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.30196 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 26693
/proc/meminfo: memFree=1749960/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=805628 CPUtime=0.28
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 4311 0 1 0 25 3 0 0 18 0 12 0 23814079 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 201407 4048 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701994 s]
/proc/loadavg: 2.00 2.00 2.07 4/73 26693
/proc/meminfo: memFree=1749960/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=807184 CPUtime=0.68
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 6153 0 1 0 64 4 0 0 18 0 12 0 23814079 826556416 5175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 201796 5175 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50206 s]
/proc/loadavg: 2.00 2.00 2.07 3/85 26705
/proc/meminfo: memFree=1729704/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=807364 CPUtime=1.47
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 7912 0 1 0 141 6 0 0 18 0 12 0 23814079 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 201841 6750 1399 9 0 199168 0
[pid=26693/tid=26695] ppid=26691 vsize=807364 CPUtime=0.89
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23333 0 -1 64 5427 0 1 0 85 4 0 0 21 0 12 0 23814081 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23814082 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23814082 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23333 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23814083 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23814084 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23814084 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23814088 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=807364 CPUtime=0.56
/proc/26693/task/26703/stat : 26703 (java) R 26691 26693 23333 0 -1 64 1728 0 0 0 56 0 0 0 16 0 12 0 23814089 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 106262194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=807364 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 826740736 6750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807364

[startup+3.10221 s]
/proc/loadavg: 2.00 2.00 2.07 4/85 26705
/proc/meminfo: memFree=1723752/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=811088 CPUtime=3.06
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 11231 0 1 0 299 7 0 0 18 0 12 0 23814079 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 202772 9084 1413 9 0 200099 0
[pid=26693/tid=26695] ppid=26691 vsize=811088 CPUtime=1.48
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23333 0 -1 64 6807 0 1 0 143 5 0 0 25 0 12 0 23814081 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23814082 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23814082 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23333 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23814083 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23814084 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23814084 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23814088 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=811088 CPUtime=1.56
/proc/26693/task/26703/stat : 26703 (java) R 26691 26693 23333 0 -1 64 3667 0 0 0 155 1 0 0 17 0 12 0 23814089 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 105581698 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=811088 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 830554112 9084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 811088

[startup+6.30149 s]
/proc/loadavg: 2.08 2.02 2.07 4/85 26705
/proc/meminfo: memFree=1683504/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=817288 CPUtime=6.26
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 22525 0 1 0 613 13 0 0 18 0 12 0 23814079 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 204322 19000 1432 9 0 201649 0
[pid=26693/tid=26695] ppid=26691 vsize=817288 CPUtime=2.57
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23333 0 -1 64 15141 0 1 0 248 9 0 0 25 0 12 0 23814081 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23814082 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23814082 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23333 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23814083 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23814084 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23814084 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=817288 CPUtime=1.64
/proc/26693/task/26702/stat : 26702 (java) R 26691 26693 23333 0 -1 64 1523 0 0 0 163 1 0 0 20 0 12 0 23814088 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 104140351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=817288 CPUtime=2.02
/proc/26693/task/26703/stat : 26703 (java) S 26691 26693 23333 0 -1 64 5117 0 0 0 201 1 0 0 17 0 12 0 23814089 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=817288 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 836902912 19000 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 817288

[startup+12.705 s]
/proc/loadavg: 2.07 2.02 2.07 3/85 26705
/proc/meminfo: memFree=1639344/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=815296 CPUtime=12.64
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 33781 0 1 0 1245 19 0 0 18 0 12 0 23814079 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 203824 28892 1448 9 0 201151 0
[pid=26693/tid=26695] ppid=26691 vsize=815296 CPUtime=6.78
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23333 0 -1 64 17604 0 1 0 666 12 0 0 25 0 12 0 23814081 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=815296 CPUtime=0.12
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 3677 0 0 0 11 1 0 0 17 0 12 0 23814082 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=815296 CPUtime=0.14
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 3917 0 0 0 13 1 0 0 17 0 12 0 23814082 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=815296 CPUtime=0
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23333 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 23814083 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=815296 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23814084 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=815296 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23814084 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=815296 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=815296 CPUtime=1.73
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 1684 0 0 0 172 1 0 0 19 0 12 0 23814088 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26703] ppid=26691 vsize=815296 CPUtime=3.82
/proc/26693/task/26703/stat : 26703 (java) R 26691 26693 23333 0 -1 64 6138 0 0 0 380 2 0 0 15 0 12 0 23814089 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 103151383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=815296 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=815296 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 834863104 28892 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 815296

[startup+25.5062 s]
/proc/loadavg: 2.06 2.01 2.07 3/85 26705
/proc/meminfo: memFree=1598320/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=814016 CPUtime=25.3
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 45039 0 1 0 2503 27 0 0 18 0 12 0 23814079 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 203504 39816 1448 9 0 200831 0
[pid=26693/tid=26695] ppid=26691 vsize=814016 CPUtime=15.59
/proc/26693/task/26695/stat : 26695 (java) R 26691 26693 23333 0 -1 64 18027 0 1 0 1545 14 0 0 25 0 12 0 23814081 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=814016 CPUtime=0.28
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 8221 0 0 0 26 2 0 0 17 0 12 0 23814082 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26697] ppid=26691 vsize=814016 CPUtime=0.34
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 9983 0 0 0 31 3 0 0 17 0 12 0 23814082 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26698] ppid=26691 vsize=814016 CPUtime=0.02
/proc/26693/task/26698/stat : 26698 (java) S 26691 26693 23333 0 -1 64 21 0 0 0 2 0 0 0 17 0 12 0 23814083 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=814016 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23814084 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=814016 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23814084 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=814016 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 833552384 39816 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=814016 CPUtime=1.73

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

[pid=26693/tid=26704] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 840740864 189167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 840740864 189167 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 821036

[startup+780.702 s]
/proc/loadavg: 2.01 2.10 2.12 3/86 26712
/proc/meminfo: memFree=987752/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=829040 CPUtime=775.05
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 256377 0 1 0 77340 165 0 0 18 0 12 0 23814079 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 207260 191168 1462 9 0 204587 0
[pid=26693/tid=26695] ppid=26691 vsize=829040 CPUtime=186.4
/proc/26693/task/26695/stat : 26695 (java) S 26691 26693 23333 0 -1 64 26535 0 1 0 18594 46 0 0 16 0 12 0 23814081 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=829040 CPUtime=2.88
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 72038 0 0 0 261 27 0 0 16 0 12 0 23814082 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=829040 CPUtime=3.14
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 80310 0 0 0 283 31 0 0 17 0 12 0 23814082 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26698] ppid=26691 vsize=829040 CPUtime=501.62
/proc/26693/task/26698/stat : 26698 (java) R 26691 26693 23333 0 -1 64 56747 0 0 0 50135 27 0 0 25 0 12 0 23814083 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=829040 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23814084 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=829040 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23814084 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=829040 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=829040 CPUtime=1.74
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 1684 0 0 0 173 1 0 0 16 0 12 0 23814088 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=829040 CPUtime=79.18
/proc/26693/task/26703/stat : 26703 (java) S 26691 26693 23333 0 -1 64 18323 0 0 0 7889 29 0 0 16 0 12 0 23814089 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=829040 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=829040 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 848936960 191168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 775.05
Current children cumulated vsize (KiB) 829040

[startup+787.101 s]
/proc/loadavg: 2.01 2.10 2.12 3/86 26712
/proc/meminfo: memFree=995752/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=821036 CPUtime=781.39
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 259885 0 1 0 77972 167 0 0 18 0 12 0 23814079 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 205259 189168 1461 9 0 202586 0
[pid=26693/tid=26695] ppid=26691 vsize=821036 CPUtime=186.4
/proc/26693/task/26695/stat : 26695 (java) S 26691 26693 23333 0 -1 64 26540 0 1 0 18594 46 0 0 16 0 12 0 23814081 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=821036 CPUtime=2.88
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 72038 0 0 0 261 27 0 0 16 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=821036 CPUtime=3.14
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 80310 0 0 0 283 31 0 0 17 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26698] ppid=26691 vsize=821036 CPUtime=507.96
/proc/26693/task/26698/stat : 26698 (java) R 26691 26693 23333 0 -1 64 60250 0 0 0 50767 29 0 0 25 0 12 0 23814083 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 105886127 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=821036 CPUtime=1.74
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 1684 0 0 0 173 1 0 0 16 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=821036 CPUtime=79.18
/proc/26693/task/26703/stat : 26703 (java) S 26691 26693 23333 0 -1 64 18323 0 0 0 7889 29 0 0 16 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 781.39
Current children cumulated vsize (KiB) 821036

[startup+788.706 s]
/proc/loadavg: 2.01 2.09 2.12 3/86 26712
/proc/meminfo: memFree=995752/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=821036 CPUtime=782.97
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 259886 0 1 0 78130 167 0 0 18 0 12 0 23814079 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 205259 189168 1461 9 0 202586 0
[pid=26693/tid=26695] ppid=26691 vsize=821036 CPUtime=186.4
/proc/26693/task/26695/stat : 26695 (java) S 26691 26693 23333 0 -1 64 26541 0 1 0 18594 46 0 0 16 0 12 0 23814081 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=821036 CPUtime=2.88
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 72038 0 0 0 261 27 0 0 16 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=821036 CPUtime=3.14
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 80310 0 0 0 283 31 0 0 17 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26698] ppid=26691 vsize=821036 CPUtime=509.55
/proc/26693/task/26698/stat : 26698 (java) R 26691 26693 23333 0 -1 64 60250 0 0 0 50926 29 0 0 25 0 12 0 23814083 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=821036 CPUtime=1.74
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 1684 0 0 0 173 1 0 0 16 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=821036 CPUtime=79.18
/proc/26693/task/26703/stat : 26703 (java) S 26691 26693 23333 0 -1 64 18323 0 0 0 7889 29 0 0 16 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 782.97
Current children cumulated vsize (KiB) 821036

[startup+789.502 s]
/proc/loadavg: 2.01 2.09 2.12 3/86 26712
/proc/meminfo: memFree=995752/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=821036 CPUtime=783.77
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 259886 0 1 0 78210 167 0 0 18 0 12 0 23814079 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 205259 189168 1461 9 0 202586 0
[pid=26693/tid=26695] ppid=26691 vsize=821036 CPUtime=186.4
/proc/26693/task/26695/stat : 26695 (java) S 26691 26693 23333 0 -1 64 26541 0 1 0 18594 46 0 0 16 0 12 0 23814081 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=821036 CPUtime=2.88
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 72038 0 0 0 261 27 0 0 16 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=821036 CPUtime=3.14
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 80310 0 0 0 283 31 0 0 17 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26698] ppid=26691 vsize=821036 CPUtime=510.34
/proc/26693/task/26698/stat : 26698 (java) R 26691 26693 23333 0 -1 64 60250 0 0 0 51005 29 0 0 25 0 12 0 23814083 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 103625166 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=821036 CPUtime=1.74
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 1684 0 0 0 173 1 0 0 16 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=821036 CPUtime=79.18
/proc/26693/task/26703/stat : 26703 (java) S 26691 26693 23333 0 -1 64 18323 0 0 0 7889 29 0 0 16 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 783.77
Current children cumulated vsize (KiB) 821036

[startup+789.902 s]
/proc/loadavg: 2.01 2.09 2.12 3/86 26712
/proc/meminfo: memFree=995752/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=821036 CPUtime=784.16
/proc/26693/stat : 26693 (java) S 26691 26693 23333 0 -1 0 259886 0 1 0 78249 167 0 0 18 0 12 0 23814079 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 205259 189168 1461 9 0 202586 0
[pid=26693/tid=26695] ppid=26691 vsize=821036 CPUtime=186.4
/proc/26693/task/26695/stat : 26695 (java) S 26691 26693 23333 0 -1 64 26541 0 1 0 18594 46 0 0 16 0 12 0 23814081 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26696] ppid=26691 vsize=821036 CPUtime=2.88
/proc/26693/task/26696/stat : 26696 (java) S 26691 26693 23333 0 -1 64 72038 0 0 0 261 27 0 0 16 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26697] ppid=26691 vsize=821036 CPUtime=3.14
/proc/26693/task/26697/stat : 26697 (java) S 26691 26693 23333 0 -1 64 80310 0 0 0 283 31 0 0 17 0 12 0 23814082 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26693/tid=26698] ppid=26691 vsize=821036 CPUtime=510.73
/proc/26693/task/26698/stat : 26698 (java) R 26691 26693 23333 0 -1 64 60250 0 0 0 51044 29 0 0 25 0 12 0 23814083 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26699] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26699/stat : 26699 (java) S 26691 26693 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26700] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26700/stat : 26700 (java) S 26691 26693 23333 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23814084 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26701] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26701/stat : 26701 (java) S 26691 26693 23333 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26702] ppid=26691 vsize=821036 CPUtime=1.74
/proc/26693/task/26702/stat : 26702 (java) S 26691 26693 23333 0 -1 64 1684 0 0 0 173 1 0 0 16 0 12 0 23814088 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26703] ppid=26691 vsize=821036 CPUtime=79.18
/proc/26693/task/26703/stat : 26703 (java) S 26691 26693 23333 0 -1 64 18323 0 0 0 7889 29 0 0 16 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26704] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26704/stat : 26704 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26693/tid=26705] ppid=26691 vsize=821036 CPUtime=0
/proc/26693/task/26705/stat : 26705 (java) S 26691 26693 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23814089 840740864 189168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 784.16
Current children cumulated vsize (KiB) 821036

[startup+790.303 s]
/proc/loadavg: 2.01 2.09 2.12 3/86 26712
/proc/meminfo: memFree=995752/2055920 swapFree=4192812/4192956
[pid=26693] ppid=26691 vsize=0 CPUtime=784.51
/proc/26693/stat : 26693 (java) Z 26691 26693 23333 0 -1 12 259904 0 1 0 78276 175 0 0 16 0 2 0 23814079 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26693/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 784.51
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 790.336
CPU time (s): 784.553
CPU user time (s): 782.763
CPU system time (s): 1.78973
CPU usage (%): 99.2682
Max. virtual memory (cumulated for all children) (KiB): 833044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.763
system time used= 1.78973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259904
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= 43458
involuntary context switches= 51702

runsolver used 1.12083 second user time and 2.69059 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 04:58:25
IDJOB=2078830
IDBENCH=56817
IDSOLVER=731
FILE ID=node50/2078830-1247367504
PBS_JOBID= 9507088
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= 72b10381b21e6b6e79bdf3ac7e3009a4
RANDOM SEED=19069621

node50.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.231
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.231
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:       1750440 kB
Buffers:         28516 kB
Cached:         169704 kB
SwapCached:          0 kB
Active:         160612 kB
Inactive:        90400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4824 kB
Writeback:           0 kB
Mapped:          63564 kB
Slab:            39804 kB
Committed_AS:   264572 kB
PageTables:       1900 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= 66420 MiB
End job on node50 at 2009-07-12 05:11:35