Trace number 2065619

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 2.1.1? 190.442 181.806

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-80-3-3.xml
MD5SUM0e2bc676eff8f52053522ea37f15577e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.061989
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity6
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@f0eed6
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.19	c Expensive reason simplification
0.09/0.19	c MiniSAT restarts strategy
0.09/0.19	c Memory based learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-2065619-1247338535.xml
0.09/0.19	c reading problem ... 
0.37/0.34	c reading problem named null
0.37/0.34	c reading domains done.
0.37/0.34	c reading variables done.
0.53/0.47	c reading predicates  done.
0.97/0.77	c reading constraints
173.16/164.57	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
173.16/164.57		at org.sat4j.core.Vec.ensure(Unknown Source)
173.16/164.57		at org.sat4j.core.Vec.push(Unknown Source)
173.16/164.57		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
173.16/164.57		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
173.16/164.57		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
173.16/164.57		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
173.16/164.57		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
173.16/164.57		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
173.16/164.57		at org.sat4j.csp.Predicate.find(Unknown Source)
173.16/164.57		at org.sat4j.csp.Predicate.find(Unknown Source)
173.16/164.57		at org.sat4j.csp.Predicate.find(Unknown Source)
173.16/164.57		at org.sat4j.csp.Predicate.find(Unknown Source)
173.16/164.57		at org.sat4j.csp.Predicate.toClause(Unknown Source)
173.16/164.57		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
173.16/164.57		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
173.16/164.57		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
173.16/164.57		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
173.16/164.57		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
178.85/170.22		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
178.85/170.22		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
178.85/170.22		at org.sat4j.AbstractLauncher.run(Unknown Source)
178.85/170.22		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
190.05/181.45	c starts		: 0
190.05/181.45	c conflicts		: 0
190.05/181.45	c decisions		: 0
190.05/181.45	c propagations		: 0
190.05/181.45	c inspects		: 0
190.05/181.45	c learnt literals	: 0
190.05/181.45	c learnt binary clauses	: 0
190.05/181.45	c learnt ternary clauses	: 0
190.05/181.45	c learnt clauses	: 0
190.05/181.45	c ignored clauses	: 0
190.05/181.45	c root simplifications	: 0
190.05/181.45	c removed literals (reason simplification)	: 0
190.05/181.45	c reason swapping (by a shorter reason)	: 0
190.05/181.45	c Calls to reduceDB	: 0
190.05/181.45	c speed (assignments/second)	: 0.0
190.05/181.45	c non guided choices	0
190.05/181.45	c learnt constraints type 
190.05/181.46	c constraints type 
190.05/181.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9112884
190.05/181.46	c org.sat4j.minisat.constraints.card.AtLeast => 100
190.05/181.46	s UNKNOWN
190.05/181.46	c Total wall clock time (in seconds) : 170.034

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065619-1247338535/watcher-2065619-1247338535 -o /tmp/evaluation-result-2065619-1247338535/solver-2065619-1247338535 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065619-1247338535.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.12 1.47 3/83 15680
/proc/meminfo: memFree=1054136/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=152 CPUtime=0
/proc/15680/stat : 15680 (java6) R 15678 15680 15498 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 20918068 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 5714219 0 0 4096 0 0 0 0 17 1 0 0
/proc/15680/statm: 38 26 19 9 0 4 0

[startup+0.076064 s]
/proc/loadavg: 1.04 1.12 1.47 3/83 15680
/proc/meminfo: memFree=1054136/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=802164 CPUtime=0.05
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 2816 0 1 0 4 1 0 0 18 0 7 0 20918068 821415936 2561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 200541 2561 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101071 s]
/proc/loadavg: 1.04 1.12 1.47 3/83 15680
/proc/meminfo: memFree=1054136/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=804560 CPUtime=0.09
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 3042 0 1 0 7 2 0 0 18 0 12 0 20918068 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 201140 2785 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301109 s]
/proc/loadavg: 1.04 1.12 1.47 3/83 15680
/proc/meminfo: memFree=1054136/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=808672 CPUtime=0.37
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 5244 0 1 0 33 4 0 0 18 0 12 0 20918068 828080128 4804 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 202168 4805 1383 9 0 199495 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 808672

