Trace number 2077994

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? 665.961 665.556

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-2-3.xml
MD5SUM8b5229b1eff84fb19cd40cd609501873
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.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	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.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2077994-1247366497.xml
0.18/0.23	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.38/0.47	c reading variables done.
0.48/0.53	c reading predicates  done.
0.68/0.75	c reading constraints
654.34/653.93	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
654.34/653.93		at org.mozilla.javascript.gen.c15._c0(rhino.log:1)
654.34/653.93		at org.mozilla.javascript.gen.c15.call(rhino.log)
654.34/653.93		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
654.34/653.93		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
654.34/653.93		at org.mozilla.javascript.gen.c15.call(rhino.log)
654.34/653.93		at org.mozilla.javascript.gen.c15.exec(rhino.log)
654.34/653.93		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
654.34/653.93		at org.sat4j.csp.Predicate.find(Unknown Source)
654.34/653.93		at org.sat4j.csp.Predicate.find(Unknown Source)
654.34/653.93		at org.sat4j.csp.Predicate.find(Unknown Source)
654.34/653.93		at org.sat4j.csp.Predicate.find(Unknown Source)
654.34/653.93		at org.sat4j.csp.Predicate.find(Unknown Source)
654.34/653.93		at org.sat4j.csp.Predicate.find(Unknown Source)
654.34/653.93		at org.sat4j.csp.Predicate.toClause(Unknown Source)
654.34/653.93		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
654.34/653.93		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
654.34/653.93		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
654.34/653.93		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
654.34/653.93		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
654.34/653.93		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
654.34/653.93		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
654.34/653.93		at org.sat4j.AbstractLauncher.run(Unknown Source)
659.94/659.58	c starts		: 0
659.94/659.58	c conflicts		: 0
659.94/659.58	c decisions		: 0
659.94/659.58	c propagations		: 0
659.94/659.58	c inspects		: 0
659.94/659.58	c learnt literals	: 0
665.53/665.18	c learnt binary clauses	: 0
665.53/665.18	c learnt ternary clauses	: 0
665.53/665.18	c learnt clauses	: 0
665.53/665.18	c ignored clauses	: 0
665.53/665.18	c root simplifications	: 0
665.53/665.18	c removed literals (reason simplification)	: 0
665.53/665.18	c reason swapping (by a shorter reason)	: 0
665.53/665.18	c Calls to reduceDB	: 0
665.53/665.18	c speed (assignments/second)	: 0.0
665.53/665.18	c non guided choices	0
665.53/665.18	c learnt constraints type 
665.53/665.18	c constraints type 
665.53/665.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8941239
665.53/665.18	c org.sat4j.minisat.constraints.card.AtLeast => 100
665.53/665.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
665.53/665.18	s UNKNOWN
665.53/665.18	c Total wall clock time (in seconds) : 653.707

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-2077994-1247366497/watcher-2077994-1247366497 -o /tmp/evaluation-result-2077994-1247366497/solver-2077994-1247366497 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077994-1247366497.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: 2.01 2.05 2.16 4/83 24279
/proc/meminfo: memFree=1745760/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=152 CPUtime=0
/proc/24279/stat : 24279 (java) R 24277 24279 19891 0 -1 0 204 0 0 0 0 0 0 0 20 0 1 0 23714665 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 6549803 0 0 4096 0 0 0 0 17 0 0 0
/proc/24279/statm: 38 26 19 9 0 4 0

[startup+0.0790581 s]
/proc/loadavg: 2.01 2.05 2.16 4/83 24279
/proc/meminfo: memFree=1745760/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=802164 CPUtime=0.06
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 2873 0 1 0 5 1 0 0 20 0 7 0 23714665 821415936 2618 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 200541 2618 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.101062 s]
/proc/loadavg: 2.01 2.05 2.16 4/83 24279
/proc/meminfo: memFree=1745760/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=804560 CPUtime=0.09
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 3067 0 1 0 7 2 0 0 20 0 12 0 23714665 823869440 2810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 201140 2810 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301099 s]
/proc/loadavg: 2.01 2.05 2.16 4/83 24279
/proc/meminfo: memFree=1745760/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=805720 CPUtime=0.29
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 4349 0 1 0 26 3 0 0 20 0 12 0 23714665 825057280 4086 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 201430 4086 1363 9 0 198757 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805720

