Trace number 2075475

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? 772.761 779.461

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-35.xml
MD5SUMf5cba19c45fc93afe2f9ea63417dec0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.048992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint 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.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.19/0.21	c c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.21	c Expensive reason simplification
0.19/0.21	c MiniSAT restarts strategy
0.19/0.21	c Memory based learned constraints deletion strategy
0.19/0.21	c timeout=2147483s
0.19/0.21	c DB Simplification allowed=false
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving HOME/instance-2075475-1247361572.xml
0.19/0.21	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.46	c reading variables done.
0.48/0.50	c reading predicates  done.
0.89/0.93	c reading constraints
768.70/775.22	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
768.70/775.22		at org.mozilla.javascript.gen.c32._c0(rhino.log:1)
768.70/775.22		at org.mozilla.javascript.gen.c32.call(rhino.log)
768.70/775.22		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
768.70/775.22		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
768.70/775.22		at org.mozilla.javascript.gen.c32.call(rhino.log)
768.70/775.22		at org.mozilla.javascript.gen.c32.exec(rhino.log)
768.70/775.22		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.22		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.23		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.23		at org.sat4j.csp.Predicate.find(Unknown Source)
768.70/775.23		at org.sat4j.csp.Predicate.toClause(Unknown Source)
768.70/775.23		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
768.70/775.23		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
768.70/775.23		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
768.70/775.23		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
772.29/778.87	c starts		: 0
772.29/778.87	c conflicts		: 0
772.29/778.87	c decisions		: 0
772.29/778.87	c propagations		: 0
772.29/778.87	c inspects		: 0
772.29/778.87	c learnt literals	: 0
772.29/778.87	c learnt binary clauses	: 0
772.29/778.87	c learnt ternary clauses	: 0
772.29/778.87	c learnt clauses	: 0
772.29/778.87	c ignored clauses	: 0
772.29/778.87	c root simplifications	: 0
772.29/778.87	c removed literals (reason simplification)	: 0
772.29/778.87	c reason swapping (by a shorter reason)	: 0
772.29/778.87	c Calls to reduceDB	: 0
772.29/778.87	c speed (assignments/second)	: 0.0
772.29/778.87	c non guided choices	0
772.29/778.87	c learnt constraints type 
772.29/778.88	c constraints type 
772.29/778.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6722862
772.29/778.88	c org.sat4j.minisat.constraints.card.AtLeast => 180
772.29/778.88	s UNKNOWN
772.29/778.88	c Total wall clock time (in seconds) : 775.018

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-2075475-1247361572/watcher-2075475-1247361572 -o /tmp/evaluation-result-2075475-1247361572/solver-2075475-1247361572 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2075475-1247361572.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.19 2.06 2.02 4/83 19720
/proc/meminfo: memFree=1510088/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=272 CPUtime=0
/proc/19720/stat : 19720 (java) R 19718 19720 18481 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 23220307 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/19720/statm: 68 37 28 9 0 6 0

[startup+0.0264509 s]
/proc/loadavg: 2.19 2.06 2.02 4/83 19720
/proc/meminfo: memFree=1510088/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=800696 CPUtime=0.01
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 2327 0 1 0 0 1 0 0 18 0 4 0 23220307 819912704 2074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 200174 2076 938 9 0 197525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800696

[startup+0.101455 s]
/proc/loadavg: 2.19 2.06 2.02 4/83 19720
/proc/meminfo: memFree=1510088/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=804560 CPUtime=0.09
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 3076 0 1 0 7 2 0 0 18 0 12 0 23220307 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 201140 2819 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301471 s]
/proc/loadavg: 2.19 2.06 2.02 4/83 19720
/proc/meminfo: memFree=1510088/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=806272 CPUtime=0.29
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 4469 0 1 0 26 3 0 0 18 0 12 0 23220307 825622528 4173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 201568 4173 1365 9 0 198895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806272

[startup+0.701506 s]
/proc/loadavg: 2.19 2.06 2.02 4/83 19720
/proc/meminfo: memFree=1510088/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=807360 CPUtime=0.69
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 6432 0 1 0 65 4 0 0 18 0 12 0 23220307 826736640 5809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 201840 5809 1387 9 0 199167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807360

