Trace number 2084077

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? 658.967 661.683

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-10.xml
MD5SUM0c9bd9627ff304e4b5c8ec56755ce638
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 benchmark10.0325
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data

0.08/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.26	c See www.sat4j.org for details.
0.08/0.26	c That software uses the Rhino library from the Mozilla project.
0.08/0.28	c version 2.1.1.v20090622
0.08/0.28	c sun.arch.data.model	32
0.08/0.28	c java.version	1.6.0_12
0.08/0.28	c os.name	Linux
0.08/0.28	c os.version	2.6.9-22.EL.rootsmp
0.08/0.28	c os.arch	i386
0.08/0.28	c Free memory 671000808
0.08/0.28	c Max memory 672137216
0.08/0.28	c Total memory 672137216
0.08/0.28	c Number of processors 2
0.17/0.37	c c --- Begin Solver configuration ---
0.17/0.37	c Stops conflict analysis at the first Unique Implication Point
0.17/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.37	c Learn all clauses as in MiniSAT
0.17/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.37	c Expensive reason simplification
0.17/0.37	c MiniSAT restarts strategy
0.17/0.37	c Memory based learned constraints deletion strategy
0.17/0.37	c timeout=2147483s
0.17/0.37	c DB Simplification allowed=false
0.17/0.37	c --- End Solver configuration ---
0.17/0.37	c solving HOME/instance-2084077-1247378782.xml
0.17/0.37	c reading problem ... 
0.42/0.69	c reading problem named null
0.42/0.69	c reading domains done.
0.81/1.06	c reading variables done.
1.30/1.59	c reading predicates  done.
1.57/1.82	c reading constraints
650.49/653.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
654.28/657.05		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
654.28/657.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
654.28/657.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
654.28/657.05		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
654.28/657.05		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
654.28/657.05		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
654.28/657.05		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
654.28/657.05		at org.sat4j.csp.Predicate.toClause(Unknown Source)
654.28/657.05		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
654.28/657.05		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
654.28/657.05		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
654.28/657.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
654.28/657.05		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
654.28/657.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
654.28/657.06		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
654.28/657.06		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
654.28/657.06		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
654.28/657.06		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
654.28/657.06		at org.sat4j.AbstractLauncher.run(Unknown Source)
654.28/657.06		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
657.29/660.08	c starts		: 0
657.29/660.08	c conflicts		: 0
657.29/660.08	c decisions		: 0
657.29/660.08	c propagations		: 0
657.29/660.08	c inspects		: 0
657.29/660.08	c learnt literals	: 0
657.29/660.08	c learnt binary clauses	: 0
657.29/660.08	c learnt ternary clauses	: 0
657.29/660.08	c learnt clauses	: 0
657.29/660.08	c ignored clauses	: 0
657.29/660.08	c root simplifications	: 0
657.29/660.08	c removed literals (reason simplification)	: 0
657.29/660.08	c reason swapping (by a shorter reason)	: 0
657.29/660.08	c Calls to reduceDB	: 0
657.29/660.08	c speed (assignments/second)	: 0.0
657.29/660.08	c non guided choices	0
657.29/660.08	c learnt constraints type 
658.58/661.39	c constraints type 
658.58/661.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 851288
658.58/661.39	c org.sat4j.minisat.constraints.card.AtLeast => 800
658.58/661.39	s UNKNOWN
658.58/661.39	c Total wall clock time (in seconds) : 656.685

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-2084077-1247378782/watcher-2084077-1247378782 -o /tmp/evaluation-result-2084077-1247378782/solver-2084077-1247378782 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084077-1247378782.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.07 2.10 2.09 4/81 22903
/proc/meminfo: memFree=1671840/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=18576 CPUtime=0
/proc/22903/stat : 22903 (runsolver) R 22901 22903 20971 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24943056 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234211568935 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22903/statm: 4644 284 249 26 0 2626 0

[startup+0.0317829 s]
/proc/loadavg: 2.07 2.10 2.09 4/81 22903
/proc/meminfo: memFree=1671840/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=12928 CPUtime=0
/proc/22903/stat : 22903 (java) D 22901 22903 20971 0 -1 0 371 0 7 0 0 0 0 0 18 0 1 0 24943056 13238272 185 996147200 134512640 134550932 4294956016 18446744073709551615 1790762 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/22903/statm: 3232 185 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.101791 s]
/proc/loadavg: 2.07 2.10 2.09 4/81 22903
/proc/meminfo: memFree=1671840/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=800696 CPUtime=0.03
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 2333 0 36 0 1 2 0 0 18 0 4 0 24943056 819912704 2115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 200174 2115 938 9 0 197525 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800696

