Trace number 1057504

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? 481.549 477.223

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-3-7.xml
MD5SUM31f2dbf14a0adbda0db668286d90192e
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size96
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 (download as text)

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

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-1057504-1215111198/watcher-1057504-1215111198 -o /tmp/evaluation-result-1057504-1215111198/solver-1057504-1215111198 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057504-1215111198.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: 1.92 1.98 1.99 4/80 24043
/proc/meminfo: memFree=1644984/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=1836 CPUtime=0
/proc/24043/stat : 24043 (java6) R 24041 24043 23759 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1990094211 1880064 156 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24043/statm: 451 155 111 9 0 93 0

[startup+0.0412501 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24043
/proc/meminfo: memFree=1644984/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=801432 CPUtime=0.02
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 2497 0 1 0 1 1 0 0 18 0 5 0 1990094211 820666368 2234 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 200358 2235 949 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101261 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24043
/proc/meminfo: memFree=1644984/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=804756 CPUtime=0.09
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 3150 0 1 0 7 2 0 0 18 0 12 0 1990094211 824070144 2881 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 201189 2884 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.3013 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24043
/proc/meminfo: memFree=1644984/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=807856 CPUtime=0.29
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 4980 0 1 0 26 3 0 0 18 0 12 0 1990094211 827244544 4312 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 201964 4312 1308 9 0 199333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807856

[startup+0.701374 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 24043
/proc/meminfo: memFree=1644984/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=807884 CPUtime=0.69
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 6219 0 1 0 65 4 0 0 18 0 12 0 1990094211 827273216 5549 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 201971 5549 1335 9 0 199333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807884

[startup+1.50153 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 24055
/proc/meminfo: memFree=1624216/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=817244 CPUtime=1.49
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 12003 0 1 0 143 6 0 0 18 0 12 0 1990094211 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 204311 8931 1364 9 0 201673 0
[pid=24043/tid=24045] ppid=24041 vsize=817244 CPUtime=0.75
/proc/24043/task/24045/stat : 24045 (java) R 24041 24043 23759 0 -1 64 5297 0 1 0 72 3 0 0 25 0 12 0 1990094212 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24046/stat : 24046 (java) S 24041 24043 23759 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1990094213 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24047/stat : 24047 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1990094213 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24048/stat : 24048 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1990094214 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1990094215 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1990094215 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990094219 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=817244 CPUtime=0.16
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 532 0 0 0 16 0 0 0 16 0 12 0 1990094219 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24053] ppid=24041 vsize=817244 CPUtime=0.55
/proc/24043/task/24053/stat : 24053 (java) R 24041 24043 23759 0 -1 64 5413 0 0 0 53 2 0 0 17 0 12 0 1990094219 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 106218844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24054] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990094219 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=817244 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990094219 836857856 8931 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 817244

[startup+3.10282 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 24055
/proc/meminfo: memFree=1602328/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=818640 CPUtime=3.09
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 31236 0 1 0 293 16 0 0 18 0 12 0 1990094211 838287360 26399 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 204660 26401 1377 9 0 202022 0
[pid=24043/tid=24045] ppid=24041 vsize=818640 CPUtime=1.73
/proc/24043/task/24045/stat : 24045 (java) R 24041 24043 23759 0 -1 64 17258 0 1 0 164 9 0 0 25 0 12 0 1990094212 838287360 26402 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=818640 CPUtime=0.12
/proc/24043/task/24046/stat : 24046 (java) R 24041 24043 23759 0 -1 64 2742 0 0 0 11 1 0 0 16 0 12 0 1990094213 838287360 26404 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=818640 CPUtime=0.1
/proc/24043/task/24047/stat : 24047 (java) R 24041 24043 23759 0 -1 64 2927 0 0 0 9 1 0 0 16 0 12 0 1990094213 838287360 26406 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=818640 CPUtime=0
/proc/24043/task/24048/stat : 24048 (java) S 24041 24043 23759 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1990094214 838287360 26407 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=818640 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990094215 838287360 26414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=818640 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990094215 838287360 26414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=818640 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990094219 838287360 26414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=818640 CPUtime=0.23
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 573 0 0 0 23 0 0 0 16 0 12 0 1990094219 838287360 26414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24053] ppid=24041 vsize=818640 CPUtime=0.87
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6953 0 0 0 84 3 0 0 16 0 12 0 1990094219 838287360 26414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24054] ppid=24041 vsize=818640 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990094219 838287360 26414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=818640 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990094219 838287360 26414 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 818640