[startup+0.701195 s]
/proc/loadavg: 1.04 1.12 1.47 3/83 15680
/proc/meminfo: memFree=1054136/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=808440 CPUtime=0.97
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 7782 0 1 0 91 6 0 0 18 0 12 0 20918068 827842560 6628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 202110 6628 1391 9 0 199437 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 808440

[startup+1.50135 s]
/proc/loadavg: 1.03 1.12 1.46 3/95 15692
/proc/meminfo: memFree=1029848/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813472 CPUtime=2.18
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 18554 0 1 0 208 10 0 0 18 0 12 0 20918068 832995328 15866 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203368 15867 1422 9 0 200695 0
[pid=15680/tid=15682] ppid=15678 vsize=813472 CPUtime=1.2
/proc/15680/task/15682/stat : 15682 (java) R 15678 15680 15498 0 -1 64 13139 0 1 0 112 8 0 0 20 0 12 0 20918069 832995328 15868 996147200 134512640 134550932 4294956016 18446744073709551615 4109665323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 20918070 832995328 15869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 20918070 832995328 15870 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15678 15680 15498 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20918072 832995328 15872 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 20918072 832995328 15873 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 20918072 832995328 15874 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20918077 832995328 15875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813472 CPUtime=0.48
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2761 0 0 0 48 0 0 0 17 0 12 0 20918077 832995328 15876 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813472 CPUtime=0.48
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1915 0 0 0 48 0 0 0 16 0 12 0 20918077 832995328 15877 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20918077 832995328 15878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20918077 832995328 15879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 813472

[startup+3.10268 s]
/proc/loadavg: 1.03 1.12 1.46 3/95 15692
/proc/meminfo: memFree=962712/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813472 CPUtime=4.12
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 35391 0 1 0 394 18 0 0 18 0 12 0 20918068 832995328 32024 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203368 32025 1432 9 0 200695 0
[pid=15680/tid=15682] ppid=15678 vsize=813472 CPUtime=2.43
/proc/15680/task/15682/stat : 15682 (java) S 15678 15680 15498 0 -1 64 17455 0 1 0 234 9 0 0 19 0 12 0 20918069 832995328 32026 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813472 CPUtime=0.35
/proc/15680/task/15683/stat : 15683 (java) R 15678 15680 15498 0 -1 64 7194 0 0 0 32 3 0 0 17 0 12 0 20918070 832995328 32027 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813472 CPUtime=0.34
/proc/15680/task/15684/stat : 15684 (java) R 15678 15680 15498 0 -1 64 5317 0 0 0 31 3 0 0 16 0 12 0 20918070 832995328 32028 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15678 15680 15498 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20918072 832995328 32029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20918072 832995328 32030 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20918072 832995328 32031 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20918077 832995328 32032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813472 CPUtime=0.48
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2761 0 0 0 48 0 0 0 17 0 12 0 20918077 832995328 32033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813472 CPUtime=0.48
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1915 0 0 0 48 0 0 0 16 0 12 0 20918077 832995328 32034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20918077 832995328 32035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813472 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20918077 832995328 32036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 813472

[startup+6.30133 s]
/proc/loadavg: 1.11 1.13 1.47 3/95 15692
/proc/meminfo: memFree=879384/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813440 CPUtime=8.31
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 51565 0 1 0 803 28 0 0 18 0 12 0 20918068 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203360 47133 1438 9 0 200687 0
[pid=15680/tid=15682] ppid=15678 vsize=813440 CPUtime=4.72
/proc/15680/task/15682/stat : 15682 (java) R 15678 15680 15498 0 -1 64 17474 0 1 0 463 9 0 0 19 0 12 0 20918069 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 105829035 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813440 CPUtime=1.16
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 15142 0 0 0 108 8 0 0 17 0 12 0 20918070 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813440 CPUtime=1.18
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 13482 0 0 0 111 7 0 0 16 0 12 0 20918070 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813440 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15678 15680 15498 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20918072 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813440 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20918072 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813440 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20918072 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813440 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20918077 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813440 CPUtime=0.67
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2799 0 0 0 67 0 0 0 16 0 12 0 20918077 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813440 CPUtime=0.51
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1916 0 0 0 51 0 0 0 16 0 12 0 20918077 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813440 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20918077 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813440 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20918077 832962560 47133 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 813440

