Trace number 1085917

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 1213.35 1223.58

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-9.xml
MD5SUM8646843a2e95f500eada934cacf94d53
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 benchmark53.7878
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.37	c version 9.9.9.token
0.28/0.37	c sun.arch.data.model	32
0.28/0.37	c java.version	1.6.0_06
0.28/0.37	c os.name	Linux
0.28/0.37	c os.version	2.6.9-22.EL.rootsmp
0.28/0.37	c os.arch	i386
0.28/0.37	c Free memory 669864272
0.28/0.37	c Max memory 672137216
0.28/0.37	c Total memory 672137216
0.28/0.37	c Number of processors 2
0.38/0.42	c c --- Begin Solver configuration ---
0.38/0.42	c Stops conflict analysis at the first Unique Implication Point
0.38/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.42	c Learn all clauses as in MiniSAT
0.38/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.42	c Expensive reason simplification
0.38/0.42	c MiniSAT restarts strategy
0.38/0.42	c timeout=2147483s
0.38/0.42	c DB Simplification allowed=false
0.38/0.42	c --- End Solver configuration ---
0.38/0.42	c solving HOME/instance-1085917-1215236091.xml
0.38/0.42	c reading problem ... 
0.69/0.70	c reading problem named null
0.69/0.70	c reading domains done.
0.99/1.06	c reading variables done.
2.61/2.47	c reading predicates  done.
2.81/2.66	c reading constraints
1205.46/1215.65	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1210.61/1220.87		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
1210.61/1220.87		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
1210.61/1220.87		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
1210.61/1220.87		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
1210.61/1220.87		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
1210.61/1220.87		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
1210.61/1220.87		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
1210.61/1220.87		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
1210.61/1220.87		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
1210.61/1220.87		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
1210.61/1220.87		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1210.61/1220.87		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1210.61/1220.87		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
1210.61/1220.87		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
1210.61/1220.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
1210.61/1220.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
1210.61/1220.87		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
1212.89/1223.16	c starts		: 0
1212.89/1223.16	c conflicts		: 0
1212.89/1223.16	c decisions		: 0
1212.89/1223.16	c propagations		: 0
1212.89/1223.16	c inspects		: 0
1212.89/1223.16	c learnt literals	: 0
1212.89/1223.16	c learnt binary clauses	: 0
1212.89/1223.16	c learnt ternary clauses	: 0
1212.89/1223.16	c learnt clauses	: 0
1212.89/1223.16	c ignored clauses	: 0
1212.89/1223.16	c root simplifications	: 0
1212.89/1223.16	c removed literals (reason simplification)	: 0
1212.89/1223.16	c reason swapping (by a shorter reason)	: 0
1212.89/1223.16	c Calls to reduceDB	: 0
1212.89/1223.16	c speed (assignments/second)	: 0.0
1212.89/1223.16	c non guided choices	0
1212.89/1223.16	s UNKNOWN
1212.89/1223.16	c Total wall clock time (in seconds) : 1220.448

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085917-1215236091/watcher-1085917-1215236091 -o /tmp/evaluation-result-1085917-1215236091/solver-1085917-1215236091 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085917-1215236091.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 2.03 2.05 4/72 31137
/proc/meminfo: memFree=1708840/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=18572 CPUtime=0
/proc/31137/stat : 31137 (runsolver) R 31135 31137 28672 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 2002584262 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31137/statm: 4643 292 257 25 0 2626 0

