Trace number 2075519

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? 696.799 677.453

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-49.xml
MD5SUMab941f5036b03c1644708da5a40a9e9d
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.048992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity20
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.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.17/0.26	c c --- Begin Solver configuration ---
0.17/0.26	c Stops conflict analysis at the first Unique Implication Point
0.17/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.17/0.26	c Learn all clauses as in MiniSAT
0.17/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.26	c Expensive reason simplification
0.17/0.26	c MiniSAT restarts strategy
0.17/0.26	c Memory based learned constraints deletion strategy
0.17/0.26	c timeout=2147483s
0.17/0.26	c DB Simplification allowed=false
0.17/0.26	c --- End Solver configuration ---
0.17/0.26	c solving HOME/instance-2075519-1247361609.xml
0.17/0.26	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.52	c reading variables done.
0.48/0.57	c reading predicates  done.
0.97/1.04	c reading constraints
696.59/677.28	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
696.59/677.28		at org.mozilla.javascript.gen.c32._c0(rhino.log:1)
696.59/677.28		at org.mozilla.javascript.gen.c32.call(rhino.log)
696.59/677.28		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
696.59/677.28		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
696.59/677.28		at org.mozilla.javascript.gen.c32.call(rhino.log)
696.59/677.28		at org.mozilla.javascript.gen.c32.exec(rhino.log)
696.59/677.28		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.find(Unknown Source)
696.59/677.28		at org.sat4j.csp.Predicate.toClause(Unknown Source)
696.59/677.28		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
696.59/677.28		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
696.59/677.28		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
696.59/677.28		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
696.59/677.28	c starts		: 0
696.59/677.28	c conflicts		: 0
696.59/677.28	c decisions		: 0
696.59/677.28	c propagations		: 0
696.59/677.28	c inspects		: 0
696.59/677.28	c learnt literals	: 0
696.59/677.28	c learnt binary clauses	: 0
696.59/677.28	c learnt ternary clauses	: 0
696.59/677.28	c learnt clauses	: 0
696.59/677.28	c ignored clauses	: 0
696.59/677.28	c root simplifications	: 0
696.59/677.28	c removed literals (reason simplification)	: 0
696.59/677.28	c reason swapping (by a shorter reason)	: 0
696.59/677.28	c Calls to reduceDB	: 0
696.59/677.28	c speed (assignments/second)	: 0.0
696.59/677.28	c non guided choices	0
696.59/677.29	c learnt constraints type 
696.59/677.29	c constraints type 
696.59/677.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6827753
696.59/677.29	c org.sat4j.minisat.constraints.card.AtLeast => 180
696.59/677.29	s UNKNOWN
696.59/677.29	c Total wall clock time (in seconds) : 677.027

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-2075519-1247361609/watcher-2075519-1247361609 -o /tmp/evaluation-result-2075519-1247361609/solver-2075519-1247361609 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075519-1247361609.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: 1.95 2.00 1.99 3/84 15963
/proc/meminfo: memFree=1683568/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=18576 CPUtime=0
/proc/15963/stat : 15963 (runsolver) R 15961 15963 14596 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 23227382 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15963/statm: 4644 284 249 26 0 2626 0

[startup+0.0246371 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 15963
/proc/meminfo: memFree=1683568/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13496 CPUtime=0
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 871 0 0 0 0 0 0 0 18 0 2 0 23227382 13819904 626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 3374 626 302 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13496

[startup+0.101614 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 15963
/proc/meminfo: memFree=1683568/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=803844 CPUtime=0.08
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 2929 0 1 0 6 2 0 0 18 0 11 0 23227382 823136256 2672 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 200961 2672 1056 9 0 198312 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 803844

[startup+0.301645 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 15963
/proc/meminfo: memFree=1683568/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=805628 CPUtime=0.27
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 4260 0 1 0 24 3 0 0 18 0 12 0 23227382 824963072 3997 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 201407 3997 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701702 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 15963
/proc/meminfo: memFree=1683568/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=807356 CPUtime=0.68
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 6098 0 1 0 63 5 0 0 18 0 12 0 23227382 826732544 5503 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 201839 5503 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50282 s]
/proc/loadavg: 1.95 2.00 1.99 3/96 15975
/proc/meminfo: memFree=1664784/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=810120 CPUtime=1.47
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 8576 0 1 0 140 7 0 0 18 0 12 0 23227382 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 202530 6991 1414 9 0 199857 0
[pid=15963/tid=15965] ppid=15961 vsize=810120 CPUtime=0.82
/proc/15963/task/15965/stat : 15965 (java) R 15961 15963 14596 0 -1 64 5007 0 1 0 78 4 0 0 20 0 12 0 23227383 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23227385 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23227385 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15968/stat : 15968 (java) S 15961 15963 14596 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23227387 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23227387 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15970] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23227387 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23227392 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15973] ppid=15961 vsize=810120 CPUtime=0.62
/proc/15963/task/15973/stat : 15973 (java) R 15961 15963 14596 0 -1 64 2816 0 0 0 61 1 0 0 17 0 12 0 23227392 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 103183648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=810120 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23227392 829562880 6991 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810120

