Trace number 1081463

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? 1216.81 1222.13

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-100-5-add.xml
MD5SUM322bbcff3f69f7245f51580899f28315
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 benchmark21.3418
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints4960
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4960
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1081463-1215217081/watcher-1081463-1215217081 -o /tmp/evaluation-result-1081463-1215217081/solver-1081463-1215217081 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1081463-1215217081.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/72 29493
/proc/meminfo: memFree=1686640/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=18572 CPUtime=0
/proc/29493/stat : 29493 (runsolver) R 29491 29493 28422 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2000676860 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29493/statm: 4643 292 257 25 0 2626 0

[startup+0.051853 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 29493
/proc/meminfo: memFree=1686640/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=801432 CPUtime=0.03
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 2518 0 1 0 2 1 0 0 18 0 5 0 2000676860 820666368 2255 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 200358 2255 959 9 0 197741 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801432

[startup+0.101863 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 29493
/proc/meminfo: memFree=1686640/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=804612 CPUtime=0.08
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 2985 0 1 0 6 2 0 0 18 0 12 0 2000676860 823922688 2718 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 201153 2718 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301889 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 29493
/proc/meminfo: memFree=1686640/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=807760 CPUtime=0.28
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 4814 0 1 0 25 3 0 0 18 0 12 0 2000676860 827146240 4143 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 201940 4143 1298 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.701941 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 29493
/proc/meminfo: memFree=1686640/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=807788 CPUtime=0.67
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 6250 0 1 0 62 5 0 0 18 0 12 0 2000676860 827174912 5380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 201947 5380 1335 9 0 199309 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807788

[startup+1.50206 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29505
/proc/meminfo: memFree=1666768/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=812992 CPUtime=1.46
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 12541 0 1 0 138 8 0 0 18 0 12 0 2000676860 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 203248 10282 1351 9 0 200610 0
[pid=29493/tid=29495] ppid=29491 vsize=812992 CPUtime=0.78
/proc/29493/task/29495/stat : 29495 (java) R 29491 29493 28422 0 -1 64 7735 0 1 0 72 6 0 0 19 0 12 0 2000676862 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 2000676863 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 2000676863 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29498/stat : 29498 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2000676865 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 2000676866 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 2000676866 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=812992 CPUtime=0.21
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 424 0 0 0 21 0 0 0 16 0 12 0 2000676870 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=812992 CPUtime=0.45
/proc/29493/task/29503/stat : 29503 (java) R 29491 29493 28422 0 -1 64 3617 0 0 0 44 1 0 0 16 0 12 0 2000676870 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 103820547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=812992 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) R 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 832503808 10282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812992

[startup+3.10227 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 29505
/proc/meminfo: memFree=1645136/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816628 CPUtime=3.05
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 27920 0 1 0 289 16 0 0 18 0 12 0 2000676860 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204157 24387 1384 9 0 201519 0
[pid=29493/tid=29495] ppid=29491 vsize=816628 CPUtime=1.75
/proc/29493/task/29495/stat : 29495 (java) R 29491 29493 28422 0 -1 64 17264 0 1 0 165 10 0 0 25 0 12 0 2000676862 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4109678571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816628 CPUtime=0.04
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 1705 0 0 0 4 0 0 0 17 0 12 0 2000676863 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816628 CPUtime=0.03
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 1860 0 0 0 3 0 0 0 17 0 12 0 2000676863 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816628 CPUtime=0
/proc/29493/task/29498/stat : 29498 (java) S 29491 29493 28422 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000676865 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816628 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816628 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816628 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816628 CPUtime=0.38
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 861 0 0 0 38 0 0 0 16 0 12 0 2000676870 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816628 CPUtime=0.78
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5437 0 0 0 76 2 0 0 16 0 12 0 2000676870 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816628 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816628 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836227072 24387 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 816628

[startup+6.3027 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 29505
/proc/meminfo: memFree=1578640/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=6.24
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 32632 0 1 0 606 18 0 0 18 0 12 0 2000676860 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 28883 1385 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=4.6
/proc/29493/task/29495/stat : 29495 (java) R 29491 29493 28422 0 -1 64 17269 0 1 0 450 10 0 0 25 0 12 0 2000676862 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4109657863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=0.1
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 2828 0 0 0 9 1 0 0 17 0 12 0 2000676863 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=0.18
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 5433 0 0 0 16 2 0 0 17 0 12 0 2000676863 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29498/stat : 29498 (java) S 29491 29493 28422 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000676865 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816596 CPUtime=0.46
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 865 0 0 0 46 0 0 0 16 0 12 0 2000676870 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816596 CPUtime=0.84
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5444 0 0 0 82 2 0 0 16 0 12 0 2000676870 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 28883 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 816596

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 29505
/proc/meminfo: memFree=1549456/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=12.58
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 39808 0 1 0 1236 22 0 0 18 0 12 0 2000676860 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 36051 1387 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=10.52
/proc/29493/task/29495/stat : 29495 (java) R 29491 29493 28422 0 -1 64 17281 0 1 0 1042 10 0 0 25 0 12 0 2000676862 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4109647433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=0.29
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 7404 0 0 0 25 4 0 0 16 0 12 0 2000676863 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=0.33
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 7988 0 0 0 30 3 0 0 16 0 12 0 2000676863 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29498/stat : 29498 (java) S 29491 29493 28422 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000676865 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816596 CPUtime=0.51
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 890 0 0 0 51 0 0 0 17 0 12 0 2000676870 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816596 CPUtime=0.87
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5452 0 0 0 85 2 0 0 16 0 12 0 2000676870 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 36051 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 816596

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 29505
/proc/meminfo: memFree=1504464/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=25.28
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 50490 0 1 0 2500 28 0 0 18 0 12 0 2000676860 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 46669 1387 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=22.67
/proc/29493/task/29495/stat : 29495 (java) R 29491 29493 28422 0 -1 64 17307 0 1 0 2256 11 0 0 25 0 12 0 2000676862 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4109647505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=0.43
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 12900 0 0 0 37 6 0 0 16 0 12 0 2000676863 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=0.49
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 13130 0 0 0 43 6 0 0 16 0 12 0 2000676863 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29498/stat : 29498 (java) S 29491 29493 28422 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2000676865 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 46669 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 173912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 173912 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1197.87
Current children cumulated vsize (KiB) 816596

[startup+1215.9 s]
/proc/loadavg: 2.09 2.05 2.01 3/84 29533
/proc/meminfo: memFree=995216/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=1210.61
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 182630 0 1 0 120953 108 0 0 18 0 12 0 2000676860 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 173914 1412 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=1159.13
/proc/29493/task/29495/stat : 29495 (java) S 29491 29493 28422 0 -1 64 18836 0 1 0 115897 16 0 0 17 0 12 0 2000676862 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=10.26
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 75452 0 0 0 990 36 0 0 15 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=10.43
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 79817 0 0 0 1006 37 0 0 16 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=26.83
/proc/29493/task/29498/stat : 29498 (java) R 29491 29493 28422 0 -1 64 633 0 0 0 2670 13 0 0 25 0 12 0 2000676865 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816596 CPUtime=1.96
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 1593 0 0 0 196 0 0 0 16 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816596 CPUtime=1.93
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5536 0 0 0 191 2 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1210.61
Current children cumulated vsize (KiB) 816596

[startup+1219.1 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 29533
/proc/meminfo: memFree=995216/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=1213.79
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 182633 0 1 0 121271 108 0 0 18 0 12 0 2000676860 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 173914 1412 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=1159.13
/proc/29493/task/29495/stat : 29495 (java) S 29491 29493 28422 0 -1 64 18839 0 1 0 115897 16 0 0 17 0 12 0 2000676862 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=10.26
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 75452 0 0 0 990 36 0 0 15 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=10.43
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 79817 0 0 0 1006 37 0 0 16 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=30.01
/proc/29493/task/29498/stat : 29498 (java) R 29491 29493 28422 0 -1 64 633 0 0 0 2988 13 0 0 25 0 12 0 2000676865 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816596 CPUtime=1.96
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 1593 0 0 0 196 0 0 0 16 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816596 CPUtime=1.93
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5536 0 0 0 191 2 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1213.79
Current children cumulated vsize (KiB) 816596

[startup+1220.7 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 29533
/proc/meminfo: memFree=995216/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=1215.38
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 182635 0 1 0 121430 108 0 0 18 0 12 0 2000676860 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 173914 1412 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=1159.13
/proc/29493/task/29495/stat : 29495 (java) S 29491 29493 28422 0 -1 64 18841 0 1 0 115897 16 0 0 17 0 12 0 2000676862 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=10.26
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 75452 0 0 0 990 36 0 0 15 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=10.43
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 79817 0 0 0 1006 37 0 0 16 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=31.61
/proc/29493/task/29498/stat : 29498 (java) R 29491 29493 28422 0 -1 64 633 0 0 0 3148 13 0 0 25 0 12 0 2000676865 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816596 CPUtime=1.96
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 1593 0 0 0 196 0 0 0 16 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816596 CPUtime=1.93
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5536 0 0 0 191 2 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1215.38
Current children cumulated vsize (KiB) 816596

[startup+1221.5 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 29533
/proc/meminfo: memFree=995216/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=1216.18
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 182635 0 1 0 121510 108 0 0 18 0 12 0 2000676860 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 173914 1412 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=1159.13
/proc/29493/task/29495/stat : 29495 (java) S 29491 29493 28422 0 -1 64 18841 0 1 0 115897 16 0 0 17 0 12 0 2000676862 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=10.26
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 75452 0 0 0 990 36 0 0 15 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=10.43
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 79817 0 0 0 1006 37 0 0 16 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=32.4
/proc/29493/task/29498/stat : 29498 (java) R 29491 29493 28422 0 -1 64 633 0 0 0 3227 13 0 0 25 0 12 0 2000676865 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816596 CPUtime=1.96
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 1593 0 0 0 196 0 0 0 16 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816596 CPUtime=1.93
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5536 0 0 0 191 2 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1216.18
Current children cumulated vsize (KiB) 816596

[startup+1221.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 29533
/proc/meminfo: memFree=995216/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=816596 CPUtime=1216.58
/proc/29493/stat : 29493 (java) S 29491 29493 28422 0 -1 0 182635 0 1 0 121550 108 0 0 18 0 12 0 2000676860 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 204149 173914 1412 9 0 201511 0
[pid=29493/tid=29495] ppid=29491 vsize=816596 CPUtime=1159.13
/proc/29493/task/29495/stat : 29495 (java) S 29491 29493 28422 0 -1 64 18841 0 1 0 115897 16 0 0 17 0 12 0 2000676862 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29496] ppid=29491 vsize=816596 CPUtime=10.26
/proc/29493/task/29496/stat : 29496 (java) S 29491 29493 28422 0 -1 64 75452 0 0 0 990 36 0 0 15 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29497] ppid=29491 vsize=816596 CPUtime=10.43
/proc/29493/task/29497/stat : 29497 (java) S 29491 29493 28422 0 -1 64 79817 0 0 0 1006 37 0 0 16 0 12 0 2000676863 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29498] ppid=29491 vsize=816596 CPUtime=32.8
/proc/29493/task/29498/stat : 29498 (java) R 29491 29493 28422 0 -1 64 633 0 0 0 3267 13 0 0 25 0 12 0 2000676865 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29499] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29499/stat : 29499 (java) S 29491 29493 28422 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29500] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29500/stat : 29500 (java) S 29491 29493 28422 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2000676866 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29501] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29501/stat : 29501 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29502] ppid=29491 vsize=816596 CPUtime=1.96
/proc/29493/task/29502/stat : 29502 (java) S 29491 29493 28422 0 -1 64 1593 0 0 0 196 0 0 0 16 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29503] ppid=29491 vsize=816596 CPUtime=1.93
/proc/29493/task/29503/stat : 29503 (java) S 29491 29493 28422 0 -1 64 5536 0 0 0 191 2 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29504] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29504/stat : 29504 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29493/tid=29505] ppid=29491 vsize=816596 CPUtime=0
/proc/29493/task/29505/stat : 29505 (java) S 29491 29493 28422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2000676870 836194304 173914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1216.58
Current children cumulated vsize (KiB) 816596