[startup+0.0837819 s]
/proc/loadavg: 1.91 2.03 2.05 4/72 31137
/proc/meminfo: memFree=1708840/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=802236 CPUtime=0.07
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 2793 0 1 0 5 2 0 0 18 0 7 0 2002584262 821489664 2528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 200559 2528 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.103233 s]
/proc/loadavg: 1.91 2.03 2.05 4/72 31137
/proc/meminfo: memFree=1708840/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=804612 CPUtime=0.09
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 2973 0 1 0 7 2 0 0 18 0 12 0 2002584262 823922688 2706 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 201153 2706 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301258 s]
/proc/loadavg: 1.91 2.03 2.05 4/72 31137
/proc/meminfo: memFree=1708840/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=808276 CPUtime=0.28
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 4908 0 1 0 25 3 0 0 18 0 12 0 2002584262 827674624 4235 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 202069 4235 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.7013 s]
/proc/loadavg: 1.91 2.03 2.05 4/72 31137
/proc/meminfo: memFree=1708840/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=808304 CPUtime=0.69
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 6330 0 1 0 63 6 0 0 18 0 12 0 2002584262 827703296 5458 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 202076 5458 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808304

[startup+1.50239 s]
/proc/loadavg: 1.91 2.03 2.05 4/84 31149
/proc/meminfo: memFree=1691464/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=808304 CPUtime=1.48
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 8187 0 1 0 142 6 0 0 18 0 12 0 2002584262 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 202076 6652 1343 9 0 199438 0
[pid=31137/tid=31139] ppid=31135 vsize=808304 CPUtime=0.78
/proc/31137/task/31139/stat : 31139 (java) R 31135 31137 28672 0 -1 64 4899 0 1 0 74 4 0 0 24 0 12 0 2002584264 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 104119564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584265 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002584265 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31142/stat : 31142 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002584267 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2002584268 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2002584268 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=808304 CPUtime=0.22
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 400 0 0 0 22 0 0 0 16 0 12 0 2002584272 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=808304 CPUtime=0.45
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 2125 0 0 0 45 0 0 0 16 0 12 0 2002584272 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002584272 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=808304 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) R 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002584272 827703296 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808304

[startup+3.10256 s]
/proc/loadavg: 1.91 2.03 2.05 5/84 31149
/proc/meminfo: memFree=1627720/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=819104 CPUtime=3.31
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 37412 0 1 0 309 22 0 0 18 0 12 0 2002584262 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 204776 32951 1383 9 0 202138 0
[pid=31137/tid=31139] ppid=31135 vsize=819104 CPUtime=1.37
/proc/31137/task/31139/stat : 31139 (java) R 31135 31137 28672 0 -1 64 17304 0 1 0 125 12 0 0 19 0 12 0 2002584264 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 103440261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=819104 CPUtime=0.28
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 5785 0 0 0 26 2 0 0 18 0 12 0 2002584265 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=819104 CPUtime=0.33
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 7408 0 0 0 31 2 0 0 20 0 12 0 2002584265 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=819104 CPUtime=0
/proc/31137/task/31142/stat : 31142 (java) S 31135 31137 28672 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002584267 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=819104 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002584268 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=819104 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002584268 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=819104 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=819104 CPUtime=0.33
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 443 0 0 0 33 0 0 0 16 0 12 0 2002584272 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=819104 CPUtime=0.96
/proc/31137/task/31147/stat : 31147 (java) R 31135 31137 28672 0 -1 64 5680 0 0 0 93 3 0 0 18 0 12 0 2002584272 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 104112603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=819104 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002584272 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=819104 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002584272 838762496 32951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 819104

[startup+6.30189 s]
/proc/loadavg: 1.92 2.03 2.05 3/84 31149
/proc/meminfo: memFree=1560584/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=817752 CPUtime=6.55
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 44537 0 1 0 629 26 0 0 18 0 12 0 2002584262 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 204438 39019 1389 9 0 201800 0
[pid=31137/tid=31139] ppid=31135 vsize=817752 CPUtime=3.42
/proc/31137/task/31139/stat : 31139 (java) R 31135 31137 28672 0 -1 64 17316 0 1 0 330 12 0 0 25 0 12 0 2002584264 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4109791462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=817752 CPUtime=0.56
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 10141 0 0 0 51 5 0 0 16 0 12 0 2002584265 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=817752 CPUtime=0.53
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 9471 0 0 0 50 3 0 0 16 0 12 0 2002584265 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31142/stat : 31142 (java) S 31135 31137 28672 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2002584267 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002584268 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002584268 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=817752 CPUtime=0.56
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 457 0 0 0 56 0 0 0 16 0 12 0 2002584272 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=817752 CPUtime=1.42
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 6359 0 0 0 139 3 0 0 17 0 12 0 2002584272 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002584272 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002584272 837378048 39019 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 817752

