Trace number 2075431

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? 970.336 963.805

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-19.xml
MD5SUM7040bab963d61135faaff8ed21631b09
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.05699
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity17
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.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.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2075431-1247361541.xml
0.18/0.25	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.56	c reading predicates  done.
0.98/1.04	c reading constraints
970.15/963.68	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
970.15/963.68		at org.mozilla.javascript.gen.c32._c0(rhino.log:1)
970.15/963.68		at org.mozilla.javascript.gen.c32.call(rhino.log)
970.15/963.68		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
970.15/963.68		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
970.15/963.68		at org.mozilla.javascript.gen.c32.call(rhino.log)
970.15/963.68		at org.mozilla.javascript.gen.c32.exec(rhino.log)
970.15/963.68		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.find(Unknown Source)
970.15/963.68		at org.sat4j.csp.Predicate.toClause(Unknown Source)
970.15/963.68		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
970.15/963.68		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
970.15/963.68		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
970.15/963.68		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
970.15/963.68	c starts		: 0
970.15/963.68	c conflicts		: 0
970.15/963.68	c decisions		: 0
970.15/963.68	c propagations		: 0
970.15/963.68	c inspects		: 0
970.15/963.68	c learnt literals	: 0
970.15/963.68	c learnt binary clauses	: 0
970.15/963.68	c learnt ternary clauses	: 0
970.15/963.68	c learnt clauses	: 0
970.15/963.68	c ignored clauses	: 0
970.15/963.68	c root simplifications	: 0
970.15/963.68	c removed literals (reason simplification)	: 0
970.15/963.68	c reason swapping (by a shorter reason)	: 0
970.15/963.68	c Calls to reduceDB	: 0
970.15/963.68	c speed (assignments/second)	: 0.0
970.15/963.68	c non guided choices	0
970.15/963.68	c learnt constraints type 
970.15/963.68	c constraints type 
970.15/963.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6757043
970.15/963.68	c org.sat4j.minisat.constraints.card.AtLeast => 180
970.15/963.68	s UNKNOWN
970.15/963.68	c Total wall clock time (in seconds) : 963.422

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-2075431-1247361541/watcher-2075431-1247361541 -o /tmp/evaluation-result-2075431-1247361541/solver-2075431-1247361541 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075431-1247361541.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.15 2.03 2.01 3/84 19619
/proc/meminfo: memFree=1365576/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=18576 CPUtime=0
/proc/19619/stat : 19619 (runsolver) R 19617 19619 18006 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 23217242 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 226238197031 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19619/statm: 4644 284 249 26 0 2626 0

[startup+0.0777189 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 19619
/proc/meminfo: memFree=1365576/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=802164 CPUtime=0.05
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 2747 0 1 0 4 1 0 0 18 0 7 0 23217242 821415936 2492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 200541 2492 1031 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.102719 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 19619
/proc/meminfo: memFree=1365576/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=804360 CPUtime=0.08
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 2943 0 1 0 6 2 0 0 18 0 12 0 23217242 823664640 2686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 201090 2686 1058 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.302738 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 19619
/proc/meminfo: memFree=1365576/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=805628 CPUtime=0.28
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 4293 0 1 0 24 4 0 0 18 0 12 0 23217242 824963072 4030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 201407 4030 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702775 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 19619
/proc/meminfo: memFree=1365576/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=807356 CPUtime=0.67
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 6130 0 1 0 61 6 0 0 18 0 12 0 23217242 826732544 5534 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 201839 5534 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807356

[startup+1.50285 s]
/proc/loadavg: 2.13 2.03 2.01 4/96 19631
/proc/meminfo: memFree=1346664/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=810120 CPUtime=1.47
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 8604 0 1 0 139 8 0 0 18 0 12 0 23217242 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 202530 7018 1414 9 0 199857 0
[pid=19619/tid=19621] ppid=19617 vsize=810120 CPUtime=0.81
/proc/19619/task/19621/stat : 19621 (java) R 19617 19619 18006 0 -1 64 5003 0 1 0 76 5 0 0 20 0 12 0 23217243 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19622] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23217245 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19623] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217245 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19624] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19624/stat : 19624 (java) S 19617 19619 18006 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23217246 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19625] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23217247 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23217247 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23217252 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=810120 CPUtime=0.64
/proc/19619/task/19629/stat : 19629 (java) R 19617 19619 18006 0 -1 64 2848 0 0 0 63 1 0 0 17 0 12 0 23217252 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 105580590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 829562880 7018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=810120 CPUtime=0
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 23217252 829562880 7018 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.10199 s]
/proc/loadavg: 2.13 2.03 2.01 3/96 19631
/proc/meminfo: memFree=1335528/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=815668 CPUtime=3.05
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 16149 0 1 0 294 11 0 0 18 0 12 0 23217242 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 203917 13756 1426 9 0 201244 0
[pid=19619/tid=19621] ppid=19617 vsize=815668 CPUtime=1.68
/proc/19619/task/19621/stat : 19621 (java) R 19617 19619 18006 0 -1 64 10586 0 1 0 160 8 0 0 25 0 12 0 23217243 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19622] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23217245 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19623] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217245 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19624] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19624/stat : 19624 (java) S 19617 19619 18006 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23217246 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19625] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23217247 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23217247 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23217252 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=815668 CPUtime=1.36
/proc/19619/task/19629/stat : 19629 (java) R 19617 19619 18006 0 -1 64 4809 0 0 0 134 2 0 0 18 0 12 0 23217252 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 104161855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 835244032 13756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=815668 CPUtime=0
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23217252 835244032 13756 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) 815668

