Trace number 1077352

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 149.464 146.679

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-2-3.xml
MD5SUM865d53dc7136f9cabdf188722bf22774
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.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity5
Maximum domain size46
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 (download as text)

0.19/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.28	c See www.sat4j.org for details.
0.19/0.28	c That software uses the Rhino library from the Mozilla project.
0.30/0.32	c version 9.9.9.token
0.30/0.32	c sun.arch.data.model	32
0.30/0.32	c java.version	1.6.0_06
0.30/0.32	c os.name	Linux
0.30/0.32	c os.version	2.6.9-22.EL.rootsmp
0.30/0.32	c os.arch	i386
0.30/0.32	c Free memory 669864272
0.30/0.32	c Max memory 672137216
0.30/0.32	c Total memory 672137216
0.30/0.32	c Number of processors 2
0.30/0.36	c c --- Begin Solver configuration ---
0.30/0.36	c Stops conflict analysis at the first Unique Implication Point
0.30/0.36	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.36	c Learn all clauses as in MiniSAT
0.30/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.36	c Expensive reason simplification
0.30/0.36	c MiniSAT restarts strategy
0.30/0.36	c timeout=2147483s
0.30/0.36	c DB Simplification allowed=false
0.30/0.36	c --- End Solver configuration ---
0.30/0.36	c solving HOME/instance-1077352-1215192359.xml
0.30/0.36	c reading problem ... 
0.60/0.62	c reading problem named null
0.60/0.62	c reading domains done.
0.60/0.62	c reading variables done.
0.79/0.81	c reading predicates  done.
0.89/0.99	c reading constraints
149.28/146.56	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
149.28/146.56		at org.mozilla.javascript.gen.c11._c0(rhino.log:1)
149.28/146.56		at org.mozilla.javascript.gen.c11.call(rhino.log)
149.28/146.56		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
149.28/146.56		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
149.28/146.56		at org.mozilla.javascript.gen.c11.call(rhino.log)
149.28/146.56		at org.mozilla.javascript.gen.c11.exec(rhino.log)
149.28/146.56		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
149.28/146.56		at org.sat4j.csp.Predicate.find(Predicate.java:129)
149.28/146.56		at org.sat4j.csp.Predicate.find(Predicate.java:139)
149.28/146.56		at org.sat4j.csp.Predicate.find(Predicate.java:139)
149.28/146.56		at org.sat4j.csp.Predicate.find(Predicate.java:139)
149.28/146.56		at org.sat4j.csp.Predicate.find(Predicate.java:139)
149.28/146.56		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
149.28/146.56		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
149.28/146.56		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
149.28/146.56		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
149.28/146.56		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
149.28/146.56		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
149.28/146.56		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
149.28/146.56		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
149.28/146.56		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
149.28/146.56		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
149.28/146.56		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
149.28/146.57	c starts		: 0
149.28/146.57	c conflicts		: 0
149.28/146.57	c decisions		: 0
149.28/146.57	c propagations		: 0
149.28/146.57	c inspects		: 0
149.28/146.57	c learnt literals	: 0
149.28/146.57	c learnt binary clauses	: 0
149.28/146.57	c learnt ternary clauses	: 0
149.28/146.57	c learnt clauses	: 0
149.28/146.57	c ignored clauses	: 0
149.28/146.57	c root simplifications	: 0
149.28/146.57	c removed literals (reason simplification)	: 0
149.28/146.57	c reason swapping (by a shorter reason)	: 0
149.28/146.57	c Calls to reduceDB	: 0
149.28/146.57	c speed (assignments/second)	: 0.0
149.28/146.57	c non guided choices	0
149.28/146.57	s UNKNOWN
149.28/146.57	c Total wall clock time (in seconds) : 146.201

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077352-1215192359/watcher-1077352-1215192359 -o /tmp/evaluation-result-1077352-1215192359/solver-1077352-1215192359 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077352-1215192359.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.02 1.93 4/73 13939
/proc/meminfo: memFree=1518196/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=152 CPUtime=0
/proc/13939/stat : 13939 (java) R 13937 13939 9779 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 1998208302 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 0 0 0
/proc/13939/statm: 38 26 19 9 0 4 0

