Trace number 2063606

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? 305.701 306.05

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-15.xml
MD5SUMd40feea060c013d5a62aa98470194e60
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.067989
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity21
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
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.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2063606-1247332560.xml
0.19/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.49/0.51	c reading predicates  done.
0.99/1.03	c reading constraints
305.56/305.92	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
305.56/305.92		at org.mozilla.javascript.gen.c20._c0(rhino.log:1)
305.56/305.92		at org.mozilla.javascript.gen.c20.call(rhino.log)
305.56/305.92		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
305.56/305.92		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
305.56/305.92		at org.mozilla.javascript.gen.c20.call(rhino.log)
305.56/305.92		at org.mozilla.javascript.gen.c20.exec(rhino.log)
305.56/305.92		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.find(Unknown Source)
305.56/305.92		at org.sat4j.csp.Predicate.toClause(Unknown Source)
305.56/305.92		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
305.56/305.92		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
305.56/305.92		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
305.56/305.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
305.56/305.93	c starts		: 0
305.56/305.93	c conflicts		: 0
305.56/305.93	c decisions		: 0
305.56/305.93	c propagations		: 0
305.56/305.93	c inspects		: 0
305.56/305.93	c learnt literals	: 0
305.56/305.93	c learnt binary clauses	: 0
305.56/305.93	c learnt ternary clauses	: 0
305.56/305.93	c learnt clauses	: 0
305.56/305.93	c ignored clauses	: 0
305.56/305.93	c root simplifications	: 0
305.56/305.93	c removed literals (reason simplification)	: 0
305.56/305.93	c reason swapping (by a shorter reason)	: 0
305.56/305.93	c Calls to reduceDB	: 0
305.56/305.93	c speed (assignments/second)	: 0.0
305.56/305.93	c non guided choices	0
305.56/305.93	c learnt constraints type 
305.56/305.93	c constraints type 
305.56/305.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7137598
305.56/305.93	c org.sat4j.minisat.constraints.card.AtLeast => 168
305.56/305.93	s UNKNOWN
305.56/305.93	c Total wall clock time (in seconds) : 305.698

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-2063606-1247332560/watcher-2063606-1247332560 -o /tmp/evaluation-result-2063606-1247332560/solver-2063606-1247332560 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063606-1247332560.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.11 2.06 3/84 13783
/proc/meminfo: memFree=799240/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=12788 CPUtime=0
/proc/13783/stat : 13783 (java) D 13781 13783 10765 0 -1 0 357 0 0 0 0 0 0 0 18 0 1 0 20319786 13094912 165 996147200 134512640 134550932 4294956016 18446744073709551615 4727588 0 0 4096 0 18446744072099202260 0 0 17 0 0 0
/proc/13783/statm: 3197 165 127 9 0 1104 0

[startup+0.0820399 s]
/proc/loadavg: 1.93 2.11 2.06 3/84 13783
/proc/meminfo: memFree=799240/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=802164 CPUtime=0.06
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 2879 0 1 0 5 1 0 0 18 0 7 0 20319786 821415936 2624 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 200541 2625 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102041 s]
/proc/loadavg: 1.93 2.11 2.06 3/84 13783
/proc/meminfo: memFree=799240/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=804560 CPUtime=0.08
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 3066 0 1 0 7 1 0 0 18 0 12 0 20319786 823869440 2809 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 201140 2809 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301078 s]
/proc/loadavg: 1.93 2.11 2.06 3/84 13783
/proc/meminfo: memFree=799240/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=805864 CPUtime=0.28
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 4389 0 1 0 25 3 0 0 18 0 12 0 20319786 825204736 4126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 201466 4126 1363 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.702146 s]
/proc/loadavg: 1.93 2.11 2.06 3/84 13783
/proc/meminfo: memFree=799240/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=807368 CPUtime=0.68
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 6360 0 1 0 64 4 0 0 18 0 12 0 20319786 826744832 5768 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 201842 5768 1387 9 0 199169 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807368

