Trace number 1082387

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? 199.337 198.494

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-13.xml
MD5SUMb9608280c7283b6c031d7c75c491fce9
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 benchmark69.4574
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size944
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.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	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.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1082387-1215222369.xml
0.38/0.40	c reading problem ... 
0.57/0.68	c reading problem named null
0.57/0.68	c reading domains done.
0.68/0.71	c reading variables done.
1.87/1.66	c reading predicates  done.
2.06/1.84	c reading constraints
199.14/198.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
199.14/198.38		at java.lang.Integer.valueOf(Unknown Source)
199.14/198.38		at org.sat4j.csp.Predicate.find(Predicate.java:138)
199.14/198.38		at org.sat4j.csp.Predicate.find(Predicate.java:139)
199.14/198.38		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
199.14/198.38		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
199.14/198.38		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
199.14/198.38		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
199.14/198.38		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
199.14/198.38		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
199.14/198.38		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
199.14/198.38		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
199.14/198.38		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
199.14/198.38		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
199.14/198.38		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
199.14/198.38	c starts		: 0
199.14/198.38	c conflicts		: 0
199.14/198.38	c decisions		: 0
199.14/198.38	c propagations		: 0
199.14/198.38	c inspects		: 0
199.14/198.38	c learnt literals	: 0
199.14/198.38	c learnt binary clauses	: 0
199.14/198.38	c learnt ternary clauses	: 0
199.14/198.38	c learnt clauses	: 0
199.14/198.38	c ignored clauses	: 0
199.14/198.38	c root simplifications	: 0
199.14/198.38	c removed literals (reason simplification)	: 0
199.14/198.38	c reason swapping (by a shorter reason)	: 0
199.14/198.38	c Calls to reduceDB	: 0
199.14/198.39	c speed (assignments/second)	: 0.0
199.14/198.39	c non guided choices	0
199.14/198.39	s UNKNOWN
199.14/198.39	c Total wall clock time (in seconds) : 197.982

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 3694
/proc/meminfo: memFree=1729192/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=18572 CPUtime=0
/proc/3694/stat : 3694 (runsolver) R 3692 3694 3338 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2001210913 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3694/statm: 4643 292 257 25 0 2626 0

[startup+0.0788991 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 3694
/proc/meminfo: memFree=1729192/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=802236 CPUtime=0.06
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 2812 0 1 0 4 2 0 0 18 0 7 0 2001210913 821489664 2547 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 200559 2547 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102897 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 3694
/proc/meminfo: memFree=1729192/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=804612 CPUtime=0.08
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 3007 0 1 0 6 2 0 0 18 0 12 0 2001210913 823922688 2740 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301918 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 3694
/proc/meminfo: memFree=1729192/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=808244 CPUtime=0.28
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 4960 0 1 0 25 3 0 0 18 0 12 0 2001210913 827641856 4287 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 202061 4287 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701951 s]
/proc/loadavg: 2.01 2.04 2.01 4/72 3694
/proc/meminfo: memFree=1729192/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=808272 CPUtime=0.68
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 6356 0 1 0 63 5 0 0 18 0 12 0 2001210913 827670528 5484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 202068 5484 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50203 s]
/proc/loadavg: 2.01 2.04 2.01 4/84 3706
/proc/meminfo: memFree=1700808/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=812120 CPUtime=1.75
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 36392 0 1 0 156 19 0 0 18 0 12 0 2001210913 831610880 29789 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 203030 29791 1345 9 0 200392 0
[pid=3694/tid=3696] ppid=3692 vsize=812120 CPUtime=0.7
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 16953 0 1 0 60 10 0 0 22 0 12 0 2001210914 831610880 29792 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3697] ppid=3692 vsize=812120 CPUtime=0.28
/proc/3694/task/3697/stat : 3697 (java) R 3692 3694 3338 0 -1 64 8371 0 0 0 25 3 0 0 18 0 12 0 2001210915 831610880 29794 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=812120 CPUtime=0.28
/proc/3694/task/3698/stat : 3698 (java) R 3692 3694 3338 0 -1 64 8495 0 0 0 25 3 0 0 18 0 12 0 2001210915 831610880 29796 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=812120 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 2001210917 831610880 29797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=812120 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2001210917 831610880 29799 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3701] ppid=3692 vsize=812120 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2001210917 831610880 29800 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3702] ppid=3692 vsize=812120 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 831610880 29802 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=812120 CPUtime=0.2
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 645 0 0 0 20 0 0 0 16 0 12 0 2001210922 831610880 29804 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3704] ppid=3692 vsize=812120 CPUtime=0.23
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 1170 0 0 0 23 0 0 0 16 0 12 0 2001210922 831610880 29805 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3705] ppid=3692 vsize=812120 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 831610880 29807 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=812120 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 831610880 29809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 812120

