Trace number 1060429

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? 124.445 123.888

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-80.xml
MD5SUM6db1170e4794f8db50d7ec9410af70a0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.408937
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints6320
Maximum constraint arity3
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1060429-1215126728.xml
0.29/0.38	c reading problem ... 
0.59/0.64	c reading problem named null
0.59/0.64	c reading domains done.
0.59/0.64	c reading variables done.
0.88/0.97	c reading predicates  done.
1.09/1.14	c reading constraints
121.07/120.59	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
121.07/120.60		at org.sat4j.core.Vec.ensure(Vec.java:175)
121.07/120.60		at org.sat4j.core.Vec.push(Vec.java:182)
121.07/120.60		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
121.07/120.60		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
121.07/120.60		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
121.07/120.60		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
121.07/120.60		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
121.07/120.60		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
121.07/120.60		at org.sat4j.csp.Predicate.find(Predicate.java:132)
121.07/120.60		at org.sat4j.csp.Predicate.find(Predicate.java:139)
121.07/120.60		at org.sat4j.csp.Predicate.find(Predicate.java:139)
121.07/120.60		at org.sat4j.csp.Predicate.find(Predicate.java:139)
121.07/120.60		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
121.07/120.60		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
121.07/120.60		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
121.07/120.60		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
121.07/120.60		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
121.07/120.60		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
121.17/120.60		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
121.17/120.60		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
121.17/120.60		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
121.17/120.60		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
121.17/120.60		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
123.96/123.45	c starts		: 0
123.96/123.45	c conflicts		: 0
123.96/123.45	c decisions		: 0
123.96/123.45	c propagations		: 0
123.96/123.45	c inspects		: 0
123.96/123.45	c learnt literals	: 0
123.96/123.45	c learnt binary clauses	: 0
123.96/123.45	c learnt ternary clauses	: 0
123.96/123.45	c learnt clauses	: 0
123.96/123.45	c ignored clauses	: 0
123.96/123.45	c root simplifications	: 0
123.96/123.45	c removed literals (reason simplification)	: 0
123.96/123.45	c reason swapping (by a shorter reason)	: 0
123.96/123.45	c Calls to reduceDB	: 0
123.96/123.45	c speed (assignments/second)	: 0.0
123.96/123.45	c non guided choices	0
123.96/123.45	s UNKNOWN
123.96/123.45	c Total wall clock time (in seconds) : 120.217

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-1060429-1215126728/watcher-1060429-1215126728 -o /tmp/evaluation-result-1060429-1215126728/solver-1060429-1215126728 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060429-1215126728.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.14 1.03 0.90 4/72 1475
/proc/meminfo: memFree=1712368/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=1804 CPUtime=0
/proc/1475/stat : 1475 (java6) D 1473 1475 32219 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1991646816 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/1475/statm: 451 155 111 9 0 93 0

[startup+0.090273 s]
/proc/loadavg: 1.14 1.03 0.90 4/72 1475
/proc/meminfo: memFree=1712368/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=804612 CPUtime=0.08
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 2982 0 1 0 5 3 0 0 18 0 12 0 1991646816 823922688 2715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 201153 2715 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101276 s]
/proc/loadavg: 1.14 1.03 0.90 4/72 1475
/proc/meminfo: memFree=1712368/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=804612 CPUtime=0.09
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 3046 0 1 0 6 3 0 0 18 0 12 0 1991646816 823922688 2778 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 201153 2789 1085 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301291 s]
/proc/loadavg: 1.14 1.03 0.90 4/72 1475
/proc/meminfo: memFree=1712368/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=808112 CPUtime=0.29
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 5014 0 1 0 25 4 0 0 18 0 12 0 1991646816 827506688 4343 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 202028 4343 1308 9 0 199397 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808112

[startup+0.701326 s]
/proc/loadavg: 1.14 1.03 0.90 4/72 1475
/proc/meminfo: memFree=1712368/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=808140 CPUtime=0.69
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 6436 0 1 0 63 6 0 0 18 0 12 0 1991646816 827535360 5585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 202035 5585 1335 9 0 199397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808140

[startup+1.5024 s]
/proc/loadavg: 1.14 1.03 0.90 3/84 1489
/proc/meminfo: memFree=1692048/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=811252 CPUtime=1.49
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 10159 0 1 0 141 8 0 0 18 0 12 0 1991646816 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 202813 7787 1352 9 0 200175 0
[pid=1475/tid=1477] ppid=1473 vsize=811252 CPUtime=0.73
/proc/1475/task/1477/stat : 1477 (java) R 1473 1475 32219 0 -1 64 5349 0 1 0 68 5 0 0 25 0 12 0 1991646817 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4109185287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1991646818 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1991646818 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1480/stat : 1480 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1991646819 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1991646820 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1991646820 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=811252 CPUtime=0.33
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 1332 0 0 0 33 0 0 0 16 0 12 0 1991646824 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=811252 CPUtime=0.39
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 2717 0 0 0 39 0 0 0 17 0 12 0 1991646824 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991646824 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991646824 830722048 7787 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811252

