Trace number 1059841

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? 146.898 143.64

General information on the benchmark

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

Solver Data (download as text)

0.18/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.28	c See www.sat4j.org for details.
0.18/0.28	c That software uses the Rhino library from the Mozilla project.
0.28/0.32	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.37	c c --- Begin Solver configuration ---
0.28/0.37	c Stops conflict analysis at the first Unique Implication Point
0.28/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.37	c Learn all clauses as in MiniSAT
0.28/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.37	c Expensive reason simplification
0.28/0.37	c MiniSAT restarts strategy
0.28/0.37	c timeout=2147483s
0.28/0.37	c DB Simplification allowed=false
0.28/0.37	c --- End Solver configuration ---
0.28/0.37	c solving HOME/instance-1059841-1215125014.xml
0.28/0.37	c reading problem ... 
0.58/0.62	c reading problem named null
0.58/0.62	c reading domains done.
0.58/0.63	c reading variables done.
0.88/0.93	c reading predicates  done.
1.18/1.24	c reading constraints
146.69/143.48	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
146.69/143.48		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
146.69/143.49		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
146.69/143.49		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
146.69/143.49		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
146.69/143.49		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
146.69/143.49		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
146.69/143.49		at org.sat4j.csp.Predicate.find(Predicate.java:132)
146.69/143.49		at org.sat4j.csp.Predicate.find(Predicate.java:139)
146.69/143.49		at org.sat4j.csp.Predicate.find(Predicate.java:139)
146.69/143.49		at org.sat4j.csp.Predicate.find(Predicate.java:139)
146.69/143.49		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
146.69/143.49		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
146.69/143.49		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
146.69/143.49		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
146.69/143.49		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
146.69/143.49		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
146.69/143.49		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
146.69/143.49		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
146.69/143.49		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
146.69/143.49		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
146.69/143.49		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
146.69/143.49	c starts		: 0
146.69/143.49	c conflicts		: 0
146.69/143.49	c decisions		: 0
146.69/143.49	c propagations		: 0
146.69/143.49	c inspects		: 0
146.69/143.49	c learnt literals	: 0
146.69/143.49	c learnt binary clauses	: 0
146.69/143.49	c learnt ternary clauses	: 0
146.69/143.49	c learnt clauses	: 0
146.69/143.49	c ignored clauses	: 0
146.69/143.49	c root simplifications	: 0
146.69/143.49	c removed literals (reason simplification)	: 0
146.69/143.49	c reason swapping (by a shorter reason)	: 0
146.69/143.49	c Calls to reduceDB	: 0
146.69/143.49	c speed (assignments/second)	: 0.0
146.69/143.49	c non guided choices	0
146.69/143.49	s UNKNOWN
146.69/143.49	c Total wall clock time (in seconds) : 143.12

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-1059841-1215125014/watcher-1059841-1215125014 -o /tmp/evaluation-result-1059841-1215125014/solver-1059841-1215125014 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1059841-1215125014.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: 3.20 3.14 2.53 4/73 14919
/proc/meminfo: memFree=1540632/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=18572 CPUtime=0
/proc/14919/stat : 14919 (runsolver) R 14917 14919 14218 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 625719194 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14919/statm: 4643 292 257 25 0 2626 0

[startup+0.089784 s]
/proc/loadavg: 3.20 3.14 2.53 4/73 14919
/proc/meminfo: memFree=1540632/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=804612 CPUtime=0.07
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 2992 0 1 0 6 1 0 0 18 0 12 0 625719194 823922688 2725 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 201153 2725 1047 9 0 198522 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 804612

