Trace number 1077684

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? 153.487 150.544

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-60-2-7.xml
MD5SUM1a7fa2e3be281c770ffd9769f629ed4c
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.12198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1077684-1215194248/watcher-1077684-1215194248 -o /tmp/evaluation-result-1077684-1215194248/solver-1077684-1215194248 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077684-1215194248.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: 2.10 2.09 2.03 4/72 10868
/proc/meminfo: memFree=1808120/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=1804 CPUtime=0
/proc/10868/stat : 10868 (java6) D 10866 10868 9184 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1998394351 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10868/statm: 68 37 28 9 0 6 0

[startup+0.101604 s]
/proc/loadavg: 2.10 2.09 2.03 4/72 10868
/proc/meminfo: memFree=1808120/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=804432 CPUtime=0.06
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 2912 0 1 0 5 1 0 0 18 0 12 0 1998394351 823738368 2645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 201108 2645 1026 9 0 198491 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 804432

[startup+0.201623 s]
/proc/loadavg: 2.10 2.09 2.03 4/72 10868
/proc/meminfo: memFree=1808120/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=808276 CPUtime=0.17
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 4500 0 1 0 15 2 0 0 18 0 12 0 1998394351 827674624 3827 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 202069 3827 1290 9 0 199438 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 808276

[startup+0.301642 s]
/proc/loadavg: 2.10 2.09 2.03 4/72 10868
/proc/meminfo: memFree=1808120/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=808276 CPUtime=0.27
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 4939 0 1 0 24 3 0 0 18 0 12 0 1998394351 827674624 4266 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 202069 4266 1298 9 0 199438 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808276

[startup+0.701704 s]
/proc/loadavg: 2.10 2.09 2.03 4/72 10868
/proc/meminfo: memFree=1808120/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=808304 CPUtime=0.66
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 6378 0 1 0 62 4 0 0 18 0 12 0 1998394351 827703296 5506 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 202076 5506 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 808304

[startup+1.50284 s]
/proc/loadavg: 2.09 2.09 2.03 3/84 10880
/proc/meminfo: memFree=1786968/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=810644 CPUtime=1.46
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 9021 0 1 0 140 6 0 0 18 0 12 0 1998394351 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 202661 7404 1368 9 0 200023 0
[pid=10868/tid=10870] ppid=10866 vsize=810644 CPUtime=0.83
/proc/10868/task/10870/stat : 10870 (java) R 10866 10868 9184 0 -1 64 5085 0 1 0 79 4 0 0 22 0 12 0 1998394353 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4109611979 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10871] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1998394354 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10872] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1998394354 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10873] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10873/stat : 10873 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1998394356 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10874] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1998394356 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10875] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1998394356 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=810644 CPUtime=0.21
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 666 0 0 0 21 0 0 0 16 0 12 0 1998394362 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10878] ppid=10866 vsize=810644 CPUtime=0.4
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 2505 0 0 0 39 1 0 0 16 0 12 0 1998394362 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10879] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=810644 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 830099456 7404 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 810644

[startup+3.10112 s]
/proc/loadavg: 2.09 2.09 2.03 4/84 10880
/proc/meminfo: memFree=1772632/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=818876 CPUtime=3.05
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 16661 0 1 0 296 9 0 0 18 0 12 0 1998394351 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 204719 11848 1381 9 0 202081 0
[pid=10868/tid=10870] ppid=10866 vsize=818876 CPUtime=1.53
/proc/10868/task/10870/stat : 10870 (java) R 10866 10868 9184 0 -1 64 7472 0 1 0 148 5 0 0 25 0 12 0 1998394353 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10871] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1998394354 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10872] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1998394354 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10873] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10873/stat : 10873 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1998394356 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10874] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1998394356 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10875] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1998394356 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=818876 CPUtime=0.81
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5131 0 0 0 80 1 0 0 16 0 12 0 1998394362 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10878] ppid=10866 vsize=818876 CPUtime=0.68
/proc/10868/task/10878/stat : 10878 (java) R 10866 10868 9184 0 -1 64 3293 0 0 0 67 1 0 0 16 0 12 0 1998394362 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 105839993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10879] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=818876 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 838529024 11848 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 818876