[startup+6.30142 s]
/proc/loadavg: 1.93 1.98 1.99 5/92 24055
/proc/meminfo: memFree=1500760/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=821040 CPUtime=6.76
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 46923 0 1 0 653 23 0 0 18 0 12 0 1990094211 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205260 40302 1384 9 0 202622 0
[pid=24043/tid=24045] ppid=24041 vsize=821040 CPUtime=3.66
/proc/24043/task/24045/stat : 24045 (java) R 24041 24043 23759 0 -1 64 17270 0 1 0 357 9 0 0 25 0 12 0 1990094212 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4109797882 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24046] ppid=24041 vsize=821040 CPUtime=0.84
/proc/24043/task/24046/stat : 24046 (java) S 24041 24043 23759 0 -1 64 10939 0 0 0 80 4 0 0 18 0 12 0 1990094213 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24047] ppid=24041 vsize=821040 CPUtime=0.81
/proc/24043/task/24047/stat : 24047 (java) S 24041 24043 23759 0 -1 64 10334 0 0 0 77 4 0 0 18 0 12 0 1990094213 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24048] ppid=24041 vsize=821040 CPUtime=0
/proc/24043/task/24048/stat : 24048 (java) S 24041 24043 23759 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1990094214 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24049] ppid=24041 vsize=821040 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990094215 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=821040 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990094215 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=821040 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990094219 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=821040 CPUtime=0.43
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 617 0 0 0 43 0 0 0 16 0 12 0 1990094219 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24053] ppid=24041 vsize=821040 CPUtime=0.97
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6973 0 0 0 94 3 0 0 16 0 12 0 1990094219 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24054] ppid=24041 vsize=821040 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990094219 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=821040 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990094219 840744960 40302 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 821040

