Trace number 1080535

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? 273.915 273.327

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-2.xml
MD5SUM877930d791f791ac52b467f86549d1e4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.20/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.20/0.28	c See www.sat4j.org for details.
0.20/0.28	c That software uses the Rhino library from the Mozilla project.
0.29/0.32	c version 9.9.9.token
0.29/0.32	c sun.arch.data.model	32
0.29/0.32	c java.version	1.6.0_06
0.29/0.32	c os.name	Linux
0.29/0.32	c os.version	2.6.9-22.EL.rootsmp
0.29/0.32	c os.arch	i386
0.29/0.32	c Free memory 669864272
0.29/0.32	c Max memory 672137216
0.29/0.32	c Total memory 672137216
0.29/0.32	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1080535-1215213080.xml
0.29/0.37	c reading problem ... 
0.59/0.62	c reading problem named null
0.59/0.62	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.68	c reading predicates  done.
1.00/1.06	c reading constraints
273.70/273.19	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
273.70/273.19		at org.mozilla.javascript.gen.c49._c0(rhino.log:1)
273.70/273.19		at org.mozilla.javascript.gen.c49.call(rhino.log)
273.70/273.19		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
273.70/273.19		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
273.70/273.19		at org.mozilla.javascript.gen.c49.call(rhino.log)
273.70/273.19		at org.mozilla.javascript.gen.c49.exec(rhino.log)
273.70/273.19		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:129)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.find(Predicate.java:139)
273.70/273.19		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
273.70/273.19		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
273.70/273.19		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
273.70/273.19		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
273.70/273.19		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
273.70/273.19		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
273.70/273.20	c starts		: 0
273.70/273.20	c conflicts		: 0
273.70/273.20	c decisions		: 0
273.70/273.20	c propagations		: 0
273.70/273.20	c inspects		: 0
273.70/273.20	c learnt literals	: 0
273.70/273.20	c learnt binary clauses	: 0
273.70/273.20	c learnt ternary clauses	: 0
273.70/273.20	c learnt clauses	: 0
273.70/273.20	c ignored clauses	: 0
273.70/273.20	c root simplifications	: 0
273.70/273.20	c removed literals (reason simplification)	: 0
273.70/273.20	c reason swapping (by a shorter reason)	: 0
273.70/273.20	c Calls to reduceDB	: 0
273.70/273.20	c speed (assignments/second)	: 0.0
273.70/273.20	c non guided choices	0
273.70/273.20	s UNKNOWN
273.70/273.20	c Total wall clock time (in seconds) : 272.826

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-1080535-1215213080/watcher-1080535-1215213080 -o /tmp/evaluation-result-1080535-1215213080/solver-1080535-1215213080 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080535-1215213080.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.95 1.98 1.99 4/81 4305
/proc/meminfo: memFree=1564784/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=152 CPUtime=0
/proc/4305/stat : 4305 (java6) R 4303 4305 1657 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 2000282418 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 7483691 0 0 4096 0 0 0 0 17 0 0 0
/proc/4305/statm: 38 26 19 9 0 4 0