[startup+1222.11 s]
/proc/loadavg: 2.07 2.05 2.01 3/84 29533
/proc/meminfo: memFree=995216/2055920 swapFree=4180436/4192956
[pid=29493] ppid=29491 vsize=0 CPUtime=1216.77
/proc/29493/stat : 29493 (java) Z 29491 29493 28422 0 -1 12 182648 0 1 0 121561 116 0 0 16 0 2 0 2000676860 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29493/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1216.77
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1222.13
CPU time (s): 1216.81
CPU user time (s): 1215.62
CPU system time (s): 1.19482
CPU usage (%): 99.5646
Max. virtual memory (cumulated for all children) (KiB): 818556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1215.62
system time used= 1.19482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182648
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= 46817
involuntary context switches= 40837

runsolver used 1.50877 second user time and 4.12137 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 02:18:01
IDJOB=1081463
IDBENCH=57105
IDSOLVER=344
FILE ID=node71/1081463-1215217081
PBS_JOBID= 7881770
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 322bbcff3f69f7245f51580899f28315
RANDOM SEED=999625880

node71.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.209
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.209
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:       1687120 kB
Buffers:         66136 kB
Cached:         225336 kB
SwapCached:       6776 kB
Active:         228448 kB
Inactive:        81196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687120 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          25372 kB
Slab:            44472 kB
Committed_AS:  4232196 kB
PageTables:       1820 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= 66512 MiB
End job on node71 at 2008-07-05 02:38:23