Trace number 1057798

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? 250.754 249.247

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-12.xml
MD5SUMac7c0d475342b35cf3d84a60d71b9c13
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.068988
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1057798-1215111651/watcher-1057798-1215111651 -o /tmp/evaluation-result-1057798-1215111651/solver-1057798-1215111651 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057798-1215111651.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.85 1.96 1.95 4/73 12333
/proc/meminfo: memFree=1610872/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=18572 CPUtime=0
/proc/12333/stat : 12333 (runsolver) R 12331 12333 11651 0 -1 4194368 16 0 0 0 0 0 0 0 23 0 1 0 148976469 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 212218735911 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12333/statm: 4643 292 257 25 0 2626 0

[startup+0.0788759 s]
/proc/loadavg: 1.85 1.96 1.95 4/73 12333
/proc/meminfo: memFree=1610872/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=802236 CPUtime=0.05
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 2795 0 1 0 4 1 0 0 18 0 7 0 148976469 821489664 2530 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 200559 2530 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102916 s]
/proc/loadavg: 1.85 1.96 1.95 4/73 12333
/proc/meminfo: memFree=1610872/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=804612 CPUtime=0.07
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 3000 0 1 0 6 1 0 0 18 0 12 0 148976469 823922688 2733 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.301938 s]
/proc/loadavg: 1.85 1.96 1.95 4/73 12333
/proc/meminfo: memFree=1610872/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=808276 CPUtime=0.28
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 4930 0 1 0 25 3 0 0 18 0 12 0 148976469 827674624 4257 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 202069 4257 1296 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701975 s]
/proc/loadavg: 1.85 1.96 1.95 4/73 12333
/proc/meminfo: memFree=1610872/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=808304 CPUtime=0.67
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 6358 0 1 0 63 4 0 0 18 0 12 0 148976469 827703296 5486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 202076 5486 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808304

[startup+1.50207 s]
/proc/loadavg: 1.85 1.96 1.95 4/85 12345
/proc/meminfo: memFree=1590424/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=808304 CPUtime=1.47
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 7710 0 1 0 141 6 0 0 18 0 12 0 148976469 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 202076 6796 1363 9 0 199438 0
[pid=12333/tid=12335] ppid=12331 vsize=808304 CPUtime=0.85
/proc/12333/task/12335/stat : 12335 (java) R 12331 12333 11651 0 -1 64 5092 0 1 0 81 4 0 0 20 0 12 0 148976471 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12336] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 148976471 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12337] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 148976472 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12338] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 148976473 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12339] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 148976474 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12340] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 148976474 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12341] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=808304 CPUtime=0.3
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 667 0 0 0 30 0 0 0 16 0 12 0 148976478 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12343] ppid=12331 vsize=808304 CPUtime=0.27
/proc/12333/task/12343/stat : 12343 (java) R 12331 12333 11651 0 -1 64 1186 0 0 0 27 0 0 0 16 0 12 0 148976478 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 103407556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12344] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=808304 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 827703296 6796 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808304

[startup+3.10123 s]
/proc/loadavg: 1.85 1.96 1.95 4/85 12345
/proc/meminfo: memFree=1579416/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=819416 CPUtime=3.08
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 15529 0 1 0 299 9 0 0 18 0 12 0 148976469 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 204854 11673 1381 9 0 202216 0
[pid=12333/tid=12335] ppid=12331 vsize=819416 CPUtime=1.36
/proc/12333/task/12335/stat : 12335 (java) R 12331 12333 11651 0 -1 64 7500 0 1 0 131 5 0 0 25 0 12 0 148976471 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12336] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 148976471 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12337] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 148976472 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12338] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 148976473 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12339] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 148976474 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12340] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 148976474 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12341] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=819416 CPUtime=0.71
/proc/12333/task/12342/stat : 12342 (java) R 12331 12333 11651 0 -1 64 1852 0 0 0 71 0 0 0 17 0 12 0 148976478 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 106214601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12343] ppid=12331 vsize=819416 CPUtime=0.96
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 5412 0 0 0 94 2 0 0 16 0 12 0 148976478 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12344] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=819416 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 839081984 11673 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 819416