[startup+0.012912 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4305
/proc/meminfo: memFree=1564784/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=13012 CPUtime=0
/proc/4305/stat : 4305 (java) R 4303 4305 1657 0 -1 0 495 0 0 0 0 0 0 0 18 0 1 0 2000282418 13324288 297 996147200 134512640 134550740 4294956016 18446744073709551615 7455530 0 0 4096 0 0 0 0 17 0 0 0
/proc/4305/statm: 3253 304 137 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101928 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4305
/proc/meminfo: memFree=1564784/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=804756 CPUtime=0.08
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 3164 0 1 0 6 2 0 0 18 0 12 0 2000282418 824070144 2895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301967 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4305
/proc/meminfo: memFree=1564784/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=808492 CPUtime=0.29
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 5054 0 1 0 26 3 0 0 18 0 12 0 2000282418 827895808 4344 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 202123 4344 1310 9 0 199492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808492

[startup+0.70104 s]
/proc/loadavg: 1.95 1.98 1.99 4/81 4305
/proc/meminfo: memFree=1564784/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=808520 CPUtime=0.69
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 6487 0 1 0 64 5 0 0 18 0 12 0 2000282418 827924480 5720 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 202130 5720 1342 9 0 199492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808520

[startup+1.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 4317
/proc/meminfo: memFree=1544272/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=816964 CPUtime=1.49
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 10591 0 1 0 142 7 0 0 18 0 12 0 2000282418 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 204241 8487 1368 9 0 201603 0
[pid=4305/tid=4307] ppid=4303 vsize=816964 CPUtime=0.77
/proc/4305/task/4307/stat : 4307 (java) R 4303 4305 1657 0 -1 64 5063 0 1 0 73 4 0 0 25 0 12 0 2000282419 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 2000282420 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2000282420 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 1657 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2000282422 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2000282422 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000282422 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=816964 CPUtime=0.21
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 557 0 0 0 21 0 0 0 16 0 12 0 2000282426 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=816964 CPUtime=0.48
/proc/4305/task/4315/stat : 4315 (java) R 4303 4305 1657 0 -1 64 4209 0 0 0 47 1 0 0 17 0 12 0 2000282426 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 102246209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 836571136 8487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=816964 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 836571136 8487 996147200 134512640 134550740 4294956016 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) 816964

[startup+3.10149 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 4317
/proc/meminfo: memFree=1532880/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=817256 CPUtime=3.09
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 18813 0 1 0 299 10 0 0 18 0 12 0 2000282418 836870144 14603 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 204314 14603 1380 9 0 201676 0
[pid=4305/tid=4307] ppid=4303 vsize=817256 CPUtime=1.78
/proc/4305/task/4307/stat : 4307 (java) R 4303 4305 1657 0 -1 64 10983 0 1 0 171 7 0 0 25 0 12 0 2000282419 836870144 14604 996147200 134512640 134550740 4294956016 18446744073709551615 4109662474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 2000282420 836870144 14604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2000282420 836870144 14604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 1657 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000282422 836870144 14604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2000282422 836870144 14605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2000282422 836870144 14605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 836870144 14605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=817256 CPUtime=0.49
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 1782 0 0 0 49 0 0 0 16 0 12 0 2000282426 836870144 14606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=817256 CPUtime=0.79
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 1657 0 -1 64 5287 0 0 0 77 2 0 0 16 0 12 0 2000282426 836870144 14606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 836870144 14606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=817256 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 836870144 14606 996147200 134512640 134550740 4294956016 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) 817256

[startup+6.30209 s]
/proc/loadavg: 1.95 1.98 1.99 4/93 4317
/proc/meminfo: memFree=1479568/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=822020 CPUtime=6.29
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 33144 0 1 0 613 16 0 0 18 0 12 0 2000282418 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 205505 23716 1386 9 0 202867 0
[pid=4305/tid=4307] ppid=4303 vsize=822020 CPUtime=3.02
/proc/4305/task/4307/stat : 4307 (java) R 4303 4305 1657 0 -1 64 17394 0 1 0 293 9 0 0 25 0 12 0 2000282419 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=822020 CPUtime=0.03
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 889 0 0 0 3 0 0 0 17 0 12 0 2000282420 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=822020 CPUtime=0.01
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 384 0 0 0 1 0 0 0 17 0 12 0 2000282420 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=822020 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 1657 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000282422 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=822020 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=822020 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=822020 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=822020 CPUtime=0.53
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 1783 0 0 0 53 0 0 0 16 0 12 0 2000282426 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=822020 CPUtime=2.65
/proc/4305/task/4315/stat : 4315 (java) R 4303 4305 1657 0 -1 64 11902 0 0 0 261 4 0 0 18 0 12 0 2000282426 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 105480224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=822020 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 841748480 23716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=822020 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 841748480 23716 996147200 134512640 134550740 4294956016 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) 822020