[startup+1.5013 s]
/proc/loadavg: 1.93 2.11 2.06 3/96 13795
/proc/meminfo: memFree=780200/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=809688 CPUtime=1.48
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 8611 0 1 0 143 5 0 0 18 0 12 0 20319786 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 202422 7043 1415 9 0 199749 0
[pid=13783/tid=13785] ppid=13781 vsize=809688 CPUtime=0.79
/proc/13783/task/13785/stat : 13785 (java) R 13781 13783 10765 0 -1 64 5149 0 1 0 76 3 0 0 25 0 12 0 20319788 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 20319789 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20319789 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13788/stat : 13788 (java) S 13781 13783 10765 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20319790 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 20319791 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20319791 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=809688 CPUtime=0.03
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 262 0 0 0 3 0 0 0 18 0 12 0 20319795 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=809688 CPUtime=0.63
/proc/13783/task/13793/stat : 13793 (java) R 13781 13783 10765 0 -1 64 2455 0 0 0 62 1 0 0 17 0 12 0 20319795 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 106817414 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=809688 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 829120512 7043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809688

[startup+3.10259 s]
/proc/loadavg: 1.93 2.11 2.06 4/96 13795
/proc/meminfo: memFree=767528/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=817088 CPUtime=3.08
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 18259 0 1 0 299 9 0 0 18 0 12 0 20319786 836698112 13988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204272 13989 1426 9 0 201599 0
[pid=13783/tid=13785] ppid=13781 vsize=817088 CPUtime=1.44
/proc/13783/task/13785/stat : 13785 (java) R 13781 13783 10765 0 -1 64 10470 0 1 0 138 6 0 0 25 0 12 0 20319788 836698112 13989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 20319789 836698112 13989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 20319789 836698112 13989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13788/stat : 13788 (java) S 13781 13783 10765 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 20319790 836698112 13989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 20319791 836698112 13989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 20319791 836698112 13989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 836698112 13989 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=817088 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 273 0 0 0 7 0 0 0 16 0 12 0 20319795 836698112 13990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=817088 CPUtime=1.54
/proc/13783/task/13793/stat : 13793 (java) R 13781 13783 10765 0 -1 64 6773 0 0 0 152 2 0 0 18 0 12 0 20319795 836698112 13990 996147200 134512640 134550932 4294956016 18446744073709551615 104163043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 836698112 13990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=817088 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 836698112 13990 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 817088

[startup+6.30218 s]
/proc/loadavg: 1.94 2.11 2.06 3/96 13795
/proc/meminfo: memFree=710440/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=816892 CPUtime=6.31
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 32835 0 1 0 615 16 0 0 18 0 12 0 20319786 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204223 25735 1435 9 0 201550 0
[pid=13783/tid=13785] ppid=13781 vsize=816892 CPUtime=3.56
/proc/13783/task/13785/stat : 13785 (java) R 13781 13783 10765 0 -1 64 17387 0 1 0 346 10 0 0 25 0 12 0 20319788 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4109575801 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=816892 CPUtime=0.09
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 2676 0 0 0 8 1 0 0 16 0 12 0 20319789 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=816892 CPUtime=0.07
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 1792 0 0 0 7 0 0 0 16 0 12 0 20319789 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=816892 CPUtime=0
/proc/13783/task/13788/stat : 13788 (java) S 13781 13783 10765 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 20319790 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=816892 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=816892 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=816892 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=816892 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 286 0 0 0 7 0 0 0 17 0 12 0 20319795 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=816892 CPUtime=2.46
/proc/13783/task/13793/stat : 13793 (java) S 13781 13783 10765 0 -1 64 9928 0 0 0 242 4 0 0 19 0 12 0 20319795 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=816892 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=816892 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 836497408 25735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 816892

