Trace number 1067525

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? 154.84 151.951

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-80-3-1.xml
MD5SUM9015713929ee614da0871d1f0826a5c5
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.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity4
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.25	c See www.sat4j.org for details.
0.19/0.25	c That software uses the Rhino library from the Mozilla project.
0.19/0.28	c version 9.9.9.token
0.19/0.28	c sun.arch.data.model	32
0.19/0.28	c java.version	1.6.0_06
0.19/0.28	c os.name	Linux
0.19/0.28	c os.version	2.6.9-22.EL.rootsmp
0.19/0.28	c os.arch	i386
0.19/0.28	c Free memory 669864272
0.19/0.28	c Max memory 672137216
0.19/0.28	c Total memory 672137216
0.19/0.28	c Number of processors 2
0.33/0.34	c c --- Begin Solver configuration ---
0.33/0.34	c Stops conflict analysis at the first Unique Implication Point
0.33/0.34	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.34	c Learn all clauses as in MiniSAT
0.33/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.34	c Expensive reason simplification
0.33/0.34	c MiniSAT restarts strategy
0.33/0.34	c timeout=2147483s
0.33/0.34	c DB Simplification allowed=false
0.33/0.34	c --- End Solver configuration ---
0.33/0.34	c solving HOME/instance-1067525-1215150440.xml
0.33/0.34	c reading problem ... 
0.53/0.59	c reading problem named null
0.53/0.59	c reading domains done.
0.53/0.59	c reading variables done.
0.83/0.83	c reading predicates  done.
1.14/1.13	c reading constraints
154.70/151.82	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
154.70/151.82		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
154.70/151.82		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
154.70/151.82		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
154.70/151.82		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
154.70/151.82		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
154.70/151.82		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
154.70/151.82		at org.sat4j.csp.Predicate.find(Predicate.java:132)
154.70/151.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
154.70/151.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
154.70/151.82		at org.sat4j.csp.Predicate.find(Predicate.java:139)
154.70/151.82		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
154.70/151.82		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
154.70/151.82		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
154.70/151.82		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
154.70/151.82		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
154.70/151.82		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
154.70/151.82		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
154.70/151.82		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
154.70/151.82		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
154.70/151.82		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
154.70/151.82		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
154.70/151.83	c starts		: 0
154.70/151.83	c conflicts		: 0
154.70/151.83	c decisions		: 0
154.70/151.83	c propagations		: 0
154.70/151.83	c inspects		: 0
154.70/151.83	c learnt literals	: 0
154.70/151.83	c learnt binary clauses	: 0
154.70/151.83	c learnt ternary clauses	: 0
154.70/151.83	c learnt clauses	: 0
154.70/151.83	c ignored clauses	: 0
154.70/151.83	c root simplifications	: 0
154.70/151.83	c removed literals (reason simplification)	: 0
154.70/151.83	c reason swapping (by a shorter reason)	: 0
154.70/151.83	c Calls to reduceDB	: 0
154.70/151.83	c speed (assignments/second)	: 0.0
154.70/151.83	c non guided choices	0
154.70/151.83	s UNKNOWN
154.70/151.83	c Total wall clock time (in seconds) : 151.489

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-1067525-1215150440/watcher-1067525-1215150440 -o /tmp/evaluation-result-1067525-1215150440/solver-1067525-1215150440 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1067525-1215150440.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.95 1.98 4/73 12444
/proc/meminfo: memFree=1659816/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=18572 CPUtime=0
/proc/12444/stat : 12444 (runsolver) R 12442 12444 12371 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 255986839 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/12444/statm: 4643 292 257 25 0 2626 0