[startup+0.0723991 s]
/proc/loadavg: 2.18 2.02 1.93 4/73 13939
/proc/meminfo: memFree=1518196/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=802236 CPUtime=0.06
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 2835 0 1 0 4 2 0 0 18 0 7 0 1998208302 821489664 2570 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 200559 2570 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101399 s]
/proc/loadavg: 2.18 2.02 1.93 4/73 13939
/proc/meminfo: memFree=1518196/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=804756 CPUtime=0.09
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 3223 0 1 0 7 2 0 0 18 0 12 0 1998208302 824070144 2954 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 201189 2954 1218 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301441 s]
/proc/loadavg: 2.18 2.02 1.93 4/73 13939
/proc/meminfo: memFree=1518196/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=808232 CPUtime=0.3
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 5029 0 1 0 27 3 0 0 18 0 12 0 1998208302 827629568 4356 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 202058 4356 1310 9 0 199427 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 808232

[startup+0.701509 s]
/proc/loadavg: 2.18 2.02 1.93 4/73 13939
/proc/meminfo: memFree=1518196/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=808260 CPUtime=0.7
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 6516 0 1 0 65 5 0 0 18 0 12 0 1998208302 827658240 5644 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 202065 5644 1335 9 0 199427 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 808260

[startup+1.50266 s]
/proc/loadavg: 2.18 2.02 1.93 3/85 13951
/proc/meminfo: memFree=1497236/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=811212 CPUtime=1.5
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 10042 0 1 0 143 7 0 0 18 0 12 0 1998208302 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 202803 7543 1371 9 0 200165 0
[pid=13939/tid=13941] ppid=13937 vsize=811212 CPUtime=0.75
/proc/13939/task/13941/stat : 13941 (java) R 13937 13939 9779 0 -1 64 5098 0 1 0 70 5 0 0 25 0 12 0 1998208303 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1998208304 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1998208304 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13944/stat : 13944 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1998208306 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1998208306 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13946] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1998208306 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13947] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=811212 CPUtime=0.28
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1239 0 0 0 28 0 0 0 16 0 12 0 1998208310 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=811212 CPUtime=0.44
/proc/13939/task/13949/stat : 13949 (java) R 13937 13939 9779 0 -1 64 2943 0 0 0 44 0 0 0 17 0 12 0 1998208310 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 104097950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=811212 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 830681088 7543 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 811212

[startup+3.10295 s]
/proc/loadavg: 2.18 2.02 1.93 3/85 13951
/proc/meminfo: memFree=1464724/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=816180 CPUtime=3.1
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 22171 0 1 0 298 12 0 0 18 0 12 0 1998208302 835768320 18332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 204045 18332 1380 9 0 201407 0
[pid=13939/tid=13941] ppid=13937 vsize=816180 CPUtime=1.69
/proc/13939/task/13941/stat : 13941 (java) R 13937 13939 9779 0 -1 64 14610 0 1 0 160 9 0 0 25 0 12 0 1998208303 835768320 18332 996147200 134512640 134550740 4294956016 18446744073709551615 4109917667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 1998208304 835768320 18332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1998208304 835768320 18332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13944/stat : 13944 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1998208306 835768320 18332 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 8 0 0 0 0 0 0 0 24 0 12 0 1998208306 835768320 18333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13946] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1998208306 835768320 18333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13947] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 835768320 18333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=816180 CPUtime=0.4
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1544 0 0 0 40 0 0 0 16 0 12 0 1998208310 835768320 18333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=816180 CPUtime=0.97
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5254 0 0 0 96 1 0 0 16 0 12 0 1998208310 835768320 18333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 835768320 18333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=816180 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 835768320 18333 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 816180

