Trace number 2080106

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 2.1.1? 497.696 484.877

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-27.xml
MD5SUMcc07c0c823ab5d6cc2bd13553116745a
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.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2080106-1247369248.xml
0.19/0.24	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.55	c reading predicates  done.
0.97/1.01	c reading constraints
497.56/484.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
497.56/484.72		at org.mozilla.javascript.gen.c44._c0(rhino.log:1)
497.56/484.72		at org.mozilla.javascript.gen.c44.call(rhino.log)
497.56/484.72		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
497.56/484.72		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
497.56/484.72		at org.mozilla.javascript.gen.c44.call(rhino.log)
497.56/484.72		at org.mozilla.javascript.gen.c44.exec(rhino.log)
497.56/484.72		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.72		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.73		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.73		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.73		at org.sat4j.csp.Predicate.find(Unknown Source)
497.56/484.73		at org.sat4j.csp.Predicate.toClause(Unknown Source)
497.56/484.73		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
497.56/484.73		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
497.56/484.73		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
497.56/484.73		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
497.56/484.73	c starts		: 0
497.56/484.73	c conflicts		: 0
497.56/484.73	c decisions		: 0
497.56/484.73	c propagations		: 0
497.56/484.73	c inspects		: 0
497.56/484.73	c learnt literals	: 0
497.56/484.73	c learnt binary clauses	: 0
497.56/484.73	c learnt ternary clauses	: 0
497.56/484.73	c learnt clauses	: 0
497.56/484.73	c ignored clauses	: 0
497.56/484.73	c root simplifications	: 0
497.56/484.73	c removed literals (reason simplification)	: 0
497.56/484.73	c reason swapping (by a shorter reason)	: 0
497.56/484.73	c Calls to reduceDB	: 0
497.56/484.73	c speed (assignments/second)	: 0.0
497.56/484.73	c non guided choices	0
497.56/484.73	c learnt constraints type 
497.56/484.73	c constraints type 
497.56/484.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6860606
497.56/484.73	c org.sat4j.minisat.constraints.card.AtLeast => 144
497.56/484.73	s UNKNOWN
497.56/484.73	c Total wall clock time (in seconds) : 484.487

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080106-1247369248/watcher-2080106-1247369248 -o /tmp/evaluation-result-2080106-1247369248/solver-2080106-1247369248 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080106-1247369248.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.06 2.07 3/82 23230
/proc/meminfo: memFree=1576128/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=18576 CPUtime=0
/proc/23230/stat : 23230 (runsolver) R 23228 23230 22456 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23991833 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23230/statm: 4644 284 249 26 0 2626 0

[startup+0.0793641 s]
/proc/loadavg: 2.07 2.06 2.07 3/82 23230
/proc/meminfo: memFree=1576128/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=802164 CPUtime=0.06
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 2817 0 1 0 4 2 0 0 20 0 7 0 23991833 821415936 2562 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 200541 2562 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.100913 s]
/proc/loadavg: 2.07 2.06 2.07 3/82 23230
/proc/meminfo: memFree=1576128/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=804560 CPUtime=0.08
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 3013 0 1 0 6 2 0 0 20 0 12 0 23991833 823869440 2756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 201140 2756 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301955 s]
/proc/loadavg: 2.07 2.06 2.07 3/82 23230
/proc/meminfo: memFree=1576128/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=805888 CPUtime=0.28
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 4380 0 1 0 25 3 0 0 20 0 12 0 23991833 825229312 4117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 201472 4117 1359 9 0 198799 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805888

[startup+0.701044 s]
/proc/loadavg: 2.07 2.06 2.07 3/82 23230
/proc/meminfo: memFree=1576128/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=807360 CPUtime=0.68
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 6189 0 1 0 63 5 0 0 20 0 12 0 23991833 826736640 5595 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 201840 5595 1387 9 0 199167 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807360