[startup+6.30227 s]
/proc/loadavg: 2.13 2.03 2.01 4/96 19631
/proc/meminfo: memFree=1282792/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=818004 CPUtime=6.23
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 29115 0 1 0 605 18 0 0 18 0 12 0 23217242 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 204501 22331 1435 9 0 201828 0
[pid=19619/tid=19621] ppid=19617 vsize=818004 CPUtime=3.16
/proc/19619/task/19621/stat : 19621 (java) R 19617 19619 18006 0 -1 64 17385 0 1 0 304 12 0 0 25 0 12 0 23217243 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19622] ppid=19617 vsize=818004 CPUtime=0.02
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 809 0 0 0 2 0 0 0 16 0 12 0 23217245 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19623] ppid=19617 vsize=818004 CPUtime=0.01
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 172 0 0 0 1 0 0 0 16 0 12 0 23217245 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19624] ppid=19617 vsize=818004 CPUtime=0
/proc/19619/task/19624/stat : 19624 (java) S 19617 19619 18006 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23217246 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19625] ppid=19617 vsize=818004 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=818004 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=818004 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=818004 CPUtime=0.01
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 15 0 0 0 1 0 0 0 17 0 12 0 23217252 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=818004 CPUtime=2.99
/proc/19619/task/19629/stat : 19629 (java) R 19617 19619 18006 0 -1 64 9984 0 0 0 295 4 0 0 17 0 12 0 23217252 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 103148031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=818004 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=818004 CPUtime=0
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23217252 837636096 22331 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 818004

[startup+12.7018 s]
/proc/loadavg: 2.27 2.06 2.02 4/96 19631
/proc/meminfo: memFree=1254248/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=817628 CPUtime=12.57
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 42240 0 1 0 1233 24 0 0 18 0 12 0 23217242 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 204407 28877 1435 9 0 201734 0
[pid=19619/tid=19621] ppid=19617 vsize=817628 CPUtime=6.77
/proc/19619/task/19621/stat : 19621 (java) R 19617 19619 18006 0 -1 64 17419 0 1 0 665 12 0 0 25 0 12 0 23217243 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4109609466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19622] ppid=19617 vsize=817628 CPUtime=0.2
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 3788 0 0 0 19 1 0 0 17 0 12 0 23217245 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19623] ppid=19617 vsize=817628 CPUtime=0.18
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 3417 0 0 0 17 1 0 0 17 0 12 0 23217245 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19624] ppid=19617 vsize=817628 CPUtime=0
/proc/19619/task/19624/stat : 19624 (java) S 19617 19619 18006 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 23217246 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19625] ppid=19617 vsize=817628 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=817628 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=817628 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=817628 CPUtime=0.01
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 33 0 0 0 1 0 0 0 17 0 12 0 23217252 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=817628 CPUtime=5.36
/proc/19619/task/19629/stat : 19629 (java) S 19617 19619 18006 0 -1 64 16821 0 0 0 528 8 0 0 20 0 12 0 23217252 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=817628 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=817628 CPUtime=0
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23217252 837251072 28877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 817628