[startup+6.30254 s]
/proc/loadavg: 2.16 2.02 1.93 5/85 13951
/proc/meminfo: memFree=1404188/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=820908 CPUtime=6.51
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 39132 0 1 0 631 20 0 0 18 0 12 0 1998208302 840609792 34448 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 205227 34449 1386 9 0 202589 0
[pid=13939/tid=13941] ppid=13937 vsize=820908 CPUtime=3.99
/proc/13939/task/13941/stat : 13941 (java) R 13937 13939 9779 0 -1 64 17311 0 1 0 389 10 0 0 21 0 12 0 1998208303 840609792 34449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=820908 CPUtime=0.53
/proc/13939/task/13942/stat : 13942 (java) R 13937 13939 9779 0 -1 64 8782 0 0 0 50 3 0 0 17 0 12 0 1998208304 840609792 34449 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=820908 CPUtime=0.46
/proc/13939/task/13943/stat : 13943 (java) R 13937 13939 9779 0 -1 64 5447 0 0 0 44 2 0 0 17 0 12 0 1998208304 840609792 34450 996147200 134512640 134550740 4294956016 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13944] ppid=13937 vsize=820908 CPUtime=0
/proc/13939/task/13944/stat : 13944 (java) S 13937 13939 9779 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1998208306 840609792 34451 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=820908 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 840609792 34452 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13946] ppid=13937 vsize=820908 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 840609792 34453 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=820908 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 840609792 34454 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=820908 CPUtime=0.43
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1545 0 0 0 43 0 0 0 16 0 12 0 1998208310 840609792 34455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=820908 CPUtime=1.03
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5257 0 0 0 102 1 0 0 16 0 12 0 1998208310 840609792 34455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=820908 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 840609792 34455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=820908 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 840609792 34455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 820908

[startup+12.7027 s]
/proc/loadavg: 2.15 2.02 1.93 5/85 13951
/proc/meminfo: memFree=1293604/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=826032 CPUtime=13.16
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 67927 0 1 0 1285 31 0 0 18 0 12 0 1998208302 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 206508 61914 1386 9 0 203870 0
[pid=13939/tid=13941] ppid=13937 vsize=826032 CPUtime=7.87
/proc/13939/task/13941/stat : 13941 (java) R 13937 13939 9779 0 -1 64 17328 0 1 0 777 10 0 0 22 0 12 0 1998208303 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4109318634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13942] ppid=13937 vsize=826032 CPUtime=1.78
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 18962 0 0 0 170 8 0 0 17 0 12 0 1998208304 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13943] ppid=13937 vsize=826032 CPUtime=1.97
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 24042 0 0 0 188 9 0 0 16 0 12 0 1998208304 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13944] ppid=13937 vsize=826032 CPUtime=0.01
/proc/13939/task/13944/stat : 13944 (java) S 13937 13939 9779 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 1998208306 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13945] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13946] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=826032 CPUtime=0.43
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1545 0 0 0 43 0 0 0 16 0 12 0 1998208310 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=826032 CPUtime=1.04
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5259 0 0 0 103 1 0 0 16 0 12 0 1998208310 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 845856768 61914 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.16
Current children cumulated vsize (KiB) 826032

[startup+25.502 s]
/proc/loadavg: 2.25 2.05 1.94 5/85 13951
/proc/meminfo: memFree=1095076/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=826032 CPUtime=26.95
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 114734 0 1 0 2644 51 0 0 18 0 12 0 1998208302 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 206508 108145 1386 9 0 203870 0
[pid=13939/tid=13941] ppid=13937 vsize=826032 CPUtime=16.06
/proc/13939/task/13941/stat : 13941 (java) R 13937 13939 9779 0 -1 64 23496 0 1 0 1593 13 0 0 18 0 12 0 1998208303 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4109639829 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=826032 CPUtime=4.55
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 40863 0 0 0 438 17 0 0 16 0 12 0 1998208304 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=826032 CPUtime=4.81
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 42780 0 0 0 463 18 0 0 16 0 12 0 1998208304 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=826032 CPUtime=0.01
/proc/13939/task/13944/stat : 13944 (java) S 13937 13939 9779 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 1998208306 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13946] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 108145 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=13939/tid=13950] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 137.09
Current children cumulated vsize (KiB) 826032

