Trace number 1077810

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? 150.763 149.173

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-7.xml
MD5SUM5f58b2e48b45468f2f81f3f76ae83a1d
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 benchmark33.4429
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	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-1077810-1215195820.xml
0.28/0.37	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.69/0.70	c reading predicates  done.
0.89/0.95	c reading constraints
147.32/145.77	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
147.32/145.78		at java.util.HashMap.addEntry(Unknown Source)
147.32/145.78		at java.util.HashMap.put(Unknown Source)
147.32/145.78		at org.sat4j.csp.Predicate.find(Predicate.java:138)
147.32/145.78		at org.sat4j.csp.Predicate.find(Predicate.java:139)
147.32/145.78		at org.sat4j.csp.Predicate.find(Predicate.java:139)
147.32/145.78		at org.sat4j.csp.Predicate.find(Predicate.java:139)
147.32/145.78		at org.sat4j.csp.Predicate.find(Predicate.java:139)
147.32/145.78		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
147.32/145.78		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
147.32/145.78		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
147.32/145.78		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
147.32/145.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
147.32/145.78		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
147.32/145.78		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
147.32/145.78		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
147.32/145.78		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
147.32/145.78		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
147.32/145.78		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
150.60/149.04	c starts		: 0
150.60/149.04	c conflicts		: 0
150.60/149.04	c decisions		: 0
150.60/149.04	c propagations		: 0
150.60/149.04	c inspects		: 0
150.60/149.04	c learnt literals	: 0
150.60/149.04	c learnt binary clauses	: 0
150.60/149.04	c learnt ternary clauses	: 0
150.60/149.04	c learnt clauses	: 0
150.60/149.04	c ignored clauses	: 0
150.60/149.04	c root simplifications	: 0
150.60/149.04	c removed literals (reason simplification)	: 0
150.60/149.04	c reason swapping (by a shorter reason)	: 0
150.60/149.04	c Calls to reduceDB	: 0
150.60/149.04	c speed (assignments/second)	: 0.0
150.60/149.04	c non guided choices	0
150.60/149.04	s UNKNOWN
150.60/149.04	c Total wall clock time (in seconds) : 145.404

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-1077810-1215195820/watcher-1077810-1215195820 -o /tmp/evaluation-result-1077810-1215195820/solver-1077810-1215195820 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077810-1215195820.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: 1.92 1.99 1.99 4/72 2574
/proc/meminfo: memFree=1677856/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=1804 CPUtime=0
/proc/2574/stat : 2574 (java6) R 2572 2574 31528 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 1003986661 1847296 152 996147200 134512640 134550740 4294956176 18446744073709551615 10910528 0 0 4096 0 0 0 0 17 0 0 0
/proc/2574/statm: 459 156 111 9 0 101 0

[startup+0.0632181 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 2574
/proc/meminfo: memFree=1677856/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=802236 CPUtime=0.04
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 2749 0 1 0 3 1 0 0 18 0 7 0 1003986661 821489664 2484 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 200559 2484 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.101223 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 2574
/proc/meminfo: memFree=1677856/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=804756 CPUtime=0.08
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 3158 0 1 0 7 1 0 0 18 0 12 0 1003986661 824070144 2889 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 201189 2889 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301243 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 2574
/proc/meminfo: memFree=1677856/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=807712 CPUtime=0.28
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 4982 0 1 0 26 2 0 0 18 0 12 0 1003986661 827097088 4289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 201928 4289 1308 9 0 199297 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807712

[startup+0.701284 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 2574
/proc/meminfo: memFree=1677856/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=807740 CPUtime=0.69
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 6464 0 1 0 65 4 0 0 18 0 12 0 1003986661 827125760 5512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 201935 5513 1335 9 0 199297 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807740

[startup+1.50237 s]
/proc/loadavg: 1.92 1.99 1.99 3/84 2586
/proc/meminfo: memFree=1657472/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=813464 CPUtime=1.49
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 10345 0 1 0 143 6 0 0 18 0 12 0 1003986661 832987136 7934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 203366 7944 1373 9 0 200728 0
[pid=2574/tid=2576] ppid=2572 vsize=813464 CPUtime=0.8
/proc/2574/task/2576/stat : 2576 (java) R 2572 2574 31528 0 -1 64 5066 0 1 0 76 4 0 0 25 0 12 0 1003986663 832987136 7952 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1003986664 832987136 7961 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2578/stat : 2578 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1003986664 832987136 7972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2579/stat : 2579 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1003986665 832987136 7981 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1003986666 832987136 7992 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1003986666 832987136 8002 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1003986670 832987136 8012 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=813464 CPUtime=0.29
/proc/2574/task/2583/stat : 2583 (java) R 2572 2574 31528 0 -1 64 1847 0 0 0 29 0 0 0 16 0 12 0 1003986670 832987136 8021 996147200 134512640 134550740 4294956016 18446744073709551615 11001559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2584] ppid=2572 vsize=813464 CPUtime=0.37
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 2753 0 0 0 37 0 0 0 16 0 12 0 1003986670 832987136 8030 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2585] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1003986670 832987136 8031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=813464 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1003986670 832987136 8031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 813464

