Trace number 1085728

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? 1214.88 1215.7

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-2.xml
MD5SUMa7377e3e2481e38a6b40d9be07bb2cda
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.2123
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
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.38/0.41	c c --- Begin Solver configuration ---
0.38/0.41	c Stops conflict analysis at the first Unique Implication Point
0.38/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.41	c Learn all clauses as in MiniSAT
0.38/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.41	c Expensive reason simplification
0.38/0.41	c MiniSAT restarts strategy
0.38/0.41	c timeout=2147483s
0.38/0.41	c DB Simplification allowed=false
0.38/0.41	c --- End Solver configuration ---
0.38/0.41	c solving HOME/instance-1085728-1215235286.xml
0.38/0.41	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.88/0.97	c reading variables done.
2.74/2.65	c reading predicates  done.
2.94/2.84	c reading constraints
1206.99/1207.88	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1208.78/1209.69		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
1208.78/1209.69		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
1208.78/1209.69		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
1208.78/1209.69		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
1208.78/1209.69		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
1208.78/1209.69		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
1208.78/1209.69		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:52)
1208.78/1209.69		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
1208.78/1209.69		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
1208.78/1209.69		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
1208.78/1209.69		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1208.78/1209.69		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1208.78/1209.69		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
1208.78/1209.69		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
1208.78/1209.69		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
1208.78/1209.69		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
1208.78/1209.69		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
1214.49/1215.35	c starts		: 0
1214.49/1215.35	c conflicts		: 0
1214.49/1215.35	c decisions		: 0
1214.49/1215.35	c propagations		: 0
1214.49/1215.35	c inspects		: 0
1214.49/1215.35	c learnt literals	: 0
1214.49/1215.35	c learnt binary clauses	: 0
1214.49/1215.35	c learnt ternary clauses	: 0
1214.49/1215.35	c learnt clauses	: 0
1214.49/1215.35	c ignored clauses	: 0
1214.49/1215.35	c root simplifications	: 0
1214.49/1215.35	c removed literals (reason simplification)	: 0
1214.49/1215.35	c reason swapping (by a shorter reason)	: 0
1214.49/1215.35	c Calls to reduceDB	: 0
1214.49/1215.35	c speed (assignments/second)	: 0.0
1214.49/1215.35	c non guided choices	0
1214.49/1215.35	s UNKNOWN
1214.49/1215.35	c Total wall clock time (in seconds) : 1209.28

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-1085728-1215235286/watcher-1085728-1215235286 -o /tmp/evaluation-result-1085728-1215235286/solver-1085728-1215235286 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1085728-1215235286.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

