Trace number 1083119

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? 242.386 243.749

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-23.xml
MD5SUMf282a7bc045af28efe9331ccc5efb812
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 benchmark31.5772
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1171
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1083119-1215225212/watcher-1083119-1215225212 -o /tmp/evaluation-result-1083119-1215225212/solver-1083119-1215225212 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1083119-1215225212.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.35 2.24 2.09 4/81 27496
/proc/meminfo: memFree=1762144/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=1804 CPUtime=0
/proc/27496/stat : 27496 (java6) D 27494 27496 24828 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 2001493139 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27496/statm: 451 158 114 9 0 93 0

[startup+0.0952199 s]
/proc/loadavg: 2.35 2.24 2.09 4/81 27496
/proc/meminfo: memFree=1762144/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=804612 CPUtime=0.08
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 3001 0 1 0 7 1 0 0 18 0 12 0 2001493139 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101219 s]
/proc/loadavg: 2.35 2.24 2.09 4/81 27496
/proc/meminfo: memFree=1762144/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=804756 CPUtime=0.08
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 3156 0 1 0 7 1 0 0 18 0 12 0 2001493139 824070144 2887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 201189 2889 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301256 s]
/proc/loadavg: 2.35 2.24 2.09 4/81 27496
/proc/meminfo: memFree=1762144/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=808360 CPUtime=0.29
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 5044 0 1 0 27 2 0 0 18 0 12 0 2001493139 827760640 4372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 202090 4372 1307 9 0 199459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808360

[startup+0.701323 s]
/proc/loadavg: 2.35 2.24 2.09 4/81 27496
/proc/meminfo: memFree=1762144/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=808388 CPUtime=0.69
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 6338 0 1 0 65 4 0 0 18 0 12 0 2001493139 827789312 5519 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 202097 5519 1336 9 0 199459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808388

[startup+1.50146 s]
/proc/loadavg: 2.35 2.24 2.09 3/93 27508
/proc/meminfo: memFree=1722624/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=812236 CPUtime=1.76
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 34856 0 1 0 159 17 0 0 18 0 12 0 2001493139 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 203059 31550 1346 9 0 200421 0
[pid=27496/tid=27498] ppid=27494 vsize=812236 CPUtime=0.67
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 16984 0 1 0 58 9 0 0 24 0 12 0 2001493140 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4109610684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27499] ppid=27494 vsize=812236 CPUtime=0.36
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 8754 0 0 0 32 4 0 0 20 0 12 0 2001493141 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27500] ppid=27494 vsize=812236 CPUtime=0.3
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 6592 0 0 0 27 3 0 0 19 0 12 0 2001493141 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27501] ppid=27494 vsize=812236 CPUtime=0
/proc/27496/task/27501/stat : 27501 (java) S 27494 27496 24828 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 2001493143 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27502] ppid=27494 vsize=812236 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27503] ppid=27494 vsize=812236 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 2001493143 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27504] ppid=27494 vsize=812236 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=812236 CPUtime=0.19
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 422 0 0 0 19 0 0 0 16 0 12 0 2001493148 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27506] ppid=27494 vsize=812236 CPUtime=0.22
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 1314 0 0 0 22 0 0 0 16 0 12 0 2001493148 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27507] ppid=27494 vsize=812236 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=812236 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 831729664 31550 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 812236

[startup+3.10273 s]
/proc/loadavg: 2.40 2.25 2.09 4/93 27508
/proc/meminfo: memFree=1636416/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=815096 CPUtime=3.36
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 49542 0 1 0 312 24 0 0 18 0 12 0 2001493139 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 203774 45321 1373 9 0 201136 0
[pid=27496/tid=27498] ppid=27494 vsize=815096 CPUtime=1.51
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17296 0 1 0 142 9 0 0 19 0 12 0 2001493140 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4109717376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27499] ppid=27494 vsize=815096 CPUtime=0.56
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 16036 0 0 0 49 7 0 0 18 0 12 0 2001493141 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27500] ppid=27494 vsize=815096 CPUtime=0.46
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 12013 0 0 0 41 5 0 0 16 0 12 0 2001493141 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27501] ppid=27494 vsize=815096 CPUtime=0
/proc/27496/task/27501/stat : 27501 (java) S 27494 27496 24828 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001493143 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27502] ppid=27494 vsize=815096 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27503] ppid=27494 vsize=815096 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=815096 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=815096 CPUtime=0.28
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 437 0 0 0 28 0 0 0 16 0 12 0 2001493148 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=815096 CPUtime=0.5
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 2969 0 0 0 50 0 0 0 16 0 12 0 2001493148 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27507] ppid=27494 vsize=815096 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=815096 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 834658304 45321 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 815096