[startup+12.7026 s]
/proc/loadavg: 1.94 1.98 1.99 5/92 24055
/proc/meminfo: memFree=1387032/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=823600 CPUtime=13.37
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 76220 0 1 0 1303 34 0 0 18 0 12 0 1990094211 843366400 68590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205900 68593 1384 9 0 203262 0
[pid=24043/tid=24045] ppid=24041 vsize=823600 CPUtime=7.34
/proc/24043/task/24045/stat : 24045 (java) R 24041 24043 23759 0 -1 64 17290 0 1 0 725 9 0 0 20 0 12 0 1990094212 843366400 68594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=823600 CPUtime=2.4
/proc/24043/task/24046/stat : 24046 (java) R 24041 24043 23759 0 -1 64 32248 0 0 0 228 12 0 0 16 0 12 0 1990094213 843366400 68596 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=823600 CPUtime=2.18
/proc/24043/task/24047/stat : 24047 (java) R 24041 24043 23759 0 -1 64 18308 0 0 0 211 7 0 0 16 0 12 0 1990094213 843366400 68599 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24048/stat : 24048 (java) S 24041 24043 23759 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1990094214 843366400 68601 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990094215 843366400 68603 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990094215 843366400 68605 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990094219 843366400 68607 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=823600 CPUtime=0.43
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 617 0 0 0 43 0 0 0 16 0 12 0 1990094219 843366400 68610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24053] ppid=24041 vsize=823600 CPUtime=0.97
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6973 0 0 0 94 3 0 0 16 0 12 0 1990094219 843366400 68612 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24054] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990094219 843366400 68614 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990094219 843366400 68616 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.37
Current children cumulated vsize (KiB) 823600

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 24055
/proc/meminfo: memFree=1169368/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=823600 CPUtime=27.77
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 130569 0 1 0 2720 57 0 0 18 0 12 0 1990094211 843366400 120396 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205900 120398 1384 9 0 203262 0
[pid=24043/tid=24045] ppid=24041 vsize=823600 CPUtime=15.25
/proc/24043/task/24045/stat : 24045 (java) R 24041 24043 23759 0 -1 64 23457 0 1 0 1513 12 0 0 23 0 12 0 1990094212 843366400 120400 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=823600 CPUtime=5.53
/proc/24043/task/24046/stat : 24046 (java) R 24041 24043 23759 0 -1 64 54582 0 0 0 533 20 0 0 16 0 12 0 1990094213 843366400 120402 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=823600 CPUtime=5.52
/proc/24043/task/24047/stat : 24047 (java) R 24041 24043 23759 0 -1 64 44157 0 0 0 534 18 0 0 16 0 12 0 1990094213 843366400 120404 996147200 134512640 134550740 4294956032 18446744073709551615 105852880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24048/stat : 24048 (java) S 24041 24043 23759 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1990094214 843366400 120406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990094215 843366400 120408 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1990094215 843366400 120410 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=823600 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990094219 843366400 120412 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.07 2.08 2.03 3/93 24062
/proc/meminfo: memFree=945672/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=823924 CPUtime=477.85
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 776711 0 1 0 47453 332 0 0 18 0 13 0 1990094211 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205981 175454 1387 9 0 203343 0
[pid=24043/tid=24045] ppid=24041 vsize=823924 CPUtime=28.84
/proc/24043/task/24045/stat : 24045 (java) S 24041 24043 23759 0 -1 64 35874 0 1 0 2867 17 0 0 18 0 13 0 1990094212 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=823924 CPUtime=9.76
/proc/24043/task/24046/stat : 24046 (java) S 24041 24043 23759 0 -1 64 71279 0 0 0 948 28 0 0 15 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=823924 CPUtime=10.49
/proc/24043/task/24047/stat : 24047 (java) S 24041 24043 23759 0 -1 64 68125 0 0 0 1022 27 0 0 16 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=823924 CPUtime=427.29
/proc/24043/task/24048/stat : 24048 (java) R 24041 24043 23759 0 -1 64 593079 0 0 0 42476 253 0 0 25 0 13 0 1990094214 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=823924 CPUtime=0.43
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 617 0 0 0 43 0 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24053] ppid=24041 vsize=823924 CPUtime=0.97
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6973 0 0 0 94 3 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24054] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24062] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24062/stat : 24062 (java) S 24041 24043 23759 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1990141321 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 477.85
Current children cumulated vsize (KiB) 823924

[startup+475.102 s]
/proc/loadavg: 2.07 2.08 2.03 3/93 24062
/proc/meminfo: memFree=945672/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=823924 CPUtime=479.45
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 776711 0 1 0 47613 332 0 0 18 0 13 0 1990094211 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205981 175454 1387 9 0 203343 0
[pid=24043/tid=24045] ppid=24041 vsize=823924 CPUtime=28.84
/proc/24043/task/24045/stat : 24045 (java) S 24041 24043 23759 0 -1 64 35874 0 1 0 2867 17 0 0 18 0 13 0 1990094212 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=823924 CPUtime=9.76
/proc/24043/task/24046/stat : 24046 (java) S 24041 24043 23759 0 -1 64 71279 0 0 0 948 28 0 0 15 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=823924 CPUtime=10.49
/proc/24043/task/24047/stat : 24047 (java) S 24041 24043 23759 0 -1 64 68125 0 0 0 1022 27 0 0 16 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=823924 CPUtime=428.89
/proc/24043/task/24048/stat : 24048 (java) R 24041 24043 23759 0 -1 64 593079 0 0 0 42636 253 0 0 25 0 13 0 1990094214 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=823924 CPUtime=0.43
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 617 0 0 0 43 0 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24053] ppid=24041 vsize=823924 CPUtime=0.97
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6973 0 0 0 94 3 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24054] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24062] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24062/stat : 24062 (java) S 24041 24043 23759 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1990141321 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 479.45
Current children cumulated vsize (KiB) 823924