[startup+12.7026 s]
/proc/loadavg: 1.93 2.03 2.05 3/84 31149
/proc/meminfo: memFree=1535112/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=817752 CPUtime=12.91
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 50426 0 1 0 1262 29 0 0 18 0 12 0 2002584262 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 204438 44890 1389 9 0 201800 0
[pid=31137/tid=31139] ppid=31135 vsize=817752 CPUtime=9.4
/proc/31137/task/31139/stat : 31139 (java) R 31135 31137 28672 0 -1 64 17335 0 1 0 928 12 0 0 25 0 12 0 2002584264 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4109790766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=817752 CPUtime=0.68
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 12131 0 0 0 62 6 0 0 16 0 12 0 2002584265 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=817752 CPUtime=0.68
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 13343 0 0 0 63 5 0 0 16 0 12 0 2002584265 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=817752 CPUtime=0.01
/proc/31137/task/31142/stat : 31142 (java) S 31135 31137 28672 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 2002584267 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002584268 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002584268 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=817752 CPUtime=0.62
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 462 0 0 0 62 0 0 0 16 0 12 0 2002584272 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=817752 CPUtime=1.46
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 6362 0 0 0 143 3 0 0 16 0 12 0 2002584272 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002584272 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002584272 837378048 44890 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 817752

[startup+25.5029 s]
/proc/loadavg: 1.94 2.03 2.05 3/84 31149
/proc/meminfo: memFree=1506440/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=817752 CPUtime=25.65
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 57666 0 1 0 2531 34 0 0 18 0 12 0 2002584262 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 204438 52107 1390 9 0 201800 0
[pid=31137/tid=31139] ppid=31135 vsize=817752 CPUtime=21.76
/proc/31137/task/31139/stat : 31139 (java) R 31135 31137 28672 0 -1 64 17360 0 1 0 2164 12 0 0 25 0 12 0 2002584264 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4109889183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=817752 CPUtime=0.81
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 15928 0 0 0 72 9 0 0 16 0 12 0 2002584265 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=817752 CPUtime=0.79
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 16751 0 0 0 72 7 0 0 16 0 12 0 2002584265 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=817752 CPUtime=0.01
/proc/31137/task/31142/stat : 31142 (java) S 31135 31137 28672 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 2002584267 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002584268 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002584268 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=817752 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 837378048 52107 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1193.08
Current children cumulated vsize (KiB) 817752

[startup+1215.9 s]
/proc/loadavg: 2.00 2.03 2.06 3/84 31151
/proc/meminfo: memFree=1010696/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=821756 CPUtime=1205.76
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 803344 0 1 0 120094 482 0 0 18 0 12 0 2002584262 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 205439 175142 1402 9 0 202801 0
[pid=31137/tid=31139] ppid=31135 vsize=821756 CPUtime=273.95
/proc/31137/task/31139/stat : 31139 (java) S 31135 31137 28672 0 -1 64 18237 0 1 0 27380 15 0 0 16 0 12 0 2002584264 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=821756 CPUtime=4.02
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 75055 0 0 0 366 36 0 0 16 0 12 0 2002584265 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=821756 CPUtime=3.99
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 79426 0 0 0 362 37 0 0 15 0 12 0 2002584265 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=821756 CPUtime=920.66
/proc/31137/task/31142/stat : 31142 (java) R 31135 31137 28672 0 -1 64 622733 0 0 0 91680 386 0 0 25 0 12 0 2002584267 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 105677206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002584268 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002584268 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=821756 CPUtime=1.28
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 749 0 0 0 128 0 0 0 16 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=821756 CPUtime=1.77
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 6382 0 0 0 174 3 0 0 16 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1205.76
Current children cumulated vsize (KiB) 821756

