Trace number 1041128

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? 453.483 451.4

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-30-30.xml
MD5SUMe85d2010148b38b130e5f78ed4e296ed
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.348946
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints2178
Maximum constraint arity30
Maximum domain size97
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1741
Global constraints used (with number of constraints)cumulative(2),weightedsum(435)

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.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1041128-1214999891.xml
0.38/0.41	c reading problem ... 
0.58/0.69	c reading problem named null
0.58/0.69	c reading domains done.
0.67/0.70	c reading variables done.
1.46/1.54	c reading predicates  done.
1.67/1.73	c reading constraints
432.38/430.19	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
432.38/430.19		at org.sat4j.core.Vec.ensure(Vec.java:175)
432.38/430.19		at org.sat4j.core.Vec.push(Vec.java:182)
432.38/430.19		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
432.38/430.19		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:52)
432.38/430.19		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
432.38/430.19		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
432.38/430.19		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
432.38/430.19		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
432.38/430.20		at org.sat4j.csp.Predicate.find(Predicate.java:132)
432.38/430.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
432.38/430.20		at org.sat4j.csp.Predicate.find(Predicate.java:139)
440.80/438.70		at org.sat4j.csp.Predicate.find(Predicate.java:139)
440.90/438.70		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
440.90/438.70		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
440.90/438.70		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
440.90/438.70		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
440.90/438.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
440.90/438.70		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
440.90/438.70		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
440.90/438.70		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
440.90/438.70		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
440.90/438.70		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
440.90/438.70		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
453.09/451.01	c starts		: 0
453.09/451.01	c conflicts		: 0
453.09/451.01	c decisions		: 0
453.09/451.01	c propagations		: 0
453.09/451.01	c inspects		: 0
453.09/451.01	c learnt literals	: 0
453.09/451.01	c learnt binary clauses	: 0
453.09/451.01	c learnt ternary clauses	: 0
453.09/451.01	c learnt clauses	: 0
453.09/451.01	c ignored clauses	: 0
453.09/451.01	c root simplifications	: 0
453.09/451.01	c removed literals (reason simplification)	: 0
453.09/451.01	c reason swapping (by a shorter reason)	: 0
453.09/451.01	c Calls to reduceDB	: 0
453.09/451.01	c speed (assignments/second)	: 0.0
453.09/451.01	c non guided choices	0
453.09/451.01	s UNKNOWN
453.09/451.01	c Total wall clock time (in seconds) : 438.287

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-1041128-1214999891/watcher-1041128-1214999891 -o /tmp/evaluation-result-1041128-1214999891/solver-1041128-1214999891 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041128-1214999891.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: 2.00 2.00 1.87 3/73 25960
/proc/meminfo: memFree=1654824/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=18572 CPUtime=0
/proc/25960/stat : 25960 (runsolver) R 25958 25960 25415 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1978964495 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/25960/statm: 4643 292 257 25 0 2626 0

[startup+0.0178071 s]
/proc/loadavg: 2.00 2.00 1.87 3/73 25960
/proc/meminfo: memFree=1654824/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=13292 CPUtime=0
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 767 0 0 0 0 0 0 0 18 0 2 0 1978964495 13611008 559 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 3323 559 234 9 0 1233 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13292

[startup+0.101797 s]
/proc/loadavg: 2.00 2.00 1.87 3/73 25960
/proc/meminfo: memFree=1654824/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=804612 CPUtime=0.08
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 2985 0 1 0 5 3 0 0 18 0 12 0 1978964495 823922688 2718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 201153 2718 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301807 s]
/proc/loadavg: 2.00 2.00 1.87 3/73 25960
/proc/meminfo: memFree=1654824/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=807760 CPUtime=0.28
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 4791 0 1 0 24 4 0 0 18 0 12 0 1978964495 827146240 4120 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 201940 4120 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701839 s]
/proc/loadavg: 2.00 2.00 1.87 3/73 25960
/proc/meminfo: memFree=1654824/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=807788 CPUtime=0.67
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 6245 0 1 0 61 6 0 0 18 0 12 0 1978964495 827174912 5375 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 201947 5375 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+1.50191 s]
/proc/loadavg: 2.00 2.00 1.87 4/85 25972
/proc/meminfo: memFree=1637896/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=807788 CPUtime=1.46
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 7741 0 1 0 139 7 0 0 18 0 12 0 1978964495 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 201947 6122 1347 9 0 199309 0
[pid=25960/tid=25962] ppid=25958 vsize=807788 CPUtime=0.74
/proc/25960/task/25962/stat : 25962 (java) R 25958 25960 25415 0 -1 64 4479 0 1 0 69 5 0 0 21 0 12 0 1978964497 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978964498 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1978964498 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 25415 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1978964500 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1978964500 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1978964500 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978964504 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=807788 CPUtime=0.37
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1147 0 0 0 37 0 0 0 16 0 12 0 1978964504 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=807788 CPUtime=0.32
/proc/25960/task/25970/stat : 25970 (java) R 25958 25960 25415 0 -1 64 1353 0 0 0 32 0 0 0 16 0 12 0 1978964504 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 103421897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978964505 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=807788 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978964505 827174912 6122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 807788

