Trace number 2083967

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? 491.132 492.895

General information on the benchmark

Namecsp/fapp/fapp27/
normalized-fapp27-2550-6.xml
MD5SUMef7d7c637f2d266a95f48fc11eb03b09
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.9491
Satisfiable
(Un)Satisfiability was proved
Number of variables2550
Number of constraints10886
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10886
Global constraints used (with number of constraints)

Solver Data

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

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-2083967-1247378553/watcher-2083967-1247378553 -o /tmp/evaluation-result-2083967-1247378553/solver-2083967-1247378553 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083967-1247378553.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.83 2.26 2.08 4/75 27141
/proc/meminfo: memFree=1378192/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=272 CPUtime=0
/proc/27141/stat : 27141 (java6) R 27139 27141 25722 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 24920393 278528 37 996147200 134512640 134550932 4294956176 18446744073709551615 4043556 0 0 4096 0 0 0 0 17 0 0 0
/proc/27141/statm: 77 39 29 9 0 6 0

[startup+0.0815969 s]
/proc/loadavg: 2.83 2.26 2.08 4/75 27141
/proc/meminfo: memFree=1378192/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=798736 CPUtime=0.03
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 1639 0 29 0 0 3 0 0 18 0 4 0 24920393 817905664 1416 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 199684 1425 416 9 0 197436 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 798736

[startup+0.102596 s]
/proc/loadavg: 2.83 2.26 2.08 4/75 27141
/proc/meminfo: memFree=1378192/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=801384 CPUtime=0.05
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 2488 0 29 0 2 3 0 0 18 0 5 0 24920393 820617216 2263 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 200346 2264 981 9 0 197697 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801384

[startup+0.30162 s]
/proc/loadavg: 2.83 2.26 2.08 4/75 27141
/proc/meminfo: memFree=1378192/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=805600 CPUtime=0.24
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 3967 0 29 0 19 5 0 0 18 0 12 0 24920393 824934400 3732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 201400 3732 1351 9 0 198734 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 805600

[startup+0.701674 s]
/proc/loadavg: 2.83 2.26 2.08 4/75 27141
/proc/meminfo: memFree=1378192/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=808468 CPUtime=0.64
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 6204 0 29 0 57 7 0 0 18 0 12 0 24920393 827871232 5214 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 202117 5214 1390 9 0 199444 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 808468

[startup+1.50278 s]
/proc/loadavg: 2.83 2.26 2.08 4/87 27153
/proc/meminfo: memFree=1351664/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=808468 CPUtime=1.43
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 10317 0 29 0 134 9 0 0 18 0 12 0 24920393 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 202117 9287 1405 9 0 199444 0
[pid=27141/tid=27143] ppid=27139 vsize=808468 CPUtime=0.72
/proc/27141/task/27143/stat : 27143 (java) R 27139 27141 25722 0 -1 64 7536 0 1 0 67 5 0 0 25 0 12 0 24920401 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27144] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 24920402 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27145] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24920402 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27146] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27146/stat : 27146 (java) S 27139 27141 25722 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24920403 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27147] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 24920404 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24920404 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=808468 CPUtime=0.66
/proc/27141/task/27151/stat : 27151 (java) R 27139 27141 25722 0 -1 64 2052 0 0 0 66 0 0 0 17 0 12 0 24920408 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 105715665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27152] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=808468 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 827871232 9287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 808468

[startup+3.10197 s]
/proc/loadavg: 2.83 2.26 2.08 5/87 27153
/proc/meminfo: memFree=1233584/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=812476 CPUtime=3.47
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 49967 0 29 0 320 27 0 0 18 0 12 0 24920393 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 203119 45558 1426 9 0 200446 0
[pid=27141/tid=27143] ppid=27139 vsize=812476 CPUtime=1.29
/proc/27141/task/27143/stat : 27143 (java) R 27139 27141 25722 0 -1 64 17238 0 1 0 120 9 0 0 25 0 12 0 24920401 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27144] ppid=27139 vsize=812476 CPUtime=0.66
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 16779 0 0 0 61 5 0 0 20 0 12 0 24920402 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27145] ppid=27139 vsize=812476 CPUtime=0.55
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 12469 0 0 0 49 6 0 0 19 0 12 0 24920402 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27146] ppid=27139 vsize=812476 CPUtime=0
/proc/27141/task/27146/stat : 27146 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920403 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27147] ppid=27139 vsize=812476 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=812476 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24920404 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=812476 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=812476 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=812476 CPUtime=0.89
/proc/27141/task/27151/stat : 27151 (java) R 27139 27141 25722 0 -1 64 2751 0 0 0 88 1 0 0 17 0 12 0 24920408 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 105873548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27152] ppid=27139 vsize=812476 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=812476 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 831975424 45558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 812476

