Trace number 1059736

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 2008-06-13? 145.686 133.018

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-3.xml
MD5SUM3a0f347527e88127cec1ed569eb11f1d
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 benchmark3.57746
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.23	c See www.sat4j.org for details.
0.26/0.23	c That software uses the Rhino library from the Mozilla project.
0.26/0.25	c version 9.9.9.token
0.26/0.25	c sun.arch.data.model	32
0.26/0.25	c java.version	1.6.0_06
0.26/0.25	c os.name	Linux
0.26/0.25	c os.version	2.6.9-22.EL.rootsmp
0.26/0.25	c os.arch	i386
0.26/0.25	c Free memory 669864272
0.26/0.25	c Max memory 672137216
0.26/0.25	c Total memory 672137216
0.26/0.25	c Number of processors 2
0.26/0.29	c c --- Begin Solver configuration ---
0.26/0.29	c Stops conflict analysis at the first Unique Implication Point
0.26/0.29	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.26/0.29	c Learn all clauses as in MiniSAT
0.26/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.26/0.29	c Expensive reason simplification
0.26/0.29	c MiniSAT restarts strategy
0.26/0.29	c timeout=2147483s
0.26/0.29	c DB Simplification allowed=false
0.26/0.29	c --- End Solver configuration ---
0.26/0.29	c solving HOME/instance-1059736-1215124752.xml
0.26/0.29	c reading problem ... 
0.54/0.46	c reading problem named null
0.54/0.46	c reading domains done.
0.54/0.46	c reading variables done.
0.89/0.62	c reading predicates  done.
1.12/0.84	c reading constraints
145.47/132.89	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
145.47/132.89		at org.mozilla.javascript.gen.c17._c0(rhino.log:1)
145.47/132.89		at org.mozilla.javascript.gen.c17.call(rhino.log)
145.47/132.89		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
145.47/132.89		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
145.47/132.89		at org.mozilla.javascript.gen.c17.call(rhino.log)
145.47/132.89		at org.mozilla.javascript.gen.c17.exec(rhino.log)
145.47/132.89		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
145.47/132.89		at org.sat4j.csp.Predicate.find(Predicate.java:129)
145.47/132.89		at org.sat4j.csp.Predicate.find(Predicate.java:139)
145.47/132.89		at org.sat4j.csp.Predicate.find(Predicate.java:139)
145.47/132.89		at org.sat4j.csp.Predicate.find(Predicate.java:139)
145.47/132.89		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
145.47/132.89		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
145.47/132.89		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
145.47/132.89		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
145.47/132.89		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
145.47/132.89		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
145.47/132.89		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
145.47/132.89		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
145.47/132.89		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
145.47/132.89		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
145.47/132.89		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
145.47/132.89	c starts		: 0
145.47/132.89	c conflicts		: 0
145.47/132.89	c decisions		: 0
145.47/132.89	c propagations		: 0
145.47/132.89	c inspects		: 0
145.47/132.89	c learnt literals	: 0
145.47/132.89	c learnt binary clauses	: 0
145.47/132.89	c learnt ternary clauses	: 0
145.47/132.89	c learnt clauses	: 0
145.47/132.89	c ignored clauses	: 0
145.47/132.89	c root simplifications	: 0
145.47/132.89	c removed literals (reason simplification)	: 0
145.47/132.89	c reason swapping (by a shorter reason)	: 0
145.47/132.89	c Calls to reduceDB	: 0
145.47/132.89	c speed (assignments/second)	: 0.0
145.47/132.89	c non guided choices	0
145.47/132.89	s UNKNOWN
145.47/132.89	c Total wall clock time (in seconds) : 132.606

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059736-1215124752/watcher-1059736-1215124752 -o /tmp/evaluation-result-1059736-1215124752/solver-1059736-1215124752 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059736-1215124752.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.34 0.08 0.25 3/82 4460
/proc/meminfo: memFree=836056/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=152 CPUtime=0
/proc/4460/stat : 4460 (java6) R 4458 4460 3133 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 996877692 155648 26 996147200 134512640 134550740 4294956192 18446744073709551615 1463076 0 0 4096 0 0 0 0 17 1 0 0
/proc/4460/statm: 38 26 19 9 0 4 0

[startup+0.0269229 s]
/proc/loadavg: 0.34 0.08 0.25 3/82 4460
/proc/meminfo: memFree=836056/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=13576 CPUtime=0
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 891 0 0 0 0 0 0 0 18 0 2 0 996877692 13901824 639 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13576