[startup+6.30265 s]
/proc/loadavg: 2.08 2.09 2.02 3/84 10880
/proc/meminfo: memFree=1686104/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=821060 CPUtime=6.31
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 39568 0 1 0 613 18 0 0 18 0 12 0 1998394351 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205265 34625 1386 9 0 202627 0
[pid=10868/tid=10870] ppid=10866 vsize=821060 CPUtime=3.92
/proc/10868/task/10870/stat : 10870 (java) R 10866 10868 9184 0 -1 64 17305 0 1 0 383 9 0 0 23 0 12 0 1998394353 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4109711600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=821060 CPUtime=0.29
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 5588 0 0 0 28 1 0 0 17 0 12 0 1998394354 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=821060 CPUtime=0.4
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 7417 0 0 0 38 2 0 0 17 0 12 0 1998394354 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=821060 CPUtime=0
/proc/10868/task/10873/stat : 10873 (java) S 10866 10868 9184 0 -1 64 59 0 0 0 0 0 0 0 16 0 12 0 1998394356 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=821060 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10875] ppid=10866 vsize=821060 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=821060 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=821060 CPUtime=0.86
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5135 0 0 0 85 1 0 0 16 0 12 0 1998394362 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10878] ppid=10866 vsize=821060 CPUtime=0.76
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 3301 0 0 0 75 1 0 0 16 0 12 0 1998394362 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10879] ppid=10866 vsize=821060 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=821060 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840765440 34625 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 821060

[startup+12.7017 s]
/proc/loadavg: 2.24 2.12 2.04 4/84 10880
/proc/meminfo: memFree=1585496/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=820756 CPUtime=13.39
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 68739 0 1 0 1309 30 0 0 18 0 12 0 1998394351 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205189 61524 1387 9 0 202551 0
[pid=10868/tid=10870] ppid=10866 vsize=820756 CPUtime=7.89
/proc/10868/task/10870/stat : 10870 (java) R 10866 10868 9184 0 -1 64 17326 0 1 0 780 9 0 0 25 0 12 0 1998394353 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4109917796 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=820756 CPUtime=1.93
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 20764 0 0 0 187 6 0 0 16 0 12 0 1998394354 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=820756 CPUtime=1.83
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 21387 0 0 0 175 8 0 0 16 0 12 0 1998394354 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=820756 CPUtime=0.01
/proc/10868/task/10873/stat : 10873 (java) S 10866 10868 9184 0 -1 64 59 0 0 0 1 0 0 0 16 0 12 0 1998394356 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10875] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=820756 CPUtime=0.88
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5138 0 0 0 87 1 0 0 16 0 12 0 1998394362 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10878] ppid=10866 vsize=820756 CPUtime=0.78
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 3302 0 0 0 77 1 0 0 16 0 12 0 1998394362 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10879] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840454144 61524 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.39
Current children cumulated vsize (KiB) 820756

[startup+25.5029 s]
/proc/loadavg: 2.18 2.11 2.03 3/84 10880
/proc/meminfo: memFree=1407064/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=820756 CPUtime=26.81
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 111399 0 1 0 2635 46 0 0 18 0 12 0 1998394351 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205189 103521 1387 9 0 202551 0
[pid=10868/tid=10870] ppid=10866 vsize=820756 CPUtime=16.76
/proc/10868/task/10870/stat : 10870 (java) R 10866 10868 9184 0 -1 64 17357 0 1 0 1667 9 0 0 21 0 12 0 1998394353 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4109839731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=820756 CPUtime=4.17
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 41273 0 0 0 402 15 0 0 16 0 12 0 1998394354 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=820756 CPUtime=4.07
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 43507 0 0 0 391 16 0 0 16 0 12 0 1998394354 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=820756 CPUtime=0.01
/proc/10868/task/10873/stat : 10873 (java) S 10866 10868 9184 0 -1 64 59 0 0 0 1 0 0 0 15 0 12 0 1998394356 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10875] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840454144 103521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=10868/tid=10879] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 143.8
Current children cumulated vsize (KiB) 820756

