Trace number 2087960

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? 906.7 909.991

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-10.xml
MD5SUM2f661a5e66156e9731263f7627d06127
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 benchmark11.6322
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
Global constraints used (with number of constraints)

Solver Data

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

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-2087960-1247387344/watcher-2087960-1247387344 -o /tmp/evaluation-result-2087960-1247387344/solver-2087960-1247387344 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087960-1247387344.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.01 2.00 2.00 3/82 27013
/proc/meminfo: memFree=1580640/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=272 CPUtime=0
/proc/27013/stat : 27013 (java) D 27011 27013 25823 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 25797879 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 10384164 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/27013/statm: 68 37 28 9 0 6 0

[startup+0.09941 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 27013
/proc/meminfo: memFree=1580640/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=804560 CPUtime=0.08
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 2996 0 1 0 6 2 0 0 18 0 12 0 25797879 823869440 2739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 201140 2739 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.101405 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 27013
/proc/meminfo: memFree=1580640/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=804560 CPUtime=0.08
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 3006 0 1 0 6 2 0 0 18 0 12 0 25797879 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301429 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 27013
/proc/meminfo: memFree=1580640/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=806632 CPUtime=0.3
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 4335 0 1 0 26 4 0 0 18 0 12 0 25797879 825991168 4072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 201658 4072 1359 9 0 198985 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 806632

[startup+0.701467 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 27013
/proc/meminfo: memFree=1580640/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=809156 CPUtime=0.69
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 6390 0 1 0 64 5 0 0 18 0 12 0 25797879 828575744 5228 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202289 5228 1392 9 0 199616 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 809156

[startup+1.50255 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 27025
/proc/meminfo: memFree=1561920/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=809156 CPUtime=1.49
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 12357 0 1 0 140 9 0 0 18 0 12 0 25797879 828575744 10684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202289 10684 1399 9 0 199616 0
[pid=27013/tid=27015] ppid=27011 vsize=809156 CPUtime=0.81
/proc/27013/task/27015/stat : 27015 (java) R 27011 27013 25823 0 -1 64 9021 0 1 0 74 7 0 0 19 0 12 0 25797880 828575744 10684 996147200 134512640 134550932 4294956016 18446744073709551615 4109132996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27016] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 25797882 828575744 10684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27017] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 25797882 828575744 10684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27018] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27018/stat : 27018 (java) S 27011 27013 25823 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 25797883 828575744 10684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 25797884 828575744 10684 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27020] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 25797884 828575744 10685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27021] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 25797889 828575744 10685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=809156 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 17 0 12 0 25797889 828575744 10685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=809156 CPUtime=0.13
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 690 0 0 0 13 0 0 0 16 0 12 0 25797889 828575744 10685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27024] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25797889 828575744 10685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=809156 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25797889 828575744 10685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809156

[startup+3.1017 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 27025
/proc/meminfo: memFree=1533312/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=812184 CPUtime=3.14
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 26553 0 1 0 299 15 0 0 18 0 12 0 25797879 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 203046 23825 1439 9 0 200373 0
[pid=27013/tid=27015] ppid=27011 vsize=812184 CPUtime=1.71
/proc/27013/task/27015/stat : 27015 (java) R 27011 27013 25823 0 -1 64 17303 0 1 0 160 11 0 0 22 0 12 0 25797880 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4109730412 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27016] ppid=27011 vsize=812184 CPUtime=0.06
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 2047 0 0 0 6 0 0 0 17 0 12 0 25797882 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27017] ppid=27011 vsize=812184 CPUtime=0.07
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 2142 0 0 0 6 1 0 0 16 0 12 0 25797882 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27018] ppid=27011 vsize=812184 CPUtime=0
/proc/27013/task/27018/stat : 27018 (java) S 27011 27013 25823 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25797883 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27019] ppid=27011 vsize=812184 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25797884 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27020] ppid=27011 vsize=812184 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25797884 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27021] ppid=27011 vsize=812184 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 25797889 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=812184 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 12 0 25797889 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=812184 CPUtime=0.72
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 2406 0 0 0 72 0 0 0 16 0 12 0 25797889 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27024] ppid=27011 vsize=812184 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25797889 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=812184 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25797889 831676416 23825 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 812184

