Trace number 1094164

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? 273.531 275.214

General information on the benchmark

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

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-1094164-1215279088/watcher-1094164-1215279088 -o /tmp/evaluation-result-1094164-1215279088/solver-1094164-1215279088 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094164-1215279088.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.05 2.00 2.00 4/89 13403
/proc/meminfo: memFree=1700880/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=18572 CPUtime=0
/proc/13403/stat : 13403 (runsolver) R 13401 13403 11561 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2006875860 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13403/statm: 4643 292 257 25 0 2626 0

[startup+0.0451161 s]
/proc/loadavg: 2.05 2.00 2.00 4/89 13403
/proc/meminfo: memFree=1700880/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=801432 CPUtime=0.02
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 2488 0 1 0 1 1 0 0 20 0 5 0 2006875860 820666368 2225 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 200358 2225 949 9 0 197741 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801432

[startup+0.101124 s]
/proc/loadavg: 2.05 2.00 2.00 4/89 13403
/proc/meminfo: memFree=1700880/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=804612 CPUtime=0.08
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 3002 0 1 0 6 2 0 0 20 0 12 0 2006875860 823922688 2735 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 201153 2735 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301144 s]
/proc/loadavg: 2.05 2.00 2.00 4/89 13403
/proc/meminfo: memFree=1700880/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=808176 CPUtime=0.28
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 4994 0 1 0 25 3 0 0 20 0 12 0 2006875860 827572224 4323 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 202044 4323 1307 9 0 199413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808176

[startup+0.701186 s]
/proc/loadavg: 2.05 2.00 2.00 4/89 13403
/proc/meminfo: memFree=1700880/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=808204 CPUtime=0.67
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 6350 0 1 0 62 5 0 0 20 0 12 0 2006875860 827600896 5499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 202051 5499 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808204

[startup+1.50228 s]
/proc/loadavg: 2.05 2.00 2.00 3/101 13415
/proc/meminfo: memFree=1671280/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=815652 CPUtime=1.46
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 13312 0 1 0 138 8 0 0 20 0 12 0 2006875860 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203913 11001 1355 9 0 201275 0
[pid=13403/tid=13405] ppid=13401 vsize=815652 CPUtime=0.75
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 7624 0 1 0 69 6 0 0 25 0 12 0 2006875862 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13406] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 2006875863 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13407] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 2006875863 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13408] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13408/stat : 13408 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 2006875864 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13409] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 8 0 0 0 0 0 0 0 25 0 12 0 2006875865 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13410] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2006875865 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=815652 CPUtime=0.43
/proc/13403/task/13412/stat : 13412 (java) R 13401 13403 11561 0 -1 64 3785 0 0 0 42 1 0 0 17 0 12 0 2006875869 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 104089936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=815652 CPUtime=0.26
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1142 0 0 0 26 0 0 0 16 0 12 0 2006875869 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13414] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=815652 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 835227648 11001 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 815652

[startup+3.10246 s]
/proc/loadavg: 2.05 2.00 2.00 3/101 13415
/proc/meminfo: memFree=1636528/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=816004 CPUtime=3.05
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 29932 0 1 0 289 16 0 0 20 0 12 0 2006875860 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 204001 26715 1382 9 0 201363 0
[pid=13403/tid=13405] ppid=13401 vsize=816004 CPUtime=1.9
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17280 0 1 0 180 10 0 0 25 0 12 0 2006875862 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4109640287 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13406] ppid=13401 vsize=816004 CPUtime=0.06
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 3095 0 0 0 5 1 0 0 16 0 12 0 2006875863 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13407] ppid=13401 vsize=816004 CPUtime=0.07
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 2902 0 0 0 6 1 0 0 16 0 12 0 2006875863 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13408] ppid=13401 vsize=816004 CPUtime=0
/proc/13403/task/13408/stat : 13408 (java) S 13401 13403 11561 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006875864 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13409] ppid=13401 vsize=816004 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13410] ppid=13401 vsize=816004 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=816004 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=816004 CPUtime=0.67
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4701 0 0 0 66 1 0 0 17 0 12 0 2006875869 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=816004 CPUtime=0.3
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1163 0 0 0 30 0 0 0 16 0 12 0 2006875869 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13414] ppid=13401 vsize=816004 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=816004 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 835588096 26715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 816004