[startup+25.5029 s]
/proc/loadavg: 2.30 2.08 2.02 2/82 19634
/proc/meminfo: memFree=1539224/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=820512 CPUtime=25.37
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 63113 0 1 0 2504 33 0 0 18 0 12 0 23217242 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 205128 43780 1435 9 0 202455 0
[pid=19619/tid=19621] ppid=19617 vsize=820512 CPUtime=16.05
/proc/19619/task/19621/stat : 19621 (java) R 19617 19619 18006 0 -1 64 17447 0 1 0 1592 13 0 0 21 0 12 0 23217243 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4109662801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19622] ppid=19617 vsize=820512 CPUtime=0.8
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 10476 0 0 0 77 3 0 0 16 0 12 0 23217245 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19623] ppid=19617 vsize=820512 CPUtime=0.79
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 11081 0 0 0 74 5 0 0 16 0 12 0 23217245 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19624] ppid=19617 vsize=820512 CPUtime=0.01
/proc/19619/task/19624/stat : 19624 (java) S 19617 19619 18006 0 -1 64 24 0 0 0 1 0 0 0 15 0 12 0 23217246 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19625] ppid=19617 vsize=820512 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=820512 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=820512 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 840204288 43780 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=820512 CPUtime=0.01

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

[pid=19619/tid=19630] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=820700 CPUtime=0.03
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 2 1 0 0 15 0 12 0 23217252 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 959.38
Current children cumulated vsize (KiB) 820700

[startup+959.902 s]
/proc/loadavg: 2.18 2.27 2.20 3/85 19922
/proc/meminfo: memFree=894848/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=820700 CPUtime=966.22
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 500173 0 1 0 96328 294 0 0 18 0 12 0 23217242 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 205175 175524 1437 9 0 202502 0
[pid=19619/tid=19621] ppid=19617 vsize=820700 CPUtime=122.42
/proc/19619/task/19621/stat : 19621 (java) S 19617 19619 18006 0 -1 64 17815 0 1 0 12226 16 0 0 17 0 12 0 23217243 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19622] ppid=19617 vsize=820700 CPUtime=62.84
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 81569 0 0 0 6247 37 0 0 16 0 12 0 23217245 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19623] ppid=19617 vsize=820700 CPUtime=62.84
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 71290 0 0 0 6251 33 0 0 17 0 12 0 23217245 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19624] ppid=19617 vsize=820700 CPUtime=704.37
/proc/19619/task/19624/stat : 19624 (java) R 19617 19619 18006 0 -1 64 288020 0 0 0 70252 185 0 0 18 0 12 0 23217246 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 106158003 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19625] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=820700 CPUtime=0.01
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 47 0 0 0 1 0 0 0 16 0 12 0 23217252 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=820700 CPUtime=13.67
/proc/19619/task/19629/stat : 19629 (java) S 19617 19619 18006 0 -1 64 40694 0 0 0 1348 19 0 0 17 0 12 0 23217252 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=820700 CPUtime=0.03
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 2 1 0 0 15 0 12 0 23217252 840396800 175524 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 966.22
Current children cumulated vsize (KiB) 820700

[startup+961.501 s]
/proc/loadavg: 2.16 2.26 2.20 6/85 19922
/proc/meminfo: memFree=894848/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=820700 CPUtime=968.04
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 500177 0 1 0 96510 294 0 0 18 0 12 0 23217242 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 205175 175525 1436 9 0 202502 0
[pid=19619/tid=19621] ppid=19617 vsize=820700 CPUtime=122.45
/proc/19619/task/19621/stat : 19621 (java) S 19617 19619 18006 0 -1 64 17819 0 1 0 12229 16 0 0 17 0 12 0 23217243 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19622] ppid=19617 vsize=820700 CPUtime=63.08
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 81569 0 0 0 6271 37 0 0 17 0 12 0 23217245 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19623] ppid=19617 vsize=820700 CPUtime=63.12
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 71290 0 0 0 6279 33 0 0 17 0 12 0 23217245 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19624] ppid=19617 vsize=820700 CPUtime=705.63
/proc/19619/task/19624/stat : 19624 (java) R 19617 19619 18006 0 -1 64 288020 0 0 0 70378 185 0 0 20 0 12 0 23217246 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19625] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=820700 CPUtime=0.01
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 47 0 0 0 1 0 0 0 16 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=820700 CPUtime=13.67
/proc/19619/task/19629/stat : 19629 (java) S 19617 19619 18006 0 -1 64 40694 0 0 0 1348 19 0 0 17 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=820700 CPUtime=0.03
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 2 1 0 0 15 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 968.04
Current children cumulated vsize (KiB) 820700

