Trace number 2083164

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? 361.086 361.507

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-2.xml
MD5SUMffe961df7b98972151382aba4fbbf029
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2334
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.20 2.02 1.93 4/72 23319
/proc/meminfo: memFree=1763808/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=18576 CPUtime=0
/proc/23319/stat : 23319 (runsolver) R 23317 23319 3066 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24741072 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 244276849959 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23319/statm: 4644 284 249 26 0 2626 0

[startup+0.088294 s]
/proc/loadavg: 2.20 2.02 1.93 4/72 23319
/proc/meminfo: memFree=1763808/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=803004 CPUtime=0.07
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 2912 0 1 0 5 2 0 0 20 0 9 0 24741072 822276096 2657 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 200751 2657 1047 9 0 198102 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803004

[startup+0.101295 s]
/proc/loadavg: 2.20 2.02 1.93 4/72 23319
/proc/meminfo: memFree=1763808/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=804560 CPUtime=0.08
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 3047 0 1 0 6 2 0 0 20 0 12 0 24741072 823869440 2790 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 201140 2790 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301318 s]
/proc/loadavg: 2.20 2.02 1.93 4/72 23319
/proc/meminfo: memFree=1763808/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=805896 CPUtime=0.29
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 4399 0 1 0 25 4 0 0 20 0 12 0 24741072 825237504 4136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 201474 4136 1363 9 0 198801 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805896

[startup+0.701364 s]
/proc/loadavg: 2.20 2.02 1.93 4/72 23319
/proc/meminfo: memFree=1763808/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=808428 CPUtime=0.69
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 6180 0 1 0 64 5 0 0 20 0 12 0 24741072 827830272 5241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 202107 5241 1390 9 0 199434 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808428

[startup+1.50245 s]
/proc/loadavg: 2.20 2.02 1.93 4/84 23331
/proc/meminfo: memFree=1747328/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=808524 CPUtime=1.48
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 11132 0 1 0 141 7 0 0 20 0 12 0 24741072 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 202131 10192 1401 9 0 199458 0
[pid=23319/tid=23321] ppid=23317 vsize=808524 CPUtime=0.72
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 8426 0 1 0 67 5 0 0 25 0 12 0 24741073 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4109640473 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23322] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24741074 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23323] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24741074 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23324] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23324/stat : 23324 (java) S 23317 23319 3066 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24741076 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23325] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24741077 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23326] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24741077 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23327] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=808524 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=808524 CPUtime=0.69
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 1697 0 0 0 69 0 0 0 17 0 12 0 24741081 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23330] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 827928576 10192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=808524 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 827928576 10192 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) 808524

[startup+3.10163 s]
/proc/loadavg: 2.20 2.02 1.93 3/84 23331
/proc/meminfo: memFree=1647232/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=809964 CPUtime=3.23
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 33375 0 1 0 306 17 0 0 20 0 12 0 24741072 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 202491 30891 1441 9 0 199818 0
[pid=23319/tid=23321] ppid=23317 vsize=809964 CPUtime=1.42
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17241 0 1 0 133 9 0 0 25 0 12 0 24741073 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4109162696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23322] ppid=23317 vsize=809964 CPUtime=0.25
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 7255 0 0 0 22 3 0 0 19 0 12 0 24741074 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23323] ppid=23317 vsize=809964 CPUtime=0.15
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 4925 0 0 0 13 2 0 0 18 0 12 0 24741074 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23324] ppid=23317 vsize=809964 CPUtime=0
/proc/23319/task/23324/stat : 23324 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 24741076 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23325] ppid=23317 vsize=809964 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23326] ppid=23317 vsize=809964 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23327] ppid=23317 vsize=809964 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=809964 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=809964 CPUtime=1.32
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 2937 0 0 0 131 1 0 0 16 0 12 0 24741081 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23330] ppid=23317 vsize=809964 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=809964 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 829403136 30891 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 809964

