Trace number 2080172

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? 344.589 353.099

General information on the benchmark

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

Solver Data

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

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-2080172-1247369290/watcher-2080172-1247369290 -o /tmp/evaluation-result-2080172-1247369290/solver-2080172-1247369290 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080172-1247369290.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.23 2.06 2.01 4/83 27409
/proc/meminfo: memFree=1532392/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=13208 CPUtime=0
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23996810 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 3302 521 219 9 0 1186 0
[pid=27409/tid=27410] ppid=27407 vsize=13208 CPUtime=0
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23996811 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 6676440 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0397839 s]
/proc/loadavg: 2.23 2.06 2.01 4/83 27409
/proc/meminfo: memFree=1532392/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=801384 CPUtime=0.02
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 2474 0 1 0 1 1 0 0 18 0 5 0 23996810 820617216 2221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 200346 2221 965 9 0 197697 0
[pid=27409/tid=27410] ppid=27407 vsize=801384 CPUtime=0.02
/proc/27409/task/27410/stat : 27410 (java) S 27407 27409 24491 0 -1 64 1751 0 1 0 1 1 0 0 19 0 5 0 23996811 820617216 2221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101549 s]
/proc/loadavg: 2.23 2.06 2.01 4/83 27409
/proc/meminfo: memFree=1532392/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=805584 CPUtime=0.08
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 3018 0 1 0 6 2 0 0 18 0 12 0 23996810 824918016 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 201396 2761 1082 9 0 198730 0
[pid=27409/tid=27410] ppid=27407 vsize=805584 CPUtime=0.07
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 2263 0 1 0 6 1 0 0 21 0 12 0 23996811 824918016 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4109124672 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 805584

[startup+0.301572 s]
/proc/loadavg: 2.23 2.06 2.01 4/83 27409
/proc/meminfo: memFree=1532392/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=806652 CPUtime=0.29
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 4308 0 1 0 25 4 0 0 18 0 12 0 23996810 826011648 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 201663 4045 1359 9 0 198990 0
[pid=27409/tid=27410] ppid=27407 vsize=806652 CPUtime=0.22
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 3071 0 1 0 19 3 0 0 18 0 12 0 23996811 826011648 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4109098860 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806652

[startup+0.701621 s]
/proc/loadavg: 2.23 2.06 2.01 4/83 27409
/proc/meminfo: memFree=1532392/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=808380 CPUtime=0.68
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 6192 0 1 0 63 5 0 0 18 0 12 0 23996810 827781120 5598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 202095 5598 1387 9 0 199422 0
[pid=27409/tid=27410] ppid=27407 vsize=808380 CPUtime=0.48
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 4307 0 1 0 44 4 0 0 21 0 12 0 23996811 827781120 5598 996147200 134512640 134550932 4294956016 18446744073709551615 4109146652 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808380

[startup+1.50171 s]
/proc/loadavg: 2.23 2.06 2.01 3/95 27421
/proc/meminfo: memFree=1509576/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=811312 CPUtime=1.47
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 8822 0 1 0 140 7 0 0 18 0 12 0 23996810 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 202828 6996 1414 9 0 200155 0
[pid=27409/tid=27410] ppid=27407 vsize=811312 CPUtime=0.79
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 4955 0 1 0 74 5 0 0 24 0 12 0 23996811 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4109166243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23996812 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23996812 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24491 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23996814 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23996815 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23996815 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23996819 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=811312 CPUtime=0.66
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 3112 0 0 0 65 1 0 0 17 0 12 0 23996819 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 830783488 6996 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 830783488 6996 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) 811312

[startup+3.1029 s]
/proc/loadavg: 2.21 2.06 2.01 3/95 27421
/proc/meminfo: memFree=1492232/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=811312 CPUtime=3.05
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 16750 0 1 0 293 12 0 0 18 0 12 0 23996810 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 202828 14656 1426 9 0 200155 0
[pid=27409/tid=27410] ppid=27407 vsize=811312 CPUtime=1.97
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 12546 0 1 0 188 9 0 0 25 0 12 0 23996811 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4109548467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23996812 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23996812 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24491 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23996814 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23996815 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23996815 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23996819 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=811312 CPUtime=1.05
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 3449 0 0 0 104 1 0 0 16 0 12 0 23996819 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 830783488 14656 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=811312 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 830783488 14656 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) 811312