[startup+6.30256 s]
/proc/loadavg: 1.94 1.97 1.96 4/85 12345
/proc/meminfo: memFree=1524952/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=825592 CPUtime=6.27
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 33705 0 1 0 609 18 0 0 18 0 12 0 148976469 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 206398 25022 1387 9 0 203760 0
[pid=12333/tid=12335] ppid=12331 vsize=825592 CPUtime=3.13
/proc/12333/task/12335/stat : 12335 (java) R 12331 12333 11651 0 -1 64 17280 0 1 0 303 10 0 0 25 0 12 0 148976471 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4109654527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=825592 CPUtime=0.03
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 872 0 0 0 3 0 0 0 17 0 12 0 148976471 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12337] ppid=12331 vsize=825592 CPUtime=0.03
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 712 0 0 0 3 0 0 0 16 0 12 0 148976472 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12338] ppid=12331 vsize=825592 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12331 12333 11651 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 148976473 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=825592 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 148976474 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=825592 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=825592 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=825592 CPUtime=1.31
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 6448 0 0 0 128 3 0 0 19 0 12 0 148976478 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12343] ppid=12331 vsize=825592 CPUtime=1.73
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 7601 0 0 0 170 3 0 0 16 0 12 0 148976478 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12344] ppid=12331 vsize=825592 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=825592 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 845406208 25022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 825592

[startup+12.7012 s]
/proc/loadavg: 1.94 1.97 1.96 3/85 12351
/proc/meminfo: memFree=1480080/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=834360 CPUtime=12.73
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 49978 0 1 0 1247 26 0 0 18 0 12 0 148976469 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 208590 35459 1387 9 0 205952 0
[pid=12333/tid=12335] ppid=12331 vsize=834360 CPUtime=7.24
/proc/12333/task/12335/stat : 12335 (java) R 12331 12333 11651 0 -1 64 17293 0 1 0 714 10 0 0 25 0 12 0 148976471 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4109634956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=834360 CPUtime=0.37
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 5871 0 0 0 35 2 0 0 16 0 12 0 148976471 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12337] ppid=12331 vsize=834360 CPUtime=0.37
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 5715 0 0 0 36 1 0 0 16 0 12 0 148976472 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12338] ppid=12331 vsize=834360 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12331 12333 11651 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 148976473 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=834360 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 148976474 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=834360 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=834360 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=834360 CPUtime=2.53
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 11289 0 0 0 247 6 0 0 16 0 12 0 148976478 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12343] ppid=12331 vsize=834360 CPUtime=2.17
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 8991 0 0 0 213 4 0 0 19 0 12 0 148976478 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12344] ppid=12331 vsize=834360 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=834360 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 854384640 35459 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 834360

[startup+25.5026 s]
/proc/loadavg: 1.95 1.97 1.96 3/85 12351
/proc/meminfo: memFree=1401112/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=834816 CPUtime=25.59
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 70974 0 1 0 2524 35 0 0 18 0 12 0 148976469 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 208704 54576 1387 9 0 206066 0
[pid=12333/tid=12335] ppid=12331 vsize=834816 CPUtime=17.49
/proc/12333/task/12335/stat : 12335 (java) R 12331 12333 11651 0 -1 64 17321 0 1 0 1739 10 0 0 25 0 12 0 148976471 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4111078858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=834816 CPUtime=1.17
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 13634 0 0 0 112 5 0 0 16 0 12 0 148976471 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12337] ppid=12331 vsize=834816 CPUtime=1.17
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 16887 0 0 0 111 6 0 0 16 0 12 0 148976472 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12338] ppid=12331 vsize=834816 CPUtime=0
/proc/12333/task/12338/stat : 12338 (java) S 12331 12333 11651 0 -1 64 57 0 0 0 0 0 0 0 15 0 12 0 148976473 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=834816 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 148976474 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=834816 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=834816 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 854851584 54576 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=12333/tid=12344] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.25
Current children cumulated vsize (KiB) 835748

[startup+243.107 s]
/proc/loadavg: 2.51 2.23 2.06 3/85 12351
/proc/meminfo: memFree=898648/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=835748 CPUtime=244.66
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 323036 0 1 0 24328 138 0 0 18 0 12 0 148976469 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 208937 178753 1390 9 0 206299 0
[pid=12333/tid=12335] ppid=12331 vsize=835748 CPUtime=120.07
/proc/12333/task/12335/stat : 12335 (java) S 12331 12333 11651 0 -1 64 17499 0 1 0 11996 11 0 0 17 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=835748 CPUtime=9.48
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 70679 0 0 0 919 29 0 0 16 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12337] ppid=12331 vsize=835748 CPUtime=9.54
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 82326 0 0 0 924 30 0 0 15 0 12 0 148976472 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12338] ppid=12331 vsize=835748 CPUtime=97.64
/proc/12333/task/12338/stat : 12338 (java) R 12331 12333 11651 0 -1 64 122386 0 0 0 9713 51 0 0 25 0 12 0 148976473 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 105677206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=835748 CPUtime=4.09
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 15014 0 0 0 402 7 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12343] ppid=12331 vsize=835748 CPUtime=3.77
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 14370 0 0 0 371 6 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12344] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 244.66
Current children cumulated vsize (KiB) 835748

