Trace number 1057525

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? 243.853 243.526

General information on the benchmark

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

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-1057525-1215111217/watcher-1057525-1215111217 -o /tmp/evaluation-result-1057525-1215111217/solver-1057525-1215111217 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057525-1215111217.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.09 2.02 1.99 5/82 10967
/proc/meminfo: memFree=1549056/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=18572 CPUtime=0
/proc/10967/stat : 10967 (runsolver) R 10965 10967 10676 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1990097328 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10967/statm: 4643 292 257 25 0 2626 0

[startup+0.044758 s]
/proc/loadavg: 2.09 2.02 1.99 5/82 10967
/proc/meminfo: memFree=1549056/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=13012 CPUtime=0.01
/proc/10967/stat : 10967 (java) R 10965 10967 10676 0 -1 0 389 0 12 0 0 1 0 0 20 0 1 0 1990097328 13324288 202 996147200 134512640 134550740 4294956032 18446744073709551615 5800746 0 0 4096 0 0 0 0 17 0 0 0
/proc/10967/statm: 3253 202 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.103659 s]
/proc/loadavg: 2.09 2.02 1.99 5/82 10967
/proc/meminfo: memFree=1549056/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=801432 CPUtime=0.04
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 2484 0 29 0 2 2 0 0 19 0 5 0 1990097328 820666368 2249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 200358 2249 957 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.301696 s]
/proc/loadavg: 2.09 2.02 1.99 5/82 10967
/proc/meminfo: memFree=1549056/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=808308 CPUtime=0.24
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 4687 0 29 0 20 4 0 0 19 0 12 0 1990097328 827707392 4044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 202077 4044 1298 9 0 199446 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 808308

[startup+0.701776 s]
/proc/loadavg: 2.09 2.02 1.99 5/82 10967
/proc/meminfo: memFree=1549056/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=808336 CPUtime=0.62
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 6252 0 29 0 56 6 0 0 19 0 12 0 1990097328 827736064 5410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 202084 5410 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808336

[startup+1.50193 s]
/proc/loadavg: 2.09 2.02 1.99 3/94 10979
/proc/meminfo: memFree=1508064/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=808336 CPUtime=1.41
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 7663 0 29 0 134 7 0 0 19 0 12 0 1990097328 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 202084 6779 1354 9 0 199446 0
[pid=10967/tid=10969] ppid=10965 vsize=808336 CPUtime=0.85
/proc/10967/task/10969/stat : 10969 (java) R 10965 10967 10676 0 -1 64 5083 0 1 0 81 4 0 0 19 0 12 0 1990097336 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4109211355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10970] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1990097337 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10971] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1990097337 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10972/stat : 10972 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990097338 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10973] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1990097339 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10974] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1990097339 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=808336 CPUtime=0.19
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 410 0 0 0 19 0 0 0 16 0 12 0 1990097343 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10977] ppid=10965 vsize=808336 CPUtime=0.33
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 1432 0 0 0 33 0 0 0 16 0 12 0 1990097343 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10978] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=808336 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 827736064 6779 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 808336

[startup+3.10225 s]
/proc/loadavg: 2.09 2.02 1.99 4/94 10979
/proc/meminfo: memFree=1482400/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=816076 CPUtime=3.02
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 15338 0 29 0 292 10 0 0 19 0 12 0 1990097328 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 204019 11618 1380 9 0 201381 0
[pid=10967/tid=10969] ppid=10965 vsize=816076 CPUtime=1.43
/proc/10967/task/10969/stat : 10969 (java) R 10965 10967 10676 0 -1 64 8165 0 1 0 138 5 0 0 25 0 12 0 1990097336 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10970] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1990097337 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10971] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 1990097337 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10972/stat : 10972 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1990097338 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10973] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 1990097339 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10974] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1990097339 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=816076 CPUtime=1.02
/proc/10967/task/10976/stat : 10976 (java) R 10965 10967 10676 0 -1 64 4933 0 0 0 100 2 0 0 16 0 12 0 1990097343 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 103937391 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=816076 CPUtime=0.52
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 1502 0 0 0 52 0 0 0 16 0 12 0 1990097343 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10978] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=816076 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 835661824 11618 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 816076