[startup+0.102941 s]
/proc/loadavg: 0.34 0.08 0.25 3/82 4460
/proc/meminfo: memFree=836056/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=804612 CPUtime=0.08
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 2996 0 1 0 6 2 0 0 18 0 12 0 996877692 823922688 2729 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302982 s]
/proc/loadavg: 0.34 0.08 0.25 3/82 4460
/proc/meminfo: memFree=836056/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=808624 CPUtime=0.39
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 5403 0 1 0 35 4 0 0 18 0 12 0 996877692 828030976 4742 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 202156 4742 1319 9 0 199518 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 808624

[startup+0.701054 s]
/proc/loadavg: 0.34 0.08 0.25 3/82 4460
/proc/meminfo: memFree=836056/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=809648 CPUtime=1.03
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 8037 0 1 0 97 6 0 0 18 0 12 0 996877692 829079552 6602 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 202412 6602 1346 9 0 199774 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 809648

[startup+1.50121 s]
/proc/loadavg: 0.34 0.08 0.25 3/94 4472
/proc/meminfo: memFree=812280/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=816088 CPUtime=2.36
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 13462 0 1 0 226 10 0 0 18 0 12 0 996877692 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 204022 9842 1380 9 0 201384 0
[pid=4460/tid=4462] ppid=4458 vsize=816088 CPUtime=1.06
/proc/4460/task/4462/stat : 4462 (java) R 4458 4460 3133 0 -1 64 6453 0 1 0 101 5 0 0 19 0 12 0 996877694 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4109147364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4463/stat : 4463 (java) S 4458 4460 3133 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 996877696 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4464/stat : 4464 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 996877696 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4465] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4465/stat : 4465 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 996877697 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 996877698 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4467] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 996877698 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=816088 CPUtime=0.47
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 1284 0 0 0 47 0 0 0 16 0 12 0 996877702 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4470] ppid=4458 vsize=816088 CPUtime=0.79
/proc/4460/task/4470/stat : 4470 (java) R 4458 4460 3133 0 -1 64 4960 0 0 0 77 2 0 0 19 0 12 0 996877702 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 104112691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4471] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=816088 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 835674112 9842 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 816088

[startup+3.1025 s]
/proc/loadavg: 0.47 0.11 0.25 3/94 4472
/proc/meminfo: memFree=786104/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=821024 CPUtime=4.76
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 25021 0 1 0 461 15 0 0 18 0 12 0 996877692 840728576 17139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 205256 17140 1381 9 0 202618 0
[pid=4460/tid=4462] ppid=4458 vsize=821024 CPUtime=2.42
/proc/4460/task/4462/stat : 4462 (java) R 4458 4460 3133 0 -1 64 12700 0 1 0 233 9 0 0 17 0 12 0 996877694 840728576 17140 996147200 134512640 134550740 4294956032 18446744073709551615 4109966954 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4463] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4463/stat : 4463 (java) S 4458 4460 3133 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 996877696 840728576 17140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4464/stat : 4464 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 996877696 840728576 17140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4465] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4465/stat : 4465 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 996877697 840728576 17140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 996877698 840728576 17140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4467] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 996877698 840728576 17140 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 840728576 17141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=821024 CPUtime=1.1
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6202 0 0 0 108 2 0 0 16 0 12 0 996877702 840728576 17141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4470] ppid=4458 vsize=821024 CPUtime=1.22
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 119 3 0 0 17 0 12 0 996877702 840728576 17141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4471] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 840728576 17141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=821024 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 840728576 17141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 821024

[startup+6.30112 s]
/proc/loadavg: 0.47 0.11 0.25 3/94 4472
/proc/meminfo: memFree=721464/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=827256 CPUtime=8.74
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 47292 0 1 0 848 26 0 0 18 0 12 0 996877692 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206814 36800 1386 9 0 204176 0
[pid=4460/tid=4462] ppid=4458 vsize=827256 CPUtime=4.78
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 17540 0 1 0 466 12 0 0 20 0 12 0 996877694 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=827256 CPUtime=0.8
/proc/4460/task/4463/stat : 4463 (java) R 4458 4460 3133 0 -1 64 9598 0 0 0 77 3 0 0 19 0 12 0 996877696 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 106157896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=827256 CPUtime=0.79
/proc/4460/task/4464/stat : 4464 (java) R 4458 4460 3133 0 -1 64 7803 0 0 0 75 4 0 0 18 0 12 0 996877696 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4465] ppid=4458 vsize=827256 CPUtime=0
/proc/4460/task/4465/stat : 4465 (java) S 4458 4460 3133 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 996877697 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=827256 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4467] ppid=4458 vsize=827256 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=827256 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 847110144 36800 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=827256 CPUtime=1.1
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6202 0 0 0 108 2 0 0 16 0 12 0 996877702 847110144 36801 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4470] ppid=4458 vsize=827256 CPUtime=1.22
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 119 3 0 0 17 0 12 0 996877702 847110144 36802 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4471] ppid=4458 vsize=827256 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 847110144 36803 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=827256 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 847110144 36803 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 827256