[startup+6.30299 s]
/proc/loadavg: 2.08 2.02 2.00 3/94 27025
/proc/meminfo: memFree=1478464/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811736 CPUtime=6.32
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 29937 0 1 0 615 17 0 0 18 0 12 0 25797879 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202934 27095 1439 9 0 200261 0
[pid=27013/tid=27015] ppid=27011 vsize=811736 CPUtime=4.48
/proc/27013/task/27015/stat : 27015 (java) R 27011 27013 25823 0 -1 64 17311 0 1 0 437 11 0 0 25 0 12 0 25797880 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4109908650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811736 CPUtime=0.19
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 3819 0 0 0 18 1 0 0 16 0 12 0 25797882 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811736 CPUtime=0.21
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 3738 0 0 0 20 1 0 0 16 0 12 0 25797882 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811736 CPUtime=0
/proc/27013/task/27018/stat : 27018 (java) S 27011 27013 25823 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 25797883 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811736 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25797884 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811736 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25797884 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811736 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 25797889 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811736 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 12 0 25797889 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=811736 CPUtime=0.85
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 2414 0 0 0 85 0 0 0 16 0 12 0 25797889 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27024] ppid=27011 vsize=811736 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25797889 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=811736 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25797889 831217664 27095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 811736

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 27025
/proc/meminfo: memFree=1460672/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811164 CPUtime=12.66
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 34527 0 1 0 1247 19 0 0 18 0 12 0 25797879 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202791 31531 1439 9 0 200118 0
[pid=27013/tid=27015] ppid=27011 vsize=811164 CPUtime=10.49
/proc/27013/task/27015/stat : 27015 (java) R 27011 27013 25823 0 -1 64 17324 0 1 0 1038 11 0 0 25 0 12 0 25797880 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4109801306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811164 CPUtime=0.28
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 5747 0 0 0 26 2 0 0 16 0 12 0 25797882 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811164 CPUtime=0.33
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 6377 0 0 0 30 3 0 0 16 0 12 0 25797882 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811164 CPUtime=0.01
/proc/27013/task/27018/stat : 27018 (java) S 27011 27013 25823 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 25797883 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25797884 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25797884 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 25797889 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811164 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 12 0 25797889 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=811164 CPUtime=0.97
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 2424 0 0 0 97 0 0 0 17 0 12 0 25797889 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27024] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25797889 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25797889 830631936 31531 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 811164

[startup+25.5028 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 27025
/proc/meminfo: memFree=1440256/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811164 CPUtime=25.34
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 39298 0 1 0 2513 21 0 0 18 0 12 0 25797879 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202791 36283 1439 9 0 200118 0
[pid=27013/tid=27015] ppid=27011 vsize=811164 CPUtime=23.03
/proc/27013/task/27015/stat : 27015 (java) R 27011 27013 25823 0 -1 64 17343 0 1 0 2292 11 0 0 25 0 12 0 25797880 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4109647477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811164 CPUtime=0.35
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 8359 0 0 0 32 3 0 0 16 0 12 0 25797882 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811164 CPUtime=0.39
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 8517 0 0 0 35 4 0 0 16 0 12 0 25797882 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811164 CPUtime=0.01
/proc/27013/task/27018/stat : 27018 (java) S 27011 27013 25823 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 25797883 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25797884 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25797884 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 25797889 830631936 36283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811164 CPUtime=0.52

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


[startup+902.302 s]
/proc/loadavg: 2.03 2.28 2.18 3/93 27105
/proc/meminfo: memFree=929744/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811164 CPUtime=899.09
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 199325 0 1 0 89808 101 0 0 18 0 12 0 25797879 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202791 172173 1445 9 0 200118 0
[pid=27013/tid=27015] ppid=27011 vsize=811164 CPUtime=410.66
/proc/27013/task/27015/stat : 27015 (java) S 27011 27013 25823 0 -1 64 18295 0 1 0 41051 15 0 0 16 0 12 0 25797880 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811164 CPUtime=4.2
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 76602 0 0 0 390 30 0 0 15 0 12 0 25797882 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811164 CPUtime=4.18
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 76327 0 0 0 386 32 0 0 16 0 12 0 25797882 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811164 CPUtime=477.71
/proc/27013/task/27018/stat : 27018 (java) R 27011 27013 25823 0 -1 64 21582 0 0 0 47752 19 0 0 25 0 12 0 25797883 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 103606652 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25797884 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25797884 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 25797889 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811164 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 12 0 25797889 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=811164 CPUtime=1.74
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 3877 0 0 0 173 1 0 0 17 0 12 0 25797889 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27024] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25797889 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=811164 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25797889 830631936 172173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 899.09
Current children cumulated vsize (KiB) 811164

