Trace number 2075343

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? 490.41 477.638

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-17.xml
MD5SUM07e89060fea323c2c573130045a74629
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.048991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity18
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.95 2.05 2.00 4/81 22740
/proc/meminfo: memFree=1789712/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=18576 CPUtime=0
/proc/22740/stat : 22740 (runsolver) R 22738 22740 20053 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23213168 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22740/statm: 4644 284 249 26 0 2626 0

[startup+0.0810319 s]
/proc/loadavg: 1.95 2.05 2.00 4/81 22740
/proc/meminfo: memFree=1789712/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=802164 CPUtime=0.06
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 2816 0 1 0 5 1 0 0 18 0 7 0 23213168 821415936 2561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 200541 2561 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101035 s]
/proc/loadavg: 1.95 2.05 2.00 4/81 22740
/proc/meminfo: memFree=1789712/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=804560 CPUtime=0.08
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 3006 0 1 0 7 1 0 0 18 0 12 0 23213168 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301055 s]
/proc/loadavg: 1.95 2.05 2.00 4/81 22740
/proc/meminfo: memFree=1789712/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=805628 CPUtime=0.28
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 4299 0 1 0 25 3 0 0 18 0 12 0 23213168 824963072 4036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 201407 4036 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701097 s]
/proc/loadavg: 1.95 2.05 2.00 4/81 22740
/proc/meminfo: memFree=1789712/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=807356 CPUtime=0.67
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 6143 0 1 0 63 4 0 0 18 0 12 0 23213168 826732544 5550 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 201839 5550 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807356

[startup+1.50218 s]
/proc/loadavg: 1.95 2.05 2.00 3/93 22752
/proc/meminfo: memFree=1770736/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=810352 CPUtime=1.47
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 8681 0 1 0 140 7 0 0 18 0 12 0 23213168 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 202588 7109 1414 9 0 199915 0
[pid=22740/tid=22742] ppid=22738 vsize=810352 CPUtime=0.82
/proc/22740/task/22742/stat : 22742 (java) R 22738 22740 20053 0 -1 64 5050 0 1 0 78 4 0 0 20 0 12 0 23213169 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22743] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23213170 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22744] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23213170 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22745] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22745/stat : 22745 (java) S 22738 22740 20053 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23213172 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22746] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23213173 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22747] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23213173 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23213177 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22750] ppid=22738 vsize=810352 CPUtime=0.63
/proc/22740/task/22750/stat : 22750 (java) R 22738 22740 20053 0 -1 64 2875 0 0 0 62 1 0 0 17 0 12 0 23213177 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 104063846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=810352 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 829800448 7109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810352

[startup+3.10234 s]
/proc/loadavg: 1.95 2.05 2.00 3/93 22752
/proc/meminfo: memFree=1759280/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=817152 CPUtime=3.05
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 16435 0 1 0 294 11 0 0 18 0 12 0 23213168 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 204288 13136 1426 9 0 201615 0
[pid=22740/tid=22742] ppid=22738 vsize=817152 CPUtime=1.56
/proc/22740/task/22742/stat : 22742 (java) R 22738 22740 20053 0 -1 64 9629 0 1 0 149 7 0 0 25 0 12 0 23213169 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4109708196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22743] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23213170 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22744] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23213170 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22745] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22745/stat : 22745 (java) S 22738 22740 20053 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23213172 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22746] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23213173 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22747] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 23213173 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=817152 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 691 0 0 0 8 0 0 0 17 0 12 0 23213177 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22750] ppid=22738 vsize=817152 CPUtime=1.4
/proc/22740/task/22750/stat : 22750 (java) R 22738 22740 20053 0 -1 64 5372 0 0 0 137 3 0 0 19 0 12 0 23213177 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 104144024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=817152 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 836763648 13136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 817152

[startup+6.30266 s]
/proc/loadavg: 2.04 2.06 2.00 4/93 22752
/proc/meminfo: memFree=1706544/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=817996 CPUtime=6.23
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 29978 0 1 0 606 17 0 0 18 0 12 0 23213168 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 204499 22527 1435 9 0 201826 0
[pid=22740/tid=22742] ppid=22738 vsize=817996 CPUtime=3.21
/proc/22740/task/22742/stat : 22742 (java) R 22738 22740 20053 0 -1 64 17381 0 1 0 311 10 0 0 25 0 12 0 23213169 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4109586108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22743] ppid=22738 vsize=817996 CPUtime=0.01
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 541 0 0 0 1 0 0 0 17 0 12 0 23213170 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22744] ppid=22738 vsize=817996 CPUtime=0.01
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 412 0 0 0 1 0 0 0 17 0 12 0 23213170 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22745] ppid=22738 vsize=817996 CPUtime=0
/proc/22740/task/22745/stat : 22745 (java) S 22738 22740 20053 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 23213172 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22746] ppid=22738 vsize=817996 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22747] ppid=22738 vsize=817996 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=817996 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=817996 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 705 0 0 0 8 0 0 0 17 0 12 0 23213177 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22750] ppid=22738 vsize=817996 CPUtime=2.87
/proc/22740/task/22750/stat : 22750 (java) S 22738 22740 20053 0 -1 64 10187 0 0 0 282 5 0 0 19 0 12 0 23213177 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=817996 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=817996 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 837627904 22527 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 817996

