Trace number 2077752

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 154.781 153.934

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-3-3.xml
MD5SUM2c0f685b6dffd0b21e9d6ad0f83ab81d
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.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity6
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.09/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.15	c See www.sat4j.org for details.
0.09/0.15	c That software uses the Rhino library from the Mozilla project.
0.09/0.17	c version 2.1.1.v20090622
0.09/0.17	c sun.arch.data.model	32
0.09/0.17	c java.version	1.6.0_12
0.09/0.17	c os.name	Linux
0.09/0.17	c os.version	2.6.9-22.EL.rootsmp
0.09/0.17	c os.arch	i386
0.09/0.17	c Free memory 671000808
0.09/0.17	c Max memory 672137216
0.09/0.17	c Total memory 672137216
0.09/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2077752-1247365737.xml
0.18/0.26	c reading problem ... 
0.47/0.53	c reading problem named null
0.47/0.53	c reading domains done.
0.47/0.54	c reading variables done.
0.57/0.70	c reading predicates  done.
0.87/0.95	c reading constraints
151.40/150.54	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
151.40/150.54		at org.mozilla.javascript.ScriptRuntime.wrapNumber(ScriptRuntime.java:274)
151.40/150.54		at org.mozilla.javascript.ScriptRuntime.add(ScriptRuntime.java:2545)
151.40/150.54		at org.mozilla.javascript.gen.c1._c3(predefinedfunctions.js:8)
151.40/150.54		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
151.40/150.54		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
151.40/150.54		at org.mozilla.javascript.gen.c6._c0(rhino.log:1)
151.40/150.54		at org.mozilla.javascript.gen.c6.call(rhino.log)
151.40/150.54		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
151.40/150.54		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
151.40/150.54		at org.mozilla.javascript.gen.c6.call(rhino.log)
151.40/150.54		at org.mozilla.javascript.gen.c6.exec(rhino.log)
151.40/150.54		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
151.40/150.54		at org.sat4j.csp.Predicate.find(Unknown Source)
151.40/150.54		at org.sat4j.csp.Predicate.find(Unknown Source)
151.40/150.54		at org.sat4j.csp.Predicate.find(Unknown Source)
151.40/150.54		at org.sat4j.csp.Predicate.find(Unknown Source)
151.40/150.54		at org.sat4j.csp.Predicate.find(Unknown Source)
151.40/150.54		at org.sat4j.csp.Predicate.toClause(Unknown Source)
151.40/150.54		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
151.40/150.54		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
151.40/150.54		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
151.40/150.54		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
154.37/153.53	c starts		: 0
154.37/153.53	c conflicts		: 0
154.37/153.53	c decisions		: 0
154.37/153.53	c propagations		: 0
154.37/153.53	c inspects		: 0
154.37/153.53	c learnt literals	: 0
154.37/153.53	c learnt binary clauses	: 0
154.37/153.53	c learnt ternary clauses	: 0
154.37/153.53	c learnt clauses	: 0
154.37/153.53	c ignored clauses	: 0
154.37/153.53	c root simplifications	: 0
154.37/153.53	c removed literals (reason simplification)	: 0
154.37/153.53	c reason swapping (by a shorter reason)	: 0
154.37/153.53	c Calls to reduceDB	: 0
154.37/153.53	c speed (assignments/second)	: 0.0
154.37/153.53	c non guided choices	0
154.37/153.53	c learnt constraints type 
154.37/153.53	c constraints type 
154.37/153.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9062117
154.37/153.53	c org.sat4j.minisat.constraints.card.AtLeast => 100
154.37/153.53	s UNKNOWN
154.37/153.53	c Total wall clock time (in seconds) : 150.281

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077752-1247365737/watcher-2077752-1247365737 -o /tmp/evaluation-result-2077752-1247365737/solver-2077752-1247365737 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077752-1247365737.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.45 3.14 2.53 3/82 24869
/proc/meminfo: memFree=1320424/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=18576 CPUtime=0
/proc/24869/stat : 24869 (runsolver) R 24867 24869 8169 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23641273 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24869/statm: 4644 284 249 26 0 2626 0