[startup+12.7013 s]
/proc/loadavg: 1.94 2.11 2.06 3/96 13795
/proc/meminfo: memFree=663848/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=816796 CPUtime=12.83
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 44714 0 1 0 1261 22 0 0 18 0 12 0 20319786 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204199 35657 1435 9 0 201526 0
[pid=13783/tid=13785] ppid=13781 vsize=816796 CPUtime=8.61
/proc/13783/task/13785/stat : 13785 (java) R 13781 13783 10765 0 -1 64 17402 0 1 0 851 10 0 0 25 0 12 0 20319788 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=816796 CPUtime=0.51
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 7061 0 0 0 49 2 0 0 16 0 12 0 20319789 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=816796 CPUtime=0.47
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 7636 0 0 0 44 3 0 0 16 0 12 0 20319789 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=816796 CPUtime=0
/proc/13783/task/13788/stat : 13788 (java) S 13781 13783 10765 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 20319790 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=816796 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=816796 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=816796 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=816796 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 286 0 0 0 7 0 0 0 17 0 12 0 20319795 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=816796 CPUtime=3.11
/proc/13783/task/13793/stat : 13793 (java) R 13781 13783 10765 0 -1 64 11563 0 0 0 306 5 0 0 17 0 12 0 20319795 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 103979171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=816796 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=816796 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 836399104 35657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 816796

[startup+25.5026 s]
/proc/loadavg: 2.09 2.13 2.07 3/96 13795
/proc/meminfo: memFree=597160/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=819200 CPUtime=25.55
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 64574 0 1 0 2524 31 0 0 18 0 12 0 20319786 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204800 51676 1435 9 0 202127 0
[pid=13783/tid=13785] ppid=13781 vsize=819200 CPUtime=18.72
/proc/13783/task/13785/stat : 13785 (java) R 13781 13783 10765 0 -1 64 17425 0 1 0 1862 10 0 0 25 0 12 0 20319788 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4109575503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13783/tid=13786] ppid=13781 vsize=819200 CPUtime=1.13
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 14635 0 0 0 107 6 0 0 17 0 12 0 20319789 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13783/tid=13787] ppid=13781 vsize=819200 CPUtime=1.06
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 15445 0 0 0 100 6 0 0 17 0 12 0 20319789 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13783/tid=13788] ppid=13781 vsize=819200 CPUtime=0.01
/proc/13783/task/13788/stat : 13788 (java) S 13781 13783 10765 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 20319790 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13783/tid=13789] ppid=13781 vsize=819200 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=819200 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=819200 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 838860800 51676 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=819200 CPUtime=0.07

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

[pid=13783/tid=13794] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 294.02
Current children cumulated vsize (KiB) 818300

[startup+300.703 s]
/proc/loadavg: 2.09 2.21 2.12 3/96 13795
/proc/meminfo: memFree=82216/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=834304 CPUtime=300.39
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 265417 0 1 0 29917 122 0 0 18 0 12 0 20319786 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 208576 178474 1437 9 0 205903 0
[pid=13783/tid=13785] ppid=13781 vsize=834304 CPUtime=121.47
/proc/13783/task/13785/stat : 13785 (java) S 13781 13783 10765 0 -1 64 17643 0 1 0 12137 10 0 0 17 0 12 0 20319788 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=834304 CPUtime=10.35
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 78583 0 0 0 1004 31 0 0 16 0 12 0 20319789 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=834304 CPUtime=9.81
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 73991 0 0 0 951 30 0 0 15 0 12 0 20319789 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=834304 CPUtime=149.9
/proc/13783/task/13788/stat : 13788 (java) R 13781 13783 10765 0 -1 64 68542 0 0 0 14954 36 0 0 25 0 12 0 20319790 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 104177743 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=834304 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=834304 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=834304 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=834304 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 364 0 0 0 7 0 0 0 17 0 12 0 20319795 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=834304 CPUtime=8.74
/proc/13783/task/13793/stat : 13793 (java) S 13781 13783 10765 0 -1 64 25553 0 0 0 862 12 0 0 16 0 12 0 20319795 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=834304 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=834304 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 854327296 178474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.39
Current children cumulated vsize (KiB) 834304