[startup+12.7035 s]
/proc/loadavg: 0.55 0.14 0.26 2/94 4472
/proc/meminfo: memFree=585088/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=827768 CPUtime=17.8
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 79684 0 1 0 1740 40 0 0 18 0 12 0 996877692 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206942 66909 1387 9 0 204304 0
[pid=4460/tid=4462] ppid=4458 vsize=827768 CPUtime=8.34
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 17560 0 1 0 822 12 0 0 17 0 12 0 996877694 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=827768 CPUtime=3.53
/proc/4460/task/4463/stat : 4463 (java) R 4458 4460 3133 0 -1 64 25236 0 0 0 343 10 0 0 15 0 12 0 996877696 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4464] ppid=4458 vsize=827768 CPUtime=3.53
/proc/4460/task/4464/stat : 4464 (java) R 4458 4460 3133 0 -1 64 24535 0 0 0 342 11 0 0 16 0 12 0 996877696 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 105852850 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4465] ppid=4458 vsize=827768 CPUtime=0
/proc/4460/task/4465/stat : 4465 (java) S 4458 4460 3133 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 996877697 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=827768 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4467] ppid=4458 vsize=827768 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=827768 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=827768 CPUtime=1.1
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6204 0 0 0 108 2 0 0 16 0 12 0 996877702 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4470] ppid=4458 vsize=827768 CPUtime=1.24
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 121 3 0 0 16 0 12 0 996877702 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4471] ppid=4458 vsize=827768 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=827768 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 847634432 66909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.8
Current children cumulated vsize (KiB) 827768

[startup+25.5028 s]
/proc/loadavg: 0.70 0.18 0.28 2/94 4472
/proc/meminfo: memFree=376384/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=824696 CPUtime=34.07
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 130610 0 1 0 3343 64 0 0 18 0 12 0 996877692 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206174 116523 1387 9 0 203536 0
[pid=4460/tid=4462] ppid=4458 vsize=824696 CPUtime=17.45
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 23738 0 1 0 1731 14 0 0 18 0 12 0 996877694 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4463] ppid=4458 vsize=824696 CPUtime=6.99
/proc/4460/task/4463/stat : 4463 (java) R 4458 4460 3133 0 -1 64 46613 0 0 0 680 19 0 0 16 0 12 0 996877696 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 106158547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=824696 CPUtime=6.99
/proc/4460/task/4464/stat : 4464 (java) R 4458 4460 3133 0 -1 64 47906 0 0 0 676 23 0 0 16 0 12 0 996877696 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 105852880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4465] ppid=4458 vsize=824696 CPUtime=0.01
/proc/4460/task/4465/stat : 4465 (java) S 4458 4460 3133 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 996877697 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4467] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 844488704 116523 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4460/tid=4471] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 844488704 175584 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 844488704 175584 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.19
Current children cumulated vsize (KiB) 824696

[startup+127.901 s]
/proc/loadavg: 0.96 0.43 0.35 2/94 4472
/proc/meminfo: memFree=136384/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=824696 CPUtime=140.57
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 285052 0 1 0 13928 129 0 0 18 0 12 0 996877692 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206174 175585 1390 9 0 203536 0
[pid=4460/tid=4462] ppid=4458 vsize=824696 CPUtime=30.34
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 36101 0 1 0 3015 19 0 0 16 0 12 0 996877694 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=824696 CPUtime=11.15
/proc/4460/task/4463/stat : 4463 (java) S 4458 4460 3133 0 -1 64 75345 0 0 0 1083 32 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=824696 CPUtime=11.18
/proc/4460/task/4464/stat : 4464 (java) S 4458 4460 3133 0 -1 64 60693 0 0 0 1089 29 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4465] ppid=4458 vsize=824696 CPUtime=85.07
/proc/4460/task/4465/stat : 4465 (java) R 4458 4460 3133 0 -1 64 100582 0 0 0 8466 41 0 0 17 0 12 0 996877697 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 103550481 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4467] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=824696 CPUtime=1.25
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6212 0 0 0 123 2 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4470] ppid=4458 vsize=824696 CPUtime=1.52
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 149 3 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4471] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.57
Current children cumulated vsize (KiB) 824696