[startup+3.10153 s]
/proc/loadavg: 1.14 1.03 0.90 3/84 1489
/proc/meminfo: memFree=1666256/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=811252 CPUtime=3.09
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 24601 0 1 0 294 15 0 0 18 0 12 0 1991646816 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 202813 22224 1376 9 0 200175 0
[pid=1475/tid=1477] ppid=1473 vsize=811252 CPUtime=1.99
/proc/1475/task/1477/stat : 1477 (java) R 1473 1475 32219 0 -1 64 17288 0 1 0 187 12 0 0 25 0 12 0 1991646817 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4109192584 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=811252 CPUtime=0.02
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 1570 0 0 0 2 0 0 0 17 0 12 0 1991646818 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=811252 CPUtime=0.01
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 866 0 0 0 1 0 0 0 17 0 12 0 1991646818 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1480/stat : 1480 (java) S 1473 1475 32219 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991646819 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1991646820 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991646820 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=811252 CPUtime=0.47
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 1346 0 0 0 47 0 0 0 16 0 12 0 1991646824 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=811252 CPUtime=0.55
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 2741 0 0 0 55 0 0 0 16 0 12 0 1991646824 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991646824 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=811252 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991646824 830722048 22224 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 811252

[startup+6.30181 s]
/proc/loadavg: 1.21 1.05 0.90 3/84 1489
/proc/meminfo: memFree=1603920/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=810228 CPUtime=6.29
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 32860 0 1 0 611 18 0 0 18 0 12 0 1991646816 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 202557 30231 1378 9 0 199919 0
[pid=1475/tid=1477] ppid=1473 vsize=810228 CPUtime=4.83
/proc/1475/task/1477/stat : 1477 (java) R 1473 1475 32219 0 -1 64 17298 0 1 0 471 12 0 0 25 0 12 0 1991646817 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4109650323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=810228 CPUtime=0.13
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 6596 0 0 0 11 2 0 0 17 0 12 0 1991646818 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=810228 CPUtime=0.11
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 4062 0 0 0 10 1 0 0 17 0 12 0 1991646818 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=810228 CPUtime=0
/proc/1475/task/1480/stat : 1480 (java) S 1473 1475 32219 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1991646819 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=810228 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1991646820 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=810228 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991646820 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=810228 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=810228 CPUtime=0.53
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 1361 0 0 0 53 0 0 0 16 0 12 0 1991646824 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=810228 CPUtime=0.62
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 2753 0 0 0 62 0 0 0 16 0 12 0 1991646824 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=810228 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991646824 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=810228 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991646824 829673472 30231 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 810228

[startup+12.7014 s]
/proc/loadavg: 1.27 1.06 0.91 3/84 1489
/proc/meminfo: memFree=1537872/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=810712 CPUtime=12.68
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 50598 0 1 0 1242 26 0 0 18 0 12 0 1991646816 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 202678 46793 1378 9 0 200040 0
[pid=1475/tid=1477] ppid=1473 vsize=810712 CPUtime=9.99
/proc/1475/task/1477/stat : 1477 (java) R 1473 1475 32219 0 -1 64 17317 0 1 0 987 12 0 0 25 0 12 0 1991646817 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4109771791 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=810712 CPUtime=0.46
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 14419 0 0 0 41 5 0 0 16 0 12 0 1991646818 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=810712 CPUtime=0.43
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 12797 0 0 0 39 4 0 0 16 0 12 0 1991646818 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1480/stat : 1480 (java) S 1473 1475 32219 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1991646819 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1991646820 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991646820 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=810712 CPUtime=0.69
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 1369 0 0 0 69 0 0 0 17 0 12 0 1991646824 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=810712 CPUtime=1.04
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 3905 0 0 0 103 1 0 0 16 0 12 0 1991646824 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991646824 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991646824 830169088 46793 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 810712

