Trace number 1085770

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? 309.894 377.498

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-0.xml
MD5SUMdb919c043cbe2ccf39dda4a6ced1254b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.6993
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1085770-1215235466/watcher-1085770-1215235466 -o /tmp/evaluation-result-1085770-1215235466/solver-1085770-1215235466 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085770-1215235466.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: 3.00 3.01 3.00 5/82 32309
/proc/meminfo: memFree=1584808/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=152 CPUtime=0
/proc/32309/stat : 32309 (java) R 32307 32309 29871 0 -1 0 211 0 0 0 0 0 0 0 20 0 1 0 646472432 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 4043051 0 0 4096 0 0 0 0 17 0 0 0
/proc/32309/statm: 38 26 19 9 0 4 0

[startup+0.042657 s]
/proc/loadavg: 3.00 3.01 3.00 5/82 32309
/proc/meminfo: memFree=1584808/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=13404 CPUtime=0
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 817 0 0 0 0 0 0 0 20 0 2 0 646472432 13725696 592 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 3351 592 259 9 0 1244 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13404

[startup+0.101662 s]
/proc/loadavg: 3.00 3.01 3.00 5/82 32309
/proc/meminfo: memFree=1584808/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=801432 CPUtime=0.03
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 2498 0 1 0 2 1 0 0 20 0 5 0 646472432 820666368 2235 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 200358 2235 949 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.301688 s]
/proc/loadavg: 3.00 3.01 3.00 5/82 32309
/proc/meminfo: memFree=1584808/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=802080 CPUtime=0.03
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 2568 0 1 0 2 1 0 0 20 0 7 0 646472432 821329920 2303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 200520 2303 981 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.701739 s]
/proc/loadavg: 3.00 3.01 3.00 5/82 32309
/proc/meminfo: memFree=1584808/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=806676 CPUtime=0.12
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 3855 0 1 0 10 2 0 0 20 0 12 0 646472432 826036224 3423 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 201669 3434 1286 9 0 199038 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 806676

[startup+1.50286 s]
/proc/loadavg: 3.00 3.01 3.00 4/94 32321
/proc/meminfo: memFree=1571976/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=807788 CPUtime=0.64
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 6287 0 1 0 60 4 0 0 20 0 12 0 646472432 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 201947 5417 1335 9 0 199309 0
[pid=32309/tid=32311] ppid=32307 vsize=807788 CPUtime=0.38
/proc/32309/task/32311/stat : 32311 (java) R 32307 32309 29871 0 -1 64 3819 0 1 0 35 3 0 0 23 0 12 0 646472433 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32312] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 646472440 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 646472440 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32314/stat : 32314 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 646472442 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 646472452 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 646472462 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=807788 CPUtime=0.08
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 416 0 0 0 8 0 0 0 16 0 12 0 646472466 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32319] ppid=32307 vsize=807788 CPUtime=0.15
/proc/32309/task/32319/stat : 32319 (java) R 32307 32309 29871 0 -1 64 1287 0 0 0 15 0 0 0 16 0 12 0 646472476 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 105696134 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32320] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=807788 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 827174912 5417 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 807788

[startup+3.10105 s]
/proc/loadavg: 3.00 3.01 3.00 6/94 32321
/proc/meminfo: memFree=1565832/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=810552 CPUtime=2.01
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 23738 0 1 0 189 12 0 0 20 0 12 0 646472432 830005248 21132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 202638 21138 1354 9 0 200000 0
[pid=32309/tid=32311] ppid=32307 vsize=810552 CPUtime=1.01
/proc/32309/task/32311/stat : 32311 (java) R 32307 32309 29871 0 -1 64 16993 0 1 0 92 9 0 0 25 0 12 0 646472433 830005248 21144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32312] ppid=32307 vsize=810552 CPUtime=0
/proc/32309/task/32312/stat : 32312 (java) R 32307 32309 29871 0 -1 64 1027 0 0 0 0 0 0 0 16 0 12 0 646472440 830005248 21151 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=810552 CPUtime=0.01
/proc/32309/task/32313/stat : 32313 (java) R 32307 32309 29871 0 -1 64 970 0 0 0 1 0 0 0 16 0 12 0 646472440 830005248 21157 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=810552 CPUtime=0
/proc/32309/task/32314/stat : 32314 (java) R 32307 32309 29871 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 646472442 830005248 21165 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=810552 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 646472452 830005248 21171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=810552 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 646472462 830005248 21178 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=810552 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 830005248 21186 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=810552 CPUtime=0.37
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 1167 0 0 0 37 0 0 0 16 0 12 0 646472466 830005248 21193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32319] ppid=32307 vsize=810552 CPUtime=0.57
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 2844 0 0 0 57 0 0 0 16 0 12 0 646472476 830005248 21200 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=810552 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 830005248 21207 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=810552 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 830005248 21214 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 810552

