Trace number 2083571

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? 472.498 474.859

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-10.xml
MD5SUMda2491dfd5d4c48595148d7cd3674d2d
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 benchmark28.7276
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

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

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-2083571-1247377683/watcher-2083571-1247377683 -o /tmp/evaluation-result-2083571-1247377683/solver-2083571-1247377683 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083571-1247377683.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.06 2.05 2.05 4/81 27022
/proc/meminfo: memFree=1167768/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=18576 CPUtime=0
/proc/27022/stat : 27022 (runsolver) R 27020 27022 25469 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24833647 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 240153849127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27022/statm: 4644 284 249 26 0 2626 0

[startup+0.059614 s]
/proc/loadavg: 2.06 2.05 2.05 4/81 27022
/proc/meminfo: memFree=1167768/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=802032 CPUtime=0.03
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 2659 0 1 0 2 1 0 0 20 0 7 0 24833647 821280768 2404 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 200508 2404 1020 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.101627 s]
/proc/loadavg: 2.06 2.05 2.05 4/81 27022
/proc/meminfo: memFree=1167768/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=804560 CPUtime=0.08
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 3013 0 1 0 6 2 0 0 20 0 12 0 24833647 823869440 2756 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 201140 2756 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301662 s]
/proc/loadavg: 2.06 2.05 2.05 4/81 27022
/proc/meminfo: memFree=1167768/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=805864 CPUtime=0.28
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 4382 0 1 0 25 3 0 0 20 0 12 0 24833647 825204736 4119 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 201466 4119 1359 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.701739 s]
/proc/loadavg: 2.06 2.05 2.05 4/81 27022
/proc/meminfo: memFree=1167768/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=808428 CPUtime=0.68
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 6196 0 1 0 64 4 0 0 20 0 12 0 24833647 827830272 5258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 202107 5258 1390 9 0 199434 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808428

[startup+1.5029 s]
/proc/loadavg: 2.06 2.05 2.05 3/93 27034
/proc/meminfo: memFree=1151608/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=808524 CPUtime=1.48
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 16568 0 1 0 139 9 0 0 20 0 12 0 24833647 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 202131 15629 1400 9 0 199458 0
[pid=27022/tid=27024] ppid=27020 vsize=808524 CPUtime=0.76
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 13866 0 1 0 69 7 0 0 25 0 12 0 24833648 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4109577321 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27025] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24833649 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27026] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 24833649 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27027] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27027/stat : 27027 (java) S 27020 27022 25469 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24833651 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27028] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24833652 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24833652 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=808524 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=808524 CPUtime=0.65
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 1700 0 0 0 65 0 0 0 16 0 12 0 24833656 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=808524 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24833656 827928576 15629 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808524

[startup+3.1012 s]
/proc/loadavg: 2.06 2.05 2.05 5/93 27034
/proc/meminfo: memFree=1041592/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=810764 CPUtime=3.06
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 46921 0 1 0 286 20 0 0 20 0 12 0 24833647 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 202691 45324 1434 9 0 200018 0
[pid=27022/tid=27024] ppid=27020 vsize=810764 CPUtime=1.25
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17251 0 1 0 116 9 0 0 25 0 12 0 24833648 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27025] ppid=27020 vsize=810764 CPUtime=0.46
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 15111 0 0 0 41 5 0 0 18 0 12 0 24833649 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27026] ppid=27020 vsize=810764 CPUtime=0.34
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 11052 0 0 0 30 4 0 0 17 0 12 0 24833649 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27027] ppid=27020 vsize=810764 CPUtime=0
/proc/27022/task/27027/stat : 27027 (java) S 27020 27022 25469 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24833651 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27028] ppid=27020 vsize=810764 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=810764 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=810764 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=810764 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=810764 CPUtime=0.94
/proc/27022/task/27032/stat : 27032 (java) R 27020 27022 25469 0 -1 64 2498 0 0 0 93 1 0 0 17 0 12 0 24833656 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 105870735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=810764 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=810764 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24833656 830222336 45324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810764