[startup+1.50258 s]
/proc/loadavg: 2.18 2.06 2.02 4/95 19732
/proc/meminfo: memFree=1488936/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=811936 CPUtime=1.49
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 9384 0 1 0 144 5 0 0 18 0 12 0 23220307 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 202984 7445 1414 9 0 200311 0
[pid=19720/tid=19722] ppid=19718 vsize=811936 CPUtime=0.75
/proc/19720/task/19722/stat : 19722 (java) R 19718 19720 18481 0 -1 64 5053 0 1 0 72 3 0 0 25 0 12 0 23220308 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23220308 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23220308 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19725/stat : 19725 (java) S 19718 19720 18481 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23220310 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23220311 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23220311 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23220315 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=811936 CPUtime=0.03
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 243 0 0 0 3 0 0 0 17 0 12 0 23220315 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19730] ppid=19718 vsize=811936 CPUtime=0.69
/proc/19720/task/19730/stat : 19730 (java) R 19718 19720 18481 0 -1 64 3347 0 0 0 68 1 0 0 18 0 12 0 23220315 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 104140825 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19731] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23220315 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=811936 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23220315 831422464 7445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 811936

[startup+3.10272 s]
/proc/loadavg: 2.18 2.06 2.02 3/95 19732
/proc/meminfo: memFree=1467688/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=815256 CPUtime=3.09
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 18754 0 1 0 299 10 0 0 18 0 12 0 23220307 834822144 15270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 203814 15270 1426 9 0 201141 0
[pid=19720/tid=19722] ppid=19718 vsize=815256 CPUtime=1.6
/proc/19720/task/19722/stat : 19722 (java) R 19718 19720 18481 0 -1 64 11883 0 1 0 153 7 0 0 25 0 12 0 23220308 834822144 15270 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23220308 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 23220308 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19725/stat : 19725 (java) S 19718 19720 18481 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23220310 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 23220311 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23220311 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23220315 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=815256 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 492 0 0 0 7 0 0 0 16 0 12 0 23220315 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19730] ppid=19718 vsize=815256 CPUtime=1.38
/proc/19720/task/19730/stat : 19730 (java) R 19718 19720 18481 0 -1 64 5639 0 0 0 137 1 0 0 16 0 12 0 23220315 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 105856343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19731] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23220315 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=815256 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23220315 834822144 15271 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 815256

[startup+6.302 s]
/proc/loadavg: 2.32 2.09 2.03 4/95 19732
/proc/meminfo: memFree=1401960/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=817204 CPUtime=6.29
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 32505 0 1 0 612 17 0 0 18 0 12 0 23220307 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 204301 22134 1435 9 0 201628 0
[pid=19720/tid=19722] ppid=19718 vsize=817204 CPUtime=2.81
/proc/19720/task/19722/stat : 19722 (java) R 19718 19720 18481 0 -1 64 17386 0 1 0 271 10 0 0 25 0 12 0 23220308 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=817204 CPUtime=0.02
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 809 0 0 0 2 0 0 0 17 0 12 0 23220308 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=817204 CPUtime=0
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 155 0 0 0 0 0 0 0 17 0 12 0 23220308 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=817204 CPUtime=0
/proc/19720/task/19725/stat : 19725 (java) S 19718 19720 18481 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23220310 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=817204 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23220311 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=817204 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23220311 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=817204 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23220315 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=817204 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 505 0 0 0 7 0 0 0 17 0 12 0 23220315 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19730] ppid=19718 vsize=817204 CPUtime=3.33
/proc/19720/task/19730/stat : 19730 (java) R 19718 19720 18481 0 -1 64 12898 0 0 0 329 4 0 0 18 0 12 0 23220315 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 106122204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19731] ppid=19718 vsize=817204 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23220315 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=817204 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23220315 836816896 22134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 817204