[startup+0.101785 s]
/proc/loadavg: 3.20 3.14 2.53 4/73 14919
/proc/meminfo: memFree=1540632/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=804756 CPUtime=0.08
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 3164 0 1 0 7 1 0 0 18 0 12 0 625719194 824070144 2895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 201189 2895 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301826 s]
/proc/loadavg: 3.20 3.14 2.53 4/73 14919
/proc/meminfo: memFree=1540632/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=808244 CPUtime=0.28
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 5060 0 1 0 25 3 0 0 18 0 12 0 625719194 827641856 4387 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 202061 4387 1310 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.701906 s]
/proc/loadavg: 3.20 3.14 2.53 4/73 14919
/proc/meminfo: memFree=1540632/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=808272 CPUtime=0.68
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 6518 0 1 0 64 4 0 0 18 0 12 0 625719194 827670528 5646 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 202068 5646 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808272

[startup+1.50207 s]
/proc/loadavg: 3.20 3.14 2.53 3/85 14931
/proc/meminfo: memFree=1519800/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=809444 CPUtime=1.47
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 9242 0 1 0 141 6 0 0 18 0 12 0 625719194 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 202361 7406 1365 9 0 199723 0
[pid=14919/tid=14921] ppid=14917 vsize=809444 CPUtime=0.77
/proc/14919/task/14921/stat : 14921 (java) R 14917 14919 14218 0 -1 64 5438 0 1 0 73 4 0 0 23 0 12 0 625719195 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 625719196 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 625719196 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14924/stat : 14924 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 625719198 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 625719198 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 625719198 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=809444 CPUtime=0.35
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1047 0 0 0 35 0 0 0 16 0 12 0 625719202 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=809444 CPUtime=0.31
/proc/14919/task/14929/stat : 14929 (java) R 14917 14919 14218 0 -1 64 1991 0 0 0 31 0 0 0 16 0 12 0 625719202 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 10892252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=809444 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 828870656 7406 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 809444

[startup+3.10238 s]
/proc/loadavg: 3.18 3.14 2.53 4/85 14931
/proc/meminfo: memFree=1504504/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=817944 CPUtime=3.07
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 29295 0 1 0 294 13 0 0 18 0 12 0 625719194 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 204486 24572 1378 9 0 201848 0
[pid=14919/tid=14921] ppid=14917 vsize=817944 CPUtime=1.64
/proc/14919/task/14921/stat : 14921 (java) R 14917 14919 14218 0 -1 64 17259 0 1 0 155 9 0 0 25 0 12 0 625719195 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4109663689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=817944 CPUtime=0.07
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 1937 0 0 0 7 0 0 0 17 0 12 0 625719196 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=817944 CPUtime=0.06
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 1481 0 0 0 6 0 0 0 17 0 12 0 625719196 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=817944 CPUtime=0
/proc/14919/task/14924/stat : 14924 (java) S 14917 14919 14218 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 625719198 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=817944 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=817944 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=817944 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=817944 CPUtime=0.48
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1499 0 0 0 48 0 0 0 16 0 12 0 625719202 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=817944 CPUtime=0.77
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6326 0 0 0 75 2 0 0 18 0 12 0 625719202 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=817944 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=817944 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 837574656 24572 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 817944

[startup+6.30303 s]
/proc/loadavg: 3.18 3.14 2.53 5/85 14931
/proc/meminfo: memFree=1395448/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824120 CPUtime=6.97
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 51791 0 1 0 675 22 0 0 18 0 12 0 625719194 843898880 44039 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206030 44040 1378 9 0 203392 0
[pid=14919/tid=14921] ppid=14917 vsize=824120 CPUtime=3.47
/proc/14919/task/14921/stat : 14921 (java) R 14917 14919 14218 0 -1 64 17265 0 1 0 338 9 0 0 25 0 12 0 625719195 843898880 44040 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824120 CPUtime=1.09
/proc/14919/task/14922/stat : 14922 (java) R 14917 14919 14218 0 -1 64 14266 0 0 0 105 4 0 0 18 0 12 0 625719196 843898880 44041 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824120 CPUtime=1.1
/proc/14919/task/14923/stat : 14923 (java) R 14917 14919 14218 0 -1 64 11644 0 0 0 106 4 0 0 18 0 12 0 625719196 843898880 44042 996147200 134512640 134550740 4294956032 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14924/stat : 14924 (java) S 14917 14919 14218 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 44043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 44043 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 44044 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 843898880 44045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=824120 CPUtime=0.48
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1499 0 0 0 48 0 0 0 16 0 12 0 625719202 843898880 44046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=824120 CPUtime=0.77
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6326 0 0 0 75 2 0 0 18 0 12 0 625719202 843898880 44046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 843898880 44046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 843898880 44046 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 824120