[startup+1.50222 s]
/proc/loadavg: 2.15 2.07 2.07 3/94 23242
/proc/meminfo: memFree=1547936/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=810284 CPUtime=1.46
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 8622 0 1 0 140 6 0 0 20 0 12 0 23991833 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 202571 7059 1414 9 0 199898 0
[pid=23230/tid=23232] ppid=23228 vsize=810284 CPUtime=0.8
/proc/23230/task/23232/stat : 23232 (java) R 23228 23230 22456 0 -1 64 5006 0 1 0 76 4 0 0 18 0 12 0 23991835 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4109161475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23233] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23991836 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23991836 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23228 23230 22456 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23991837 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 23991838 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23991838 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23238] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=810284 CPUtime=0.16
/proc/23230/task/23239/stat : 23239 (java) R 23228 23230 22456 0 -1 64 1343 0 0 0 16 0 0 0 17 0 12 0 23991842 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 9338660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=810284 CPUtime=0.47
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 1528 0 0 0 47 0 0 0 16 0 12 0 23991842 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23241] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=810284 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 829730816 7059 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810284

[startup+3.10256 s]
/proc/loadavg: 2.15 2.07 2.07 3/94 23242
/proc/meminfo: memFree=1518752/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=810584 CPUtime=3.05
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 16005 0 1 0 295 10 0 0 20 0 12 0 23991833 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 202646 14355 1426 9 0 199973 0
[pid=23230/tid=23232] ppid=23228 vsize=810584 CPUtime=1.94
/proc/23230/task/23232/stat : 23232 (java) R 23228 23230 22456 0 -1 64 12186 0 1 0 186 8 0 0 17 0 12 0 23991835 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4109565804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23233] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23991836 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 23991836 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23228 23230 22456 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23991837 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 23991838 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23991838 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23238] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=810584 CPUtime=0.47
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 1526 0 0 0 47 0 0 0 16 0 12 0 23991842 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=810584 CPUtime=0.62
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 1548 0 0 0 61 1 0 0 16 0 12 0 23991842 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23241] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=810584 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 830038016 14355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810584

[startup+6.30224 s]
/proc/loadavg: 2.15 2.07 2.07 3/94 23242
/proc/meminfo: memFree=1413280/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=816840 CPUtime=6.22
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 28447 0 1 0 606 16 0 0 20 0 12 0 23991833 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 204210 22326 1435 9 0 201537 0
[pid=23230/tid=23232] ppid=23228 vsize=816840 CPUtime=3.33
/proc/23230/task/23232/stat : 23232 (java) R 23228 23230 22456 0 -1 64 17426 0 1 0 323 10 0 0 25 0 12 0 23991835 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 102381866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23233] ppid=23228 vsize=816840 CPUtime=0.02
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 561 0 0 0 2 0 0 0 17 0 12 0 23991836 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23234] ppid=23228 vsize=816840 CPUtime=0.01
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 458 0 0 0 1 0 0 0 17 0 12 0 23991836 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23235] ppid=23228 vsize=816840 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23228 23230 22456 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23991837 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23236] ppid=23228 vsize=816840 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23237] ppid=23228 vsize=816840 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=816840 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=816840 CPUtime=2.2
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 7686 0 0 0 217 3 0 0 17 0 12 0 23991842 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=816840 CPUtime=0.62
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 1563 0 0 0 61 1 0 0 16 0 12 0 23991842 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23241] ppid=23228 vsize=816840 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=816840 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 836444160 22326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 816840