[startup+6.3028 s]
/proc/loadavg: 2.06 2.05 2.05 3/93 27034
/proc/meminfo: memFree=983736/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=809744 CPUtime=6.24
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 50275 0 1 0 603 21 0 0 20 0 12 0 24833647 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 202436 47691 1440 9 0 199763 0
[pid=27022/tid=27024] ppid=27020 vsize=809744 CPUtime=3.86
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17260 0 1 0 377 9 0 0 25 0 12 0 24833648 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4109825168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27025] ppid=27020 vsize=809744 CPUtime=0.56
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 16355 0 0 0 51 5 0 0 16 0 12 0 24833649 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27026] ppid=27020 vsize=809744 CPUtime=0.44
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 12381 0 0 0 40 4 0 0 16 0 12 0 24833649 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27027] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27027/stat : 27027 (java) S 27020 27022 25469 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24833651 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27028] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=809744 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=809744 CPUtime=1.29
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 3270 0 0 0 128 1 0 0 16 0 12 0 24833656 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24833656 829177856 47691 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 809744

[startup+12.702 s]
/proc/loadavg: 2.05 2.05 2.05 3/93 27034
/proc/meminfo: memFree=961728/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=809744 CPUtime=12.61
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 55493 0 1 0 1238 23 0 0 20 0 12 0 24833647 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 202436 52890 1440 9 0 199763 0
[pid=27022/tid=27024] ppid=27020 vsize=809744 CPUtime=9.65
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17283 0 1 0 956 9 0 0 25 0 12 0 24833648 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4109674551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27025] ppid=27020 vsize=809744 CPUtime=0.67
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 20014 0 0 0 61 6 0 0 16 0 12 0 24833649 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27026] ppid=27020 vsize=809744 CPUtime=0.71
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 13905 0 0 0 66 5 0 0 16 0 12 0 24833649 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27027] ppid=27020 vsize=809744 CPUtime=0.01
/proc/27022/task/27027/stat : 27027 (java) S 27020 27022 25469 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 24833651 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27028] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=809744 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=809744 CPUtime=1.49
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 3282 0 0 0 148 1 0 0 16 0 12 0 24833656 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24833656 829177856 52890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 809744

[startup+25.5025 s]
/proc/loadavg: 2.12 2.06 2.05 3/93 27034
/proc/meminfo: memFree=939136/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=809744 CPUtime=25.35
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 61302 0 1 0 2510 25 0 0 20 0 12 0 24833647 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 202436 58675 1440 9 0 199763 0
[pid=27022/tid=27024] ppid=27020 vsize=809744 CPUtime=21.95
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17310 0 1 0 2186 9 0 0 25 0 12 0 24833648 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4109694444 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27025] ppid=27020 vsize=809744 CPUtime=0.89
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 22664 0 0 0 82 7 0 0 16 0 12 0 24833649 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27026] ppid=27020 vsize=809744 CPUtime=0.86
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 17037 0 0 0 81 5 0 0 16 0 12 0 24833649 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27027] ppid=27020 vsize=809744 CPUtime=0.01
/proc/27022/task/27027/stat : 27027 (java) S 27020 27022 25469 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 24833651 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27028] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=809744 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 829177856 58675 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=809744 CPUtime=0.04

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

[pid=27022/tid=27033] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 464.78
Current children cumulated vsize (KiB) 818772