[startup+0 s]
/proc/loadavg: 2.12 2.07 2.01 4/72 28526
/proc/meminfo: memFree=1574896/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=18572 CPUtime=0
/proc/28526/stat : 28526 (runsolver) R 28524 27932 27932 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 161339958 19017728 290 996147200 4194304 4296836 548682068416 18446744073709551615 4244351 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28526/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0773359 s]
/proc/loadavg: 2.12 2.07 2.01 4/72 28526
/proc/meminfo: memFree=1574896/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=802236 CPUtime=0.06
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 2799 0 1 0 4 2 0 0 18 0 7 0 161339958 821489664 2534 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 200559 2534 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102217 s]
/proc/loadavg: 2.12 2.07 2.01 4/72 28526
/proc/meminfo: memFree=1574896/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=804612 CPUtime=0.09
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 3005 0 1 0 7 2 0 0 18 0 12 0 161339958 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301237 s]
/proc/loadavg: 2.12 2.07 2.01 4/72 28526
/proc/meminfo: memFree=1574896/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=808244 CPUtime=0.28
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 4953 0 1 0 25 3 0 0 18 0 12 0 161339958 827641856 4280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 202061 4280 1298 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.70128 s]
/proc/loadavg: 2.12 2.07 2.01 4/72 28526
/proc/meminfo: memFree=1574896/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=808272 CPUtime=0.68
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 6371 0 1 0 63 5 0 0 18 0 12 0 161339958 827670528 5499 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 202068 5499 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50237 s]
/proc/loadavg: 2.12 2.07 2.01 3/84 28538
/proc/meminfo: memFree=1557456/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=808272 CPUtime=1.47
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 7635 0 1 0 142 5 0 0 18 0 12 0 161339958 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 202068 5833 1343 9 0 199430 0
[pid=28526/tid=28528] ppid=28524 vsize=808272 CPUtime=0.79
/proc/28526/task/28528/stat : 28528 (java) R 28524 28526 27932 0 -1 64 4079 0 1 0 75 4 0 0 23 0 12 0 161339959 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28529] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 161339960 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28530] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28530/stat : 28530 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 161339960 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28531] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28531/stat : 28531 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 161339962 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28532] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 161339963 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28533] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161339963 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28534] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161339967 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=808272 CPUtime=0.36
/proc/28526/task/28535/stat : 28535 (java) R 28524 28526 27932 0 -1 64 1579 0 0 0 36 0 0 0 16 0 12 0 161339967 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 105557741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28536] ppid=28524 vsize=808272 CPUtime=0.29
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 1211 0 0 0 29 0 0 0 16 0 12 0 161339967 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28537] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 161339967 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=808272 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161339967 827670528 5833 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10154 s]
/proc/loadavg: 2.19 2.09 2.02 3/84 28538
/proc/meminfo: memFree=1511504/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=814628 CPUtime=3.3
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 45424 0 1 0 310 20 0 0 18 0 12 0 161339958 834179072 40469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 203657 40471 1376 9 0 201019 0
[pid=28526/tid=28528] ppid=28524 vsize=814628 CPUtime=1.4
/proc/28526/task/28528/stat : 28528 (java) R 28524 28526 27932 0 -1 64 17252 0 1 0 131 9 0 0 25 0 12 0 161339959 834179072 40472 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28529] ppid=28524 vsize=814628 CPUtime=0.47
/proc/28526/task/28529/stat : 28529 (java) R 28524 28526 27932 0 -1 64 14203 0 0 0 42 5 0 0 17 0 12 0 161339960 834179072 40474 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28530] ppid=28524 vsize=814628 CPUtime=0.36
/proc/28526/task/28530/stat : 28530 (java) R 28524 28526 27932 0 -1 64 9527 0 0 0 32 4 0 0 17 0 12 0 161339960 834179072 40476 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28531] ppid=28524 vsize=814628 CPUtime=0
/proc/28526/task/28531/stat : 28531 (java) S 28524 28526 27932 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 161339962 834179072 40478 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28532] ppid=28524 vsize=814628 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 161339963 834179072 40479 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28533] ppid=28524 vsize=814628 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161339963 834179072 40481 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28534] ppid=28524 vsize=814628 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161339967 834179072 40483 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=814628 CPUtime=0.52
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 2148 0 0 0 52 0 0 0 16 0 12 0 161339967 834179072 40484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28536] ppid=28524 vsize=814628 CPUtime=0.5
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 1511 0 0 0 50 0 0 0 16 0 12 0 161339967 834179072 40486 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28537] ppid=28524 vsize=814628 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 161339967 834179072 40488 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=814628 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161339967 834179072 40489 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 814628

[startup+6.30287 s]
/proc/loadavg: 2.19 2.09 2.02 4/84 28538
/proc/meminfo: memFree=1389456/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=820628 CPUtime=6.64
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 55943 0 1 0 639 25 0 0 18 0 12 0 161339958 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 205157 47509 1395 9 0 202519 0
[pid=28526/tid=28528] ppid=28524 vsize=820628 CPUtime=3.01
/proc/28526/task/28528/stat : 28528 (java) R 28524 28526 27932 0 -1 64 17268 0 1 0 292 9 0 0 25 0 12 0 161339959 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28529] ppid=28524 vsize=820628 CPUtime=0.67
/proc/28526/task/28529/stat : 28529 (java) R 28524 28526 27932 0 -1 64 17019 0 0 0 61 6 0 0 16 0 12 0 161339960 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28530] ppid=28524 vsize=820628 CPUtime=0.55
/proc/28526/task/28530/stat : 28530 (java) R 28524 28526 27932 0 -1 64 13380 0 0 0 50 5 0 0 16 0 12 0 161339960 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 105852848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28531] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28531/stat : 28531 (java) S 28524 28526 27932 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 161339962 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28532] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 161339963 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28533] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161339963 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28534] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161339967 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=820628 CPUtime=1.42
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 5472 0 0 0 141 1 0 0 16 0 12 0 161339967 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28536] ppid=28524 vsize=820628 CPUtime=0.92
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 2012 0 0 0 92 0 0 0 15 0 12 0 161339967 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28537] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 161339967 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161339967 840323072 47509 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 820628

