Trace number 1085875

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? 683.331 685.447

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-10.xml
MD5SUM55de9a4bee899e7bedf0b2c2b8000cef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.5
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
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.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1085875-1215235929.xml
0.38/0.40	c reading problem ... 
0.57/0.68	c reading problem named null
0.57/0.68	c reading domains done.
0.98/1.02	c reading variables done.
1.57/1.66	c reading predicates  done.
1.77/1.85	c reading constraints
676.15/678.26	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
679.63/681.70		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
679.63/681.70		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
679.63/681.70		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
679.63/681.70		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
679.63/681.70		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
679.63/681.70		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
679.63/681.70		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
679.63/681.70		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
679.63/681.70		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
679.63/681.70		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
679.63/681.70		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
679.63/681.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
679.63/681.70		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
679.63/681.70		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
679.63/681.70		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
679.63/681.70		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
679.63/681.70		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
679.63/681.70		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
683.02/685.14	c starts		: 0
683.02/685.14	c conflicts		: 0
683.02/685.14	c decisions		: 0
683.02/685.14	c propagations		: 0
683.02/685.14	c inspects		: 0
683.02/685.14	c learnt literals	: 0
683.02/685.14	c learnt binary clauses	: 0
683.02/685.14	c learnt ternary clauses	: 0
683.02/685.14	c learnt clauses	: 0
683.02/685.14	c ignored clauses	: 0
683.02/685.14	c root simplifications	: 0
683.02/685.14	c removed literals (reason simplification)	: 0
683.02/685.14	c reason swapping (by a shorter reason)	: 0
683.02/685.14	c Calls to reduceDB	: 0
683.02/685.14	c speed (assignments/second)	: 0.0
683.02/685.14	c non guided choices	0
683.02/685.14	s UNKNOWN
683.02/685.14	c Total wall clock time (in seconds) : 681.3

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-1085875-1215235929/watcher-1085875-1215235929 -o /tmp/evaluation-result-1085875-1215235929/solver-1085875-1215235929 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085875-1215235929.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.03 2.03 2.00 3/72 7417
/proc/meminfo: memFree=1283872/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=18572 CPUtime=0
/proc/7417/stat : 7417 (runsolver) R 7415 7417 2716 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 2002568283 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7417/statm: 4643 292 257 25 0 2626 0

[startup+0.077401 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 7417
/proc/meminfo: memFree=1283872/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=802236 CPUtime=0.06
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 2810 0 1 0 4 2 0 0 18 0 7 0 2002568283 821489664 2545 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 200559 2545 1009 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.114836 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 7417
/proc/meminfo: memFree=1283872/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=804916 CPUtime=0.1
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 3283 0 1 0 8 2 0 0 18 0 12 0 2002568283 824233984 3014 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 201229 3014 1248 9 0 198598 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804916

[startup+0.302854 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 7417
/proc/meminfo: memFree=1283872/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=808244 CPUtime=0.29
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 4965 0 1 0 26 3 0 0 18 0 12 0 2002568283 827641856 4292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 202061 4292 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808244

[startup+0.702891 s]
/proc/loadavg: 2.03 2.03 2.00 3/72 7417
/proc/meminfo: memFree=1283872/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=808272 CPUtime=0.68
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 6403 0 1 0 63 5 0 0 18 0 12 0 2002568283 827670528 5531 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 202068 5531 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50297 s]
/proc/loadavg: 2.02 2.03 2.00 4/84 7429
/proc/meminfo: memFree=1266368/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=808272 CPUtime=1.48
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 9465 0 1 0 142 6 0 0 18 0 12 0 2002568283 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 202068 7369 1344 9 0 199430 0
[pid=7417/tid=7419] ppid=7415 vsize=808272 CPUtime=0.66
/proc/7417/task/7419/stat : 7419 (java) R 7415 7417 2716 0 -1 64 5606 0 1 0 62 4 0 0 21 0 12 0 2002568285 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7420] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568286 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7421] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 2002568286 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7422/stat : 7422 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 2002568287 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7423] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 2002568288 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7424] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 2002568288 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7425] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568292 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=808272 CPUtime=0.37
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1311 0 0 0 37 0 0 0 16 0 12 0 2002568292 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7427] ppid=7415 vsize=808272 CPUtime=0.42
/proc/7417/task/7427/stat : 7427 (java) R 7415 7417 2716 0 -1 64 1785 0 0 0 42 0 0 0 16 0 12 0 2002568292 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 106080315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7428] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002568292 827670528 7369 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=808272 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002568292 827670528 7369 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) 808272