[startup+140.702 s]
/proc/loadavg: 2.12 2.08 1.96 4/85 13951
/proc/meminfo: memFree=817060/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=826032 CPUtime=143.49
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 182992 0 1 0 14270 79 0 0 18 0 12 0 1998208302 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 206508 176097 1389 9 0 203870 0
[pid=13939/tid=13941] ppid=13937 vsize=826032 CPUtime=33.99
/proc/13939/task/13941/stat : 13941 (java) S 13937 13939 9779 0 -1 64 35844 0 1 0 3381 18 0 0 17 0 12 0 1998208303 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=826032 CPUtime=8.7
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 70695 0 0 0 842 28 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=826032 CPUtime=9.1
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 62186 0 0 0 884 26 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=826032 CPUtime=90.14
/proc/13939/task/13944/stat : 13944 (java) R 13937 13939 9779 0 -1 64 6701 0 0 0 9011 3 0 0 25 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 105677349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13946] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=826032 CPUtime=0.45
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1545 0 0 0 45 0 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=826032 CPUtime=1.04
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5259 0 0 0 103 1 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 143.49
Current children cumulated vsize (KiB) 826032

[startup+143.903 s]
/proc/loadavg: 2.12 2.08 1.96 3/85 13951
/proc/meminfo: memFree=817060/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=826032 CPUtime=146.69
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 182994 0 1 0 14590 79 0 0 18 0 12 0 1998208302 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 206508 176097 1389 9 0 203870 0
[pid=13939/tid=13941] ppid=13937 vsize=826032 CPUtime=33.99
/proc/13939/task/13941/stat : 13941 (java) S 13937 13939 9779 0 -1 64 35846 0 1 0 3381 18 0 0 16 0 12 0 1998208303 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=826032 CPUtime=8.7
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 70695 0 0 0 842 28 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=826032 CPUtime=9.1
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 62186 0 0 0 884 26 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=826032 CPUtime=93.33
/proc/13939/task/13944/stat : 13944 (java) R 13937 13939 9779 0 -1 64 6701 0 0 0 9330 3 0 0 25 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 105677185 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13946] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=826032 CPUtime=0.45
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1545 0 0 0 45 0 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=826032 CPUtime=1.04
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5259 0 0 0 103 1 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 146.69
Current children cumulated vsize (KiB) 826032

[startup+145.503 s]
/proc/loadavg: 2.11 2.08 1.96 3/85 13951
/proc/meminfo: memFree=817060/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=826032 CPUtime=148.28
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 182994 0 1 0 14749 79 0 0 18 0 12 0 1998208302 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 206508 176097 1389 9 0 203870 0
[pid=13939/tid=13941] ppid=13937 vsize=826032 CPUtime=33.99
/proc/13939/task/13941/stat : 13941 (java) S 13937 13939 9779 0 -1 64 35846 0 1 0 3381 18 0 0 16 0 12 0 1998208303 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=826032 CPUtime=8.7
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 70695 0 0 0 842 28 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=826032 CPUtime=9.1
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 62186 0 0 0 884 26 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=826032 CPUtime=94.93
/proc/13939/task/13944/stat : 13944 (java) R 13937 13939 9779 0 -1 64 6701 0 0 0 9490 3 0 0 25 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13946] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=826032 CPUtime=0.45
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1545 0 0 0 45 0 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=826032 CPUtime=1.04
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5259 0 0 0 103 1 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.28
Current children cumulated vsize (KiB) 826032

[startup+146.307 s]
/proc/loadavg: 2.11 2.08 1.96 3/85 13951
/proc/meminfo: memFree=817060/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=826032 CPUtime=149.09
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 182994 0 1 0 14830 79 0 0 18 0 12 0 1998208302 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 206508 176097 1389 9 0 203870 0
[pid=13939/tid=13941] ppid=13937 vsize=826032 CPUtime=33.99
/proc/13939/task/13941/stat : 13941 (java) S 13937 13939 9779 0 -1 64 35846 0 1 0 3381 18 0 0 16 0 12 0 1998208303 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=826032 CPUtime=8.7
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 70695 0 0 0 842 28 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=826032 CPUtime=9.1
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 62186 0 0 0 884 26 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=826032 CPUtime=95.74
/proc/13939/task/13944/stat : 13944 (java) R 13937 13939 9779 0 -1 64 6701 0 0 0 9571 3 0 0 25 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13946] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=826032 CPUtime=0.45
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1545 0 0 0 45 0 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=826032 CPUtime=1.04
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5259 0 0 0 103 1 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.09
Current children cumulated vsize (KiB) 826032

