Trace number 2078049

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? 191.62 190.69

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-3-3.xml
MD5SUMe7b655904a8656214231c8500c52d2af
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity6
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.85 2.00 2.20 3/75 24769
/proc/meminfo: memFree=1076864/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=18576 CPUtime=0
/proc/24769/stat : 24769 (runsolver) R 24767 24769 21833 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23731009 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 228774702375 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24769/statm: 4644 284 249 26 0 2626 0

[startup+0.0970021 s]
/proc/loadavg: 1.85 2.00 2.20 3/75 24769
/proc/meminfo: memFree=1076864/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=804360 CPUtime=0.08
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 2936 0 1 0 6 2 0 0 18 0 12 0 23731009 823664640 2679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 201090 2679 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.101 s]
/proc/loadavg: 1.85 2.00 2.20 3/75 24769
/proc/meminfo: memFree=1076864/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=804560 CPUtime=0.08
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 2993 0 1 0 6 2 0 0 18 0 12 0 23731009 823869440 2736 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 201140 2736 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302027 s]
/proc/loadavg: 1.85 2.00 2.20 3/75 24769
/proc/meminfo: memFree=1076864/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=805628 CPUtime=0.29
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 4295 0 1 0 25 4 0 0 18 0 12 0 23731009 824963072 4032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 201407 4032 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701073 s]
/proc/loadavg: 1.85 2.00 2.20 3/75 24769
/proc/meminfo: memFree=1076864/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=807356 CPUtime=0.68
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 6176 0 1 0 62 6 0 0 18 0 12 0 23731009 826732544 5581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 201839 5581 1384 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50217 s]
/proc/loadavg: 1.85 2.00 2.20 3/87 24781
/proc/meminfo: memFree=1057440/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=812648 CPUtime=1.47
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 9871 0 1 0 139 8 0 0 18 0 12 0 23731009 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203162 7734 1417 9 0 200489 0
[pid=24769/tid=24771] ppid=24767 vsize=812648 CPUtime=0.79
/proc/24769/task/24771/stat : 24771 (java) R 24767 24769 21833 0 -1 64 5120 0 1 0 74 5 0 0 20 0 12 0 23731011 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4109136299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24772/stat : 24772 (java) S 24767 24769 21833 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23731011 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24773/stat : 24773 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23731011 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24774/stat : 24774 (java) S 24767 24769 21833 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23731013 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23731014 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23731014 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=812648 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 23731018 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=812648 CPUtime=0.64
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 3995 0 0 0 63 1 0 0 18 0 12 0 23731019 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23731019 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23731019 832151552 7734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812648

[startup+3.10236 s]
/proc/loadavg: 1.85 2.00 2.20 4/87 24781
/proc/meminfo: memFree=1041824/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=812648 CPUtime=3.07
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 23177 0 1 0 291 16 0 0 18 0 12 0 23731009 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203162 20725 1431 9 0 200489 0
[pid=24769/tid=24771] ppid=24767 vsize=812648 CPUtime=1.91
/proc/24769/task/24771/stat : 24771 (java) R 24767 24769 21833 0 -1 64 17364 0 1 0 178 13 0 0 25 0 12 0 23731011 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=812648 CPUtime=0.01
/proc/24769/task/24772/stat : 24772 (java) R 24767 24769 21833 0 -1 64 543 0 0 0 1 0 0 0 16 0 12 0 23731011 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24773/stat : 24773 (java) R 24767 24769 21833 0 -1 64 122 0 0 0 0 0 0 0 16 0 12 0 23731011 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24774/stat : 24774 (java) S 24767 24769 21833 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 23731013 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23731014 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23731014 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=812648 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 23731018 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=812648 CPUtime=1.11
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4393 0 0 0 109 2 0 0 16 0 12 0 23731019 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23731019 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=812648 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23731019 832151552 20725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 812648

