Trace number 2087146

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? (TO) 1800.36 1812.33

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-5.xml
MD5SUM7190ed6731aa72fd4a74df29ac13f8df
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1486.86
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.09/0.19	c c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.19	c Expensive reason simplification
0.09/0.19	c MiniSAT restarts strategy
0.09/0.19	c Memory based learned constraints deletion strategy
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-2087146-1247385433.xml
0.09/0.19	c reading problem ... 
0.38/0.34	c reading problem named null
0.38/0.34	c reading domains done.
0.38/0.35	c reading variables done.
0.38/0.36	c reading relations done.
16.43/15.92	c reading constraints
22.46/21.78	c done with constraints.
22.46/21.79	c ... done. Wall clock time 21.596s.
22.46/21.79	c #vars     125
22.46/21.79	c #constraints  2185940
22.46/21.79	c constraints type 
22.46/21.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2185915
22.46/21.79	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.01/1812.11	c starts		: 20
1800.01/1812.11	c conflicts		: 527801
1800.01/1812.11	c decisions		: 673034
1800.01/1812.11	c propagations		: 8356613
1800.01/1812.11	c inspects		: 7151653037
1800.01/1812.11	c learnt literals	: 0
1800.01/1812.11	c learnt binary clauses	: 0
1800.01/1812.11	c learnt ternary clauses	: 0
1800.01/1812.11	c learnt clauses	: 527801
1800.01/1812.11	c ignored clauses	: 0
1800.01/1812.11	c root simplifications	: 0
1800.01/1812.11	c removed literals (reason simplification)	: 975789
1800.01/1812.11	c reason swapping (by a shorter reason)	: 0
1800.01/1812.11	c Calls to reduceDB	: 0
1800.01/1812.11	c speed (assignments/second)	: 4667.656618386738
1800.01/1812.11	c non guided choices	56
1800.21/1812.22	c learnt constraints type 
1800.21/1812.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 527823
1800.21/1812.22	c constraints type 
1800.21/1812.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2185915
1800.21/1812.22	c org.sat4j.minisat.constraints.card.AtLeast => 25
1800.21/1812.22	s UNKNOWN
1800.21/1812.22	c Total wall clock time (in seconds) : 1811.92

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-2087146-1247385433/watcher-2087146-1247385433 -o /tmp/evaluation-result-2087146-1247385433/solver-2087146-1247385433 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087146-1247385433.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: 2.41 2.10 2.03 3/70 28224
/proc/meminfo: memFree=1828776/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=152 CPUtime=0
/proc/28224/stat : 28224 (java) R 28222 28224 26026 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 25609694 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/28224/statm: 38 26 19 9 0 4 0

[startup+0.0222559 s]
/proc/loadavg: 2.41 2.10 2.03 3/70 28224
/proc/meminfo: memFree=1828776/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=798740 CPUtime=0.01
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 1799 0 1 0 0 1 0 0 18 0 4 0 25609694 817909760 1548 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 199685 1547 496 9 0 197437 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798740

[startup+0.101261 s]
/proc/loadavg: 2.41 2.10 2.03 3/70 28224
/proc/meminfo: memFree=1828776/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=804560 CPUtime=0.09
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 3068 0 1 0 7 2 0 0 18 0 12 0 25609694 823869440 2811 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 201140 2811 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301295 s]
/proc/loadavg: 2.41 2.10 2.03 3/70 28224
/proc/meminfo: memFree=1828776/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=809108 CPUtime=0.38
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 5247 0 1 0 34 4 0 0 18 0 12 0 25609694 828526592 4810 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 202277 4810 1385 9 0 199604 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 809108

[startup+0.701357 s]
/proc/loadavg: 2.41 2.10 2.03 3/70 28224
/proc/meminfo: memFree=1828776/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=808908 CPUtime=0.96
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 9116 0 1 0 90 6 0 0 18 0 12 0 25609694 828321792 8462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 202227 8462 1391 9 0 199554 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 808908