[startup+12.7013 s]
/proc/loadavg: 2.11 2.02 2.00 3/93 4317
/proc/meminfo: memFree=1450072/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=828684 CPUtime=12.71
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 49223 0 1 0 1249 22 0 0 18 0 12 0 2000282418 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 207171 29895 1386 9 0 204533 0
[pid=4305/tid=4307] ppid=4303 vsize=828684 CPUtime=5.98
/proc/4305/task/4307/stat : 4307 (java) R 4303 4305 1657 0 -1 64 17411 0 1 0 589 9 0 0 25 0 12 0 2000282419 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=828684 CPUtime=0.16
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 4363 0 0 0 16 0 0 0 17 0 12 0 2000282420 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=828684 CPUtime=0.06
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 1712 0 0 0 6 0 0 0 17 0 12 0 2000282420 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=828684 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 1657 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 2000282422 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=828684 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=828684 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=828684 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=828684 CPUtime=2.01
/proc/4305/task/4314/stat : 4314 (java) R 4303 4305 1657 0 -1 64 7962 0 0 0 198 3 0 0 16 0 12 0 2000282426 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 103938893 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=828684 CPUtime=4.43
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 1657 0 -1 64 16955 0 0 0 436 7 0 0 16 0 12 0 2000282426 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=828684 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=828684 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 848572416 29895 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 828684

[startup+25.5027 s]
/proc/loadavg: 2.09 2.01 2.00 3/93 4317
/proc/meminfo: memFree=1392664/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=834372 CPUtime=25.4
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 72808 0 1 0 2507 33 0 0 18 0 12 0 2000282418 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 208593 44178 1386 9 0 205955 0
[pid=4305/tid=4307] ppid=4303 vsize=834372 CPUtime=13.46
/proc/4305/task/4307/stat : 4307 (java) R 4303 4305 1657 0 -1 64 17436 0 1 0 1337 9 0 0 25 0 12 0 2000282419 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4109637488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4305/tid=4308] ppid=4303 vsize=834372 CPUtime=0.68
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 11922 0 0 0 65 3 0 0 16 0 12 0 2000282420 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4305/tid=4309] ppid=4303 vsize=834372 CPUtime=0.59
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 7687 0 0 0 56 3 0 0 16 0 12 0 2000282420 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4305/tid=4310] ppid=4303 vsize=834372 CPUtime=0
/proc/4305/task/4310/stat : 4310 (java) S 4303 4305 1657 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 2000282422 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4305/tid=4311] ppid=4303 vsize=834372 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=834372 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=834372 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 854396928 44178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4305/tid=4316] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.55
Current children cumulated vsize (KiB) 838440

[startup+262.302 s]
/proc/loadavg: 2.33 2.21 2.08 3/94 4398
/proc/meminfo: memFree=76224/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=838440 CPUtime=262.91
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 248533 0 1 0 26182 109 0 0 18 0 12 0 2000282418 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 209610 180203 1389 9 0 206972 0
[pid=4305/tid=4307] ppid=4303 vsize=838440 CPUtime=115.58
/proc/4305/task/4307/stat : 4307 (java) S 4303 4305 1657 0 -1 64 17622 0 1 0 11548 10 0 0 17 0 12 0 2000282419 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=838440 CPUtime=9.27
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 84412 0 0 0 895 32 0 0 17 0 12 0 2000282420 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=838440 CPUtime=9.28
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 71163 0 0 0 898 30 0 0 16 0 12 0 2000282420 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=838440 CPUtime=108.77
/proc/4305/task/4310/stat : 4310 (java) R 4303 4305 1657 0 -1 64 15147 0 0 0 10869 8 0 0 25 0 12 0 2000282422 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 106122257 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=838440 CPUtime=11.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 32532 0 0 0 1089 14 0 0 16 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=838440 CPUtime=8.9
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 1657 0 -1 64 26895 0 0 0 879 11 0 0 15 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 262.91
Current children cumulated vsize (KiB) 838440