[startup+6.30146 s]
/proc/loadavg: 3.00 3.01 3.00 5/94 32321
/proc/meminfo: memFree=1397704/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=824360 CPUtime=4.39
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 55628 0 1 0 416 23 0 0 20 0 12 0 646472432 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 206090 47951 1396 9 0 203452 0
[pid=32309/tid=32311] ppid=32307 vsize=824360 CPUtime=1.79
/proc/32309/task/32311/stat : 32311 (java) R 32307 32309 29871 0 -1 64 17261 0 1 0 170 9 0 0 25 0 12 0 646472433 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4109753804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32312] ppid=32307 vsize=824360 CPUtime=0.33
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 12014 0 0 0 29 4 0 0 18 0 12 0 646472440 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=824360 CPUtime=0.39
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 16437 0 0 0 34 5 0 0 19 0 12 0 646472440 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=824360 CPUtime=0
/proc/32309/task/32314/stat : 32314 (java) S 32307 32309 29871 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 646472442 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=824360 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=824360 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=824360 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=824360 CPUtime=0.91
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 4848 0 0 0 89 2 0 0 16 0 12 0 646472466 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32319] ppid=32307 vsize=824360 CPUtime=0.93
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 4276 0 0 0 92 1 0 0 16 0 12 0 646472476 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=824360 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=824360 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 844144640 47951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 824360

[startup+12.7013 s]
/proc/loadavg: 3.00 3.01 3.00 4/94 32321
/proc/meminfo: memFree=1380360/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=823692 CPUtime=8.87
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 61556 0 1 0 861 26 0 0 20 0 12 0 646472432 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 205923 52378 1396 9 0 203285 0
[pid=32309/tid=32311] ppid=32307 vsize=823692 CPUtime=5.48
/proc/32309/task/32311/stat : 32311 (java) R 32307 32309 29871 0 -1 64 17276 0 1 0 539 9 0 0 24 0 12 0 646472433 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4109786091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32312] ppid=32307 vsize=823692 CPUtime=0.53
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 13691 0 0 0 48 5 0 0 15 0 12 0 646472440 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32313] ppid=32307 vsize=823692 CPUtime=0.59
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 19416 0 0 0 53 6 0 0 16 0 12 0 646472440 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32314] ppid=32307 vsize=823692 CPUtime=0
/proc/32309/task/32314/stat : 32314 (java) S 32307 32309 29871 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 646472442 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32315] ppid=32307 vsize=823692 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=823692 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=823692 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=823692 CPUtime=1.07
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 4858 0 0 0 105 2 0 0 16 0 12 0 646472466 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32319] ppid=32307 vsize=823692 CPUtime=1.15
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 5522 0 0 0 114 1 0 0 16 0 12 0 646472476 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=823692 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=823692 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 843460608 52378 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 823692

[startup+25.5029 s]
/proc/loadavg: 3.00 3.01 3.00 4/94 32321
/proc/meminfo: memFree=1369608/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=822668 CPUtime=14.37
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 64349 0 1 0 1409 28 0 0 20 0 12 0 646472432 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 205667 55007 1396 9 0 203029 0
[pid=32309/tid=32311] ppid=32307 vsize=822668 CPUtime=10.75
/proc/32309/task/32311/stat : 32311 (java) R 32307 32309 29871 0 -1 64 17299 0 1 0 1066 9 0 0 25 0 12 0 646472433 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4109938473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32312] ppid=32307 vsize=822668 CPUtime=0.61
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 15399 0 0 0 55 6 0 0 15 0 12 0 646472440 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32313] ppid=32307 vsize=822668 CPUtime=0.65
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 20476 0 0 0 59 6 0 0 16 0 12 0 646472440 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32314] ppid=32307 vsize=822668 CPUtime=0
/proc/32309/task/32314/stat : 32314 (java) S 32307 32309 29871 0 -1 64 31 0 0 0 0 0 0 0 15 0 12 0 646472442 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32309/tid=32315] ppid=32307 vsize=822668 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=822668 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=822668 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 842412032 55007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=32309/tid=32320] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306.61
Current children cumulated vsize (KiB) 832888