[startup+6.30299 s]
/proc/loadavg: 2.26 2.04 1.93 3/84 23331
/proc/meminfo: memFree=1621312/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=809468 CPUtime=6.4
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 39839 0 1 0 620 20 0 0 20 0 12 0 24741072 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 202367 37226 1441 9 0 199694 0
[pid=23319/tid=23321] ppid=23317 vsize=809468 CPUtime=4
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17248 0 1 0 391 9 0 0 25 0 12 0 24741073 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4109696756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23322] ppid=23317 vsize=809468 CPUtime=0.45
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 10417 0 0 0 40 5 0 0 16 0 12 0 24741074 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23323] ppid=23317 vsize=809468 CPUtime=0.35
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 8206 0 0 0 32 3 0 0 16 0 12 0 24741074 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23324] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23324/stat : 23324 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741076 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23325] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23326] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23327] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=809468 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=809468 CPUtime=1.51
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 2951 0 0 0 150 1 0 0 16 0 12 0 24741081 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23330] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 828895232 37226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 809468

[startup+12.7017 s]
/proc/loadavg: 2.24 2.04 1.93 4/92 23366
/proc/meminfo: memFree=1497088/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=809468 CPUtime=12.78
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 45447 0 1 0 1255 23 0 0 20 0 12 0 24741072 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 202367 42799 1441 9 0 199694 0
[pid=23319/tid=23321] ppid=23317 vsize=809468 CPUtime=10.01
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17269 0 1 0 992 9 0 0 25 0 12 0 24741073 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4109696758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23322] ppid=23317 vsize=809468 CPUtime=0.58
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 13006 0 0 0 52 6 0 0 16 0 12 0 24741074 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23323] ppid=23317 vsize=809468 CPUtime=0.52
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 11199 0 0 0 47 5 0 0 16 0 12 0 24741074 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23324] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23324/stat : 23324 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 24741076 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23325] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23326] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23327] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=809468 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=809468 CPUtime=1.58
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 2956 0 0 0 157 1 0 0 17 0 12 0 24741081 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23330] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 828895232 42799 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 809468

[startup+25.5022 s]
/proc/loadavg: 2.19 2.03 1.93 3/92 23366
/proc/meminfo: memFree=1191616/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=809468 CPUtime=25.57
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 51795 0 1 0 2532 25 0 0 20 0 12 0 24741072 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 202367 49126 1441 9 0 199694 0
[pid=23319/tid=23321] ppid=23317 vsize=809468 CPUtime=22.49
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17291 0 1 0 2240 9 0 0 25 0 12 0 24741073 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4109845040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23322] ppid=23317 vsize=809468 CPUtime=0.72
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 16758 0 0 0 66 6 0 0 16 0 12 0 24741074 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23323] ppid=23317 vsize=809468 CPUtime=0.58
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 13773 0 0 0 53 5 0 0 16 0 12 0 24741074 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23324] ppid=23317 vsize=809468 CPUtime=0.01
/proc/23319/task/23324/stat : 23324 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 24741076 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23325] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23326] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23327] ppid=23317 vsize=809468 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 828895232 49126 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=809468 CPUtime=0.04

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

[pid=23319/tid=23330] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 345.12
Current children cumulated vsize (KiB) 815564

[startup+351.902 s]
/proc/loadavg: 2.65 2.24 2.03 4/92 23402
/proc/meminfo: memFree=638784/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=815564 CPUtime=351.52
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 251848 0 1 0 35039 113 0 0 20 0 12 0 24741072 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 203891 173507 1452 9 0 201218 0
[pid=23319/tid=23321] ppid=23317 vsize=815564 CPUtime=290.94
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17680 0 1 0 29083 11 0 0 25 0 12 0 24741073 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23322] ppid=23317 vsize=815564 CPUtime=3.89
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 77237 0 0 0 357 32 0 0 16 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23323] ppid=23317 vsize=815564 CPUtime=4.46
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 75812 0 0 0 417 29 0 0 15 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23324] ppid=23317 vsize=815564 CPUtime=49.54
/proc/23319/task/23324/stat : 23324 (java) R 23317 23319 3066 0 -1 64 75365 0 0 0 4918 36 0 0 16 0 12 0 24741076 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23325] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23326] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23327] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=815564 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=815564 CPUtime=2.58
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 4748 0 0 0 257 1 0 0 17 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23330] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 351.52
Current children cumulated vsize (KiB) 815564