[startup+268.702 s]
/proc/loadavg: 2.35 2.22 2.08 3/92 4435
/proc/meminfo: memFree=788192/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=838440 CPUtime=269.31
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 250039 0 1 0 26821 110 0 0 18 0 12 0 2000282418 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 209610 180203 1389 9 0 206972 0
[pid=4305/tid=4307] ppid=4303 vsize=838440 CPUtime=115.77
/proc/4305/task/4307/stat : 4307 (java) S 4303 4305 1657 0 -1 64 17625 0 1 0 11567 10 0 0 17 0 12 0 2000282419 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=838440 CPUtime=9.27
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 84412 0 0 0 895 32 0 0 17 0 12 0 2000282420 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=838440 CPUtime=9.28
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 71163 0 0 0 898 30 0 0 16 0 12 0 2000282420 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=838440 CPUtime=114.98
/proc/4305/task/4310/stat : 4310 (java) R 4303 4305 1657 0 -1 64 16650 0 0 0 11489 9 0 0 25 0 12 0 2000282422 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 105677201 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=838440 CPUtime=11.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 32532 0 0 0 1089 14 0 0 16 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=838440 CPUtime=8.9
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 1657 0 -1 64 26895 0 0 0 879 11 0 0 15 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 858562560 180203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269.31
Current children cumulated vsize (KiB) 838440

[startup+271.903 s]
/proc/loadavg: 2.35 2.22 2.08 3/92 4435
/proc/meminfo: memFree=782368/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=838440 CPUtime=272.5
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 250543 0 1 0 27140 110 0 0 18 0 12 0 2000282418 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 209610 180204 1389 9 0 206972 0
[pid=4305/tid=4307] ppid=4303 vsize=838440 CPUtime=115.81
/proc/4305/task/4307/stat : 4307 (java) S 4303 4305 1657 0 -1 64 17628 0 1 0 11571 10 0 0 17 0 12 0 2000282419 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=838440 CPUtime=9.27
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 84412 0 0 0 895 32 0 0 17 0 12 0 2000282420 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=838440 CPUtime=9.28
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 71163 0 0 0 898 30 0 0 16 0 12 0 2000282420 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=838440 CPUtime=118.14
/proc/4305/task/4310/stat : 4310 (java) R 4303 4305 1657 0 -1 64 17151 0 0 0 11805 9 0 0 25 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=838440 CPUtime=11.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 32532 0 0 0 1089 14 0 0 16 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=838440 CPUtime=8.9
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 1657 0 -1 64 26895 0 0 0 879 11 0 0 15 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 272.5
Current children cumulated vsize (KiB) 838440

[startup+272.702 s]
/proc/loadavg: 2.35 2.22 2.08 3/92 4435
/proc/meminfo: memFree=782304/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=838440 CPUtime=273.31
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 250543 0 1 0 27221 110 0 0 18 0 12 0 2000282418 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 209610 180204 1389 9 0 206972 0
[pid=4305/tid=4307] ppid=4303 vsize=838440 CPUtime=115.81
/proc/4305/task/4307/stat : 4307 (java) S 4303 4305 1657 0 -1 64 17628 0 1 0 11571 10 0 0 17 0 12 0 2000282419 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=838440 CPUtime=9.27
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 84412 0 0 0 895 32 0 0 17 0 12 0 2000282420 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=838440 CPUtime=9.28
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 71163 0 0 0 898 30 0 0 16 0 12 0 2000282420 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=838440 CPUtime=118.94
/proc/4305/task/4310/stat : 4310 (java) R 4303 4305 1657 0 -1 64 17151 0 0 0 11885 9 0 0 25 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 106736473 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=838440 CPUtime=11.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 32532 0 0 0 1089 14 0 0 16 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=838440 CPUtime=8.9
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 1657 0 -1 64 26895 0 0 0 879 11 0 0 15 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.31
Current children cumulated vsize (KiB) 838440