[startup+6.30272 s]
/proc/loadavg: 2.02 2.03 2.21 3/87 24781
/proc/meminfo: memFree=952480/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=811624 CPUtime=6.3
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 37409 0 1 0 608 22 0 0 18 0 12 0 23731009 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 202906 34598 1435 9 0 200233 0
[pid=24769/tid=24771] ppid=24767 vsize=811624 CPUtime=4.14
/proc/24769/task/24771/stat : 24771 (java) R 24767 24769 21833 0 -1 64 17372 0 1 0 401 13 0 0 24 0 12 0 23731011 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=811624 CPUtime=0.49
/proc/24769/task/24772/stat : 24772 (java) R 24767 24769 21833 0 -1 64 7448 0 0 0 46 3 0 0 16 0 12 0 23731011 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 106197502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=811624 CPUtime=0.48
/proc/24769/task/24773/stat : 24773 (java) R 24767 24769 21833 0 -1 64 7428 0 0 0 46 2 0 0 16 0 12 0 23731011 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24774/stat : 24774 (java) S 24767 24769 21833 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23731013 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23731014 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23731014 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=811624 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 23731018 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=811624 CPUtime=1.13
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4395 0 0 0 111 2 0 0 16 0 12 0 23731019 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23731019 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23731019 831102976 34598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 811624

[startup+12.7025 s]
/proc/loadavg: 2.02 2.03 2.21 3/87 24781
/proc/meminfo: memFree=849576/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=811624 CPUtime=12.79
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 63050 0 1 0 1245 34 0 0 18 0 12 0 23731009 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 202906 60031 1435 9 0 200233 0
[pid=24769/tid=24771] ppid=24767 vsize=811624 CPUtime=8.2
/proc/24769/task/24771/stat : 24771 (java) R 24767 24769 21833 0 -1 64 17392 0 1 0 807 13 0 0 21 0 12 0 23731011 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4109795948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24769/tid=24772] ppid=24767 vsize=811624 CPUtime=1.64
/proc/24769/task/24772/stat : 24772 (java) S 24767 24769 21833 0 -1 64 18813 0 0 0 156 8 0 0 16 0 12 0 23731011 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24769/tid=24773] ppid=24767 vsize=811624 CPUtime=1.75
/proc/24769/task/24773/stat : 24773 (java) S 24767 24769 21833 0 -1 64 21684 0 0 0 166 9 0 0 16 0 12 0 23731011 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24769/tid=24774] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24774/stat : 24774 (java) S 24767 24769 21833 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23731013 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24769/tid=24775] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23731014 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23731014 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=811624 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 23731018 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=811624 CPUtime=1.15
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4395 0 0 0 113 2 0 0 16 0 12 0 23731019 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24769/tid=24780] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23731019 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=811624 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23731019 831102976 60031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 811624

[startup+25.5019 s]
/proc/loadavg: 2.16 2.06 2.22 3/87 24781
/proc/meminfo: memFree=661800/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=814192 CPUtime=26.33
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 108790 0 1 0 2581 52 0 0 18 0 12 0 23731009 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203548 105313 1435 9 0 200875 0
[pid=24769/tid=24771] ppid=24767 vsize=814192 CPUtime=17.19
/proc/24769/task/24771/stat : 24771 (java) R 24767 24769 21833 0 -1 64 23566 0 1 0 1702 17 0 0 25 0 12 0 23731011 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=814192 CPUtime=3.79
/proc/24769/task/24772/stat : 24772 (java) R 24767 24769 21833 0 -1 64 40967 0 0 0 364 15 0 0 16 0 12 0 23731011 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=814192 CPUtime=4.07
/proc/24769/task/24773/stat : 24773 (java) R 24767 24769 21833 0 -1 64 39096 0 0 0 391 16 0 0 16 0 12 0 23731011 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24769/tid=24774] ppid=24767 vsize=814192 CPUtime=0.01
/proc/24769/task/24774/stat : 24774 (java) S 24767 24769 21833 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 23731013 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23731014 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23731014 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 833732608 105313 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=814192 CPUtime=0.01

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

Current children cumulated CPU time (s) 180.11
Current children cumulated vsize (KiB) 814192

[startup+185.502 s]
/proc/loadavg: 2.09 2.10 2.20 3/87 24781
/proc/meminfo: memFree=375976/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=814192 CPUtime=186.48
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 240900 0 1 0 18527 121 0 0 18 0 12 0 23731009 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203548 172874 1436 9 0 200875 0
[pid=24769/tid=24771] ppid=24767 vsize=814192 CPUtime=39.69
/proc/24769/task/24771/stat : 24771 (java) S 24767 24769 21833 0 -1 64 35933 0 1 0 3945 24 0 0 17 0 12 0 23731011 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=814192 CPUtime=8.26
/proc/24769/task/24772/stat : 24772 (java) S 24767 24769 21833 0 -1 64 69455 0 0 0 799 27 0 0 16 0 12 0 23731011 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=814192 CPUtime=8.69
/proc/24769/task/24773/stat : 24773 (java) S 24767 24769 21833 0 -1 64 62750 0 0 0 842 27 0 0 15 0 12 0 23731011 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=814192 CPUtime=128.55
/proc/24769/task/24774/stat : 24774 (java) R 24767 24769 21833 0 -1 64 67613 0 0 0 12817 38 0 0 25 0 12 0 23731013 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 106157876 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23731014 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23731014 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=814192 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 23731018 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=814192 CPUtime=1.24
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4395 0 0 0 122 2 0 0 16 0 12 0 23731019 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23731019 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=814192 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23731019 833732608 172874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.48
Current children cumulated vsize (KiB) 814192