[startup+12.7023 s]
/proc/loadavg: 2.04 2.06 2.00 6/93 22752
/proc/meminfo: memFree=1676144/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=818672 CPUtime=12.6
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 43506 0 1 0 1237 23 0 0 18 0 12 0 23213168 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 204668 30461 1435 9 0 201995 0
[pid=22740/tid=22742] ppid=22738 vsize=818672 CPUtime=6.98
/proc/22740/task/22742/stat : 22742 (java) R 22738 22740 20053 0 -1 64 17398 0 1 0 688 10 0 0 17 0 12 0 23213169 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4109565782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22743] ppid=22738 vsize=818672 CPUtime=0.28
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 4477 0 0 0 27 1 0 0 16 0 12 0 23213170 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22744] ppid=22738 vsize=818672 CPUtime=0.27
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 4103 0 0 0 26 1 0 0 16 0 12 0 23213170 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22745] ppid=22738 vsize=818672 CPUtime=0
/proc/22740/task/22745/stat : 22745 (java) S 22738 22740 20053 0 -1 64 25 0 0 0 0 0 0 0 17 0 12 0 23213172 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22746] ppid=22738 vsize=818672 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22747] ppid=22738 vsize=818672 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=818672 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=818672 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 718 0 0 0 8 0 0 0 17 0 12 0 23213177 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22750] ppid=22738 vsize=818672 CPUtime=4.93
/proc/22740/task/22750/stat : 22750 (java) S 22738 22740 20053 0 -1 64 16045 0 0 0 485 8 0 0 20 0 12 0 23213177 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=818672 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=818672 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 838320128 30461 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 818672

[startup+25.5016 s]
/proc/loadavg: 2.11 2.07 2.01 3/93 22752
/proc/meminfo: memFree=1617712/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=820532 CPUtime=25.5
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 63209 0 1 0 2519 31 0 0 18 0 12 0 23213168 840224768 44119 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 205133 44122 1435 9 0 202460 0
[pid=22740/tid=22742] ppid=22738 vsize=820532 CPUtime=16.24
/proc/22740/task/22742/stat : 22742 (java) R 22738 22740 20053 0 -1 64 17443 0 1 0 1614 10 0 0 25 0 12 0 23213169 840224768 44123 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22743] ppid=22738 vsize=820532 CPUtime=0.8
/proc/22740/task/22743/stat : 22743 (java) R 22738 22740 20053 0 -1 64 11025 0 0 0 77 3 0 0 16 0 12 0 23213170 840224768 44125 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22744] ppid=22738 vsize=820532 CPUtime=0.84
/proc/22740/task/22744/stat : 22744 (java) R 22738 22740 20053 0 -1 64 11278 0 0 0 79 5 0 0 16 0 12 0 23213170 840224768 44128 996147200 134512640 134550932 4294956016 18446744073709551615 106195212 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22745] ppid=22738 vsize=820532 CPUtime=0.01
/proc/22740/task/22745/stat : 22745 (java) S 22738 22740 20053 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 23213172 840224768 44130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22746] ppid=22738 vsize=820532 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 840224768 44132 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22747] ppid=22738 vsize=820532 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 840224768 44134 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=820532 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 840224768 44136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=820532 CPUtime=0.08

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

[pid=22740/tid=22751] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 479.97
Current children cumulated vsize (KiB) 823480

[startup+473.501 s]
/proc/loadavg: 2.15 2.31 2.16 5/93 22752
/proc/meminfo: memFree=1085104/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=823480 CPUtime=486.33
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 416583 0 1 0 48455 178 0 0 18 0 12 0 23213168 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 205870 176250 1437 9 0 203197 0
[pid=22740/tid=22742] ppid=22738 vsize=823480 CPUtime=118.66
/proc/22740/task/22742/stat : 22742 (java) S 22738 22740 20053 0 -1 64 17714 0 1 0 11855 11 0 0 17 0 12 0 23213169 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22743] ppid=22738 vsize=823480 CPUtime=35.5
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 86139 0 0 0 3518 32 0 0 17 0 12 0 23213170 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22744] ppid=22738 vsize=823480 CPUtime=36.12
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 68169 0 0 0 3584 28 0 0 17 0 12 0 23213170 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22745] ppid=22738 vsize=823480 CPUtime=282.11
/proc/22740/task/22745/stat : 22745 (java) R 22738 22740 20053 0 -1 64 209641 0 0 0 28122 89 0 0 25 0 12 0 23213172 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22746] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22747] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=823480 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 728 0 0 0 8 0 0 0 16 0 12 0 23213177 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22750] ppid=22738 vsize=823480 CPUtime=13.81
/proc/22740/task/22750/stat : 22750 (java) S 22738 22740 20053 0 -1 64 33452 0 0 0 1366 15 0 0 17 0 12 0 23213177 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 843243520 176250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 486.33
Current children cumulated vsize (KiB) 823480

