Trace number 1062676

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? 385.758 386.836

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-p0548.xml
MD5SUMd7ab9a6483ddfeefb09fd001ed790d68
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.150976
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of constraints156
Maximum constraint arity134
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension156
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.29/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.29/0.30	c See www.sat4j.org for details.
0.29/0.30	c That software uses the Rhino library from the Mozilla project.
0.29/0.35	c version 9.9.9.token
0.29/0.35	c sun.arch.data.model	32
0.29/0.35	c java.version	1.6.0_06
0.29/0.35	c os.name	Linux
0.29/0.35	c os.version	2.6.9-22.EL.rootsmp
0.29/0.35	c os.arch	i386
0.29/0.35	c Free memory 669864272
0.29/0.35	c Max memory 672137216
0.29/0.35	c Total memory 672137216
0.29/0.35	c Number of processors 2
0.39/0.40	c c --- Begin Solver configuration ---
0.39/0.40	c Stops conflict analysis at the first Unique Implication Point
0.39/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.39/0.40	c Learn all clauses as in MiniSAT
0.39/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.39/0.40	c Expensive reason simplification
0.39/0.40	c MiniSAT restarts strategy
0.39/0.40	c timeout=2147483s
0.39/0.40	c DB Simplification allowed=false
0.39/0.40	c --- End Solver configuration ---
0.39/0.40	c solving HOME/instance-1062676-1215135829.xml
0.39/0.40	c reading problem ... 
0.58/0.68	c reading problem named null
0.58/0.68	c reading domains done.
0.58/0.68	c reading variables done.
0.78/0.84	c reading predicates  done.
1.17/1.20	c reading constraints
385.57/386.68	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
385.57/386.68		at org.mozilla.javascript.gen.c15._c0(rhino.log:1)
385.57/386.68		at org.mozilla.javascript.gen.c15.call(rhino.log)
385.57/386.68		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
385.57/386.68		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
385.57/386.68		at org.mozilla.javascript.gen.c15.call(rhino.log)
385.57/386.68		at org.mozilla.javascript.gen.c15.exec(rhino.log)
385.57/386.68		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:129)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.find(Predicate.java:139)
385.57/386.68		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
385.57/386.68	c starts		: 0
385.57/386.68	c conflicts		: 0
385.57/386.68	c decisions		: 0
385.57/386.68	c propagations		: 0
385.57/386.68	c inspects		: 0
385.57/386.68	c learnt literals	: 0
385.57/386.68	c learnt binary clauses	: 0
385.57/386.68	c learnt ternary clauses	: 0
385.57/386.68	c learnt clauses	: 0
385.57/386.68	c ignored clauses	: 0
385.57/386.68	c root simplifications	: 0
385.57/386.68	c removed literals (reason simplification)	: 0
385.57/386.68	c reason swapping (by a shorter reason)	: 0
385.57/386.68	c Calls to reduceDB	: 0
385.57/386.69	c speed (assignments/second)	: 0.0
385.57/386.69	c non guided choices	0
385.57/386.69	s UNKNOWN
385.57/386.69	c Total wall clock time (in seconds) : 386.285

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-1062676-1215135829/watcher-1062676-1215135829 -o /tmp/evaluation-result-1062676-1215135829/solver-1062676-1215135829 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1062676-1215135829.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.88 1.97 1.99 4/81 7382
/proc/meminfo: memFree=859704/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=18572 CPUtime=0
/proc/7382/stat : 7382 (runsolver) R 7380 7382 5769 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1543257899 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7382/statm: 4643 292 257 25 0 2626 0

