Trace number 1094059

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? 279.905 280.77

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-95-8.xml
MD5SUM508e40f01241f86cee2b8848995da857
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.248961
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size565
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
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-1094059-1215278870.xml
0.38/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.68/0.71	c reading variables done.
0.98/1.01	c reading predicates  done.
1.18/1.20	c reading constraints
279.74/280.65	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
279.74/280.65		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
279.74/280.65		at org.mozilla.javascript.gen.c2.call(rhino.log)
279.74/280.65		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
279.74/280.65		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
279.74/280.65		at org.mozilla.javascript.gen.c2.call(rhino.log)
279.74/280.65		at org.mozilla.javascript.gen.c2.exec(rhino.log)
279.74/280.65		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
279.74/280.65		at org.sat4j.csp.Predicate.find(Predicate.java:129)
279.74/280.65		at org.sat4j.csp.Predicate.find(Predicate.java:139)
279.74/280.65		at org.sat4j.csp.Predicate.find(Predicate.java:139)
279.74/280.65		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
279.74/280.65		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
279.74/280.65		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
279.74/280.65		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
279.74/280.65		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
279.74/280.65		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
279.74/280.66		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
279.74/280.66		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
279.74/280.66		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
279.74/280.66		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
279.74/280.66		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
279.74/280.66		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
279.74/280.66	c starts		: 0
279.74/280.66	c conflicts		: 0
279.74/280.66	c decisions		: 0
279.74/280.66	c propagations		: 0
279.74/280.66	c inspects		: 0
279.74/280.66	c learnt literals	: 0
279.74/280.66	c learnt binary clauses	: 0
279.74/280.66	c learnt ternary clauses	: 0
279.74/280.66	c learnt clauses	: 0
279.74/280.66	c ignored clauses	: 0
279.74/280.66	c root simplifications	: 0
279.74/280.66	c removed literals (reason simplification)	: 0
279.74/280.66	c reason swapping (by a shorter reason)	: 0
279.74/280.66	c Calls to reduceDB	: 0
279.74/280.66	c speed (assignments/second)	: 0.0
279.74/280.66	c non guided choices	0
279.74/280.66	s UNKNOWN
279.74/280.66	c Total wall clock time (in seconds) : 280.257

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-1094059-1215278870/watcher-1094059-1215278870 -o /tmp/evaluation-result-1094059-1215278870/solver-1094059-1215278870 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094059-1215278870.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.06 2.03 2.00 4/81 4827
/proc/meminfo: memFree=1565956/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=18572 CPUtime=0
/proc/4827/stat : 4827 (runsolver) R 4825 4827 4157 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 2006859859 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 240907775271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4827/statm: 4643 292 257 25 0 2626 0

[startup+0.018639 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 4827
/proc/meminfo: memFree=1565956/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=13576 CPUtime=0
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 891 0 0 0 0 0 0 0 18 0 2 0 2006859859 13901824 639 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 3394 639 299 9 0 1246 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13576

[startup+0.102645 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 4827
/proc/meminfo: memFree=1565956/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=804612 CPUtime=0.09
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 3000 0 1 0 7 2 0 0 18 0 12 0 2006859859 823922688 2733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 201153 2733 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301667 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 4827
/proc/meminfo: memFree=1565956/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=807764 CPUtime=0.28
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 4866 0 1 0 25 3 0 0 18 0 12 0 2006859859 827150336 4199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 201941 4199 1299 9 0 199310 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807764

[startup+0.701704 s]
/proc/loadavg: 2.06 2.03 2.00 4/81 4827
/proc/meminfo: memFree=1565956/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=807792 CPUtime=0.68
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 6039 0 1 0 63 5 0 0 18 0 12 0 2006859859 827179008 5370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 201948 5370 1335 9 0 199310 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807792

[startup+1.50278 s]
/proc/loadavg: 2.06 2.03 2.00 3/93 4839
/proc/meminfo: memFree=1541796/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=815164 CPUtime=1.47
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 12128 0 1 0 140 7 0 0 18 0 12 0 2006859859 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203791 10289 1355 9 0 201153 0
[pid=4827/tid=4829] ppid=4825 vsize=815164 CPUtime=0.79
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 7240 0 1 0 74 5 0 0 19 0 12 0 2006859861 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4830] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2006859861 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4831] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2006859861 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4832] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4832/stat : 4832 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2006859863 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4833] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 2006859864 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4834] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2006859864 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=815164 CPUtime=0.25
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 450 0 0 0 25 0 0 0 16 0 12 0 2006859868 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4837] ppid=4825 vsize=815164 CPUtime=0.41
/proc/4827/task/4837/stat : 4837 (java) R 4825 4827 4157 0 -1 64 3677 0 0 0 40 1 0 0 17 0 12 0 2006859868 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 102253953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4838] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 834727936 10289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=815164 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 834727936 10289 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) 815164

