Trace number 1081484

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? 314.444 315.182

General information on the benchmark

Namecsp/knights/
normalized-knights-50-9.xml
MD5SUM50143bff7152a7a0a5ab6fa327854d44
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 benchmark27.0379
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1081484-1215217206/watcher-1081484-1215217206 -o /tmp/evaluation-result-1081484-1215217206/solver-1081484-1215217206 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1081484-1215217206.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.00 2.00 2.00 3/81 24543
/proc/meminfo: memFree=1393008/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=1804 CPUtime=0
/proc/24543/stat : 24543 (java6) D 24541 24543 23695 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 2000692218 1847296 155 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/24543/statm: 451 155 111 9 0 93 0

[startup+0.088108 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24543
/proc/meminfo: memFree=1393008/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=802236 CPUtime=0.07
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 2869 0 1 0 5 2 0 0 18 0 7 0 2000692218 821489664 2604 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 200559 2604 1012 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102109 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24543
/proc/meminfo: memFree=1393008/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=804612 CPUtime=0.09
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 3001 0 1 0 6 3 0 0 18 0 12 0 2000692218 823922688 2734 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 201153 2734 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.302143 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24543
/proc/meminfo: memFree=1393008/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=808244 CPUtime=0.29
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 4932 0 1 0 25 4 0 0 18 0 12 0 2000692218 827641856 4259 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 202061 4259 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.702218 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 24543
/proc/meminfo: memFree=1393008/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=808272 CPUtime=0.69
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 6579 0 1 0 63 6 0 0 18 0 12 0 2000692218 827670528 5707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 202068 5707 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808272

[startup+1.50136 s]
/proc/loadavg: 2.16 2.03 2.01 4/93 24555
/proc/meminfo: memFree=1369680/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=813612 CPUtime=1.48
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 10699 0 1 0 140 8 0 0 18 0 12 0 2000692218 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203403 8854 1374 9 0 200765 0
[pid=24543/tid=24545] ppid=24541 vsize=813612 CPUtime=0.75
/proc/24543/task/24545/stat : 24545 (java) R 24541 24543 23695 0 -1 64 5866 0 1 0 70 5 0 0 19 0 12 0 2000692219 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2000692220 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2000692220 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24548/stat : 24548 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000692222 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2000692223 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2000692223 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=813612 CPUtime=0.44
/proc/24543/task/24552/stat : 24552 (java) R 24541 24543 23695 0 -1 64 2869 0 0 0 43 1 0 0 17 0 12 0 2000692227 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 106222794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=813612 CPUtime=0.26
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 1198 0 0 0 26 0 0 0 16 0 12 0 2000692227 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000692227 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=813612 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 833138688 8854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 813612

[startup+3.10264 s]
/proc/loadavg: 2.16 2.03 2.01 4/93 24555
/proc/meminfo: memFree=1353040/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=815588 CPUtime=3.07
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 25577 0 1 0 292 15 0 0 18 0 12 0 2000692218 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203897 22079 1393 9 0 201259 0
[pid=24543/tid=24545] ppid=24541 vsize=815588 CPUtime=1.72
/proc/24543/task/24545/stat : 24545 (java) R 24541 24543 23695 0 -1 64 17257 0 1 0 161 11 0 0 25 0 12 0 2000692219 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4109679479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=815588 CPUtime=0
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 208 0 0 0 0 0 0 0 17 0 12 0 2000692220 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=815588 CPUtime=0.02
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 944 0 0 0 2 0 0 0 17 0 12 0 2000692220 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=815588 CPUtime=0
/proc/24543/task/24548/stat : 24548 (java) S 24541 24543 23695 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2000692222 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=815588 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000692223 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=815588 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000692223 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=815588 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=815588 CPUtime=0.6
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3600 0 0 0 59 1 0 0 16 0 12 0 2000692227 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=815588 CPUtime=0.69
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2774 0 0 0 68 1 0 0 18 0 12 0 2000692227 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=815588 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000692227 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=815588 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 835162112 22079 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 815588

[startup+6.3012 s]
/proc/loadavg: 2.16 2.03 2.01 3/93 24555
/proc/meminfo: memFree=1305616/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=814436 CPUtime=6.26
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 26770 0 1 0 610 16 0 0 18 0 12 0 2000692218 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203609 22985 1393 9 0 200971 0
[pid=24543/tid=24545] ppid=24541 vsize=814436 CPUtime=4.77
/proc/24543/task/24545/stat : 24545 (java) R 24541 24543 23695 0 -1 64 17264 0 1 0 466 11 0 0 25 0 12 0 2000692219 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4109787196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=814436 CPUtime=0.06
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 801 0 0 0 6 0 0 0 16 0 12 0 2000692220 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=814436 CPUtime=0.08
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 1498 0 0 0 8 0 0 0 16 0 12 0 2000692220 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24548/stat : 24548 (java) S 24541 24543 23695 0 -1 64 70 0 0 0 0 0 0 0 16 0 12 0 2000692222 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000692223 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000692223 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=814436 CPUtime=0.6
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3600 0 0 0 59 1 0 0 16 0 12 0 2000692227 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=814436 CPUtime=0.69
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2774 0 0 0 68 1 0 0 18 0 12 0 2000692227 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000692227 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 833982464 22985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 814436

[startup+12.7013 s]
/proc/loadavg: 2.21 2.05 2.02 3/93 24555
/proc/meminfo: memFree=1292048/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=814436 CPUtime=12.63
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 30163 0 1 0 1245 18 0 0 18 0 12 0 2000692218 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203609 26369 1393 9 0 200971 0
[pid=24543/tid=24545] ppid=24541 vsize=814436 CPUtime=11.06
/proc/24543/task/24545/stat : 24545 (java) R 24541 24543 23695 0 -1 64 18346 0 1 0 1095 11 0 0 25 0 12 0 2000692219 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4159647138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=814436 CPUtime=0.1
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 2005 0 0 0 9 1 0 0 16 0 12 0 2000692220 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=814436 CPUtime=0.12
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 2578 0 0 0 11 1 0 0 15 0 12 0 2000692220 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24548/stat : 24548 (java) S 24541 24543 23695 0 -1 64 97 0 0 0 0 0 0 0 16 0 12 0 2000692222 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000692223 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000692223 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=814436 CPUtime=0.6
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3600 0 0 0 59 1 0 0 16 0 12 0 2000692227 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=814436 CPUtime=0.69
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2774 0 0 0 68 1 0 0 18 0 12 0 2000692227 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000692227 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 833982464 26369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 814436

[startup+25.5026 s]
/proc/loadavg: 2.18 2.05 2.01 3/93 24555
/proc/meminfo: memFree=1291536/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=814436 CPUtime=25.36
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 30279 0 1 0 2518 18 0 0 18 0 12 0 2000692218 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203609 26469 1393 9 0 200971 0
[pid=24543/tid=24545] ppid=24541 vsize=814436 CPUtime=23.77
/proc/24543/task/24545/stat : 24545 (java) R 24541 24543 23695 0 -1 64 18417 0 1 0 2366 11 0 0 25 0 12 0 2000692219 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4109617781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=814436 CPUtime=0.1
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 2006 0 0 0 9 1 0 0 15 0 12 0 2000692220 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=814436 CPUtime=0.13
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 2622 0 0 0 12 1 0 0 16 0 12 0 2000692220 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24548/stat : 24548 (java) S 24541 24543 23695 0 -1 64 97 0 0 0 0 0 0 0 16 0 12 0 2000692222 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000692223 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000692223 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=814436 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 833982464 26469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24543/tid=24555] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 832364544 172759 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 293.57
Current children cumulated vsize (KiB) 812856