[startup+6.30181 s]
/proc/loadavg: 2.05 2.00 2.00 3/101 13415
/proc/meminfo: memFree=1593776/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=815492 CPUtime=6.21
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 32703 0 1 0 604 17 0 0 20 0 12 0 2006875860 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203873 29355 1382 9 0 201235 0
[pid=13403/tid=13405] ppid=13401 vsize=815492 CPUtime=4.87
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17287 0 1 0 477 10 0 0 25 0 12 0 2006875862 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4109647122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13406] ppid=13401 vsize=815492 CPUtime=0.14
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 4454 0 0 0 12 2 0 0 16 0 12 0 2006875863 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13407] ppid=13401 vsize=815492 CPUtime=0.16
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 4307 0 0 0 15 1 0 0 16 0 12 0 2006875863 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13408] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13408/stat : 13408 (java) S 13401 13403 11561 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006875864 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13409] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13410] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=815492 CPUtime=0.68
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4701 0 0 0 67 1 0 0 17 0 12 0 2006875869 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=815492 CPUtime=0.3
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1163 0 0 0 30 0 0 0 16 0 12 0 2006875869 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13414] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 835063808 29355 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 815492

[startup+12.7025 s]
/proc/loadavg: 2.04 2.00 2.00 3/101 13415
/proc/meminfo: memFree=1561136/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=815492 CPUtime=12.55
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 39859 0 1 0 1235 20 0 0 20 0 12 0 2006875860 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203873 36499 1382 9 0 201235 0
[pid=13403/tid=13405] ppid=13401 vsize=815492 CPUtime=11
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17299 0 1 0 1090 10 0 0 25 0 12 0 2006875862 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4109647148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13406] ppid=13401 vsize=815492 CPUtime=0.2
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 7407 0 0 0 18 2 0 0 16 0 12 0 2006875863 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13407] ppid=13401 vsize=815492 CPUtime=0.23
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 8481 0 0 0 20 3 0 0 16 0 12 0 2006875863 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13408] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13408/stat : 13408 (java) S 13401 13403 11561 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2006875864 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13409] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13410] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=815492 CPUtime=0.71
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4706 0 0 0 70 1 0 0 16 0 12 0 2006875869 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=815492 CPUtime=0.35
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1175 0 0 0 35 0 0 0 16 0 12 0 2006875869 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13414] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=815492 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 835063808 36499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 815492

[startup+25.5019 s]
/proc/loadavg: 2.03 2.00 2.00 3/101 13415
/proc/meminfo: memFree=1508848/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=813580 CPUtime=25.23
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 53566 0 1 0 2497 26 0 0 20 0 12 0 2006875860 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203395 49715 1382 9 0 200757 0
[pid=13403/tid=13405] ppid=13401 vsize=813580 CPUtime=23.41
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17321 0 1 0 2331 10 0 0 25 0 12 0 2006875862 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4109637534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13406] ppid=13401 vsize=813580 CPUtime=0.32
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 13707 0 0 0 27 5 0 0 16 0 12 0 2006875863 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13407] ppid=13401 vsize=813580 CPUtime=0.36
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 15866 0 0 0 30 6 0 0 16 0 12 0 2006875863 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13408] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13408/stat : 13408 (java) S 13401 13403 11561 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 2006875864 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13409] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13410] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 49715 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=13403/tid=13414] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.07
Current children cumulated vsize (KiB) 813580

[startup+271.902 s]
/proc/loadavg: 2.31 2.09 2.02 4/101 13415
/proc/meminfo: memFree=1011632/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=815584 CPUtime=270.26
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 180201 0 1 0 26951 75 0 0 20 0 12 0 2006875860 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203896 173445 1387 9 0 201258 0
[pid=13403/tid=13405] ppid=13401 vsize=815584 CPUtime=226.15
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17702 0 1 0 22602 13 0 0 25 0 12 0 2006875862 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13406] ppid=13401 vsize=815584 CPUtime=2.84
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 77237 0 0 0 257 27 0 0 15 0 12 0 2006875863 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13407] ppid=13401 vsize=815584 CPUtime=2.79
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 74957 0 0 0 253 26 0 0 16 0 12 0 2006875863 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13408] ppid=13401 vsize=815584 CPUtime=37.26
/proc/13403/task/13408/stat : 13408 (java) R 13401 13403 11561 0 -1 64 3644 0 0 0 3722 4 0 0 16 0 12 0 2006875864 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13409] ppid=13401 vsize=815584 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13410] ppid=13401 vsize=815584 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=815584 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=815584 CPUtime=0.77
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4721 0 0 0 75 2 0 0 17 0 12 0 2006875869 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=815584 CPUtime=0.39
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1179 0 0 0 39 0 0 0 17 0 12 0 2006875869 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13414] ppid=13401 vsize=815584 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=815584 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 835158016 173445 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 270.26
Current children cumulated vsize (KiB) 815584