[startup+3.10294 s]
/proc/loadavg: 2.21 2.07 2.01 3/93 4839
/proc/meminfo: memFree=1512676/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=815572 CPUtime=3.06
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 26639 0 1 0 290 16 0 0 18 0 12 0 2006859859 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203893 23699 1382 9 0 201255 0
[pid=4827/tid=4829] ppid=4825 vsize=815572 CPUtime=1.91
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17249 0 1 0 179 12 0 0 25 0 12 0 2006859861 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4109638431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4830] ppid=4825 vsize=815572 CPUtime=0.01
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 802 0 0 0 1 0 0 0 17 0 12 0 2006859861 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4831] ppid=4825 vsize=815572 CPUtime=0.05
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 2285 0 0 0 5 0 0 0 17 0 12 0 2006859861 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4832] ppid=4825 vsize=815572 CPUtime=0
/proc/4827/task/4832/stat : 4832 (java) S 4825 4827 4157 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006859863 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4833] ppid=4825 vsize=815572 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2006859864 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4834] ppid=4825 vsize=815572 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=815572 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=815572 CPUtime=0.31
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 473 0 0 0 31 0 0 0 16 0 12 0 2006859868 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4837] ppid=4825 vsize=815572 CPUtime=0.74
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5039 0 0 0 72 2 0 0 16 0 12 0 2006859868 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4838] ppid=4825 vsize=815572 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=815572 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 835145728 23699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 815572

[startup+6.30108 s]
/proc/loadavg: 2.21 2.07 2.01 6/93 4839
/proc/meminfo: memFree=1457572/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814428 CPUtime=6.24
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 31999 0 1 0 605 19 0 0 18 0 12 0 2006859859 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203607 28638 1382 9 0 200969 0
[pid=4827/tid=4829] ppid=4825 vsize=814428 CPUtime=4.84
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17256 0 1 0 472 12 0 0 25 0 12 0 2006859861 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4109658018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814428 CPUtime=0.11
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 2982 0 0 0 10 1 0 0 16 0 12 0 2006859861 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814428 CPUtime=0.18
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 5458 0 0 0 16 2 0 0 16 0 12 0 2006859861 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814428 CPUtime=0
/proc/4827/task/4832/stat : 4832 (java) S 4825 4827 4157 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006859863 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814428 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2006859864 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814428 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814428 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=814428 CPUtime=0.32
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 473 0 0 0 32 0 0 0 17 0 12 0 2006859868 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4837] ppid=4825 vsize=814428 CPUtime=0.74
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5039 0 0 0 72 2 0 0 16 0 12 0 2006859868 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4838] ppid=4825 vsize=814428 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814428 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833974272 28638 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 814428

[startup+12.7027 s]
/proc/loadavg: 2.18 2.06 2.01 3/93 4839
/proc/meminfo: memFree=1422180/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814148 CPUtime=12.62
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 39469 0 1 0 1239 23 0 0 18 0 12 0 2006859859 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203537 35733 1382 9 0 200899 0
[pid=4827/tid=4829] ppid=4825 vsize=814148 CPUtime=10.97
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17268 0 1 0 1085 12 0 0 25 0 12 0 2006859861 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4109651944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814148 CPUtime=0.19
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 6875 0 0 0 16 3 0 0 16 0 12 0 2006859861 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814148 CPUtime=0.25
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 9001 0 0 0 22 3 0 0 16 0 12 0 2006859861 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4832/stat : 4832 (java) S 4825 4827 4157 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006859863 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2006859864 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=814148 CPUtime=0.36
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 479 0 0 0 36 0 0 0 16 0 12 0 2006859868 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4837] ppid=4825 vsize=814148 CPUtime=0.79
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5055 0 0 0 77 2 0 0 16 0 12 0 2006859868 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4838] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833687552 35733 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 814148