[startup+147.203 s]
/proc/loadavg: 2.15 2.16 2.06 3/84 10880
/proc/meminfo: memFree=1111512/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=820756 CPUtime=150.17
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 326653 0 1 0 14880 137 0 0 18 0 12 0 1998394351 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205189 174813 1390 9 0 202551 0
[pid=10868/tid=10870] ppid=10866 vsize=820756 CPUtime=38.81
/proc/10868/task/10870/stat : 10870 (java) S 10866 10868 9184 0 -1 64 29716 0 1 0 3866 15 0 0 17 0 12 0 1998394353 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=820756 CPUtime=9.66
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 68263 0 0 0 941 25 0 0 15 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=820756 CPUtime=9.59
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 73686 0 0 0 929 30 0 0 16 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=820756 CPUtime=90.3
/proc/10868/task/10873/stat : 10873 (java) R 10866 10868 9184 0 -1 64 145785 0 0 0 8968 62 0 0 25 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 104136526 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10875] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=820756 CPUtime=0.93
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5138 0 0 0 92 1 0 0 16 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10878] ppid=10866 vsize=820756 CPUtime=0.81
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 3302 0 0 0 80 1 0 0 17 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10879] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.17
Current children cumulated vsize (KiB) 820756

[startup+148.803 s]
/proc/loadavg: 2.15 2.16 2.06 3/84 10880
/proc/meminfo: memFree=1111512/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=820756 CPUtime=151.76
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 326654 0 1 0 15039 137 0 0 18 0 12 0 1998394351 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205189 174813 1390 9 0 202551 0
[pid=10868/tid=10870] ppid=10866 vsize=820756 CPUtime=38.81
/proc/10868/task/10870/stat : 10870 (java) S 10866 10868 9184 0 -1 64 29717 0 1 0 3866 15 0 0 17 0 12 0 1998394353 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=820756 CPUtime=9.66
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 68263 0 0 0 941 25 0 0 15 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=820756 CPUtime=9.59
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 73686 0 0 0 929 30 0 0 16 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=820756 CPUtime=91.89
/proc/10868/task/10873/stat : 10873 (java) R 10866 10868 9184 0 -1 64 145785 0 0 0 9127 62 0 0 25 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10875] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=820756 CPUtime=0.93
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5138 0 0 0 92 1 0 0 16 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10878] ppid=10866 vsize=820756 CPUtime=0.81
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 3302 0 0 0 80 1 0 0 17 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10879] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 151.76
Current children cumulated vsize (KiB) 820756

[startup+149.603 s]
/proc/loadavg: 2.15 2.16 2.06 3/84 10880
/proc/meminfo: memFree=1111512/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=820756 CPUtime=152.57
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 326654 0 1 0 15120 137 0 0 18 0 12 0 1998394351 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205189 174813 1390 9 0 202551 0
[pid=10868/tid=10870] ppid=10866 vsize=820756 CPUtime=38.81
/proc/10868/task/10870/stat : 10870 (java) S 10866 10868 9184 0 -1 64 29717 0 1 0 3866 15 0 0 17 0 12 0 1998394353 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=820756 CPUtime=9.66
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 68263 0 0 0 941 25 0 0 15 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=820756 CPUtime=9.59
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 73686 0 0 0 929 30 0 0 16 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=820756 CPUtime=92.69
/proc/10868/task/10873/stat : 10873 (java) R 10866 10868 9184 0 -1 64 145785 0 0 0 9207 62 0 0 25 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10875] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=820756 CPUtime=0.93
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5138 0 0 0 92 1 0 0 16 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10878] ppid=10866 vsize=820756 CPUtime=0.81
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 3302 0 0 0 80 1 0 0 17 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10879] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.57
Current children cumulated vsize (KiB) 820756

[startup+150.001 s]
/proc/loadavg: 2.15 2.16 2.06 3/84 10880
/proc/meminfo: memFree=1111512/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=820756 CPUtime=152.95
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 326654 0 1 0 15158 137 0 0 18 0 12 0 1998394351 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205189 174813 1390 9 0 202551 0
[pid=10868/tid=10870] ppid=10866 vsize=820756 CPUtime=38.81
/proc/10868/task/10870/stat : 10870 (java) S 10866 10868 9184 0 -1 64 29717 0 1 0 3866 15 0 0 17 0 12 0 1998394353 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=820756 CPUtime=9.66
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 68263 0 0 0 941 25 0 0 15 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=820756 CPUtime=9.59
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 73686 0 0 0 929 30 0 0 16 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=820756 CPUtime=93.08
/proc/10868/task/10873/stat : 10873 (java) R 10866 10868 9184 0 -1 64 145785 0 0 0 9246 62 0 0 25 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 106123648 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10875] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=820756 CPUtime=0.93
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5138 0 0 0 92 1 0 0 16 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10878] ppid=10866 vsize=820756 CPUtime=0.81
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 3302 0 0 0 80 1 0 0 17 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10879] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.95
Current children cumulated vsize (KiB) 820756