[startup+25.5025 s]
/proc/loadavg: 1.51 1.12 0.93 3/84 1489
/proc/meminfo: memFree=1417104/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=810712 CPUtime=25.52
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 79504 0 1 0 2514 38 0 0 18 0 12 0 1991646816 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 202678 74892 1389 9 0 200040 0
[pid=1475/tid=1477] ppid=1473 vsize=810712 CPUtime=21.28
/proc/1475/task/1477/stat : 1477 (java) R 1473 1475 32219 0 -1 64 17347 0 1 0 2116 12 0 0 25 0 12 0 1991646817 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4109679485 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=810712 CPUtime=0.95
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 30080 0 0 0 83 12 0 0 17 0 12 0 1991646818 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=810712 CPUtime=0.88
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 25699 0 0 0 78 10 0 0 17 0 12 0 1991646818 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=810712 CPUtime=0.01
/proc/1475/task/1480/stat : 1480 (java) S 1473 1475 32219 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 1991646819 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1991646820 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991646820 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=810712 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 830169088 74892 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 115.67
Current children cumulated vsize (KiB) 821912

[startup+118.302 s]
/proc/loadavg: 2.10 1.43 1.05 3/84 1489
/proc/meminfo: memFree=1014480/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=821912 CPUtime=118.87
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 241069 0 1 0 11777 110 0 0 18 0 12 0 1991646816 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 205478 175246 1403 9 0 202840 0
[pid=1475/tid=1477] ppid=1473 vsize=821912 CPUtime=50.15
/proc/1475/task/1477/stat : 1477 (java) S 1473 1475 32219 0 -1 64 23556 0 1 0 5000 15 0 0 17 0 12 0 1991646817 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=821912 CPUtime=3.95
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 80127 0 0 0 362 33 0 0 16 0 12 0 1991646818 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=821912 CPUtime=3.54
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 64773 0 0 0 329 25 0 0 16 0 12 0 1991646818 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=821912 CPUtime=57.27
/proc/1475/task/1480/stat : 1480 (java) R 1473 1475 32219 0 -1 64 57000 0 0 0 5700 27 0 0 25 0 12 0 1991646819 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 105852561 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=821912 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1991646820 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=821912 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991646820 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=821912 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=821912 CPUtime=1.52
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 2570 0 0 0 151 1 0 0 15 0 12 0 1991646824 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=821912 CPUtime=2.38
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 12283 0 0 0 233 5 0 0 16 0 12 0 1991646824 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=821912 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991646824 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=821912 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991646824 841637888 175246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.87
Current children cumulated vsize (KiB) 821912

[startup+121.503 s]
/proc/loadavg: 2.10 1.44 1.06 3/85 1490
/proc/meminfo: memFree=1014472/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=822236 CPUtime=122.07
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 241080 0 1 0 12097 110 0 0 18 0 13 0 1991646816 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 205559 175254 1403 9 0 202921 0
[pid=1475/tid=1477] ppid=1473 vsize=822236 CPUtime=50.16
/proc/1475/task/1477/stat : 1477 (java) S 1473 1475 32219 0 -1 64 23562 0 1 0 5001 15 0 0 18 0 13 0 1991646817 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=822236 CPUtime=3.95
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 80127 0 0 0 362 33 0 0 16 0 13 0 1991646818 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=822236 CPUtime=3.54
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 64773 0 0 0 329 25 0 0 16 0 13 0 1991646818 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=822236 CPUtime=60.46
/proc/1475/task/1480/stat : 1480 (java) R 1473 1475 32219 0 -1 64 57000 0 0 0 6019 27 0 0 25 0 13 0 1991646819 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1991646820 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1991646820 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=822236 CPUtime=1.52
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 2570 0 0 0 151 1 0 0 15 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=822236 CPUtime=2.38
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 12283 0 0 0 233 5 0 0 16 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1475/tid=1490] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1490/stat : 1490 (java) S 1473 1475 32219 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 1991658876 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 122.07
Current children cumulated vsize (KiB) 822236

[startup+123.102 s]
/proc/loadavg: 2.10 1.44 1.06 3/85 1490
/proc/meminfo: memFree=1014472/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=822236 CPUtime=123.67
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 241080 0 1 0 12257 110 0 0 18 0 13 0 1991646816 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 205559 175254 1403 9 0 202921 0
[pid=1475/tid=1477] ppid=1473 vsize=822236 CPUtime=50.16
/proc/1475/task/1477/stat : 1477 (java) S 1473 1475 32219 0 -1 64 23562 0 1 0 5001 15 0 0 18 0 13 0 1991646817 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=822236 CPUtime=3.95
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 80127 0 0 0 362 33 0 0 16 0 13 0 1991646818 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=822236 CPUtime=3.54
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 64773 0 0 0 329 25 0 0 16 0 13 0 1991646818 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=822236 CPUtime=62.07
/proc/1475/task/1480/stat : 1480 (java) R 1473 1475 32219 0 -1 64 57000 0 0 0 6179 28 0 0 25 0 13 0 1991646819 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1991646820 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1991646820 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=822236 CPUtime=1.52
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 2570 0 0 0 151 1 0 0 15 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=822236 CPUtime=2.38
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 12283 0 0 0 233 5 0 0 16 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1991646824 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1475/tid=1490] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1490/stat : 1490 (java) S 1473 1475 32219 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 1991658876 841969664 175254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 123.67
Current children cumulated vsize (KiB) 822236