[startup+246.303 s]
/proc/loadavg: 2.51 2.23 2.06 3/85 12351
/proc/meminfo: memFree=898648/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=835748 CPUtime=247.86
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 324539 0 1 0 24647 139 0 0 18 0 12 0 148976469 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 208937 178753 1390 9 0 206299 0
[pid=12333/tid=12335] ppid=12331 vsize=835748 CPUtime=120.11
/proc/12333/task/12335/stat : 12335 (java) S 12331 12333 11651 0 -1 64 17500 0 1 0 12000 11 0 0 17 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=835748 CPUtime=9.48
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 70679 0 0 0 919 29 0 0 16 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12337] ppid=12331 vsize=835748 CPUtime=9.54
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 82326 0 0 0 924 30 0 0 15 0 12 0 148976472 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12338] ppid=12331 vsize=835748 CPUtime=100.8
/proc/12333/task/12338/stat : 12338 (java) R 12331 12333 11651 0 -1 64 123888 0 0 0 10028 52 0 0 25 0 12 0 148976473 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=835748 CPUtime=4.09
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 15014 0 0 0 402 7 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12343] ppid=12331 vsize=835748 CPUtime=3.77
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 14370 0 0 0 371 6 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12344] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 247.86
Current children cumulated vsize (KiB) 835748

[startup+247.902 s]
/proc/loadavg: 2.51 2.23 2.06 3/85 12351
/proc/meminfo: memFree=898648/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=835748 CPUtime=249.46
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 326043 0 1 0 24806 140 0 0 18 0 12 0 148976469 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 208937 178753 1390 9 0 206299 0
[pid=12333/tid=12335] ppid=12331 vsize=835748 CPUtime=120.18
/proc/12333/task/12335/stat : 12335 (java) S 12331 12333 11651 0 -1 64 17502 0 1 0 12007 11 0 0 17 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=835748 CPUtime=9.48
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 70679 0 0 0 919 29 0 0 16 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12337] ppid=12331 vsize=835748 CPUtime=9.54
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 82326 0 0 0 924 30 0 0 15 0 12 0 148976472 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12338] ppid=12331 vsize=835748 CPUtime=102.32
/proc/12333/task/12338/stat : 12338 (java) R 12331 12333 11651 0 -1 64 125390 0 0 0 10179 53 0 0 25 0 12 0 148976473 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 106122257 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=835748 CPUtime=4.09
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 15014 0 0 0 402 7 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12343] ppid=12331 vsize=835748 CPUtime=3.77
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 14370 0 0 0 371 6 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12344] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.46
Current children cumulated vsize (KiB) 835748

[startup+248.702 s]
/proc/loadavg: 2.46 2.22 2.06 3/85 12351
/proc/meminfo: memFree=898648/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=835748 CPUtime=250.26
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 326043 0 1 0 24886 140 0 0 18 0 12 0 148976469 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 208937 178753 1390 9 0 206299 0
[pid=12333/tid=12335] ppid=12331 vsize=835748 CPUtime=120.18
/proc/12333/task/12335/stat : 12335 (java) S 12331 12333 11651 0 -1 64 17502 0 1 0 12007 11 0 0 17 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=835748 CPUtime=9.48
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 70679 0 0 0 919 29 0 0 16 0 12 0 148976471 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12337] ppid=12331 vsize=835748 CPUtime=9.54
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 82326 0 0 0 924 30 0 0 15 0 12 0 148976472 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12338] ppid=12331 vsize=835748 CPUtime=103.12
/proc/12333/task/12338/stat : 12338 (java) R 12331 12333 11651 0 -1 64 125390 0 0 0 10259 53 0 0 25 0 12 0 148976473 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 105852544 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=835748 CPUtime=4.09
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 15014 0 0 0 402 7 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12343] ppid=12331 vsize=835748 CPUtime=3.77
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 14370 0 0 0 371 6 0 0 16 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12344] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=835748 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 855805952 178753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 250.26
Current children cumulated vsize (KiB) 835748