[startup+12.7028 s]
/proc/loadavg: 1.10 1.13 1.46 2/95 15692
/proc/meminfo: memFree=785816/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813408 CPUtime=15.83
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 76035 0 1 0 1544 39 0 0 18 0 12 0 20918068 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203352 70875 1438 9 0 200679 0
[pid=15680/tid=15682] ppid=15678 vsize=813408 CPUtime=9.87
/proc/15680/task/15682/stat : 15682 (java) R 15678 15680 15498 0 -1 64 17490 0 1 0 977 10 0 0 16 0 12 0 20918069 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4109609688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813408 CPUtime=2.37
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 28797 0 0 0 222 15 0 0 16 0 12 0 20918070 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813408 CPUtime=2.35
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 24281 0 0 0 224 11 0 0 16 0 12 0 20918070 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15685/stat : 15685 (java) S 15678 15680 15498 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20918072 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20918072 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20918072 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20918077 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813408 CPUtime=0.67
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2799 0 0 0 67 0 0 0 16 0 12 0 20918077 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813408 CPUtime=0.51
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1916 0 0 0 51 0 0 0 16 0 12 0 20918077 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20918077 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20918077 832929792 70875 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 813408

[startup+25.5014 s]
/proc/loadavg: 1.16 1.14 1.46 4/95 15692
/proc/meminfo: memFree=506840/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813408 CPUtime=32.14
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 146710 0 1 0 3142 72 0 0 18 0 12 0 20918068 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203352 139130 1439 9 0 200679 0
[pid=15680/tid=15682] ppid=15678 vsize=813408 CPUtime=18.84
/proc/15680/task/15682/stat : 15682 (java) R 15678 15680 15498 0 -1 64 23668 0 1 0 1872 12 0 0 17 0 12 0 20918069 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4109618965 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813408 CPUtime=5.97
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 60869 0 0 0 568 29 0 0 16 0 12 0 20918070 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813408 CPUtime=5.99
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 56702 0 0 0 572 27 0 0 16 0 12 0 20918070 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813408 CPUtime=0.01
/proc/15680/task/15685/stat : 15685 (java) S 15678 15680 15498 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 20918072 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20918072 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20918072 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813408 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20918077 832929792 139130 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813408 CPUtime=0.73

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


[startup+175.902 s]
/proc/loadavg: 1.01 1.08 1.39 2/96 15693
/proc/meminfo: memFree=365968/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813732 CPUtime=184.55
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 291218 0 1 0 18319 136 0 0 18 0 13 0 20918068 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203433 172815 1440 9 0 200760 0
[pid=15680/tid=15682] ppid=15678 vsize=813732 CPUtime=26.54
/proc/15680/task/15682/stat : 15682 (java) S 15678 15680 15498 0 -1 64 36019 0 1 0 2637 17 0 0 16 0 13 0 20918069 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813732 CPUtime=8.3
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 69657 0 0 0 795 35 0 0 16 0 13 0 20918070 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813732 CPUtime=8.39
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 66801 0 0 0 807 32 0 0 17 0 13 0 20918070 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813732 CPUtime=139.96
/proc/15680/task/15685/stat : 15685 (java) R 15678 15680 15498 0 -1 64 113277 0 0 0 13948 48 0 0 22 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 105880872 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813732 CPUtime=0.73
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2803 0 0 0 73 0 0 0 16 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813732 CPUtime=0.56
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1916 0 0 0 56 0 0 0 16 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15693] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15693/stat : 15693 (java) S 15678 15680 15498 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 20935091 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 184.55
Current children cumulated vsize (KiB) 813732