[startup+12.7026 s]
/proc/loadavg: 2.30 2.09 2.03 6/95 19732
/proc/meminfo: memFree=1350632/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=817464 CPUtime=12.69
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 48126 0 1 0 1246 23 0 0 18 0 12 0 23220307 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 204366 28921 1435 9 0 201693 0
[pid=19720/tid=19722] ppid=19718 vsize=817464 CPUtime=6.24
/proc/19720/task/19722/stat : 19722 (java) R 19718 19720 18481 0 -1 64 17422 0 1 0 613 11 0 0 25 0 12 0 23220308 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4109565477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=817464 CPUtime=0.2
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 4573 0 0 0 19 1 0 0 16 0 12 0 23220308 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=817464 CPUtime=0.14
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 2621 0 0 0 14 0 0 0 16 0 12 0 23220308 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=817464 CPUtime=0
/proc/19720/task/19725/stat : 19725 (java) S 19718 19720 18481 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 23220310 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=817464 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23220311 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=817464 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23220311 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=817464 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23220315 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=817464 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 505 0 0 0 7 0 0 0 17 0 12 0 23220315 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19730] ppid=19718 vsize=817464 CPUtime=5.99
/proc/19720/task/19730/stat : 19730 (java) S 19718 19720 18481 0 -1 64 22240 0 0 0 591 8 0 0 19 0 12 0 23220315 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19731] ppid=19718 vsize=817464 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23220315 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=817464 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23220315 837083136 28921 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 817464

[startup+25.5015 s]
/proc/loadavg: 2.30 2.10 2.03 3/95 19732
/proc/meminfo: memFree=1222120/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=820604 CPUtime=25.37
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 69622 0 1 0 2506 31 0 0 18 0 12 0 23220307 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 205151 44519 1435 9 0 202478 0
[pid=19720/tid=19722] ppid=19718 vsize=820604 CPUtime=15.66
/proc/19720/task/19722/stat : 19722 (java) R 19718 19720 18481 0 -1 64 17450 0 1 0 1555 11 0 0 25 0 12 0 23220308 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4109597292 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=820604 CPUtime=0.79
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 13261 0 0 0 75 4 0 0 16 0 12 0 23220308 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=820604 CPUtime=0.68
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 8759 0 0 0 66 2 0 0 16 0 12 0 23220308 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=820604 CPUtime=0.02
/proc/19720/task/19725/stat : 19725 (java) S 19718 19720 18481 0 -1 64 25 0 0 0 2 0 0 0 15 0 12 0 23220310 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=820604 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23220311 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=820604 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23220311 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=820604 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23220315 840298496 44519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=820604 CPUtime=0.07

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

[pid=19720/tid=19731] ppid=19718 vsize=834400 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23220315 854425600 179074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=834400 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23220315 854425600 179074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.76
Current children cumulated vsize (KiB) 834400

[startup+774.303 s]
/proc/loadavg: 2.29 2.35 2.22 3/95 19732
/proc/meminfo: memFree=313704/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=818396 CPUtime=767.98
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 326013 0 1 0 76629 169 0 0 18 0 12 0 23220307 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 204599 175074 1436 9 0 201926 0
[pid=19720/tid=19722] ppid=19718 vsize=818396 CPUtime=114.57
/proc/19720/task/19722/stat : 19722 (java) S 19718 19720 18481 0 -1 64 17755 0 1 0 11445 12 0 0 17 0 12 0 23220308 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=818396 CPUtime=45.77
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 76674 0 0 0 4543 34 0 0 17 0 12 0 23220308 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=818396 CPUtime=45.55
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 77215 0 0 0 4524 31 0 0 17 0 12 0 23220308 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=818396 CPUtime=547.51
/proc/19720/task/19725/stat : 19725 (java) R 19718 19720 18481 0 -1 64 108826 0 0 0 54680 71 0 0 25 0 12 0 23220310 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 104187819 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=818396 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23220311 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=818396 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23220311 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=818396 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23220315 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=818396 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 543 0 0 0 7 0 0 0 16 0 12 0 23220315 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19730] ppid=19718 vsize=818396 CPUtime=14.46
/proc/19720/task/19730/stat : 19730 (java) S 19718 19720 18481 0 -1 64 44260 0 0 0 1428 18 0 0 17 0 12 0 23220315 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19731] ppid=19718 vsize=818396 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23220315 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=818396 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23220315 838037504 175074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 767.98
Current children cumulated vsize (KiB) 818396