[startup+3.10117 s]
/proc/loadavg: 2.09 2.06 2.01 4/84 3706
/proc/meminfo: memFree=1602120/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=815108 CPUtime=3.57
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 50831 0 1 0 331 26 0 0 18 0 12 0 2001210913 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 203777 41629 1373 9 0 201139 0
[pid=3694/tid=3696] ppid=3692 vsize=815108 CPUtime=1.54
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17264 0 1 0 143 11 0 0 22 0 12 0 2001210914 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3697] ppid=3692 vsize=815108 CPUtime=0.62
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 15628 0 0 0 57 5 0 0 19 0 12 0 2001210915 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3698] ppid=3692 vsize=815108 CPUtime=0.57
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 13635 0 0 0 51 6 0 0 18 0 12 0 2001210915 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=815108 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3338 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001210917 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=815108 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3701] ppid=3692 vsize=815108 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3702] ppid=3692 vsize=815108 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=815108 CPUtime=0.27
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 659 0 0 0 27 0 0 0 16 0 12 0 2001210922 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3704] ppid=3692 vsize=815108 CPUtime=0.53
/proc/3694/task/3704/stat : 3704 (java) R 3692 3694 3338 0 -1 64 2851 0 0 0 52 1 0 0 16 0 12 0 2001210922 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 102329296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3705] ppid=3692 vsize=815108 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=815108 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 834670592 41629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 815108

[startup+6.30146 s]
/proc/loadavg: 2.09 2.06 2.01 3/84 3706
/proc/meminfo: memFree=1537672/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=828012 CPUtime=7.16
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 66487 0 1 0 683 33 0 0 18 0 12 0 2001210913 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 207003 49661 1384 9 0 204365 0
[pid=3694/tid=3696] ppid=3692 vsize=828012 CPUtime=3.53
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17273 0 1 0 342 11 0 0 25 0 12 0 2001210914 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4109732050 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=828012 CPUtime=0.75
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 18590 0 0 0 69 6 0 0 16 0 12 0 2001210915 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3698] ppid=3692 vsize=828012 CPUtime=0.69
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 16459 0 0 0 62 7 0 0 16 0 12 0 2001210915 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3338 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3701] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3702] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=828012 CPUtime=0.9
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 3862 0 0 0 88 2 0 0 17 0 12 0 2001210922 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=828012 CPUtime=1.23
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 9508 0 0 0 120 3 0 0 22 0 12 0 2001210922 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3705] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) R 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 847884288 49661 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 828012

[startup+12.702 s]
/proc/loadavg: 2.07 2.06 2.01 3/84 3706
/proc/meminfo: memFree=1465864/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=828012 CPUtime=13.58
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 85251 0 1 0 1318 40 0 0 18 0 12 0 2001210913 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 207003 68206 1384 9 0 204365 0
[pid=3694/tid=3696] ppid=3692 vsize=828012 CPUtime=9.48
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17298 0 1 0 937 11 0 0 25 0 12 0 2001210914 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4109748481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=828012 CPUtime=0.97
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 26692 0 0 0 87 10 0 0 16 0 12 0 2001210915 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=828012 CPUtime=0.92
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 27096 0 0 0 82 10 0 0 16 0 12 0 2001210915 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=828012 CPUtime=0.01
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3338 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 2001210917 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3701] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3702] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=828012 CPUtime=0.9
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 3862 0 0 0 88 2 0 0 17 0 12 0 2001210922 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=828012 CPUtime=1.23
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 9508 0 0 0 120 3 0 0 17 0 12 0 2001210922 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 847884288 68206 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 828012