[startup+0.0909179 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 7382
/proc/meminfo: memFree=859704/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=803076 CPUtime=0.07
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 2904 0 1 0 5 2 0 0 18 0 9 0 1543257899 822349824 2638 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 200769 2638 1025 9 0 198152 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803076

[startup+0.101921 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 7382
/proc/meminfo: memFree=859704/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=804612 CPUtime=0.08
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 3003 0 1 0 6 2 0 0 18 0 12 0 1543257899 823922688 2736 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 201153 2736 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301945 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 7382
/proc/meminfo: memFree=859704/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=808276 CPUtime=0.29
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 4980 0 1 0 25 4 0 0 18 0 12 0 1543257899 827674624 4307 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 202069 4307 1306 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.701978 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 7382
/proc/meminfo: memFree=859704/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=808304 CPUtime=0.68
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 6349 0 1 0 63 5 0 0 18 0 12 0 1543257899 827703296 5477 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 202076 5477 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50106 s]
/proc/loadavg: 1.89 1.97 1.99 3/93 7394
/proc/meminfo: memFree=839768/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=808304 CPUtime=1.47
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 7633 0 1 0 141 6 0 0 18 0 12 0 1543257899 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 202076 6719 1356 9 0 199438 0
[pid=7382/tid=7384] ppid=7380 vsize=808304 CPUtime=0.88
/proc/7382/task/7384/stat : 7384 (java) R 7380 7382 5769 0 -1 64 5031 0 1 0 84 4 0 0 24 0 12 0 1543257901 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7385] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1543257902 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7386] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1543257902 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7387] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7387/stat : 7387 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1543257904 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7388] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1543257904 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7389] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1543257904 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=808304 CPUtime=0.17
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 420 0 0 0 17 0 0 0 16 0 12 0 1543257908 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=808304 CPUtime=0.38
/proc/7382/task/7392/stat : 7392 (java) R 7380 7382 5769 0 -1 64 1416 0 0 0 38 0 0 0 16 0 12 0 1543257909 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 103223408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=808304 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 827703296 6719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808304

[startup+3.10222 s]
/proc/loadavg: 1.89 1.97 1.99 4/93 7394
/proc/meminfo: memFree=830360/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=815844 CPUtime=3.05
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 15514 0 1 0 296 9 0 0 18 0 12 0 1543257899 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 203961 12153 1383 9 0 201323 0
[pid=7382/tid=7384] ppid=7380 vsize=815844 CPUtime=1.47
/proc/7382/task/7384/stat : 7384 (java) R 7380 7382 5769 0 -1 64 8586 0 1 0 141 6 0 0 25 0 12 0 1543257901 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7385] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1543257902 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7386] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1543257902 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7387] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7387/stat : 7387 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1543257904 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7388] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1543257904 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7389] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1543257904 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=815844 CPUtime=0.47
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 934 0 0 0 47 0 0 0 16 0 12 0 1543257908 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=815844 CPUtime=1.09
/proc/7382/task/7392/stat : 7392 (java) R 7380 7382 5769 0 -1 64 5228 0 0 0 107 2 0 0 17 0 12 0 1543257909 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 106214410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 835424256 12153 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=815844 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 835424256 12153 996147200 134512640 134550740 4294956032 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) 815844

[startup+6.30254 s]
/proc/loadavg: 1.89 1.97 1.99 5/93 7394
/proc/meminfo: memFree=774040/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=820612 CPUtime=6.22
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 29997 0 1 0 606 16 0 0 18 0 12 0 1543257899 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 205153 22715 1389 9 0 202515 0
[pid=7382/tid=7384] ppid=7380 vsize=820612 CPUtime=2.92
/proc/7382/task/7384/stat : 7384 (java) R 7380 7382 5769 0 -1 64 17288 0 1 0 281 11 0 0 25 0 12 0 1543257901 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7385] ppid=7380 vsize=820612 CPUtime=0.01
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 401 0 0 0 1 0 0 0 17 0 12 0 1543257902 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7386] ppid=7380 vsize=820612 CPUtime=0
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 235 0 0 0 0 0 0 0 17 0 12 0 1543257902 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7387] ppid=7380 vsize=820612 CPUtime=0
/proc/7382/task/7387/stat : 7387 (java) S 7380 7382 5769 0 -1 64 31 0 0 0 0 0 0 0 17 0 12 0 1543257904 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7388] ppid=7380 vsize=820612 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7389] ppid=7380 vsize=820612 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=820612 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=820612 CPUtime=1.3
/proc/7382/task/7391/stat : 7391 (java) R 7380 7382 5769 0 -1 64 3225 0 0 0 129 1 0 0 18 0 12 0 1543257908 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 102082672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=820612 CPUtime=1.95
/proc/7382/task/7392/stat : 7392 (java) S 7380 7382 5769 0 -1 64 8054 0 0 0 192 3 0 0 16 0 12 0 1543257909 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=820612 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=820612 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 840306688 22715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 820612