[startup+777.503 s]
/proc/loadavg: 2.43 2.38 2.23 3/96 19733
/proc/meminfo: memFree=313696/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=818720 CPUtime=770.99
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 326022 0 1 0 76930 169 0 0 18 0 13 0 23220307 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 204680 175082 1436 9 0 202007 0
[pid=19720/tid=19722] ppid=19718 vsize=818720 CPUtime=114.58
/proc/19720/task/19722/stat : 19722 (java) S 19718 19720 18481 0 -1 64 17759 0 1 0 11446 12 0 0 18 0 13 0 23220308 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=818720 CPUtime=45.77
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 76674 0 0 0 4543 34 0 0 17 0 13 0 23220308 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=818720 CPUtime=45.55
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 77215 0 0 0 4524 31 0 0 17 0 13 0 23220308 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=818720 CPUtime=550.51
/proc/19720/task/19725/stat : 19725 (java) R 19718 19720 18481 0 -1 64 108826 0 0 0 54980 71 0 0 25 0 13 0 23220310 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23220311 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23220311 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=818720 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 543 0 0 0 7 0 0 0 16 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19730] ppid=19718 vsize=818720 CPUtime=14.46
/proc/19720/task/19730/stat : 19730 (java) S 19718 19720 18481 0 -1 64 44260 0 0 0 1428 18 0 0 17 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19731] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19733] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19733/stat : 19733 (java) S 19718 19720 18481 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23297830 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 770.99
Current children cumulated vsize (KiB) 818720

[startup+778.303 s]
/proc/loadavg: 2.43 2.38 2.23 3/96 19733
/proc/meminfo: memFree=313696/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=818720 CPUtime=771.78
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 326022 0 1 0 77009 169 0 0 18 0 13 0 23220307 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 204680 175082 1436 9 0 202007 0
[pid=19720/tid=19722] ppid=19718 vsize=818720 CPUtime=114.58
/proc/19720/task/19722/stat : 19722 (java) S 19718 19720 18481 0 -1 64 17759 0 1 0 11446 12 0 0 18 0 13 0 23220308 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=818720 CPUtime=45.77
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 76674 0 0 0 4543 34 0 0 17 0 13 0 23220308 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=818720 CPUtime=45.55
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 77215 0 0 0 4524 31 0 0 17 0 13 0 23220308 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=818720 CPUtime=551.31
/proc/19720/task/19725/stat : 19725 (java) R 19718 19720 18481 0 -1 64 108826 0 0 0 55060 71 0 0 25 0 13 0 23220310 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 106158883 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23220311 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23220311 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=818720 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 543 0 0 0 7 0 0 0 16 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19730] ppid=19718 vsize=818720 CPUtime=14.46
/proc/19720/task/19730/stat : 19730 (java) S 19718 19720 18481 0 -1 64 44260 0 0 0 1428 18 0 0 17 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19731] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23220315 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19733] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19733/stat : 19733 (java) S 19718 19720 18481 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23297830 838369280 175082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 771.78
Current children cumulated vsize (KiB) 818720

[startup+779.103 s]
/proc/loadavg: 2.43 2.38 2.23 3/96 19733
/proc/meminfo: memFree=313696/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=818720 CPUtime=772.58
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 326027 0 1 0 77089 169 0 0 18 0 12 0 23220307 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 204680 175086 1437 9 0 202007 0
[pid=19720/tid=19722] ppid=19718 vsize=818720 CPUtime=114.58
/proc/19720/task/19722/stat : 19722 (java) S 19718 19720 18481 0 -1 64 17759 0 1 0 11446 12 0 0 16 0 12 0 23220308 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=818720 CPUtime=45.77
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 76674 0 0 0 4543 34 0 0 17 0 12 0 23220308 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=818720 CPUtime=45.55
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 77215 0 0 0 4524 31 0 0 17 0 12 0 23220308 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=818720 CPUtime=552.1
/proc/19720/task/19725/stat : 19725 (java) R 19718 19720 18481 0 -1 64 108826 0 0 0 55139 71 0 0 25 0 12 0 23220310 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 106158070 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23220311 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23220311 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19728] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19728/stat : 19728 (java) S 19718 19720 18481 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23220315 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=818720 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 543 0 0 0 7 0 0 0 16 0 12 0 23220315 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19730] ppid=19718 vsize=818720 CPUtime=14.46
/proc/19720/task/19730/stat : 19730 (java) S 19718 19720 18481 0 -1 64 44260 0 0 0 1428 18 0 0 17 0 12 0 23220315 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19731] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23220315 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19732] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19732/stat : 19732 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23220315 838369280 175086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 772.58
Current children cumulated vsize (KiB) 818720