[startup+0.701175 s]
/proc/loadavg: 2.01 2.05 2.16 4/83 24279
/proc/meminfo: memFree=1745760/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=807356 CPUtime=0.68
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 6413 0 1 0 63 5 0 0 20 0 12 0 23714665 826732544 5817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 201839 5817 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50232 s]
/proc/loadavg: 2.01 2.05 2.16 4/95 24291
/proc/meminfo: memFree=1726144/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=810832 CPUtime=1.48
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 9995 0 1 0 141 7 0 0 20 0 12 0 23714665 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202708 8299 1418 9 0 200035 0
[pid=24279/tid=24281] ppid=24277 vsize=810832 CPUtime=0.85
/proc/24279/task/24281/stat : 24281 (java) R 24277 24279 19891 0 -1 64 6118 0 1 0 80 5 0 0 24 0 12 0 23714666 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4109126870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24282] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23714667 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24283] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23714667 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24284] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24284/stat : 24284 (java) S 24277 24279 19891 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 23714669 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24285] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23714669 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24286] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23714669 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24287] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23714674 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23714674 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=810832 CPUtime=0.61
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3119 0 0 0 60 1 0 0 16 0 12 0 23714674 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23714674 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23714674 830291968 8299 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 810832

[startup+3.10262 s]
/proc/loadavg: 2.01 2.05 2.16 3/95 24291
/proc/meminfo: memFree=1709760/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=810832 CPUtime=3.06
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 24729 0 1 0 293 13 0 0 20 0 12 0 23714665 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202708 22311 1435 9 0 200035 0
[pid=24279/tid=24281] ppid=24277 vsize=810832 CPUtime=1.98
/proc/24279/task/24281/stat : 24281 (java) R 24277 24279 19891 0 -1 64 17373 0 1 0 188 10 0 0 25 0 12 0 23714666 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4109159411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24282] ppid=24277 vsize=810832 CPUtime=0.05
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 1754 0 0 0 5 0 0 0 17 0 12 0 23714667 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24283] ppid=24277 vsize=810832 CPUtime=0.04
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 920 0 0 0 4 0 0 0 17 0 12 0 23714667 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24284] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24284/stat : 24284 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23714669 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24285] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23714669 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24286] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23714669 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24287] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23714674 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23714674 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=810832 CPUtime=0.96
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3914 0 0 0 95 1 0 0 16 0 12 0 23714674 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23714674 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=810832 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23714674 830291968 22311 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 810832

[startup+6.30122 s]
/proc/loadavg: 2.00 2.05 2.15 3/95 24291
/proc/meminfo: memFree=1616064/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=809520 CPUtime=6.34
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 39635 0 1 0 614 20 0 0 20 0 12 0 23714665 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202380 36589 1435 9 0 199707 0
[pid=24279/tid=24281] ppid=24277 vsize=809520 CPUtime=4.23
/proc/24279/task/24281/stat : 24281 (java) R 24277 24279 19891 0 -1 64 17382 0 1 0 413 10 0 0 25 0 12 0 23714666 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24282] ppid=24277 vsize=809520 CPUtime=0.58
/proc/24279/task/24282/stat : 24282 (java) R 24277 24279 19891 0 -1 64 10142 0 0 0 54 4 0 0 16 0 12 0 23714667 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 106195384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24283] ppid=24277 vsize=809520 CPUtime=0.48
/proc/24279/task/24283/stat : 24283 (java) R 24277 24279 19891 0 -1 64 7425 0 0 0 46 2 0 0 16 0 12 0 23714667 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24284] ppid=24277 vsize=809520 CPUtime=0
/proc/24279/task/24284/stat : 24284 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23714669 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24285] ppid=24277 vsize=809520 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23714669 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24286] ppid=24277 vsize=809520 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23714669 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24287] ppid=24277 vsize=809520 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23714674 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=809520 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23714674 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=809520 CPUtime=1
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3918 0 0 0 99 1 0 0 16 0 12 0 23714674 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=809520 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23714674 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=809520 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23714674 828948480 36589 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 809520