[startup+179.103 s]
/proc/loadavg: 1.01 1.08 1.39 2/96 15693
/proc/meminfo: memFree=365904/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813732 CPUtime=187.75
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 291219 0 1 0 18639 136 0 0 18 0 13 0 20918068 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203433 172815 1440 9 0 200760 0
[pid=15680/tid=15682] ppid=15678 vsize=813732 CPUtime=26.54
/proc/15680/task/15682/stat : 15682 (java) S 15678 15680 15498 0 -1 64 36019 0 1 0 2637 17 0 0 16 0 13 0 20918069 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813732 CPUtime=8.3
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 69657 0 0 0 795 35 0 0 16 0 13 0 20918070 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813732 CPUtime=8.39
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 66801 0 0 0 807 32 0 0 17 0 13 0 20918070 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813732 CPUtime=143.15
/proc/15680/task/15685/stat : 15685 (java) R 15678 15680 15498 0 -1 64 113277 0 0 0 14267 48 0 0 25 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 105696561 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813732 CPUtime=0.73
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2803 0 0 0 73 0 0 0 16 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813732 CPUtime=0.56
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1916 0 0 0 56 0 0 0 16 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) R 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15693] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15693/stat : 15693 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20935091 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 187.75
Current children cumulated vsize (KiB) 813732

[startup+180.702 s]
/proc/loadavg: 1.01 1.08 1.39 2/96 15693
/proc/meminfo: memFree=365904/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813732 CPUtime=189.35
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 291219 0 1 0 18799 136 0 0 18 0 13 0 20918068 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203433 172815 1440 9 0 200760 0
[pid=15680/tid=15682] ppid=15678 vsize=813732 CPUtime=26.54
/proc/15680/task/15682/stat : 15682 (java) S 15678 15680 15498 0 -1 64 36019 0 1 0 2637 17 0 0 16 0 13 0 20918069 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813732 CPUtime=8.3
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 69657 0 0 0 795 35 0 0 16 0 13 0 20918070 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813732 CPUtime=8.39
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 66801 0 0 0 807 32 0 0 17 0 13 0 20918070 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813732 CPUtime=144.75
/proc/15680/task/15685/stat : 15685 (java) R 15678 15680 15498 0 -1 64 113277 0 0 0 14427 48 0 0 25 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20918072 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813732 CPUtime=0.73
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2803 0 0 0 73 0 0 0 16 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813732 CPUtime=0.56
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1916 0 0 0 56 0 0 0 16 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 20918077 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15693] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15693/stat : 15693 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20935091 833261568 172815 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.35
Current children cumulated vsize (KiB) 813732

[startup+181.507 s]
/proc/loadavg: 1.01 1.08 1.38 2/96 15693
/proc/meminfo: memFree=365904/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813732 CPUtime=190.15
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 291225 0 1 0 18879 136 0 0 18 0 12 0 20918068 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203433 172820 1441 9 0 200760 0
[pid=15680/tid=15682] ppid=15678 vsize=813732 CPUtime=26.54
/proc/15680/task/15682/stat : 15682 (java) S 15678 15680 15498 0 -1 64 36020 0 1 0 2637 17 0 0 15 0 12 0 20918069 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813732 CPUtime=8.3
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 69657 0 0 0 795 35 0 0 16 0 12 0 20918070 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813732 CPUtime=8.39
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 66801 0 0 0 807 32 0 0 17 0 12 0 20918070 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813732 CPUtime=145.55
/proc/15680/task/15685/stat : 15685 (java) R 15678 15680 15498 0 -1 64 113277 0 0 0 14507 48 0 0 25 0 12 0 20918072 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 106158076 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20918072 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20918072 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20918077 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813732 CPUtime=0.73
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2803 0 0 0 73 0 0 0 16 0 12 0 20918077 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813732 CPUtime=0.56
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1916 0 0 0 56 0 0 0 16 0 12 0 20918077 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20918077 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20918077 833261568 172820 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.15
Current children cumulated vsize (KiB) 813732

