Trace number 1041048

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? 400.357 396.303

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-37-37.xml
MD5SUMf3288d103eb05e68f4356a28d7cc0cdd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.640901
Satisfiable
(Un)Satisfiability was proved
Number of variables2738
Number of constraints3333
Maximum constraint arity37
Maximum domain size132
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2665
Global constraints used (with number of constraints)cumulative(2),weightedsum(666)

Solver Data (download as text)

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

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-1041048-1214999245/watcher-1041048-1214999245 -o /tmp/evaluation-result-1041048-1214999245/solver-1041048-1214999245 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1041048-1214999245.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.99 2.67 2.06 3/72 22880
/proc/meminfo: memFree=1931376/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=18572 CPUtime=0
/proc/22880/stat : 22880 (runsolver) D 22878 22880 22628 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1978895946 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 217051622695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/22880/statm: 4643 292 257 25 0 2626 0

[startup+0.070572 s]
/proc/loadavg: 2.99 2.67 2.06 3/72 22880
/proc/meminfo: memFree=1931376/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=13012 CPUtime=0
/proc/22880/stat : 22880 (java) D 22878 22880 22628 0 -1 0 384 0 5 0 0 0 0 0 18 0 1 0 1978895946 13324288 190 996147200 134512640 134550740 4294956032 18446744073709551615 9257770 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/22880/statm: 3253 190 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101586 s]
/proc/loadavg: 2.99 2.67 2.06 3/72 22880
/proc/meminfo: memFree=1931376/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=13012 CPUtime=0.01
/proc/22880/stat : 22880 (java) D 22878 22880 22628 0 -1 0 409 0 24 0 0 1 0 0 18 0 1 0 1978895946 13324288 234 996147200 134512640 134550740 4294956032 18446744073709551615 9257770 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/22880/statm: 3253 234 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.301623 s]
/proc/loadavg: 2.99 2.67 2.06 3/72 22880
/proc/meminfo: memFree=1931376/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=802236 CPUtime=0.08
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 2781 0 29 0 4 4 0 0 18 0 7 0 1978895946 821489664 2544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 200559 2544 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802236

[startup+0.7017 s]
/proc/loadavg: 2.99 2.67 2.06 3/72 22880
/proc/meminfo: memFree=1931376/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=808020 CPUtime=0.45
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 5576 0 30 0 38 7 0 0 18 0 12 0 1978895946 827412480 4932 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 202005 4932 1319 9 0 199367 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 808020

[startup+1.50285 s]
/proc/loadavg: 2.99 2.67 2.06 3/84 22892
/proc/meminfo: memFree=1907288/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=809472 CPUtime=1.23
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 7452 0 30 0 115 8 0 0 18 0 12 0 1978895946 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 202368 6000 1341 9 0 199730 0
[pid=22880/tid=22882] ppid=22878 vsize=809472 CPUtime=0.71
/proc/22880/task/22882/stat : 22882 (java) R 22878 22880 22628 0 -1 64 4015 0 2 0 66 5 0 0 25 0 12 0 1978895957 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22883] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1978895967 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22884] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978895967 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22885] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22885/stat : 22885 (java) S 22878 22880 22628 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1978895969 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22886] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1978895969 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1978895969 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1978895977 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=809472 CPUtime=0.29
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 1450 0 0 0 29 0 0 0 16 0 12 0 1978895977 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=809472 CPUtime=0.19
/proc/22880/task/22890/stat : 22890 (java) R 22878 22880 22628 0 -1 64 1253 0 0 0 19 0 0 0 16 0 12 0 1978895977 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 105702865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1978895977 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=809472 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978895977 828899328 6000 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 809472

[startup+3.10216 s]
/proc/loadavg: 2.99 2.67 2.06 3/84 22892
/proc/meminfo: memFree=1898392/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=811052 CPUtime=2.83
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 15735 0 30 0 270 13 0 0 18 0 12 0 1978895946 830517248 12809 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 202763 12810 1388 9 0 200125 0
[pid=22880/tid=22882] ppid=22878 vsize=811052 CPUtime=1.53
/proc/22880/task/22882/stat : 22882 (java) R 22878 22880 22628 0 -1 64 10324 0 2 0 145 8 0 0 25 0 12 0 1978895957 830517248 12810 996147200 134512640 134550740 4294956032 18446744073709551615 4109870821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22883] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1978895967 830517248 12811 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22884] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1978895967 830517248 12811 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22885] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22885/stat : 22885 (java) S 22878 22880 22628 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1978895969 830517248 12812 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22886] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1978895969 830517248 12813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1978895969 830517248 12813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1978895977 830517248 12814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=811052 CPUtime=0.76
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2833 0 0 0 75 1 0 0 16 0 12 0 1978895977 830517248 12814 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=811052 CPUtime=0.49
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1845 0 0 0 48 1 0 0 16 0 12 0 1978895977 830517248 12815 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1978895977 830517248 12816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=811052 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978895977 830517248 12816 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 811052