[startup+3.10204 s]
/proc/loadavg: 2.00 2.00 1.87 4/85 25972
/proc/meminfo: memFree=1624520/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=815972 CPUtime=3.06
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 15262 0 1 0 296 10 0 0 18 0 12 0 1978964495 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 203993 11236 1375 9 0 201355 0
[pid=25960/tid=25962] ppid=25958 vsize=815972 CPUtime=1.42
/proc/25960/task/25962/stat : 25962 (java) R 25958 25960 25415 0 -1 64 7506 0 1 0 136 6 0 0 22 0 12 0 1978964497 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4109700073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978964498 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1978964498 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25965/stat : 25965 (java) R 25958 25960 25415 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978964500 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1978964500 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1978964500 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978964504 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=815972 CPUtime=0.74
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1472 0 0 0 74 0 0 0 16 0 12 0 1978964504 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=815972 CPUtime=0.86
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5522 0 0 0 84 2 0 0 16 0 12 0 1978964504 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978964505 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=815972 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978964505 835555328 11236 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815972

[startup+6.30231 s]
/proc/loadavg: 2.08 2.02 1.87 3/85 25972
/proc/meminfo: memFree=1543944/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=818160 CPUtime=6.26
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 34659 0 1 0 606 20 0 0 18 0 12 0 1978964495 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 204540 29700 1380 9 0 201902 0
[pid=25960/tid=25962] ppid=25958 vsize=818160 CPUtime=4.05
/proc/25960/task/25962/stat : 25962 (java) R 25958 25960 25415 0 -1 64 17271 0 1 0 393 12 0 0 25 0 12 0 1978964497 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=818160 CPUtime=0.28
/proc/25960/task/25963/stat : 25963 (java) R 25958 25960 25415 0 -1 64 5251 0 0 0 26 2 0 0 17 0 12 0 1978964498 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 106158038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=818160 CPUtime=0.26
/proc/25960/task/25964/stat : 25964 (java) R 25958 25960 25415 0 -1 64 4350 0 0 0 25 1 0 0 17 0 12 0 1978964498 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=818160 CPUtime=0
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 25415 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 1978964500 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=818160 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1978964500 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=818160 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978964500 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=818160 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978964504 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=818160 CPUtime=0.75
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1473 0 0 0 75 0 0 0 16 0 12 0 1978964504 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=818160 CPUtime=0.87
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5522 0 0 0 85 2 0 0 17 0 12 0 1978964504 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=818160 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978964505 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=818160 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978964505 837795840 29700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 818160

[startup+12.7028 s]
/proc/loadavg: 2.31 2.07 1.89 3/85 25972
/proc/meminfo: memFree=1479816/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=823348 CPUtime=13.64
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 53964 0 1 0 1335 29 0 0 18 0 12 0 1978964495 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 205837 46359 1380 9 0 203199 0
[pid=25960/tid=25962] ppid=25958 vsize=823348 CPUtime=8.28
/proc/25960/task/25962/stat : 25962 (java) R 25958 25960 25415 0 -1 64 17278 0 1 0 816 12 0 0 18 0 12 0 1978964497 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4109318631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=823348 CPUtime=1.83
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 15233 0 0 0 176 7 0 0 17 0 12 0 1978964498 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=823348 CPUtime=1.85
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 13665 0 0 0 179 6 0 0 17 0 12 0 1978964498 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 25415 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 1978964500 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1978964500 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978964500 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978964504 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=823348 CPUtime=0.75
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1473 0 0 0 75 0 0 0 16 0 12 0 1978964504 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25960/tid=25970] ppid=25958 vsize=823348 CPUtime=0.87
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5522 0 0 0 85 2 0 0 17 0 12 0 1978964504 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25960/tid=25971] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978964505 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978964505 843108352 46359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 823348