[startup+475.903 s]
/proc/loadavg: 2.07 2.08 2.03 3/93 24062
/proc/meminfo: memFree=945672/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=823924 CPUtime=480.25
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 776711 0 1 0 47693 332 0 0 18 0 13 0 1990094211 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205981 175454 1387 9 0 203343 0
[pid=24043/tid=24045] ppid=24041 vsize=823924 CPUtime=28.84
/proc/24043/task/24045/stat : 24045 (java) S 24041 24043 23759 0 -1 64 35874 0 1 0 2867 17 0 0 18 0 13 0 1990094212 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=823924 CPUtime=9.76
/proc/24043/task/24046/stat : 24046 (java) S 24041 24043 23759 0 -1 64 71279 0 0 0 948 28 0 0 15 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=823924 CPUtime=10.49
/proc/24043/task/24047/stat : 24047 (java) S 24041 24043 23759 0 -1 64 68125 0 0 0 1022 27 0 0 16 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=823924 CPUtime=429.69
/proc/24043/task/24048/stat : 24048 (java) R 24041 24043 23759 0 -1 64 593079 0 0 0 42716 253 0 0 25 0 13 0 1990094214 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=823924 CPUtime=0.43
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 617 0 0 0 43 0 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24053] ppid=24041 vsize=823924 CPUtime=0.97
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6973 0 0 0 94 3 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24054] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24062] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24062/stat : 24062 (java) S 24041 24043 23759 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1990141321 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 480.25
Current children cumulated vsize (KiB) 823924

[startup+476.703 s]
/proc/loadavg: 2.06 2.08 2.03 3/93 24062
/proc/meminfo: memFree=945672/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=823924 CPUtime=481.05
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 776711 0 1 0 47773 332 0 0 18 0 13 0 1990094211 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205981 175454 1387 9 0 203343 0
[pid=24043/tid=24045] ppid=24041 vsize=823924 CPUtime=28.84
/proc/24043/task/24045/stat : 24045 (java) S 24041 24043 23759 0 -1 64 35874 0 1 0 2867 17 0 0 18 0 13 0 1990094212 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=823924 CPUtime=9.76
/proc/24043/task/24046/stat : 24046 (java) S 24041 24043 23759 0 -1 64 71279 0 0 0 948 28 0 0 15 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=823924 CPUtime=10.49
/proc/24043/task/24047/stat : 24047 (java) S 24041 24043 23759 0 -1 64 68125 0 0 0 1022 27 0 0 16 0 13 0 1990094213 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=823924 CPUtime=430.49
/proc/24043/task/24048/stat : 24048 (java) R 24041 24043 23759 0 -1 64 593079 0 0 0 42796 253 0 0 25 0 13 0 1990094214 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1990094215 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=823924 CPUtime=0.43
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 617 0 0 0 43 0 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24053] ppid=24041 vsize=823924 CPUtime=0.97
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6973 0 0 0 94 3 0 0 16 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24054] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1990094219 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24062] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24062/stat : 24062 (java) S 24041 24043 23759 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1990141321 843698176 175454 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 481.05
Current children cumulated vsize (KiB) 823924