[startup+6.30276 s]
/proc/loadavg: 3.15 2.71 2.07 3/84 22892
/proc/meminfo: memFree=1815192/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=814548 CPUtime=6.37
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 36711 0 30 0 614 23 0 0 18 0 12 0 1978895946 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 203637 32526 1393 9 0 200999 0
[pid=22880/tid=22882] ppid=22878 vsize=814548 CPUtime=4.1
/proc/22880/task/22882/stat : 22882 (java) R 22878 22880 22628 0 -1 64 17282 0 2 0 398 12 0 0 21 0 12 0 1978895957 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4109810316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22883] ppid=22878 vsize=814548 CPUtime=0.47
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 6865 0 0 0 45 2 0 0 16 0 12 0 1978895967 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22884] ppid=22878 vsize=814548 CPUtime=0.49
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 7122 0 0 0 46 3 0 0 18 0 12 0 1978895967 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22885] ppid=22878 vsize=814548 CPUtime=0
/proc/22880/task/22885/stat : 22885 (java) S 22878 22880 22628 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 1978895969 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22886] ppid=22878 vsize=814548 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978895969 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=814548 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1978895969 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=814548 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1978895977 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=814548 CPUtime=0.76
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2833 0 0 0 75 1 0 0 16 0 12 0 1978895977 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=814548 CPUtime=0.49
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1845 0 0 0 48 1 0 0 16 0 12 0 1978895977 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=814548 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1978895977 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=814548 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978895977 834097152 32526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 814548

[startup+12.703 s]
/proc/loadavg: 3.06 2.69 2.07 7/84 22892
/proc/meminfo: memFree=1744728/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=820848 CPUtime=13.36
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 54125 0 30 0 1305 31 0 0 18 0 12 0 1978895946 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 205212 48033 1393 9 0 202574 0
[pid=22880/tid=22882] ppid=22878 vsize=820848 CPUtime=8.12
/proc/22880/task/22882/stat : 22882 (java) R 22878 22880 22628 0 -1 64 17291 0 2 0 800 12 0 0 23 0 12 0 1978895957 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22883] ppid=22878 vsize=820848 CPUtime=1.99
/proc/22880/task/22883/stat : 22883 (java) R 22878 22880 22628 0 -1 64 15489 0 0 0 193 6 0 0 16 0 12 0 1978895967 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 104146107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22884] ppid=22878 vsize=820848 CPUtime=1.93
/proc/22880/task/22884/stat : 22884 (java) R 22878 22880 22628 0 -1 64 15896 0 0 0 186 7 0 0 16 0 12 0 1978895967 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22885] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22885/stat : 22885 (java) S 22878 22880 22628 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1978895969 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22886] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978895969 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1978895969 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1978895977 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=820848 CPUtime=0.76
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2840 0 0 0 75 1 0 0 17 0 12 0 1978895977 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22890] ppid=22878 vsize=820848 CPUtime=0.49
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1845 0 0 0 48 1 0 0 17 0 12 0 1978895977 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22891] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1978895977 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1978895977 840548352 48033 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 820848

[startup+25.5014 s]
/proc/loadavg: 2.96 2.69 2.08 3/84 22892
/proc/meminfo: memFree=1588376/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=820848 CPUtime=26.77
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 91693 0 30 0 2628 49 0 0 18 0 12 0 1978895946 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 205212 85009 1393 9 0 202574 0
[pid=22880/tid=22882] ppid=22878 vsize=820848 CPUtime=17.2
/proc/22880/task/22882/stat : 22882 (java) R 22878 22880 22628 0 -1 64 17313 0 2 0 1707 13 0 0 24 0 12 0 1978895957 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4109810482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22883] ppid=22878 vsize=820848 CPUtime=4.09
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 34398 0 0 0 396 13 0 0 17 0 12 0 1978895967 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22884] ppid=22878 vsize=820848 CPUtime=3.97
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 34466 0 0 0 380 17 0 0 17 0 12 0 1978895967 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22885] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22885/stat : 22885 (java) S 22878 22880 22628 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 1978895969 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22880/tid=22886] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978895969 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1978895969 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=820848 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1978895977 840548352 85009 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+383.908 s]
/proc/loadavg: 2.00 2.23 2.07 3/84 22892
/proc/meminfo: memFree=1227736/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=821872 CPUtime=388.01
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 468000 0 30 0 38573 228 0 0 18 0 12 0 1978895946 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 205468 174842 1398 9 0 202830 0
[pid=22880/tid=22882] ppid=22878 vsize=821872 CPUtime=55.55
/proc/22880/task/22882/stat : 22882 (java) S 22878 22880 22628 0 -1 64 35847 0 2 0 5534 21 0 0 17 0 12 0 1978895957 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22883] ppid=22878 vsize=821872 CPUtime=11.73
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 73071 0 0 0 1143 30 0 0 17 0 12 0 1978895967 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22884] ppid=22878 vsize=821872 CPUtime=11.69
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 62205 0 0 0 1140 29 0 0 16 0 12 0 1978895967 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22885] ppid=22878 vsize=821872 CPUtime=307.15
/proc/22880/task/22885/stat : 22885 (java) R 22878 22880 22628 0 -1 64 291370 0 0 0 30574 141 0 0 25 0 12 0 1978895969 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 105677315 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22886] ppid=22878 vsize=821872 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978895969 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=821872 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1978895969 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=821872 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1978895977 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=821872 CPUtime=1.13
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2917 0 0 0 112 1 0 0 17 0 12 0 1978895977 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=821872 CPUtime=0.68
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1856 0 0 0 67 1 0 0 16 0 12 0 1978895977 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=821872 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1978895977 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=821872 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978895977 841596928 174842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 388.01
Current children cumulated vsize (KiB) 821872