[startup+12.7046 s]
/proc/loadavg: 2.16 2.09 2.02 3/84 28538
/proc/meminfo: memFree=1367824/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=820628 CPUtime=12.98
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 61762 0 1 0 1270 28 0 0 18 0 12 0 161339958 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 205157 53310 1395 9 0 202519 0
[pid=28526/tid=28528] ppid=28524 vsize=820628 CPUtime=8.89
/proc/28526/task/28528/stat : 28528 (java) R 28524 28526 27932 0 -1 64 17288 0 1 0 880 9 0 0 25 0 12 0 161339959 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28529] ppid=28524 vsize=820628 CPUtime=0.82
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 19478 0 0 0 74 8 0 0 15 0 12 0 161339960 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28530] ppid=28524 vsize=820628 CPUtime=0.7
/proc/28526/task/28530/stat : 28530 (java) R 28524 28526 27932 0 -1 64 16711 0 0 0 64 6 0 0 15 0 12 0 161339960 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28531] ppid=28524 vsize=820628 CPUtime=0.01
/proc/28526/task/28531/stat : 28531 (java) R 28524 28526 27932 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 161339962 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28532] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 161339963 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28533] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161339963 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28534] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161339967 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=820628 CPUtime=1.48
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 5473 0 0 0 147 1 0 0 16 0 12 0 161339967 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28536] ppid=28524 vsize=820628 CPUtime=1.01
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 2020 0 0 0 101 0 0 0 16 0 12 0 161339967 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28537] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 161339967 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161339967 840323072 53310 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 820628

[startup+25.5029 s]
/proc/loadavg: 2.13 2.08 2.02 3/84 28538
/proc/meminfo: memFree=1341520/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=820628 CPUtime=25.67
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 67905 0 1 0 2536 31 0 0 18 0 12 0 161339958 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 205157 59429 1395 9 0 202519 0
[pid=28526/tid=28528] ppid=28524 vsize=820628 CPUtime=21.32
/proc/28526/task/28528/stat : 28528 (java) R 28524 28526 27932 0 -1 64 17316 0 1 0 2123 9 0 0 25 0 12 0 161339959 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4109904916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28529] ppid=28524 vsize=820628 CPUtime=0.94
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 22986 0 0 0 85 9 0 0 16 0 12 0 161339960 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28530] ppid=28524 vsize=820628 CPUtime=0.81
/proc/28526/task/28530/stat : 28530 (java) S 28524 28526 27932 0 -1 64 19318 0 0 0 74 7 0 0 16 0 12 0 161339960 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28531] ppid=28524 vsize=820628 CPUtime=0.01
/proc/28526/task/28531/stat : 28531 (java) S 28524 28526 27932 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 161339962 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28532] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 161339963 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28533] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 161339963 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28534] ppid=28524 vsize=820628 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161339967 840323072 59429 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+1209.5 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 28538
/proc/meminfo: memFree=869968/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=829656 CPUtime=1208.68
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 2315736 0 1 0 119916 952 0 0 18 0 12 0 161339958 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 207414 176880 1402 9 0 204776 0
[pid=28526/tid=28528] ppid=28524 vsize=829656 CPUtime=266.87
/proc/28526/task/28528/stat : 28528 (java) S 28524 28526 27932 0 -1 64 18294 0 1 0 26675 12 0 0 16 0 12 0 161339959 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28529] ppid=28524 vsize=829656 CPUtime=3.74
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 81882 0 0 0 342 32 0 0 16 0 12 0 161339960 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28530] ppid=28524 vsize=829656 CPUtime=3.63
/proc/28526/task/28530/stat : 28530 (java) S 28524 28526 27932 0 -1 64 75214 0 0 0 337 26 0 0 16 0 12 0 161339960 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28531] ppid=28524 vsize=829656 CPUtime=931.09
/proc/28526/task/28531/stat : 28531 (java) R 28524 28526 27932 0 -1 64 2132060 0 0 0 92233 876 0 0 25 0 12 0 161339962 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 106123810 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28532] ppid=28524 vsize=829656 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 161339963 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28533] ppid=28524 vsize=829656 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161339963 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28534] ppid=28524 vsize=829656 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161339967 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=829656 CPUtime=1.85
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 5492 0 0 0 184 1 0 0 16 0 12 0 161339967 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28536] ppid=28524 vsize=829656 CPUtime=1.42
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 2030 0 0 0 142 0 0 0 16 0 12 0 161339967 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28537] ppid=28524 vsize=829656 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 161339967 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=829656 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 161339967 849567744 176880 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1208.68
Current children cumulated vsize (KiB) 829656