[startup+6.30188 s]
/proc/loadavg: 2.33 2.07 2.01 5/94 10979
/proc/meminfo: memFree=1384104/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=818312 CPUtime=6.26
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 33147 0 29 0 608 18 0 0 19 0 12 0 1990097328 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 204578 25958 1386 9 0 201940 0
[pid=10967/tid=10969] ppid=10965 vsize=818312 CPUtime=3.36
/proc/10967/task/10969/stat : 10969 (java) R 10965 10967 10676 0 -1 64 17282 0 1 0 327 9 0 0 25 0 12 0 1990097336 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4109180932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10970] ppid=10965 vsize=818312 CPUtime=0.09
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 2350 0 0 0 9 0 0 0 17 0 12 0 1990097337 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10971] ppid=10965 vsize=818312 CPUtime=0.07
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 1979 0 0 0 7 0 0 0 16 0 12 0 1990097337 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10972] ppid=10965 vsize=818312 CPUtime=0
/proc/10967/task/10972/stat : 10972 (java) S 10965 10967 10676 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 1990097338 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10973] ppid=10965 vsize=818312 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10974] ppid=10965 vsize=818312 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=818312 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=818312 CPUtime=1.74
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 7693 0 0 0 171 3 0 0 16 0 12 0 1990097343 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=818312 CPUtime=0.93
/proc/10967/task/10977/stat : 10977 (java) R 10965 10967 10676 0 -1 64 3052 0 0 0 92 1 0 0 19 0 12 0 1990097343 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 102528074 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10978] ppid=10965 vsize=818312 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=818312 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 837951488 25958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 818312

[startup+12.7021 s]
/proc/loadavg: 2.54 2.11 2.03 3/94 10979
/proc/meminfo: memFree=1256232/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=818876 CPUtime=12.67
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 46811 0 29 0 1241 26 0 0 19 0 12 0 1990097328 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 204719 36647 1386 9 0 202081 0
[pid=10967/tid=10969] ppid=10965 vsize=818876 CPUtime=8.25
/proc/10967/task/10969/stat : 10969 (java) R 10965 10967 10676 0 -1 64 17295 0 1 0 815 10 0 0 20 0 12 0 1990097336 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4109173572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10970] ppid=10965 vsize=818876 CPUtime=0.61
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 9420 0 0 0 58 3 0 0 16 0 12 0 1990097337 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10971] ppid=10965 vsize=818876 CPUtime=0.52
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 6857 0 0 0 49 3 0 0 16 0 12 0 1990097337 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10972] ppid=10965 vsize=818876 CPUtime=0
/proc/10967/task/10972/stat : 10972 (java) S 10965 10967 10676 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1990097338 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10973] ppid=10965 vsize=818876 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10974] ppid=10965 vsize=818876 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=818876 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=818876 CPUtime=2.24
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 9325 0 0 0 220 4 0 0 20 0 12 0 1990097343 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=818876 CPUtime=0.96
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 3122 0 0 0 95 1 0 0 16 0 12 0 1990097343 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10978] ppid=10965 vsize=818876 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=818876 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 838529024 36647 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 818876

[startup+25.5017 s]
/proc/loadavg: 2.64 2.16 2.04 6/94 10979
/proc/meminfo: memFree=1007976/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=822588 CPUtime=25.43
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 66463 0 29 0 2508 35 0 0 19 0 12 0 1990097328 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 205647 54839 1386 9 0 203009 0
[pid=10967/tid=10969] ppid=10965 vsize=822588 CPUtime=19.01
/proc/10967/task/10969/stat : 10969 (java) R 10965 10967 10676 0 -1 64 17314 0 1 0 1890 11 0 0 25 0 12 0 1990097336 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4109626953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10970] ppid=10965 vsize=822588 CPUtime=1.31
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 18697 0 0 0 124 7 0 0 16 0 12 0 1990097337 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10971] ppid=10965 vsize=822588 CPUtime=1.23
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 14852 0 0 0 118 5 0 0 16 0 12 0 1990097337 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=822588 CPUtime=0.01
/proc/10967/task/10972/stat : 10972 (java) S 10965 10967 10676 0 -1 64 56 0 0 0 1 0 0 0 15 0 12 0 1990097338 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10973] ppid=10965 vsize=822588 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10974] ppid=10965 vsize=822588 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=822588 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 842330112 54839 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10967/tid=10978] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 230.71
Current children cumulated vsize (KiB) 823740