[startup+12.7024 s]
/proc/loadavg: 2.24 2.10 2.17 3/95 24291
/proc/meminfo: memFree=1512008/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=809360 CPUtime=12.77
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 64879 0 1 0 1247 30 0 0 20 0 12 0 23714665 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202340 61694 1435 9 0 199667 0
[pid=24279/tid=24281] ppid=24277 vsize=809360 CPUtime=8.42
/proc/24279/task/24281/stat : 24281 (java) R 24277 24279 19891 0 -1 64 17404 0 1 0 832 10 0 0 25 0 12 0 23714666 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4109126870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24282] ppid=24277 vsize=809360 CPUtime=1.71
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 21372 0 0 0 163 8 0 0 16 0 12 0 23714667 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24283] ppid=24277 vsize=809360 CPUtime=1.56
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 21417 0 0 0 149 7 0 0 16 0 12 0 23714667 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24284] ppid=24277 vsize=809360 CPUtime=0.01
/proc/24279/task/24284/stat : 24284 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 23714669 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24285] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23714669 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24286] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23714669 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24287] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23714674 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23714674 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=809360 CPUtime=1.01
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3918 0 0 0 100 1 0 0 16 0 12 0 23714674 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23714674 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23714674 828784640 61694 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 809360

[startup+25.5018 s]
/proc/loadavg: 2.21 2.10 2.17 3/95 24291
/proc/meminfo: memFree=1334280/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=809360 CPUtime=25.76
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 108816 0 1 0 2531 45 0 0 20 0 12 0 23714665 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202340 105561 1435 9 0 199667 0
[pid=24279/tid=24281] ppid=24277 vsize=809360 CPUtime=17.25
/proc/24279/task/24281/stat : 24281 (java) R 24277 24279 19891 0 -1 64 17432 0 1 0 1714 11 0 0 25 0 12 0 23714666 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4109613632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24282] ppid=24277 vsize=809360 CPUtime=3.78
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 45845 0 0 0 362 16 0 0 16 0 12 0 23714667 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24283] ppid=24277 vsize=809360 CPUtime=3.61
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 40853 0 0 0 346 15 0 0 16 0 12 0 23714667 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24284] ppid=24277 vsize=809360 CPUtime=0.01
/proc/24279/task/24284/stat : 24284 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 23714669 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24285] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23714669 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24286] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23714669 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24287] ppid=24277 vsize=809360 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23714674 828784640 105561 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=809360 CPUtime=0

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

[pid=24279] ppid=24277 vsize=810688 CPUtime=659.54
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 237374 0 1 0 65852 102 0 0 20 0 13 0 23714665 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202672 172100 1436 9 0 199999 0
[pid=24279/tid=24281] ppid=24277 vsize=810688 CPUtime=37.25
/proc/24279/task/24281/stat : 24281 (java) S 24277 24279 19891 0 -1 64 29902 0 1 0 3709 16 0 0 18 0 13 0 23714666 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=810688 CPUtime=7.72
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 67560 0 0 0 747 25 0 0 15 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24283] ppid=24277 vsize=810688 CPUtime=7.66
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 67530 0 0 0 741 25 0 0 16 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24284] ppid=24277 vsize=810688 CPUtime=605.78
/proc/24279/task/24284/stat : 24284 (java) R 24277 24279 19891 0 -1 64 67705 0 0 0 60546 32 0 0 25 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24285] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24286] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24287] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=810688 CPUtime=1.07
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3918 0 0 0 106 1 0 0 16 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24294] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24294/stat : 24294 (java) S 24277 24279 19891 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23780059 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 659.54
Current children cumulated vsize (KiB) 810688