[startup+1212.7 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 28539
/proc/meminfo: memFree=869960/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=829980 CPUtime=1211.88
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 2324753 0 1 0 120233 955 0 0 18 0 13 0 161339958 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 207495 176888 1402 9 0 204857 0
[pid=28526/tid=28528] ppid=28524 vsize=829980 CPUtime=266.87
/proc/28526/task/28528/stat : 28528 (java) S 28524 28526 27932 0 -1 64 18299 0 1 0 26675 12 0 0 17 0 13 0 161339959 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28529] ppid=28524 vsize=829980 CPUtime=3.74
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 81882 0 0 0 342 32 0 0 16 0 13 0 161339960 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28530] ppid=28524 vsize=829980 CPUtime=3.63
/proc/28526/task/28530/stat : 28530 (java) S 28524 28526 27932 0 -1 64 75214 0 0 0 337 26 0 0 16 0 13 0 161339960 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28531] ppid=28524 vsize=829980 CPUtime=934.29
/proc/28526/task/28531/stat : 28531 (java) R 28524 28526 27932 0 -1 64 2141066 0 0 0 92549 880 0 0 25 0 13 0 161339962 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28532] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 161339963 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28533] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161339963 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28534] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=829980 CPUtime=1.85
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 5492 0 0 0 184 1 0 0 16 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28536] ppid=28524 vsize=829980 CPUtime=1.42
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 2030 0 0 0 142 0 0 0 16 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28537] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28539] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28539/stat : 28539 (java) S 28524 28526 27932 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 161460927 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1211.88
Current children cumulated vsize (KiB) 829980

[startup+1214.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 28539
/proc/meminfo: memFree=869960/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=829980 CPUtime=1213.49
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 2327756 0 1 0 120392 957 0 0 18 0 13 0 161339958 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 207495 176888 1402 9 0 204857 0
[pid=28526/tid=28528] ppid=28524 vsize=829980 CPUtime=266.87
/proc/28526/task/28528/stat : 28528 (java) S 28524 28526 27932 0 -1 64 18299 0 1 0 26675 12 0 0 17 0 13 0 161339959 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28529] ppid=28524 vsize=829980 CPUtime=3.74
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 81882 0 0 0 342 32 0 0 16 0 13 0 161339960 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28530] ppid=28524 vsize=829980 CPUtime=3.63
/proc/28526/task/28530/stat : 28530 (java) S 28524 28526 27932 0 -1 64 75214 0 0 0 337 26 0 0 16 0 13 0 161339960 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28531] ppid=28524 vsize=829980 CPUtime=935.9
/proc/28526/task/28531/stat : 28531 (java) R 28524 28526 27932 0 -1 64 2144068 0 0 0 92709 881 0 0 25 0 13 0 161339962 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28532] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 161339963 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28533] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161339963 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28534] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=829980 CPUtime=1.85
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 5492 0 0 0 184 1 0 0 16 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28536] ppid=28524 vsize=829980 CPUtime=1.42
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 2030 0 0 0 142 0 0 0 16 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28537] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28539] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28539/stat : 28539 (java) S 28524 28526 27932 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 161460927 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1213.49
Current children cumulated vsize (KiB) 829980

[startup+1215.1 s]
/proc/loadavg: 2.00 2.02 2.04 3/85 28539
/proc/meminfo: memFree=869960/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=829980 CPUtime=1214.29
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 2327756 0 1 0 120472 957 0 0 18 0 13 0 161339958 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 207495 176888 1402 9 0 204857 0
[pid=28526/tid=28528] ppid=28524 vsize=829980 CPUtime=266.87
/proc/28526/task/28528/stat : 28528 (java) S 28524 28526 27932 0 -1 64 18299 0 1 0 26675 12 0 0 17 0 13 0 161339959 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28529] ppid=28524 vsize=829980 CPUtime=3.74
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 81882 0 0 0 342 32 0 0 16 0 13 0 161339960 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28530] ppid=28524 vsize=829980 CPUtime=3.63
/proc/28526/task/28530/stat : 28530 (java) S 28524 28526 27932 0 -1 64 75214 0 0 0 337 26 0 0 16 0 13 0 161339960 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28531] ppid=28524 vsize=829980 CPUtime=936.69
/proc/28526/task/28531/stat : 28531 (java) R 28524 28526 27932 0 -1 64 2144068 0 0 0 92788 881 0 0 25 0 13 0 161339962 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28532] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 161339963 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28533] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161339963 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28534] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=829980 CPUtime=1.85
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 5492 0 0 0 184 1 0 0 16 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28536] ppid=28524 vsize=829980 CPUtime=1.42
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 2030 0 0 0 142 0 0 0 16 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28537] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 161339967 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28539] ppid=28524 vsize=829980 CPUtime=0
/proc/28526/task/28539/stat : 28539 (java) S 28524 28526 27932 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 161460927 849899520 176888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1214.29
Current children cumulated vsize (KiB) 829980