[startup+0.0337851 s]
/proc/loadavg: 3.45 3.14 2.53 3/82 24869
/proc/meminfo: memFree=1320424/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=798736 CPUtime=0.01
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 1821 0 1 0 0 1 0 0 18 0 4 0 23641273 817905664 1568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 200346 2223 965 9 0 197697 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.117903 s]
/proc/loadavg: 3.45 3.14 2.53 3/82 24869
/proc/meminfo: memFree=1320424/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=804560 CPUtime=0.09
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 3045 0 1 0 7 2 0 0 18 0 12 0 23641273 823869440 2788 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 201140 2788 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301931 s]
/proc/loadavg: 3.45 3.14 2.53 3/82 24869
/proc/meminfo: memFree=1320424/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=805628 CPUtime=0.27
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 4199 0 1 0 24 3 0 0 18 0 12 0 23641273 824963072 3936 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 201407 3936 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701991 s]
/proc/loadavg: 3.45 3.14 2.53 3/82 24869
/proc/meminfo: memFree=1320424/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=807184 CPUtime=0.67
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 6102 0 1 0 62 5 0 0 18 0 12 0 23641273 826556416 5128 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 201796 5128 1384 9 0 199123 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807184

[startup+1.50213 s]
/proc/loadavg: 3.45 3.14 2.53 4/94 24881
/proc/meminfo: memFree=1301192/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=813084 CPUtime=1.45
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 9869 0 1 0 138 7 0 0 18 0 12 0 23641273 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 203271 7603 1409 9 0 200598 0
[pid=24869/tid=24871] ppid=24867 vsize=813084 CPUtime=0.77
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 8169 0 -1 64 5011 0 1 0 73 4 0 0 20 0 12 0 23641275 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23641276 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23641276 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 8169 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23641278 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23641279 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23641279 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23641284 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23641284 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=813084 CPUtime=0.65
/proc/24869/task/24879/stat : 24879 (java) R 24867 24869 8169 0 -1 64 4101 0 0 0 64 1 0 0 18 0 12 0 23641284 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 103148828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23641284 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=813084 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23641284 832598016 7603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 813084

[startup+3.10138 s]
/proc/loadavg: 3.45 3.14 2.53 3/94 24881
/proc/meminfo: memFree=1271240/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=812516 CPUtime=3.05
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 21834 0 1 0 289 16 0 0 18 0 12 0 23641273 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 203129 18963 1425 9 0 200456 0
[pid=24869/tid=24871] ppid=24867 vsize=812516 CPUtime=1.94
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 8169 0 -1 64 16312 0 1 0 182 12 0 0 25 0 12 0 23641275 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4109584517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23641276 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23641276 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 8169 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23641278 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23641279 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 23641279 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23641284 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23641284 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=812516 CPUtime=1.08
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4765 0 0 0 106 2 0 0 16 0 12 0 23641284 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23641284 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=812516 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23641284 832016384 18963 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812516

[startup+6.30289 s]
/proc/loadavg: 3.34 3.12 2.53 3/94 24881
/proc/meminfo: memFree=1216920/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=811652 CPUtime=6.29
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 34760 0 1 0 607 22 0 0 18 0 12 0 23641273 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 202913 31486 1435 9 0 200240 0
[pid=24869/tid=24871] ppid=24867 vsize=811652 CPUtime=4.23
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 8169 0 -1 64 17367 0 1 0 411 12 0 0 25 0 12 0 23641275 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4109618992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=811652 CPUtime=0.37
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 5435 0 0 0 35 2 0 0 17 0 12 0 23641276 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=811652 CPUtime=0.4
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 6407 0 0 0 38 2 0 0 16 0 12 0 23641276 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 8169 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23641278 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23641279 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23641279 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23641284 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23641284 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=811652 CPUtime=1.24
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4785 0 0 0 122 2 0 0 16 0 12 0 23641284 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23641284 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23641284 831131648 31486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 811652

[startup+12.7029 s]
/proc/loadavg: 3.23 3.10 2.53 5/94 24881
/proc/meminfo: memFree=1112544/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=811652 CPUtime=12.81
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 61210 0 1 0 1245 36 0 0 18 0 12 0 23641273 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 202913 57878 1435 9 0 200240 0
[pid=24869/tid=24871] ppid=24867 vsize=811652 CPUtime=8.2
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 8169 0 -1 64 17385 0 1 0 808 12 0 0 18 0 12 0 23641275 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4109815069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=811652 CPUtime=1.5
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 16761 0 0 0 143 7 0 0 16 0 12 0 23641276 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=811652 CPUtime=1.81
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 21513 0 0 0 169 12 0 0 16 0 12 0 23641276 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 8169 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 23641278 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23641279 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23641279 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23641284 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23641284 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=811652 CPUtime=1.24
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4785 0 0 0 122 2 0 0 16 0 12 0 23641284 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23641284 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23641284 831131648 57878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 811652