[startup+12.7022 s]
/proc/loadavg: 1.91 1.97 1.99 3/93 7394
/proc/meminfo: memFree=754136/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=818676 CPUtime=12.56
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 38860 0 1 0 1236 20 0 0 18 0 12 0 1543257899 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 204669 28270 1389 9 0 202031 0
[pid=7382/tid=7384] ppid=7380 vsize=818676 CPUtime=8
/proc/7382/task/7384/stat : 7384 (java) R 7380 7382 5769 0 -1 64 17299 0 1 0 789 11 0 0 25 0 12 0 1543257901 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4109648576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7385] ppid=7380 vsize=818676 CPUtime=0.14
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 2245 0 0 0 14 0 0 0 16 0 12 0 1543257902 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7386] ppid=7380 vsize=818676 CPUtime=0.17
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 4052 0 0 0 16 1 0 0 16 0 12 0 1543257902 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7387] ppid=7380 vsize=818676 CPUtime=0.01
/proc/7382/task/7387/stat : 7387 (java) S 7380 7382 5769 0 -1 64 165 0 0 0 1 0 0 0 16 0 12 0 1543257904 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7388] ppid=7380 vsize=818676 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7389] ppid=7380 vsize=818676 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=818676 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=818676 CPUtime=1.59
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 4425 0 0 0 158 1 0 0 16 0 12 0 1543257908 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=818676 CPUtime=2.6
/proc/7382/task/7392/stat : 7392 (java) S 7380 7382 5769 0 -1 64 9911 0 0 0 256 4 0 0 16 0 12 0 1543257909 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=818676 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=818676 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 838324224 28270 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 818676

[startup+25.5014 s]
/proc/loadavg: 1.92 1.97 1.99 3/93 7394
/proc/meminfo: memFree=727064/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=822256 CPUtime=25.24
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 48833 0 1 0 2499 25 0 0 18 0 12 0 1543257899 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 205564 34346 1389 9 0 202926 0
[pid=7382/tid=7384] ppid=7380 vsize=822256 CPUtime=18.81
/proc/7382/task/7384/stat : 7384 (java) R 7380 7382 5769 0 -1 64 17321 0 1 0 1870 11 0 0 25 0 12 0 1543257901 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4109803243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7385] ppid=7380 vsize=822256 CPUtime=0.26
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 4605 0 0 0 24 2 0 0 16 0 12 0 1543257902 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7386] ppid=7380 vsize=822256 CPUtime=0.3
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 6792 0 0 0 27 3 0 0 16 0 12 0 1543257902 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7387] ppid=7380 vsize=822256 CPUtime=0.01
/proc/7382/task/7387/stat : 7387 (java) S 7380 7382 5769 0 -1 64 165 0 0 0 1 0 0 0 16 0 12 0 1543257904 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7388] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7389] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 841990144 34346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=7382/tid=7393] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 376.52
Current children cumulated vsize (KiB) 837936

[startup+380.703 s]
/proc/loadavg: 2.16 2.15 2.06 3/93 7394
/proc/meminfo: memFree=145432/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=837936 CPUtime=379.7
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 643382 0 1 0 37692 278 0 0 18 0 12 0 1543257899 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 209484 179359 1392 9 0 206846 0
[pid=7382/tid=7384] ppid=7380 vsize=837936 CPUtime=206.55
/proc/7382/task/7384/stat : 7384 (java) S 7380 7382 5769 0 -1 64 17590 0 1 0 20643 12 0 0 17 0 12 0 1543257901 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7385] ppid=7380 vsize=837936 CPUtime=10.96
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 80252 0 0 0 1063 33 0 0 16 0 12 0 1543257902 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7386] ppid=7380 vsize=837936 CPUtime=10.01
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 76306 0 0 0 967 34 0 0 15 0 12 0 1543257902 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7387] ppid=7380 vsize=837936 CPUtime=146.31
/proc/7382/task/7387/stat : 7387 (java) R 7380 7382 5769 0 -1 64 449284 0 0 0 14444 187 0 0 25 0 12 0 1543257904 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 106122394 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7388] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7389] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=837936 CPUtime=2.5
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 7588 0 0 0 248 2 0 0 16 0 12 0 1543257908 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=837936 CPUtime=3.31
/proc/7382/task/7392/stat : 7392 (java) S 7380 7382 5769 0 -1 64 11599 0 0 0 326 5 0 0 16 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 379.7
Current children cumulated vsize (KiB) 837936