[startup+307.102 s]
/proc/loadavg: 2.08 2.03 2.01 3/93 24555
/proc/meminfo: memFree=704720/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=812856 CPUtime=306.36
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 177863 0 1 0 30546 90 0 0 18 0 12 0 2000692218 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203214 172826 1402 9 0 200576 0
[pid=24543/tid=24545] ppid=24541 vsize=812856 CPUtime=292.56
/proc/24543/task/24545/stat : 24545 (java) R 24541 24543 23695 0 -1 64 18915 0 1 0 29243 13 0 0 25 0 12 0 2000692219 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4109617678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=812856 CPUtime=3.74
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 78216 0 0 0 341 33 0 0 16 0 12 0 2000692220 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=812856 CPUtime=3.5
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 73403 0 0 0 316 34 0 0 15 0 12 0 2000692220 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=812856 CPUtime=4.81
/proc/24543/task/24548/stat : 24548 (java) S 24541 24543 23695 0 -1 64 167 0 0 0 477 4 0 0 16 0 12 0 2000692222 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000692223 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000692223 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=812856 CPUtime=0.87
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3619 0 0 0 86 1 0 0 17 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=812856 CPUtime=0.82
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2780 0 0 0 81 1 0 0 16 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.36
Current children cumulated vsize (KiB) 812856