[startup+12.7026 s]
/proc/loadavg: 2.12 2.07 2.07 3/94 23242
/proc/meminfo: memFree=1260960/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=818824 CPUtime=12.55
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 40709 0 1 0 1235 20 0 0 20 0 12 0 23991833 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 204706 29220 1435 9 0 202033 0
[pid=23230/tid=23232] ppid=23228 vsize=818824 CPUtime=6.48
/proc/23230/task/23232/stat : 23232 (java) R 23228 23230 22456 0 -1 64 17441 0 1 0 638 10 0 0 25 0 12 0 23991835 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4109098794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23233] ppid=23228 vsize=818824 CPUtime=0.19
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 3331 0 0 0 19 0 0 0 16 0 12 0 23991836 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23234] ppid=23228 vsize=818824 CPUtime=0.2
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 3871 0 0 0 19 1 0 0 16 0 12 0 23991836 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23235] ppid=23228 vsize=818824 CPUtime=0
/proc/23230/task/23235/stat : 23235 (java) S 23228 23230 22456 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 23991837 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23236] ppid=23228 vsize=818824 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23237] ppid=23228 vsize=818824 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=818824 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=818824 CPUtime=5.01
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 13738 0 0 0 495 6 0 0 20 0 12 0 23991842 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=818824 CPUtime=0.62
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 1563 0 0 0 61 1 0 0 17 0 12 0 23991842 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23241] ppid=23228 vsize=818824 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=818824 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 838475776 29220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 818824

[startup+25.5014 s]
/proc/loadavg: 2.18 2.08 2.08 4/94 23242
/proc/meminfo: memFree=1033888/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=820104 CPUtime=25.34
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 60063 0 1 0 2504 30 0 0 20 0 12 0 23991833 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 205026 40284 1435 9 0 202353 0
[pid=23230/tid=23232] ppid=23228 vsize=820104 CPUtime=14.64
/proc/23230/task/23232/stat : 23232 (java) R 23228 23230 22456 0 -1 64 17467 0 1 0 1454 10 0 0 25 0 12 0 23991835 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4109577809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23233] ppid=23228 vsize=820104 CPUtime=0.64
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 7655 0 0 0 62 2 0 0 16 0 12 0 23991836 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23234] ppid=23228 vsize=820104 CPUtime=0.6
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 10251 0 0 0 57 3 0 0 16 0 12 0 23991836 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23235] ppid=23228 vsize=820104 CPUtime=0.01
/proc/23230/task/23235/stat : 23235 (java) S 23228 23230 22456 0 -1 64 24 0 0 0 1 0 0 0 16 0 12 0 23991837 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23236] ppid=23228 vsize=820104 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23237] ppid=23228 vsize=820104 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=820104 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 839786496 40284 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=820104 CPUtime=8.77

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

[pid=23230/tid=23241] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 855064576 179105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 486.41
Current children cumulated vsize (KiB) 835024

[startup+479.903 s]
/proc/loadavg: 2.10 2.18 2.12 3/93 23321
/proc/meminfo: memFree=859616/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=833020 CPUtime=492.77
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 392644 0 1 0 49096 181 0 0 20 0 12 0 23991833 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 208255 178604 1437 9 0 205582 0
[pid=23230/tid=23232] ppid=23228 vsize=833020 CPUtime=119.39
/proc/23230/task/23232/stat : 23232 (java) R 23228 23230 22456 0 -1 64 17741 0 1 0 11927 12 0 0 17 0 12 0 23991835 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4109126752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23228 vsize=833020 CPUtime=33.07
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 77731 0 0 0 3277 30 0 0 17 0 12 0 23991836 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23228 vsize=833020 CPUtime=33.89
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 76453 0 0 0 3357 32 0 0 17 0 12 0 23991836 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23228 vsize=833020 CPUtime=289.42
/proc/23230/task/23235/stat : 23235 (java) R 23228 23230 22456 0 -1 64 168335 0 0 0 28865 77 0 0 25 0 12 0 23991837 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23228 vsize=833020 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23228 vsize=833020 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=833020 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=833020 CPUtime=12.68
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 30522 0 0 0 1252 16 0 0 16 0 12 0 23991842 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=833020 CPUtime=4.26
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 21121 0 0 0 416 10 0 0 17 0 12 0 23991842 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23241] ppid=23228 vsize=833020 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=833020 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 853012480 178604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 492.77
Current children cumulated vsize (KiB) 833020