[startup+779.303 s]
/proc/loadavg: 2.43 2.38 2.23 3/96 19733
/proc/meminfo: memFree=313696/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=818720 CPUtime=772.65
/proc/19720/stat : 19720 (java) S 19718 19720 18481 0 -1 0 326031 0 1 0 77096 169 0 0 18 0 10 0 23220307 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 204680 175089 1437 9 0 202007 0
[pid=19720/tid=19722] ppid=19718 vsize=818720 CPUtime=114.58
/proc/19720/task/19722/stat : 19722 (java) S 19718 19720 18481 0 -1 64 17759 0 1 0 11446 12 0 0 15 0 10 0 23220308 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19723] ppid=19718 vsize=818720 CPUtime=45.77
/proc/19720/task/19723/stat : 19723 (java) S 19718 19720 18481 0 -1 64 76674 0 0 0 4543 34 0 0 17 0 10 0 23220308 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19724] ppid=19718 vsize=818720 CPUtime=45.55
/proc/19720/task/19724/stat : 19724 (java) S 19718 19720 18481 0 -1 64 77215 0 0 0 4524 31 0 0 17 0 10 0 23220308 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19725] ppid=19718 vsize=818720 CPUtime=552.16
/proc/19720/task/19725/stat : 19725 (java) R 19718 19720 18481 0 -1 64 108826 0 0 0 55145 71 0 0 21 0 10 0 23220310 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19726] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19726/stat : 19726 (java) S 19718 19720 18481 0 -1 64 11 0 0 0 0 0 0 0 15 0 10 0 23220311 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19727] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19727/stat : 19727 (java) S 19718 19720 18481 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 23220311 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19720/tid=19729] ppid=19718 vsize=818720 CPUtime=0.07
/proc/19720/task/19729/stat : 19729 (java) S 19718 19720 18481 0 -1 64 543 0 0 0 7 0 0 0 16 0 10 0 23220315 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19730] ppid=19718 vsize=818720 CPUtime=14.46
/proc/19720/task/19730/stat : 19730 (java) S 19718 19720 18481 0 -1 64 44260 0 0 0 1428 18 0 0 17 0 10 0 23220315 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19720/tid=19731] ppid=19718 vsize=818720 CPUtime=0
/proc/19720/task/19731/stat : 19731 (java) S 19718 19720 18481 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 23220315 838369280 175089 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 772.65
Current children cumulated vsize (KiB) 818720

[startup+779.403 s]
/proc/loadavg: 2.43 2.38 2.23 3/96 19733
/proc/meminfo: memFree=313696/2055920 swapFree=4192812/4192956
[pid=19720] ppid=19718 vsize=0 CPUtime=772.7
/proc/19720/stat : 19720 (java) Z 19718 19720 18481 0 -1 12 326031 0 1 0 77096 174 0 0 16 0 2 0 23220307 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19720/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 772.7
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 779.461
CPU time (s): 772.761
CPU user time (s): 770.961
CPU system time (s): 1.80073
CPU usage (%): 99.1405
Max. virtual memory (cumulated for all children) (KiB): 866404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 770.961
system time used= 1.80073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326031
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= 20180
involuntary context switches= 31164

runsolver used 1.17582 second user time and 2.72159 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 03:19:32
IDJOB=2075475
IDBENCH=56299
IDSOLVER=731
FILE ID=node58/2075475-1247361572
PBS_JOBID= 9506964
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= f5cba19c45fc93afe2f9ea63417dec0b
RANDOM SEED=1969898665

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:       1508776 kB
Buffers:         62808 kB
Cached:         209188 kB
SwapCached:        140 kB
Active:         347788 kB
Inactive:       141564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:         232908 kB
Slab:            42808 kB
Committed_AS:   895476 kB
PageTables:       2100 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= 66224 MiB
End job on node58 at 2009-07-12 03:32:31