[startup+0.301818 s]
/proc/loadavg: 2.07 2.10 2.09 4/81 22903
/proc/meminfo: memFree=1671840/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=805004 CPUtime=0.17
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 3636 0 37 0 14 3 0 0 18 0 12 0 24943056 824324096 3410 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 201251 3410 1328 9 0 198585 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 805004

[startup+0.701867 s]
/proc/loadavg: 2.07 2.10 2.09 4/81 22903
/proc/meminfo: memFree=1671840/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=807180 CPUtime=0.51
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 5284 0 37 0 46 5 0 0 18 0 12 0 24943056 826552320 4844 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 201795 4844 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 807180

[startup+1.50297 s]
/proc/loadavg: 2.07 2.10 2.09 4/93 22915
/proc/meminfo: memFree=1650240/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=808464 CPUtime=1.3
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 7601 0 37 0 123 7 0 0 18 0 12 0 24943056 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202116 6579 1397 9 0 199443 0
[pid=22903/tid=22905] ppid=22901 vsize=808464 CPUtime=0.59
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 20971 0 -1 64 4838 0 1 0 55 4 0 0 18 0 12 0 24943061 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22906] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24943065 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22907] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24943065 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22908] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 20971 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24943068 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22909] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 24943069 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22910] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 24943069 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22911] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24943076 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24943076 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=808464 CPUtime=0.68
/proc/22903/task/22913/stat : 22913 (java) R 22901 22903 20971 0 -1 64 2040 0 1 0 68 0 0 0 17 0 12 0 24943076 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 104140913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22914] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24943076 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=808464 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24943076 827867136 6579 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 808464

[startup+3.10217 s]
/proc/loadavg: 2.06 2.10 2.09 4/93 22915
/proc/meminfo: memFree=1619520/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=810712 CPUtime=2.86
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 19151 0 37 0 274 12 0 0 18 0 12 0 24943056 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202678 17396 1431 9 0 200005 0
[pid=22903/tid=22905] ppid=22901 vsize=810712 CPUtime=1.4
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 20971 0 -1 64 14982 0 1 0 131 9 0 0 23 0 12 0 24943061 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4109692264 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22906] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24943065 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22907] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24943065 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22908] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 20971 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24943068 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22909] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 24943069 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22910] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 24943069 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22911] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24943076 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24943076 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=810712 CPUtime=1.43
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 3446 0 1 0 142 1 0 0 16 0 12 0 24943076 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22914] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24943076 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=810712 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24943076 830169088 17396 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 810712

[startup+6.30158 s]
/proc/loadavg: 2.06 2.10 2.09 3/93 22915
/proc/meminfo: memFree=1558336/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=810072 CPUtime=6.04
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 30539 0 37 0 588 16 0 0 18 0 12 0 24943056 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202518 28529 1440 9 0 199845 0
[pid=22903/tid=22905] ppid=22901 vsize=810072 CPUtime=4.07
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 20971 0 -1 64 17258 0 1 0 397 10 0 0 25 0 12 0 24943061 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4109664382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22906] ppid=22901 vsize=810072 CPUtime=0.18
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 4384 0 0 0 17 1 0 0 16 0 12 0 24943065 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22907] ppid=22901 vsize=810072 CPUtime=0.2
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 4711 0 0 0 19 1 0 0 16 0 12 0 24943065 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22908] ppid=22901 vsize=810072 CPUtime=0
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 20971 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24943068 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22909] ppid=22901 vsize=810072 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24943069 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22910] ppid=22901 vsize=810072 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24943069 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22911] ppid=22901 vsize=810072 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24943076 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=810072 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24943076 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=810072 CPUtime=1.53
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 3454 0 1 0 152 1 0 0 16 0 12 0 24943076 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22914] ppid=22901 vsize=810072 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24943076 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=810072 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24943076 829513728 28529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 810072

[startup+12.7024 s]
/proc/loadavg: 2.05 2.10 2.09 3/93 22915
/proc/meminfo: memFree=1534720/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=809724 CPUtime=12.38
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 36552 0 37 0 1219 19 0 0 18 0 12 0 24943056 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202431 34441 1441 9 0 199758 0
[pid=22903/tid=22905] ppid=22901 vsize=809724 CPUtime=10.06
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 20971 0 -1 64 17272 0 1 0 996 10 0 0 25 0 12 0 24943061 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4109663923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22906] ppid=22901 vsize=809724 CPUtime=0.32
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 8392 0 0 0 30 2 0 0 16 0 12 0 24943065 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22907] ppid=22901 vsize=809724 CPUtime=0.31
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 6696 0 0 0 29 2 0 0 16 0 12 0 24943065 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22908] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 20971 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24943068 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22909] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24943069 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22910] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24943069 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22911] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24943076 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24943076 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=809724 CPUtime=1.62
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 3460 0 1 0 161 1 0 0 16 0 12 0 24943076 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22914] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24943076 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24943076 829157376 34441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 809724

