Trace number 1057651

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? 262.854 261.887

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-44.xml
MD5SUM47953c3a5be365d58aa9b70881fb4470
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.074988
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.33/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.33/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.33/0.41	c See www.sat4j.org for details.
0.33/0.41	c That software uses the Rhino library from the Mozilla project.
0.33/0.46	c version 9.9.9.token
0.33/0.46	c sun.arch.data.model	32
0.33/0.46	c java.version	1.6.0_06
0.33/0.46	c os.name	Linux
0.33/0.46	c os.version	2.6.9-22.EL.rootsmp
0.33/0.46	c os.arch	i386
0.33/0.46	c Free memory 669864272
0.33/0.46	c Max memory 672137216
0.33/0.46	c Total memory 672137216
0.33/0.46	c Number of processors 2
0.43/0.51	c c --- Begin Solver configuration ---
0.43/0.51	c Stops conflict analysis at the first Unique Implication Point
0.43/0.51	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.43/0.51	c Learn all clauses as in MiniSAT
0.43/0.51	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.51	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.43/0.51	c Expensive reason simplification
0.43/0.51	c MiniSAT restarts strategy
0.43/0.51	c timeout=2147483s
0.43/0.51	c DB Simplification allowed=false
0.43/0.51	c --- End Solver configuration ---
0.43/0.51	c solving HOME/instance-1057651-1215111344.xml
0.43/0.51	c reading problem ... 
0.72/0.81	c reading problem named null
0.72/0.81	c reading domains done.
0.72/0.81	c reading variables done.
0.72/0.88	c reading predicates  done.
1.30/1.42	c reading constraints
262.71/261.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
262.71/261.72		at org.mozilla.javascript.gen.c14._c0(rhino.log:1)
262.71/261.72		at org.mozilla.javascript.gen.c14.call(rhino.log)
262.71/261.72		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
262.71/261.72		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
262.71/261.72		at org.mozilla.javascript.gen.c14.call(rhino.log)
262.71/261.72		at org.mozilla.javascript.gen.c14.exec(rhino.log)
262.71/261.72		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:129)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.72		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.73		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.73		at org.sat4j.csp.Predicate.find(Predicate.java:139)
262.71/261.73		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
262.71/261.73		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
262.71/261.73		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
262.71/261.73		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
262.71/261.73		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
262.71/261.73		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
262.71/261.73	c starts		: 0
262.71/261.73	c conflicts		: 0
262.71/261.73	c decisions		: 0
262.71/261.73	c propagations		: 0
262.71/261.73	c inspects		: 0
262.71/261.73	c learnt literals	: 0
262.71/261.73	c learnt binary clauses	: 0
262.71/261.73	c learnt ternary clauses	: 0
262.71/261.73	c learnt clauses	: 0
262.71/261.73	c ignored clauses	: 0
262.71/261.73	c root simplifications	: 0
262.71/261.73	c removed literals (reason simplification)	: 0
262.71/261.73	c reason swapping (by a shorter reason)	: 0
262.71/261.73	c Calls to reduceDB	: 0
262.71/261.73	c speed (assignments/second)	: 0.0
262.71/261.73	c non guided choices	0
262.71/261.73	s UNKNOWN
262.71/261.73	c Total wall clock time (in seconds) : 261.217

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057651-1215111344/watcher-1057651-1215111344 -o /tmp/evaluation-result-1057651-1215111344/solver-1057651-1215111344 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057651-1215111344.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 1.93 1.93 4/82 20830
/proc/meminfo: memFree=910400/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=1804 CPUtime=0
/proc/20830/stat : 20830 (java6) D 20828 20830 19956 0 -1 0 177 0 0 0 0 0 0 0 19 0 1 0 122804523 1847296 150 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/20830/statm: 451 151 107 9 0 93 0

[startup+0.0351231 s]
/proc/loadavg: 2.02 1.93 1.93 4/82 20830
/proc/meminfo: memFree=910400/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=13012 CPUtime=0.01
/proc/20830/stat : 20830 (java) D 20828 20830 19956 0 -1 0 388 0 13 0 0 1 0 0 18 0 1 0 122804523 13324288 202 996147200 134512640 134550740 4294956032 18446744073709551615 10658602 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/20830/statm: 3253 202 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.11092 s]
/proc/loadavg: 2.02 1.93 1.93 4/82 20830
/proc/meminfo: memFree=910400/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=802080 CPUtime=0.05
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 2556 0 31 0 2 3 0 0 18 0 7 0 122804523 821329920 2321 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 200520 2321 981 9 0 197903 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802080