[startup+0.043792 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 12444
/proc/meminfo: memFree=1659816/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=800744 CPUtime=0.02
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 2442 0 1 0 1 1 0 0 18 0 4 0 255986839 819961856 2180 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 200186 2181 925 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.101803 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 12444
/proc/meminfo: memFree=1659816/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=804612 CPUtime=0.08
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 255986839 823922688 2740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301848 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 12444
/proc/meminfo: memFree=1659816/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=808960 CPUtime=0.33
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 5285 0 1 0 30 3 0 0 18 0 12 0 255986839 828375040 4610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 202240 4610 1308 9 0 199609 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 808960

[startup+0.70192 s]
/proc/loadavg: 1.92 1.95 1.98 4/73 12444
/proc/meminfo: memFree=1659816/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=809492 CPUtime=0.73
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 6519 0 1 0 69 4 0 0 18 0 12 0 255986839 828919808 5719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 202373 5719 1335 9 0 199735 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 809492

[startup+1.50207 s]
/proc/loadavg: 1.92 1.95 1.98 3/85 12456
/proc/meminfo: memFree=1637960/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=817472 CPUtime=1.52
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 11813 0 1 0 146 6 0 0 18 0 12 0 255986839 837091328 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 204368 8642 1365 9 0 201730 0
[pid=12444/tid=12446] ppid=12442 vsize=817472 CPUtime=0.77
/proc/12444/task/12446/stat : 12446 (java) R 12442 12444 12371 0 -1 64 5498 0 1 0 74 3 0 0 22 0 12 0 255986840 837091328 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 255986841 837091328 8642 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12448] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 255986841 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12449] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12449/stat : 12449 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 255986843 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 255986843 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 255986843 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=817472 CPUtime=0.29
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1166 0 0 0 29 0 0 0 16 0 12 0 255986847 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12454] ppid=12442 vsize=817472 CPUtime=0.42
/proc/12444/task/12454/stat : 12454 (java) R 12442 12444 12371 0 -1 64 4386 0 0 0 41 1 0 0 17 0 12 0 255986847 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 3067607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12455] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=817472 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 837091328 8643 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 817472

[startup+3.10239 s]
/proc/loadavg: 2.00 1.97 1.99 4/85 12456
/proc/meminfo: memFree=1625160/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=819096 CPUtime=3.12
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 29282 0 1 0 297 15 0 0 18 0 12 0 255986839 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 204774 24499 1378 9 0 202136 0
[pid=12444/tid=12446] ppid=12442 vsize=819096 CPUtime=1.72
/proc/12444/task/12446/stat : 12446 (java) R 12442 12444 12371 0 -1 64 17539 0 1 0 163 9 0 0 25 0 12 0 255986840 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4109721081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=819096 CPUtime=0.07
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 1607 0 0 0 7 0 0 0 17 0 12 0 255986841 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12448] ppid=12442 vsize=819096 CPUtime=0.06
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 1586 0 0 0 6 0 0 0 17 0 12 0 255986841 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12449] ppid=12442 vsize=819096 CPUtime=0
/proc/12444/task/12449/stat : 12449 (java) S 12442 12444 12371 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 255986843 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=819096 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=819096 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=819096 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=819096 CPUtime=0.42
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1609 0 0 0 42 0 0 0 16 0 12 0 255986847 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12454] ppid=12442 vsize=819096 CPUtime=0.79
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6150 0 0 0 77 2 0 0 17 0 12 0 255986847 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12455] ppid=12442 vsize=819096 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=819096 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 838754304 24499 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 819096

[startup+6.30301 s]
/proc/loadavg: 2.00 1.97 1.99 3/85 12456
/proc/meminfo: memFree=1546184/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=818876 CPUtime=6.47
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 35087 0 1 0 630 17 0 0 18 0 12 0 255986839 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 204719 29539 1382 9 0 202081 0
[pid=12444/tid=12446] ppid=12442 vsize=818876 CPUtime=4.51
/proc/12444/task/12446/stat : 12446 (java) R 12442 12444 12371 0 -1 64 17547 0 1 0 442 9 0 0 25 0 12 0 255986840 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4109318901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12447] ppid=12442 vsize=818876 CPUtime=0.25
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 4627 0 0 0 24 1 0 0 17 0 12 0 255986841 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12448] ppid=12442 vsize=818876 CPUtime=0.23
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 4125 0 0 0 22 1 0 0 17 0 12 0 255986841 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12449] ppid=12442 vsize=818876 CPUtime=0
/proc/12444/task/12449/stat : 12449 (java) S 12442 12444 12371 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 255986843 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12450] ppid=12442 vsize=818876 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=818876 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=818876 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=818876 CPUtime=0.45
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1609 0 0 0 45 0 0 0 16 0 12 0 255986847 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12454] ppid=12442 vsize=818876 CPUtime=0.97
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6388 0 0 0 94 3 0 0 16 0 12 0 255986847 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12455] ppid=12442 vsize=818876 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=818876 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 838529024 29539 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 818876