[startup+6.30228 s]
/proc/loadavg: 2.40 2.25 2.09 3/93 27508
/proc/meminfo: memFree=1553024/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=824476 CPUtime=6.54
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 63471 0 1 0 625 29 0 0 18 0 12 0 2001493139 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 206119 54348 1384 9 0 203481 0
[pid=27496/tid=27498] ppid=27494 vsize=824476 CPUtime=3.55
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17304 0 1 0 346 9 0 0 25 0 12 0 2001493140 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4109874195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27499] ppid=27494 vsize=824476 CPUtime=0.69
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 19078 0 0 0 60 9 0 0 16 0 12 0 2001493141 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27500] ppid=27494 vsize=824476 CPUtime=0.56
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 15586 0 0 0 50 6 0 0 16 0 12 0 2001493141 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27501] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27501/stat : 27501 (java) S 27494 27496 24828 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27502] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27503] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=824476 CPUtime=0.53
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 2448 0 0 0 53 0 0 0 16 0 12 0 2001493148 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=824476 CPUtime=1.16
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 8264 0 0 0 114 2 0 0 21 0 12 0 2001493148 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27507] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 844263424 54348 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 824476

[startup+12.7013 s]
/proc/loadavg: 2.34 2.24 2.09 3/93 27508
/proc/meminfo: memFree=1502144/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=824476 CPUtime=12.91
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 77108 0 1 0 1256 35 0 0 18 0 12 0 2001493139 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 206119 67962 1385 9 0 203481 0
[pid=27496/tid=27498] ppid=27494 vsize=824476 CPUtime=9.46
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17330 0 1 0 937 9 0 0 25 0 12 0 2001493140 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4109740745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27499] ppid=27494 vsize=824476 CPUtime=0.83
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 25434 0 0 0 73 10 0 0 16 0 12 0 2001493141 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27500] ppid=27494 vsize=824476 CPUtime=0.71
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 22838 0 0 0 62 9 0 0 16 0 12 0 2001493141 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27501] ppid=27494 vsize=824476 CPUtime=0.01
/proc/27496/task/27501/stat : 27501 (java) S 27494 27496 24828 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 2001493143 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27502] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27503] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=824476 CPUtime=0.58
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 2450 0 0 0 58 0 0 0 16 0 12 0 2001493148 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=824476 CPUtime=1.24
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 8265 0 0 0 122 2 0 0 16 0 12 0 2001493148 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27507] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 844263424 67962 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 824476

[startup+25.5025 s]
/proc/loadavg: 2.29 2.24 2.09 3/93 27508
/proc/meminfo: memFree=1393408/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=824476 CPUtime=25.64
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 102625 0 1 0 2519 45 0 0 18 0 12 0 2001493139 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 206119 93450 1385 9 0 203481 0
[pid=27496/tid=27498] ppid=27494 vsize=824476 CPUtime=21.66
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17359 0 1 0 2157 9 0 0 25 0 12 0 2001493140 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4109878572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27499] ppid=27494 vsize=824476 CPUtime=1.08
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 37584 0 0 0 93 15 0 0 16 0 12 0 2001493141 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27500] ppid=27494 vsize=824476 CPUtime=0.95
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 36176 0 0 0 81 14 0 0 16 0 12 0 2001493141 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27501] ppid=27494 vsize=824476 CPUtime=0.01
/proc/27496/task/27501/stat : 27501 (java) S 27494 27496 24828 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 2001493143 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27502] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27503] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 93450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=27496/tid=27507] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.07
Current children cumulated vsize (KiB) 824476

