Trace number 1082366

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? 210.91 212.126

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-15.xml
MD5SUM874fd86118a4813c9be08ba39f4519b6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.1612
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size1042
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1082366-1215222188/watcher-1082366-1215222188 -o /tmp/evaluation-result-1082366-1215222188/solver-1082366-1215222188 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1082366-1215222188.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1704
/proc/meminfo: memFree=1697892/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=18572 CPUtime=0
/proc/1704/stat : 1704 (runsolver) R 1702 1704 32285 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 677945358 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1704/statm: 4643 292 257 25 0 2626 0

[startup+0.0824449 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1704
/proc/meminfo: memFree=1697892/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=802236 CPUtime=0.06
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 2825 0 1 0 5 1 0 0 20 0 7 0 677945358 821489664 2560 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 200559 2562 1010 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101443 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1704
/proc/meminfo: memFree=1697892/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=804612 CPUtime=0.08
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 2998 0 1 0 6 2 0 0 20 0 12 0 677945358 823922688 2731 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 201153 2732 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301463 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1704
/proc/meminfo: memFree=1697892/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=808360 CPUtime=0.28
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 5006 0 1 0 25 3 0 0 20 0 12 0 677945358 827760640 4334 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 202090 4334 1305 9 0 199459 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808360

[startup+0.701504 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 1704
/proc/meminfo: memFree=1697892/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=808388 CPUtime=0.67
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 6344 0 1 0 63 4 0 0 20 0 12 0 677945358 827789312 5525 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 202097 5525 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808388

[startup+1.50159 s]
/proc/loadavg: 1.92 1.98 1.99 4/99 1716
/proc/meminfo: memFree=1668612/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=812236 CPUtime=1.47
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 33300 0 1 0 132 15 0 0 20 0 12 0 677945358 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 203059 31532 1346 9 0 200421 0
[pid=1704/tid=1706] ppid=1702 vsize=812236 CPUtime=0.68
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 16983 0 1 0 59 9 0 0 16 0 12 0 677945360 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4109604409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1707] ppid=1702 vsize=812236 CPUtime=0.19
/proc/1704/task/1707/stat : 1707 (java) R 1702 1704 32285 0 -1 64 9571 0 0 0 17 2 0 0 19 0 12 0 677945361 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1708] ppid=1702 vsize=812236 CPUtime=0.1
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 4146 0 0 0 9 1 0 0 17 0 12 0 677945361 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1709] ppid=1702 vsize=812236 CPUtime=0
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 32285 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 677945363 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1710] ppid=1702 vsize=812236 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 677945363 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=812236 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 677945363 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=812236 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=812236 CPUtime=0.18
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 584 0 0 0 18 0 0 0 16 0 12 0 677945368 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1714] ppid=1702 vsize=812236 CPUtime=0.26
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 1227 0 0 0 26 0 0 0 16 0 12 0 677945368 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=812236 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=812236 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 831729664 31532 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812236

[startup+3.10276 s]
/proc/loadavg: 1.92 1.98 1.99 3/99 1716
/proc/meminfo: memFree=1572228/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=815148 CPUtime=2.99
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 43873 0 1 0 276 23 0 0 20 0 12 0 677945358 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 203787 41121 1372 9 0 201149 0
[pid=1704/tid=1706] ppid=1702 vsize=815148 CPUtime=1.22
/proc/1704/task/1706/stat : 1706 (java) S 1702 1704 32285 0 -1 64 17296 0 1 0 112 10 0 0 20 0 12 0 677945360 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1707] ppid=1702 vsize=815148 CPUtime=0.77
/proc/1704/task/1707/stat : 1707 (java) R 1702 1704 32285 0 -1 64 15491 0 0 0 69 8 0 0 20 0 12 0 677945361 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1708] ppid=1702 vsize=815148 CPUtime=0.18
/proc/1704/task/1708/stat : 1708 (java) R 1702 1704 32285 0 -1 64 6736 0 0 0 16 2 0 0 16 0 12 0 677945361 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 106548957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1709] ppid=1702 vsize=815148 CPUtime=0
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 32285 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 677945363 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1710] ppid=1702 vsize=815148 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 677945363 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=815148 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 677945363 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1712] ppid=1702 vsize=815148 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=815148 CPUtime=0.44
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 2322 0 0 0 44 0 0 0 16 0 12 0 677945368 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1714] ppid=1702 vsize=815148 CPUtime=0.32
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 1239 0 0 0 32 0 0 0 16 0 12 0 677945368 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=815148 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=815148 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 834711552 41121 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 815148