[startup+470.302 s]
/proc/loadavg: 3.49 2.68 2.30 4/93 27036
/proc/meminfo: memFree=482304/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=818772 CPUtime=467.97
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 558360 0 1 0 46541 256 0 0 20 0 12 0 24833647 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 204693 174038 1451 9 0 202020 0
[pid=27022/tid=27024] ppid=27020 vsize=818772 CPUtime=339.51
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17774 0 1 0 33940 11 0 0 25 0 12 0 24833648 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27025] ppid=27020 vsize=818772 CPUtime=5.33
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 81537 0 0 0 504 29 0 0 15 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27026] ppid=27020 vsize=818772 CPUtime=4.97
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 70995 0 0 0 470 27 0 0 16 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27027] ppid=27020 vsize=818772 CPUtime=116.21
/proc/27022/task/27027/stat : 27027 (java) R 27020 27022 25469 0 -1 64 382883 0 0 0 11436 185 0 0 16 0 12 0 24833651 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 105697570 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27028] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=818772 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=818772 CPUtime=1.84
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 4172 0 0 0 183 1 0 0 17 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 467.97
Current children cumulated vsize (KiB) 818772

[startup+471.907 s]
/proc/loadavg: 3.49 2.68 2.30 4/93 27036
/proc/meminfo: memFree=474240/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=810768 CPUtime=469.57
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 562115 0 1 0 46699 258 0 0 20 0 12 0 24833647 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 202692 172037 1451 9 0 200019 0
[pid=27022/tid=27024] ppid=27020 vsize=810768 CPUtime=339.59
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17775 0 1 0 33948 11 0 0 24 0 12 0 24833648 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27025] ppid=27020 vsize=810768 CPUtime=5.33
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 81537 0 0 0 504 29 0 0 15 0 12 0 24833649 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27026] ppid=27020 vsize=810768 CPUtime=4.97
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 70995 0 0 0 470 27 0 0 16 0 12 0 24833649 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27027] ppid=27020 vsize=810768 CPUtime=117.73
/proc/27022/task/27027/stat : 27027 (java) R 27020 27022 25469 0 -1 64 386637 0 0 0 11587 186 0 0 17 0 12 0 24833651 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 103119923 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27028] ppid=27020 vsize=810768 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=810768 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=810768 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=810768 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=810768 CPUtime=1.84
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 4172 0 0 0 183 1 0 0 17 0 12 0 24833656 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=810768 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=810768 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24833656 830226432 172037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 469.57
Current children cumulated vsize (KiB) 810768

[startup+473.502 s]
/proc/loadavg: 3.45 2.69 2.30 4/93 27036
/proc/meminfo: memFree=474240/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=818772 CPUtime=471.16
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 565870 0 1 0 46856 260 0 0 20 0 12 0 24833647 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 204693 174038 1451 9 0 202020 0
[pid=27022/tid=27024] ppid=27020 vsize=818772 CPUtime=339.65
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17776 0 1 0 33954 11 0 0 25 0 12 0 24833648 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27025] ppid=27020 vsize=818772 CPUtime=5.33
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 81537 0 0 0 504 29 0 0 15 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27026] ppid=27020 vsize=818772 CPUtime=4.97
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 70995 0 0 0 470 27 0 0 16 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27027] ppid=27020 vsize=818772 CPUtime=119.26
/proc/27022/task/27027/stat : 27027 (java) R 27020 27022 25469 0 -1 64 390391 0 0 0 11738 188 0 0 17 0 12 0 24833651 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 105697729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27028] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=818772 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=818772 CPUtime=1.84
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 4172 0 0 0 183 1 0 0 17 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 471.16
Current children cumulated vsize (KiB) 818772

[startup+474.302 s]
/proc/loadavg: 3.45 2.69 2.30 4/93 27036
/proc/meminfo: memFree=474232/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=818772 CPUtime=471.94
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 569627 0 1 0 46933 261 0 0 20 0 12 0 24833647 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 204693 174038 1450 9 0 202020 0
[pid=27022/tid=27024] ppid=27020 vsize=818772 CPUtime=339.74
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17779 0 1 0 33963 11 0 0 24 0 12 0 24833648 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27025] ppid=27020 vsize=818772 CPUtime=5.33
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 81537 0 0 0 504 29 0 0 15 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27026] ppid=27020 vsize=818772 CPUtime=4.97
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 70995 0 0 0 470 27 0 0 16 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27027] ppid=27020 vsize=818772 CPUtime=119.96
/proc/27022/task/27027/stat : 27027 (java) R 27020 27022 25469 0 -1 64 394145 0 0 0 11806 190 0 0 16 0 12 0 24833651 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27028] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=818772 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=818772 CPUtime=1.84
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 4172 0 0 0 183 1 0 0 17 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 471.94
Current children cumulated vsize (KiB) 818772