[startup+3.10153 s]
/proc/loadavg: 1.92 1.99 1.99 4/84 2586
/proc/meminfo: memFree=1644864/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=818828 CPUtime=3.09
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 20793 0 1 0 299 10 0 0 18 0 12 0 1003986661 838479872 15806 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204707 15807 1380 9 0 202069 0
[pid=2574/tid=2576] ppid=2572 vsize=818828 CPUtime=1.61
/proc/2574/task/2576/stat : 2576 (java) R 2572 2574 31528 0 -1 64 11447 0 1 0 155 6 0 0 25 0 12 0 1003986663 838479872 15807 996147200 134512640 134550740 4294956016 18446744073709551615 4109910676 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1003986664 838479872 15808 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2578/stat : 2578 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1003986664 838479872 15809 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2579/stat : 2579 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1003986665 838479872 15810 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1003986666 838479872 15811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1003986666 838479872 15812 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1003986670 838479872 15813 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=818828 CPUtime=0.88
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5212 0 0 0 86 2 0 0 16 0 12 0 1003986670 838479872 15814 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2584] ppid=2572 vsize=818828 CPUtime=0.57
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 3369 0 0 0 56 1 0 0 16 0 12 0 1003986670 838479872 15815 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2585] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1003986670 838479872 15816 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=818828 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1003986670 838479872 15817 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 818828

[startup+6.30287 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 2586
/proc/meminfo: memFree=1548096/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=820516 CPUtime=6.53
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 44052 0 1 0 633 20 0 0 18 0 12 0 1003986661 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 205129 37698 1385 9 0 202491 0
[pid=2574/tid=2576] ppid=2572 vsize=820516 CPUtime=3.74
/proc/2574/task/2576/stat : 2576 (java) R 2572 2574 31528 0 -1 64 17315 0 1 0 365 9 0 0 17 0 12 0 1003986663 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 104119575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2577] ppid=2572 vsize=820516 CPUtime=0.66
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 9136 0 0 0 63 3 0 0 18 0 12 0 1003986664 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2578] ppid=2572 vsize=820516 CPUtime=0.6
/proc/2574/task/2578/stat : 2578 (java) R 2572 2574 31528 0 -1 64 8228 0 0 0 57 3 0 0 18 0 12 0 1003986664 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2579] ppid=2572 vsize=820516 CPUtime=0
/proc/2574/task/2579/stat : 2579 (java) S 2572 2574 31528 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 1003986665 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2580] ppid=2572 vsize=820516 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1003986666 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=820516 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1003986666 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=820516 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1003986670 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=820516 CPUtime=0.9
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5213 0 0 0 88 2 0 0 16 0 12 0 1003986670 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2584] ppid=2572 vsize=820516 CPUtime=0.58
/proc/2574/task/2584/stat : 2584 (java) R 2572 2574 31528 0 -1 64 3369 0 0 0 57 1 0 0 17 0 12 0 1003986670 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2585] ppid=2572 vsize=820516 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1003986670 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=820516 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1003986670 840208384 37698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 820516