[startup+310.302 s]
/proc/loadavg: 2.08 2.03 2.01 4/93 24555
/proc/meminfo: memFree=704720/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=812856 CPUtime=309.56
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 177876 0 1 0 30866 90 0 0 18 0 12 0 2000692218 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203214 172826 1402 9 0 200576 0
[pid=24543/tid=24545] ppid=24541 vsize=812856 CPUtime=294.16
/proc/24543/task/24545/stat : 24545 (java) R 24541 24543 23695 0 -1 64 18928 0 1 0 29403 13 0 0 25 0 12 0 2000692219 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=812856 CPUtime=3.74
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 78216 0 0 0 341 33 0 0 16 0 12 0 2000692220 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=812856 CPUtime=3.5
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 73403 0 0 0 316 34 0 0 15 0 12 0 2000692220 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=812856 CPUtime=6.4
/proc/24543/task/24548/stat : 24548 (java) R 24541 24543 23695 0 -1 64 167 0 0 0 636 4 0 0 16 0 12 0 2000692222 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000692223 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000692223 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=812856 CPUtime=0.87
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3619 0 0 0 86 1 0 0 17 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=812856 CPUtime=0.82
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2780 0 0 0 81 1 0 0 16 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 832364544 172826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 309.56
Current children cumulated vsize (KiB) 812856

[startup+313.507 s]
/proc/loadavg: 2.15 2.04 2.01 3/93 24555
/proc/meminfo: memFree=704720/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=812856 CPUtime=312.76
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 177887 0 1 0 31186 90 0 0 18 0 12 0 2000692218 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203214 172828 1403 9 0 200576 0
[pid=24543/tid=24545] ppid=24541 vsize=812856 CPUtime=294.26
/proc/24543/task/24545/stat : 24545 (java) S 24541 24543 23695 0 -1 64 18938 0 1 0 29413 13 0 0 17 0 12 0 2000692219 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=812856 CPUtime=3.74
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 78216 0 0 0 341 33 0 0 16 0 12 0 2000692220 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=812856 CPUtime=3.5
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 73403 0 0 0 316 34 0 0 15 0 12 0 2000692220 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=812856 CPUtime=9.51
/proc/24543/task/24548/stat : 24548 (java) R 24541 24543 23695 0 -1 64 168 0 0 0 947 4 0 0 18 0 12 0 2000692222 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2000692223 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000692223 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2000692227 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=812856 CPUtime=0.87
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3619 0 0 0 86 1 0 0 17 0 12 0 2000692227 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=812856 CPUtime=0.82
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2780 0 0 0 81 1 0 0 16 0 12 0 2000692227 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000692227 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=812856 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000692227 832364544 172828 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.76
Current children cumulated vsize (KiB) 812856

[startup+314.303 s]
/proc/loadavg: 2.15 2.04 2.01 3/93 24555
/proc/meminfo: memFree=704720/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=813180 CPUtime=313.56
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 177898 0 1 0 31265 91 0 0 18 0 13 0 2000692218 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203295 172835 1403 9 0 200657 0
[pid=24543/tid=24545] ppid=24541 vsize=813180 CPUtime=294.26
/proc/24543/task/24545/stat : 24545 (java) S 24541 24543 23695 0 -1 64 18942 0 1 0 29413 13 0 0 17 0 13 0 2000692219 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=813180 CPUtime=3.74
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 78216 0 0 0 341 33 0 0 16 0 13 0 2000692220 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=813180 CPUtime=3.5
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 73403 0 0 0 316 34 0 0 15 0 13 0 2000692220 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=813180 CPUtime=10.3
/proc/24543/task/24548/stat : 24548 (java) R 24541 24543 23695 0 -1 64 168 0 0 0 1026 4 0 0 19 0 13 0 2000692222 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 104126350 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2000692223 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000692223 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=813180 CPUtime=0.87
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3619 0 0 0 86 1 0 0 17 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=813180 CPUtime=0.82
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2780 0 0 0 81 1 0 0 16 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 313.56
Current children cumulated vsize (KiB) 813180