[startup+6.30227 s]
/proc/loadavg: 2.21 2.06 2.01 3/95 27421
/proc/meminfo: memFree=1427528/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=819548 CPUtime=6.17
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 28169 0 1 0 600 17 0 0 18 0 12 0 23996810 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 204887 22688 1435 9 0 202214 0
[pid=27409/tid=27410] ppid=27407 vsize=819548 CPUtime=3.64
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 17425 0 1 0 352 12 0 0 25 0 12 0 23996811 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4109583889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=819548 CPUtime=0.01
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 474 0 0 0 1 0 0 0 17 0 12 0 23996812 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=819548 CPUtime=0.01
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 508 0 0 0 1 0 0 0 17 0 12 0 23996812 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=819548 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24491 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 23996814 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=819548 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23996815 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=819548 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23996815 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=819548 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=819548 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 41 0 0 0 0 0 0 0 17 0 12 0 23996819 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=819548 CPUtime=2.48
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 8967 0 0 0 244 4 0 0 19 0 12 0 23996819 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=819548 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=819548 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 839217152 22688 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 819548

[startup+12.703 s]
/proc/loadavg: 2.18 2.05 2.01 3/95 27421
/proc/meminfo: memFree=1351304/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=816512 CPUtime=12.48
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 39202 0 1 0 1227 21 0 0 18 0 12 0 23996810 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 204128 30312 1435 9 0 201455 0
[pid=27409/tid=27410] ppid=27407 vsize=816512 CPUtime=8.24
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 17438 0 1 0 812 12 0 0 25 0 12 0 23996811 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4110426012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27412] ppid=27407 vsize=816512 CPUtime=0.32
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 4093 0 0 0 31 1 0 0 16 0 12 0 23996812 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=816512 CPUtime=0.32
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 5236 0 0 0 31 1 0 0 16 0 12 0 23996812 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=816512 CPUtime=0
/proc/27409/task/27414/stat : 27414 (java) S 27407 27409 24491 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 23996814 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27415] ppid=27407 vsize=816512 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23996815 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27416] ppid=27407 vsize=816512 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23996815 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=816512 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=816512 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 41 0 0 0 0 0 0 0 17 0 12 0 23996819 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27419] ppid=27407 vsize=816512 CPUtime=3.55
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 11620 0 0 0 350 5 0 0 20 0 12 0 23996819 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27420] ppid=27407 vsize=816512 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=816512 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 836108288 30312 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 816512

[startup+25.5015 s]
/proc/loadavg: 2.23 2.07 2.02 3/95 27421
/proc/meminfo: memFree=1217736/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=821088 CPUtime=24.89
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 60237 0 1 0 2458 31 0 0 18 0 12 0 23996810 840794112 47077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 205272 47077 1435 9 0 202599 0
[pid=27409/tid=27410] ppid=27407 vsize=821088 CPUtime=17.98
/proc/27409/task/27410/stat : 27410 (java) R 27407 27409 24491 0 -1 64 17461 0 1 0 1786 12 0 0 25 0 12 0 23996811 840794112 47077 996147200 134512640 134550932 4294956016 18446744073709551615 4109583889 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=821088 CPUtime=0.8
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 12514 0 0 0 76 4 0 0 16 0 12 0 23996812 840794112 47077 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27413] ppid=27407 vsize=821088 CPUtime=0.85

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

[pid=27409/tid=27420] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 841506816 175448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 841506816 175448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 337.29
Current children cumulated vsize (KiB) 821784