[startup+236.702 s]
/proc/loadavg: 2.43 2.25 2.12 4/93 27510
/proc/meminfo: memFree=1058304/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=828480 CPUtime=235.41
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 263349 0 1 0 23427 114 0 0 18 0 12 0 2001493139 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 207120 176700 1388 9 0 204482 0
[pid=27496/tid=27498] ppid=27494 vsize=828480 CPUtime=176.54
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17756 0 1 0 17644 10 0 0 25 0 12 0 2001493140 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27499] ppid=27494 vsize=828480 CPUtime=4.23
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 80974 0 0 0 390 33 0 0 16 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27500] ppid=27494 vsize=828480 CPUtime=3.95
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 74595 0 0 0 366 29 0 0 15 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27501] ppid=27494 vsize=828480 CPUtime=48.73
/proc/27496/task/27501/stat : 27501 (java) R 27494 27496 24828 0 -1 64 78548 0 0 0 4837 36 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27502] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27503] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=828480 CPUtime=0.63
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 2450 0 0 0 63 0 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=828480 CPUtime=1.26
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 8265 0 0 0 124 2 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27507] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 235.41
Current children cumulated vsize (KiB) 828480

[startup+239.902 s]
/proc/loadavg: 2.47 2.26 2.12 4/93 27510
/proc/meminfo: memFree=1058368/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=828480 CPUtime=238.57
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 268359 0 1 0 23741 116 0 0 18 0 12 0 2001493139 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 207120 176700 1388 9 0 204482 0
[pid=27496/tid=27498] ppid=27494 vsize=828480 CPUtime=176.75
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17761 0 1 0 17665 10 0 0 25 0 12 0 2001493140 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27499] ppid=27494 vsize=828480 CPUtime=4.23
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 80974 0 0 0 390 33 0 0 16 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27500] ppid=27494 vsize=828480 CPUtime=3.95
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 74595 0 0 0 366 29 0 0 15 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27501] ppid=27494 vsize=828480 CPUtime=51.68
/proc/27496/task/27501/stat : 27501 (java) R 27494 27496 24828 0 -1 64 83553 0 0 0 5130 38 0 0 17 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27502] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27503] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=828480 CPUtime=0.63
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 2450 0 0 0 63 0 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=828480 CPUtime=1.26
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 8265 0 0 0 124 2 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27507] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 238.57
Current children cumulated vsize (KiB) 828480

[startup+241.502 s]
/proc/loadavg: 2.47 2.26 2.12 4/93 27510
/proc/meminfo: memFree=1058304/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=828480 CPUtime=240.17
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 271365 0 1 0 23899 118 0 0 18 0 12 0 2001493139 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 207120 176700 1388 9 0 204482 0
[pid=27496/tid=27498] ppid=27494 vsize=828480 CPUtime=176.8
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17764 0 1 0 17670 10 0 0 25 0 12 0 2001493140 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27499] ppid=27494 vsize=828480 CPUtime=4.23
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 80974 0 0 0 390 33 0 0 16 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27500] ppid=27494 vsize=828480 CPUtime=3.95
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 74595 0 0 0 366 29 0 0 15 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27501] ppid=27494 vsize=828480 CPUtime=53.22
/proc/27496/task/27501/stat : 27501 (java) R 27494 27496 24828 0 -1 64 86556 0 0 0 5283 39 0 0 18 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 106122271 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27502] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27503] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=828480 CPUtime=0.63
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 2450 0 0 0 63 0 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=828480 CPUtime=1.26
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 8265 0 0 0 124 2 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27507] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 240.17
Current children cumulated vsize (KiB) 828480

[startup+243.107 s]
/proc/loadavg: 2.51 2.27 2.12 3/93 27510
/proc/meminfo: memFree=1058368/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=824476 CPUtime=241.75
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 273371 0 1 0 24056 119 0 0 18 0 12 0 2001493139 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 206119 175699 1388 9 0 203481 0
[pid=27496/tid=27498] ppid=27494 vsize=824476 CPUtime=176.85
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17768 0 1 0 17675 10 0 0 24 0 12 0 2001493140 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27499] ppid=27494 vsize=824476 CPUtime=4.23
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 80974 0 0 0 390 33 0 0 16 0 12 0 2001493141 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27500] ppid=27494 vsize=824476 CPUtime=3.95
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 74595 0 0 0 366 29 0 0 15 0 12 0 2001493141 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27501] ppid=27494 vsize=824476 CPUtime=54.75
/proc/27496/task/27501/stat : 27501 (java) R 27494 27496 24828 0 -1 64 88558 0 0 0 5435 40 0 0 18 0 12 0 2001493143 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 104126456 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27502] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27503] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=824476 CPUtime=0.63
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 2450 0 0 0 63 0 0 0 16 0 12 0 2001493148 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=824476 CPUtime=1.26
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 8265 0 0 0 124 2 0 0 16 0 12 0 2001493148 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27507] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=824476 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 844263424 175699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 241.75
Current children cumulated vsize (KiB) 824476