[startup+12.7023 s]
/proc/loadavg: 2.00 1.97 1.99 3/85 12456
/proc/meminfo: memFree=1491848/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=825276 CPUtime=13.36
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 50700 0 1 0 1312 24 0 0 18 0 12 0 255986839 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 206319 43389 1387 9 0 203681 0
[pid=12444/tid=12446] ppid=12442 vsize=825276 CPUtime=9.33
/proc/12444/task/12446/stat : 12446 (java) R 12442 12444 12371 0 -1 64 17556 0 1 0 924 9 0 0 25 0 12 0 255986840 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4109654130 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=825276 CPUtime=1.24
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 14244 0 0 0 118 6 0 0 17 0 12 0 255986841 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12448] ppid=12442 vsize=825276 CPUtime=1.16
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 10092 0 0 0 113 3 0 0 17 0 12 0 255986841 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12449] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12449/stat : 12449 (java) S 12442 12444 12371 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=825276 CPUtime=0.56
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1627 0 0 0 56 0 0 0 16 0 12 0 255986847 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12454] ppid=12442 vsize=825276 CPUtime=1.01
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6390 0 0 0 98 3 0 0 16 0 12 0 255986847 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12455] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 845082624 43389 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.36
Current children cumulated vsize (KiB) 825276

[startup+25.5027 s]
/proc/loadavg: 2.16 2.00 2.00 5/85 12456
/proc/meminfo: memFree=1262088/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=825276 CPUtime=26.88
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 110960 0 1 0 2639 49 0 0 18 0 12 0 255986839 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 206319 102580 1387 9 0 203681 0
[pid=12444/tid=12446] ppid=12442 vsize=825276 CPUtime=17.31
/proc/12444/task/12446/stat : 12446 (java) R 12442 12444 12371 0 -1 64 23743 0 1 0 1719 12 0 0 25 0 12 0 255986840 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4109826101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=825276 CPUtime=3.97
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 36881 0 0 0 383 14 0 0 17 0 12 0 255986841 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12448] ppid=12442 vsize=825276 CPUtime=3.83
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 41527 0 0 0 367 16 0 0 17 0 12 0 255986841 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12449] ppid=12442 vsize=825276 CPUtime=0.01
/proc/12444/task/12449/stat : 12449 (java) S 12442 12444 12371 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 255986843 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 102580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12444/tid=12455] ppid=12442 vsize=889280 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 910622720 191828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=889280 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 910622720 191828 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 130.82
Current children cumulated vsize (KiB) 889280

[startup+140.701 s]
/proc/loadavg: 2.10 2.06 2.02 3/85 12458
/proc/meminfo: memFree=959368/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=825276 CPUtime=143.61
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 371593 0 1 0 14206 155 0 0 18 0 12 0 255986839 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 206319 175829 1391 9 0 203681 0
[pid=12444/tid=12446] ppid=12442 vsize=825276 CPUtime=33.29
/proc/12444/task/12446/stat : 12446 (java) S 12442 12444 12371 0 -1 64 36131 0 1 0 3312 17 0 0 17 0 12 0 255986840 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=825276 CPUtime=8.34
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 59664 0 0 0 811 23 0 0 16 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12448] ppid=12442 vsize=825276 CPUtime=8.17
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 74932 0 0 0 789 28 0 0 15 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12449] ppid=12442 vsize=825276 CPUtime=91.83
/proc/12444/task/12449/stat : 12449 (java) R 12442 12444 12371 0 -1 64 192072 0 0 0 9102 81 0 0 25 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 104126442 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=825276 CPUtime=0.73
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1636 0 0 0 73 0 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12454] ppid=12442 vsize=825276 CPUtime=1.19
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6396 0 0 0 116 3 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12455] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 143.61
Current children cumulated vsize (KiB) 825276