[startup+474.701 s]
/proc/loadavg: 3.45 2.69 2.30 4/93 27036
/proc/meminfo: memFree=474232/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=818772 CPUtime=472.34
/proc/27022/stat : 27022 (java) S 27020 27022 25469 0 -1 0 569627 0 1 0 46973 261 0 0 20 0 12 0 24833647 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 204693 174038 1450 9 0 202020 0
[pid=27022/tid=27024] ppid=27020 vsize=818772 CPUtime=339.74
/proc/27022/task/27024/stat : 27024 (java) R 27020 27022 25469 0 -1 64 17779 0 1 0 33963 11 0 0 24 0 12 0 24833648 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27025] ppid=27020 vsize=818772 CPUtime=5.33
/proc/27022/task/27025/stat : 27025 (java) S 27020 27022 25469 0 -1 64 81537 0 0 0 504 29 0 0 15 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27026] ppid=27020 vsize=818772 CPUtime=4.97
/proc/27022/task/27026/stat : 27026 (java) S 27020 27022 25469 0 -1 64 70995 0 0 0 470 27 0 0 16 0 12 0 24833649 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27027] ppid=27020 vsize=818772 CPUtime=120.36
/proc/27022/task/27027/stat : 27027 (java) R 27020 27022 25469 0 -1 64 394145 0 0 0 11846 190 0 0 17 0 12 0 24833651 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27022/tid=27028] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27022 25469 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27029] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27022 25469 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24833652 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27030] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27030/stat : 27030 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27031] ppid=27020 vsize=818772 CPUtime=0.04
/proc/27022/task/27031/stat : 27031 (java) S 27020 27022 25469 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27032] ppid=27020 vsize=818772 CPUtime=1.84
/proc/27022/task/27032/stat : 27032 (java) S 27020 27022 25469 0 -1 64 4172 0 0 0 183 1 0 0 17 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27033] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27033/stat : 27033 (java) S 27020 27022 25469 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27022/tid=27034] ppid=27020 vsize=818772 CPUtime=0
/proc/27022/task/27034/stat : 27034 (java) S 27020 27022 25469 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24833656 838422528 174038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 472.34
Current children cumulated vsize (KiB) 818772

[startup+474.801 s]
/proc/loadavg: 3.45 2.69 2.30 4/93 27036
/proc/meminfo: memFree=474232/2055920 swapFree=4192812/4192956
[pid=27022] ppid=27020 vsize=0 CPUtime=472.43
/proc/27022/stat : 27022 (java) Z 27020 27022 25469 0 -1 12 569643 0 1 0 46978 265 0 0 16 0 2 0 24833647 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27022/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 472.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 474.859
CPU time (s): 472.498
CPU user time (s): 469.783
CPU system time (s): 2.71559
CPU usage (%): 99.5028
Max. virtual memory (cumulated for all children) (KiB): 838528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 469.783
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= 569643
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17791
involuntary context switches= 18894

runsolver used 0.550916 second user time and 1.63275 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-12 07:48:04
IDJOB=2083571
IDBENCH=57860
IDSOLVER=731
FILE ID=node86/2083571-1247377683
PBS_JOBID= 9507131
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= da2491dfd5d4c48595148d7cd3674d2d
RANDOM SEED=227290705

node86.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.265
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.265
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:       1168248 kB
Buffers:         49576 kB
Cached:         197944 kB
SwapCached:          0 kB
Active:         722468 kB
Inactive:       104188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1168248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4972 kB
Writeback:           0 kB
Mapped:         596848 kB
Slab:            45076 kB
Committed_AS:   931532 kB
PageTables:       2992 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 node86 at 2009-07-12 07:55:59