[startup+243.503 s]
/proc/loadavg: 2.51 2.27 2.12 3/93 27510
/proc/meminfo: memFree=1058368/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=828480 CPUtime=242.15
/proc/27496/stat : 27496 (java) S 27494 27496 24828 0 -1 0 274372 0 1 0 24096 119 0 0 18 0 12 0 2001493139 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 207120 176700 1388 9 0 204482 0
[pid=27496/tid=27498] ppid=27494 vsize=828480 CPUtime=176.85
/proc/27496/task/27498/stat : 27498 (java) R 27494 27496 24828 0 -1 64 17768 0 1 0 17675 10 0 0 24 0 12 0 2001493140 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27499] ppid=27494 vsize=828480 CPUtime=4.23
/proc/27496/task/27499/stat : 27499 (java) S 27494 27496 24828 0 -1 64 80974 0 0 0 390 33 0 0 16 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27500] ppid=27494 vsize=828480 CPUtime=3.95
/proc/27496/task/27500/stat : 27500 (java) S 27494 27496 24828 0 -1 64 74595 0 0 0 366 29 0 0 15 0 12 0 2001493141 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27501] ppid=27494 vsize=828480 CPUtime=55.16
/proc/27496/task/27501/stat : 27501 (java) R 27494 27496 24828 0 -1 64 89559 0 0 0 5475 41 0 0 18 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 105852507 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27502] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27502/stat : 27502 (java) S 27494 27496 24828 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27503] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27503/stat : 27503 (java) S 27494 27496 24828 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 2001493143 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27504] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27504/stat : 27504 (java) S 27494 27496 24828 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27505] ppid=27494 vsize=828480 CPUtime=0.63
/proc/27496/task/27505/stat : 27505 (java) S 27494 27496 24828 0 -1 64 2450 0 0 0 63 0 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27496/tid=27506] ppid=27494 vsize=828480 CPUtime=1.26
/proc/27496/task/27506/stat : 27506 (java) S 27494 27496 24828 0 -1 64 8265 0 0 0 124 2 0 0 16 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27507] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27507/stat : 27507 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27496/tid=27508] ppid=27494 vsize=828480 CPUtime=0
/proc/27496/task/27508/stat : 27508 (java) S 27494 27496 24828 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2001493148 848363520 176700 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 242.15
Current children cumulated vsize (KiB) 828480

[startup+243.703 s]
/proc/loadavg: 2.51 2.27 2.12 3/93 27510
/proc/meminfo: memFree=1058368/2055920 swapFree=4180240/4192956
[pid=27496] ppid=27494 vsize=0 CPUtime=242.33
/proc/27496/stat : 27496 (java) Z 27494 27496 24828 0 -1 12 274384 0 1 0 24108 125 0 0 16 0 2 0 2001493139 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27496/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 242.33
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 243.749
CPU time (s): 242.386
CPU user time (s): 241.088
CPU system time (s): 1.2978
CPU usage (%): 99.4409
Max. virtual memory (cumulated for all children) (KiB): 828480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.088
system time used= 1.2978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274384
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= 11215
involuntary context switches= 10797

runsolver used 0.348946 second user time and 0.810876 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 04:33:32
IDJOB=1083119
IDBENCH=57413
IDSOLVER=344
FILE ID=node50/1083119-1215225212
PBS_JOBID= 7881752
Free space on /tmp= 66440 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f282a7bc045af28efe9331ccc5efb812
RANDOM SEED=2117591712

node50.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.261
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.261
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:       1762624 kB
Buffers:         41876 kB
Cached:         174364 kB
SwapCached:       7072 kB
Active:         155656 kB
Inactive:        80608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762624 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          35816 kB
Slab:            42264 kB
Committed_AS:  4012740 kB
PageTables:       1932 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= 66440 MiB
End job on node50 at 2008-07-05 04:37:35