[startup+1.50248 s]
/proc/loadavg: 2.41 2.10 2.03 2/79 28253
/proc/meminfo: memFree=1827744/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=809824 CPUtime=2.04
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 20913 0 1 0 193 11 0 0 18 0 12 0 25609694 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 202456 20043 1418 9 0 199783 0
[pid=28224/tid=28226] ppid=28222 vsize=809824 CPUtime=1.13
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 16916 0 1 0 104 9 0 0 22 0 12 0 25609695 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4109645989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=809824 CPUtime=0.01
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 386 0 0 0 1 0 0 0 17 0 12 0 25609696 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 854 0 0 0 0 0 0 0 17 0 12 0 25609696 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28229] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 25609697 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25609698 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25609698 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25609702 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=809824 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 12 0 25609702 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=809824 CPUtime=0.43
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 1012 0 0 0 43 0 0 0 16 0 12 0 25609702 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28235] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25609702 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25609702 829259776 20043 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 809824

[startup+3.10171 s]
/proc/loadavg: 2.41 2.10 2.03 3/81 28257
/proc/meminfo: memFree=1752848/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=809824 CPUtime=3.65
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 27107 0 1 0 352 13 0 0 18 0 12 0 25609694 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 202456 26224 1418 9 0 199783 0
[pid=28224/tid=28226] ppid=28222 vsize=809824 CPUtime=2.51
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 16950 0 1 0 242 9 0 0 25 0 12 0 25609695 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4109671109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=809824 CPUtime=0.11
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 3783 0 0 0 10 1 0 0 16 0 12 0 25609696 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=809824 CPUtime=0.11
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 3613 0 0 0 11 0 0 0 16 0 12 0 25609696 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28229] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 25609697 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25609698 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25609698 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25609702 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=809824 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 12 0 25609702 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=809824 CPUtime=0.43
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 1012 0 0 0 43 0 0 0 16 0 12 0 25609702 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28235] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25609702 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=809824 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25609702 829259776 26224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 809824

[startup+6.30217 s]
/proc/loadavg: 2.61 2.15 2.05 3/93 28275
/proc/meminfo: memFree=1686128/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=809956 CPUtime=6.84
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 32880 0 1 0 665 19 0 0 18 0 12 0 25609694 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 202489 31984 1421 9 0 199816 0
[pid=28224/tid=28226] ppid=28222 vsize=809956 CPUtime=5.25
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 16966 0 1 0 513 12 0 0 25 0 12 0 25609695 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4109612890 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=809956 CPUtime=0.33
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 6765 0 0 0 30 3 0 0 16 0 12 0 25609696 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=809956 CPUtime=0.33
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 6388 0 0 0 31 2 0 0 16 0 12 0 25609696 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28229] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 25609697 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25609698 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25609698 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25609702 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=809956 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 12 0 25609702 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=809956 CPUtime=0.43
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 1012 0 0 0 43 0 0 0 17 0 12 0 25609702 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28235] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25609702 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25609702 829394944 31984 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 809956

[startup+12.7021 s]
/proc/loadavg: 2.73 2.18 2.06 5/93 28275
/proc/meminfo: memFree=1591160/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=809956 CPUtime=13.23
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 43104 0 1 0 1299 24 0 0 18 0 12 0 25609694 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 202489 42186 1421 9 0 199816 0
[pid=28224/tid=28226] ppid=28222 vsize=809956 CPUtime=10.87
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 16989 0 1 0 1074 13 0 0 25 0 12 0 25609695 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4109670434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=809956 CPUtime=0.73
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 13697 0 0 0 68 5 0 0 16 0 12 0 25609696 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=809956 CPUtime=0.7
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 9657 0 0 0 67 3 0 0 16 0 12 0 25609696 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28229] ppid=28222 vsize=809956 CPUtime=0.01
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 25609697 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 25609698 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 25609698 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 25609702 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=809956 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 12 0 25609702 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=809956 CPUtime=0.43
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 1012 0 0 0 43 0 0 0 17 0 12 0 25609702 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28235] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 25609702 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=809956 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 25609702 829394944 42186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 809956