[startup+25.5019 s]
/proc/loadavg: 2.38 2.10 1.90 3/85 25972
/proc/meminfo: memFree=1353864/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=823348 CPUtime=27.21
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 84884 0 1 0 2677 44 0 0 18 0 12 0 1978964495 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 205837 76360 1380 9 0 203199 0
[pid=25960/tid=25962] ppid=25958 vsize=823348 CPUtime=17.75
/proc/25960/task/25962/stat : 25962 (java) R 25958 25960 25415 0 -1 64 17300 0 1 0 1763 12 0 0 19 0 12 0 1978964497 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4109318637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=823348 CPUtime=3.7
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 31016 0 0 0 358 12 0 0 17 0 12 0 1978964498 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=823348 CPUtime=3.92
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 28768 0 0 0 378 14 0 0 17 0 12 0 1978964498 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 25415 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1978964500 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1978964500 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978964500 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=823348 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1978964504 843108352 76360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+441.503 s]
/proc/loadavg: 2.00 2.05 1.95 3/87 25980
/proc/meminfo: memFree=953464/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=823672 CPUtime=443.67
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 583287 0 1 0 44083 284 0 0 18 0 13 0 1978964495 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 205918 175519 1400 9 0 203280 0
[pid=25960/tid=25962] ppid=25958 vsize=823672 CPUtime=59.24
/proc/25960/task/25962/stat : 25962 (java) S 25958 25960 25415 0 -1 64 35880 0 1 0 5902 22 0 0 17 0 13 0 1978964497 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=823672 CPUtime=11.65
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 66045 0 0 0 1137 28 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=823672 CPUtime=11.8
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 70579 0 0 0 1148 32 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=823672 CPUtime=358.41
/proc/25960/task/25965/stat : 25965 (java) R 25958 25960 25415 0 -1 64 402573 0 0 0 35644 197 0 0 25 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=823672 CPUtime=1.12
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1500 0 0 0 112 0 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=823672 CPUtime=1.39
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5944 0 0 0 137 2 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25980] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25980/stat : 25980 (java) S 25958 25960 25415 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1979008365 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.67
Current children cumulated vsize (KiB) 823672

[startup+447.903 s]
/proc/loadavg: 2.00 2.05 1.95 3/87 25980
/proc/meminfo: memFree=953464/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=823672 CPUtime=450.01
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 583288 0 1 0 44717 284 0 0 18 0 13 0 1978964495 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 205918 175519 1400 9 0 203280 0
[pid=25960/tid=25962] ppid=25958 vsize=823672 CPUtime=59.24
/proc/25960/task/25962/stat : 25962 (java) S 25958 25960 25415 0 -1 64 35880 0 1 0 5902 22 0 0 17 0 13 0 1978964497 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=823672 CPUtime=11.65
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 66045 0 0 0 1137 28 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=823672 CPUtime=11.8
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 70579 0 0 0 1148 32 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=823672 CPUtime=364.75
/proc/25960/task/25965/stat : 25965 (java) R 25958 25960 25415 0 -1 64 402573 0 0 0 36278 197 0 0 25 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 105677359 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=823672 CPUtime=1.12
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1500 0 0 0 112 0 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=823672 CPUtime=1.39
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5944 0 0 0 137 2 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25980] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25980/stat : 25980 (java) S 25958 25960 25415 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979008365 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 450.01
Current children cumulated vsize (KiB) 823672

[startup+449.503 s]
/proc/loadavg: 2.00 2.05 1.95 3/87 25980
/proc/meminfo: memFree=953464/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=823672 CPUtime=451.6
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 583288 0 1 0 44876 284 0 0 18 0 13 0 1978964495 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 205918 175519 1400 9 0 203280 0
[pid=25960/tid=25962] ppid=25958 vsize=823672 CPUtime=59.24
/proc/25960/task/25962/stat : 25962 (java) S 25958 25960 25415 0 -1 64 35880 0 1 0 5902 22 0 0 17 0 13 0 1978964497 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=823672 CPUtime=11.65
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 66045 0 0 0 1137 28 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=823672 CPUtime=11.8
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 70579 0 0 0 1148 32 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=823672 CPUtime=366.34
/proc/25960/task/25965/stat : 25965 (java) R 25958 25960 25415 0 -1 64 402573 0 0 0 36437 197 0 0 25 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=823672 CPUtime=1.12
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1500 0 0 0 112 0 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=823672 CPUtime=1.39
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5944 0 0 0 137 2 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25980] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25980/stat : 25980 (java) S 25958 25960 25415 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979008365 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 451.6
Current children cumulated vsize (KiB) 823672