[startup+662.302 s]
/proc/loadavg: 2.01 2.09 2.14 3/96 24294
/proc/meminfo: memFree=815232/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=810688 CPUtime=662.73
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 237877 0 1 0 66171 102 0 0 20 0 13 0 23714665 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202672 172100 1436 9 0 199999 0
[pid=24279/tid=24281] ppid=24277 vsize=810688 CPUtime=37.25
/proc/24279/task/24281/stat : 24281 (java) S 24277 24279 19891 0 -1 64 29902 0 1 0 3709 16 0 0 18 0 13 0 23714666 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=810688 CPUtime=7.72
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 67560 0 0 0 747 25 0 0 15 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24283] ppid=24277 vsize=810688 CPUtime=7.66
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 67530 0 0 0 741 25 0 0 16 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24284] ppid=24277 vsize=810688 CPUtime=608.98
/proc/24279/task/24284/stat : 24284 (java) R 24277 24279 19891 0 -1 64 68207 0 0 0 60865 33 0 0 25 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 105696697 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24285] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24286] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24287] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=810688 CPUtime=1.07
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3918 0 0 0 106 1 0 0 16 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24294] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24294/stat : 24294 (java) S 24277 24279 19891 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23780059 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 662.73
Current children cumulated vsize (KiB) 810688

[startup+663.903 s]
/proc/loadavg: 2.01 2.09 2.14 3/96 24294
/proc/meminfo: memFree=814400/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=810688 CPUtime=664.33
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 237877 0 1 0 66331 102 0 0 20 0 13 0 23714665 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202672 172100 1436 9 0 199999 0
[pid=24279/tid=24281] ppid=24277 vsize=810688 CPUtime=37.25
/proc/24279/task/24281/stat : 24281 (java) S 24277 24279 19891 0 -1 64 29902 0 1 0 3709 16 0 0 18 0 13 0 23714666 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=810688 CPUtime=7.72
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 67560 0 0 0 747 25 0 0 15 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24283] ppid=24277 vsize=810688 CPUtime=7.66
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 67530 0 0 0 741 25 0 0 16 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24284] ppid=24277 vsize=810688 CPUtime=610.58
/proc/24279/task/24284/stat : 24284 (java) R 24277 24279 19891 0 -1 64 68207 0 0 0 61025 33 0 0 25 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24285] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24286] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24287] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=810688 CPUtime=1.07
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3918 0 0 0 106 1 0 0 16 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24294] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24294/stat : 24294 (java) S 24277 24279 19891 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23780059 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 664.33
Current children cumulated vsize (KiB) 810688

[startup+664.703 s]
/proc/loadavg: 2.01 2.09 2.14 3/96 24294
/proc/meminfo: memFree=814400/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=810688 CPUtime=665.13
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 237877 0 1 0 66411 102 0 0 20 0 13 0 23714665 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202672 172100 1436 9 0 199999 0
[pid=24279/tid=24281] ppid=24277 vsize=810688 CPUtime=37.25
/proc/24279/task/24281/stat : 24281 (java) S 24277 24279 19891 0 -1 64 29902 0 1 0 3709 16 0 0 18 0 13 0 23714666 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=810688 CPUtime=7.72
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 67560 0 0 0 747 25 0 0 15 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24283] ppid=24277 vsize=810688 CPUtime=7.66
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 67530 0 0 0 741 25 0 0 16 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24284] ppid=24277 vsize=810688 CPUtime=611.38
/proc/24279/task/24284/stat : 24284 (java) R 24277 24279 19891 0 -1 64 68207 0 0 0 61105 33 0 0 25 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 106159252 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24285] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24286] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24287] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=810688 CPUtime=1.07
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3918 0 0 0 106 1 0 0 16 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24294] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24294/stat : 24294 (java) S 24277 24279 19891 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23780059 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 665.13
Current children cumulated vsize (KiB) 810688