[startup+6.30124 s]
/proc/loadavg: 2.17 2.03 2.01 3/99 1716
/proc/meminfo: memFree=1510468/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=824196 CPUtime=6.17
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 58634 0 1 0 588 29 0 0 20 0 12 0 677945358 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 206049 50773 1384 9 0 203411 0
[pid=1704/tid=1706] ppid=1702 vsize=824196 CPUtime=3.16
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 17304 0 1 0 306 10 0 0 25 0 12 0 677945360 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4109878784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1707] ppid=1702 vsize=824196 CPUtime=1
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 21317 0 0 0 90 10 0 0 16 0 12 0 677945361 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1708] ppid=1702 vsize=824196 CPUtime=0.28
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 8246 0 0 0 25 3 0 0 16 0 12 0 677945361 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1709] ppid=1702 vsize=824196 CPUtime=0
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 32285 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 677945363 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1710] ppid=1702 vsize=824196 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=824196 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=824196 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=824196 CPUtime=0.66
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 3752 0 0 0 65 1 0 0 16 0 12 0 677945368 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1714] ppid=1702 vsize=824196 CPUtime=1.01
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 7223 0 0 0 98 3 0 0 22 0 12 0 677945368 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=824196 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=824196 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 843976704 50773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 824196

[startup+12.7029 s]
/proc/loadavg: 2.15 2.03 2.01 3/99 1716
/proc/meminfo: memFree=1442180/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=823812 CPUtime=12.48
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 74781 0 1 0 1213 35 0 0 20 0 12 0 677945358 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 205953 66805 1384 9 0 203315 0
[pid=1704/tid=1706] ppid=1702 vsize=823812 CPUtime=9.13
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 17327 0 1 0 903 10 0 0 25 0 12 0 677945360 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4109218843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1707] ppid=1702 vsize=823812 CPUtime=1.15
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 29149 0 0 0 103 12 0 0 16 0 12 0 677945361 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1708] ppid=1702 vsize=823812 CPUtime=0.43
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 16538 0 0 0 37 6 0 0 16 0 12 0 677945361 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1709] ppid=1702 vsize=823812 CPUtime=0.01
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 32285 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 677945363 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1710] ppid=1702 vsize=823812 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=823812 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=823812 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=823812 CPUtime=0.69
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 3752 0 0 0 68 1 0 0 17 0 12 0 677945368 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1714] ppid=1702 vsize=823812 CPUtime=1.01
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 7223 0 0 0 98 3 0 0 17 0 12 0 677945368 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=823812 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=823812 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 843583488 66805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 823812

[startup+25.5012 s]
/proc/loadavg: 2.12 2.03 2.01 3/99 1716
/proc/meminfo: memFree=1318788/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=823556 CPUtime=25.15
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 104528 0 1 0 2469 46 0 0 20 0 12 0 677945358 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 205889 96456 1384 9 0 203251 0
[pid=1704/tid=1706] ppid=1702 vsize=823556 CPUtime=21.18
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 17359 0 1 0 2108 10 0 0 25 0 12 0 677945360 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4109882939 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1707] ppid=1702 vsize=823556 CPUtime=1.45
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 46002 0 0 0 127 18 0 0 16 0 12 0 677945361 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1708] ppid=1702 vsize=823556 CPUtime=0.67
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 29400 0 0 0 57 10 0 0 16 0 12 0 677945361 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1709] ppid=1702 vsize=823556 CPUtime=0.01
/proc/1704/task/1709/stat : 1709 (java) S 1702 1704 32285 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 677945363 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1710] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1711] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 843321344 96456 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=1704/tid=1715] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 190.88
Current children cumulated vsize (KiB) 827560