[startup+477.102 s]
/proc/loadavg: 2.06 2.08 2.03 3/93 24062
/proc/meminfo: memFree=945672/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=823924 CPUtime=481.44
/proc/24043/stat : 24043 (java) S 24041 24043 23759 0 -1 0 776714 0 1 0 47812 332 0 0 18 0 12 0 1990094211 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 205981 175455 1388 9 0 203343 0
[pid=24043/tid=24045] ppid=24041 vsize=823924 CPUtime=28.84
/proc/24043/task/24045/stat : 24045 (java) S 24041 24043 23759 0 -1 64 35874 0 1 0 2867 17 0 0 15 0 12 0 1990094212 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24046] ppid=24041 vsize=823924 CPUtime=9.76
/proc/24043/task/24046/stat : 24046 (java) S 24041 24043 23759 0 -1 64 71279 0 0 0 948 28 0 0 15 0 12 0 1990094213 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24047] ppid=24041 vsize=823924 CPUtime=10.49
/proc/24043/task/24047/stat : 24047 (java) S 24041 24043 23759 0 -1 64 68125 0 0 0 1022 27 0 0 16 0 12 0 1990094213 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24048] ppid=24041 vsize=823924 CPUtime=430.88
/proc/24043/task/24048/stat : 24048 (java) S 24041 24043 23759 0 -1 64 593079 0 0 0 42835 253 0 0 25 0 12 0 1990094214 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24049] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24049/stat : 24049 (java) S 24041 24043 23759 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1990094215 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24050] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24050/stat : 24050 (java) S 24041 24043 23759 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 1990094215 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24051] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24051/stat : 24051 (java) S 24041 24043 23759 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1990094219 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24052] ppid=24041 vsize=823924 CPUtime=0.43
/proc/24043/task/24052/stat : 24052 (java) S 24041 24043 23759 0 -1 64 617 0 0 0 43 0 0 0 16 0 12 0 1990094219 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24053] ppid=24041 vsize=823924 CPUtime=0.97
/proc/24043/task/24053/stat : 24053 (java) S 24041 24043 23759 0 -1 64 6973 0 0 0 94 3 0 0 16 0 12 0 1990094219 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24043/tid=24054] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24054/stat : 24054 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1990094219 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24043/tid=24055] ppid=24041 vsize=823924 CPUtime=0
/proc/24043/task/24055/stat : 24055 (java) S 24041 24043 23759 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1990094219 843698176 175455 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 481.44
Current children cumulated vsize (KiB) 823924

[startup+477.202 s]
/proc/loadavg: 2.06 2.08 2.03 3/93 24062
/proc/meminfo: memFree=945672/2055920 swapFree=4180456/4192956
[pid=24043] ppid=24041 vsize=0 CPUtime=481.52
/proc/24043/stat : 24043 (java) Z 24041 24043 23759 0 -1 12 776717 0 1 0 47812 340 0 0 16 0 2 0 1990094211 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24043/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 481.52
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 477.223
CPU time (s): 481.549
CPU user time (s): 478.124
CPU system time (s): 3.42448
CPU usage (%): 100.907
Max. virtual memory (cumulated for all children) (KiB): 919608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 478.124
system time used= 3.42448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 776717
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= 10924
involuntary context switches= 20302

runsolver used 0.607907 second user time and 1.58576 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 20:53:18
IDJOB=1057504
IDBENCH=54046
IDSOLVER=344
FILE ID=node19/1057504-1215111198
PBS_JOBID= 7877166
Free space on /tmp= 66548 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-20-3-7.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-1057504-1215111198/watcher-1057504-1215111198 -o /tmp/evaluation-result-1057504-1215111198/solver-1057504-1215111198 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1057504-1215111198.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31f2dbf14a0adbda0db668286d90192e
RANDOM SEED=255626617

node19.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.263
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	: 5931.00
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.263
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:       1645464 kB
Buffers:         52148 kB
Cached:         219704 kB
SwapCached:       6540 kB
Active:         209324 kB
Inactive:       133772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645464 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:          84952 kB
Slab:            52384 kB
Committed_AS:  4143092 kB
PageTables:       1984 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= 66548 MiB
End job on node19 at 2008-07-03 21:01:16