[startup+25.503 s]
/proc/loadavg: 2.96 3.04 2.52 3/94 24881
/proc/meminfo: memFree=915936/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=811652 CPUtime=26.16
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 106961 0 1 0 2560 56 0 0 18 0 12 0 23641273 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 202913 102735 1435 9 0 200240 0
[pid=24869/tid=24871] ppid=24867 vsize=811652 CPUtime=16.62
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 8169 0 -1 64 17412 0 1 0 1649 13 0 0 25 0 12 0 23641275 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=811652 CPUtime=3.92
/proc/24869/task/24872/stat : 24872 (java) R 24867 24869 8169 0 -1 64 38785 0 0 0 376 16 0 0 16 0 12 0 23641276 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=811652 CPUtime=4.32
/proc/24869/task/24873/stat : 24873 (java) R 24867 24869 8169 0 -1 64 45213 0 0 0 410 22 0 0 16 0 12 0 23641276 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=811652 CPUtime=0.01
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 8169 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 23641278 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23641279 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23641279 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=811652 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23641284 831131648 102735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=811652 CPUtime=0

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


[startup+147.103 s]
/proc/loadavg: 2.24 2.77 2.48 3/94 24881
/proc/meminfo: memFree=609056/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=812936 CPUtime=148.04
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 272435 0 1 0 14662 142 0 0 18 0 12 0 23641273 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 203234 172725 1437 9 0 200561 0
[pid=24869/tid=24871] ppid=24867 vsize=812936 CPUtime=34.97
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 8169 0 -1 64 17479 0 1 0 3484 13 0 0 17 0 12 0 23641275 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=812936 CPUtime=9.34
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 79475 0 0 0 899 35 0 0 16 0 12 0 23641276 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=812936 CPUtime=9.38
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 71637 0 0 0 906 32 0 0 15 0 12 0 23641276 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=812936 CPUtime=93.03
/proc/24869/task/24874/stat : 24874 (java) R 24867 24869 8169 0 -1 64 98305 0 0 0 9246 57 0 0 25 0 12 0 23641278 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23641279 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23641279 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=812936 CPUtime=1.26
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4785 0 0 0 124 2 0 0 16 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 148.04
Current children cumulated vsize (KiB) 812936

[startup+150.302 s]
/proc/loadavg: 2.22 2.76 2.48 3/94 24881
/proc/meminfo: memFree=609056/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=812936 CPUtime=151.21
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 272438 0 1 0 14979 142 0 0 18 0 12 0 23641273 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 203234 172725 1436 9 0 200561 0
[pid=24869/tid=24871] ppid=24867 vsize=812936 CPUtime=34.99
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 8169 0 -1 64 17482 0 1 0 3486 13 0 0 17 0 12 0 23641275 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=812936 CPUtime=9.34
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 79475 0 0 0 899 35 0 0 16 0 12 0 23641276 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=812936 CPUtime=9.38
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 71637 0 0 0 906 32 0 0 15 0 12 0 23641276 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=812936 CPUtime=96.18
/proc/24869/task/24874/stat : 24874 (java) R 24867 24869 8169 0 -1 64 98305 0 0 0 9561 57 0 0 25 0 12 0 23641278 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23641279 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23641279 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=812936 CPUtime=1.26
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4785 0 0 0 124 2 0 0 16 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=812936 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23641284 832446464 172725 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.21
Current children cumulated vsize (KiB) 812936

[startup+151.902 s]
/proc/loadavg: 2.22 2.76 2.48 3/95 24882
/proc/meminfo: memFree=589976/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=813260 CPUtime=152.79
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 272446 0 1 0 15137 142 0 0 18 0 13 0 23641273 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 203315 172732 1436 9 0 200642 0
[pid=24869/tid=24871] ppid=24867 vsize=813260 CPUtime=34.99
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 8169 0 -1 64 17485 0 1 0 3486 13 0 0 18 0 13 0 23641275 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=813260 CPUtime=9.34
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 79475 0 0 0 899 35 0 0 16 0 13 0 23641276 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=813260 CPUtime=9.38
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 71637 0 0 0 906 32 0 0 15 0 13 0 23641276 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=813260 CPUtime=97.76
/proc/24869/task/24874/stat : 24874 (java) R 24867 24869 8169 0 -1 64 98305 0 0 0 9719 57 0 0 25 0 13 0 23641278 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23641279 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23641279 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=813260 CPUtime=1.26
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4785 0 0 0 124 2 0 0 16 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24882] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 8169 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23656328 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.79
Current children cumulated vsize (KiB) 813260