[startup+12.7023 s]
/proc/loadavg: 3.15 3.13 2.54 4/85 14931
/proc/meminfo: memFree=1320768/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824120 CPUtime=13.65
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 65591 0 1 0 1338 27 0 0 18 0 12 0 625719194 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206030 57359 1384 9 0 203392 0
[pid=14919/tid=14921] ppid=14917 vsize=824120 CPUtime=7.97
/proc/14919/task/14921/stat : 14921 (java) R 14917 14919 14218 0 -1 64 17282 0 1 0 788 9 0 0 25 0 12 0 625719195 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824120 CPUtime=1.93
/proc/14919/task/14922/stat : 14922 (java) R 14917 14919 14218 0 -1 64 20010 0 0 0 187 6 0 0 16 0 12 0 625719196 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 106158123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824120 CPUtime=1.96
/proc/14919/task/14923/stat : 14923 (java) R 14917 14919 14218 0 -1 64 19387 0 0 0 189 7 0 0 16 0 12 0 625719196 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 105852852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14924/stat : 14924 (java) S 14917 14919 14218 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=824120 CPUtime=0.87
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1756 0 0 0 86 1 0 0 16 0 12 0 625719202 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=824120 CPUtime=0.87
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6363 0 0 0 85 2 0 0 16 0 12 0 625719202 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 843898880 57359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.65
Current children cumulated vsize (KiB) 824120

[startup+25.5018 s]
/proc/loadavg: 3.12 3.13 2.54 5/85 14931
/proc/meminfo: memFree=1142984/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824120 CPUtime=27.05
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 111474 0 1 0 2658 47 0 0 18 0 12 0 625719194 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206030 102311 1387 9 0 203392 0
[pid=14919/tid=14921] ppid=14917 vsize=824120 CPUtime=16.84
/proc/14919/task/14921/stat : 14921 (java) R 14917 14919 14218 0 -1 64 23451 0 1 0 1673 11 0 0 25 0 12 0 625719195 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4109602609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824120 CPUtime=3.99
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 41036 0 0 0 384 15 0 0 17 0 12 0 625719196 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824120 CPUtime=4.05
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 38047 0 0 0 390 15 0 0 17 0 12 0 625719196 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14924/stat : 14924 (java) S 14917 14919 14218 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 625719198 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 843898880 102311 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=14919/tid=14930] ppid=14917 vsize=888124 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 909438976 191650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=888124 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 909438976 191650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.63
Current children cumulated vsize (KiB) 888124

[startup+137.507 s]
/proc/loadavg: 2.26 2.82 2.50 3/85 14931
/proc/meminfo: memFree=841352/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824120 CPUtime=140.82
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 296854 0 1 0 13958 124 0 0 18 0 12 0 625719194 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206030 175651 1391 9 0 203392 0
[pid=14919/tid=14921] ppid=14917 vsize=824120 CPUtime=30.82
/proc/14919/task/14921/stat : 14921 (java) S 14917 14919 14218 0 -1 64 35804 0 1 0 3066 16 0 0 17 0 12 0 625719195 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824120 CPUtime=9.08
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 69687 0 0 0 880 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824120 CPUtime=9.12
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 69406 0 0 0 884 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824120 CPUtime=89.51
/proc/14919/task/14924/stat : 14924 (java) R 14917 14919 14218 0 -1 64 113047 0 0 0 8904 47 0 0 25 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=824120 CPUtime=1.33
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1781 0 0 0 132 1 0 0 17 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=824120 CPUtime=0.92
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6366 0 0 0 90 2 0 0 16 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.82
Current children cumulated vsize (KiB) 824120