[startup+963.101 s]
/proc/loadavg: 2.16 2.26 2.20 3/85 19922
/proc/meminfo: memFree=894848/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=820700 CPUtime=969.64
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 500177 0 1 0 96670 294 0 0 18 0 12 0 23217242 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 205175 175525 1436 9 0 202502 0
[pid=19619/tid=19621] ppid=19617 vsize=820700 CPUtime=122.45
/proc/19619/task/19621/stat : 19621 (java) S 19617 19619 18006 0 -1 64 17819 0 1 0 12229 16 0 0 17 0 12 0 23217243 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19622] ppid=19617 vsize=820700 CPUtime=63.08
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 81569 0 0 0 6271 37 0 0 17 0 12 0 23217245 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19623] ppid=19617 vsize=820700 CPUtime=63.12
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 71290 0 0 0 6279 33 0 0 17 0 12 0 23217245 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19624] ppid=19617 vsize=820700 CPUtime=707.23
/proc/19619/task/19624/stat : 19624 (java) R 19617 19619 18006 0 -1 64 288020 0 0 0 70538 185 0 0 25 0 12 0 23217246 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 104187874 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19625] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=820700 CPUtime=0.01
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 47 0 0 0 1 0 0 0 16 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=820700 CPUtime=13.67
/proc/19619/task/19629/stat : 19629 (java) S 19617 19619 18006 0 -1 64 40694 0 0 0 1348 19 0 0 17 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=820700 CPUtime=0.03
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 2 1 0 0 15 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 969.64
Current children cumulated vsize (KiB) 820700

[startup+963.501 s]
/proc/loadavg: 2.16 2.26 2.20 3/85 19922
/proc/meminfo: memFree=894848/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=820700 CPUtime=970.05
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 500177 0 1 0 96711 294 0 0 18 0 12 0 23217242 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 205175 175525 1436 9 0 202502 0
[pid=19619/tid=19621] ppid=19617 vsize=820700 CPUtime=122.45
/proc/19619/task/19621/stat : 19621 (java) S 19617 19619 18006 0 -1 64 17819 0 1 0 12229 16 0 0 17 0 12 0 23217243 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19622] ppid=19617 vsize=820700 CPUtime=63.08
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 81569 0 0 0 6271 37 0 0 17 0 12 0 23217245 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19623] ppid=19617 vsize=820700 CPUtime=63.12
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 71290 0 0 0 6279 33 0 0 17 0 12 0 23217245 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19624] ppid=19617 vsize=820700 CPUtime=707.64
/proc/19619/task/19624/stat : 19624 (java) R 19617 19619 18006 0 -1 64 288020 0 0 0 70579 185 0 0 25 0 12 0 23217246 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19625] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19626] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19627] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=820700 CPUtime=0.01
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 47 0 0 0 1 0 0 0 16 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=820700 CPUtime=13.67
/proc/19619/task/19629/stat : 19629 (java) S 19617 19619 18006 0 -1 64 40694 0 0 0 1348 19 0 0 17 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=820700 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=820700 CPUtime=0.03
/proc/19619/task/19631/stat : 19631 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 2 1 0 0 15 0 12 0 23217252 840396800 175525 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 970.05
Current children cumulated vsize (KiB) 820700