[startup+273.102 s]
/proc/loadavg: 2.35 2.22 2.08 3/92 4435
/proc/meminfo: memFree=782304/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=838440 CPUtime=273.7
/proc/4305/stat : 4305 (java) S 4303 4305 1657 0 -1 0 250543 0 1 0 27260 110 0 0 18 0 12 0 2000282418 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 209610 180204 1389 9 0 206972 0
[pid=4305/tid=4307] ppid=4303 vsize=838440 CPUtime=115.81
/proc/4305/task/4307/stat : 4307 (java) S 4303 4305 1657 0 -1 64 17628 0 1 0 11571 10 0 0 17 0 12 0 2000282419 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4308] ppid=4303 vsize=838440 CPUtime=9.27
/proc/4305/task/4308/stat : 4308 (java) S 4303 4305 1657 0 -1 64 84412 0 0 0 895 32 0 0 17 0 12 0 2000282420 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4309] ppid=4303 vsize=838440 CPUtime=9.28
/proc/4305/task/4309/stat : 4309 (java) S 4303 4305 1657 0 -1 64 71163 0 0 0 898 30 0 0 16 0 12 0 2000282420 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4310] ppid=4303 vsize=838440 CPUtime=119.34
/proc/4305/task/4310/stat : 4310 (java) R 4303 4305 1657 0 -1 64 17151 0 0 0 11925 9 0 0 25 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4311] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4311/stat : 4311 (java) S 4303 4305 1657 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4312] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4312/stat : 4312 (java) S 4303 4305 1657 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000282422 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4313] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4313/stat : 4313 (java) S 4303 4305 1657 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4314] ppid=4303 vsize=838440 CPUtime=11.03
/proc/4305/task/4314/stat : 4314 (java) S 4303 4305 1657 0 -1 64 32532 0 0 0 1089 14 0 0 16 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4315] ppid=4303 vsize=838440 CPUtime=8.9
/proc/4305/task/4315/stat : 4315 (java) S 4303 4305 1657 0 -1 64 26895 0 0 0 879 11 0 0 15 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4316] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4316/stat : 4316 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4305/tid=4317] ppid=4303 vsize=838440 CPUtime=0
/proc/4305/task/4317/stat : 4317 (java) S 4303 4305 1657 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2000282426 858562560 180204 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.7
Current children cumulated vsize (KiB) 838440

[startup+273.302 s]
/proc/loadavg: 2.35 2.22 2.08 3/92 4435
/proc/meminfo: memFree=782304/2055920 swapFree=4180456/4192956
[pid=4305] ppid=4303 vsize=0 CPUtime=273.88
/proc/4305/stat : 4305 (java) Z 4303 4305 1657 0 -1 12 250557 0 1 0 27270 118 0 0 16 0 2 0 2000282418 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4305/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 273.88
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 273.327
CPU time (s): 273.915
CPU user time (s): 272.706
CPU system time (s): 1.20982
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 841228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.706
system time used= 1.20982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250557
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= 8179
involuntary context switches= 12265

runsolver used 0.409937 second user time and 0.935857 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 01:11:20
IDJOB=1080535
IDBENCH=56994
IDSOLVER=344
FILE ID=node19/1080535-1215213080
PBS_JOBID= 7881682
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 877930d791f791ac52b467f86549d1e4
RANDOM SEED=970151690

node19.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.263
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	: 5931.00
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.263
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:       1565264 kB
Buffers:        104216 kB
Cached:         287044 kB
SwapCached:       6540 kB
Active:         284216 kB
Inactive:       134068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565264 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          43196 kB
Slab:            57420 kB
Committed_AS:  3484184 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node19 at 2008-07-05 01:15:54