[startup+483.102 s]
/proc/loadavg: 2.09 2.17 2.12 3/93 23321
/proc/meminfo: memFree=859552/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=835024 CPUtime=495.96
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 408654 0 1 0 49408 188 0 0 20 0 12 0 23991833 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 208756 179106 1436 9 0 206083 0
[pid=23230/tid=23232] ppid=23228 vsize=835024 CPUtime=119.41
/proc/23230/task/23232/stat : 23232 (java) S 23228 23230 22456 0 -1 64 17745 0 1 0 11929 12 0 0 17 0 12 0 23991835 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23228 vsize=835024 CPUtime=33.07
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 77731 0 0 0 3277 30 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23228 vsize=835024 CPUtime=33.89
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 76453 0 0 0 3357 32 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23228 vsize=835024 CPUtime=292.58
/proc/23230/task/23235/stat : 23235 (java) R 23228 23230 22456 0 -1 64 184341 0 0 0 29174 84 0 0 25 0 12 0 23991837 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 105696850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=835024 CPUtime=12.68
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 30522 0 0 0 1252 16 0 0 16 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=835024 CPUtime=4.26
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 21121 0 0 0 416 10 0 0 17 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23241] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 495.96
Current children cumulated vsize (KiB) 835024

[startup+483.902 s]
/proc/loadavg: 2.09 2.17 2.12 3/93 23321
/proc/meminfo: memFree=859552/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=835024 CPUtime=496.76
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 408654 0 1 0 49488 188 0 0 20 0 12 0 23991833 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 208756 179106 1436 9 0 206083 0
[pid=23230/tid=23232] ppid=23228 vsize=835024 CPUtime=119.41
/proc/23230/task/23232/stat : 23232 (java) S 23228 23230 22456 0 -1 64 17745 0 1 0 11929 12 0 0 17 0 12 0 23991835 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23228 vsize=835024 CPUtime=33.07
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 77731 0 0 0 3277 30 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23228 vsize=835024 CPUtime=33.89
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 76453 0 0 0 3357 32 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23228 vsize=835024 CPUtime=293.38
/proc/23230/task/23235/stat : 23235 (java) R 23228 23230 22456 0 -1 64 184341 0 0 0 29254 84 0 0 25 0 12 0 23991837 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 105886157 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=835024 CPUtime=12.68
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 30522 0 0 0 1252 16 0 0 16 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=835024 CPUtime=4.26
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 21121 0 0 0 416 10 0 0 17 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23241] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 496.76
Current children cumulated vsize (KiB) 835024

[startup+484.302 s]
/proc/loadavg: 2.09 2.17 2.12 3/93 23321
/proc/meminfo: memFree=859552/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=835024 CPUtime=497.15
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 408654 0 1 0 49527 188 0 0 20 0 12 0 23991833 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 208756 179106 1436 9 0 206083 0
[pid=23230/tid=23232] ppid=23228 vsize=835024 CPUtime=119.41
/proc/23230/task/23232/stat : 23232 (java) S 23228 23230 22456 0 -1 64 17745 0 1 0 11929 12 0 0 17 0 12 0 23991835 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23228 vsize=835024 CPUtime=33.07
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 77731 0 0 0 3277 30 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23228 vsize=835024 CPUtime=33.89
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 76453 0 0 0 3357 32 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23228 vsize=835024 CPUtime=293.77
/proc/23230/task/23235/stat : 23235 (java) R 23228 23230 22456 0 -1 64 184341 0 0 0 29293 84 0 0 25 0 12 0 23991837 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 104187826 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=835024 CPUtime=12.68
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 30522 0 0 0 1252 16 0 0 16 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=835024 CPUtime=4.26
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 21121 0 0 0 416 10 0 0 17 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23241] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 497.15
Current children cumulated vsize (KiB) 835024