[startup+3.10112 s]
/proc/loadavg: 2.02 2.03 2.00 4/84 7429
/proc/meminfo: memFree=1219072/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=819600 CPUtime=3.35
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 35753 0 1 0 316 19 0 0 18 0 12 0 2002568283 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 204900 30726 1388 9 0 202262 0
[pid=7417/tid=7419] ppid=7415 vsize=819600 CPUtime=1.3
/proc/7417/task/7419/stat : 7419 (java) R 7415 7417 2716 0 -1 64 17317 0 1 0 120 10 0 0 17 0 12 0 2002568285 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4109194819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=819600 CPUtime=0.31
/proc/7417/task/7420/stat : 7420 (java) R 7415 7417 2716 0 -1 64 5315 0 0 0 29 2 0 0 18 0 12 0 2002568286 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7421] ppid=7415 vsize=819600 CPUtime=0.3
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 5229 0 0 0 28 2 0 0 19 0 12 0 2002568286 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=819600 CPUtime=0
/proc/7417/task/7422/stat : 7422 (java) S 7415 7417 2716 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 2002568287 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=819600 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002568288 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=819600 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002568288 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=819600 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568292 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=819600 CPUtime=0.48
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1359 0 0 0 48 0 0 0 16 0 12 0 2002568292 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7427] ppid=7415 vsize=819600 CPUtime=0.91
/proc/7417/task/7427/stat : 7427 (java) R 7415 7417 2716 0 -1 64 5740 0 0 0 89 2 0 0 16 0 12 0 2002568292 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 105562247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7428] ppid=7415 vsize=819600 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002568292 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=819600 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002568292 839270400 30726 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 819600

[startup+6.30242 s]
/proc/loadavg: 2.02 2.03 2.00 6/84 7429
/proc/meminfo: memFree=1153536/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=819088 CPUtime=6.83
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 39587 0 1 0 662 21 0 0 18 0 12 0 2002568283 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 204772 34126 1389 9 0 202134 0
[pid=7417/tid=7419] ppid=7415 vsize=819088 CPUtime=3.9
/proc/7417/task/7419/stat : 7419 (java) R 7415 7417 2716 0 -1 64 17329 0 1 0 380 10 0 0 25 0 12 0 2002568285 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4109733378 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=819088 CPUtime=0.47
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 6586 0 0 0 45 2 0 0 16 0 12 0 2002568286 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7421] ppid=7415 vsize=819088 CPUtime=0.47
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 7558 0 0 0 44 3 0 0 16 0 12 0 2002568286 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=819088 CPUtime=0
/proc/7417/task/7422/stat : 7422 (java) S 7415 7417 2716 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 2002568287 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=819088 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002568288 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=819088 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002568288 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=819088 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568292 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=819088 CPUtime=0.73
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1432 0 0 0 73 0 0 0 16 0 12 0 2002568292 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7427] ppid=7415 vsize=819088 CPUtime=1.18
/proc/7417/task/7427/stat : 7427 (java) S 7415 7417 2716 0 -1 64 5889 0 0 0 116 2 0 0 16 0 12 0 2002568292 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7428] ppid=7415 vsize=819088 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002568292 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=819088 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002568292 838746112 34126 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 819088