[startup+236.702 s]
/proc/loadavg: 2.28 2.42 2.18 3/92 11018
/proc/meminfo: memFree=1188664/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=823740 CPUtime=237.07
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 207113 0 30 0 23572 135 0 0 19 0 12 0 1990097328 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 205935 175848 1389 9 0 203297 0
[pid=10967/tid=10969] ppid=10965 vsize=823740 CPUtime=117.95
/proc/10967/task/10969/stat : 10969 (java) S 10965 10967 10676 0 -1 64 17470 0 1 0 11761 34 0 0 17 0 12 0 1990097336 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10970] ppid=10965 vsize=823740 CPUtime=10.31
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 81424 0 0 0 993 38 0 0 16 0 12 0 1990097337 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10971] ppid=10965 vsize=823740 CPUtime=9.89
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 73357 0 0 0 957 32 0 0 16 0 12 0 1990097337 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=823740 CPUtime=92.8
/proc/10967/task/10972/stat : 10972 (java) R 10965 10967 10676 0 -1 64 16340 0 1 0 9264 16 0 0 25 0 12 0 1990097338 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 105677277 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10973] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10974] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=823740 CPUtime=3.35
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 10916 0 0 0 330 5 0 0 16 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=823740 CPUtime=2.68
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 6870 0 0 0 264 4 0 0 20 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10978] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 237.07
Current children cumulated vsize (KiB) 823740

[startup+239.902 s]
/proc/loadavg: 2.25 2.42 2.18 3/92 11018
/proc/meminfo: memFree=1188664/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=823740 CPUtime=240.26
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 207114 0 30 0 23891 135 0 0 19 0 12 0 1990097328 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 205935 175848 1389 9 0 203297 0
[pid=10967/tid=10969] ppid=10965 vsize=823740 CPUtime=118
/proc/10967/task/10969/stat : 10969 (java) S 10965 10967 10676 0 -1 64 17471 0 1 0 11766 34 0 0 17 0 12 0 1990097336 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10970] ppid=10965 vsize=823740 CPUtime=10.31
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 81424 0 0 0 993 38 0 0 16 0 12 0 1990097337 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10971] ppid=10965 vsize=823740 CPUtime=9.89
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 73357 0 0 0 957 32 0 0 16 0 12 0 1990097337 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=823740 CPUtime=95.94
/proc/10967/task/10972/stat : 10972 (java) R 10965 10967 10676 0 -1 64 16340 0 1 0 9578 16 0 0 25 0 12 0 1990097338 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 106122380 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10973] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10974] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=823740 CPUtime=3.35
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 10916 0 0 0 330 5 0 0 16 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=823740 CPUtime=2.68
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 6870 0 0 0 264 4 0 0 20 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10978] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 843509760 175848 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 240.26
Current children cumulated vsize (KiB) 823740

[startup+241.502 s]
/proc/loadavg: 2.25 2.42 2.18 3/92 11018
/proc/meminfo: memFree=1188664/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=823740 CPUtime=241.85
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 207116 0 31 0 24050 135 0 0 19 0 12 0 1990097328 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 205935 175849 1390 9 0 203297 0
[pid=10967/tid=10969] ppid=10965 vsize=823740 CPUtime=118.09
/proc/10967/task/10969/stat : 10969 (java) S 10965 10967 10676 0 -1 64 17473 0 2 0 11774 35 0 0 17 0 12 0 1990097336 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10970] ppid=10965 vsize=823740 CPUtime=10.31
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 81424 0 0 0 993 38 0 0 16 0 12 0 1990097337 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10971] ppid=10965 vsize=823740 CPUtime=9.89
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 73357 0 0 0 957 32 0 0 16 0 12 0 1990097337 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=823740 CPUtime=97.45
/proc/10967/task/10972/stat : 10972 (java) R 10965 10967 10676 0 -1 64 16340 0 1 0 9729 16 0 0 25 0 12 0 1990097338 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 104126344 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10973] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10974] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=823740 CPUtime=3.35
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 10916 0 0 0 330 5 0 0 16 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=823740 CPUtime=2.68
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 6870 0 0 0 264 4 0 0 20 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10978] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 241.85
Current children cumulated vsize (KiB) 823740

[startup+242.302 s]
/proc/loadavg: 2.25 2.42 2.18 3/92 11018
/proc/meminfo: memFree=1188536/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=823740 CPUtime=242.65
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 207116 0 31 0 24130 135 0 0 19 0 12 0 1990097328 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 205935 175849 1390 9 0 203297 0
[pid=10967/tid=10969] ppid=10965 vsize=823740 CPUtime=118.09
/proc/10967/task/10969/stat : 10969 (java) S 10965 10967 10676 0 -1 64 17473 0 2 0 11774 35 0 0 17 0 12 0 1990097336 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10970] ppid=10965 vsize=823740 CPUtime=10.31
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 81424 0 0 0 993 38 0 0 16 0 12 0 1990097337 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10971] ppid=10965 vsize=823740 CPUtime=9.89
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 73357 0 0 0 957 32 0 0 16 0 12 0 1990097337 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=823740 CPUtime=98.24
/proc/10967/task/10972/stat : 10972 (java) R 10965 10967 10676 0 -1 64 16340 0 1 0 9808 16 0 0 25 0 12 0 1990097338 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10973] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10974] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=823740 CPUtime=3.35
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 10916 0 0 0 330 5 0 0 16 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=823740 CPUtime=2.68
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 6870 0 0 0 264 4 0 0 20 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10978] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 242.65
Current children cumulated vsize (KiB) 823740