[startup+146.502 s]
/proc/loadavg: 2.11 2.08 1.96 3/85 13951
/proc/meminfo: memFree=817060/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=826032 CPUtime=149.28
/proc/13939/stat : 13939 (java) S 13937 13939 9779 0 -1 0 182994 0 1 0 14849 79 0 0 18 0 12 0 1998208302 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 206508 176097 1389 9 0 203870 0
[pid=13939/tid=13941] ppid=13937 vsize=826032 CPUtime=33.99
/proc/13939/task/13941/stat : 13941 (java) S 13937 13939 9779 0 -1 64 35846 0 1 0 3381 18 0 0 16 0 12 0 1998208303 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13942] ppid=13937 vsize=826032 CPUtime=8.7
/proc/13939/task/13942/stat : 13942 (java) S 13937 13939 9779 0 -1 64 70695 0 0 0 842 28 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13943] ppid=13937 vsize=826032 CPUtime=9.1
/proc/13939/task/13943/stat : 13943 (java) S 13937 13939 9779 0 -1 64 62186 0 0 0 884 26 0 0 16 0 12 0 1998208304 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13944] ppid=13937 vsize=826032 CPUtime=95.93
/proc/13939/task/13944/stat : 13944 (java) R 13937 13939 9779 0 -1 64 6701 0 0 0 9590 3 0 0 25 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 106123727 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13945] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13945/stat : 13945 (java) S 13937 13939 9779 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13946] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13946/stat : 13946 (java) S 13937 13939 9779 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998208306 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13939/tid=13947] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13947/stat : 13947 (java) S 13937 13939 9779 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13948] ppid=13937 vsize=826032 CPUtime=0.45
/proc/13939/task/13948/stat : 13948 (java) S 13937 13939 9779 0 -1 64 1545 0 0 0 45 0 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13949] ppid=13937 vsize=826032 CPUtime=1.04
/proc/13939/task/13949/stat : 13949 (java) S 13937 13939 9779 0 -1 64 5259 0 0 0 103 1 0 0 16 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13950] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13950/stat : 13950 (java) S 13937 13939 9779 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13939/tid=13951] ppid=13937 vsize=826032 CPUtime=0
/proc/13939/task/13951/stat : 13951 (java) S 13937 13939 9779 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1998208310 845856768 176097 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149.28
Current children cumulated vsize (KiB) 826032

[startup+146.602 s]
/proc/loadavg: 2.11 2.08 1.96 3/85 13951
/proc/meminfo: memFree=817060/2055920 swapFree=4179816/4192956
[pid=13939] ppid=13937 vsize=0 CPUtime=149.38
/proc/13939/stat : 13939 (java) Z 13937 13939 9779 0 -1 12 183008 0 1 0 14856 82 0 0 16 0 2 0 1998208302 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13939/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.38
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 146.679
CPU time (s): 149.464
CPU user time (s): 148.565
CPU system time (s): 0.898863
CPU usage (%): 101.899
Max. virtual memory (cumulated for all children) (KiB): 826032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.565
system time used= 0.898863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183008
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= 4390
involuntary context switches= 3832

runsolver used 0.161975 second user time and 0.52592 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 19:25:59
IDJOB=1077352
IDBENCH=56665
IDSOLVER=344
FILE ID=node45/1077352-1215192359
PBS_JOBID= 7881553
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-20-2-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077352-1215192359/watcher-1077352-1215192359 -o /tmp/evaluation-result-1077352-1215192359/solver-1077352-1215192359 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077352-1215192359.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 865d53dc7136f9cabdf188722bf22774
RANDOM SEED=1597027776

node45.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.268
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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1518676 kB
Buffers:         59012 kB
Cached:         239876 kB
SwapCached:       7180 kB
Active:         333320 kB
Inactive:       144352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518676 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         185072 kB
Slab:            44532 kB
Committed_AS:  4026480 kB
PageTables:       2276 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= 66488 MiB
End job on node45 at 2008-07-04 19:28:26