[startup+303.902 s]
/proc/loadavg: 2.09 2.21 2.12 3/96 13795
/proc/meminfo: memFree=82152/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=818300 CPUtime=303.58
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 273421 0 1 0 30231 127 0 0 18 0 12 0 20319786 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204575 174473 1436 9 0 201902 0
[pid=13783/tid=13785] ppid=13781 vsize=818300 CPUtime=121.54
/proc/13783/task/13785/stat : 13785 (java) S 13781 13783 10765 0 -1 64 17646 0 1 0 12144 10 0 0 17 0 12 0 20319788 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=818300 CPUtime=10.35
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 78583 0 0 0 1004 31 0 0 16 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=818300 CPUtime=9.81
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 73991 0 0 0 951 30 0 0 15 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=818300 CPUtime=153
/proc/13783/task/13788/stat : 13788 (java) R 13781 13783 10765 0 -1 64 76543 0 0 0 15260 40 0 0 25 0 12 0 20319790 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 105696733 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=818300 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 364 0 0 0 7 0 0 0 17 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=818300 CPUtime=8.74
/proc/13783/task/13793/stat : 13793 (java) S 13781 13783 10765 0 -1 64 25553 0 0 0 862 12 0 0 16 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 303.58
Current children cumulated vsize (KiB) 818300

[startup+304.707 s]
/proc/loadavg: 2.08 2.21 2.12 3/96 13795
/proc/meminfo: memFree=82152/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=818300 CPUtime=304.37
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 273421 0 1 0 30310 127 0 0 18 0 12 0 20319786 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204575 174473 1436 9 0 201902 0
[pid=13783/tid=13785] ppid=13781 vsize=818300 CPUtime=121.54
/proc/13783/task/13785/stat : 13785 (java) S 13781 13783 10765 0 -1 64 17646 0 1 0 12144 10 0 0 17 0 12 0 20319788 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=818300 CPUtime=10.35
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 78583 0 0 0 1004 31 0 0 16 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=818300 CPUtime=9.81
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 73991 0 0 0 951 30 0 0 15 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=818300 CPUtime=153.8
/proc/13783/task/13788/stat : 13788 (java) R 13781 13783 10765 0 -1 64 76543 0 0 0 15340 40 0 0 25 0 12 0 20319790 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 106157998 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=818300 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 364 0 0 0 7 0 0 0 17 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=818300 CPUtime=8.74
/proc/13783/task/13793/stat : 13793 (java) S 13781 13783 10765 0 -1 64 25553 0 0 0 862 12 0 0 16 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 304.37
Current children cumulated vsize (KiB) 818300

[startup+305.503 s]
/proc/loadavg: 2.08 2.21 2.12 3/96 13795
/proc/meminfo: memFree=82152/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=818300 CPUtime=305.17
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 273421 0 1 0 30390 127 0 0 18 0 12 0 20319786 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204575 174473 1436 9 0 201902 0
[pid=13783/tid=13785] ppid=13781 vsize=818300 CPUtime=121.54
/proc/13783/task/13785/stat : 13785 (java) S 13781 13783 10765 0 -1 64 17646 0 1 0 12144 10 0 0 17 0 12 0 20319788 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=818300 CPUtime=10.35
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 78583 0 0 0 1004 31 0 0 16 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=818300 CPUtime=9.81
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 73991 0 0 0 951 30 0 0 15 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=818300 CPUtime=154.59
/proc/13783/task/13788/stat : 13788 (java) R 13781 13783 10765 0 -1 64 76543 0 0 0 15419 40 0 0 25 0 12 0 20319790 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=818300 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 364 0 0 0 7 0 0 0 17 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=818300 CPUtime=8.74
/proc/13783/task/13793/stat : 13793 (java) S 13781 13783 10765 0 -1 64 25553 0 0 0 862 12 0 0 16 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 305.17
Current children cumulated vsize (KiB) 818300