[startup+12.701 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 7429
/proc/meminfo: memFree=1126848/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=817712 CPUtime=13.27
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 46747 0 1 0 1303 24 0 0 18 0 12 0 2002568283 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 204428 40916 1389 9 0 201790 0
[pid=7417/tid=7419] ppid=7415 vsize=817712 CPUtime=9.93
/proc/7417/task/7419/stat : 7419 (java) R 7415 7417 2716 0 -1 64 17348 0 1 0 983 10 0 0 25 0 12 0 2002568285 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4109729046 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=817712 CPUtime=0.65
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 9063 0 0 0 61 4 0 0 16 0 12 0 2002568286 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7421] ppid=7415 vsize=817712 CPUtime=0.68
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 12218 0 0 0 63 5 0 0 16 0 12 0 2002568286 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7422] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7422/stat : 7422 (java) S 7415 7417 2716 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 2002568287 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002568288 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002568288 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568292 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=817712 CPUtime=0.73
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1432 0 0 0 73 0 0 0 16 0 12 0 2002568292 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7427] ppid=7415 vsize=817712 CPUtime=1.22
/proc/7417/task/7427/stat : 7427 (java) S 7415 7417 2716 0 -1 64 5892 0 0 0 120 2 0 0 17 0 12 0 2002568292 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7428] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002568292 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002568292 837337088 40916 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.27
Current children cumulated vsize (KiB) 817712

[startup+25.5023 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 7429
/proc/meminfo: memFree=1093376/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=817712 CPUtime=26.07
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 54608 0 1 0 2579 28 0 0 18 0 12 0 2002568283 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 204428 48757 1389 9 0 201790 0
[pid=7417/tid=7419] ppid=7415 vsize=817712 CPUtime=22.52
/proc/7417/task/7419/stat : 7419 (java) R 7415 7417 2716 0 -1 64 17369 0 1 0 2241 11 0 0 25 0 12 0 2002568285 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4109840536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=817712 CPUtime=0.73
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 12869 0 0 0 68 5 0 0 16 0 12 0 2002568286 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7421] ppid=7415 vsize=817712 CPUtime=0.77
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 16252 0 0 0 70 7 0 0 16 0 12 0 2002568286 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7422] ppid=7415 vsize=817712 CPUtime=0.01
/proc/7417/task/7422/stat : 7422 (java) S 7415 7417 2716 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 2002568287 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002568288 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002568288 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=817712 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568292 837337088 48757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+681.503 s]
/proc/loadavg: 1.95 2.07 2.04 3/84 7459
/proc/meminfo: memFree=970624/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=819716 CPUtime=679.44
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 431274 0 1 0 67744 200 0 0 18 0 12 0 2002568283 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 204929 174613 1395 9 0 202291 0
[pid=7417/tid=7419] ppid=7415 vsize=819716 CPUtime=292.12
/proc/7417/task/7419/stat : 7419 (java) S 7415 7417 2716 0 -1 64 18167 0 1 0 29198 14 0 0 15 0 12 0 2002568285 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=819716 CPUtime=3.52
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 72693 0 0 0 324 28 0 0 16 0 12 0 2002568286 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7421] ppid=7415 vsize=819716 CPUtime=3.65
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 81685 0 0 0 334 31 0 0 15 0 12 0 2002568286 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=819716 CPUtime=377.66
/proc/7417/task/7422/stat : 7422 (java) R 7415 7417 2716 0 -1 64 250636 0 0 0 37645 121 0 0 25 0 12 0 2002568287 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=819716 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 2002568288 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=819716 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002568288 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=819716 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568292 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=819716 CPUtime=1
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1438 0 0 0 100 0 0 0 17 0 12 0 2002568292 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7427] ppid=7415 vsize=819716 CPUtime=1.42
/proc/7417/task/7427/stat : 7427 (java) S 7415 7417 2716 0 -1 64 5892 0 0 0 140 2 0 0 17 0 12 0 2002568292 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7428] ppid=7415 vsize=819716 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002568292 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=819716 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002568292 839389184 174613 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 679.44
Current children cumulated vsize (KiB) 819716