[startup+358.303 s]
/proc/loadavg: 2.68 2.25 2.03 4/92 23402
/proc/meminfo: memFree=638784/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=811560 CPUtime=357.91
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 257860 0 1 0 35676 115 0 0 20 0 12 0 24741072 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 202890 172506 1452 9 0 200217 0
[pid=23319/tid=23321] ppid=23317 vsize=811560 CPUtime=291.37
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17684 0 1 0 29126 11 0 0 25 0 12 0 24741073 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4109764681 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23322] ppid=23317 vsize=811560 CPUtime=3.89
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 77237 0 0 0 357 32 0 0 16 0 12 0 24741074 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23323] ppid=23317 vsize=811560 CPUtime=4.46
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 75812 0 0 0 417 29 0 0 15 0 12 0 24741074 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23324] ppid=23317 vsize=811560 CPUtime=55.5
/proc/23319/task/23324/stat : 23324 (java) S 23317 23319 3066 0 -1 64 81373 0 0 0 5512 38 0 0 17 0 12 0 24741076 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23325] ppid=23317 vsize=811560 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23326] ppid=23317 vsize=811560 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23327] ppid=23317 vsize=811560 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=811560 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=811560 CPUtime=2.58
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 4748 0 0 0 257 1 0 0 17 0 12 0 24741081 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23330] ppid=23317 vsize=811560 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=811560 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 831037440 172506 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 357.91
Current children cumulated vsize (KiB) 811560

[startup+359.902 s]
/proc/loadavg: 2.70 2.26 2.04 3/92 23402
/proc/meminfo: memFree=642816/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=815564 CPUtime=359.51
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 260868 0 1 0 35835 116 0 0 20 0 12 0 24741072 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 203891 173507 1451 9 0 201218 0
[pid=23319/tid=23321] ppid=23317 vsize=815564 CPUtime=291.55
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17688 0 1 0 29144 11 0 0 25 0 12 0 24741073 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23322] ppid=23317 vsize=815564 CPUtime=3.89
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 77237 0 0 0 357 32 0 0 16 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23323] ppid=23317 vsize=815564 CPUtime=4.46
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 75812 0 0 0 417 29 0 0 15 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23324] ppid=23317 vsize=815564 CPUtime=56.92
/proc/23319/task/23324/stat : 23324 (java) R 23317 23319 3066 0 -1 64 84377 0 0 0 5653 39 0 0 16 0 12 0 24741076 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 105880864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23325] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23326] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23327] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=815564 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=815564 CPUtime=2.58
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 4748 0 0 0 257 1 0 0 17 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23330] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 359.51
Current children cumulated vsize (KiB) 815564

[startup+360.702 s]
/proc/loadavg: 2.70 2.26 2.04 4/92 23402
/proc/meminfo: memFree=638848/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=815564 CPUtime=360.31
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 260868 0 1 0 35915 116 0 0 20 0 12 0 24741072 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 203891 173507 1451 9 0 201218 0
[pid=23319/tid=23321] ppid=23317 vsize=815564 CPUtime=291.55
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17688 0 1 0 29144 11 0 0 25 0 12 0 24741073 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23322] ppid=23317 vsize=815564 CPUtime=3.89
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 77237 0 0 0 357 32 0 0 16 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23323] ppid=23317 vsize=815564 CPUtime=4.46
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 75812 0 0 0 417 29 0 0 15 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23324] ppid=23317 vsize=815564 CPUtime=57.73
/proc/23319/task/23324/stat : 23324 (java) R 23317 23319 3066 0 -1 64 84377 0 0 0 5734 39 0 0 17 0 12 0 24741076 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23325] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23326] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23327] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=815564 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=815564 CPUtime=2.58
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 4748 0 0 0 257 1 0 0 17 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23330] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 360.31
Current children cumulated vsize (KiB) 815564