[startup+188.703 s]
/proc/loadavg: 2.09 2.10 2.20 3/88 24782
/proc/meminfo: memFree=375776/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=814516 CPUtime=189.66
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 240908 0 1 0 18845 121 0 0 18 0 13 0 23731009 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203629 172881 1436 9 0 200956 0
[pid=24769/tid=24771] ppid=24767 vsize=814516 CPUtime=39.69
/proc/24769/task/24771/stat : 24771 (java) S 24767 24769 21833 0 -1 64 35936 0 1 0 3945 24 0 0 18 0 13 0 23731011 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=814516 CPUtime=8.26
/proc/24769/task/24772/stat : 24772 (java) S 24767 24769 21833 0 -1 64 69455 0 0 0 799 27 0 0 16 0 13 0 23731011 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=814516 CPUtime=8.69
/proc/24769/task/24773/stat : 24773 (java) S 24767 24769 21833 0 -1 64 62750 0 0 0 842 27 0 0 15 0 13 0 23731011 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=814516 CPUtime=131.72
/proc/24769/task/24774/stat : 24774 (java) R 24767 24769 21833 0 -1 64 67613 0 0 0 13134 38 0 0 25 0 13 0 23731013 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 106158005 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23731014 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23731014 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23731018 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=814516 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 23731018 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=814516 CPUtime=1.24
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4395 0 0 0 122 2 0 0 16 0 13 0 23731019 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23731019 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23731019 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24782] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24782/stat : 24782 (java) S 24767 24769 21833 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23749719 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.66
Current children cumulated vsize (KiB) 814516

[startup+189.503 s]
/proc/loadavg: 2.09 2.10 2.20 3/88 24782
/proc/meminfo: memFree=375776/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=814516 CPUtime=190.46
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 240908 0 1 0 18925 121 0 0 18 0 13 0 23731009 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203629 172881 1436 9 0 200956 0
[pid=24769/tid=24771] ppid=24767 vsize=814516 CPUtime=39.69
/proc/24769/task/24771/stat : 24771 (java) S 24767 24769 21833 0 -1 64 35936 0 1 0 3945 24 0 0 18 0 13 0 23731011 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=814516 CPUtime=8.26
/proc/24769/task/24772/stat : 24772 (java) S 24767 24769 21833 0 -1 64 69455 0 0 0 799 27 0 0 16 0 13 0 23731011 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=814516 CPUtime=8.69
/proc/24769/task/24773/stat : 24773 (java) S 24767 24769 21833 0 -1 64 62750 0 0 0 842 27 0 0 15 0 13 0 23731011 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=814516 CPUtime=132.52
/proc/24769/task/24774/stat : 24774 (java) R 24767 24769 21833 0 -1 64 67613 0 0 0 13214 38 0 0 25 0 13 0 23731013 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 106836645 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23731014 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23731014 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23731018 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=814516 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 13 0 23731018 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=814516 CPUtime=1.24
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4395 0 0 0 122 2 0 0 16 0 13 0 23731019 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 23731019 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 23731019 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24782] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24782/stat : 24782 (java) S 24767 24769 21833 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23749719 834064384 172881 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.46
Current children cumulated vsize (KiB) 814516

[startup+190.308 s]
/proc/loadavg: 2.08 2.10 2.20 3/88 24782
/proc/meminfo: memFree=375648/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=814516 CPUtime=191.25
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 240913 0 1 0 19004 121 0 0 18 0 12 0 23731009 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203629 172885 1437 9 0 200956 0
[pid=24769/tid=24771] ppid=24767 vsize=814516 CPUtime=39.69
/proc/24769/task/24771/stat : 24771 (java) S 24767 24769 21833 0 -1 64 35936 0 1 0 3945 24 0 0 16 0 12 0 23731011 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=814516 CPUtime=8.26
/proc/24769/task/24772/stat : 24772 (java) S 24767 24769 21833 0 -1 64 69455 0 0 0 799 27 0 0 16 0 12 0 23731011 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=814516 CPUtime=8.69
/proc/24769/task/24773/stat : 24773 (java) S 24767 24769 21833 0 -1 64 62750 0 0 0 842 27 0 0 15 0 12 0 23731011 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=814516 CPUtime=133.31
/proc/24769/task/24774/stat : 24774 (java) R 24767 24769 21833 0 -1 64 67613 0 0 0 13293 38 0 0 25 0 12 0 23731013 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 106158098 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23731014 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23731014 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=814516 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 23731018 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=814516 CPUtime=1.24
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4395 0 0 0 122 2 0 0 16 0 12 0 23731019 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23731019 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23731019 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.25
Current children cumulated vsize (KiB) 814516