[startup+181.702 s]
/proc/loadavg: 1.01 1.08 1.38 2/96 15693
/proc/meminfo: memFree=365904/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=813732 CPUtime=190.33
/proc/15680/stat : 15680 (java) S 15678 15680 15498 0 -1 0 291227 0 1 0 18897 136 0 0 18 0 12 0 20918068 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 203433 172821 1441 9 0 200760 0
[pid=15680/tid=15682] ppid=15678 vsize=813732 CPUtime=26.54
/proc/15680/task/15682/stat : 15682 (java) S 15678 15680 15498 0 -1 64 36022 0 1 0 2637 17 0 0 15 0 12 0 20918069 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15683] ppid=15678 vsize=813732 CPUtime=8.3
/proc/15680/task/15683/stat : 15683 (java) S 15678 15680 15498 0 -1 64 69657 0 0 0 795 35 0 0 16 0 12 0 20918070 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15684] ppid=15678 vsize=813732 CPUtime=8.39
/proc/15680/task/15684/stat : 15684 (java) S 15678 15680 15498 0 -1 64 66801 0 0 0 807 32 0 0 17 0 12 0 20918070 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15680/tid=15685] ppid=15678 vsize=813732 CPUtime=145.73
/proc/15680/task/15685/stat : 15685 (java) S 15678 15680 15498 0 -1 64 113277 0 0 0 14525 48 0 0 25 0 12 0 20918072 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15686] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15686/stat : 15686 (java) S 15678 15680 15498 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 20918072 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15687] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15687/stat : 15687 (java) S 15678 15680 15498 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20918072 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15688] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15688/stat : 15688 (java) S 15678 15680 15498 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 20918077 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15689] ppid=15678 vsize=813732 CPUtime=0.73
/proc/15680/task/15689/stat : 15689 (java) S 15678 15680 15498 0 -1 64 2803 0 0 0 73 0 0 0 16 0 12 0 20918077 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15690] ppid=15678 vsize=813732 CPUtime=0.56
/proc/15680/task/15690/stat : 15690 (java) S 15678 15680 15498 0 -1 64 1916 0 0 0 56 0 0 0 16 0 12 0 20918077 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15691] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15691/stat : 15691 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 20918077 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15680/tid=15692] ppid=15678 vsize=813732 CPUtime=0
/proc/15680/task/15692/stat : 15692 (java) S 15678 15680 15498 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 20918077 833261568 172821 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.33
Current children cumulated vsize (KiB) 813732

[startup+181.802 s]
/proc/loadavg: 1.01 1.08 1.38 2/96 15693
/proc/meminfo: memFree=365904/2055920 swapFree=4192956/4192956
[pid=15680] ppid=15678 vsize=0 CPUtime=190.43
/proc/15680/stat : 15680 (java) Z 15678 15680 15498 0 -1 12 291230 0 1 0 18897 146 0 0 16 0 2 0 20918068 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15680/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 190.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 181.806
CPU time (s): 190.442
CPU user time (s): 188.975
CPU system time (s): 1.46678
CPU usage (%): 104.75
Max. virtual memory (cumulated for all children) (KiB): 909416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.975
system time used= 1.46678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291230
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= 5241
involuntary context switches= 2554

runsolver used 0.246962 second user time and 0.592909 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 20:55:35
IDJOB=2065619
IDBENCH=54383
IDSOLVER=731
FILE ID=node80/2065619-1247338535
PBS_JOBID= 9506797
Free space on /tmp= 66256 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-80-3-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065619-1247338535/watcher-2065619-1247338535 -o /tmp/evaluation-result-2065619-1247338535/solver-2065619-1247338535 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065619-1247338535.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0e2bc676eff8f52053522ea37f15577e
RANDOM SEED=1807064270

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1054552 kB
Buffers:         51768 kB
Cached:         439328 kB
SwapCached:          0 kB
Active:         504660 kB
Inactive:       444092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1054552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1248 kB
Writeback:           0 kB
Mapped:         478044 kB
Slab:            36884 kB
Committed_AS:   620724 kB
PageTables:       2704 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= 66256 MiB
End job on node80 at 2009-07-11 20:58:37