[startup+6.30238 s]
/proc/loadavg: 2.77 2.25 2.08 3/87 27153
/proc/meminfo: memFree=1162224/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=814116 CPUtime=6.76
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 55019 0 29 0 647 29 0 0 18 0 12 0 24920393 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 203529 49153 1444 9 0 200856 0
[pid=27141/tid=27143] ppid=27139 vsize=814116 CPUtime=3.6
/proc/27141/task/27143/stat : 27143 (java) R 27139 27141 25722 0 -1 64 17249 0 1 0 350 10 0 0 25 0 12 0 24920401 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4109126762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27144] ppid=27139 vsize=814116 CPUtime=0.85
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 18351 0 0 0 79 6 0 0 16 0 12 0 24920402 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27145] ppid=27139 vsize=814116 CPUtime=0.8
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 15088 0 0 0 73 7 0 0 16 0 12 0 24920402 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27146] ppid=27139 vsize=814116 CPUtime=0
/proc/27141/task/27146/stat : 27146 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920403 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27147] ppid=27139 vsize=814116 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=814116 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24920404 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=814116 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=814116 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=814116 CPUtime=1.44
/proc/27141/task/27151/stat : 27151 (java) S 27139 27141 25722 0 -1 64 3601 0 0 0 143 1 0 0 16 0 12 0 24920408 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27152] ppid=27139 vsize=814116 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=814116 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) R 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 833654784 49153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 814116

[startup+12.7012 s]
/proc/loadavg: 2.71 2.25 2.08 3/87 27153
/proc/meminfo: memFree=1118072/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=813644 CPUtime=13.12
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 59648 0 29 0 1281 31 0 0 18 0 12 0 24920393 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 203411 53647 1444 9 0 200738 0
[pid=27141/tid=27143] ppid=27139 vsize=813644 CPUtime=9.51
/proc/27141/task/27143/stat : 27143 (java) R 27139 27141 25722 0 -1 64 17267 0 1 0 941 10 0 0 25 0 12 0 24920401 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4109783095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27144] ppid=27139 vsize=813644 CPUtime=1
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 22041 0 0 0 92 8 0 0 16 0 12 0 24920402 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27145] ppid=27139 vsize=813644 CPUtime=1.04
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 16002 0 0 0 96 8 0 0 16 0 12 0 24920402 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27146] ppid=27139 vsize=813644 CPUtime=0
/proc/27141/task/27146/stat : 27146 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920403 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27147] ppid=27139 vsize=813644 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=813644 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24920404 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=813644 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=813644 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=813644 CPUtime=1.52
/proc/27141/task/27151/stat : 27151 (java) S 27139 27141 25722 0 -1 64 3608 0 0 0 150 2 0 0 16 0 12 0 24920408 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27152] ppid=27139 vsize=813644 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=813644 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 833171456 53647 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 813644

[startup+25.5028 s]
/proc/loadavg: 2.55 2.24 2.08 3/87 27153
/proc/meminfo: memFree=1049400/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=813348 CPUtime=25.87
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 63806 0 29 0 2553 34 0 0 18 0 12 0 24920393 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 203337 57710 1444 9 0 200664 0
[pid=27141/tid=27143] ppid=27139 vsize=813348 CPUtime=21.87
/proc/27141/task/27143/stat : 27143 (java) R 27139 27141 25722 0 -1 64 17291 0 1 0 2177 10 0 0 25 0 12 0 24920401 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4109672819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27144] ppid=27139 vsize=813348 CPUtime=1.16
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 24361 0 0 0 108 8 0 0 16 0 12 0 24920402 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27145] ppid=27139 vsize=813348 CPUtime=1.2
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 17816 0 0 0 112 8 0 0 16 0 12 0 24920402 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27146] ppid=27139 vsize=813348 CPUtime=0
/proc/27141/task/27146/stat : 27146 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 24920403 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27141/tid=27147] ppid=27139 vsize=813348 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=813348 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24920404 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=813348 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 832868352 57710 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=813348 CPUtime=0

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

[pid=27141/tid=27152] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 484.61
Current children cumulated vsize (KiB) 822704