[startup+0.302937 s]
/proc/loadavg: 2.02 1.93 1.93 4/82 20830
/proc/meminfo: memFree=910400/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=808308 CPUtime=0.24
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 4546 0 31 0 20 4 0 0 18 0 12 0 122804523 827707392 3905 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 202077 3905 1295 9 0 199446 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 808308

[startup+0.701986 s]
/proc/loadavg: 2.02 1.93 1.93 4/82 20830
/proc/meminfo: memFree=910400/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=808336 CPUtime=0.62
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 6057 0 31 0 56 6 0 0 18 0 12 0 122804523 827736064 5217 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 202084 5217 1332 9 0 199446 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808336

[startup+1.50106 s]
/proc/loadavg: 2.02 1.93 1.93 3/94 20842
/proc/meminfo: memFree=884448/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=808336 CPUtime=1.4
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 7578 0 31 0 133 7 0 0 18 0 12 0 122804523 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 202084 6696 1350 9 0 199446 0
[pid=20830/tid=20832] ppid=20828 vsize=808336 CPUtime=0.86
/proc/20830/task/20832/stat : 20832 (java) R 20828 20830 19956 0 -1 64 5009 0 1 0 81 5 0 0 25 0 12 0 122804530 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4109211328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20833] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 122804531 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20834] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 122804531 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20835] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20835/stat : 20835 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 122804533 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20836] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 122804534 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20837] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 122804534 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=808336 CPUtime=0.16
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 404 0 0 0 16 0 0 0 16 0 12 0 122804538 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=808336 CPUtime=0.35
/proc/20830/task/20840/stat : 20840 (java) S 20828 20830 19956 0 -1 64 1429 0 0 0 35 0 0 0 16 0 12 0 122804538 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=808336 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 827736064 6696 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 808336

[startup+3.10122 s]
/proc/loadavg: 2.10 1.94 1.93 4/94 20842
/proc/meminfo: memFree=872864/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=816004 CPUtime=3
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 14267 0 31 0 289 11 0 0 18 0 12 0 122804523 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 204001 10571 1379 9 0 201363 0
[pid=20830/tid=20832] ppid=20828 vsize=816004 CPUtime=1.36
/proc/20830/task/20832/stat : 20832 (java) R 20828 20830 19956 0 -1 64 6981 0 1 0 130 6 0 0 25 0 12 0 122804530 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20833] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 122804531 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20834] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 122804531 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20835] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20835/stat : 20835 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 122804533 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20836] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 122804534 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20837] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 122804534 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=816004 CPUtime=0.38
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 820 0 0 0 38 0 0 0 16 0 12 0 122804538 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=816004 CPUtime=1.21
/proc/20830/task/20840/stat : 20840 (java) R 20828 20830 19956 0 -1 64 5730 0 0 0 119 2 0 0 16 0 12 0 122804538 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 105377196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=816004 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 835588096 10571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 816004

[startup+6.30255 s]
/proc/loadavg: 2.10 1.94 1.93 3/94 20842
/proc/meminfo: memFree=818784/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=815360 CPUtime=6.16
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 29306 0 31 0 598 18 0 0 18 0 12 0 122804523 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 203840 22481 1387 9 0 201202 0
[pid=20830/tid=20832] ppid=20828 vsize=815360 CPUtime=3.03
/proc/20830/task/20832/stat : 20832 (java) R 20828 20830 19956 0 -1 64 17283 0 1 0 292 11 0 0 25 0 12 0 122804530 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20833] ppid=20828 vsize=815360 CPUtime=0.03
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 750 0 0 0 3 0 0 0 17 0 12 0 122804531 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20834] ppid=20828 vsize=815360 CPUtime=0.02
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 788 0 0 0 2 0 0 0 17 0 12 0 122804531 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20835] ppid=20828 vsize=815360 CPUtime=0
/proc/20830/task/20835/stat : 20835 (java) S 20828 20830 19956 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 122804533 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20836] ppid=20828 vsize=815360 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20837] ppid=20828 vsize=815360 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=815360 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=815360 CPUtime=0.82
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 1772 0 0 0 81 1 0 0 16 0 12 0 122804538 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=815360 CPUtime=2.19
/proc/20830/task/20840/stat : 20840 (java) R 20828 20830 19956 0 -1 64 7951 0 0 0 217 2 0 0 17 0 12 0 122804538 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 102083992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=815360 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=815360 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 834928640 22481 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 815360