[startup+3.10105 s]
/proc/loadavg: 1.95 2.00 1.99 3/96 15975
/proc/meminfo: memFree=1654096/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=815516 CPUtime=3.05
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 16332 0 1 0 295 10 0 0 18 0 12 0 23227382 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 203879 13227 1426 9 0 201206 0
[pid=15963/tid=15965] ppid=15961 vsize=815516 CPUtime=1.54
/proc/15963/task/15965/stat : 15965 (java) R 15961 15963 14596 0 -1 64 9799 0 1 0 147 7 0 0 25 0 12 0 23227383 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4109605100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23227385 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23227385 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15968/stat : 15968 (java) S 15961 15963 14596 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23227387 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23227387 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15970] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23227387 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23227392 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15973] ppid=15961 vsize=815516 CPUtime=1.5
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 5779 0 0 0 148 2 0 0 20 0 12 0 23227392 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 835088384 13227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=815516 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23227392 835088384 13227 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) 815516

[startup+6.30251 s]
/proc/loadavg: 2.04 2.01 2.00 5/96 15975
/proc/meminfo: memFree=1599184/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=815612 CPUtime=6.22
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 30383 0 1 0 606 16 0 0 18 0 12 0 23227382 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 203903 21988 1435 9 0 201230 0
[pid=15963/tid=15965] ppid=15961 vsize=815612 CPUtime=2.89
/proc/15963/task/15965/stat : 15965 (java) R 15961 15963 14596 0 -1 64 17382 0 1 0 279 10 0 0 25 0 12 0 23227383 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4109744058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=815612 CPUtime=0.01
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 354 0 0 0 1 0 0 0 17 0 12 0 23227385 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=815612 CPUtime=0.01
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 637 0 0 0 1 0 0 0 17 0 12 0 23227385 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=815612 CPUtime=0
/proc/15963/task/15968/stat : 15968 (java) S 15961 15963 14596 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23227387 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=815612 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15970] ppid=15961 vsize=815612 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=815612 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=815612 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23227392 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15973] ppid=15961 vsize=815612 CPUtime=3.27
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 11244 0 0 0 323 4 0 0 19 0 12 0 23227392 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=815612 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 835186688 21988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=815612 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23227392 835186688 21988 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) 815612

[startup+12.7024 s]
/proc/loadavg: 2.11 2.03 2.00 4/96 15975
/proc/meminfo: memFree=1573008/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=816988 CPUtime=12.56
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 44329 0 1 0 1233 23 0 0 18 0 12 0 23227382 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 204247 28327 1435 9 0 201574 0
[pid=15963/tid=15965] ppid=15961 vsize=816988 CPUtime=6.72
/proc/15963/task/15965/stat : 15965 (java) R 15961 15963 14596 0 -1 64 17416 0 1 0 662 10 0 0 23 0 12 0 23227383 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4109662481 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=816988 CPUtime=0.16
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 3223 0 0 0 15 1 0 0 16 0 12 0 23227385 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=816988 CPUtime=0.19
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 3584 0 0 0 18 1 0 0 17 0 12 0 23227385 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=816988 CPUtime=0
/proc/15963/task/15968/stat : 15968 (java) S 15961 15963 14596 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 23227387 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=816988 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15970] ppid=15961 vsize=816988 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=816988 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=816988 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 27 0 0 0 0 0 0 0 17 0 12 0 23227392 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15973] ppid=15961 vsize=816988 CPUtime=5.44
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 19313 0 0 0 536 8 0 0 20 0 12 0 23227392 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=816988 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=816988 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23227392 836595712 28327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 816988

[startup+25.5023 s]
/proc/loadavg: 2.16 2.04 2.01 4/96 15975
/proc/meminfo: memFree=1518032/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=821248 CPUtime=25.41
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 65445 0 1 0 2507 34 0 0 18 0 12 0 23227382 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 205312 42557 1435 9 0 202639 0
[pid=15963/tid=15965] ppid=15961 vsize=821248 CPUtime=16.17
/proc/15963/task/15965/stat : 15965 (java) R 15961 15963 14596 0 -1 64 17441 0 1 0 1607 10 0 0 25 0 12 0 23227383 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4109758296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=821248 CPUtime=0.74
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 9843 0 0 0 70 4 0 0 17 0 12 0 23227385 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=821248 CPUtime=0.73
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 10412 0 0 0 68 5 0 0 17 0 12 0 23227385 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=821248 CPUtime=0.02
/proc/15963/task/15968/stat : 15968 (java) S 15961 15963 14596 0 -1 64 27 0 0 0 2 0 0 0 15 0 12 0 23227387 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=821248 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15970] ppid=15961 vsize=821248 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=821248 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 840957952 42557 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=821248 CPUtime=0

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