[startup+25.503 s]
/proc/loadavg: 2.63 2.19 2.06 3/94 28278
/proc/meminfo: memFree=1280296/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=813500 CPUtime=26.26
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 100500 0 1 0 2576 50 0 0 18 0 13 0 25609694 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 203375 98189 1439 9 0 200702 0
[pid=28224/tid=28226] ppid=28222 vsize=813500 CPUtime=19.33
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 17036 0 1 0 1919 14 0 0 25 0 13 0 25609695 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4109757738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=813500 CPUtime=2.76
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 44913 0 0 0 258 18 0 0 16 0 13 0 25609696 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28228] ppid=28222 vsize=813500 CPUtime=2.56
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 34725 0 0 0 243 13 0 0 17 0 13 0 25609696 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28229] ppid=28222 vsize=813500 CPUtime=0.01
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 1 0 0 0 17 0 13 0 25609697 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=813500 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25609698 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=813500 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25609698 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=813500 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25609702 833024000 98189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=813500 CPUtime=0.44

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

[pid=28224/tid=28229] ppid=28222 vsize=813464 CPUtime=0.01
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 1 0 0 0 16 0 13 0 25609697 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=813464 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=813464 CPUtime=1.58
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 2110 0 0 0 158 0 0 0 16 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28277] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28277/stat : 28277 (java) S 28222 28224 26026 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25611875 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.79
Current children cumulated vsize (KiB) 813464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 28284
/proc/meminfo: memFree=1184176/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=813464 CPUtime=1710.5
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 124208 0 1 0 170991 59 0 0 18 0 13 0 25609694 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 203366 121751 1445 9 0 200693 0
[pid=28224/tid=28226] ppid=28222 vsize=813464 CPUtime=1701.76
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 17048 0 1 0 170162 14 0 0 25 0 13 0 25609695 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4109757738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=813464 CPUtime=3.44
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 58264 0 0 0 320 24 0 0 17 0 13 0 25609696 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28228] ppid=28222 vsize=813464 CPUtime=3.21
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 45032 0 0 0 304 17 0 0 17 0 13 0 25609696 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=813464 CPUtime=0.01
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 1 0 0 0 16 0 13 0 25609697 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=813464 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=813464 CPUtime=1.58
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 2110 0 0 0 158 0 0 0 16 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25609702 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28277] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28277/stat : 28277 (java) S 28222 28224 26026 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25611875 832987136 121751 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.5
Current children cumulated vsize (KiB) 813464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 28284
/proc/meminfo: memFree=1159536/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=813464 CPUtime=1770.35
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 130445 0 1 0 176973 62 0 0 18 0 13 0 25609694 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 203366 127865 1445 9 0 200693 0
[pid=28224/tid=28226] ppid=28222 vsize=813464 CPUtime=1761.18
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 17049 0 1 0 176104 14 0 0 25 0 13 0 25609695 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4109757738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=813464 CPUtime=3.66
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 61997 0 0 0 341 25 0 0 17 0 13 0 25609696 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28228] ppid=28222 vsize=813464 CPUtime=3.43
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 47535 0 0 0 324 19 0 0 17 0 13 0 25609696 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=813464 CPUtime=0.01
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 1 0 0 0 16 0 13 0 25609697 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=813464 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=813464 CPUtime=1.58
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 2110 0 0 0 158 0 0 0 16 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28277] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28277/stat : 28277 (java) S 28222 28224 26026 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25611875 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.35
Current children cumulated vsize (KiB) 813464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 28303
/proc/meminfo: memFree=1353320/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=813464 CPUtime=1800.01
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 130445 0 1 0 179939 62 0 0 18 0 13 0 25609694 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 203366 127865 1445 9 0 200693 0
[pid=28224/tid=28226] ppid=28222 vsize=813464 CPUtime=1790.84
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 17049 0 1 0 179069 15 0 0 25 0 13 0 25609695 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4109757738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=813464 CPUtime=3.66
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 61997 0 0 0 341 25 0 0 17 0 13 0 25609696 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28228] ppid=28222 vsize=813464 CPUtime=3.43
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 47535 0 0 0 324 19 0 0 17 0 13 0 25609696 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=813464 CPUtime=0.01
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 1 0 0 0 16 0 13 0 25609697 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 25609698 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=813464 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=813464 CPUtime=1.58
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 2110 0 0 0 158 0 0 0 16 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 25609702 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28277] ppid=28222 vsize=813464 CPUtime=0
/proc/28224/task/28277/stat : 28277 (java) S 28222 28224 26026 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 25611875 832987136 127865 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 813464

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1812.21 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 28303
/proc/meminfo: memFree=1353320/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=814112 CPUtime=1800.21
/proc/28224/stat : 28224 (java) S 28222 28224 26026 0 -1 0 130466 0 1 0 179959 62 0 0 16 0 15 0 25609694 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 203528 127886 1445 9 0 200855 0
[pid=28224/tid=28226] ppid=28222 vsize=814112 CPUtime=1790.95
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 26026 0 -1 64 17049 0 1 0 179080 15 0 0 25 0 15 0 25609695 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4109757738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=814112 CPUtime=3.66
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 26026 0 -1 64 61997 0 0 0 341 25 0 0 17 0 15 0 25609696 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28228] ppid=28222 vsize=814112 CPUtime=3.43
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 26026 0 -1 64 47535 0 0 0 324 19 0 0 17 0 15 0 25609696 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=814112 CPUtime=0.01
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 26026 0 -1 64 14 0 0 0 1 0 0 0 16 0 15 0 25609697 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=814112 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 26026 0 -1 64 11 0 0 0 0 0 0 0 16 0 15 0 25609698 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=814112 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 26026 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 25609698 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=814112 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 26026 0 -1 64 6 0 0 0 0 0 0 0 17 0 15 0 25609702 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28233] ppid=28222 vsize=814112 CPUtime=0.44
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 26026 0 -1 64 995 0 0 0 44 0 0 0 16 0 15 0 25609702 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28234] ppid=28222 vsize=814112 CPUtime=1.61
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 26026 0 -1 64 2112 0 0 0 161 0 0 0 16 0 15 0 25609702 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=814112 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 24 0 15 0 25609702 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=814112 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 26026 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 25609702 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28224/tid=28277] ppid=28222 vsize=814112 CPUtime=0
/proc/28224/task/28277/stat : 28277 (java) S 28222 28224 26026 0 -1 64 5 0 0 0 0 0 0 0 24 0 15 0 25611875 833650688 127886 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 814112