[startup+475.102 s]
/proc/loadavg: 2.22 2.32 2.17 3/93 22752
/proc/meminfo: memFree=1088944/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=819476 CPUtime=487.94
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 416587 0 1 0 48615 179 0 0 18 0 12 0 23213168 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 204869 175250 1436 9 0 202196 0
[pid=22740/tid=22742] ppid=22738 vsize=819476 CPUtime=118.68
/proc/22740/task/22742/stat : 22742 (java) S 22738 22740 20053 0 -1 64 17718 0 1 0 11857 11 0 0 17 0 12 0 23213169 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22743] ppid=22738 vsize=819476 CPUtime=35.5
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 86139 0 0 0 3518 32 0 0 17 0 12 0 23213170 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22744] ppid=22738 vsize=819476 CPUtime=36.12
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 68169 0 0 0 3584 28 0 0 17 0 12 0 23213170 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22745] ppid=22738 vsize=819476 CPUtime=283.68
/proc/22740/task/22745/stat : 22745 (java) R 22738 22740 20053 0 -1 64 209641 0 0 0 28279 89 0 0 25 0 12 0 23213172 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 105696656 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22746] ppid=22738 vsize=819476 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22747] ppid=22738 vsize=819476 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=819476 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=819476 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 728 0 0 0 8 0 0 0 16 0 12 0 23213177 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22750] ppid=22738 vsize=819476 CPUtime=13.81
/proc/22740/task/22750/stat : 22750 (java) S 22738 22740 20053 0 -1 64 33452 0 0 0 1366 15 0 0 17 0 12 0 23213177 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=819476 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=819476 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 839143424 175250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 487.94
Current children cumulated vsize (KiB) 819476

[startup+476.702 s]
/proc/loadavg: 2.22 2.32 2.17 3/93 22752
/proc/meminfo: memFree=1085104/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=823480 CPUtime=489.52
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 417588 0 1 0 48773 179 0 0 18 0 12 0 23213168 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 205870 176251 1436 9 0 203197 0
[pid=22740/tid=22742] ppid=22738 vsize=823480 CPUtime=118.68
/proc/22740/task/22742/stat : 22742 (java) S 22738 22740 20053 0 -1 64 17718 0 1 0 11857 11 0 0 17 0 12 0 23213169 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22743] ppid=22738 vsize=823480 CPUtime=35.5
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 86139 0 0 0 3518 32 0 0 17 0 12 0 23213170 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22744] ppid=22738 vsize=823480 CPUtime=36.12
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 68169 0 0 0 3584 28 0 0 17 0 12 0 23213170 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22745] ppid=22738 vsize=823480 CPUtime=285.27
/proc/22740/task/22745/stat : 22745 (java) R 22738 22740 20053 0 -1 64 210642 0 0 0 28438 89 0 0 25 0 12 0 23213172 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 104187712 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22746] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22747] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=823480 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 728 0 0 0 8 0 0 0 16 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22750] ppid=22738 vsize=823480 CPUtime=13.81
/proc/22740/task/22750/stat : 22750 (java) S 22738 22740 20053 0 -1 64 33452 0 0 0 1366 15 0 0 17 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 489.52
Current children cumulated vsize (KiB) 823480

[startup+477.102 s]
/proc/loadavg: 2.22 2.32 2.17 3/93 22752
/proc/meminfo: memFree=1085104/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=823480 CPUtime=489.92
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 417588 0 1 0 48813 179 0 0 18 0 12 0 23213168 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 205870 176251 1436 9 0 203197 0
[pid=22740/tid=22742] ppid=22738 vsize=823480 CPUtime=118.68
/proc/22740/task/22742/stat : 22742 (java) S 22738 22740 20053 0 -1 64 17718 0 1 0 11857 11 0 0 17 0 12 0 23213169 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22743] ppid=22738 vsize=823480 CPUtime=35.5
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 86139 0 0 0 3518 32 0 0 17 0 12 0 23213170 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22744] ppid=22738 vsize=823480 CPUtime=36.12
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 68169 0 0 0 3584 28 0 0 17 0 12 0 23213170 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22745] ppid=22738 vsize=823480 CPUtime=285.67
/proc/22740/task/22745/stat : 22745 (java) R 22738 22740 20053 0 -1 64 210642 0 0 0 28478 89 0 0 25 0 12 0 23213172 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22746] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22747] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22748] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=823480 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 728 0 0 0 8 0 0 0 16 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22750] ppid=22738 vsize=823480 CPUtime=13.81
/proc/22740/task/22750/stat : 22750 (java) S 22738 22740 20053 0 -1 64 33452 0 0 0 1366 15 0 0 17 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=823480 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 843243520 176251 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 489.92
Current children cumulated vsize (KiB) 823480