[startup+683.107 s]
/proc/loadavg: 1.95 2.07 2.04 3/85 7460
/proc/meminfo: memFree=970552/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=820040 CPUtime=681.03
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 432285 0 1 0 67903 200 0 0 18 0 13 0 2002568283 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 205010 174620 1395 9 0 202372 0
[pid=7417/tid=7419] ppid=7415 vsize=820040 CPUtime=292.12
/proc/7417/task/7419/stat : 7419 (java) S 7415 7417 2716 0 -1 64 18171 0 1 0 29198 14 0 0 17 0 13 0 2002568285 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=820040 CPUtime=3.52
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 72693 0 0 0 324 28 0 0 16 0 13 0 2002568286 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7421] ppid=7415 vsize=820040 CPUtime=3.65
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 81685 0 0 0 334 31 0 0 15 0 13 0 2002568286 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=820040 CPUtime=379.24
/proc/7417/task/7422/stat : 7422 (java) R 7415 7417 2716 0 -1 64 251638 0 0 0 37803 121 0 0 25 0 13 0 2002568287 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002568288 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002568288 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=820040 CPUtime=1
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1438 0 0 0 100 0 0 0 17 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7427] ppid=7415 vsize=820040 CPUtime=1.42
/proc/7417/task/7427/stat : 7427 (java) S 7415 7417 2716 0 -1 64 5892 0 0 0 140 2 0 0 17 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7428] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7460] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7460/stat : 7460 (java) S 7415 7417 2716 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 2002636454 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 681.03
Current children cumulated vsize (KiB) 820040

[startup+684.702 s]
/proc/loadavg: 1.95 2.07 2.04 3/85 7460
/proc/meminfo: memFree=970552/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=820040 CPUtime=682.62
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 433289 0 1 0 68061 201 0 0 18 0 13 0 2002568283 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 205010 174620 1395 9 0 202372 0
[pid=7417/tid=7419] ppid=7415 vsize=820040 CPUtime=292.12
/proc/7417/task/7419/stat : 7419 (java) S 7415 7417 2716 0 -1 64 18171 0 1 0 29198 14 0 0 17 0 13 0 2002568285 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=820040 CPUtime=3.52
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 72693 0 0 0 324 28 0 0 16 0 13 0 2002568286 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7421] ppid=7415 vsize=820040 CPUtime=3.65
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 81685 0 0 0 334 31 0 0 15 0 13 0 2002568286 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=820040 CPUtime=380.84
/proc/7417/task/7422/stat : 7422 (java) R 7415 7417 2716 0 -1 64 252640 0 0 0 37962 122 0 0 25 0 13 0 2002568287 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002568288 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002568288 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=820040 CPUtime=1
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1438 0 0 0 100 0 0 0 17 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7427] ppid=7415 vsize=820040 CPUtime=1.42
/proc/7417/task/7427/stat : 7427 (java) S 7415 7417 2716 0 -1 64 5892 0 0 0 140 2 0 0 17 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7428] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7460] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7460/stat : 7460 (java) S 7415 7417 2716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002636454 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.62
Current children cumulated vsize (KiB) 820040

[startup+685.102 s]
/proc/loadavg: 1.95 2.07 2.04 3/85 7460
/proc/meminfo: memFree=970552/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=820040 CPUtime=683.02
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 433289 0 1 0 68101 201 0 0 18 0 13 0 2002568283 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 205010 174620 1395 9 0 202372 0
[pid=7417/tid=7419] ppid=7415 vsize=820040 CPUtime=292.12
/proc/7417/task/7419/stat : 7419 (java) S 7415 7417 2716 0 -1 64 18171 0 1 0 29198 14 0 0 17 0 13 0 2002568285 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=820040 CPUtime=3.52
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 72693 0 0 0 324 28 0 0 16 0 13 0 2002568286 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7421] ppid=7415 vsize=820040 CPUtime=3.65
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 81685 0 0 0 334 31 0 0 15 0 13 0 2002568286 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=820040 CPUtime=381.24
/proc/7417/task/7422/stat : 7422 (java) R 7415 7417 2716 0 -1 64 252640 0 0 0 38002 122 0 0 25 0 13 0 2002568287 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 2002568288 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2002568288 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=820040 CPUtime=1
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1438 0 0 0 100 0 0 0 17 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7427] ppid=7415 vsize=820040 CPUtime=1.42
/proc/7417/task/7427/stat : 7427 (java) S 7415 7417 2716 0 -1 64 5892 0 0 0 140 2 0 0 17 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7428] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 2002568292 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7460] ppid=7415 vsize=820040 CPUtime=0
/proc/7417/task/7460/stat : 7460 (java) S 7415 7417 2716 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 2002636454 839720960 174620 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.02
Current children cumulated vsize (KiB) 820040