[startup+140.703 s]
/proc/loadavg: 2.26 2.82 2.50 3/85 14931
/proc/meminfo: memFree=841352/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824120 CPUtime=144
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 296856 0 1 0 14276 124 0 0 18 0 12 0 625719194 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206030 175651 1391 9 0 203392 0
[pid=14919/tid=14921] ppid=14917 vsize=824120 CPUtime=30.82
/proc/14919/task/14921/stat : 14921 (java) S 14917 14919 14218 0 -1 64 35806 0 1 0 3066 16 0 0 17 0 12 0 625719195 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824120 CPUtime=9.08
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 69687 0 0 0 880 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824120 CPUtime=9.12
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 69406 0 0 0 884 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824120 CPUtime=92.69
/proc/14919/task/14924/stat : 14924 (java) R 14917 14919 14218 0 -1 64 113047 0 0 0 9222 47 0 0 25 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=824120 CPUtime=1.33
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1781 0 0 0 132 1 0 0 17 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=824120 CPUtime=0.92
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6366 0 0 0 90 2 0 0 16 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 144
Current children cumulated vsize (KiB) 824120

[startup+142.302 s]
/proc/loadavg: 2.24 2.81 2.50 3/85 14931
/proc/meminfo: memFree=841352/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824120 CPUtime=145.59
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 296856 0 1 0 14435 124 0 0 18 0 12 0 625719194 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206030 175651 1391 9 0 203392 0
[pid=14919/tid=14921] ppid=14917 vsize=824120 CPUtime=30.82
/proc/14919/task/14921/stat : 14921 (java) S 14917 14919 14218 0 -1 64 35806 0 1 0 3066 16 0 0 17 0 12 0 625719195 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824120 CPUtime=9.08
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 69687 0 0 0 880 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824120 CPUtime=9.12
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 69406 0 0 0 884 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824120 CPUtime=94.28
/proc/14919/task/14924/stat : 14924 (java) R 14917 14919 14218 0 -1 64 113047 0 0 0 9381 47 0 0 25 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=824120 CPUtime=1.33
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1781 0 0 0 132 1 0 0 17 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=824120 CPUtime=0.92
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6366 0 0 0 90 2 0 0 16 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.59
Current children cumulated vsize (KiB) 824120

[startup+143.102 s]
/proc/loadavg: 2.24 2.81 2.50 3/85 14931
/proc/meminfo: memFree=841352/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824120 CPUtime=146.39
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 296856 0 1 0 14515 124 0 0 18 0 12 0 625719194 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206030 175651 1391 9 0 203392 0
[pid=14919/tid=14921] ppid=14917 vsize=824120 CPUtime=30.82
/proc/14919/task/14921/stat : 14921 (java) S 14917 14919 14218 0 -1 64 35806 0 1 0 3066 16 0 0 17 0 12 0 625719195 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824120 CPUtime=9.08
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 69687 0 0 0 880 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824120 CPUtime=9.12
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 69406 0 0 0 884 28 0 0 16 0 12 0 625719196 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824120 CPUtime=95.07
/proc/14919/task/14924/stat : 14924 (java) R 14917 14919 14218 0 -1 64 113047 0 0 0 9460 47 0 0 25 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 106123706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=824120 CPUtime=1.33
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1781 0 0 0 132 1 0 0 17 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=824120 CPUtime=0.92
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6366 0 0 0 90 2 0 0 16 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=824120 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 843898880 175651 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 146.39
Current children cumulated vsize (KiB) 824120