[startup+305.903 s]
/proc/loadavg: 2.08 2.21 2.12 3/96 13795
/proc/meminfo: memFree=82152/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=818300 CPUtime=305.56
/proc/13783/stat : 13783 (java) S 13781 13783 10765 0 -1 0 273421 0 1 0 30429 127 0 0 18 0 12 0 20319786 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 204575 174473 1436 9 0 201902 0
[pid=13783/tid=13785] ppid=13781 vsize=818300 CPUtime=121.54
/proc/13783/task/13785/stat : 13785 (java) S 13781 13783 10765 0 -1 64 17646 0 1 0 12144 10 0 0 17 0 12 0 20319788 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13786] ppid=13781 vsize=818300 CPUtime=10.35
/proc/13783/task/13786/stat : 13786 (java) S 13781 13783 10765 0 -1 64 78583 0 0 0 1004 31 0 0 16 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13787] ppid=13781 vsize=818300 CPUtime=9.81
/proc/13783/task/13787/stat : 13787 (java) S 13781 13783 10765 0 -1 64 73991 0 0 0 951 30 0 0 15 0 12 0 20319789 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13788] ppid=13781 vsize=818300 CPUtime=154.99
/proc/13783/task/13788/stat : 13788 (java) R 13781 13783 10765 0 -1 64 76543 0 0 0 15459 40 0 0 25 0 12 0 20319790 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13789] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13789/stat : 13789 (java) S 13781 13783 10765 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13790] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13790/stat : 13790 (java) S 13781 13783 10765 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20319791 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13791] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13791/stat : 13791 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13792] ppid=13781 vsize=818300 CPUtime=0.07
/proc/13783/task/13792/stat : 13792 (java) S 13781 13783 10765 0 -1 64 364 0 0 0 7 0 0 0 17 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13793] ppid=13781 vsize=818300 CPUtime=8.74
/proc/13783/task/13793/stat : 13793 (java) S 13781 13783 10765 0 -1 64 25553 0 0 0 862 12 0 0 16 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13794] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13794/stat : 13794 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13783/tid=13795] ppid=13781 vsize=818300 CPUtime=0
/proc/13783/task/13795/stat : 13795 (java) S 13781 13783 10765 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20319795 837939200 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 305.56
Current children cumulated vsize (KiB) 818300

[startup+306.003 s]
/proc/loadavg: 2.08 2.21 2.12 3/96 13795
/proc/meminfo: memFree=82152/2055920 swapFree=4192956/4192956
[pid=13783] ppid=13781 vsize=0 CPUtime=305.64
/proc/13783/stat : 13783 (java) Z 13781 13783 10765 0 -1 12 273438 0 1 0 30432 132 0 0 16 0 2 0 20319786 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13783/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 305.64
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 306.05
CPU time (s): 305.701
CPU user time (s): 304.327
CPU system time (s): 1.37379
CPU usage (%): 99.8857
Max. virtual memory (cumulated for all children) (KiB): 866308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 304.327
system time used= 1.37379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273438
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= 9545
involuntary context switches= 13585

runsolver used 0.405938 second user time and 1.06184 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 19:16:00
IDJOB=2063606
IDBENCH=54049
IDSOLVER=731
FILE ID=node45/2063606-1247332560
PBS_JOBID= 9506537
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-15.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063606-1247332560/watcher-2063606-1247332560 -o /tmp/evaluation-result-2063606-1247332560/solver-2063606-1247332560 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2063606-1247332560.xml

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

MD5SUM BENCH= d40feea060c013d5a62aa98470194e60
RANDOM SEED=404477784

node45.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.281
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.281
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:        799720 kB
Buffers:         60400 kB
Cached:         863924 kB
SwapCached:          0 kB
Active:         318004 kB
Inactive:       864816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        799720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:         274192 kB
Slab:            58144 kB
Committed_AS:   853552 kB
PageTables:       2216 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= 66356 MiB
End job on node45 at 2009-07-11 19:21:06