[startup+1215.51 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 28539
/proc/meminfo: memFree=877960/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=821976 CPUtime=1214.69
/proc/28526/stat : 28526 (java) S 28524 28526 27932 0 -1 0 2327758 0 1 0 120512 957 0 0 18 0 12 0 161339958 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28526/statm: 205494 174888 1403 9 0 202856 0
[pid=28526/tid=28528] ppid=28524 vsize=821976 CPUtime=266.87
/proc/28526/task/28528/stat : 28528 (java) S 28524 28526 27932 0 -1 64 18299 0 1 0 26675 12 0 0 16 0 12 0 161339959 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28529] ppid=28524 vsize=821976 CPUtime=3.74
/proc/28526/task/28529/stat : 28529 (java) S 28524 28526 27932 0 -1 64 81882 0 0 0 342 32 0 0 16 0 12 0 161339960 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28530] ppid=28524 vsize=821976 CPUtime=3.63
/proc/28526/task/28530/stat : 28530 (java) S 28524 28526 27932 0 -1 64 75214 0 0 0 337 26 0 0 16 0 12 0 161339960 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28531] ppid=28524 vsize=821976 CPUtime=937.09
/proc/28526/task/28531/stat : 28531 (java) R 28524 28526 27932 0 -1 64 2144068 0 0 0 92828 881 0 0 25 0 12 0 161339962 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28532] ppid=28524 vsize=821976 CPUtime=0
/proc/28526/task/28532/stat : 28532 (java) S 28524 28526 27932 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 161339963 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28533] ppid=28524 vsize=821976 CPUtime=0
/proc/28526/task/28533/stat : 28533 (java) S 28524 28526 27932 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161339963 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28534] ppid=28524 vsize=821976 CPUtime=0
/proc/28526/task/28534/stat : 28534 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161339967 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28535] ppid=28524 vsize=821976 CPUtime=1.85
/proc/28526/task/28535/stat : 28535 (java) S 28524 28526 27932 0 -1 64 5492 0 0 0 184 1 0 0 16 0 12 0 161339967 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28536] ppid=28524 vsize=821976 CPUtime=1.42
/proc/28526/task/28536/stat : 28536 (java) S 28524 28526 27932 0 -1 64 2030 0 0 0 142 0 0 0 16 0 12 0 161339967 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28526/tid=28537] ppid=28524 vsize=821976 CPUtime=0
/proc/28526/task/28537/stat : 28537 (java) S 28524 28526 27932 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 161339967 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28526/tid=28538] ppid=28524 vsize=821976 CPUtime=0
/proc/28526/task/28538/stat : 28538 (java) S 28524 28526 27932 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 161339967 841703424 174888 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1214.69
Current children cumulated vsize (KiB) 821976

[startup+1215.6 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 28539
/proc/meminfo: memFree=877960/2055920 swapFree=4181096/4192956
[pid=28526] ppid=28524 vsize=0 CPUtime=1214.78
/proc/28526/stat : 28526 (java) Z 28524 28526 27932 0 -1 12 2327762 0 1 0 120521 957 0 0 16 0 2 0 161339958 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28526/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1214.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1215.7
CPU time (s): 1214.88
CPU user time (s): 1205.21
CPU system time (s): 9.67153
CPU usage (%): 99.9329
Max. virtual memory (cumulated for all children) (KiB): 838880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1205.21
system time used= 9.67153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2327762
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= 30648
involuntary context switches= 13998

runsolver used 1.44478 second user time and 4.10738 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 07:21:26
IDJOB=1085728
IDBENCH=57692
IDSOLVER=344
FILE ID=node46/1085728-1215235286
PBS_JOBID= 7881930
Free space on /tmp= 66200 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7377e3e2481e38a6b40d9be07bb2cda
RANDOM SEED=669286037

node46.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.238
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.238
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:       1575376 kB
Buffers:         59128 kB
Cached:         246276 kB
SwapCached:       6172 kB
Active:         311300 kB
Inactive:       113896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575376 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            5812 kB
Writeback:           0 kB
Mapped:         127760 kB
Slab:            40672 kB
Committed_AS:   585280 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66196 MiB
End job on node46 at 2008-07-05 07:41:42