[startup+243.107 s]
/proc/loadavg: 2.23 2.41 2.18 3/92 11018
/proc/meminfo: memFree=1188536/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=823740 CPUtime=243.45
/proc/10967/stat : 10967 (java) S 10965 10967 10676 0 -1 0 207116 0 31 0 24210 135 0 0 19 0 12 0 1990097328 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10967/statm: 205935 175849 1390 9 0 203297 0
[pid=10967/tid=10969] ppid=10965 vsize=823740 CPUtime=118.09
/proc/10967/task/10969/stat : 10969 (java) S 10965 10967 10676 0 -1 64 17473 0 2 0 11774 35 0 0 17 0 12 0 1990097336 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10970] ppid=10965 vsize=823740 CPUtime=10.31
/proc/10967/task/10970/stat : 10970 (java) S 10965 10967 10676 0 -1 64 81424 0 0 0 993 38 0 0 16 0 12 0 1990097337 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10971] ppid=10965 vsize=823740 CPUtime=9.89
/proc/10967/task/10971/stat : 10971 (java) S 10965 10967 10676 0 -1 64 73357 0 0 0 957 32 0 0 16 0 12 0 1990097337 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10972] ppid=10965 vsize=823740 CPUtime=99.04
/proc/10967/task/10972/stat : 10972 (java) R 10965 10967 10676 0 -1 64 16340 0 1 0 9888 16 0 0 25 0 12 0 1990097338 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10973] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10973/stat : 10973 (java) S 10965 10967 10676 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1990097339 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10967/tid=10974] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10974/stat : 10974 (java) S 10965 10967 10676 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 1990097339 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10975] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10975/stat : 10975 (java) S 10965 10967 10676 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10976] ppid=10965 vsize=823740 CPUtime=3.35
/proc/10967/task/10976/stat : 10976 (java) S 10965 10967 10676 0 -1 64 10916 0 0 0 330 5 0 0 16 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10977] ppid=10965 vsize=823740 CPUtime=2.68
/proc/10967/task/10977/stat : 10977 (java) S 10965 10967 10676 0 -1 64 6870 0 0 0 264 4 0 0 20 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10978] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10978/stat : 10978 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10967/tid=10979] ppid=10965 vsize=823740 CPUtime=0
/proc/10967/task/10979/stat : 10979 (java) S 10965 10967 10676 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1990097343 843509760 175849 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 243.45
Current children cumulated vsize (KiB) 823740

[startup+243.503 s]
/proc/loadavg: 2.23 2.41 2.18 3/92 11018
/proc/meminfo: memFree=1188536/2055920 swapFree=4179472/4192956
[pid=10967] ppid=10965 vsize=0 CPUtime=243.82
/proc/10967/stat : 10967 (java) Z 10965 10967 10676 0 -1 12 207129 0 31 0 24238 144 0 0 16 0 2 0 1990097328 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10967/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 243.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 243.526
CPU time (s): 243.853
CPU user time (s): 242.387
CPU system time (s): 1.46578
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 871428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.387
system time used= 1.46578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207129
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= 7506
involuntary context switches= 10006

runsolver used 0.273958 second user time and 0.858869 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-03 20:53:37
IDJOB=1057525
IDBENCH=54047
IDSOLVER=344
FILE ID=node1/1057525-1215111217
PBS_JOBID= 7877202
Free space on /tmp= 66340 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ea108c2e903c2afc3230667c29a4590
RANDOM SEED=351875636

node1.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.265
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.265
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:       1549664 kB
Buffers:         14552 kB
Cached:         413872 kB
SwapCached:       7796 kB
Active:         343404 kB
Inactive:       105272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549664 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:          204892 kB
Writeback:           0 kB
Mapped:          37128 kB
Slab:            42768 kB
Committed_AS:  3107068 kB
PageTables:       1968 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= 66548 MiB
End job on node1 at 2008-07-03 20:57:41