[startup+383.907 s]
/proc/loadavg: 2.15 2.15 2.05 3/93 7394
/proc/meminfo: memFree=145432/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=837936 CPUtime=382.88
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 650386 0 1 0 38007 281 0 0 18 0 12 0 1543257899 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 209484 179359 1392 9 0 206846 0
[pid=7382/tid=7384] ppid=7380 vsize=837936 CPUtime=206.65
/proc/7382/task/7384/stat : 7384 (java) S 7380 7382 5769 0 -1 64 17591 0 1 0 20653 12 0 0 17 0 12 0 1543257901 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7385] ppid=7380 vsize=837936 CPUtime=10.96
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 80252 0 0 0 1063 33 0 0 16 0 12 0 1543257902 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7386] ppid=7380 vsize=837936 CPUtime=10.01
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 76306 0 0 0 967 34 0 0 15 0 12 0 1543257902 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7387] ppid=7380 vsize=837936 CPUtime=149.39
/proc/7382/task/7387/stat : 7387 (java) R 7380 7382 5769 0 -1 64 456287 0 0 0 14748 191 0 0 25 0 12 0 1543257904 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7388] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7389] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=837936 CPUtime=2.5
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 7588 0 0 0 248 2 0 0 16 0 12 0 1543257908 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=837936 CPUtime=3.31
/proc/7382/task/7392/stat : 7392 (java) S 7380 7382 5769 0 -1 64 11599 0 0 0 326 5 0 0 16 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 858046464 179359 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 382.88
Current children cumulated vsize (KiB) 837936

[startup+385.501 s]
/proc/loadavg: 2.15 2.15 2.05 3/93 7394
/proc/meminfo: memFree=145432/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=837936 CPUtime=384.47
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 657392 0 1 0 38163 284 0 0 18 0 12 0 1543257899 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 209484 179360 1393 9 0 206846 0
[pid=7382/tid=7384] ppid=7380 vsize=837936 CPUtime=206.71
/proc/7382/task/7384/stat : 7384 (java) S 7380 7382 5769 0 -1 64 17594 0 1 0 20659 12 0 0 17 0 12 0 1543257901 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7385] ppid=7380 vsize=837936 CPUtime=10.96
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 80252 0 0 0 1063 33 0 0 16 0 12 0 1543257902 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7386] ppid=7380 vsize=837936 CPUtime=10.01
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 76306 0 0 0 967 34 0 0 15 0 12 0 1543257902 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7387] ppid=7380 vsize=837936 CPUtime=150.91
/proc/7382/task/7387/stat : 7387 (java) R 7380 7382 5769 0 -1 64 463290 0 0 0 14898 193 0 0 25 0 12 0 1543257904 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7388] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7389] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=837936 CPUtime=2.5
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 7588 0 0 0 248 2 0 0 16 0 12 0 1543257908 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=837936 CPUtime=3.31
/proc/7382/task/7392/stat : 7392 (java) S 7380 7382 5769 0 -1 64 11599 0 0 0 326 5 0 0 16 0 12 0 1543257909 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 384.47
Current children cumulated vsize (KiB) 837936

[startup+386.301 s]
/proc/loadavg: 2.14 2.14 2.05 5/93 7394
/proc/meminfo: memFree=145432/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=837936 CPUtime=385.27
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 657392 0 1 0 38243 284 0 0 18 0 12 0 1543257899 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 209484 179360 1393 9 0 206846 0
[pid=7382/tid=7384] ppid=7380 vsize=837936 CPUtime=206.71
/proc/7382/task/7384/stat : 7384 (java) S 7380 7382 5769 0 -1 64 17594 0 1 0 20659 12 0 0 17 0 12 0 1543257901 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7385] ppid=7380 vsize=837936 CPUtime=10.96
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 80252 0 0 0 1063 33 0 0 16 0 12 0 1543257902 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7386] ppid=7380 vsize=837936 CPUtime=10.01
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 76306 0 0 0 967 34 0 0 15 0 12 0 1543257902 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7387] ppid=7380 vsize=837936 CPUtime=151.71
/proc/7382/task/7387/stat : 7387 (java) R 7380 7382 5769 0 -1 64 463290 0 0 0 14978 193 0 0 25 0 12 0 1543257904 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7388] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7389] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7390] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=837936 CPUtime=2.5
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 7588 0 0 0 248 2 0 0 16 0 12 0 1543257908 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=837936 CPUtime=3.31
/proc/7382/task/7392/stat : 7392 (java) S 7380 7382 5769 0 -1 64 11599 0 0 0 326 5 0 0 16 0 12 0 1543257909 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=837936 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 858046464 179360 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 385.27
Current children cumulated vsize (KiB) 837936