[startup+390.302 s]
/proc/loadavg: 2.00 2.23 2.07 3/85 22893
/proc/meminfo: memFree=1227728/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=822196 CPUtime=394.4
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 468008 0 30 0 39212 228 0 0 18 0 13 0 1978895946 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 205549 174849 1398 9 0 202911 0
[pid=22880/tid=22882] ppid=22878 vsize=822196 CPUtime=55.56
/proc/22880/task/22882/stat : 22882 (java) S 22878 22880 22628 0 -1 64 35851 0 2 0 5535 21 0 0 18 0 13 0 1978895957 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22883] ppid=22878 vsize=822196 CPUtime=11.73
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 73071 0 0 0 1143 30 0 0 17 0 13 0 1978895967 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22884] ppid=22878 vsize=822196 CPUtime=11.69
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 62205 0 0 0 1140 29 0 0 16 0 13 0 1978895967 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22885] ppid=22878 vsize=822196 CPUtime=313.53
/proc/22880/task/22885/stat : 22885 (java) R 22878 22880 22628 0 -1 64 291370 0 0 0 31212 141 0 0 25 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 106736519 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22886] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=822196 CPUtime=1.13
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2917 0 0 0 112 1 0 0 17 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=822196 CPUtime=0.68
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1856 0 0 0 67 1 0 0 16 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22893] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22893/stat : 22893 (java) S 22878 22880 22628 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1978934685 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 394.4
Current children cumulated vsize (KiB) 822196

[startup+393.503 s]
/proc/loadavg: 2.00 2.22 2.07 3/85 22893
/proc/meminfo: memFree=1227728/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=822196 CPUtime=397.6
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 468008 0 30 0 39532 228 0 0 18 0 13 0 1978895946 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 205549 174849 1398 9 0 202911 0
[pid=22880/tid=22882] ppid=22878 vsize=822196 CPUtime=55.56
/proc/22880/task/22882/stat : 22882 (java) S 22878 22880 22628 0 -1 64 35851 0 2 0 5535 21 0 0 18 0 13 0 1978895957 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22883] ppid=22878 vsize=822196 CPUtime=11.73
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 73071 0 0 0 1143 30 0 0 17 0 13 0 1978895967 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22884] ppid=22878 vsize=822196 CPUtime=11.69
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 62205 0 0 0 1140 29 0 0 16 0 13 0 1978895967 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22885] ppid=22878 vsize=822196 CPUtime=316.73
/proc/22880/task/22885/stat : 22885 (java) R 22878 22880 22628 0 -1 64 291370 0 0 0 31532 141 0 0 25 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 106122240 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22886] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=822196 CPUtime=1.13
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2917 0 0 0 112 1 0 0 17 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=822196 CPUtime=0.68
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1856 0 0 0 67 1 0 0 16 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22893] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22893/stat : 22893 (java) S 22878 22880 22628 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1978934685 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 397.6
Current children cumulated vsize (KiB) 822196