[startup+25.5022 s]
/proc/loadavg: 2.06 2.05 2.01 3/84 3706
/proc/meminfo: memFree=1341384/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=828012 CPUtime=26.37
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 116563 0 1 0 2586 51 0 0 18 0 12 0 2001210913 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 207003 99406 1384 9 0 204365 0
[pid=3694/tid=3696] ppid=3692 vsize=828012 CPUtime=21.61
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17331 0 1 0 2150 11 0 0 25 0 12 0 2001210914 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4110062052 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=828012 CPUtime=1.24
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 39582 0 0 0 110 14 0 0 16 0 12 0 2001210915 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=828012 CPUtime=1.24
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 45485 0 0 0 106 18 0 0 16 0 12 0 2001210915 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=828012 CPUtime=0.01
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3338 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 2001210917 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3701] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3702] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 847884288 99406 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=3694/tid=3705] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.73
Current children cumulated vsize (KiB) 828012

[startup+195.103 s]
/proc/loadavg: 2.52 2.18 2.05 4/84 3706
/proc/meminfo: memFree=1023304/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=832016 CPUtime=195.94
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 258091 0 1 0 19483 111 0 0 18 0 12 0 2001210913 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 208004 177308 1388 9 0 205366 0
[pid=3694/tid=3696] ppid=3692 vsize=832016 CPUtime=148.62
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17703 0 1 0 14849 13 0 0 25 0 12 0 2001210914 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=832016 CPUtime=4.18
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 76184 0 0 0 390 28 0 0 16 0 12 0 2001210915 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=832016 CPUtime=4.24
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 85242 0 0 0 390 34 0 0 15 0 12 0 2001210915 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=832016 CPUtime=36.62
/proc/3694/task/3699/stat : 3699 (java) R 3692 3694 3338 0 -1 64 64828 0 0 0 3634 28 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=832016 CPUtime=0.95
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 3862 0 0 0 93 2 0 0 17 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=832016 CPUtime=1.28
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 9508 0 0 0 125 3 0 0 16 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.94
Current children cumulated vsize (KiB) 832016

[startup+196.703 s]
/proc/loadavg: 2.52 2.18 2.05 4/84 3706
/proc/meminfo: memFree=1023304/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=828012 CPUtime=197.54
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 260095 0 1 0 19643 111 0 0 18 0 12 0 2001210913 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 207003 176307 1388 9 0 204365 0
[pid=3694/tid=3696] ppid=3692 vsize=828012 CPUtime=148.8
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17705 0 1 0 14867 13 0 0 25 0 12 0 2001210914 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4109807242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=828012 CPUtime=4.18
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 76184 0 0 0 390 28 0 0 16 0 12 0 2001210915 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=828012 CPUtime=4.24
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 85242 0 0 0 390 34 0 0 15 0 12 0 2001210915 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=828012 CPUtime=38.03
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3338 0 -1 64 66830 0 0 0 3775 28 0 0 16 0 12 0 2001210917 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=828012 CPUtime=0.95
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 3862 0 0 0 93 2 0 0 17 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=828012 CPUtime=1.28
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 9508 0 0 0 125 3 0 0 16 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 197.54
Current children cumulated vsize (KiB) 828012

[startup+197.503 s]
/proc/loadavg: 2.56 2.20 2.06 4/84 3706
/proc/meminfo: memFree=1027144/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=832016 CPUtime=198.34
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 262099 0 1 0 19722 112 0 0 18 0 12 0 2001210913 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 208004 177308 1388 9 0 205366 0
[pid=3694/tid=3696] ppid=3692 vsize=832016 CPUtime=148.86
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17707 0 1 0 14873 13 0 0 25 0 12 0 2001210914 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=832016 CPUtime=4.18
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 76184 0 0 0 390 28 0 0 16 0 12 0 2001210915 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=832016 CPUtime=4.24
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 85242 0 0 0 390 34 0 0 15 0 12 0 2001210915 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=832016 CPUtime=38.77
/proc/3694/task/3699/stat : 3699 (java) R 3692 3694 3338 0 -1 64 68832 0 0 0 3848 29 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 104062212 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=832016 CPUtime=0.95
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 3862 0 0 0 93 2 0 0 17 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=832016 CPUtime=1.28
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 9508 0 0 0 125 3 0 0 16 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.34
Current children cumulated vsize (KiB) 832016

