Trace number 2083956

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? 492.437 493.172

General information on the benchmark

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

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-2083956-1247378544/watcher-2083956-1247378544 -o /tmp/evaluation-result-2083956-1247378544/solver-2083956-1247378544 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083956-1247378544.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.39 2.28 2.18 4/82 25768
/proc/meminfo: memFree=935040/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=1612 CPUtime=0
/proc/25768/stat : 25768 (java6) R 25766 25768 20624 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24917526 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25768/statm: 0 0 0 0 0 0 0

[startup+0.024416 s]
/proc/loadavg: 2.39 2.28 2.18 4/82 25768
/proc/meminfo: memFree=935040/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=12928 CPUtime=0.01
/proc/25768/stat : 25768 (java) D 25766 25768 20624 0 -1 0 367 0 3 0 0 1 0 0 18 0 1 0 24917526 13238272 177 996147200 134512640 134550932 4294956016 18446744073709551615 4841759 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/25768/statm: 3232 177 135 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.101427 s]
/proc/loadavg: 2.39 2.28 2.18 4/82 25768
/proc/meminfo: memFree=935040/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=800696 CPUtime=0.04
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 2370 0 30 0 1 3 0 0 18 0 4 0 24917526 819912704 2146 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 200174 2146 938 9 0 197525 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 800696

[startup+0.301444 s]
/proc/loadavg: 2.39 2.28 2.18 4/82 25768
/proc/meminfo: memFree=935040/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=805388 CPUtime=0.2
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 3727 0 30 0 14 6 0 0 18 0 12 0 24917526 824717312 3494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 201347 3494 1332 9 0 198681 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 805388

[startup+0.701476 s]
/proc/loadavg: 2.39 2.28 2.18 4/82 25768
/proc/meminfo: memFree=935040/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=807180 CPUtime=0.54
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 5329 0 30 0 45 9 0 0 18 0 12 0 24917526 826552320 4883 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 201795 4883 1387 9 0 199122 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 807180

[startup+1.50155 s]
/proc/loadavg: 2.39 2.28 2.18 4/94 25780
/proc/meminfo: memFree=907552/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=808464 CPUtime=1.34
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 10043 0 30 0 122 12 0 0 18 0 12 0 24917526 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 202116 9048 1405 9 0 199443 0
[pid=25768/tid=25770] ppid=25766 vsize=808464 CPUtime=0.72
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 7297 0 1 0 65 7 0 0 24 0 12 0 24917533 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 24917534 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 24917534 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 20624 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24917537 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24917538 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24917538 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=808464 CPUtime=0.57
/proc/25768/task/25778/stat : 25778 (java) R 25766 25768 20624 0 -1 64 2021 0 0 0 56 1 0 0 16 0 12 0 24917545 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 106106716 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=808464 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 827867136 9048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 808464

[startup+3.10269 s]
/proc/loadavg: 2.39 2.28 2.18 3/94 25780
/proc/meminfo: memFree=799776/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=813344 CPUtime=3.39
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 51297 0 30 0 307 32 0 0 18 0 12 0 24917526 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 203336 45802 1426 9 0 200663 0
[pid=25768/tid=25770] ppid=25766 vsize=813344 CPUtime=1.32
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17232 0 1 0 120 12 0 0 19 0 12 0 24917533 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=813344 CPUtime=0.57
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 15591 0 0 0 50 7 0 0 19 0 12 0 24917534 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=813344 CPUtime=0.57
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 15132 0 0 0 51 6 0 0 16 0 12 0 24917534 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=813344 CPUtime=0
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917537 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=813344 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=813344 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24917538 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=813344 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=813344 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=813344 CPUtime=0.86
/proc/25768/task/25778/stat : 25778 (java) R 25766 25768 20624 0 -1 64 2614 0 0 0 85 1 0 0 16 0 12 0 24917545 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 103371435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=813344 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=813344 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 832864256 45802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 813344

[startup+6.30297 s]
/proc/loadavg: 2.52 2.31 2.19 3/94 25780
/proc/meminfo: memFree=720416/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=814112 CPUtime=6.58
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 55317 0 30 0 624 34 0 0 18 0 12 0 24917526 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 203528 49117 1444 9 0 200855 0
[pid=25768/tid=25770] ppid=25766 vsize=814112 CPUtime=3.68
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17243 0 1 0 356 12 0 0 25 0 12 0 24917533 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4109673643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=814112 CPUtime=0.69
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 17311 0 0 0 61 8 0 0 16 0 12 0 24917534 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=814112 CPUtime=0.7
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 16468 0 0 0 63 7 0 0 16 0 12 0 24917534 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=814112 CPUtime=0
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917537 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=814112 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=814112 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24917538 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=814112 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=814112 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=814112 CPUtime=1.44
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 20624 0 -1 64 3567 0 0 0 142 2 0 0 16 0 12 0 24917545 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=814112 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=814112 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 833650688 49117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 814112