[startup+905.502 s]
/proc/loadavg: 2.03 2.28 2.17 3/93 27105
/proc/meminfo: memFree=931152/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811488 CPUtime=902.27
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 199334 0 1 0 90126 101 0 0 18 0 13 0 25797879 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202872 172179 1445 9 0 200199 0
[pid=27013/tid=27015] ppid=27011 vsize=811488 CPUtime=410.67
/proc/27013/task/27015/stat : 27015 (java) S 27011 27013 25823 0 -1 64 18299 0 1 0 41052 15 0 0 17 0 13 0 25797880 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811488 CPUtime=4.2
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 76602 0 0 0 390 30 0 0 15 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811488 CPUtime=4.18
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 76327 0 0 0 386 32 0 0 16 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811488 CPUtime=480.89
/proc/27013/task/27018/stat : 27018 (java) R 27011 27013 25823 0 -1 64 21582 0 0 0 48070 19 0 0 25 0 13 0 25797883 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811488 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=811488 CPUtime=1.74
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 3877 0 0 0 173 1 0 0 17 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27024] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 902.27
Current children cumulated vsize (KiB) 811488

[startup+907.102 s]
/proc/loadavg: 2.03 2.28 2.17 3/94 27106
/proc/meminfo: memFree=931144/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811488 CPUtime=903.86
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 199335 0 1 0 90285 101 0 0 18 0 13 0 25797879 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202872 172179 1445 9 0 200199 0
[pid=27013/tid=27015] ppid=27011 vsize=811488 CPUtime=410.67
/proc/27013/task/27015/stat : 27015 (java) S 27011 27013 25823 0 -1 64 18299 0 1 0 41052 15 0 0 17 0 13 0 25797880 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811488 CPUtime=4.2
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 76602 0 0 0 390 30 0 0 15 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811488 CPUtime=4.18
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 76327 0 0 0 386 32 0 0 16 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811488 CPUtime=482.47
/proc/27013/task/27018/stat : 27018 (java) R 27011 27013 25823 0 -1 64 21582 0 0 0 48228 19 0 0 25 0 13 0 25797883 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811488 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=811488 CPUtime=1.74
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 3877 0 0 0 173 1 0 0 17 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27024] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27106] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27106/stat : 27106 (java) S 27011 27013 25823 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 25888424 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 903.86
Current children cumulated vsize (KiB) 811488

[startup+908.703 s]
/proc/loadavg: 2.03 2.28 2.17 3/94 27106
/proc/meminfo: memFree=932808/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811488 CPUtime=905.44
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 199337 0 1 0 90443 101 0 0 18 0 13 0 25797879 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202872 172179 1445 9 0 200199 0
[pid=27013/tid=27015] ppid=27011 vsize=811488 CPUtime=410.67
/proc/27013/task/27015/stat : 27015 (java) S 27011 27013 25823 0 -1 64 18299 0 1 0 41052 15 0 0 17 0 13 0 25797880 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811488 CPUtime=4.2
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 76602 0 0 0 390 30 0 0 15 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811488 CPUtime=4.18
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 76327 0 0 0 386 32 0 0 16 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811488 CPUtime=484.06
/proc/27013/task/27018/stat : 27018 (java) R 27011 27013 25823 0 -1 64 21582 0 0 0 48387 19 0 0 25 0 13 0 25797883 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811488 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=811488 CPUtime=1.74
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 3877 0 0 0 173 1 0 0 17 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27024] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27106] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27106/stat : 27106 (java) S 27011 27013 25823 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 25888424 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 905.44
Current children cumulated vsize (KiB) 811488