[startup+25.503 s]
/proc/loadavg: 2.15 2.06 2.01 3/93 4839
/proc/meminfo: memFree=1365348/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814148 CPUtime=25.35
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 51300 0 1 0 2507 28 0 0 18 0 12 0 2006859859 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203537 47543 1383 9 0 200899 0
[pid=4827/tid=4829] ppid=4825 vsize=814148 CPUtime=23.47
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17289 0 1 0 2335 12 0 0 25 0 12 0 2006859861 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4109647950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814148 CPUtime=0.3
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 12214 0 0 0 25 5 0 0 16 0 12 0 2006859861 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814148 CPUtime=0.36
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 15471 0 0 0 30 6 0 0 16 0 12 0 2006859861 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4832/stat : 4832 (java) S 4825 4827 4157 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006859863 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 2006859864 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833687552 47543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4827/tid=4838] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.04
Current children cumulated vsize (KiB) 814148

[startup+268.701 s]
/proc/loadavg: 2.35 2.11 2.02 4/86 4900
/proc/meminfo: memFree=1021916/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814148 CPUtime=267.83
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 177189 0 1 0 26701 82 0 0 18 0 12 0 2006859859 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203537 173064 1389 9 0 200899 0
[pid=4827/tid=4829] ppid=4825 vsize=814148 CPUtime=236.45
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17632 0 1 0 23629 16 0 0 25 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814148 CPUtime=2.76
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 77915 0 0 0 247 29 0 0 15 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814148 CPUtime=2.74
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 74958 0 0 0 245 29 0 0 16 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814148 CPUtime=24.57
/proc/4827/task/4832/stat : 4832 (java) R 4825 4827 4157 0 -1 64 376 0 0 0 2454 3 0 0 16 0 12 0 2006859863 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=814148 CPUtime=0.42
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 486 0 0 0 42 0 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4837] ppid=4825 vsize=814148 CPUtime=0.83
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4838] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.83
Current children cumulated vsize (KiB) 814148

[startup+275.102 s]
/proc/loadavg: 2.40 2.12 2.03 4/86 4900
/proc/meminfo: memFree=1021276/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814148 CPUtime=274.24
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 177202 0 1 0 27341 83 0 0 18 0 12 0 2006859859 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203537 173064 1389 9 0 200899 0
[pid=4827/tid=4829] ppid=4825 vsize=814148 CPUtime=237.21
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17645 0 1 0 23705 16 0 0 25 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814148 CPUtime=2.76
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 77915 0 0 0 247 29 0 0 15 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814148 CPUtime=2.74
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 74958 0 0 0 245 29 0 0 16 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814148 CPUtime=30.22
/proc/4827/task/4832/stat : 4832 (java) R 4825 4827 4157 0 -1 64 376 0 0 0 3018 4 0 0 16 0 12 0 2006859863 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=814148 CPUtime=0.42
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 486 0 0 0 42 0 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4837] ppid=4825 vsize=814148 CPUtime=0.83
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4838] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 274.24
Current children cumulated vsize (KiB) 814148

[startup+278.306 s]
/proc/loadavg: 2.45 2.14 2.03 4/86 4900
/proc/meminfo: memFree=1021340/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814148 CPUtime=277.44
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 177207 0 1 0 27661 83 0 0 18 0 12 0 2006859859 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203537 173064 1389 9 0 200899 0
[pid=4827/tid=4829] ppid=4825 vsize=814148 CPUtime=237.5
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17650 0 1 0 23734 16 0 0 25 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814148 CPUtime=2.76
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 77915 0 0 0 247 29 0 0 15 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814148 CPUtime=2.74
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 74958 0 0 0 245 29 0 0 16 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814148 CPUtime=33.13
/proc/4827/task/4832/stat : 4832 (java) R 4825 4827 4157 0 -1 64 376 0 0 0 3309 4 0 0 16 0 12 0 2006859863 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=814148 CPUtime=0.42
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 486 0 0 0 42 0 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4837] ppid=4825 vsize=814148 CPUtime=0.83
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4838] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.44
Current children cumulated vsize (KiB) 814148

[startup+279.903 s]
/proc/loadavg: 2.45 2.14 2.03 3/86 4900
/proc/meminfo: memFree=1021340/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814148 CPUtime=279.04
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 177211 0 1 0 27821 83 0 0 18 0 12 0 2006859859 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203537 173064 1389 9 0 200899 0
[pid=4827/tid=4829] ppid=4825 vsize=814148 CPUtime=237.65
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17654 0 1 0 23749 16 0 0 25 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814148 CPUtime=2.76
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 77915 0 0 0 247 29 0 0 15 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814148 CPUtime=2.74
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 74958 0 0 0 245 29 0 0 16 0 12 0 2006859861 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814148 CPUtime=34.58
/proc/4827/task/4832/stat : 4832 (java) R 4825 4827 4157 0 -1 64 376 0 0 0 3454 4 0 0 16 0 12 0 2006859863 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=814148 CPUtime=0.42
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 486 0 0 0 42 0 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4837] ppid=4825 vsize=814148 CPUtime=0.83
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4838] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833687552 173064 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.04
Current children cumulated vsize (KiB) 814148