[startup+147.101 s]
/proc/loadavg: 2.09 2.06 2.02 3/85 12458
/proc/meminfo: memFree=959368/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=825276 CPUtime=150
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 371595 0 1 0 14845 155 0 0 18 0 12 0 255986839 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 206319 175829 1391 9 0 203681 0
[pid=12444/tid=12446] ppid=12442 vsize=825276 CPUtime=33.29
/proc/12444/task/12446/stat : 12446 (java) S 12442 12444 12371 0 -1 64 36133 0 1 0 3312 17 0 0 17 0 12 0 255986840 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=825276 CPUtime=8.34
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 59664 0 0 0 811 23 0 0 16 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12448] ppid=12442 vsize=825276 CPUtime=8.17
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 74932 0 0 0 789 28 0 0 15 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12449] ppid=12442 vsize=825276 CPUtime=98.22
/proc/12444/task/12449/stat : 12449 (java) R 12442 12444 12371 0 -1 64 192072 0 0 0 9741 81 0 0 25 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 106122246 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=825276 CPUtime=0.73
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1636 0 0 0 73 0 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12454] ppid=12442 vsize=825276 CPUtime=1.19
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6396 0 0 0 116 3 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12455] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150
Current children cumulated vsize (KiB) 825276

[startup+150.303 s]
/proc/loadavg: 2.09 2.06 2.02 3/85 12458
/proc/meminfo: memFree=959368/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=825276 CPUtime=153.2
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 371596 0 1 0 15165 155 0 0 18 0 12 0 255986839 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 206319 175829 1391 9 0 203681 0
[pid=12444/tid=12446] ppid=12442 vsize=825276 CPUtime=33.29
/proc/12444/task/12446/stat : 12446 (java) S 12442 12444 12371 0 -1 64 36134 0 1 0 3312 17 0 0 17 0 12 0 255986840 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=825276 CPUtime=8.34
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 59664 0 0 0 811 23 0 0 16 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12448] ppid=12442 vsize=825276 CPUtime=8.17
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 74932 0 0 0 789 28 0 0 15 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12449] ppid=12442 vsize=825276 CPUtime=101.42
/proc/12444/task/12449/stat : 12449 (java) R 12442 12444 12371 0 -1 64 192072 0 0 0 10061 81 0 0 25 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 106123395 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=825276 CPUtime=0.73
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1636 0 0 0 73 0 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12454] ppid=12442 vsize=825276 CPUtime=1.19
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6396 0 0 0 116 3 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12455] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 153.2
Current children cumulated vsize (KiB) 825276

[startup+151.101 s]
/proc/loadavg: 2.09 2.06 2.02 3/85 12458
/proc/meminfo: memFree=959368/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=825276 CPUtime=154
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 371596 0 1 0 15245 155 0 0 18 0 12 0 255986839 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 206319 175829 1391 9 0 203681 0
[pid=12444/tid=12446] ppid=12442 vsize=825276 CPUtime=33.29
/proc/12444/task/12446/stat : 12446 (java) S 12442 12444 12371 0 -1 64 36134 0 1 0 3312 17 0 0 17 0 12 0 255986840 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=825276 CPUtime=8.34
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 59664 0 0 0 811 23 0 0 16 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12448] ppid=12442 vsize=825276 CPUtime=8.17
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 74932 0 0 0 789 28 0 0 15 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12449] ppid=12442 vsize=825276 CPUtime=102.22
/proc/12444/task/12449/stat : 12449 (java) R 12442 12444 12371 0 -1 64 192072 0 0 0 10141 81 0 0 25 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=825276 CPUtime=0.73
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1636 0 0 0 73 0 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12454] ppid=12442 vsize=825276 CPUtime=1.19
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6396 0 0 0 116 3 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12455] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154
Current children cumulated vsize (KiB) 825276