[startup+249.102 s]
/proc/loadavg: 2.46 2.22 2.06 3/85 12351
/proc/meminfo: memFree=898648/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=832068 CPUtime=250.65
/proc/12333/stat : 12333 (java) S 12331 12333 11651 0 -1 0 326053 0 1 0 24925 140 0 0 18 0 12 0 148976469 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12333/statm: 208017 177761 1391 9 0 205379 0
[pid=12333/tid=12335] ppid=12331 vsize=832068 CPUtime=120.19
/proc/12333/task/12335/stat : 12335 (java) S 12331 12333 11651 0 -1 64 17507 0 1 0 12008 11 0 0 17 0 12 0 148976471 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12336] ppid=12331 vsize=832068 CPUtime=9.48
/proc/12333/task/12336/stat : 12336 (java) S 12331 12333 11651 0 -1 64 70679 0 0 0 919 29 0 0 16 0 12 0 148976471 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12337] ppid=12331 vsize=832068 CPUtime=9.54
/proc/12333/task/12337/stat : 12337 (java) S 12331 12333 11651 0 -1 64 82326 0 0 0 924 30 0 0 15 0 12 0 148976472 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12338] ppid=12331 vsize=832068 CPUtime=103.51
/proc/12333/task/12338/stat : 12338 (java) S 12331 12333 11651 0 -1 64 125390 0 0 0 10298 53 0 0 25 0 12 0 148976473 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12339] ppid=12331 vsize=832068 CPUtime=0
/proc/12333/task/12339/stat : 12339 (java) S 12331 12333 11651 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 148976474 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12340] ppid=12331 vsize=832068 CPUtime=0
/proc/12333/task/12340/stat : 12340 (java) S 12331 12333 11651 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 148976474 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12341] ppid=12331 vsize=832068 CPUtime=0
/proc/12333/task/12341/stat : 12341 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 148976478 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12342] ppid=12331 vsize=832068 CPUtime=4.09
/proc/12333/task/12342/stat : 12342 (java) S 12331 12333 11651 0 -1 64 15014 0 0 0 402 7 0 0 16 0 12 0 148976478 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12343] ppid=12331 vsize=832068 CPUtime=3.77
/proc/12333/task/12343/stat : 12343 (java) S 12331 12333 11651 0 -1 64 14370 0 0 0 371 6 0 0 16 0 12 0 148976478 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12333/tid=12344] ppid=12331 vsize=832068 CPUtime=0
/proc/12333/task/12344/stat : 12344 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 148976478 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12333/tid=12345] ppid=12331 vsize=832068 CPUtime=0
/proc/12333/task/12345/stat : 12345 (java) S 12331 12333 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 148976478 852037632 177761 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 250.65
Current children cumulated vsize (KiB) 832068

[startup+249.202 s]
/proc/loadavg: 2.46 2.22 2.06 3/85 12351
/proc/meminfo: memFree=898648/2055920 swapFree=4181068/4192956
[pid=12333] ppid=12331 vsize=0 CPUtime=250.7
/proc/12333/stat : 12333 (java) Z 12331 12333 11651 0 -1 12 326056 0 1 0 24925 145 0 0 16 0 2 0 148976469 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12333/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 250.7
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 249.247
CPU time (s): 250.754
CPU user time (s): 249.25
CPU system time (s): 1.50377
CPU usage (%): 100.604
Max. virtual memory (cumulated for all children) (KiB): 879752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.25
system time used= 1.50377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326056
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= 7736
involuntary context switches= 8277

runsolver used 0.310952 second user time and 0.840872 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-03 21:00:51
IDJOB=1057798
IDBENCH=54075
IDSOLVER=344
FILE ID=node46/1057798-1215111651
PBS_JOBID= 7877114
Free space on /tmp= 66208 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac7c0d475342b35cf3d84a60d71b9c13
RANDOM SEED=717438959

node46.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.238
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.238
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:       1611288 kB
Buffers:         64224 kB
Cached:         305080 kB
SwapCached:       5852 kB
Active:         188572 kB
Inactive:       195072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611288 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          21564 kB
Slab:            46572 kB
Committed_AS:   360232 kB
PageTables:       1516 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-03 21:05:00