[startup+374.302 s]
/proc/loadavg: 3.04 3.04 3.00 4/94 32321
/proc/meminfo: memFree=876936/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=832888 CPUtime=308.25
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 313006 0 1 0 30695 130 0 0 20 0 12 0 646472432 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 208222 177694 1402 9 0 205584 0
[pid=32309/tid=32311] ppid=32307 vsize=832888 CPUtime=246.21
/proc/32309/task/32311/stat : 32311 (java) S 32307 32309 29871 0 -1 64 17676 0 1 0 24610 11 0 0 17 0 12 0 646472433 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32312] ppid=32307 vsize=832888 CPUtime=3.88
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 71822 0 0 0 363 25 0 0 16 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=832888 CPUtime=4.03
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 84567 0 0 0 372 31 0 0 15 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=832888 CPUtime=51.04
/proc/32309/task/32314/stat : 32314 (java) R 32307 32309 29871 0 -1 64 126784 0 0 0 5048 56 0 0 25 0 12 0 646472442 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=832888 CPUtime=1.47
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 5208 0 0 0 145 2 0 0 16 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32319] ppid=32307 vsize=832888 CPUtime=1.57
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 6186 0 0 0 155 2 0 0 17 0 12 0 646472476 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 308.25
Current children cumulated vsize (KiB) 832888

[startup+375.903 s]
/proc/loadavg: 3.04 3.04 3.00 4/94 32321
/proc/meminfo: memFree=881096/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=832888 CPUtime=309.07
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 316010 0 1 0 30776 131 0 0 20 0 12 0 646472432 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 208222 177694 1402 9 0 205584 0
[pid=32309/tid=32311] ppid=32307 vsize=832888 CPUtime=246.28
/proc/32309/task/32311/stat : 32311 (java) S 32307 32309 29871 0 -1 64 17678 0 1 0 24617 11 0 0 17 0 12 0 646472433 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32312] ppid=32307 vsize=832888 CPUtime=3.88
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 71822 0 0 0 363 25 0 0 16 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=832888 CPUtime=4.03
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 84567 0 0 0 372 31 0 0 15 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=832888 CPUtime=51.78
/proc/32309/task/32314/stat : 32314 (java) R 32307 32309 29871 0 -1 64 129786 0 0 0 5121 57 0 0 25 0 12 0 646472442 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 106122367 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=832888 CPUtime=1.47
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 5208 0 0 0 145 2 0 0 16 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32319] ppid=32307 vsize=832888 CPUtime=1.57
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 6186 0 0 0 155 2 0 0 17 0 12 0 646472476 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.07
Current children cumulated vsize (KiB) 832888

[startup+376.702 s]
/proc/loadavg: 3.04 3.04 3.00 4/94 32321
/proc/meminfo: memFree=876936/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=832888 CPUtime=309.47
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 316010 0 1 0 30816 131 0 0 20 0 12 0 646472432 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 208222 177694 1402 9 0 205584 0
[pid=32309/tid=32311] ppid=32307 vsize=832888 CPUtime=246.28
/proc/32309/task/32311/stat : 32311 (java) S 32307 32309 29871 0 -1 64 17678 0 1 0 24617 11 0 0 17 0 12 0 646472433 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32312] ppid=32307 vsize=832888 CPUtime=3.88
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 71822 0 0 0 363 25 0 0 16 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=832888 CPUtime=4.03
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 84567 0 0 0 372 31 0 0 15 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=832888 CPUtime=52.18
/proc/32309/task/32314/stat : 32314 (java) R 32307 32309 29871 0 -1 64 129786 0 0 0 5161 57 0 0 25 0 12 0 646472442 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=832888 CPUtime=1.47
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 5208 0 0 0 145 2 0 0 16 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32319] ppid=32307 vsize=832888 CPUtime=1.57
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 6186 0 0 0 155 2 0 0 17 0 12 0 646472476 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.47
Current children cumulated vsize (KiB) 832888

[startup+377.102 s]
/proc/loadavg: 3.04 3.04 3.00 4/94 32321
/proc/meminfo: memFree=876936/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=832888 CPUtime=309.67
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 316010 0 1 0 30836 131 0 0 20 0 12 0 646472432 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 208222 177694 1402 9 0 205584 0
[pid=32309/tid=32311] ppid=32307 vsize=832888 CPUtime=246.28
/proc/32309/task/32311/stat : 32311 (java) S 32307 32309 29871 0 -1 64 17678 0 1 0 24617 11 0 0 17 0 12 0 646472433 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32312] ppid=32307 vsize=832888 CPUtime=3.88
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 71822 0 0 0 363 25 0 0 16 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=832888 CPUtime=4.03
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 84567 0 0 0 372 31 0 0 15 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=832888 CPUtime=52.38
/proc/32309/task/32314/stat : 32314 (java) R 32307 32309 29871 0 -1 64 129786 0 0 0 5181 57 0 0 25 0 12 0 646472442 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=832888 CPUtime=1.47
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 5208 0 0 0 145 2 0 0 16 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32319] ppid=32307 vsize=832888 CPUtime=1.57
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 6186 0 0 0 155 2 0 0 17 0 12 0 646472476 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.67
Current children cumulated vsize (KiB) 832888