[startup+152.702 s]
/proc/loadavg: 2.22 2.76 2.48 3/95 24882
/proc/meminfo: memFree=589976/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=813260 CPUtime=153.58
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 272446 0 1 0 15216 142 0 0 18 0 13 0 23641273 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 203315 172732 1436 9 0 200642 0
[pid=24869/tid=24871] ppid=24867 vsize=813260 CPUtime=34.99
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 8169 0 -1 64 17485 0 1 0 3486 13 0 0 18 0 13 0 23641275 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=813260 CPUtime=9.34
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 79475 0 0 0 899 35 0 0 16 0 13 0 23641276 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=813260 CPUtime=9.38
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 71637 0 0 0 906 32 0 0 15 0 13 0 23641276 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=813260 CPUtime=98.56
/proc/24869/task/24874/stat : 24874 (java) R 24867 24869 8169 0 -1 64 98305 0 0 0 9799 57 0 0 25 0 13 0 23641278 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23641279 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23641279 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=813260 CPUtime=1.26
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4785 0 0 0 124 2 0 0 16 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24882] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 8169 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23656328 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.58
Current children cumulated vsize (KiB) 813260

[startup+153.503 s]
/proc/loadavg: 2.22 2.76 2.48 3/95 24882
/proc/meminfo: memFree=580248/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=813260 CPUtime=154.37
/proc/24869/stat : 24869 (java) S 24867 24869 8169 0 -1 0 272446 0 1 0 15295 142 0 0 18 0 13 0 23641273 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 203315 172732 1436 9 0 200642 0
[pid=24869/tid=24871] ppid=24867 vsize=813260 CPUtime=34.99
/proc/24869/task/24871/stat : 24871 (java) S 24867 24869 8169 0 -1 64 17485 0 1 0 3486 13 0 0 18 0 13 0 23641275 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24872] ppid=24867 vsize=813260 CPUtime=9.34
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 8169 0 -1 64 79475 0 0 0 899 35 0 0 16 0 13 0 23641276 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24873] ppid=24867 vsize=813260 CPUtime=9.38
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 8169 0 -1 64 71637 0 0 0 906 32 0 0 15 0 13 0 23641276 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24874] ppid=24867 vsize=813260 CPUtime=99.35
/proc/24869/task/24874/stat : 24874 (java) R 24867 24869 8169 0 -1 64 98305 0 0 0 9878 57 0 0 25 0 13 0 23641278 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24875] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 8169 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 23641279 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24876] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 8169 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23641279 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24877] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 8169 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24878] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 8169 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24879] ppid=24867 vsize=813260 CPUtime=1.26
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 8169 0 -1 64 4785 0 0 0 124 2 0 0 16 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24880] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24881] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 8169 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23641284 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24869/tid=24882] ppid=24867 vsize=813260 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 8169 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 23656328 832778240 172732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.37
Current children cumulated vsize (KiB) 813260

[startup+153.903 s]
/proc/loadavg: 2.12 2.73 2.47 3/84 24882
/proc/meminfo: memFree=1100440/2055920 swapFree=4192812/4192956
[pid=24869] ppid=24867 vsize=0 CPUtime=154.75
/proc/24869/stat : 24869 (java) Z 24867 24869 8169 0 -1 12 272457 0 1 0 15325 150 0 0 16 0 2 0 23641273 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24869/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 154.75
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 153.934
CPU time (s): 154.781
CPU user time (s): 153.251
CPU system time (s): 1.53077
CPU usage (%): 100.551
Max. virtual memory (cumulated for all children) (KiB): 908944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.251
system time used= 1.53077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272457
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= 5058
involuntary context switches= 8896

runsolver used 0.201969 second user time and 0.557915 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 04:28:57
IDJOB=2077752
IDBENCH=56657
IDSOLVER=731
FILE ID=node3/2077752-1247365737
PBS_JOBID= 9507109
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= 2c0f685b6dffd0b21e9d6ad0f83ab81d
RANDOM SEED=1613023881

node3.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.259
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.259
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:       1320904 kB
Buffers:         45956 kB
Cached:         224412 kB
SwapCached:          0 kB
Active:         581328 kB
Inactive:        90080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:         422380 kB
Slab:            47996 kB
Committed_AS:   648744 kB
PageTables:       2696 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= 66336 MiB
End job on node3 at 2009-07-12 04:31:31