[startup+280.303 s]
/proc/loadavg: 2.45 2.14 2.03 3/86 4900
/proc/meminfo: memFree=1021340/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=814148 CPUtime=279.44
/proc/4827/stat : 4827 (java) S 4825 4827 4157 0 -1 0 177214 0 1 0 27861 83 0 0 18 0 12 0 2006859859 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4827/statm: 203537 173065 1390 9 0 200899 0
[pid=4827/tid=4829] ppid=4825 vsize=814148 CPUtime=237.68
/proc/4827/task/4829/stat : 4829 (java) R 4825 4827 4157 0 -1 64 17657 0 1 0 23752 16 0 0 25 0 12 0 2006859861 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4830] ppid=4825 vsize=814148 CPUtime=2.76
/proc/4827/task/4830/stat : 4830 (java) S 4825 4827 4157 0 -1 64 77915 0 0 0 247 29 0 0 15 0 12 0 2006859861 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4831] ppid=4825 vsize=814148 CPUtime=2.74
/proc/4827/task/4831/stat : 4831 (java) S 4825 4827 4157 0 -1 64 74958 0 0 0 245 29 0 0 16 0 12 0 2006859861 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4832] ppid=4825 vsize=814148 CPUtime=34.94
/proc/4827/task/4832/stat : 4832 (java) R 4825 4827 4157 0 -1 64 376 0 0 0 3490 4 0 0 16 0 12 0 2006859863 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4833] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4833/stat : 4833 (java) S 4825 4827 4157 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4834] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4834/stat : 4834 (java) S 4825 4827 4157 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006859864 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4835] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4835/stat : 4835 (java) S 4825 4827 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2006859868 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4836] ppid=4825 vsize=814148 CPUtime=0.42
/proc/4827/task/4836/stat : 4836 (java) S 4825 4827 4157 0 -1 64 486 0 0 0 42 0 0 0 17 0 12 0 2006859868 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4837] ppid=4825 vsize=814148 CPUtime=0.83
/proc/4827/task/4837/stat : 4837 (java) S 4825 4827 4157 0 -1 64 5061 0 0 0 81 2 0 0 17 0 12 0 2006859868 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4827/tid=4838] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4838/stat : 4838 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2006859868 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4827/tid=4839] ppid=4825 vsize=814148 CPUtime=0
/proc/4827/task/4839/stat : 4839 (java) S 4825 4827 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006859868 833687552 173065 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.44
Current children cumulated vsize (KiB) 814148

[startup+280.703 s]
/proc/loadavg: 2.45 2.14 2.03 4/86 4900
/proc/meminfo: memFree=1021340/2055920 swapFree=4179028/4192956
[pid=4827] ppid=4825 vsize=0 CPUtime=279.82
/proc/4827/stat : 4827 (java) Z 4825 4827 4157 0 -1 12 177226 0 1 0 27896 86 0 0 16 0 2 0 2006859859 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4827/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 279.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 280.77
CPU time (s): 279.905
CPU user time (s): 278.969
CPU system time (s): 0.936857
CPU usage (%): 99.6921
Max. virtual memory (cumulated for all children) (KiB): 816476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.969
system time used= 0.936857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177226
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= 11020
involuntary context switches= 9274

runsolver used 0.39194 second user time and 0.91686 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 19:27:50
IDJOB=1094059
IDBENCH=58749
IDSOLVER=344
FILE ID=node36/1094059-1215278870
PBS_JOBID= 7882268
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 508e40f01241f86cee2b8848995da857
RANDOM SEED=985408305

node36.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.240
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.240
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:       1566500 kB
Buffers:         38132 kB
Cached:         302532 kB
SwapCached:       7700 kB
Active:         291504 kB
Inactive:       144248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566500 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:           43256 kB
Writeback:           0 kB
Mapped:         109136 kB
Slab:            38932 kB
Committed_AS:  4097404 kB
PageTables:       1952 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= 66536 MiB
End job on node36 at 2008-07-05 19:32:31