[startup+197.903 s]
/proc/loadavg: 2.56 2.20 2.06 4/84 3706
/proc/meminfo: memFree=1027144/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=828012 CPUtime=198.74
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 262101 0 1 0 19762 112 0 0 18 0 12 0 2001210913 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 207003 176307 1388 9 0 204365 0
[pid=3694/tid=3696] ppid=3692 vsize=828012 CPUtime=148.93
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17709 0 1 0 14880 13 0 0 25 0 12 0 2001210914 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=828012 CPUtime=4.18
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 76184 0 0 0 390 28 0 0 16 0 12 0 2001210915 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=828012 CPUtime=4.24
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 85242 0 0 0 390 34 0 0 15 0 12 0 2001210915 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=828012 CPUtime=39.11
/proc/3694/task/3699/stat : 3699 (java) R 3692 3694 3338 0 -1 64 68832 0 0 0 3882 29 0 0 16 0 12 0 2001210917 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 104126459 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=828012 CPUtime=0.95
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 3862 0 0 0 93 2 0 0 17 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=828012 CPUtime=1.28
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 9508 0 0 0 125 3 0 0 16 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=828012 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 847884288 176307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.74
Current children cumulated vsize (KiB) 828012

[startup+198.303 s]
/proc/loadavg: 2.56 2.20 2.06 4/84 3706
/proc/meminfo: memFree=1027144/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=832016 CPUtime=199.14
/proc/3694/stat : 3694 (java) S 3692 3694 3338 0 -1 0 263102 0 1 0 19802 112 0 0 18 0 12 0 2001210913 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 208004 177308 1388 9 0 205366 0
[pid=3694/tid=3696] ppid=3692 vsize=832016 CPUtime=148.93
/proc/3694/task/3696/stat : 3696 (java) R 3692 3694 3338 0 -1 64 17709 0 1 0 14880 13 0 0 25 0 12 0 2001210914 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=832016 CPUtime=4.18
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3338 0 -1 64 76184 0 0 0 390 28 0 0 16 0 12 0 2001210915 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=832016 CPUtime=4.24
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3338 0 -1 64 85242 0 0 0 390 34 0 0 15 0 12 0 2001210915 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3699] ppid=3692 vsize=832016 CPUtime=39.5
/proc/3694/task/3699/stat : 3699 (java) R 3692 3694 3338 0 -1 64 69833 0 0 0 3921 29 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3700] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3338 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2001210917 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3338 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=832016 CPUtime=0.95
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3338 0 -1 64 3862 0 0 0 93 2 0 0 17 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=832016 CPUtime=1.28
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3338 0 -1 64 9508 0 0 0 125 3 0 0 16 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=832016 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3338 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2001210922 851984384 177308 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.14
Current children cumulated vsize (KiB) 832016

[startup+198.403 s]
/proc/loadavg: 2.56 2.20 2.06 4/84 3706
/proc/meminfo: memFree=1027144/2055920 swapFree=4180844/4192956
[pid=3694] ppid=3692 vsize=0 CPUtime=199.23
/proc/3694/stat : 3694 (java) Z 3692 3694 3338 0 -1 12 263116 0 1 0 19810 113 0 0 16 0 2 0 2001210913 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3694/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 199.23
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 198.494
CPU time (s): 199.337
CPU user time (s): 198.107
CPU system time (s): 1.22981
CPU usage (%): 100.425
Max. virtual memory (cumulated for all children) (KiB): 835680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.107
system time used= 1.22981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263116
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= 9998
involuntary context switches= 6308

runsolver used 0.250961 second user time and 0.733888 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 03:46:09
IDJOB=1082387
IDBENCH=57227
IDSOLVER=344
FILE ID=node25/1082387-1215222369
PBS_JOBID= 7881825
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b9608280c7283b6c031d7c75c491fce9
RANDOM SEED=1794291298

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729672 kB
Buffers:         62476 kB
Cached:         196188 kB
SwapCached:       6196 kB
Active:         187464 kB
Inactive:        83036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729672 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:          19040 kB
Slab:            40972 kB
Committed_AS:  3514596 kB
PageTables:       1896 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= 66524 MiB
End job on node25 at 2008-07-05 03:49:27