[startup+12.7015 s]
/proc/loadavg: 2.25 2.05 2.02 4/84 2586
/proc/meminfo: memFree=1439552/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=819028 CPUtime=13.12
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 69993 0 1 0 1283 29 0 0 18 0 12 0 1003986661 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204757 63132 1385 9 0 202119 0
[pid=2574/tid=2576] ppid=2572 vsize=819028 CPUtime=7.76
/proc/2574/task/2576/stat : 2576 (java) S 2572 2574 31528 0 -1 64 17335 0 1 0 767 9 0 0 19 0 12 0 1003986663 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2577] ppid=2572 vsize=819028 CPUtime=1.76
/proc/2574/task/2577/stat : 2577 (java) R 2572 2574 31528 0 -1 64 18923 0 0 0 170 6 0 0 16 0 12 0 1003986664 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=819028 CPUtime=1.81
/proc/2574/task/2578/stat : 2578 (java) R 2572 2574 31528 0 -1 64 24310 0 0 0 173 8 0 0 16 0 12 0 1003986664 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 106549200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=819028 CPUtime=0
/proc/2574/task/2579/stat : 2579 (java) S 2572 2574 31528 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1003986665 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=819028 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1003986666 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=819028 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1003986666 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=819028 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1003986670 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=819028 CPUtime=0.98
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5237 0 0 0 96 2 0 0 16 0 12 0 1003986670 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2584] ppid=2572 vsize=819028 CPUtime=0.75
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 3397 0 0 0 74 1 0 0 16 0 12 0 1003986670 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2585] ppid=2572 vsize=819028 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1003986670 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=819028 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1003986670 838684672 63132 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 819028

[startup+25.5028 s]
/proc/loadavg: 2.19 2.05 2.01 3/84 2586
/proc/meminfo: memFree=1269696/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=817692 CPUtime=26.48
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 110626 0 1 0 2603 45 0 0 18 0 12 0 1003986661 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204423 103067 1385 9 0 201785 0
[pid=2574/tid=2576] ppid=2572 vsize=817692 CPUtime=16.63
/proc/2574/task/2576/stat : 2576 (java) R 2572 2574 31528 0 -1 64 17361 0 1 0 1654 9 0 0 23 0 12 0 1003986663 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=817692 CPUtime=3.9
/proc/2574/task/2577/stat : 2577 (java) R 2572 2574 31528 0 -1 64 33236 0 0 0 379 11 0 0 16 0 12 0 1003986664 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 105852880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=817692 CPUtime=4.11
/proc/2574/task/2578/stat : 2578 (java) R 2572 2574 31528 0 -1 64 50604 0 0 0 392 19 0 0 16 0 12 0 1003986664 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 105852854 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2579/stat : 2579 (java) S 2572 2574 31528 0 -1 64 29 0 0 0 0 0 0 0 15 0 12 0 1003986665 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1003986666 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1003986666 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1003986670 837316608 103067 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+140.702 s]
/proc/loadavg: 2.30 2.10 2.03 3/95 2679
/proc/meminfo: memFree=703088/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=817692 CPUtime=142.35
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 183965 0 1 0 14159 76 0 0 18 0 12 0 1003986661 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204423 174050 1389 9 0 201785 0
[pid=2574/tid=2576] ppid=2572 vsize=817692 CPUtime=36.79
/proc/2574/task/2576/stat : 2576 (java) S 2572 2574 31528 0 -1 64 29716 0 1 0 3665 14 0 0 17 0 12 0 1003986663 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=817692 CPUtime=8.88
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 59888 0 0 0 866 22 0 0 16 0 12 0 1003986664 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=817692 CPUtime=9.59
/proc/2574/task/2578/stat : 2578 (java) S 2572 2574 31528 0 -1 64 79601 0 0 0 927 32 0 0 16 0 12 0 1003986664 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=817692 CPUtime=85.26
/proc/2574/task/2579/stat : 2579 (java) R 2572 2574 31528 0 -1 64 5362 0 0 0 8524 2 0 0 25 0 12 0 1003986665 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 106736432 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1003986666 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2581] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1003986666 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=817692 CPUtime=1
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5237 0 0 0 98 2 0 0 16 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2584] ppid=2572 vsize=817692 CPUtime=0.77
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 3397 0 0 0 76 1 0 0 16 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2585] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 142.35
Current children cumulated vsize (KiB) 817692