[startup+395.102 s]
/proc/loadavg: 2.00 2.22 2.07 3/85 22893
/proc/meminfo: memFree=1227728/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=822196 CPUtime=399.2
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 468008 0 30 0 39692 228 0 0 18 0 13 0 1978895946 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 205549 174849 1398 9 0 202911 0
[pid=22880/tid=22882] ppid=22878 vsize=822196 CPUtime=55.56
/proc/22880/task/22882/stat : 22882 (java) S 22878 22880 22628 0 -1 64 35851 0 2 0 5535 21 0 0 18 0 13 0 1978895957 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22883] ppid=22878 vsize=822196 CPUtime=11.73
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 73071 0 0 0 1143 30 0 0 17 0 13 0 1978895967 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22884] ppid=22878 vsize=822196 CPUtime=11.69
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 62205 0 0 0 1140 29 0 0 16 0 13 0 1978895967 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22885] ppid=22878 vsize=822196 CPUtime=318.33
/proc/22880/task/22885/stat : 22885 (java) R 22878 22880 22628 0 -1 64 291370 0 0 0 31692 141 0 0 25 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22886] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1978895969 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=822196 CPUtime=1.13
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2917 0 0 0 112 1 0 0 17 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=822196 CPUtime=0.68
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1856 0 0 0 67 1 0 0 16 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1978895977 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22893] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22893/stat : 22893 (java) S 22878 22880 22628 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1978934685 841928704 174849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.2
Current children cumulated vsize (KiB) 822196

[startup+395.902 s]
/proc/loadavg: 2.00 2.22 2.07 3/84 22893
/proc/meminfo: memFree=1227728/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=822196 CPUtime=400.01
/proc/22880/stat : 22880 (java) S 22878 22880 22628 0 -1 0 468010 0 30 0 39773 228 0 0 18 0 12 0 1978895946 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 205549 174850 1399 9 0 202911 0
[pid=22880/tid=22882] ppid=22878 vsize=822196 CPUtime=55.56
/proc/22880/task/22882/stat : 22882 (java) S 22878 22880 22628 0 -1 64 35851 0 2 0 5535 21 0 0 16 0 12 0 1978895957 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22883] ppid=22878 vsize=822196 CPUtime=11.73
/proc/22880/task/22883/stat : 22883 (java) S 22878 22880 22628 0 -1 64 73071 0 0 0 1143 30 0 0 17 0 12 0 1978895967 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22884] ppid=22878 vsize=822196 CPUtime=11.69
/proc/22880/task/22884/stat : 22884 (java) S 22878 22880 22628 0 -1 64 62205 0 0 0 1140 29 0 0 16 0 12 0 1978895967 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22885] ppid=22878 vsize=822196 CPUtime=319.14
/proc/22880/task/22885/stat : 22885 (java) R 22878 22880 22628 0 -1 64 291370 0 0 0 31773 141 0 0 25 0 12 0 1978895969 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22886] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22886/stat : 22886 (java) S 22878 22880 22628 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1978895969 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22887] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22887/stat : 22887 (java) S 22878 22880 22628 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1978895969 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22888] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22888/stat : 22888 (java) S 22878 22880 22628 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1978895977 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22889] ppid=22878 vsize=822196 CPUtime=1.13
/proc/22880/task/22889/stat : 22889 (java) S 22878 22880 22628 0 -1 64 2917 0 0 0 112 1 0 0 17 0 12 0 1978895977 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22890] ppid=22878 vsize=822196 CPUtime=0.68
/proc/22880/task/22890/stat : 22890 (java) S 22878 22880 22628 0 -1 64 1856 0 0 0 67 1 0 0 16 0 12 0 1978895977 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22891] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22891/stat : 22891 (java) S 22878 22880 22628 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1978895977 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22880/tid=22892] ppid=22878 vsize=822196 CPUtime=0
/proc/22880/task/22892/stat : 22892 (java) S 22878 22880 22628 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1978895977 841928704 174850 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.01
Current children cumulated vsize (KiB) 822196

[startup+396.301 s]
/proc/loadavg: 2.00 2.22 2.07 3/84 22893
/proc/meminfo: memFree=1227728/2055920 swapFree=4180500/4192956
[pid=22880] ppid=22878 vsize=0 CPUtime=400.34
/proc/22880/stat : 22880 (java) Z 22878 22880 22628 0 -1 12 468014 0 30 0 39796 238 0 0 16 0 2 0 1978895946 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22880/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 400.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 396.303
CPU time (s): 400.357
CPU user time (s): 397.969
CPU system time (s): 2.38764
CPU usage (%): 101.023
Max. virtual memory (cumulated for all children) (KiB): 917880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 397.969
system time used= 2.38764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468014
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9732
involuntary context switches= 8273

runsolver used 0.527919 second user time and 1.2988 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-02 13:47:26
IDJOB=1041048
IDBENCH=53767
IDSOLVER=344
FILE ID=node59/1041048-1214999245
PBS_JOBID= 7870805
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3288d103eb05e68f4356a28d7cc0cdd
RANDOM SEED=1719755767

node59.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.261
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.261
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:       1932048 kB
Buffers:          2836 kB
Cached:          36276 kB
SwapCached:       6176 kB
Active:          51816 kB
Inactive:         3096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1932048 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1908 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            54192 kB
Committed_AS:  3891904 kB
PageTables:       1820 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= 66540 MiB
End job on node59 at 2008-07-02 13:54:02