[startup+131.103 s]
/proc/loadavg: 0.96 0.43 0.35 2/94 4472
/proc/meminfo: memFree=136384/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=824696 CPUtime=143.78
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 285052 0 1 0 14249 129 0 0 18 0 12 0 996877692 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206174 175585 1390 9 0 203536 0
[pid=4460/tid=4462] ppid=4458 vsize=824696 CPUtime=30.34
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 36101 0 1 0 3015 19 0 0 16 0 12 0 996877694 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=824696 CPUtime=11.15
/proc/4460/task/4463/stat : 4463 (java) S 4458 4460 3133 0 -1 64 75345 0 0 0 1083 32 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=824696 CPUtime=11.18
/proc/4460/task/4464/stat : 4464 (java) S 4458 4460 3133 0 -1 64 60693 0 0 0 1089 29 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4465] ppid=4458 vsize=824696 CPUtime=88.27
/proc/4460/task/4465/stat : 4465 (java) R 4458 4460 3133 0 -1 64 100582 0 0 0 8786 41 0 0 25 0 12 0 996877697 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 106122572 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4467] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=824696 CPUtime=1.25
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6212 0 0 0 123 2 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4470] ppid=4458 vsize=824696 CPUtime=1.52
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 149 3 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4471] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 143.78
Current children cumulated vsize (KiB) 824696

[startup+131.901 s]
/proc/loadavg: 0.96 0.44 0.36 2/94 4472
/proc/meminfo: memFree=136384/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=824696 CPUtime=144.58
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 285052 0 1 0 14329 129 0 0 18 0 12 0 996877692 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206174 175585 1390 9 0 203536 0
[pid=4460/tid=4462] ppid=4458 vsize=824696 CPUtime=30.34
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 36101 0 1 0 3015 19 0 0 16 0 12 0 996877694 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=824696 CPUtime=11.15
/proc/4460/task/4463/stat : 4463 (java) S 4458 4460 3133 0 -1 64 75345 0 0 0 1083 32 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=824696 CPUtime=11.18
/proc/4460/task/4464/stat : 4464 (java) S 4458 4460 3133 0 -1 64 60693 0 0 0 1089 29 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4465] ppid=4458 vsize=824696 CPUtime=89.08
/proc/4460/task/4465/stat : 4465 (java) R 4458 4460 3133 0 -1 64 100582 0 0 0 8867 41 0 0 25 0 12 0 996877697 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4467] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=824696 CPUtime=1.25
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6212 0 0 0 123 2 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4470] ppid=4458 vsize=824696 CPUtime=1.52
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 149 3 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4471] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 144.58
Current children cumulated vsize (KiB) 824696

[startup+132.701 s]
/proc/loadavg: 0.96 0.44 0.36 2/94 4472
/proc/meminfo: memFree=136384/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=824696 CPUtime=145.37
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 285052 0 1 0 14408 129 0 0 18 0 12 0 996877692 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206174 175585 1390 9 0 203536 0
[pid=4460/tid=4462] ppid=4458 vsize=824696 CPUtime=30.34
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 36101 0 1 0 3015 19 0 0 16 0 12 0 996877694 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=824696 CPUtime=11.15
/proc/4460/task/4463/stat : 4463 (java) S 4458 4460 3133 0 -1 64 75345 0 0 0 1083 32 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=824696 CPUtime=11.18
/proc/4460/task/4464/stat : 4464 (java) S 4458 4460 3133 0 -1 64 60693 0 0 0 1089 29 0 0 16 0 12 0 996877696 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4465] ppid=4458 vsize=824696 CPUtime=89.87
/proc/4460/task/4465/stat : 4465 (java) R 4458 4460 3133 0 -1 64 100582 0 0 0 8946 41 0 0 25 0 12 0 996877697 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4466] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4467] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4468] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=824696 CPUtime=1.25
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6212 0 0 0 123 2 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4470] ppid=4458 vsize=824696 CPUtime=1.52
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 149 3 0 0 16 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4471] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=824696 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 844488704 175585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.37
Current children cumulated vsize (KiB) 824696