[startup+1219.1 s]
/proc/loadavg: 2.00 2.03 2.06 3/84 31151
/proc/meminfo: memFree=1010696/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=821756 CPUtime=1208.93
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 805347 0 1 0 120409 484 0 0 18 0 12 0 2002584262 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 205439 175142 1402 9 0 202801 0
[pid=31137/tid=31139] ppid=31135 vsize=821756 CPUtime=273.95
/proc/31137/task/31139/stat : 31139 (java) S 31135 31137 28672 0 -1 64 18238 0 1 0 27380 15 0 0 16 0 12 0 2002584264 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=821756 CPUtime=4.02
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 75055 0 0 0 366 36 0 0 16 0 12 0 2002584265 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=821756 CPUtime=3.99
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 79426 0 0 0 362 37 0 0 15 0 12 0 2002584265 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=821756 CPUtime=923.82
/proc/31137/task/31142/stat : 31142 (java) R 31135 31137 28672 0 -1 64 624735 0 0 0 91995 387 0 0 25 0 12 0 2002584267 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002584268 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002584268 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=821756 CPUtime=1.28
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 749 0 0 0 128 0 0 0 16 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=821756 CPUtime=1.77
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 6382 0 0 0 174 3 0 0 16 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1208.93
Current children cumulated vsize (KiB) 821756

[startup+1220.7 s]
/proc/loadavg: 2.00 2.03 2.06 3/84 31151
/proc/meminfo: memFree=1010696/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=821756 CPUtime=1210.51
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 805347 0 1 0 120567 484 0 0 18 0 12 0 2002584262 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 205439 175142 1402 9 0 202801 0
[pid=31137/tid=31139] ppid=31135 vsize=821756 CPUtime=273.95
/proc/31137/task/31139/stat : 31139 (java) S 31135 31137 28672 0 -1 64 18238 0 1 0 27380 15 0 0 16 0 12 0 2002584264 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=821756 CPUtime=4.02
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 75055 0 0 0 366 36 0 0 16 0 12 0 2002584265 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=821756 CPUtime=3.99
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 79426 0 0 0 362 37 0 0 15 0 12 0 2002584265 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=821756 CPUtime=925.4
/proc/31137/task/31142/stat : 31142 (java) R 31135 31137 28672 0 -1 64 624735 0 0 0 92153 387 0 0 25 0 12 0 2002584267 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002584268 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2002584268 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=821756 CPUtime=1.28
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 749 0 0 0 128 0 0 0 16 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=821756 CPUtime=1.77
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 6382 0 0 0 174 3 0 0 16 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=821756 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002584272 841478144 175142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1210.51
Current children cumulated vsize (KiB) 821756

[startup+1222.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 31152
/proc/meminfo: memFree=1010688/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=822080 CPUtime=1212.09
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 806357 0 1 0 120725 484 0 0 18 0 13 0 2002584262 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 205520 175150 1402 9 0 202882 0
[pid=31137/tid=31139] ppid=31135 vsize=822080 CPUtime=273.96
/proc/31137/task/31139/stat : 31139 (java) S 31135 31137 28672 0 -1 64 18243 0 1 0 27381 15 0 0 17 0 13 0 2002584264 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=822080 CPUtime=4.02
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 75055 0 0 0 366 36 0 0 16 0 13 0 2002584265 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=822080 CPUtime=3.99
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 79426 0 0 0 362 37 0 0 15 0 13 0 2002584265 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=822080 CPUtime=926.99
/proc/31137/task/31142/stat : 31142 (java) R 31135 31137 28672 0 -1 64 625736 0 0 0 92311 388 0 0 25 0 13 0 2002584267 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002584268 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002584268 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=822080 CPUtime=1.28
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 749 0 0 0 128 0 0 0 16 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=822080 CPUtime=1.77
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 6382 0 0 0 174 3 0 0 16 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) S 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31152] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31152/stat : 31152 (java) S 31135 31137 28672 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 2002706349 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1212.09
Current children cumulated vsize (KiB) 822080