[startup+204.702 s]
/proc/loadavg: 2.67 2.21 2.06 4/99 1717
/proc/meminfo: memFree=995012/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=827560 CPUtime=203.56
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 260439 0 1 0 20241 115 0 0 20 0 12 0 677945358 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 206890 176471 1388 9 0 204252 0
[pid=1704/tid=1706] ppid=1702 vsize=827560 CPUtime=150.18
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 17723 0 1 0 15007 11 0 0 25 0 12 0 677945360 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1707] ppid=1702 vsize=827560 CPUtime=4.14
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 85474 0 0 0 381 33 0 0 15 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1708] ppid=1702 vsize=827560 CPUtime=3.53
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 68747 0 0 0 329 24 0 0 16 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1709] ppid=1702 vsize=827560 CPUtime=43.84
/proc/1704/task/1709/stat : 1709 (java) R 1702 1704 32285 0 -1 64 76759 0 0 0 4346 38 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1710] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=827560 CPUtime=0.73
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 3752 0 0 0 72 1 0 0 17 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1714] ppid=1702 vsize=827560 CPUtime=1.05
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 7223 0 0 0 102 3 0 0 16 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.56
Current children cumulated vsize (KiB) 827560

[startup+207.907 s]
/proc/loadavg: 2.70 2.22 2.07 4/99 1717
/proc/meminfo: memFree=995012/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=827560 CPUtime=206.73
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 266451 0 1 0 20556 117 0 0 20 0 12 0 677945358 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 206890 176471 1388 9 0 204252 0
[pid=1704/tid=1706] ppid=1702 vsize=827560 CPUtime=150.41
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 17729 0 1 0 15030 11 0 0 25 0 12 0 677945360 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1707] ppid=1702 vsize=827560 CPUtime=4.14
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 85474 0 0 0 381 33 0 0 15 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1708] ppid=1702 vsize=827560 CPUtime=3.53
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 68747 0 0 0 329 24 0 0 16 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1709] ppid=1702 vsize=827560 CPUtime=46.79
/proc/1704/task/1709/stat : 1709 (java) R 1702 1704 32285 0 -1 64 82765 0 0 0 4638 41 0 0 17 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 106122229 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1710] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=827560 CPUtime=0.73
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 3752 0 0 0 72 1 0 0 17 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1714] ppid=1702 vsize=827560 CPUtime=1.05
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 7223 0 0 0 102 3 0 0 16 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 206.73
Current children cumulated vsize (KiB) 827560

[startup+209.502 s]
/proc/loadavg: 2.70 2.22 2.07 4/99 1717
/proc/meminfo: memFree=995012/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=827560 CPUtime=208.31
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 269457 0 1 0 20713 118 0 0 20 0 12 0 677945358 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 206890 176471 1388 9 0 204252 0
[pid=1704/tid=1706] ppid=1702 vsize=827560 CPUtime=150.47
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 17732 0 1 0 15036 11 0 0 25 0 12 0 677945360 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1707] ppid=1702 vsize=827560 CPUtime=4.14
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 85474 0 0 0 381 33 0 0 15 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1708] ppid=1702 vsize=827560 CPUtime=3.53
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 68747 0 0 0 329 24 0 0 16 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1709] ppid=1702 vsize=827560 CPUtime=48.31
/proc/1704/task/1709/stat : 1709 (java) R 1702 1704 32285 0 -1 64 85768 0 0 0 4789 42 0 0 17 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 104126487 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1710] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=827560 CPUtime=0.73
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 3752 0 0 0 72 1 0 0 17 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1714] ppid=1702 vsize=827560 CPUtime=1.05
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 7223 0 0 0 102 3 0 0 16 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 208.31
Current children cumulated vsize (KiB) 827560

[startup+211.102 s]
/proc/loadavg: 2.70 2.22 2.07 4/99 1717
/proc/meminfo: memFree=998852/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=823556 CPUtime=209.9
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 271463 0 1 0 20871 119 0 0 20 0 12 0 677945358 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 205889 175470 1388 9 0 203251 0
[pid=1704/tid=1706] ppid=1702 vsize=823556 CPUtime=150.5
/proc/1704/task/1706/stat : 1706 (java) R 1702 1704 32285 0 -1 64 17736 0 1 0 15039 11 0 0 24 0 12 0 677945360 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1707] ppid=1702 vsize=823556 CPUtime=4.14
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 85474 0 0 0 381 33 0 0 15 0 12 0 677945361 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1708] ppid=1702 vsize=823556 CPUtime=3.53
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 68747 0 0 0 329 24 0 0 16 0 12 0 677945361 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1709] ppid=1702 vsize=823556 CPUtime=49.87
/proc/1704/task/1709/stat : 1709 (java) R 1702 1704 32285 0 -1 64 87770 0 0 0 4944 43 0 0 18 0 12 0 677945363 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 103550475 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1710] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=823556 CPUtime=0.73
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 3752 0 0 0 72 1 0 0 17 0 12 0 677945368 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1714] ppid=1702 vsize=823556 CPUtime=1.05
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 7223 0 0 0 102 3 0 0 16 0 12 0 677945368 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=823556 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 843321344 175470 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 209.9
Current children cumulated vsize (KiB) 823556