[startup+132.901 s]
/proc/loadavg: 0.96 0.44 0.36 2/94 4472
/proc/meminfo: memFree=136384/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=825020 CPUtime=145.57
/proc/4460/stat : 4460 (java) S 4458 4460 3133 0 -1 0 285062 0 1 0 14428 129 0 0 18 0 12 0 996877692 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 206255 175594 1391 9 0 203617 0
[pid=4460/tid=4462] ppid=4458 vsize=825020 CPUtime=30.34
/proc/4460/task/4462/stat : 4462 (java) S 4458 4460 3133 0 -1 64 36105 0 1 0 3015 19 0 0 17 0 12 0 996877694 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=825020 CPUtime=11.15
/proc/4460/task/4463/stat : 4463 (java) S 4458 4460 3133 0 -1 64 75345 0 0 0 1083 32 0 0 16 0 12 0 996877696 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=825020 CPUtime=11.18
/proc/4460/task/4464/stat : 4464 (java) S 4458 4460 3133 0 -1 64 60693 0 0 0 1089 29 0 0 16 0 12 0 996877696 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4465] ppid=4458 vsize=825020 CPUtime=90.06
/proc/4460/task/4465/stat : 4465 (java) S 4458 4460 3133 0 -1 64 100582 0 0 0 8965 41 0 0 25 0 12 0 996877697 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4466] ppid=4458 vsize=825020 CPUtime=0
/proc/4460/task/4466/stat : 4466 (java) S 4458 4460 3133 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 996877698 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4467] ppid=4458 vsize=825020 CPUtime=0
/proc/4460/task/4467/stat : 4467 (java) S 4458 4460 3133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 996877698 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4468] ppid=4458 vsize=825020 CPUtime=0
/proc/4460/task/4468/stat : 4468 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 996877702 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4469] ppid=4458 vsize=825020 CPUtime=1.25
/proc/4460/task/4469/stat : 4469 (java) S 4458 4460 3133 0 -1 64 6212 0 0 0 123 2 0 0 16 0 12 0 996877702 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4470] ppid=4458 vsize=825020 CPUtime=1.52
/proc/4460/task/4470/stat : 4470 (java) S 4458 4460 3133 0 -1 64 5355 0 0 0 149 3 0 0 16 0 12 0 996877702 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4460/tid=4471] ppid=4458 vsize=825020 CPUtime=0
/proc/4460/task/4471/stat : 4471 (java) S 4458 4460 3133 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 996877702 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=825020 CPUtime=0
/proc/4460/task/4472/stat : 4472 (java) S 4458 4460 3133 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 996877702 844820480 175594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.57
Current children cumulated vsize (KiB) 825020

[startup+133.001 s]
/proc/loadavg: 0.96 0.44 0.36 2/84 4473
/proc/meminfo: memFree=731956/2055920 swapFree=4174728/4192956
[pid=4460] ppid=4458 vsize=0 CPUtime=145.67
/proc/4460/stat : 4460 (java) Z 4458 4460 3133 0 -1 12 285066 0 1 0 14428 139 0 0 16 0 2 0 996877692 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4460/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.67
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 133.018
CPU time (s): 145.686
CPU user time (s): 144.28
CPU system time (s): 1.40579
CPU usage (%): 109.523
Max. virtual memory (cumulated for all children) (KiB): 920704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.28
system time used= 1.40579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285066
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= 4055
involuntary context switches= 4626

runsolver used 0.173973 second user time and 0.444932 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 00:39:12
IDJOB=1059736
IDBENCH=54370
IDSOLVER=344
FILE ID=node35/1059736-1215124752
PBS_JOBID= 7877133
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-2-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059736-1215124752/watcher-1059736-1215124752 -o /tmp/evaluation-result-1059736-1215124752/solver-1059736-1215124752 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059736-1215124752.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a0f347527e88127cec1ed569eb11f1d
RANDOM SEED=448596390

node35.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.261
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.261
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:        836536 kB
Buffers:         66776 kB
Cached:         309032 kB
SwapCached:      12200 kB
Active:         780496 kB
Inactive:       357188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        836536 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:         778056 kB
Slab:            65404 kB
Committed_AS:  2299984 kB
PageTables:       3308 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= 66540 MiB
End job on node35 at 2008-07-04 00:41:25