[startup+484.703 s]
/proc/loadavg: 2.09 2.17 2.12 3/93 23321
/proc/meminfo: memFree=859552/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=835024 CPUtime=497.56
/proc/23230/stat : 23230 (java) S 23228 23230 22456 0 -1 0 408654 0 1 0 49568 188 0 0 20 0 12 0 23991833 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 208756 179106 1436 9 0 206083 0
[pid=23230/tid=23232] ppid=23228 vsize=835024 CPUtime=119.41
/proc/23230/task/23232/stat : 23232 (java) S 23228 23230 22456 0 -1 64 17745 0 1 0 11929 12 0 0 17 0 12 0 23991835 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23233] ppid=23228 vsize=835024 CPUtime=33.07
/proc/23230/task/23233/stat : 23233 (java) S 23228 23230 22456 0 -1 64 77731 0 0 0 3277 30 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23234] ppid=23228 vsize=835024 CPUtime=33.89
/proc/23230/task/23234/stat : 23234 (java) S 23228 23230 22456 0 -1 64 76453 0 0 0 3357 32 0 0 17 0 12 0 23991836 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23235] ppid=23228 vsize=835024 CPUtime=294.17
/proc/23230/task/23235/stat : 23235 (java) R 23228 23230 22456 0 -1 64 184341 0 0 0 29333 84 0 0 25 0 12 0 23991837 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23236] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23236/stat : 23236 (java) S 23228 23230 22456 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23237] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23237/stat : 23237 (java) S 23228 23230 22456 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23991838 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23238] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23238/stat : 23238 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23239] ppid=23228 vsize=835024 CPUtime=12.68
/proc/23230/task/23239/stat : 23239 (java) S 23228 23230 22456 0 -1 64 30522 0 0 0 1252 16 0 0 16 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23240] ppid=23228 vsize=835024 CPUtime=4.26
/proc/23230/task/23240/stat : 23240 (java) S 23228 23230 22456 0 -1 64 21121 0 0 0 416 10 0 0 17 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23230/tid=23241] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23241/stat : 23241 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23991842 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23230/tid=23242] ppid=23228 vsize=835024 CPUtime=0
/proc/23230/task/23242/stat : 23242 (java) S 23228 23230 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23991843 855064576 179106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 497.56
Current children cumulated vsize (KiB) 835024

[startup+484.803 s]
/proc/loadavg: 2.09 2.17 2.12 3/93 23321
/proc/meminfo: memFree=859552/2055920 swapFree=4192812/4192956
[pid=23230] ppid=23228 vsize=0 CPUtime=497.61
/proc/23230/stat : 23230 (java) Z 23228 23230 22456 0 -1 12 408673 0 1 0 49570 191 0 0 16 0 2 0 23991833 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23230/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 497.61
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 484.877
CPU time (s): 497.696
CPU user time (s): 495.71
CPU system time (s): 1.9867
CPU usage (%): 102.644
Max. virtual memory (cumulated for all children) (KiB): 881028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 495.71
system time used= 1.9867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408673
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14006
involuntary context switches= 22806

runsolver used 0.611906 second user time and 1.62575 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 05:27:28
IDJOB=2080106
IDBENCH=57007
IDSOLVER=731
FILE ID=node10/2080106-1247369248
PBS_JOBID= 9507132
Free space on /tmp= 66420 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-27.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080106-1247369248/watcher-2080106-1247369248 -o /tmp/evaluation-result-2080106-1247369248/solver-2080106-1247369248 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080106-1247369248.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= cc07c0c823ab5d6cc2bd13553116745a
RANDOM SEED=369207368

node10.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.279
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.279
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:       1576608 kB
Buffers:         59260 kB
Cached:         269588 kB
SwapCached:          0 kB
Active:         225392 kB
Inactive:       176568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:          93608 kB
Slab:            62672 kB
Committed_AS:   246880 kB
PageTables:       1912 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= 66420 MiB
End job on node10 at 2009-07-12 05:35:33