[startup+909.503 s]
/proc/loadavg: 2.03 2.28 2.17 3/94 27106
/proc/meminfo: memFree=932808/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=811488 CPUtime=906.24
/proc/27013/stat : 27013 (java) S 27011 27013 25823 0 -1 0 199337 0 1 0 90523 101 0 0 18 0 13 0 25797879 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 202872 172179 1445 9 0 200199 0
[pid=27013/tid=27015] ppid=27011 vsize=811488 CPUtime=410.67
/proc/27013/task/27015/stat : 27015 (java) S 27011 27013 25823 0 -1 64 18299 0 1 0 41052 15 0 0 17 0 13 0 25797880 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27016] ppid=27011 vsize=811488 CPUtime=4.2
/proc/27013/task/27016/stat : 27016 (java) S 27011 27013 25823 0 -1 64 76602 0 0 0 390 30 0 0 15 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27017] ppid=27011 vsize=811488 CPUtime=4.18
/proc/27013/task/27017/stat : 27017 (java) S 27011 27013 25823 0 -1 64 76327 0 0 0 386 32 0 0 16 0 13 0 25797882 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27018] ppid=27011 vsize=811488 CPUtime=484.85
/proc/27013/task/27018/stat : 27018 (java) R 27011 27013 25823 0 -1 64 21582 0 0 0 48466 19 0 0 25 0 13 0 25797883 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27019] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27019/stat : 27019 (java) S 27011 27013 25823 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27020] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27020/stat : 27020 (java) S 27011 27013 25823 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25797884 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27021] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27021/stat : 27021 (java) S 27011 27013 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27022] ppid=27011 vsize=811488 CPUtime=0.52
/proc/27013/task/27022/stat : 27022 (java) S 27011 27013 25823 0 -1 64 1902 0 0 0 52 0 0 0 16 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27013/tid=27023] ppid=27011 vsize=811488 CPUtime=1.74
/proc/27013/task/27023/stat : 27023 (java) S 27011 27013 25823 0 -1 64 3877 0 0 0 173 1 0 0 17 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27024] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27024/stat : 27024 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27025] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27025/stat : 27025 (java) S 27011 27013 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25797889 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27013/tid=27106] ppid=27011 vsize=811488 CPUtime=0
/proc/27013/task/27106/stat : 27106 (java) S 27011 27013 25823 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 25888424 830963712 172179 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 906.24
Current children cumulated vsize (KiB) 811488

[startup+909.902 s]
/proc/loadavg: 2.03 2.28 2.17 3/94 27106
/proc/meminfo: memFree=932808/2055920 swapFree=4192812/4192956
[pid=27013] ppid=27011 vsize=0 CPUtime=906.6
/proc/27013/stat : 27013 (java) Z 27011 27013 25823 0 -1 12 199348 0 1 0 90557 103 0 0 16 0 2 0 25797879 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 906.6
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 909.991
CPU time (s): 906.7
CPU user time (s): 905.576
CPU system time (s): 1.12383
CPU usage (%): 99.6384
Max. virtual memory (cumulated for all children) (KiB): 817172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 905.576
system time used= 1.12383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199348
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= 28511
involuntary context switches= 31997

runsolver used 1.10783 second user time and 3.08453 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 10:29:04
IDJOB=2087960
IDBENCH=58829
IDSOLVER=731
FILE ID=node61/2087960-1247387344
PBS_JOBID= 9507205
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 2f661a5e66156e9731263f7627d06127
RANDOM SEED=1490125582

node61.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.229
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.229
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:       1581120 kB
Buffers:         75400 kB
Cached:         196940 kB
SwapCached:          0 kB
Active:         303004 kB
Inactive:       114416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:         165604 kB
Slab:            42364 kB
Committed_AS:   423576 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node61 at 2009-07-12 10:44:14