[startup+143.902 s]
/proc/loadavg: 2.28 2.10 2.03 3/95 2679
/proc/meminfo: memFree=702640/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=817692 CPUtime=145.53
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 183967 0 1 0 14477 76 0 0 18 0 12 0 1003986661 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204423 174050 1389 9 0 201785 0
[pid=2574/tid=2576] ppid=2572 vsize=817692 CPUtime=36.8
/proc/2574/task/2576/stat : 2576 (java) S 2572 2574 31528 0 -1 64 29718 0 1 0 3666 14 0 0 17 0 12 0 1003986663 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=817692 CPUtime=8.88
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 59888 0 0 0 866 22 0 0 16 0 12 0 1003986664 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=817692 CPUtime=9.59
/proc/2574/task/2578/stat : 2578 (java) S 2572 2574 31528 0 -1 64 79601 0 0 0 927 32 0 0 16 0 12 0 1003986664 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=817692 CPUtime=88.43
/proc/2574/task/2579/stat : 2579 (java) R 2572 2574 31528 0 -1 64 5362 0 0 0 8841 2 0 0 25 0 12 0 1003986665 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 105677185 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1003986666 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2581] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1003986666 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=817692 CPUtime=1
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5237 0 0 0 98 2 0 0 16 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2584] ppid=2572 vsize=817692 CPUtime=0.77
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 3397 0 0 0 76 1 0 0 16 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2585] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=817692 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1003986670 837316608 174050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 145.53
Current children cumulated vsize (KiB) 817692

[startup+147.102 s]
/proc/loadavg: 2.28 2.10 2.03 3/96 2680
/proc/meminfo: memFree=700456/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=818016 CPUtime=148.71
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 183975 0 1 0 14795 76 0 0 18 0 13 0 1003986661 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204504 174057 1389 9 0 201866 0
[pid=2574/tid=2576] ppid=2572 vsize=818016 CPUtime=36.8
/proc/2574/task/2576/stat : 2576 (java) S 2572 2574 31528 0 -1 64 29722 0 1 0 3666 14 0 0 18 0 13 0 1003986663 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=818016 CPUtime=8.88
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 59888 0 0 0 866 22 0 0 16 0 13 0 1003986664 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=818016 CPUtime=9.59
/proc/2574/task/2578/stat : 2578 (java) S 2572 2574 31528 0 -1 64 79601 0 0 0 927 32 0 0 16 0 13 0 1003986664 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=818016 CPUtime=91.6
/proc/2574/task/2579/stat : 2579 (java) R 2572 2574 31528 0 -1 64 5362 0 0 0 9158 2 0 0 25 0 13 0 1003986665 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 106122423 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1003986666 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1003986666 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=818016 CPUtime=1
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5237 0 0 0 98 2 0 0 16 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2584] ppid=2572 vsize=818016 CPUtime=0.77
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 3397 0 0 0 76 1 0 0 16 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2585] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2680] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2680/stat : 2680 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1004001240 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 148.71
Current children cumulated vsize (KiB) 818016

[startup+147.902 s]
/proc/loadavg: 2.28 2.10 2.03 5/96 2680
/proc/meminfo: memFree=696296/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=818016 CPUtime=149.51
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 183975 0 1 0 14875 76 0 0 18 0 13 0 1003986661 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204504 174057 1389 9 0 201866 0
[pid=2574/tid=2576] ppid=2572 vsize=818016 CPUtime=36.8
/proc/2574/task/2576/stat : 2576 (java) S 2572 2574 31528 0 -1 64 29722 0 1 0 3666 14 0 0 18 0 13 0 1003986663 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=818016 CPUtime=8.88
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 59888 0 0 0 866 22 0 0 16 0 13 0 1003986664 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=818016 CPUtime=9.59
/proc/2574/task/2578/stat : 2578 (java) S 2572 2574 31528 0 -1 64 79601 0 0 0 927 32 0 0 16 0 13 0 1003986664 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=818016 CPUtime=92.4
/proc/2574/task/2579/stat : 2579 (java) R 2572 2574 31528 0 -1 64 5362 0 0 0 9238 2 0 0 25 0 13 0 1003986665 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1003986666 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1003986666 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=818016 CPUtime=1
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5237 0 0 0 98 2 0 0 16 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2584] ppid=2572 vsize=818016 CPUtime=0.77
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 3397 0 0 0 76 1 0 0 16 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2585] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2680] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2680/stat : 2680 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1004001240 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 149.51
Current children cumulated vsize (KiB) 818016