[startup+450.303 s]
/proc/loadavg: 2.00 2.05 1.95 3/87 25980
/proc/meminfo: memFree=953464/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=823672 CPUtime=452.39
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 583288 0 1 0 44955 284 0 0 18 0 13 0 1978964495 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 205918 175519 1400 9 0 203280 0
[pid=25960/tid=25962] ppid=25958 vsize=823672 CPUtime=59.24
/proc/25960/task/25962/stat : 25962 (java) S 25958 25960 25415 0 -1 64 35880 0 1 0 5902 22 0 0 17 0 13 0 1978964497 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=823672 CPUtime=11.65
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 66045 0 0 0 1137 28 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=823672 CPUtime=11.8
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 70579 0 0 0 1148 32 0 0 16 0 13 0 1978964498 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=823672 CPUtime=367.13
/proc/25960/task/25965/stat : 25965 (java) R 25958 25960 25415 0 -1 64 402573 0 0 0 36516 197 0 0 25 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1978964500 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=823672 CPUtime=1.12
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1500 0 0 0 112 0 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=823672 CPUtime=1.39
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5944 0 0 0 137 2 0 0 16 0 13 0 1978964504 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25972] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1978964505 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25980] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25980/stat : 25980 (java) S 25958 25960 25415 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1979008365 843440128 175519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 452.39
Current children cumulated vsize (KiB) 823672

[startup+451.103 s]
/proc/loadavg: 2.00 2.05 1.95 3/87 25980
/proc/meminfo: memFree=953464/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=823672 CPUtime=453.18
/proc/25960/stat : 25960 (java) S 25958 25960 25415 0 -1 0 583291 0 1 0 45034 284 0 0 18 0 11 0 1978964495 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 205918 175520 1401 9 0 203280 0
[pid=25960/tid=25962] ppid=25958 vsize=823672 CPUtime=59.24
/proc/25960/task/25962/stat : 25962 (java) S 25958 25960 25415 0 -1 64 35881 0 1 0 5902 22 0 0 16 0 11 0 1978964497 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25963] ppid=25958 vsize=823672 CPUtime=11.65
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 25415 0 -1 64 66045 0 0 0 1137 28 0 0 16 0 11 0 1978964498 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25964] ppid=25958 vsize=823672 CPUtime=11.8
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 25415 0 -1 64 70579 0 0 0 1148 32 0 0 16 0 11 0 1978964498 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25965] ppid=25958 vsize=823672 CPUtime=367.92
/proc/25960/task/25965/stat : 25965 (java) R 25958 25960 25415 0 -1 64 402573 0 0 0 36595 197 0 0 25 0 11 0 1978964500 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 106122623 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25966] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 11 0 1978964500 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25967] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 25415 0 -1 64 7 0 0 0 0 0 0 0 17 0 11 0 1978964500 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25968] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 25415 0 -1 64 2 0 0 0 0 0 0 0 18 0 11 0 1978964504 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25969] ppid=25958 vsize=823672 CPUtime=1.12
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 25415 0 -1 64 1500 0 0 0 112 0 0 0 16 0 11 0 1978964504 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25970] ppid=25958 vsize=823672 CPUtime=1.39
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 25415 0 -1 64 5944 0 0 0 137 2 0 0 16 0 11 0 1978964504 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25960/tid=25971] ppid=25958 vsize=823672 CPUtime=0
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 25415 0 -1 64 0 0 0 0 0 0 0 0 20 0 11 0 1978964505 843440128 175520 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 453.18
Current children cumulated vsize (KiB) 823672

[startup+451.303 s]
/proc/loadavg: 2.00 2.05 1.95 3/87 25980
/proc/meminfo: memFree=953464/2055920 swapFree=4180472/4192956
[pid=25960] ppid=25958 vsize=0 CPUtime=453.37
/proc/25960/stat : 25960 (java) Z 25958 25960 25415 0 -1 12 583294 0 1 0 45052 285 0 0 16 0 2 0 1978964495 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25960/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 453.37
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 451.4
CPU time (s): 453.483
CPU user time (s): 450.527
CPU system time (s): 2.95555
CPU usage (%): 100.461
Max. virtual memory (cumulated for all children) (KiB): 919356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 450.528
system time used= 2.95555
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 583294
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= 10595
involuntary context switches= 19609

runsolver used 0.558915 second user time and 1.51777 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-02 13:58:11
IDJOB=1041128
IDBENCH=53775
IDSOLVER=344
FILE ID=node3/1041128-1214999891
PBS_JOBID= 7870916
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-30-30.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-1041128-1214999891/watcher-1041128-1214999891 -o /tmp/evaluation-result-1041128-1214999891/solver-1041128-1214999891 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041128-1214999891.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e85d2010148b38b130e5f78ed4e296ed
RANDOM SEED=375386706

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1655304 kB
Buffers:         59384 kB
Cached:         242072 kB
SwapCached:       6516 kB
Active:         120796 kB
Inactive:       203272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655304 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          29368 kB
Slab:            61852 kB
Committed_AS:  3345252 kB
PageTables:       1800 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= 66552 MiB
End job on node3 at 2008-07-02 14:05:42