[startup+211.902 s]
/proc/loadavg: 2.70 2.22 2.07 4/99 1717
/proc/meminfo: memFree=998852/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=827560 CPUtime=210.69
/proc/1704/stat : 1704 (java) S 1702 1704 32285 0 -1 0 272464 0 1 0 20950 119 0 0 20 0 12 0 677945358 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 206890 176471 1388 9 0 204252 0
[pid=1704/tid=1706] ppid=1702 vsize=827560 CPUtime=150.5
/proc/1704/task/1706/stat : 1706 (java) S 1702 1704 32285 0 -1 64 17736 0 1 0 15039 11 0 0 24 0 12 0 677945360 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1707] ppid=1702 vsize=827560 CPUtime=4.14
/proc/1704/task/1707/stat : 1707 (java) S 1702 1704 32285 0 -1 64 85474 0 0 0 381 33 0 0 15 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1708] ppid=1702 vsize=827560 CPUtime=3.53
/proc/1704/task/1708/stat : 1708 (java) S 1702 1704 32285 0 -1 64 68747 0 0 0 329 24 0 0 16 0 12 0 677945361 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1709] ppid=1702 vsize=827560 CPUtime=50.65
/proc/1704/task/1709/stat : 1709 (java) R 1702 1704 32285 0 -1 64 88771 0 0 0 5022 43 0 0 19 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1710] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1710/stat : 1710 (java) S 1702 1704 32285 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1711] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1711/stat : 1711 (java) S 1702 1704 32285 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 677945363 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1712] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1712/stat : 1712 (java) S 1702 1704 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1713] ppid=1702 vsize=827560 CPUtime=0.73
/proc/1704/task/1713/stat : 1713 (java) S 1702 1704 32285 0 -1 64 3752 0 0 0 72 1 0 0 17 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1704/tid=1714] ppid=1702 vsize=827560 CPUtime=1.05
/proc/1704/task/1714/stat : 1714 (java) S 1702 1704 32285 0 -1 64 7223 0 0 0 102 3 0 0 16 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1715] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1715/stat : 1715 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1704/tid=1716] ppid=1702 vsize=827560 CPUtime=0
/proc/1704/task/1716/stat : 1716 (java) S 1702 1704 32285 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 677945368 847421440 176471 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.69
Current children cumulated vsize (KiB) 827560

[startup+212.103 s]
/proc/loadavg: 2.70 2.22 2.07 4/99 1717
/proc/meminfo: memFree=998852/2055920 swapFree=4146768/4192956
[pid=1704] ppid=1702 vsize=0 CPUtime=210.87
/proc/1704/stat : 1704 (java) Z 1702 1704 32285 0 -1 12 272476 0 1 0 20960 127 0 0 16 0 2 0 677945358 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1704/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 210.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 212.126
CPU time (s): 210.91
CPU user time (s): 209.608
CPU system time (s): 1.3018
CPU usage (%): 99.4267
Max. virtual memory (cumulated for all children) (KiB): 827560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.608
system time used= 1.3018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272476
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= 10135
involuntary context switches= 11282

runsolver used 0.298954 second user time and 0.732888 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 03:43:08
IDJOB=1082366
IDBENCH=57224
IDSOLVER=344
FILE ID=node90/1082366-1215222188
PBS_JOBID= 7881806
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 874fd86118a4813c9be08ba39f4519b6
RANDOM SEED=373510534

node90.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.236
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.236
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:       1698372 kB
Buffers:         59116 kB
Cached:         161696 kB
SwapCached:      37656 kB
Active:         229048 kB
Inactive:        69160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698372 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          90944 kB
Slab:            43836 kB
Committed_AS:  1761448 kB
PageTables:       2424 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= 66556 MiB
End job on node90 at 2008-07-05 03:46:40