[startup+148.702 s]
/proc/loadavg: 2.26 2.10 2.03 3/96 2680
/proc/meminfo: memFree=696040/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=818016 CPUtime=150.3
/proc/2574/stat : 2574 (java) S 2572 2574 31528 0 -1 0 183975 0 1 0 14954 76 0 0 18 0 13 0 1003986661 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 204504 174057 1389 9 0 201866 0
[pid=2574/tid=2576] ppid=2572 vsize=818016 CPUtime=36.8
/proc/2574/task/2576/stat : 2576 (java) S 2572 2574 31528 0 -1 64 29722 0 1 0 3666 14 0 0 18 0 13 0 1003986663 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2577] ppid=2572 vsize=818016 CPUtime=8.88
/proc/2574/task/2577/stat : 2577 (java) S 2572 2574 31528 0 -1 64 59888 0 0 0 866 22 0 0 16 0 13 0 1003986664 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2578] ppid=2572 vsize=818016 CPUtime=9.59
/proc/2574/task/2578/stat : 2578 (java) S 2572 2574 31528 0 -1 64 79601 0 0 0 927 32 0 0 16 0 13 0 1003986664 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2579] ppid=2572 vsize=818016 CPUtime=93.2
/proc/2574/task/2579/stat : 2579 (java) R 2572 2574 31528 0 -1 64 5362 0 0 0 9318 2 0 0 25 0 13 0 1003986665 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 106123680 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2580] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2580/stat : 2580 (java) S 2572 2574 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1003986666 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2581] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2581/stat : 2581 (java) S 2572 2574 31528 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1003986666 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2582] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2582/stat : 2582 (java) S 2572 2574 31528 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2583] ppid=2572 vsize=818016 CPUtime=1
/proc/2574/task/2583/stat : 2583 (java) S 2572 2574 31528 0 -1 64 5237 0 0 0 98 2 0 0 16 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2584] ppid=2572 vsize=818016 CPUtime=0.77
/proc/2574/task/2584/stat : 2584 (java) S 2572 2574 31528 0 -1 64 3397 0 0 0 76 1 0 0 16 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2574/tid=2585] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2585/stat : 2585 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2586] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2586/stat : 2586 (java) S 2572 2574 31528 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1003986670 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2574/tid=2680] ppid=2572 vsize=818016 CPUtime=0
/proc/2574/task/2680/stat : 2680 (java) S 2572 2574 31528 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1004001240 837648384 174057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 150.3
Current children cumulated vsize (KiB) 818016

[startup+149.102 s]
/proc/loadavg: 2.26 2.10 2.03 3/96 2680
/proc/meminfo: memFree=696040/2055920 swapFree=4180884/4192956
[pid=2574] ppid=2572 vsize=0 CPUtime=150.69
/proc/2574/stat : 2574 (java) Z 2572 2574 31528 0 -1 12 183980 0 1 0 14989 80 0 0 16 0 2 0 1003986661 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2574/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.69
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 149.173
CPU time (s): 150.763
CPU user time (s): 149.892
CPU system time (s): 0.870867
CPU usage (%): 101.066
Max. virtual memory (cumulated for all children) (KiB): 822676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.892
system time used= 0.870867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183980
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= 4607
involuntary context switches= 6526

runsolver used 0.204968 second user time and 0.487925 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 20:23:40
IDJOB=1077810
IDBENCH=56714
IDSOLVER=344
FILE ID=node2/1077810-1215195820
PBS_JOBID= 7881583
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f58b2e48b45468f2f81f3f76ae83a1d
RANDOM SEED=1410266117

node2.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.236
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.236
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:       1678336 kB
Buffers:         71772 kB
Cached:         230836 kB
SwapCached:       5908 kB
Active:         171820 kB
Inactive:       142512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678336 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:          19180 kB
Slab:            48380 kB
Committed_AS:  1577612 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node2 at 2008-07-04 20:26:10