[startup+190.503 s]
/proc/loadavg: 2.08 2.10 2.20 3/88 24782
/proc/meminfo: memFree=375648/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=814516 CPUtime=191.45
/proc/24769/stat : 24769 (java) S 24767 24769 21833 0 -1 0 240913 0 1 0 19024 121 0 0 18 0 12 0 23731009 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 203629 172885 1437 9 0 200956 0
[pid=24769/tid=24771] ppid=24767 vsize=814516 CPUtime=39.69
/proc/24769/task/24771/stat : 24771 (java) S 24767 24769 21833 0 -1 64 35936 0 1 0 3945 24 0 0 16 0 12 0 23731011 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24772] ppid=24767 vsize=814516 CPUtime=8.26
/proc/24769/task/24772/stat : 24772 (java) S 24767 24769 21833 0 -1 64 69455 0 0 0 799 27 0 0 16 0 12 0 23731011 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24773] ppid=24767 vsize=814516 CPUtime=8.69
/proc/24769/task/24773/stat : 24773 (java) S 24767 24769 21833 0 -1 64 62750 0 0 0 842 27 0 0 15 0 12 0 23731011 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24774] ppid=24767 vsize=814516 CPUtime=133.51
/proc/24769/task/24774/stat : 24774 (java) R 24767 24769 21833 0 -1 64 67613 0 0 0 13313 38 0 0 25 0 12 0 23731013 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 106158098 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24775] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24775/stat : 24775 (java) S 24767 24769 21833 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23731014 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24776] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24776/stat : 24776 (java) S 24767 24769 21833 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23731014 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24777] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24777/stat : 24777 (java) S 24767 24769 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23731018 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24778] ppid=24767 vsize=814516 CPUtime=0.01
/proc/24769/task/24778/stat : 24778 (java) S 24767 24769 21833 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 23731018 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24779] ppid=24767 vsize=814516 CPUtime=1.24
/proc/24769/task/24779/stat : 24779 (java) S 24767 24769 21833 0 -1 64 4395 0 0 0 122 2 0 0 16 0 12 0 23731019 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24780] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24780/stat : 24780 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23731019 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24769/tid=24781] ppid=24767 vsize=814516 CPUtime=0
/proc/24769/task/24781/stat : 24781 (java) S 24767 24769 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23731019 834064384 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.45
Current children cumulated vsize (KiB) 814516

[startup+190.604 s]
/proc/loadavg: 2.08 2.10 2.20 3/88 24782
/proc/meminfo: memFree=375648/2055920 swapFree=4192812/4192956
[pid=24769] ppid=24767 vsize=0 CPUtime=191.53
/proc/24769/stat : 24769 (java) Z 24767 24769 21833 0 -1 12 240919 0 1 0 19030 123 0 0 16 0 2 0 23731009 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24769/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 191.53
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 190.69
CPU time (s): 191.62
CPU user time (s): 190.302
CPU system time (s): 1.3178
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 910200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.302
system time used= 1.3178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240919
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= 5788
involuntary context switches= 8115

runsolver used 0.288956 second user time and 0.677896 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 04:44:12
IDJOB=2078049
IDBENCH=56706
IDSOLVER=731
FILE ID=node74/2078049-1247366652
PBS_JOBID= 9507065
Free space on /tmp= 102936 MiB

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

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

MD5SUM BENCH= e7b655904a8656214231c8500c52d2af
RANDOM SEED=2049970341

node74.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:       1077344 kB
Buffers:         37692 kB
Cached:         479652 kB
SwapCached:          0 kB
Active:         730708 kB
Inactive:       167180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1077344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         391788 kB
Slab:            65176 kB
Committed_AS:   555224 kB
PageTables:       2612 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 102936 MiB
End job on node74 at 2009-07-12 04:47:23