[startup+348.707 s]
/proc/loadavg: 2.47 2.48 2.23 3/95 27421
/proc/meminfo: memFree=362248/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=821784 CPUtime=340.48
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 232477 0 1 0 33937 111 0 0 18 0 12 0 23996810 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 205446 175449 1436 9 0 202773 0
[pid=27409/tid=27410] ppid=27407 vsize=821784 CPUtime=125.28
/proc/27409/task/27410/stat : 27410 (java) S 27407 27409 24491 0 -1 64 17666 0 1 0 12515 13 0 0 17 0 12 0 23996811 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=821784 CPUtime=10.56
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 77133 0 0 0 1027 29 0 0 17 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=821784 CPUtime=10.29
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 77708 0 0 0 997 32 0 0 16 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=821784 CPUtime=182.79
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24491 0 -1 64 27282 0 0 0 18260 19 0 0 25 0 12 0 23996814 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27416] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 145 0 0 0 0 0 0 0 17 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27419] ppid=27407 vsize=821784 CPUtime=11.49
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 31802 0 0 0 1135 14 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27420] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.48
Current children cumulated vsize (KiB) 821784

[startup+350.303 s]
/proc/loadavg: 2.47 2.48 2.23 3/95 27421
/proc/meminfo: memFree=366024/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=821784 CPUtime=341.85
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 232477 0 1 0 34074 111 0 0 18 0 12 0 23996810 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 205446 175449 1436 9 0 202773 0
[pid=27409/tid=27410] ppid=27407 vsize=821784 CPUtime=125.28
/proc/27409/task/27410/stat : 27410 (java) S 27407 27409 24491 0 -1 64 17666 0 1 0 12515 13 0 0 17 0 12 0 23996811 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=821784 CPUtime=10.56
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 77133 0 0 0 1027 29 0 0 17 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=821784 CPUtime=10.29
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 77708 0 0 0 997 32 0 0 16 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=821784 CPUtime=184.16
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24491 0 -1 64 27282 0 0 0 18397 19 0 0 25 0 12 0 23996814 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 106158044 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27416] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 145 0 0 0 0 0 0 0 17 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27419] ppid=27407 vsize=821784 CPUtime=11.49
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 31802 0 0 0 1135 14 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27420] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.85
Current children cumulated vsize (KiB) 821784

[startup+351.903 s]
/proc/loadavg: 2.47 2.48 2.23 3/95 27421
/proc/meminfo: memFree=362184/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=821784 CPUtime=343.45
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 232477 0 1 0 34234 111 0 0 18 0 12 0 23996810 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 205446 175449 1436 9 0 202773 0
[pid=27409/tid=27410] ppid=27407 vsize=821784 CPUtime=125.28
/proc/27409/task/27410/stat : 27410 (java) S 27407 27409 24491 0 -1 64 17666 0 1 0 12515 13 0 0 17 0 12 0 23996811 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=821784 CPUtime=10.56
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 77133 0 0 0 1027 29 0 0 17 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=821784 CPUtime=10.29
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 77708 0 0 0 997 32 0 0 16 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=821784 CPUtime=185.76
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24491 0 -1 64 27282 0 0 0 18557 19 0 0 25 0 12 0 23996814 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27416] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 145 0 0 0 0 0 0 0 17 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27419] ppid=27407 vsize=821784 CPUtime=11.49
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 31802 0 0 0 1135 14 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27420] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 343.45
Current children cumulated vsize (KiB) 821784

[startup+352.703 s]
/proc/loadavg: 2.47 2.48 2.23 3/95 27421
/proc/meminfo: memFree=362184/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=821784 CPUtime=344.24
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 232477 0 1 0 34313 111 0 0 18 0 12 0 23996810 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 205446 175449 1436 9 0 202773 0
[pid=27409/tid=27410] ppid=27407 vsize=821784 CPUtime=125.28
/proc/27409/task/27410/stat : 27410 (java) S 27407 27409 24491 0 -1 64 17666 0 1 0 12515 13 0 0 17 0 12 0 23996811 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=821784 CPUtime=10.56
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 77133 0 0 0 1027 29 0 0 17 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=821784 CPUtime=10.29
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 77708 0 0 0 997 32 0 0 16 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=821784 CPUtime=186.55
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24491 0 -1 64 27282 0 0 0 18636 19 0 0 25 0 12 0 23996814 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27416] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 145 0 0 0 0 0 0 0 17 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27419] ppid=27407 vsize=821784 CPUtime=11.49
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 31802 0 0 0 1135 14 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27420] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 344.24
Current children cumulated vsize (KiB) 821784