[startup+1812.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/80 28303
/proc/meminfo: memFree=1353320/2055920 swapFree=4192812/4192956
[pid=28224] ppid=28222 vsize=0 CPUtime=1800.31
/proc/28224/stat : 28224 (java) Z 28222 28224 26026 0 -1 1036 130470 0 1 0 179964 67 0 0 15 0 2 0 25609694 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1812.33
CPU time (s): 1800.36
CPU user time (s): 1799.65
CPU system time (s): 0.707892
CPU usage (%): 99.3392
Max. virtual memory (cumulated for all children) (KiB): 814120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.707892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130470
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= 38590
involuntary context switches= 72316

runsolver used 2.23366 second user time and 6.12407 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 09:57:16
IDJOB=2087146
IDBENCH=58696
IDSOLVER=731
FILE ID=node30/2087146-1247385433
PBS_JOBID= 9507218
Free space on /tmp= 66320 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087146-1247385433/watcher-2087146-1247385433 -o /tmp/evaluation-result-2087146-1247385433/solver-2087146-1247385433 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2087146-1247385433.xml

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

MD5SUM BENCH= 7190ed6731aa72fd4a74df29ac13f8df
RANDOM SEED=1997960871

node30.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.277
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.277
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:       1829192 kB
Buffers:         15992 kB
Cached:         139660 kB
SwapCached:          0 kB
Active:         137092 kB
Inactive:        35616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           63596 kB
Writeback:           0 kB
Mapped:          26904 kB
Slab:            39608 kB
Committed_AS:   201412 kB
PageTables:       1648 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= 66328 MiB
End job on node30 at 2009-07-12 10:27:30