[startup+361.102 s]
/proc/loadavg: 2.70 2.26 2.04 4/92 23402
/proc/meminfo: memFree=638848/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=815564 CPUtime=360.71
/proc/23319/stat : 23319 (java) S 23317 23319 3066 0 -1 0 260868 0 1 0 35955 116 0 0 20 0 12 0 24741072 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23319/statm: 203891 173507 1451 9 0 201218 0
[pid=23319/tid=23321] ppid=23317 vsize=815564 CPUtime=291.55
/proc/23319/task/23321/stat : 23321 (java) R 23317 23319 3066 0 -1 64 17688 0 1 0 29144 11 0 0 25 0 12 0 24741073 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23322] ppid=23317 vsize=815564 CPUtime=3.89
/proc/23319/task/23322/stat : 23322 (java) S 23317 23319 3066 0 -1 64 77237 0 0 0 357 32 0 0 16 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23323] ppid=23317 vsize=815564 CPUtime=4.46
/proc/23319/task/23323/stat : 23323 (java) S 23317 23319 3066 0 -1 64 75812 0 0 0 417 29 0 0 15 0 12 0 24741074 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23324] ppid=23317 vsize=815564 CPUtime=58.12
/proc/23319/task/23324/stat : 23324 (java) R 23317 23319 3066 0 -1 64 84377 0 0 0 5773 39 0 0 17 0 12 0 24741076 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23325] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23325/stat : 23325 (java) S 23317 23319 3066 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23326] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23326/stat : 23326 (java) S 23317 23319 3066 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24741077 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23327] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23327/stat : 23327 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23328] ppid=23317 vsize=815564 CPUtime=0.04
/proc/23319/task/23328/stat : 23328 (java) S 23317 23319 3066 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23329] ppid=23317 vsize=815564 CPUtime=2.58
/proc/23319/task/23329/stat : 23329 (java) S 23317 23319 3066 0 -1 64 4748 0 0 0 257 1 0 0 17 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23319/tid=23330] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23330/stat : 23330 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23319/tid=23331] ppid=23317 vsize=815564 CPUtime=0
/proc/23319/task/23331/stat : 23331 (java) S 23317 23319 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24741081 835137536 173507 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 360.71
Current children cumulated vsize (KiB) 815564

[startup+361.502 s]
/proc/loadavg: 2.70 2.26 2.04 4/92 23402
/proc/meminfo: memFree=638848/2055920 swapFree=4191904/4192956
[pid=23319] ppid=23317 vsize=0 CPUtime=361.07
/proc/23319/stat : 23319 (java) Z 23317 23319 3066 0 -1 12 260883 0 1 0 35982 125 0 0 16 0 2 0 24741072 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23319/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 361.07
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 361.507
CPU time (s): 361.086
CPU user time (s): 359.821
CPU system time (s): 1.26481
CPU usage (%): 99.8834
Max. virtual memory (cumulated for all children) (KiB): 825816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 359.821
system time used= 1.26481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260883
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= 14713
involuntary context switches= 9448

runsolver used 0.399939 second user time and 1.26881 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 07:33:05
IDJOB=2083164
IDBENCH=57725
IDSOLVER=731
FILE ID=node63/2083164-1247376785
PBS_JOBID= 9507106
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-2.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083164-1247376785/watcher-2083164-1247376785 -o /tmp/evaluation-result-2083164-1247376785/solver-2083164-1247376785 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083164-1247376785.xml

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

MD5SUM BENCH= ffe961df7b98972151382aba4fbbf029
RANDOM SEED=1151727067

node63.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1764288 kB
Buffers:         40092 kB
Cached:         164124 kB
SwapCached:        260 kB
Active:         141672 kB
Inactive:        96528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764288 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            7756 kB
Writeback:           0 kB
Mapped:          44900 kB
Slab:            38700 kB
Committed_AS:   205872 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node63 at 2009-07-12 07:39:07