[startup+477.502 s]
/proc/loadavg: 2.22 2.32 2.17 3/93 22752
/proc/meminfo: memFree=1085104/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=819800 CPUtime=490.3
/proc/22740/stat : 22740 (java) S 22738 22740 20053 0 -1 0 417602 0 1 0 48851 179 0 0 18 0 12 0 23213168 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22740/statm: 204950 175263 1437 9 0 202277 0
[pid=22740/tid=22742] ppid=22738 vsize=819800 CPUtime=118.68
/proc/22740/task/22742/stat : 22742 (java) S 22738 22740 20053 0 -1 64 17724 0 1 0 11857 11 0 0 17 0 12 0 23213169 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22743] ppid=22738 vsize=819800 CPUtime=35.5
/proc/22740/task/22743/stat : 22743 (java) S 22738 22740 20053 0 -1 64 86139 0 0 0 3518 32 0 0 17 0 12 0 23213170 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22744] ppid=22738 vsize=819800 CPUtime=36.12
/proc/22740/task/22744/stat : 22744 (java) S 22738 22740 20053 0 -1 64 68169 0 0 0 3584 28 0 0 17 0 12 0 23213170 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22745] ppid=22738 vsize=819800 CPUtime=286.04
/proc/22740/task/22745/stat : 22745 (java) S 22738 22740 20053 0 -1 64 210642 0 0 0 28515 89 0 0 25 0 12 0 23213172 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22746] ppid=22738 vsize=819800 CPUtime=0
/proc/22740/task/22746/stat : 22746 (java) S 22738 22740 20053 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23213173 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22747] ppid=22738 vsize=819800 CPUtime=0
/proc/22740/task/22747/stat : 22747 (java) S 22738 22740 20053 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23213173 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22748] ppid=22738 vsize=819800 CPUtime=0
/proc/22740/task/22748/stat : 22748 (java) S 22738 22740 20053 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23213177 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22749] ppid=22738 vsize=819800 CPUtime=0.08
/proc/22740/task/22749/stat : 22749 (java) S 22738 22740 20053 0 -1 64 728 0 0 0 8 0 0 0 16 0 12 0 23213177 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22740/tid=22750] ppid=22738 vsize=819800 CPUtime=13.81
/proc/22740/task/22750/stat : 22750 (java) S 22738 22740 20053 0 -1 64 33452 0 0 0 1366 15 0 0 17 0 12 0 23213177 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22751] ppid=22738 vsize=819800 CPUtime=0
/proc/22740/task/22751/stat : 22751 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23213177 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22740/tid=22752] ppid=22738 vsize=819800 CPUtime=0
/proc/22740/task/22752/stat : 22752 (java) S 22738 22740 20053 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23213177 839475200 175263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 490.3
Current children cumulated vsize (KiB) 819800

[startup+477.603 s]
/proc/loadavg: 2.22 2.32 2.17 3/93 22752
/proc/meminfo: memFree=1085104/2055920 swapFree=4192812/4192956
[pid=22740] ppid=22738 vsize=0 CPUtime=490.37
/proc/22740/stat : 22740 (java) Z 22738 22740 20053 0 -1 12 417606 0 1 0 48851 186 0 0 16 0 2 0 23213168 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22740/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 490.37
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 477.638
CPU time (s): 490.41
CPU user time (s): 488.514
CPU system time (s): 1.89671
CPU usage (%): 102.674
Max. virtual memory (cumulated for all children) (KiB): 867484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 488.514
system time used= 1.89671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417606
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= 13982
involuntary context switches= 19741

runsolver used 0.594909 second user time and 1.60575 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 03:17:39
IDJOB=2075343
IDBENCH=56274
IDSOLVER=731
FILE ID=node17/2075343-1247361459
PBS_JOBID= 9506823
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 07e89060fea323c2c573130045a74629
RANDOM SEED=599252082

node17.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.213
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.213
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:       1790192 kB
Buffers:         50712 kB
Cached:         108340 kB
SwapCached:          0 kB
Active:         143152 kB
Inactive:        65876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:          70364 kB
Slab:            41892 kB
Committed_AS:   224784 kB
PageTables:       2008 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= 66448 MiB
End job on node17 at 2009-07-12 03:25:37