[startup+151.501 s]
/proc/loadavg: 2.09 2.06 2.02 3/85 12458
/proc/meminfo: memFree=959368/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=825276 CPUtime=154.4
/proc/12444/stat : 12444 (java) S 12442 12444 12371 0 -1 0 371596 0 1 0 15285 155 0 0 18 0 12 0 255986839 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 206319 175829 1391 9 0 203681 0
[pid=12444/tid=12446] ppid=12442 vsize=825276 CPUtime=33.29
/proc/12444/task/12446/stat : 12446 (java) S 12442 12444 12371 0 -1 64 36134 0 1 0 3312 17 0 0 17 0 12 0 255986840 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12447] ppid=12442 vsize=825276 CPUtime=8.34
/proc/12444/task/12447/stat : 12447 (java) S 12442 12444 12371 0 -1 64 59664 0 0 0 811 23 0 0 16 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12448] ppid=12442 vsize=825276 CPUtime=8.17
/proc/12444/task/12448/stat : 12448 (java) S 12442 12444 12371 0 -1 64 74932 0 0 0 789 28 0 0 15 0 12 0 255986841 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12444/tid=12449] ppid=12442 vsize=825276 CPUtime=102.62
/proc/12444/task/12449/stat : 12449 (java) R 12442 12444 12371 0 -1 64 192072 0 0 0 10181 81 0 0 25 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12450] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12450/stat : 12450 (java) S 12442 12444 12371 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12451] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12451/stat : 12451 (java) S 12442 12444 12371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255986843 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12452] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12452/stat : 12452 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12453] ppid=12442 vsize=825276 CPUtime=0.73
/proc/12444/task/12453/stat : 12453 (java) S 12442 12444 12371 0 -1 64 1636 0 0 0 73 0 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12454] ppid=12442 vsize=825276 CPUtime=1.19
/proc/12444/task/12454/stat : 12454 (java) S 12442 12444 12371 0 -1 64 6396 0 0 0 116 3 0 0 16 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12455] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12455/stat : 12455 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 255986847 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12444/tid=12456] ppid=12442 vsize=825276 CPUtime=0
/proc/12444/task/12456/stat : 12456 (java) S 12442 12444 12371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 255986848 845082624 175829 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.4
Current children cumulated vsize (KiB) 825276

[startup+151.901 s]
/proc/loadavg: 2.08 2.05 2.01 3/85 12458
/proc/meminfo: memFree=959304/2055920 swapFree=4180776/4192956
[pid=12444] ppid=12442 vsize=0 CPUtime=154.78
/proc/12444/stat : 12444 (java) Z 12442 12444 12371 0 -1 12 371611 0 1 0 15317 161 0 0 16 0 2 0 255986839 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12444/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 151.951
CPU time (s): 154.84
CPU user time (s): 153.179
CPU system time (s): 1.66175
CPU usage (%): 101.902
Max. virtual memory (cumulated for all children) (KiB): 921284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.179
system time used= 1.66175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371611
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= 4687
involuntary context switches= 6077

runsolver used 0.153976 second user time and 0.497924 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-04 07:47:21
IDJOB=1067525
IDBENCH=55400
IDSOLVER=344
FILE ID=node85/1067525-1215150440
PBS_JOBID= 7877444
Free space on /tmp= 126864 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9015713929ee614da0871d1f0826a5c5
RANDOM SEED=1850560307

node85.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.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1660360 kB
Buffers:         49136 kB
Cached:         287140 kB
SwapCached:       6988 kB
Active:         105652 kB
Inactive:       242836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660360 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:          19156 kB
Slab:            32828 kB
Committed_AS:   565960 kB
PageTables:       1496 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= 126864 MiB
End job on node85 at 2008-07-04 07:49:53