[startup+25.502 s]
/proc/loadavg: 2.05 2.09 2.09 3/93 22915
/proc/meminfo: memFree=1508096/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=809724 CPUtime=25.06
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 42816 0 37 0 2484 22 0 0 18 0 12 0 24943056 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202431 40687 1441 9 0 199758 0
[pid=22903/tid=22905] ppid=22901 vsize=809724 CPUtime=22.58
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 20971 0 -1 64 17292 0 1 0 2248 10 0 0 25 0 12 0 24943061 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4109663457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22906] ppid=22901 vsize=809724 CPUtime=0.39
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 10687 0 0 0 36 3 0 0 16 0 12 0 24943065 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22907] ppid=22901 vsize=809724 CPUtime=0.38
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 10645 0 0 0 34 4 0 0 16 0 12 0 24943065 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22908] ppid=22901 vsize=809724 CPUtime=0.01
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 20971 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 24943068 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22909] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24943069 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22910] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24943069 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22911] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24943076 829157376 40687 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=809724 CPUtime=0

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


[startup+655.903 s]
/proc/loadavg: 2.03 2.17 2.13 3/93 22915
/proc/meminfo: memFree=980736/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=809724 CPUtime=653.19
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 192975 0 37 0 65231 88 0 0 18 0 12 0 24943056 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202431 172056 1446 9 0 199758 0
[pid=22903/tid=22905] ppid=22901 vsize=809724 CPUtime=346.61
/proc/22903/task/22905/stat : 22905 (java) S 22901 22903 20971 0 -1 64 18000 0 1 0 34649 12 0 0 16 0 12 0 24943061 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=809724 CPUtime=3.54
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 75986 0 0 0 326 28 0 0 15 0 12 0 24943065 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=809724 CPUtime=3.66
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 76515 0 0 0 337 29 0 0 16 0 12 0 24943065 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=809724 CPUtime=296.72
/proc/22903/task/22908/stat : 22908 (java) R 22901 22903 20971 0 -1 64 16838 0 0 0 29660 12 0 0 25 0 12 0 24943068 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24943069 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24943069 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22911] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24943076 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24943076 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=809724 CPUtime=2.59
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 4916 0 1 0 257 2 0 0 17 0 12 0 24943076 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24943076 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=809724 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24943076 829157376 172056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 653.19
Current children cumulated vsize (KiB) 809724

[startup+659.102 s]
/proc/loadavg: 2.03 2.17 2.13 3/94 22916
/proc/meminfo: memFree=980728/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=810048 CPUtime=656.38
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 192982 0 37 0 65550 88 0 0 18 0 13 0 24943056 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202512 172061 1446 9 0 199839 0
[pid=22903/tid=22905] ppid=22901 vsize=810048 CPUtime=346.62
/proc/22903/task/22905/stat : 22905 (java) S 22901 22903 20971 0 -1 64 18002 0 1 0 34650 12 0 0 16 0 13 0 24943061 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=810048 CPUtime=3.54
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 75986 0 0 0 326 28 0 0 15 0 13 0 24943065 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=810048 CPUtime=3.66
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 76515 0 0 0 337 29 0 0 16 0 13 0 24943065 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=810048 CPUtime=299.91
/proc/22903/task/22908/stat : 22908 (java) R 22901 22903 20971 0 -1 64 16838 0 0 0 29979 12 0 0 25 0 13 0 24943068 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24943069 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24943069 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24943076 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24943076 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=810048 CPUtime=2.59
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 4916 0 1 0 257 2 0 0 17 0 13 0 24943076 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24943076 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24943076 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22916] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 20971 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 25008762 829489152 172061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 656.38
Current children cumulated vsize (KiB) 810048

[startup+660.703 s]
/proc/loadavg: 2.03 2.17 2.13 3/94 22916
/proc/meminfo: memFree=980728/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=810048 CPUtime=657.98
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 192986 0 37 0 65710 88 0 0 18 0 13 0 24943056 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202512 172063 1446 9 0 199839 0
[pid=22903/tid=22905] ppid=22901 vsize=810048 CPUtime=346.62
/proc/22903/task/22905/stat : 22905 (java) S 22901 22903 20971 0 -1 64 18002 0 1 0 34650 12 0 0 16 0 13 0 24943061 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=810048 CPUtime=3.54
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 75986 0 0 0 326 28 0 0 15 0 13 0 24943065 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=810048 CPUtime=3.66
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 76515 0 0 0 337 29 0 0 16 0 13 0 24943065 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=810048 CPUtime=301.52
/proc/22903/task/22908/stat : 22908 (java) R 22901 22903 20971 0 -1 64 16838 0 0 0 30139 13 0 0 25 0 13 0 24943068 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24943069 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24943069 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=810048 CPUtime=2.59
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 4916 0 1 0 257 2 0 0 17 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22916] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 20971 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 25008762 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 657.98
Current children cumulated vsize (KiB) 810048