[startup+1223.1 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 31152
/proc/meminfo: memFree=1010688/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=822080 CPUtime=1212.89
/proc/31137/stat : 31137 (java) S 31135 31137 28672 0 -1 0 806357 0 1 0 120805 484 0 0 18 0 13 0 2002584262 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 205520 175150 1402 9 0 202882 0
[pid=31137/tid=31139] ppid=31135 vsize=822080 CPUtime=273.96
/proc/31137/task/31139/stat : 31139 (java) S 31135 31137 28672 0 -1 64 18243 0 1 0 27381 15 0 0 17 0 13 0 2002584264 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31140] ppid=31135 vsize=822080 CPUtime=4.02
/proc/31137/task/31140/stat : 31140 (java) S 31135 31137 28672 0 -1 64 75055 0 0 0 366 36 0 0 16 0 13 0 2002584265 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31141] ppid=31135 vsize=822080 CPUtime=3.99
/proc/31137/task/31141/stat : 31141 (java) S 31135 31137 28672 0 -1 64 79426 0 0 0 362 37 0 0 15 0 13 0 2002584265 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31142] ppid=31135 vsize=822080 CPUtime=927.78
/proc/31137/task/31142/stat : 31142 (java) R 31135 31137 28672 0 -1 64 625736 0 0 0 92390 388 0 0 25 0 13 0 2002584267 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31143] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31143/stat : 31143 (java) S 31135 31137 28672 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 2002584268 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31144] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31144/stat : 31144 (java) S 31135 31137 28672 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002584268 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31145] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31145/stat : 31145 (java) S 31135 31137 28672 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31146] ppid=31135 vsize=822080 CPUtime=1.28
/proc/31137/task/31146/stat : 31146 (java) S 31135 31137 28672 0 -1 64 749 0 0 0 128 0 0 0 16 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31147] ppid=31135 vsize=822080 CPUtime=1.77
/proc/31137/task/31147/stat : 31147 (java) S 31135 31137 28672 0 -1 64 6382 0 0 0 174 3 0 0 16 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31148] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31148/stat : 31148 (java) S 31135 31137 28672 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31149] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31149/stat : 31149 (java) R 31135 31137 28672 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002584272 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31137/tid=31152] ppid=31135 vsize=822080 CPUtime=0
/proc/31137/task/31152/stat : 31152 (java) S 31135 31137 28672 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 2002706349 841809920 175150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1212.89
Current children cumulated vsize (KiB) 822080

[startup+1223.5 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 31152
/proc/meminfo: memFree=1010688/2055920 swapFree=4180056/4192956
[pid=31137] ppid=31135 vsize=0 CPUtime=1213.26
/proc/31137/stat : 31137 (java) Z 31135 31137 28672 0 -1 12 806363 0 1 0 120838 488 0 0 16 0 2 0 2002584262 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31137/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1213.26
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1223.58
CPU time (s): 1213.35
CPU user time (s): 1208.39
CPU system time (s): 4.96225
CPU usage (%): 99.1637
Max. virtual memory (cumulated for all children) (KiB): 832004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1208.39
system time used= 4.96225
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 806363
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= 30543
involuntary context switches= 51374

runsolver used 1.59676 second user time and 4.04738 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 07:34:51
IDJOB=1085917
IDBENCH=57726
IDSOLVER=344
FILE ID=node7/1085917-1215236091
PBS_JOBID= 7881875
Free space on /tmp= 66516 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085917-1215236091/watcher-1085917-1215236091 -o /tmp/evaluation-result-1085917-1215236091/solver-1085917-1215236091 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085917-1215236091.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8646843a2e95f500eada934cacf94d53
RANDOM SEED=233646038

node7.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.236
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.236
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:       1709320 kB
Buffers:         49152 kB
Cached:         196628 kB
SwapCached:       7384 kB
Active:         201664 kB
Inactive:        89572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709320 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            4664 kB
Writeback:           0 kB
Mapped:          52936 kB
Slab:            40780 kB
Committed_AS:  3588144 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node7 at 2008-07-05 07:55:15