[startup+352.903 s]
/proc/loadavg: 2.47 2.48 2.23 3/95 27421
/proc/meminfo: memFree=362184/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=821784 CPUtime=344.44
/proc/27409/stat : 27409 (java) S 27407 27409 24491 0 -1 0 232477 0 1 0 34333 111 0 0 18 0 12 0 23996810 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27409/statm: 205446 175449 1436 9 0 202773 0
[pid=27409/tid=27410] ppid=27407 vsize=821784 CPUtime=125.28
/proc/27409/task/27410/stat : 27410 (java) S 27407 27409 24491 0 -1 64 17666 0 1 0 12515 13 0 0 17 0 12 0 23996811 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27412] ppid=27407 vsize=821784 CPUtime=10.56
/proc/27409/task/27412/stat : 27412 (java) S 27407 27409 24491 0 -1 64 77133 0 0 0 1027 29 0 0 17 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27413] ppid=27407 vsize=821784 CPUtime=10.29
/proc/27409/task/27413/stat : 27413 (java) S 27407 27409 24491 0 -1 64 77708 0 0 0 997 32 0 0 16 0 12 0 23996812 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27414] ppid=27407 vsize=821784 CPUtime=186.75
/proc/27409/task/27414/stat : 27414 (java) R 27407 27409 24491 0 -1 64 27282 0 0 0 18656 19 0 0 25 0 12 0 23996814 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27415] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27415/stat : 27415 (java) S 27407 27409 24491 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27416] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27416/stat : 27416 (java) S 27407 27409 24491 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23996815 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27417] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27417/stat : 27417 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27418] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27418/stat : 27418 (java) S 27407 27409 24491 0 -1 64 145 0 0 0 0 0 0 0 17 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27419] ppid=27407 vsize=821784 CPUtime=11.49
/proc/27409/task/27419/stat : 27419 (java) S 27407 27409 24491 0 -1 64 31802 0 0 0 1135 14 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27409/tid=27420] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27420/stat : 27420 (java) S 27407 27409 24491 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27409/tid=27421] ppid=27407 vsize=821784 CPUtime=0
/proc/27409/task/27421/stat : 27421 (java) S 27407 27409 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23996819 841506816 175449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 344.44
Current children cumulated vsize (KiB) 821784

[startup+353.003 s]
/proc/loadavg: 2.52 2.49 2.23 3/85 27422
/proc/meminfo: memFree=442924/2055920 swapFree=4192812/4192956
[pid=27409] ppid=27407 vsize=0 CPUtime=344.5
/proc/27409/stat : 27409 (java) Z 27407 27409 24491 0 -1 12 232496 0 1 0 34337 113 0 0 16 0 2 0 23996810 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27409/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 344.5
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 353.099
CPU time (s): 344.589
CPU user time (s): 343.373
CPU system time (s): 1.21581
CPU usage (%): 97.5898
Max. virtual memory (cumulated for all children) (KiB): 824984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.373
system time used= 1.21582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232496
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= 10443
involuntary context switches= 14281

runsolver used 0.477927 second user time and 1.24481 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 05:28:11
IDJOB=2080172
IDBENCH=57017
IDSOLVER=731
FILE ID=node1/2080172-1247369290
PBS_JOBID= 9507117
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 3da7530a420d27bc3a49cbac3ff7f368
RANDOM SEED=456599703

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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.216
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:       1532808 kB
Buffers:         46340 kB
Cached:         167112 kB
SwapCached:          0 kB
Active:         374516 kB
Inactive:        83552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:         260336 kB
Slab:            49868 kB
Committed_AS:   901676 kB
PageTables:       2276 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= 66384 MiB
End job on node1 at 2009-07-12 05:34:04