[pid=15963/tid=15974] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 684.9
Current children cumulated vsize (KiB) 821252

[startup+671.903 s]
/proc/loadavg: 2.27 2.31 2.16 3/96 15975
/proc/meminfo: memFree=915728/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=821252 CPUtime=691.29
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 281484 0 1 0 68989 140 0 0 18 0 12 0 23227382 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 205313 175459 1437 9 0 202640 0
[pid=15963/tid=15965] ppid=15961 vsize=821252 CPUtime=127.51
/proc/15963/task/15965/stat : 15965 (java) S 15961 15963 14596 0 -1 64 17771 0 1 0 12740 11 0 0 17 0 12 0 23227383 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=821252 CPUtime=47.72
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 87474 0 0 0 4732 40 0 0 16 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=821252 CPUtime=47.73
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 66655 0 0 0 4742 31 0 0 17 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=821252 CPUtime=453.54
/proc/15963/task/15968/stat : 15968 (java) R 15961 15963 14596 0 -1 64 61518 0 0 0 45321 33 0 0 25 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 105696587 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15970] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 71 0 0 0 0 0 0 0 17 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15973] ppid=15961 vsize=821252 CPUtime=14.73
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 47255 0 0 0 1452 21 0 0 16 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 691.29
Current children cumulated vsize (KiB) 821252

[startup+675.101 s]
/proc/loadavg: 2.24 2.30 2.16 3/96 15975
/proc/meminfo: memFree=915728/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=821252 CPUtime=694.49
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 281487 0 1 0 69309 140 0 0 18 0 12 0 23227382 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 205313 175459 1436 9 0 202640 0
[pid=15963/tid=15965] ppid=15961 vsize=821252 CPUtime=127.51
/proc/15963/task/15965/stat : 15965 (java) S 15961 15963 14596 0 -1 64 17774 0 1 0 12740 11 0 0 17 0 12 0 23227383 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=821252 CPUtime=47.72
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 87474 0 0 0 4732 40 0 0 16 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=821252 CPUtime=47.73
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 66655 0 0 0 4742 31 0 0 17 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=821252 CPUtime=456.74
/proc/15963/task/15968/stat : 15968 (java) R 15961 15963 14596 0 -1 64 61518 0 0 0 45641 33 0 0 25 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 106158050 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15970] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 71 0 0 0 0 0 0 0 17 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15973] ppid=15961 vsize=821252 CPUtime=14.73
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 47255 0 0 0 1452 21 0 0 16 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 694.49
Current children cumulated vsize (KiB) 821252

[startup+676.703 s]
/proc/loadavg: 2.24 2.30 2.16 3/96 15975
/proc/meminfo: memFree=915728/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=821252 CPUtime=696.09
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 281487 0 1 0 69469 140 0 0 18 0 12 0 23227382 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 205313 175459 1436 9 0 202640 0
[pid=15963/tid=15965] ppid=15961 vsize=821252 CPUtime=127.51
/proc/15963/task/15965/stat : 15965 (java) S 15961 15963 14596 0 -1 64 17774 0 1 0 12740 11 0 0 17 0 12 0 23227383 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=821252 CPUtime=47.72
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 87474 0 0 0 4732 40 0 0 16 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=821252 CPUtime=47.73
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 66655 0 0 0 4742 31 0 0 17 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=821252 CPUtime=458.34
/proc/15963/task/15968/stat : 15968 (java) R 15961 15963 14596 0 -1 64 61518 0 0 0 45801 33 0 0 25 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 106836645 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15970] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 71 0 0 0 0 0 0 0 17 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15973] ppid=15961 vsize=821252 CPUtime=14.73
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 47255 0 0 0 1452 21 0 0 16 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.09
Current children cumulated vsize (KiB) 821252

[startup+677.103 s]
/proc/loadavg: 2.24 2.30 2.16 3/96 15975
/proc/meminfo: memFree=915728/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=821252 CPUtime=696.49
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 281487 0 1 0 69509 140 0 0 18 0 12 0 23227382 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 205313 175459 1436 9 0 202640 0
[pid=15963/tid=15965] ppid=15961 vsize=821252 CPUtime=127.51
/proc/15963/task/15965/stat : 15965 (java) S 15961 15963 14596 0 -1 64 17774 0 1 0 12740 11 0 0 17 0 12 0 23227383 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=821252 CPUtime=47.72
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 87474 0 0 0 4732 40 0 0 16 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=821252 CPUtime=47.73
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 66655 0 0 0 4742 31 0 0 17 0 12 0 23227385 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=821252 CPUtime=458.74
/proc/15963/task/15968/stat : 15968 (java) R 15961 15963 14596 0 -1 64 61518 0 0 0 45841 33 0 0 25 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 106159326 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15970] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 71 0 0 0 0 0 0 0 17 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15973] ppid=15961 vsize=821252 CPUtime=14.73
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 47255 0 0 0 1452 21 0 0 16 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=821252 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23227392 840962048 175459 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.49
Current children cumulated vsize (KiB) 821252