[startup+963.702 s]
/proc/loadavg: 2.16 2.26 2.20 3/85 19922
/proc/meminfo: memFree=894848/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=821024 CPUtime=970.23
/proc/19619/stat : 19619 (java) S 19617 19619 18006 0 -1 0 500192 0 1 0 96729 294 0 0 18 0 12 0 23217242 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19619/statm: 205256 175539 1437 9 0 202583 0
[pid=19619/tid=19621] ppid=19617 vsize=821024 CPUtime=122.46
/proc/19619/task/19621/stat : 19621 (java) S 19617 19619 18006 0 -1 64 17826 0 1 0 12230 16 0 0 17 0 12 0 23217243 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19622] ppid=19617 vsize=821024 CPUtime=63.08
/proc/19619/task/19622/stat : 19622 (java) S 19617 19619 18006 0 -1 64 81569 0 0 0 6271 37 0 0 17 0 12 0 23217245 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19623] ppid=19617 vsize=821024 CPUtime=63.12
/proc/19619/task/19623/stat : 19623 (java) S 19617 19619 18006 0 -1 64 71290 0 0 0 6279 33 0 0 17 0 12 0 23217245 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19624] ppid=19617 vsize=821024 CPUtime=707.81
/proc/19619/task/19624/stat : 19624 (java) S 19617 19619 18006 0 -1 64 288020 0 0 0 70596 185 0 0 25 0 12 0 23217246 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19625] ppid=19617 vsize=821024 CPUtime=0
/proc/19619/task/19625/stat : 19625 (java) S 19617 19619 18006 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23217247 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19626] ppid=19617 vsize=821024 CPUtime=0
/proc/19619/task/19626/stat : 19626 (java) S 19617 19619 18006 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23217247 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19619/tid=19627] ppid=19617 vsize=821024 CPUtime=0
/proc/19619/task/19627/stat : 19627 (java) S 19617 19619 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23217252 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19628] ppid=19617 vsize=821024 CPUtime=0.01
/proc/19619/task/19628/stat : 19628 (java) S 19617 19619 18006 0 -1 64 47 0 0 0 1 0 0 0 16 0 12 0 23217252 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19629] ppid=19617 vsize=821024 CPUtime=13.67
/proc/19619/task/19629/stat : 19629 (java) S 19617 19619 18006 0 -1 64 40694 0 0 0 1348 19 0 0 17 0 12 0 23217252 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19630] ppid=19617 vsize=821024 CPUtime=0
/proc/19619/task/19630/stat : 19630 (java) S 19617 19619 18006 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23217252 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19619/tid=19631] ppid=19617 vsize=821024 CPUtime=0.03
/proc/19619/task/19631/stat : 19631 (java) R 19617 19619 18006 0 -1 64 0 0 0 0 2 1 0 0 15 0 12 0 23217252 840728576 175539 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 970.23
Current children cumulated vsize (KiB) 821024

[startup+963.802 s]
/proc/loadavg: 2.16 2.26 2.20 3/85 19922
/proc/meminfo: memFree=894848/2055920 swapFree=4192812/4192956
[pid=19619] ppid=19617 vsize=0 CPUtime=970.33
/proc/19619/stat : 19619 (java) Z 19617 19619 18006 0 -1 12 500195 0 1 0 96729 304 0 0 16 0 2 0 23217242 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19619/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 970.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 963.805
CPU time (s): 970.336
CPU user time (s): 967.293
CPU system time (s): 3.04254
CPU usage (%): 100.678
Max. virtual memory (cumulated for all children) (KiB): 868708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 967.293
system time used= 3.04254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 500195
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= 24580
involuntary context switches= 39855

runsolver used 1.37979 second user time and 3.36249 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 03:19:01
IDJOB=2075431
IDBENCH=56292
IDSOLVER=731
FILE ID=node58/2075431-1247361541
PBS_JOBID= 9506854
Free space on /tmp= 66224 MiB

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

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

MD5SUM BENCH= 7040bab963d61135faaff8ed21631b09
RANDOM SEED=1190449124

node58.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.234
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.234
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:       1366056 kB
Buffers:         62696 kB
Cached:         212156 kB
SwapCached:        140 kB
Active:         490228 kB
Inactive:       141492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:         372444 kB
Slab:            42792 kB
Committed_AS:   885544 kB
PageTables:       2372 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= 66220 MiB
End job on node58 at 2009-07-12 03:35:05