[startup+489.506 s]
/proc/loadavg: 2.58 2.27 2.12 3/85 27226
/proc/meminfo: memFree=1210376/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=822704 CPUtime=487.8
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 481903 0 29 0 48572 208 0 0 18 0 12 0 24920393 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 205676 175224 1451 9 0 203003 0
[pid=27141/tid=27143] ppid=27139 vsize=822704 CPUtime=376.72
/proc/27141/task/27143/stat : 27143 (java) S 27139 27141 25722 0 -1 64 17753 0 1 0 37659 13 0 0 17 0 12 0 24920401 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27144] ppid=27139 vsize=822704 CPUtime=5.56
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 79576 0 0 0 525 31 0 0 16 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27145] ppid=27139 vsize=822704 CPUtime=5.68
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 77813 0 0 0 538 30 0 0 15 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27146] ppid=27139 vsize=822704 CPUtime=97.58
/proc/27141/task/27146/stat : 27146 (java) R 27139 27141 25722 0 -1 64 301415 0 0 0 9631 127 0 0 25 0 12 0 24920403 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27147] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=822704 CPUtime=2.18
/proc/27141/task/27151/stat : 27151 (java) S 27139 27141 25722 0 -1 64 4620 0 0 0 216 2 0 0 16 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27152] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 487.8
Current children cumulated vsize (KiB) 822704

[startup+491.101 s]
/proc/loadavg: 2.58 2.27 2.12 3/85 27226
/proc/meminfo: memFree=1210376/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=822704 CPUtime=489.39
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 485407 0 29 0 48729 210 0 0 18 0 12 0 24920393 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 205676 175224 1451 9 0 203003 0
[pid=27141/tid=27143] ppid=27139 vsize=822704 CPUtime=376.79
/proc/27141/task/27143/stat : 27143 (java) S 27139 27141 25722 0 -1 64 17754 0 1 0 37666 13 0 0 17 0 12 0 24920401 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27144] ppid=27139 vsize=822704 CPUtime=5.56
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 79576 0 0 0 525 31 0 0 16 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27145] ppid=27139 vsize=822704 CPUtime=5.68
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 77813 0 0 0 538 30 0 0 15 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27146] ppid=27139 vsize=822704 CPUtime=99.1
/proc/27141/task/27146/stat : 27146 (java) R 27139 27141 25722 0 -1 64 304918 0 0 0 9782 128 0 0 25 0 12 0 24920403 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27147] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=822704 CPUtime=2.18
/proc/27141/task/27151/stat : 27151 (java) S 27139 27141 25722 0 -1 64 4620 0 0 0 216 2 0 0 16 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27152] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 489.39
Current children cumulated vsize (KiB) 822704

[startup+491.901 s]
/proc/loadavg: 2.58 2.27 2.12 3/85 27226
/proc/meminfo: memFree=1214408/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=822704 CPUtime=490.19
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 488913 0 29 0 48808 211 0 0 18 0 12 0 24920393 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 205676 175224 1450 9 0 203003 0
[pid=27141/tid=27143] ppid=27139 vsize=822704 CPUtime=376.89
/proc/27141/task/27143/stat : 27143 (java) S 27139 27141 25722 0 -1 64 17757 0 1 0 37676 13 0 0 17 0 12 0 24920401 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27144] ppid=27139 vsize=822704 CPUtime=5.56
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 79576 0 0 0 525 31 0 0 16 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27145] ppid=27139 vsize=822704 CPUtime=5.68
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 77813 0 0 0 538 30 0 0 15 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27146] ppid=27139 vsize=822704 CPUtime=99.79
/proc/27141/task/27146/stat : 27146 (java) R 27139 27141 25722 0 -1 64 308421 0 0 0 9850 129 0 0 25 0 12 0 24920403 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27147] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=822704 CPUtime=2.18
/proc/27141/task/27151/stat : 27151 (java) S 27139 27141 25722 0 -1 64 4620 0 0 0 216 2 0 0 16 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27152] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 490.19
Current children cumulated vsize (KiB) 822704