[startup+661.108 s]
/proc/loadavg: 2.03 2.17 2.13 3/94 22916
/proc/meminfo: memFree=980728/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=810048 CPUtime=658.39
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 192986 0 37 0 65751 88 0 0 18 0 13 0 24943056 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202512 172063 1446 9 0 199839 0
[pid=22903/tid=22905] ppid=22901 vsize=810048 CPUtime=346.62
/proc/22903/task/22905/stat : 22905 (java) S 22901 22903 20971 0 -1 64 18002 0 1 0 34650 12 0 0 16 0 13 0 24943061 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=810048 CPUtime=3.54
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 75986 0 0 0 326 28 0 0 15 0 13 0 24943065 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=810048 CPUtime=3.66
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 76515 0 0 0 337 29 0 0 16 0 13 0 24943065 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=810048 CPUtime=301.92
/proc/22903/task/22908/stat : 22908 (java) R 22901 22903 20971 0 -1 64 16838 0 0 0 30179 13 0 0 25 0 13 0 24943068 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24943069 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24943069 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=810048 CPUtime=2.59
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 4916 0 1 0 257 2 0 0 17 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24943076 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22916] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 20971 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 25008762 829489152 172063 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 658.39
Current children cumulated vsize (KiB) 810048

[startup+661.503 s]
/proc/loadavg: 2.03 2.17 2.13 3/94 22916
/proc/meminfo: memFree=980728/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=810048 CPUtime=658.78
/proc/22903/stat : 22903 (java) S 22901 22903 20971 0 -1 0 192989 0 37 0 65790 88 0 0 18 0 12 0 24943056 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22903/statm: 202512 172066 1447 9 0 199839 0
[pid=22903/tid=22905] ppid=22901 vsize=810048 CPUtime=346.62
/proc/22903/task/22905/stat : 22905 (java) S 22901 22903 20971 0 -1 64 18003 0 1 0 34650 12 0 0 16 0 12 0 24943061 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=810048 CPUtime=3.54
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 20971 0 -1 64 75986 0 0 0 326 28 0 0 15 0 12 0 24943065 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=810048 CPUtime=3.66
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 20971 0 -1 64 76515 0 0 0 337 29 0 0 16 0 12 0 24943065 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=810048 CPUtime=302.31
/proc/22903/task/22908/stat : 22908 (java) R 22901 22903 20971 0 -1 64 16838 0 0 0 30218 13 0 0 25 0 12 0 24943068 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 106158108 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 20971 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24943069 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 20971 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24943069 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24943076 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22912] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 20971 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24943076 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22913] ppid=22901 vsize=810048 CPUtime=2.59
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 20971 0 -1 64 4916 0 1 0 257 2 0 0 17 0 12 0 24943076 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24943076 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22903/tid=22915] ppid=22901 vsize=810048 CPUtime=0
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 20971 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24943076 829489152 172066 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 658.78
Current children cumulated vsize (KiB) 810048

[startup+661.603 s]
/proc/loadavg: 2.03 2.17 2.13 3/94 22916
/proc/meminfo: memFree=980728/2055920 swapFree=4192812/4192956
[pid=22903] ppid=22901 vsize=0 CPUtime=658.87
/proc/22903/stat : 22903 (java) Z 22901 22903 20971 0 -1 12 192994 0 37 0 65797 90 0 0 16 0 2 0 24943056 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22903/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 658.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 661.683
CPU time (s): 658.967
CPU user time (s): 657.98
CPU system time (s): 0.986849
CPU usage (%): 99.5894
Max. virtual memory (cumulated for all children) (KiB): 815732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 657.98
system time used= 0.986849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192994
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22611
involuntary context switches= 26815

runsolver used 0.959854 second user time and 2.31765 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 08:06:23
IDJOB=2084077
IDBENCH=58032
IDSOLVER=731
FILE ID=node54/2084077-1247378782
PBS_JOBID= 9507114
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 0c9bd9627ff304e4b5c8ec56755ce638
RANDOM SEED=1600885533

node54.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.232
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.232
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:       1672512 kB
Buffers:          3956 kB
Cached:          41808 kB
SwapCached:          0 kB
Active:         320820 kB
Inactive:        14816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2600 kB
Writeback:           0 kB
Mapped:         307664 kB
Slab:            32396 kB
Committed_AS:   927288 kB
PageTables:       2292 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node54 at 2009-07-12 08:17:24