[startup+314.703 s]
/proc/loadavg: 2.15 2.04 2.01 3/94 24556
/proc/meminfo: memFree=704712/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=813180 CPUtime=313.96
/proc/24543/stat : 24543 (java) S 24541 24543 23695 0 -1 0 177898 0 1 0 31305 91 0 0 18 0 13 0 2000692218 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 203295 172835 1403 9 0 200657 0
[pid=24543/tid=24545] ppid=24541 vsize=813180 CPUtime=294.26
/proc/24543/task/24545/stat : 24545 (java) S 24541 24543 23695 0 -1 64 18942 0 1 0 29413 13 0 0 17 0 13 0 2000692219 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24546] ppid=24541 vsize=813180 CPUtime=3.74
/proc/24543/task/24546/stat : 24546 (java) S 24541 24543 23695 0 -1 64 78216 0 0 0 341 33 0 0 16 0 13 0 2000692220 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24547] ppid=24541 vsize=813180 CPUtime=3.5
/proc/24543/task/24547/stat : 24547 (java) S 24541 24543 23695 0 -1 64 73403 0 0 0 316 34 0 0 15 0 13 0 2000692220 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24548] ppid=24541 vsize=813180 CPUtime=10.7
/proc/24543/task/24548/stat : 24548 (java) R 24541 24543 23695 0 -1 64 168 0 0 0 1066 4 0 0 20 0 13 0 2000692222 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24549] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24549/stat : 24549 (java) S 24541 24543 23695 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 2000692223 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24550] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24550/stat : 24550 (java) S 24541 24543 23695 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2000692223 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24551] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24551/stat : 24551 (java) S 24541 24543 23695 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24552] ppid=24541 vsize=813180 CPUtime=0.87
/proc/24543/task/24552/stat : 24552 (java) S 24541 24543 23695 0 -1 64 3619 0 0 0 86 1 0 0 17 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24553] ppid=24541 vsize=813180 CPUtime=0.82
/proc/24543/task/24553/stat : 24553 (java) S 24541 24543 23695 0 -1 64 2780 0 0 0 81 1 0 0 16 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24554] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24554/stat : 24554 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24543/tid=24555] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24555/stat : 24555 (java) S 24541 24543 23695 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2000692227 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24543/tid=24556] ppid=24541 vsize=813180 CPUtime=0
/proc/24543/task/24556/stat : 24556 (java) S 24541 24543 23695 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2000723612 832696320 172835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 313.96
Current children cumulated vsize (KiB) 813180

[startup+315.103 s]
/proc/loadavg: 2.15 2.04 2.01 3/94 24556
/proc/meminfo: memFree=704712/2055920 swapFree=4179784/4192956
[pid=24543] ppid=24541 vsize=0 CPUtime=314.36
/proc/24543/stat : 24543 (java) Z 24541 24543 23695 0 -1 12 177904 0 1 0 31342 94 0 0 16 0 2 0 2000692218 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24543/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 314.36
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 315.182
CPU time (s): 314.444
CPU user time (s): 313.423
CPU system time (s): 1.02084
CPU usage (%): 99.766
Max. virtual memory (cumulated for all children) (KiB): 817668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.423
system time used= 1.02084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177904
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= 13882
involuntary context switches= 11841

runsolver used 0.387941 second user time and 1.07384 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 02:20:06
IDJOB=1081484
IDBENCH=57106
IDSOLVER=344
FILE ID=node56/1081484-1215217206
PBS_JOBID= 7881798
Free space on /tmp= 103236 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50143bff7152a7a0a5ab6fa327854d44
RANDOM SEED=1206332387

node56.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.265
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	: 5931.00
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.265
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:       1393424 kB
Buffers:          6208 kB
Cached:         487060 kB
SwapCached:       7076 kB
Active:         160032 kB
Inactive:       447124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1393424 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:            1116 kB
Writeback:           0 kB
Mapped:         127552 kB
Slab:            40300 kB
Committed_AS:  4758268 kB
PageTables:       2108 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= 103232 MiB
End job on node56 at 2008-07-05 02:25:22