[startup+12.7025 s]
/proc/loadavg: 2.48 2.30 2.19 3/94 25780
/proc/meminfo: memFree=684072/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=813704 CPUtime=12.98
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 59889 0 30 0 1261 37 0 0 18 0 12 0 24917526 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 203426 53569 1444 9 0 200753 0
[pid=25768/tid=25770] ppid=25766 vsize=813704 CPUtime=9.63
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17262 0 1 0 951 12 0 0 25 0 12 0 24917533 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4109685413 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=813704 CPUtime=0.83
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 18924 0 0 0 74 9 0 0 16 0 12 0 24917534 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=813704 CPUtime=0.93
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 19401 0 0 0 84 9 0 0 16 0 12 0 24917534 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917537 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24917538 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=813704 CPUtime=1.51
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 20624 0 -1 64 3574 0 0 0 149 2 0 0 16 0 12 0 24917545 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 833232896 53569 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 813704

[startup+25.5017 s]
/proc/loadavg: 2.37 2.29 2.19 3/94 25780
/proc/meminfo: memFree=629992/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=813704 CPUtime=25.77
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 64218 0 30 0 2536 41 0 0 18 0 12 0 24917526 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 203426 57875 1444 9 0 200753 0
[pid=25768/tid=25770] ppid=25766 vsize=813704 CPUtime=22.01
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17287 0 1 0 2187 14 0 0 25 0 12 0 24917533 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4109673078 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25771] ppid=25766 vsize=813704 CPUtime=0.97
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 20445 0 0 0 88 9 0 0 16 0 12 0 24917534 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=813704 CPUtime=1.12
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 22182 0 0 0 102 10 0 0 16 0 12 0 24917534 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=813704 CPUtime=0.01
/proc/25768/task/25773/stat : 25773 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 1 0 0 0 15 0 12 0 24917537 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25774] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24917538 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=813704 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 833232896 57875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=813704 CPUtime=0

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

[pid=25768/tid=25779] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 472.87
Current children cumulated vsize (KiB) 818772

[startup+486.302 s]
/proc/loadavg: 2.56 2.37 2.24 4/92 26033
/proc/meminfo: memFree=1151800/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=822772 CPUtime=485.6
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 478919 0 33 0 48308 252 0 0 18 0 12 0 24917526 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 205693 175295 1451 9 0 203020 0
[pid=25768/tid=25770] ppid=25766 vsize=822772 CPUtime=371.74
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17749 0 1 0 37133 41 0 0 25 0 12 0 24917533 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25771] ppid=25766 vsize=822772 CPUtime=5.43
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 77050 0 0 0 511 32 0 0 16 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=822772 CPUtime=5.53
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 80990 0 0 0 519 34 0 0 15 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=822772 CPUtime=100.64
/proc/25768/task/25773/stat : 25773 (java) R 25766 25768 20624 0 -1 64 297915 0 2 0 9928 136 0 0 16 0 12 0 24917537 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25774] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=822772 CPUtime=2.18
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 20624 0 -1 64 4491 0 1 0 215 3 0 0 16 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 485.6
Current children cumulated vsize (KiB) 822772

[startup+489.506 s]
/proc/loadavg: 2.60 2.38 2.24 4/92 26033
/proc/meminfo: memFree=1151800/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=822772 CPUtime=488.79
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 485927 0 33 0 48624 255 0 0 18 0 12 0 24917526 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 205693 175295 1451 9 0 203020 0
[pid=25768/tid=25770] ppid=25766 vsize=822772 CPUtime=371.95
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17751 0 1 0 37154 41 0 0 25 0 12 0 24917533 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25771] ppid=25766 vsize=822772 CPUtime=5.43
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 77050 0 0 0 511 32 0 0 16 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=822772 CPUtime=5.53
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 80990 0 0 0 519 34 0 0 15 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=822772 CPUtime=103.63
/proc/25768/task/25773/stat : 25773 (java) R 25766 25768 20624 0 -1 64 304921 0 2 0 10223 140 0 0 17 0 12 0 24917537 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25774] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=822772 CPUtime=2.18
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 20624 0 -1 64 4491 0 1 0 215 3 0 0 16 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 488.79
Current children cumulated vsize (KiB) 822772

[startup+491.103 s]
/proc/loadavg: 2.60 2.38 2.24 4/92 26033
/proc/meminfo: memFree=1155832/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=822772 CPUtime=490.38
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 489431 0 33 0 48781 257 0 0 18 0 12 0 24917526 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 205693 175295 1451 9 0 203020 0
[pid=25768/tid=25770] ppid=25766 vsize=822772 CPUtime=372.06
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17752 0 1 0 37165 41 0 0 25 0 12 0 24917533 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25771] ppid=25766 vsize=822772 CPUtime=5.43
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 77050 0 0 0 511 32 0 0 16 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=822772 CPUtime=5.53
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 80990 0 0 0 519 34 0 0 15 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=822772 CPUtime=105.1
/proc/25768/task/25773/stat : 25773 (java) R 25766 25768 20624 0 -1 64 308424 0 2 0 10369 141 0 0 16 0 12 0 24917537 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 106157847 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25774] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=822772 CPUtime=2.18
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 20624 0 -1 64 4491 0 1 0 215 3 0 0 16 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 490.38
Current children cumulated vsize (KiB) 822772