[startup+12.7012 s]
/proc/loadavg: 2.16 1.96 1.94 3/94 20842
/proc/meminfo: memFree=777568/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=818784 CPUtime=12.6
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 43990 0 31 0 1236 24 0 0 18 0 12 0 122804523 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 204696 33486 1387 9 0 202058 0
[pid=20830/tid=20832] ppid=20828 vsize=818784 CPUtime=7.8
/proc/20830/task/20832/stat : 20832 (java) R 20828 20830 19956 0 -1 64 17294 0 1 0 769 11 0 0 25 0 12 0 122804530 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4109776003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20833] ppid=20828 vsize=818784 CPUtime=0.48
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 6309 0 0 0 46 2 0 0 16 0 12 0 122804531 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20834] ppid=20828 vsize=818784 CPUtime=0.51
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 7052 0 0 0 48 3 0 0 16 0 12 0 122804531 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20835] ppid=20828 vsize=818784 CPUtime=0
/proc/20830/task/20835/stat : 20835 (java) S 20828 20830 19956 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 122804533 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20836] ppid=20828 vsize=818784 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20837] ppid=20828 vsize=818784 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=818784 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=818784 CPUtime=1.34
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 3393 0 0 0 133 1 0 0 20 0 12 0 122804538 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=818784 CPUtime=2.39
/proc/20830/task/20840/stat : 20840 (java) S 20828 20830 19956 0 -1 64 9152 0 0 0 236 3 0 0 16 0 12 0 122804538 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=818784 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=818784 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 838434816 33486 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 818784

[startup+25.5025 s]
/proc/loadavg: 2.13 1.96 1.94 4/94 20842
/proc/meminfo: memFree=697824/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=823616 CPUtime=25.35
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 67495 0 31 0 2500 35 0 0 18 0 12 0 122804523 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 205904 52845 1387 9 0 203266 0
[pid=20830/tid=20832] ppid=20828 vsize=823616 CPUtime=17.54
/proc/20830/task/20832/stat : 20832 (java) R 20828 20830 19956 0 -1 64 17317 0 1 0 1743 11 0 0 25 0 12 0 122804530 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4109775305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20833] ppid=20828 vsize=823616 CPUtime=1.17
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 16130 0 0 0 111 6 0 0 16 0 12 0 122804531 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20834] ppid=20828 vsize=823616 CPUtime=1.18
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 15470 0 0 0 112 6 0 0 16 0 12 0 122804531 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20835] ppid=20828 vsize=823616 CPUtime=0
/proc/20830/task/20835/stat : 20835 (java) S 20828 20830 19956 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 122804533 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20836] ppid=20828 vsize=823616 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20837] ppid=20828 vsize=823616 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=823616 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 843382784 52845 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=20830/tid=20841] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 250.57
Current children cumulated vsize (KiB) 822064

[startup+255.903 s]
/proc/loadavg: 2.25 2.10 1.99 3/93 20843
/proc/meminfo: memFree=301856/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=822064 CPUtime=256.94
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 297934 0 31 0 25556 138 0 0 18 0 12 0 122804523 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 205516 175512 1390 9 0 202878 0
[pid=20830/tid=20832] ppid=20828 vsize=822064 CPUtime=122.46
/proc/20830/task/20832/stat : 20832 (java) S 20828 20830 19956 0 -1 64 17478 0 1 0 12235 11 0 0 17 0 12 0 122804530 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20833] ppid=20828 vsize=822064 CPUtime=10.6
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 78656 0 0 0 1030 30 0 0 17 0 12 0 122804531 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20834] ppid=20828 vsize=822064 CPUtime=10.41
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 78049 0 0 0 1009 32 0 0 16 0 12 0 122804531 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20835] ppid=20828 vsize=822064 CPUtime=105.69
/proc/20830/task/20835/stat : 20835 (java) R 20828 20830 19956 0 -1 64 97579 0 0 0 10520 49 0 0 25 0 12 0 122804533 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 106123413 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20836] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20837] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=822064 CPUtime=4.73
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 14610 0 0 0 467 6 0 0 16 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=822064 CPUtime=2.96
/proc/20830/task/20840/stat : 20840 (java) S 20828 20830 19956 0 -1 64 10829 0 0 0 292 4 0 0 16 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 256.94
Current children cumulated vsize (KiB) 822064