[startup+492.301 s]
/proc/loadavg: 2.58 2.27 2.12 3/85 27226
/proc/meminfo: memFree=1214408/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=822704 CPUtime=490.59
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 488913 0 29 0 48848 211 0 0 18 0 12 0 24920393 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 205676 175224 1450 9 0 203003 0
[pid=27141/tid=27143] ppid=27139 vsize=822704 CPUtime=376.89
/proc/27141/task/27143/stat : 27143 (java) S 27139 27141 25722 0 -1 64 17757 0 1 0 37676 13 0 0 17 0 12 0 24920401 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27144] ppid=27139 vsize=822704 CPUtime=5.56
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 79576 0 0 0 525 31 0 0 16 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27145] ppid=27139 vsize=822704 CPUtime=5.68
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 77813 0 0 0 538 30 0 0 15 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27146] ppid=27139 vsize=822704 CPUtime=100.19
/proc/27141/task/27146/stat : 27146 (java) R 27139 27141 25722 0 -1 64 308421 0 0 0 9890 129 0 0 25 0 12 0 24920403 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 105697596 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27147] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=822704 CPUtime=2.18
/proc/27141/task/27151/stat : 27151 (java) S 27139 27141 25722 0 -1 64 4620 0 0 0 216 2 0 0 16 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27152] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 490.59
Current children cumulated vsize (KiB) 822704

[startup+492.701 s]
/proc/loadavg: 2.58 2.27 2.12 3/85 27226
/proc/meminfo: memFree=1210376/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=822704 CPUtime=490.99
/proc/27141/stat : 27141 (java) S 27139 27141 25722 0 -1 0 488913 0 29 0 48888 211 0 0 18 0 12 0 24920393 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 205676 175224 1450 9 0 203003 0
[pid=27141/tid=27143] ppid=27139 vsize=822704 CPUtime=376.89
/proc/27141/task/27143/stat : 27143 (java) S 27139 27141 25722 0 -1 64 17757 0 1 0 37676 13 0 0 17 0 12 0 24920401 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27144] ppid=27139 vsize=822704 CPUtime=5.56
/proc/27141/task/27144/stat : 27144 (java) S 27139 27141 25722 0 -1 64 79576 0 0 0 525 31 0 0 16 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27145] ppid=27139 vsize=822704 CPUtime=5.68
/proc/27141/task/27145/stat : 27145 (java) S 27139 27141 25722 0 -1 64 77813 0 0 0 538 30 0 0 15 0 12 0 24920402 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27146] ppid=27139 vsize=822704 CPUtime=100.6
/proc/27141/task/27146/stat : 27146 (java) R 27139 27141 25722 0 -1 64 308421 0 0 0 9931 129 0 0 25 0 12 0 24920403 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27147] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27147/stat : 27147 (java) S 27139 27141 25722 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27148] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27148/stat : 27148 (java) S 27139 27141 25722 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24920404 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27149] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27149/stat : 27149 (java) S 27139 27141 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27150] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27150/stat : 27150 (java) S 27139 27141 25722 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27151] ppid=27139 vsize=822704 CPUtime=2.18
/proc/27141/task/27151/stat : 27151 (java) S 27139 27141 25722 0 -1 64 4620 0 0 0 216 2 0 0 16 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27152] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27152/stat : 27152 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27141/tid=27153] ppid=27139 vsize=822704 CPUtime=0
/proc/27141/task/27153/stat : 27153 (java) S 27139 27141 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24920408 842448896 175224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 490.99
Current children cumulated vsize (KiB) 822704

[startup+492.806 s]
/proc/loadavg: 2.58 2.27 2.12 3/85 27226
/proc/meminfo: memFree=1210376/2055920 swapFree=4192812/4192956
[pid=27141] ppid=27139 vsize=0 CPUtime=491.04
/proc/27141/stat : 27141 (java) Z 27139 27141 25722 0 -1 12 488930 0 29 0 48891 213 0 0 16 0 2 0 24920393 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27141/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 491.04
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 492.895
CPU time (s): 491.132
CPU user time (s): 488.915
CPU system time (s): 2.21766
CPU usage (%): 99.6424
Max. virtual memory (cumulated for all children) (KiB): 845844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 488.915
system time used= 2.21766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 488930
page faults= 29
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18190
involuntary context switches= 18764

runsolver used 0.639902 second user time and 1.62075 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 08:02:34
IDJOB=2083967
IDBENCH=57993
IDSOLVER=731
FILE ID=node92/2083967-1247378553
PBS_JOBID= 9507137
Free space on /tmp= 65952 MiB

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

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

MD5SUM BENCH= ef7d7c637f2d266a95f48fc11eb03b09
RANDOM SEED=760463571

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1378736 kB
Buffers:          2888 kB
Cached:         442104 kB
SwapCached:          0 kB
Active:         607164 kB
Inactive:         9816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          274460 kB
Writeback:           0 kB
Mapped:         183104 kB
Slab:            45064 kB
Committed_AS:   361188 kB
PageTables:       2332 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= 66336 MiB
End job on node92 at 2009-07-12 08:10:47