[startup+665.102 s]
/proc/loadavg: 2.01 2.09 2.14 3/96 24294
/proc/meminfo: memFree=814400/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=810688 CPUtime=665.53
/proc/24279/stat : 24279 (java) S 24277 24279 19891 0 -1 0 237877 0 1 0 66451 102 0 0 20 0 13 0 23714665 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24279/statm: 202672 172100 1436 9 0 199999 0
[pid=24279/tid=24281] ppid=24277 vsize=810688 CPUtime=37.25
/proc/24279/task/24281/stat : 24281 (java) S 24277 24279 19891 0 -1 64 29902 0 1 0 3709 16 0 0 18 0 13 0 23714666 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24282] ppid=24277 vsize=810688 CPUtime=7.72
/proc/24279/task/24282/stat : 24282 (java) S 24277 24279 19891 0 -1 64 67560 0 0 0 747 25 0 0 15 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24283] ppid=24277 vsize=810688 CPUtime=7.66
/proc/24279/task/24283/stat : 24283 (java) S 24277 24279 19891 0 -1 64 67530 0 0 0 741 25 0 0 16 0 13 0 23714667 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24284] ppid=24277 vsize=810688 CPUtime=611.78
/proc/24279/task/24284/stat : 24284 (java) R 24277 24279 19891 0 -1 64 68207 0 0 0 61145 33 0 0 25 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 106159136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24285] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24285/stat : 24285 (java) S 24277 24279 19891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24286] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24286/stat : 24286 (java) S 24277 24279 19891 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23714669 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24279/tid=24287] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24287/stat : 24287 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24288] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24288/stat : 24288 (java) S 24277 24279 19891 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24289] ppid=24277 vsize=810688 CPUtime=1.07
/proc/24279/task/24289/stat : 24289 (java) S 24277 24279 19891 0 -1 64 3918 0 0 0 106 1 0 0 16 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24290] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24290/stat : 24290 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24291] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24291/stat : 24291 (java) S 24277 24279 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23714674 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24279/tid=24294] ppid=24277 vsize=810688 CPUtime=0
/proc/24279/task/24294/stat : 24294 (java) S 24277 24279 19891 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 23780059 830144512 172100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 665.53
Current children cumulated vsize (KiB) 810688

[startup+665.506 s]
/proc/loadavg: 2.01 2.09 2.14 4/95 24294
/proc/meminfo: memFree=815232/2055920 swapFree=4192812/4192956
[pid=24279] ppid=24277 vsize=0 CPUtime=665.9
/proc/24279/stat : 24279 (java) Z 24277 24279 19891 0 -1 12 237887 0 1 0 66483 107 0 0 16 0 2 0 23714665 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24279/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 665.9
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 665.556
CPU time (s): 665.961
CPU user time (s): 664.834
CPU system time (s): 1.12683
CPU usage (%): 100.061
Max. virtual memory (cumulated for all children) (KiB): 812252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 664.834
system time used= 1.12683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237887
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= 15269
involuntary context switches= 19138

runsolver used 0.869867 second user time and 2.17467 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 04:41:37
IDJOB=2077994
IDBENCH=56696
IDSOLVER=731
FILE ID=node82/2077994-1247366497
PBS_JOBID= 9506983
Free space on /tmp= 66192 MiB

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

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

MD5SUM BENCH= 8b5229b1eff84fb19cd40cd609501873
RANDOM SEED=1809406291

node82.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746240 kB
Buffers:         38252 kB
Cached:         170984 kB
SwapCached:          0 kB
Active:         164712 kB
Inactive:        80388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          51952 kB
Slab:            49780 kB
Committed_AS:   212736 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node82 at 2009-07-12 04:52:43