[startup+143.502 s]
/proc/loadavg: 2.24 2.81 2.50 3/85 14931
/proc/meminfo: memFree=841352/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=824444 CPUtime=146.79
/proc/14919/stat : 14919 (java) S 14917 14919 14218 0 -1 0 296866 0 1 0 14554 125 0 0 18 0 12 0 625719194 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 206111 175660 1392 9 0 203473 0
[pid=14919/tid=14921] ppid=14917 vsize=824444 CPUtime=30.82
/proc/14919/task/14921/stat : 14921 (java) S 14917 14919 14218 0 -1 64 35811 0 1 0 3066 16 0 0 17 0 12 0 625719195 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14922] ppid=14917 vsize=824444 CPUtime=9.08
/proc/14919/task/14922/stat : 14922 (java) S 14917 14919 14218 0 -1 64 69687 0 0 0 880 28 0 0 16 0 12 0 625719196 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14923] ppid=14917 vsize=824444 CPUtime=9.12
/proc/14919/task/14923/stat : 14923 (java) S 14917 14919 14218 0 -1 64 69406 0 0 0 884 28 0 0 16 0 12 0 625719196 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14924] ppid=14917 vsize=824444 CPUtime=95.46
/proc/14919/task/14924/stat : 14924 (java) S 14917 14919 14218 0 -1 64 113047 0 0 0 9499 47 0 0 25 0 12 0 625719198 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14925] ppid=14917 vsize=824444 CPUtime=0
/proc/14919/task/14925/stat : 14925 (java) S 14917 14919 14218 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 625719198 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14926] ppid=14917 vsize=824444 CPUtime=0
/proc/14919/task/14926/stat : 14926 (java) S 14917 14919 14218 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 625719198 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14927] ppid=14917 vsize=824444 CPUtime=0
/proc/14919/task/14927/stat : 14927 (java) S 14917 14919 14218 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 625719202 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14928] ppid=14917 vsize=824444 CPUtime=1.33
/proc/14919/task/14928/stat : 14928 (java) S 14917 14919 14218 0 -1 64 1781 0 0 0 132 1 0 0 17 0 12 0 625719202 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14929] ppid=14917 vsize=824444 CPUtime=0.92
/proc/14919/task/14929/stat : 14929 (java) S 14917 14919 14218 0 -1 64 6366 0 0 0 90 2 0 0 16 0 12 0 625719202 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14930] ppid=14917 vsize=824444 CPUtime=0
/proc/14919/task/14930/stat : 14930 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 625719202 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14919/tid=14931] ppid=14917 vsize=824444 CPUtime=0
/proc/14919/task/14931/stat : 14931 (java) S 14917 14919 14218 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 625719202 844230656 175660 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 146.79
Current children cumulated vsize (KiB) 824444

[startup+143.603 s]
/proc/loadavg: 2.24 2.81 2.50 3/85 14931
/proc/meminfo: memFree=841352/2055920 swapFree=4165996/4192956
[pid=14919] ppid=14917 vsize=0 CPUtime=146.85
/proc/14919/stat : 14919 (java) Z 14917 14919 14218 0 -1 12 296869 0 1 0 14554 131 0 0 16 0 2 0 625719194 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14919/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 146.85
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 143.64
CPU time (s): 146.898
CPU user time (s): 145.544
CPU system time (s): 1.35379
CPU usage (%): 102.268
Max. virtual memory (cumulated for all children) (KiB): 920128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.544
system time used= 1.35379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296869
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= 4277
involuntary context switches= 4631

runsolver used 0.185971 second user time and 0.485926 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-04 00:43:34
IDJOB=1059841
IDBENCH=54383
IDSOLVER=344
FILE ID=node77/1059841-1215125014
PBS_JOBID= 7877223
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e2bc676eff8f52053522ea37f15577e
RANDOM SEED=945092392

node77.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.274
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.274
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:       1541112 kB
Buffers:         80976 kB
Cached:         330756 kB
SwapCached:      20884 kB
Active:         210284 kB
Inactive:       227276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541112 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          32640 kB
Slab:            62704 kB
Committed_AS:  1033508 kB
PageTables:       1720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66500 MiB
End job on node77 at 2008-07-04 00:45:58