[startup+259.102 s]
/proc/loadavg: 2.23 2.10 1.99 4/93 20843
/proc/meminfo: memFree=301856/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=822064 CPUtime=260.12
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 298436 0 31 0 25874 138 0 0 18 0 12 0 122804523 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 205516 175512 1390 9 0 202878 0
[pid=20830/tid=20832] ppid=20828 vsize=822064 CPUtime=122.5
/proc/20830/task/20832/stat : 20832 (java) S 20828 20830 19956 0 -1 64 17479 0 1 0 12239 11 0 0 17 0 12 0 122804530 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20833] ppid=20828 vsize=822064 CPUtime=10.6
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 78656 0 0 0 1030 30 0 0 17 0 12 0 122804531 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20834] ppid=20828 vsize=822064 CPUtime=10.41
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 78049 0 0 0 1009 32 0 0 16 0 12 0 122804531 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20835] ppid=20828 vsize=822064 CPUtime=108.83
/proc/20830/task/20835/stat : 20835 (java) R 20828 20830 19956 0 -1 64 98080 0 0 0 10834 49 0 0 25 0 12 0 122804533 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 105852589 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20836] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20837] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=822064 CPUtime=4.73
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 14610 0 0 0 467 6 0 0 16 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=822064 CPUtime=2.96
/proc/20830/task/20840/stat : 20840 (java) S 20828 20830 19956 0 -1 64 10829 0 0 0 292 4 0 0 16 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 841793536 175512 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 260.12
Current children cumulated vsize (KiB) 822064

[startup+260.707 s]
/proc/loadavg: 2.23 2.10 1.99 3/93 20843
/proc/meminfo: memFree=301856/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=822064 CPUtime=261.71
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 298940 0 31 0 26033 138 0 0 18 0 12 0 122804523 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 205516 175513 1390 9 0 202878 0
[pid=20830/tid=20832] ppid=20828 vsize=822064 CPUtime=122.58
/proc/20830/task/20832/stat : 20832 (java) S 20828 20830 19956 0 -1 64 17482 0 1 0 12247 11 0 0 17 0 12 0 122804530 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20833] ppid=20828 vsize=822064 CPUtime=10.6
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 78656 0 0 0 1030 30 0 0 17 0 12 0 122804531 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20834] ppid=20828 vsize=822064 CPUtime=10.41
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 78049 0 0 0 1009 32 0 0 16 0 12 0 122804531 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20835] ppid=20828 vsize=822064 CPUtime=110.34
/proc/20830/task/20835/stat : 20835 (java) R 20828 20830 19956 0 -1 64 98581 0 0 0 10985 49 0 0 25 0 12 0 122804533 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 106122363 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20836] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20837] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=822064 CPUtime=4.73
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 14610 0 0 0 467 6 0 0 16 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=822064 CPUtime=2.96
/proc/20830/task/20840/stat : 20840 (java) S 20828 20830 19956 0 -1 64 10829 0 0 0 292 4 0 0 16 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 261.71
Current children cumulated vsize (KiB) 822064

[startup+261.503 s]
/proc/loadavg: 2.23 2.10 1.99 3/93 20843
/proc/meminfo: memFree=301856/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=822064 CPUtime=262.51
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 298940 0 31 0 26113 138 0 0 18 0 12 0 122804523 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 205516 175513 1390 9 0 202878 0
[pid=20830/tid=20832] ppid=20828 vsize=822064 CPUtime=122.58
/proc/20830/task/20832/stat : 20832 (java) S 20828 20830 19956 0 -1 64 17482 0 1 0 12247 11 0 0 17 0 12 0 122804530 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20833] ppid=20828 vsize=822064 CPUtime=10.6
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 78656 0 0 0 1030 30 0 0 17 0 12 0 122804531 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20834] ppid=20828 vsize=822064 CPUtime=10.41
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 78049 0 0 0 1009 32 0 0 16 0 12 0 122804531 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20835] ppid=20828 vsize=822064 CPUtime=111.14
/proc/20830/task/20835/stat : 20835 (java) R 20828 20830 19956 0 -1 64 98581 0 0 0 11065 49 0 0 25 0 12 0 122804533 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20836] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20837] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=822064 CPUtime=4.73
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 14610 0 0 0 467 6 0 0 16 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=822064 CPUtime=2.96
/proc/20830/task/20840/stat : 20840 (java) S 20828 20830 19956 0 -1 64 10829 0 0 0 292 4 0 0 16 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 262.51
Current children cumulated vsize (KiB) 822064