[startup+491.903 s]
/proc/loadavg: 2.60 2.38 2.24 4/92 26033
/proc/meminfo: memFree=1151800/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=818772 CPUtime=491.17
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 490936 0 33 0 48860 257 0 0 18 0 12 0 24917526 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 204693 174295 1450 9 0 202020 0
[pid=25768/tid=25770] ppid=25766 vsize=818772 CPUtime=372.16
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17755 0 1 0 37175 41 0 0 25 0 12 0 24917533 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25771] ppid=25766 vsize=818772 CPUtime=5.43
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 77050 0 0 0 511 32 0 0 16 0 12 0 24917534 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=818772 CPUtime=5.53
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 80990 0 0 0 519 34 0 0 15 0 12 0 24917534 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=818772 CPUtime=105.8
/proc/25768/task/25773/stat : 25773 (java) R 25766 25768 20624 0 -1 64 309926 0 2 0 10438 142 0 0 16 0 12 0 24917537 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 105696850 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25774] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917538 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=818772 CPUtime=2.18
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 20624 0 -1 64 4491 0 1 0 215 3 0 0 16 0 12 0 24917545 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=818772 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 838422528 174295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 491.17
Current children cumulated vsize (KiB) 818772

[startup+492.703 s]
/proc/loadavg: 2.63 2.39 2.24 4/92 26033
/proc/meminfo: memFree=1151800/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=822772 CPUtime=491.98
/proc/25768/stat : 25768 (java) S 25766 25768 20624 0 -1 0 492937 0 33 0 48939 259 0 0 18 0 12 0 24917526 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25768/statm: 205693 175295 1450 9 0 203020 0
[pid=25768/tid=25770] ppid=25766 vsize=822772 CPUtime=372.16
/proc/25768/task/25770/stat : 25770 (java) R 25766 25768 20624 0 -1 64 17755 0 1 0 37175 41 0 0 25 0 12 0 24917533 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25771] ppid=25766 vsize=822772 CPUtime=5.43
/proc/25768/task/25771/stat : 25771 (java) S 25766 25768 20624 0 -1 64 77050 0 0 0 511 32 0 0 16 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25772] ppid=25766 vsize=822772 CPUtime=5.53
/proc/25768/task/25772/stat : 25772 (java) S 25766 25768 20624 0 -1 64 80990 0 0 0 519 34 0 0 15 0 12 0 24917534 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25773] ppid=25766 vsize=822772 CPUtime=106.6
/proc/25768/task/25773/stat : 25773 (java) R 25766 25768 20624 0 -1 64 311927 0 2 0 10517 143 0 0 16 0 12 0 24917537 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25768/tid=25774] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25774/stat : 25774 (java) S 25766 25768 20624 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25775] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25775/stat : 25775 (java) S 25766 25768 20624 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24917538 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25776] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25776/stat : 25776 (java) S 25766 25768 20624 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25777] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25777/stat : 25777 (java) S 25766 25768 20624 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25778] ppid=25766 vsize=822772 CPUtime=2.18
/proc/25768/task/25778/stat : 25778 (java) S 25766 25768 20624 0 -1 64 4491 0 1 0 215 3 0 0 16 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25779] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25779/stat : 25779 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25768/tid=25780] ppid=25766 vsize=822772 CPUtime=0
/proc/25768/task/25780/stat : 25780 (java) S 25766 25768 20624 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24917545 842518528 175295 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 491.98
Current children cumulated vsize (KiB) 822772

[startup+493.103 s]
/proc/loadavg: 2.63 2.39 2.24 4/92 26033
/proc/meminfo: memFree=1151800/2055920 swapFree=4192812/4192956
[pid=25768] ppid=25766 vsize=0 CPUtime=492.36
/proc/25768/stat : 25768 (java) Z 25766 25768 20624 0 -1 12 492953 0 33 0 48972 264 0 0 16 0 2 0 24917526 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25768/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 492.36
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 493.172
CPU time (s): 492.437
CPU user time (s): 489.722
CPU system time (s): 2.71559
CPU usage (%): 99.851
Max. virtual memory (cumulated for all children) (KiB): 842196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.722
system time used= 2.71559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492953
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18702
involuntary context switches= 20358

runsolver used 0.625904 second user time and 1.67874 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 08:02:24
IDJOB=2083956
IDBENCH=57990
IDSOLVER=731
FILE ID=node58/2083956-1247378544
PBS_JOBID= 9507056
Free space on /tmp= 64392 MiB

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

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

MD5SUM BENCH= 80784ad202db7a8a76db2282d616ca89
RANDOM SEED=1537928828

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        935520 kB
Buffers:          3040 kB
Cached:         872800 kB
SwapCached:          0 kB
Active:         833348 kB
Inactive:       210072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        935520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          208096 kB
Writeback:           0 kB
Mapped:         188852 kB
Slab:            62004 kB
Committed_AS:   420340 kB
PageTables:       2140 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= 66308 MiB
End job on node58 at 2009-07-12 08:10:37