[startup+273.503 s]
/proc/loadavg: 2.31 2.09 2.02 4/101 13415
/proc/meminfo: memFree=1009840/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=813580 CPUtime=271.86
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 180704 0 1 0 27111 75 0 0 20 0 12 0 2006875860 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203395 172944 1387 9 0 200757 0
[pid=13403/tid=13405] ppid=13401 vsize=813580 CPUtime=226.24
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17704 0 1 0 22611 13 0 0 25 0 12 0 2006875862 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4109684351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13406] ppid=13401 vsize=813580 CPUtime=2.84
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 77237 0 0 0 257 27 0 0 15 0 12 0 2006875863 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13407] ppid=13401 vsize=813580 CPUtime=2.79
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 74957 0 0 0 253 26 0 0 16 0 12 0 2006875863 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13408] ppid=13401 vsize=813580 CPUtime=38.76
/proc/13403/task/13408/stat : 13408 (java) S 13401 13403 11561 0 -1 64 4145 0 0 0 3872 4 0 0 16 0 12 0 2006875864 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13409] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13410] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=813580 CPUtime=0.77
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4721 0 0 0 75 2 0 0 17 0 12 0 2006875869 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=813580 CPUtime=0.39
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1179 0 0 0 39 0 0 0 17 0 12 0 2006875869 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13414] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 833105920 172944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271.86
Current children cumulated vsize (KiB) 813580

[startup+274.303 s]
/proc/loadavg: 2.31 2.09 2.02 4/101 13415
/proc/meminfo: memFree=1011632/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=813580 CPUtime=272.65
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 180709 0 1 0 27190 75 0 0 20 0 12 0 2006875860 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203395 172945 1388 9 0 200757 0
[pid=13403/tid=13405] ppid=13401 vsize=813580 CPUtime=226.34
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17709 0 1 0 22621 13 0 0 25 0 12 0 2006875862 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13406] ppid=13401 vsize=813580 CPUtime=2.84
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 77237 0 0 0 257 27 0 0 15 0 12 0 2006875863 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13407] ppid=13401 vsize=813580 CPUtime=2.79
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 74957 0 0 0 253 26 0 0 16 0 12 0 2006875863 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13408] ppid=13401 vsize=813580 CPUtime=39.46
/proc/13403/task/13408/stat : 13408 (java) R 13401 13403 11561 0 -1 64 4145 0 0 0 3942 4 0 0 16 0 12 0 2006875864 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 104126410 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13409] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13410] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=813580 CPUtime=0.77
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4721 0 0 0 75 2 0 0 17 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=813580 CPUtime=0.39
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1179 0 0 0 39 0 0 0 17 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13414] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 272.65
Current children cumulated vsize (KiB) 813580

[startup+274.703 s]
/proc/loadavg: 2.31 2.09 2.02 4/101 13415
/proc/meminfo: memFree=1011632/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=813580 CPUtime=273.05
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 180709 0 1 0 27230 75 0 0 20 0 12 0 2006875860 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203395 172945 1388 9 0 200757 0
[pid=13403/tid=13405] ppid=13401 vsize=813580 CPUtime=226.34
/proc/13403/task/13405/stat : 13405 (java) R 13401 13403 11561 0 -1 64 17709 0 1 0 22621 13 0 0 25 0 12 0 2006875862 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13406] ppid=13401 vsize=813580 CPUtime=2.84
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 77237 0 0 0 257 27 0 0 15 0 12 0 2006875863 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13407] ppid=13401 vsize=813580 CPUtime=2.79
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 74957 0 0 0 253 26 0 0 16 0 12 0 2006875863 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13408] ppid=13401 vsize=813580 CPUtime=39.86
/proc/13403/task/13408/stat : 13408 (java) R 13401 13403 11561 0 -1 64 4145 0 0 0 3982 4 0 0 17 0 12 0 2006875864 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13409] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13410] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13411] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=813580 CPUtime=0.77
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4721 0 0 0 75 2 0 0 17 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=813580 CPUtime=0.39
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1179 0 0 0 39 0 0 0 17 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13414] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=813580 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 833105920 172945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.05
Current children cumulated vsize (KiB) 813580