[startup+261.703 s]
/proc/loadavg: 2.21 2.10 1.99 3/93 20843
/proc/meminfo: memFree=301856/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=822064 CPUtime=262.71
/proc/20830/stat : 20830 (java) S 20828 20830 19956 0 -1 0 298940 0 31 0 26133 138 0 0 18 0 12 0 122804523 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 205516 175513 1390 9 0 202878 0
[pid=20830/tid=20832] ppid=20828 vsize=822064 CPUtime=122.58
/proc/20830/task/20832/stat : 20832 (java) S 20828 20830 19956 0 -1 64 17482 0 1 0 12247 11 0 0 17 0 12 0 122804530 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20833] ppid=20828 vsize=822064 CPUtime=10.6
/proc/20830/task/20833/stat : 20833 (java) S 20828 20830 19956 0 -1 64 78656 0 0 0 1030 30 0 0 17 0 12 0 122804531 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20834] ppid=20828 vsize=822064 CPUtime=10.41
/proc/20830/task/20834/stat : 20834 (java) S 20828 20830 19956 0 -1 64 78049 0 0 0 1009 32 0 0 16 0 12 0 122804531 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20835] ppid=20828 vsize=822064 CPUtime=111.34
/proc/20830/task/20835/stat : 20835 (java) R 20828 20830 19956 0 -1 64 98581 0 0 0 11085 49 0 0 25 0 12 0 122804533 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20836] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20836/stat : 20836 (java) S 20828 20830 19956 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 122804534 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20830/tid=20837] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20837/stat : 20837 (java) S 20828 20830 19956 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 122804534 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20838] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20838/stat : 20838 (java) S 20828 20830 19956 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20839] ppid=20828 vsize=822064 CPUtime=4.73
/proc/20830/task/20839/stat : 20839 (java) S 20828 20830 19956 0 -1 64 14610 0 0 0 467 6 0 0 16 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20840] ppid=20828 vsize=822064 CPUtime=2.96
/proc/20830/task/20840/stat : 20840 (java) S 20828 20830 19956 0 -1 64 10829 0 0 0 292 4 0 0 16 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20841] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20841/stat : 20841 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 122804538 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20830/tid=20842] ppid=20828 vsize=822064 CPUtime=0
/proc/20830/task/20842/stat : 20842 (java) S 20828 20830 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 122804539 841793536 175513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 262.71
Current children cumulated vsize (KiB) 822064

[startup+261.808 s]
/proc/loadavg: 2.21 2.10 1.99 3/93 20843
/proc/meminfo: memFree=301856/2055920 swapFree=4192812/4192956
[pid=20830] ppid=20828 vsize=0 CPUtime=262.76
/proc/20830/stat : 20830 (java) Z 20828 20830 19956 0 -1 12 298954 0 31 0 26135 141 0 0 16 0 2 0 122804523 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20830/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 262.76
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 261.887
CPU time (s): 262.854
CPU user time (s): 261.355
CPU system time (s): 1.49877
CPU usage (%): 100.369
Max. virtual memory (cumulated for all children) (KiB): 868068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.355
system time used= 1.49877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298954
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7968
involuntary context switches= 11821

runsolver used 0.310952 second user time and 0.907861 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-03 20:55:44
IDJOB=1057651
IDBENCH=54058
IDSOLVER=344
FILE ID=node27/1057651-1215111344
PBS_JOBID= 7877150
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47953c3a5be365d58aa9b70881fb4470
RANDOM SEED=1006458277

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:        910880 kB
Buffers:         14852 kB
Cached:         287340 kB
SwapCached:          0 kB
Active:         916640 kB
Inactive:       176352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        910880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:         812520 kB
Slab:            36000 kB
Committed_AS:  1045572 kB
PageTables:       3132 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-03 21:00:06