[startup+123.502 s]
/proc/loadavg: 2.10 1.44 1.06 3/85 1490
/proc/meminfo: memFree=1014472/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=822236 CPUtime=124.06
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 241082 0 1 0 12296 110 0 0 18 0 12 0 1991646816 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 205559 175255 1404 9 0 202921 0
[pid=1475/tid=1477] ppid=1473 vsize=822236 CPUtime=50.16
/proc/1475/task/1477/stat : 1477 (java) S 1473 1475 32219 0 -1 64 23562 0 1 0 5001 15 0 0 16 0 12 0 1991646817 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=822236 CPUtime=3.95
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 80127 0 0 0 362 33 0 0 16 0 12 0 1991646818 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=822236 CPUtime=3.54
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 64773 0 0 0 329 25 0 0 16 0 12 0 1991646818 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=822236 CPUtime=62.46
/proc/1475/task/1480/stat : 1480 (java) R 1473 1475 32219 0 -1 64 57000 0 0 0 6218 28 0 0 25 0 12 0 1991646819 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1991646820 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991646820 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=822236 CPUtime=1.52
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 2570 0 0 0 151 1 0 0 15 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=822236 CPUtime=2.38
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 12283 0 0 0 233 5 0 0 16 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.06
Current children cumulated vsize (KiB) 822236

[startup+123.702 s]
/proc/loadavg: 2.10 1.44 1.06 3/85 1490
/proc/meminfo: memFree=1014472/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=822236 CPUtime=124.26
/proc/1475/stat : 1475 (java) S 1473 1475 32219 0 -1 0 241082 0 1 0 12316 110 0 0 18 0 12 0 1991646816 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 205559 175255 1404 9 0 202921 0
[pid=1475/tid=1477] ppid=1473 vsize=822236 CPUtime=50.16
/proc/1475/task/1477/stat : 1477 (java) S 1473 1475 32219 0 -1 64 23562 0 1 0 5001 15 0 0 16 0 12 0 1991646817 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1478] ppid=1473 vsize=822236 CPUtime=3.95
/proc/1475/task/1478/stat : 1478 (java) S 1473 1475 32219 0 -1 64 80127 0 0 0 362 33 0 0 16 0 12 0 1991646818 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1479] ppid=1473 vsize=822236 CPUtime=3.54
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 32219 0 -1 64 64773 0 0 0 329 25 0 0 16 0 12 0 1991646818 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1480] ppid=1473 vsize=822236 CPUtime=62.66
/proc/1475/task/1480/stat : 1480 (java) R 1473 1475 32219 0 -1 64 57000 0 0 0 6238 28 0 0 25 0 12 0 1991646819 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 32219 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1991646820 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 32219 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1991646820 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 32219 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=822236 CPUtime=1.52
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 32219 0 -1 64 2570 0 0 0 151 1 0 0 15 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=822236 CPUtime=2.38
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 32219 0 -1 64 12283 0 0 0 233 5 0 0 16 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=822236 CPUtime=0
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 32219 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1991646824 841969664 175255 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.26
Current children cumulated vsize (KiB) 822236

[startup+123.802 s]
/proc/loadavg: 2.10 1.44 1.06 3/85 1490
/proc/meminfo: memFree=1014472/2055920 swapFree=4180076/4192956
[pid=1475] ppid=1473 vsize=0 CPUtime=124.35
/proc/1475/stat : 1475 (java) Z 1473 1475 32219 0 -1 12 241086 0 1 0 12323 112 0 0 16 0 2 0 1991646816 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1475/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 124.35
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 123.888
CPU time (s): 124.445
CPU user time (s): 123.234
CPU system time (s): 1.21081
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 869920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.234
system time used= 1.21081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241086
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= 4483
involuntary context switches= 2975

runsolver used 0.139978 second user time and 0.435933 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-04 01:12:08
IDJOB=1060429
IDBENCH=54450
IDSOLVER=344
FILE ID=node31/1060429-1215126728
PBS_JOBID= 7877142
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6db1170e4794f8db50d7ec9410af70a0
RANDOM SEED=365226002

node31.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:       1712848 kB
Buffers:         51220 kB
Cached:         216576 kB
SwapCached:       5972 kB
Active:         163796 kB
Inactive:       120904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712848 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          24604 kB
Slab:            43420 kB
Committed_AS:  3060352 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node31 at 2008-07-04 01:14:12