[startup+150.401 s]
/proc/loadavg: 2.15 2.16 2.06 3/84 10880
/proc/meminfo: memFree=1111512/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=820756 CPUtime=153.35
/proc/10868/stat : 10868 (java) S 10866 10868 9184 0 -1 0 326654 0 1 0 15198 137 0 0 18 0 12 0 1998394351 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10868/statm: 205189 174813 1390 9 0 202551 0
[pid=10868/tid=10870] ppid=10866 vsize=820756 CPUtime=38.81
/proc/10868/task/10870/stat : 10870 (java) S 10866 10868 9184 0 -1 64 29717 0 1 0 3866 15 0 0 17 0 12 0 1998394353 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10871] ppid=10866 vsize=820756 CPUtime=9.66
/proc/10868/task/10871/stat : 10871 (java) S 10866 10868 9184 0 -1 64 68263 0 0 0 941 25 0 0 15 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10872] ppid=10866 vsize=820756 CPUtime=9.59
/proc/10868/task/10872/stat : 10872 (java) S 10866 10868 9184 0 -1 64 73686 0 0 0 929 30 0 0 16 0 12 0 1998394354 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10873] ppid=10866 vsize=820756 CPUtime=93.48
/proc/10868/task/10873/stat : 10873 (java) R 10866 10868 9184 0 -1 64 145785 0 0 0 9286 62 0 0 25 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10874] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10874/stat : 10874 (java) S 10866 10868 9184 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10875] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10875/stat : 10875 (java) S 10866 10868 9184 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998394356 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10876] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10876/stat : 10876 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10877] ppid=10866 vsize=820756 CPUtime=0.93
/proc/10868/task/10877/stat : 10877 (java) S 10866 10868 9184 0 -1 64 5138 0 0 0 92 1 0 0 16 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10878] ppid=10866 vsize=820756 CPUtime=0.81
/proc/10868/task/10878/stat : 10878 (java) S 10866 10868 9184 0 -1 64 3302 0 0 0 80 1 0 0 17 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10868/tid=10879] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10879/stat : 10879 (java) S 10866 10868 9184 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10868/tid=10880] ppid=10866 vsize=820756 CPUtime=0
/proc/10868/task/10880/stat : 10880 (java) S 10866 10868 9184 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998394362 840454144 174813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 153.35
Current children cumulated vsize (KiB) 820756

[startup+150.501 s]
/proc/loadavg: 2.15 2.16 2.06 3/84 10880
/proc/meminfo: memFree=1111512/2055920 swapFree=4180444/4192956
[pid=10868] ppid=10866 vsize=0 CPUtime=153.44
/proc/10868/stat : 10868 (java) Z 10866 10868 9184 0 -1 12 326668 0 1 0 15201 143 0 0 16 0 2 0 1998394351 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 153.44
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 150.544
CPU time (s): 153.487
CPU user time (s): 152.012
CPU system time (s): 1.47478
CPU usage (%): 101.955
Max. virtual memory (cumulated for all children) (KiB): 916764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.012
system time used= 1.47477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326668
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= 4823
involuntary context switches= 6444

runsolver used 0.204968 second user time and 0.493924 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 19:57:28
IDJOB=1077684
IDBENCH=56701
IDSOLVER=344
FILE ID=node68/1077684-1215194248
PBS_JOBID= 7881589
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a7fa2e3be281c770ffd9769f629ed4c
RANDOM SEED=943596897

node68.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:       1808600 kB
Buffers:         17604 kB
Cached:         168048 kB
SwapCached:       6312 kB
Active:         127312 kB
Inactive:        69288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808600 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1100 kB
Writeback:           0 kB
Mapped:          18700 kB
Slab:            36324 kB
Committed_AS:  4242900 kB
PageTables:       1676 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= 66528 MiB
End job on node68 at 2008-07-04 19:59:58