[startup+386.702 s]
/proc/loadavg: 2.14 2.14 2.05 5/93 7394
/proc/meminfo: memFree=145432/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=822256 CPUtime=385.65
/proc/7382/stat : 7382 (java) S 7380 7382 5769 0 -1 0 657402 0 1 0 38281 284 0 0 18 0 12 0 1543257899 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7382/statm: 205564 175368 1394 9 0 202926 0
[pid=7382/tid=7384] ppid=7380 vsize=822256 CPUtime=206.71
/proc/7382/task/7384/stat : 7384 (java) S 7380 7382 5769 0 -1 64 17598 0 1 0 20659 12 0 0 17 0 12 0 1543257901 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7385] ppid=7380 vsize=822256 CPUtime=10.96
/proc/7382/task/7385/stat : 7385 (java) S 7380 7382 5769 0 -1 64 80252 0 0 0 1063 33 0 0 16 0 12 0 1543257902 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7386] ppid=7380 vsize=822256 CPUtime=10.01
/proc/7382/task/7386/stat : 7386 (java) S 7380 7382 5769 0 -1 64 76306 0 0 0 967 34 0 0 15 0 12 0 1543257902 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7387] ppid=7380 vsize=822256 CPUtime=152.09
/proc/7382/task/7387/stat : 7387 (java) S 7380 7382 5769 0 -1 64 463290 0 0 0 15016 193 0 0 25 0 12 0 1543257904 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7388] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7388/stat : 7388 (java) S 7380 7382 5769 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543257904 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7389] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7389/stat : 7389 (java) S 7380 7382 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543257904 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7382/tid=7390] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7390/stat : 7390 (java) S 7380 7382 5769 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1543257908 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7391] ppid=7380 vsize=822256 CPUtime=2.5
/proc/7382/task/7391/stat : 7391 (java) S 7380 7382 5769 0 -1 64 7588 0 0 0 248 2 0 0 16 0 12 0 1543257908 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7392] ppid=7380 vsize=822256 CPUtime=3.31
/proc/7382/task/7392/stat : 7392 (java) S 7380 7382 5769 0 -1 64 11599 0 0 0 326 5 0 0 16 0 12 0 1543257909 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7393] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7393/stat : 7393 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1543257909 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7382/tid=7394] ppid=7380 vsize=822256 CPUtime=0
/proc/7382/task/7394/stat : 7394 (java) S 7380 7382 5769 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1543257909 841990144 175368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 385.65
Current children cumulated vsize (KiB) 822256

[startup+386.801 s]
/proc/loadavg: 2.14 2.14 2.05 5/93 7394
/proc/meminfo: memFree=145432/2055920 swapFree=4122684/4192956
[pid=7382] ppid=7380 vsize=0 CPUtime=385.72
/proc/7382/stat : 7382 (java) Z 7380 7382 5769 0 -1 12 657405 0 1 0 38281 291 0 0 16 0 2 0 1543257899 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7382/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 385.72
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 386.836
CPU time (s): 385.758
CPU user time (s): 382.812
CPU system time (s): 2.94655
CPU usage (%): 99.7215
Max. virtual memory (cumulated for all children) (KiB): 845940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.812
system time used= 2.94655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 657405
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= 11572
involuntary context switches= 13748

runsolver used 0.517921 second user time and 1.2898 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 03:43:49
IDJOB=1062676
IDBENCH=54662
IDSOLVER=344
FILE ID=node12/1062676-1215135829
PBS_JOBID= 7877257
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d7ab9a6483ddfeefb09fd001ed790d68
RANDOM SEED=1504758423

node12.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:        860184 kB
Buffers:         54220 kB
Cached:         279620 kB
SwapCached:      64368 kB
Active:         963856 kB
Inactive:       165660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        860184 kB
SwapTotal:     4192956 kB
SwapFree:      4122684 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:         811916 kB
Slab:            49768 kB
Committed_AS:  3574424 kB
PageTables:       3516 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= 66540 MiB
End job on node12 at 2008-07-04 03:50:15