[startup+377.307 s]
/proc/loadavg: 3.04 3.04 3.00 4/94 32321
/proc/meminfo: memFree=876936/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=832888 CPUtime=309.77
/proc/32309/stat : 32309 (java) S 32307 32309 29871 0 -1 0 316010 0 1 0 30846 131 0 0 20 0 12 0 646472432 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32309/statm: 208222 177694 1402 9 0 205584 0
[pid=32309/tid=32311] ppid=32307 vsize=832888 CPUtime=246.28
/proc/32309/task/32311/stat : 32311 (java) S 32307 32309 29871 0 -1 64 17678 0 1 0 24617 11 0 0 17 0 12 0 646472433 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32312] ppid=32307 vsize=832888 CPUtime=3.88
/proc/32309/task/32312/stat : 32312 (java) S 32307 32309 29871 0 -1 64 71822 0 0 0 363 25 0 0 16 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32313] ppid=32307 vsize=832888 CPUtime=4.03
/proc/32309/task/32313/stat : 32313 (java) S 32307 32309 29871 0 -1 64 84567 0 0 0 372 31 0 0 15 0 12 0 646472440 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32314] ppid=32307 vsize=832888 CPUtime=52.48
/proc/32309/task/32314/stat : 32314 (java) R 32307 32309 29871 0 -1 64 129786 0 0 0 5191 57 0 0 25 0 12 0 646472442 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 105678353 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32315] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32315/stat : 32315 (java) S 32307 32309 29871 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 646472452 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32316] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32316/stat : 32316 (java) S 32307 32309 29871 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 646472462 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32317] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32317/stat : 32317 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32318] ppid=32307 vsize=832888 CPUtime=1.47
/proc/32309/task/32318/stat : 32318 (java) S 32307 32309 29871 0 -1 64 5208 0 0 0 145 2 0 0 16 0 12 0 646472466 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32319] ppid=32307 vsize=832888 CPUtime=1.57
/proc/32309/task/32319/stat : 32319 (java) S 32307 32309 29871 0 -1 64 6186 0 0 0 155 2 0 0 17 0 12 0 646472476 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32320] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32320/stat : 32320 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32309/tid=32321] ppid=32307 vsize=832888 CPUtime=0
/proc/32309/task/32321/stat : 32321 (java) S 32307 32309 29871 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 646472486 852877312 177694 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.77
Current children cumulated vsize (KiB) 832888

[startup+377.402 s]
/proc/loadavg: 3.04 3.04 3.00 4/94 32321
/proc/meminfo: memFree=876936/2055920 swapFree=3921008/4192956
[pid=32309] ppid=32307 vsize=0 CPUtime=309.8
/proc/32309/stat : 32309 (java) Z 32307 32309 29871 0 -1 12 316024 0 1 0 30847 133 0 0 16 0 2 0 646472432 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32309/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 309.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 377.498
CPU time (s): 309.894
CPU user time (s): 308.473
CPU system time (s): 1.42078
CPU usage (%): 82.0916
Max. virtual memory (cumulated for all children) (KiB): 847140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.473
system time used= 1.42078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316024
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= 13371
involuntary context switches= 13207

runsolver used 0.440932 second user time and 1.2908 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-05 07:24:26
IDJOB=1085770
IDBENCH=57698
IDSOLVER=344
FILE ID=node92/1085770-1215235466
PBS_JOBID= 7881807
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db919c043cbe2ccf39dda4a6ced1254b
RANDOM SEED=610702698

node92.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.223
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.223
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1585224 kB
Buffers:         44072 kB
Cached:         207876 kB
SwapCached:       7132 kB
Active:         328772 kB
Inactive:        79556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585224 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:            5732 kB
Writeback:           0 kB
Mapped:         164144 kB
Slab:            45944 kB
Committed_AS:  1670536 kB
PageTables:       3280 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= 66444 MiB
End job on node92 at 2008-07-05 07:30:43