[startup+685.307 s]
/proc/loadavg: 1.95 2.07 2.04 3/84 7460
/proc/meminfo: memFree=972344/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=818036 CPUtime=683.22
/proc/7417/stat : 7417 (java) S 7415 7417 2716 0 -1 0 433291 0 1 0 68121 201 0 0 18 0 12 0 2002568283 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7417/statm: 204509 174120 1396 9 0 201871 0
[pid=7417/tid=7419] ppid=7415 vsize=818036 CPUtime=292.12
/proc/7417/task/7419/stat : 7419 (java) S 7415 7417 2716 0 -1 64 18171 0 1 0 29198 14 0 0 16 0 12 0 2002568285 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7420] ppid=7415 vsize=818036 CPUtime=3.52
/proc/7417/task/7420/stat : 7420 (java) S 7415 7417 2716 0 -1 64 72693 0 0 0 324 28 0 0 16 0 12 0 2002568286 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7421] ppid=7415 vsize=818036 CPUtime=3.65
/proc/7417/task/7421/stat : 7421 (java) S 7415 7417 2716 0 -1 64 81685 0 0 0 334 31 0 0 15 0 12 0 2002568286 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7422] ppid=7415 vsize=818036 CPUtime=381.44
/proc/7417/task/7422/stat : 7422 (java) R 7415 7417 2716 0 -1 64 252640 0 0 0 38022 122 0 0 25 0 12 0 2002568287 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 105678356 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7423] ppid=7415 vsize=818036 CPUtime=0
/proc/7417/task/7423/stat : 7423 (java) S 7415 7417 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 2002568288 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7424] ppid=7415 vsize=818036 CPUtime=0
/proc/7417/task/7424/stat : 7424 (java) S 7415 7417 2716 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2002568288 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7417/tid=7425] ppid=7415 vsize=818036 CPUtime=0
/proc/7417/task/7425/stat : 7425 (java) S 7415 7417 2716 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 2002568292 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7426] ppid=7415 vsize=818036 CPUtime=1
/proc/7417/task/7426/stat : 7426 (java) S 7415 7417 2716 0 -1 64 1438 0 0 0 100 0 0 0 17 0 12 0 2002568292 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7427] ppid=7415 vsize=818036 CPUtime=1.42
/proc/7417/task/7427/stat : 7427 (java) S 7415 7417 2716 0 -1 64 5892 0 0 0 140 2 0 0 17 0 12 0 2002568292 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7428] ppid=7415 vsize=818036 CPUtime=0
/proc/7417/task/7428/stat : 7428 (java) S 7415 7417 2716 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 2002568292 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7417/tid=7429] ppid=7415 vsize=818036 CPUtime=0
/proc/7417/task/7429/stat : 7429 (java) S 7415 7417 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 2002568292 837668864 174120 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 683.22
Current children cumulated vsize (KiB) 818036

[startup+685.402 s]
/proc/loadavg: 1.95 2.07 2.04 3/84 7460
/proc/meminfo: memFree=972344/2055920 swapFree=4180028/4192956
[pid=7417] ppid=7415 vsize=0 CPUtime=683.28
/proc/7417/stat : 7417 (java) Z 7415 7417 2716 0 -1 12 433295 0 1 0 68122 206 0 0 16 0 2 0 2002568283 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7417/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 683.28
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 685.447
CPU time (s): 683.331
CPU user time (s): 681.22
CPU system time (s): 2.11068
CPU usage (%): 99.6913
Max. virtual memory (cumulated for all children) (KiB): 821716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 681.22
system time used= 2.11068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433295
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= 20476
involuntary context switches= 22176

runsolver used 0.840872 second user time and 2.30365 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 07:32:09
IDJOB=1085875
IDBENCH=57717
IDSOLVER=344
FILE ID=node4/1085875-1215235929
PBS_JOBID= 7881779
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55de9a4bee899e7bedf0b2c2b8000cef
RANDOM SEED=2081269264

node4.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.213
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.213
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:       1284352 kB
Buffers:         63476 kB
Cached:         215860 kB
SwapCached:       7012 kB
Active:         588208 kB
Inactive:       122528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284352 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:         438872 kB
Slab:            45144 kB
Committed_AS:  3807188 kB
PageTables:       2816 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= 66500 MiB
End job on node4 at 2008-07-05 07:43:35