[startup+275.103 s]
/proc/loadavg: 2.37 2.11 2.03 4/101 13415
/proc/meminfo: memFree=1011632/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=813904 CPUtime=273.42
/proc/13403/stat : 13403 (java) S 13401 13403 11561 0 -1 0 180718 0 1 0 27267 75 0 0 20 0 12 0 2006875860 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13403/statm: 203476 172954 1389 9 0 200838 0
[pid=13403/tid=13405] ppid=13401 vsize=813904 CPUtime=226.34
/proc/13403/task/13405/stat : 13405 (java) S 13401 13403 11561 0 -1 64 17713 0 1 0 22621 13 0 0 25 0 12 0 2006875862 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13406] ppid=13401 vsize=813904 CPUtime=2.84
/proc/13403/task/13406/stat : 13406 (java) S 13401 13403 11561 0 -1 64 77237 0 0 0 257 27 0 0 15 0 12 0 2006875863 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13407] ppid=13401 vsize=813904 CPUtime=2.79
/proc/13403/task/13407/stat : 13407 (java) S 13401 13403 11561 0 -1 64 74957 0 0 0 253 26 0 0 16 0 12 0 2006875863 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13408] ppid=13401 vsize=813904 CPUtime=40.23
/proc/13403/task/13408/stat : 13408 (java) S 13401 13403 11561 0 -1 64 4145 0 0 0 4019 4 0 0 17 0 12 0 2006875864 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13409] ppid=13401 vsize=813904 CPUtime=0
/proc/13403/task/13409/stat : 13409 (java) S 13401 13403 11561 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2006875865 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13410] ppid=13401 vsize=813904 CPUtime=0
/proc/13403/task/13410/stat : 13410 (java) S 13401 13403 11561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2006875865 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13411] ppid=13401 vsize=813904 CPUtime=0
/proc/13403/task/13411/stat : 13411 (java) S 13401 13403 11561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2006875869 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13412] ppid=13401 vsize=813904 CPUtime=0.77
/proc/13403/task/13412/stat : 13412 (java) S 13401 13403 11561 0 -1 64 4721 0 0 0 75 2 0 0 17 0 12 0 2006875869 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13413] ppid=13401 vsize=813904 CPUtime=0.39
/proc/13403/task/13413/stat : 13413 (java) S 13401 13403 11561 0 -1 64 1179 0 0 0 39 0 0 0 17 0 12 0 2006875869 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13403/tid=13414] ppid=13401 vsize=813904 CPUtime=0
/proc/13403/task/13414/stat : 13414 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2006875869 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13403/tid=13415] ppid=13401 vsize=813904 CPUtime=0
/proc/13403/task/13415/stat : 13415 (java) S 13401 13403 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2006875869 833437696 172954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.42
Current children cumulated vsize (KiB) 813904

[startup+275.203 s]
/proc/loadavg: 2.37 2.11 2.03 4/101 13415
/proc/meminfo: memFree=1011632/2055920 swapFree=4176360/4192956
[pid=13403] ppid=13401 vsize=0 CPUtime=273.51
/proc/13403/stat : 13403 (java) Z 13401 13403 11561 0 -1 12 180721 0 1 0 27267 84 0 0 16 0 2 0 2006875860 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13403/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 273.51
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 275.214
CPU time (s): 273.531
CPU user time (s): 272.68
CPU system time (s): 0.85187
CPU usage (%): 99.3888
Max. virtual memory (cumulated for all children) (KiB): 816320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.68
system time used= 0.85187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180721
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= 11073
involuntary context switches= 12454

runsolver used 0.347947 second user time and 0.949855 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 19:31:28
IDJOB=1094164
IDBENCH=58759
IDSOLVER=344
FILE ID=node91/1094164-1215279088
PBS_JOBID= 7882195
Free space on /tmp= 66452 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 318fe5d850c7f4d54d9dc9c2fe16babb
RANDOM SEED=1998233110

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1701296 kB
Buffers:         35104 kB
Cached:         187900 kB
SwapCached:       7788 kB
Active:         212300 kB
Inactive:        96848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701296 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:         102356 kB
Slab:            29860 kB
Committed_AS: 13262732 kB
PageTables:       2400 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= 66452 MiB
End job on node91 at 2008-07-05 19:36:03