[startup+677.303 s]
/proc/loadavg: 2.24 2.30 2.16 3/96 15975
/proc/meminfo: memFree=915728/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=821576 CPUtime=696.68
/proc/15963/stat : 15963 (java) S 15961 15963 14596 0 -1 0 281500 0 1 0 69528 140 0 0 18 0 12 0 23227382 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 205394 175471 1437 9 0 202721 0
[pid=15963/tid=15965] ppid=15961 vsize=821576 CPUtime=127.51
/proc/15963/task/15965/stat : 15965 (java) S 15961 15963 14596 0 -1 64 17779 0 1 0 12740 11 0 0 17 0 12 0 23227383 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15966] ppid=15961 vsize=821576 CPUtime=47.72
/proc/15963/task/15966/stat : 15966 (java) S 15961 15963 14596 0 -1 64 87474 0 0 0 4732 40 0 0 16 0 12 0 23227385 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15967] ppid=15961 vsize=821576 CPUtime=47.73
/proc/15963/task/15967/stat : 15967 (java) S 15961 15963 14596 0 -1 64 66655 0 0 0 4742 31 0 0 17 0 12 0 23227385 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15968] ppid=15961 vsize=821576 CPUtime=458.91
/proc/15963/task/15968/stat : 15968 (java) S 15961 15963 14596 0 -1 64 61518 0 0 0 45858 33 0 0 25 0 12 0 23227387 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15969] ppid=15961 vsize=821576 CPUtime=0
/proc/15963/task/15969/stat : 15969 (java) S 15961 15963 14596 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23227387 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15970] ppid=15961 vsize=821576 CPUtime=0
/proc/15963/task/15970/stat : 15970 (java) S 15961 15963 14596 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23227387 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15971] ppid=15961 vsize=821576 CPUtime=0
/proc/15963/task/15971/stat : 15971 (java) S 15961 15963 14596 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23227392 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15972] ppid=15961 vsize=821576 CPUtime=0
/proc/15963/task/15972/stat : 15972 (java) S 15961 15963 14596 0 -1 64 71 0 0 0 0 0 0 0 17 0 12 0 23227392 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15963/tid=15973] ppid=15961 vsize=821576 CPUtime=14.73
/proc/15963/task/15973/stat : 15973 (java) S 15961 15963 14596 0 -1 64 47255 0 0 0 1452 21 0 0 16 0 12 0 23227392 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15974] ppid=15961 vsize=821576 CPUtime=0
/proc/15963/task/15974/stat : 15974 (java) S 15961 15963 14596 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23227392 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15963/tid=15975] ppid=15961 vsize=821576 CPUtime=0
/proc/15963/task/15975/stat : 15975 (java) S 15961 15963 14596 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23227392 841293824 175471 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.68
Current children cumulated vsize (KiB) 821576

[startup+677.403 s]
/proc/loadavg: 2.24 2.30 2.16 3/96 15975
/proc/meminfo: memFree=915728/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=0 CPUtime=696.74
/proc/15963/stat : 15963 (java) Z 15961 15963 14596 0 -1 12 281503 0 1 0 69528 146 0 0 16 0 2 0 23227382 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15963/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 696.74
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 677.453
CPU time (s): 696.799
CPU user time (s): 695.282
CPU system time (s): 1.51677
CPU usage (%): 102.856
Max. virtual memory (cumulated for all children) (KiB): 869260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 695.282
system time used= 1.51677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281503
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= 18444
involuntary context switches= 27096

runsolver used 0.846871 second user time and 2.25866 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 03:20:09
IDJOB=2075519
IDBENCH=56310
IDSOLVER=731
FILE ID=node22/2075519-1247361609
PBS_JOBID= 9506969
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= ab941f5036b03c1644708da5a40a9e9d
RANDOM SEED=301235248

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1683984 kB
Buffers:         33688 kB
Cached:          98164 kB
SwapCached:          0 kB
Active:         276228 kB
Inactive:        46936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:         207036 kB
Slab:            33704 kB
Committed_AS:   854536 kB
PageTables:       2072 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= 66388 MiB
End job on node22 at 2009-07-12 03:31:26